/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
:root{
    --c:var(--nectar-accent-color);
--c1: var(--nectar-extra-color-1);
	--c2: var(--nectar-extra-color-2);
	--c3: var(--nectar-extra-color-3);
--g: linear-gradient(180deg, var(--c) 0%, var(--c1)  100%);
	--g1: linear-gradient(180deg, var(--c) 0%, var(--c1)  50%, var(--c)  100%);
	
}
body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb
{
	background: var(--c);
}
::selection {
  background:  var(--c);
	color:white;
}
/* Typography */
html body h1,html body h2,html body h3,html body h4{
	font-family:font1 !important;
}

/* Typography */
/* .page-id-2 span.menu-title-text {
    color: #fff;
}
.page-id-2 .icon-salient-m-user:before{
color: #fff;
}
.page-id-2 .icon-salient-cart:before, body.material .icon-salient-cart:before{
color: #fff;
} */
#s1 .owl-stage {
    padding: 0;
}

#s1 #in1>.col {
    max-width: 1550px;
    margin: auto;
/*     padding: 280px 90px 0px 90px; */
	padding: 200px 81px 84px 87px;
}

#top .src  form.search-form {
    position: relative;
    width: 170px;
}

#top .src  button.search-widget-btn.normal.icon-salient-search {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50px;
    padding: 10px 10px;
}

#top .src  input.search-field {
    border: 1px solid var(--c3);
    border-radius: 50px;
    background: unset;
    padding-right: 42px;
}

#top .src  input.search-field::placeholder {
    color: black;
}
div#Link-0-channel span.chaty-icon.channel-icon-Link:before {
    content: "\f16d";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'FontAwesome';
    font-size: 25px;
    background: linear-gradient(90deg, rgba(252,182,97,1) 0%, rgba(205,73,115,1) 50%, rgba(95,88,207,1) 100%);
    color: #fff;
}
li#search-btn {
    display: none !important;
}

header#top .row {
    border-bottom: 1px solid #80808082;
}

#header-outer a.cart-contents .cart-wrap span {
    visibility: visible;
}

#s1 .t1 p {
    width: 87%;
    margin-top: 20px;
}

#s1 .t1 h1 {
    font-size: 80px;
    line-height: 90px;
}



a#b1 {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent !important;
  font-weight: 600;
  opacity: 1;
--bc: var(
  --c);
}

a#b1:before, a#b1:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: var(--bc);
  transition: all 0.3s cubic-bezier(0.35, 0.1, 0.25, 1);
}

a#b1:before {
  right: 0;
  top: 0;
  transition: all 0.5s cubic-bezier(0.35, 0.1, 0.25, 1);
}

a#b1:after {
  left: 0;
  bottom: 0;
}

a#b1 span {
  z-index: -1;
  padding: 15px 30px;
  background: var(--c);
  position: relative;
}

a#b1 span:before, a#b1 span:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 0;
  background-color: var(--bc);
  transition: all 0.3s cubic-bezier(0.35, 0.1, 0.25, 1);
}

a#b1 span:before {
  right: 0;
  top: 0;
  transition: all 0.5s cubic-bezier(0.35, 0.1, 0.25, 1);
}

a#b1 span:after {
  left: 0;
  bottom: 0;
}
a#b1:hover:before, a#b1:hover:after {
  width: 100%;
}

a#b1:hover span {
  z-index: 1;
}

a#b1:hover span:before, a#b1:hover span:after {
  height: 100%;
}

@keyframes start {
  from {
    top: -50%;
  }
}



a#b1:active {
  outline: none;
  border: none;
}

a#b1:focus {
  outline: 0;
}

a#b1:hover span {
    background: transparent !important;
    color: var(--bc);
}

.t1 p {
    color: #666666;
}

#s1 .i1 {
    width: 70%;
    margin-bottom: -40px;
    animation: floatY 4s infinite ease-in-out;
    float: right;
    margin-right: 0px;
    filter: drop-shadow(0px 0px 66px #00000069);
}

#s1 .owl-dots {
    display: none;
}
@keyframes floatY{
    0%,100%{
        transform:translateY(-30px);
    }
    50%{
        transform:translateY(0px);
    }
}

#s1 .owl-nav {
    display: block;
    position: absolute;
    width: 1550px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: left;
    padding: 0px 90px;
    font-family: poppins !important;
/*     bottom: 70px; */
	bottom: 275px;
}

#s1 .owl-nav button {
    background: unset;
    border: unset;
    color: black;
    border-radius: 0;
    text-shadow: 0 0 BLACK;
    padding: 0;
    font-size: 16px;
    font-family: poppins;
    height: 18px;
}

#s1 .owl-nav button.owl-prev::before {
    content: 'Prev';
}

#s1 .owl-nav button.owl-next::before {content: 'Next';}

#s1 .owl-nav button span {
    display: none;
}

#s1 .owl-nav button.owl-prev {
    border-right: 2px solid black;
    padding-right: 10px;
}

#s1 .owl-nav button::before {
    position: relative;
    bottom: 4px;
}

#s2 .row-bg-overlay.row-bg-layer {
    left: 276px;
    top: unset;
    bottom: 0;
    height: 104%;
}

div#s2 {
    z-index: 11;
    padding-top: 40px !important;
    padding-bottom: 30px !important;
}

div#s2>.col {
    padding-left: 100px;
}

#s2 .iwt-icon {
    position: unset;
}

#s2 .iwt-icon img {
    margin-bottom: 0;
    width: 70px;
}

#s2 .iwithtext {
    display: flex;
    margin-bottom: 50px;
}

#s2 .iwt-text {
    padding-left: 30px;
}

#s2 #in1 p {
    opacity: 0.7;
    font-size: 14px;
    line-height: 24px;
}

#s2 div#in1 {
    margin-top: -30px;
    z-index: -1;
}

#s2 .i1 {
    animation: rotate 3s infinite linear alternate;
}
@keyframes rotate{
    0%{
        transform:rotate(0deg);
    }
    100%{
        transform:rotate(10deg);
    }
}


#s2 .row-bg.viewport-desktop.using-image,
#s3 .row-bg.viewport-desktop.using-image,
#s4 .row-bg.viewport-desktop.using-image,
#s5 .row-bg.viewport-desktop.using-image,
#s6 .row-bg.viewport-desktop.using-image
{background-size: 100% 100%;}

div#s3 {
    padding-top: 110px !important;
}
#s3 .cc .vc_column-inner {
/*     padding: 120px 50px; */
	    height: 700px;
}

#s3 .cc  .column-image-bg {
    background-size: cover;
}

#s3 .t2 p {
    font-size: 14px;
    line-height: 30px;
    width: 40%;
}

#s3 #in1 a#b1 {
    text-transform: none !important;
--bc: white;
}



#s3 div#in1:hover .cc:not(:hover),#s5 div#in1:hover .cc:not(:hover) {
    filter: grayscale(1);
}

#s3 .cc,#s5 .cc {
    transition: 0.5s;
}
div#s4 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

a#b2 {
    padding: unset;
    border: unset;
    font-weight: 800;
}

a#b2 span {
    text-decoration: underline;
}

#s4 a#b2 {
    margin-left: auto;
    display: table;
    font-size: 16px;
    margin-bottom: -30px;
    z-index: 111;
}

#s4 li.tab-item {
    margin-left: 0 !important;
}

#s4 li.magic-line {
    display: none;
}

#s4 li.tab-item a {
    text-transform: uppercase;
    font-weight: 700;
}
#s4 .t1 {
    margin-bottom: 40px;
}

#s4 .carousel-item,#s6 .carousel-item {
    padding: 0 12px;
}

#s4 .owl-carousel,#s6 .owl-carousel {
    transform: scale(1.02);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3, .woocommerce ul.products li.product h2, .woocommerce ul.products li.product h2, .woocommerce-page ul.products li.product h2 {
    font-family: 'Poppins' !important;
    text-shadow: 0 0 black;
}



.woocommerce ul.products li.product .price {
    float: right;
    margin-top: -7px;
    color: #666666 !important;
    text-shadow: 0 0 #666666 !important;
}
#s4 .owl-dots button span {
    transform: unset;
    margin: 0 5px;
--s: 10px;
    width: var(--s);
    height: var(--s);
    background: #244c5a !important;
    transition: 0.5s;
}

#s4 .owl-dots button.active span {
    width: calc(var(--s)*4);
}

#s3 .c1 .vc_column-inner>.wpb_wrapper {
    bottom: 60px;
    position: relative;
}

#s5 #in1 a#b1 {--bc: white;
}

#s5 .cc .vc_column-inner {
    padding: 140px 40px;
}

#s5 .cc .column-image-bg {
    background-size: cover;
}

#s5 .c1 .vc_column-inner>.wpb_wrapper {
    bottom: 95px;
    position: relative;
}

#s5 .c2 .vc_column-inner>.wpb_wrapper {
    bottom: 45px;
    position: relative;
}

#s5 .cc .column-image-bg,#s3 .cc .column-image-bg {
    transition: 0.5s;
}

#s5 .cc:hover .column-image-bg, #s3 .cc:hover .column-image-bg {
    transform: scale(1.2) rotate(-5deg);
}

div#s5 {
    padding-bottom: 80px !important;
    border-bottom: 1px solid #8080806b;
}
div#s6 {
    padding-top: 0px !important;
    border-bottom: 1px solid #8080806b;
    padding-bottom: 60px !important;
}

#s6 .owl-stage {
    padding: 0;
}

.product-wrap:after {
    content: '';
    background: var(--c);
    position: absolute;
    width: 0%;
    height: 0%;
    z-index: 9;
    bottom: 0;
    right: 0;
    opacity: 0.8;
    transition: 0.9s;
    clip-path: polygon(100% 100%, 100% 0, 0 100%);
    pointer-events: none;
}
li.classic:hover .product-wrap:before, li.classic:hover .product-wrap:after {
    width: 100%;
    height: 100%;
}
.product-wrap:before {
    content: '';
background: var(--c);
    position: absolute;
    width: 0%;
    height: 0%;
    z-index: 9;
    top: 0;
    left: 0;
    opacity: 0.8;
    transition: 0.9s;
    clip-path: polygon(100% 0, 0 0, 0 100%);
	pointer-events: none;
}
li.classic:hover a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    bottom: 40% !important;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    transform: unset !important;
    position: absolute;
    bottom: -50%;
    transition: 0.9s;
    background: #fff !important;
    color: var(--c) !important;
    font-size: 16px !important;
    display: table !important;
    width: auto !important;
    left: 0;
    right: 0;
    margin: auto !important;
    padding: 15px 40px !IMPORTANT;
    border-radius: 40px !important;
}


#s6 .img-with-aniamtion-wrap {
    position: relative;
}
#s6 .img-with-aniamtion-wrap::after{
      content: '';
     background: var(--c1);
    position: absolute;
    width: 0%;
    height: 0%;
    z-index: 9;
    bottom: 0;
    right: 0;
    opacity: 0.5;
    transition: 0.9s;
    clip-path: polygon(100% 100%, 100% 0, 0 100%);
    pointer-events: none;
}
#s6 .img-with-aniamtion-wrap::before {
     content: '';
    background: var(--c);
    position: absolute;
    width: 0%;
    height: 0%;
    z-index: 9;
    top: 0;
    left: 0;
    opacity: 0.5;
    transition: 0.9s;
    clip-path: polygon(100% 0, 0 0, 0 100%);
	pointer-events: none;
}
#s6 .owl-stage:hover .carousel-item:not(:hover) .img-with-aniamtion-wrap::after,#s6 .owl-stage:hover .carousel-item:not(:hover) .img-with-aniamtion-wrap::before{
        width: 100%;
    height: 100%;
}

#footer-widgets .col.span_3 {
    position: relative;
}

div#nav_menu-3 {
    display: table;
    margin: auto;
}
#footer-widgets .col.span_3 {
    position: relative;
}

#footer-widgets .col.span_3:not(:last-child)::before {
    content: '';
    height: 150px;
    border-left: 1px solid #00000038;
    position: absolute;
    right: 30px;
    top: 45px;
} #footer-widgets .col.span_3:first-child::before {
    right: -50px;
}
div#copyright {
    padding: 20px 0px !important;
}

#copyright .col.span_5 {
    max-width: 100% !important;
    margin-bottom: 0 !important;
}

div#text-4 {
    float: right;
}

div#text-5 {
    float: left;
}

#footer-widgets form.tnp-form {
    position: relative;
}

#footer-outer #footer-widgets .col input[type=email] {
    border: 1px solid black;
    border-radius: 50px;
    background: transparent !important;
    padding-left: 20px;
    padding-right: 60px;
    color: black;
}

#footer-outer #footer-widgets .col input[type=submit] {
    width: auto;
    font-size: 0;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50px;
    padding: 19px;
}

#footer-widgets form.tnp-form::after {
    content: "\f1d8";
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
    font-size: 13px;
    pointer-events: none;
    color: white;
}
#footer-widgets .row {
    border-bottom: 1px solid #00000038;
    padding-bottom: 40px !important;
}


div#media_image-3 img {
    width: 200px;
}

#footer-outer #footer-widgets .widget h4 {
    margin-top: 10px;
}

ul#menu-cont i {
    color: var(--c);
    width: 20px;
    margin-right: 10px;
    font-size: 18px;
}

ul#menu-cont span {
    margin-left: 34px;
    display: block;
}

#footer-outer #copyright p {
    text-shadow: 0 0 black;
}
ul#menu-cont li {margin-bottom: 10px !important;}

#footer-outer #footer-widgets .col input[type=email]::placeholder {
    color: black;
}
#s1 div#in1 {
    background-size: 100% 100% !important;
}
#top ul.sf-menu.sf-js-enabled.sf-arrows {
    position: relative !important;
    left: 100px !important;
}
#s3 .t2 p:first-child,#s5 .t2 p:first-child {
    text-transform: uppercase;
}
.t2 p:nth-child(1){
  background-image: linear-gradient(to right, #fff, #fff 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  padding: 5px 0;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  width:auto !important;
}

.t2 p:nth-child(1):before {
  content: "";
  background: var(--c);
  display: block;
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 0;
  height: 20%;
  transition: all 0.3s ease-in-out;
  z-index: -1;
  transform: translateX(-50%);
}

.cc:hover .t2 p:nth-child(1) {
  background-position: 0px;
}

.cc:hover p:nth-child(1)::before {
  width: 120%;
}
#s6 .i1 {
    transition: 0.5s;
}

#s6 .carousel-item:hover .i1 {
    transform: scale(1.2) rotate(-5deg);
}

#s6 .carousel-item 
 .img-with-aniamtion-wrap {
    overflow: hidden;
}

#s6 .carousel-item .img-with-aniamtion-wrap .hover-wrap {
    margin-bottom: 0;
}
#s4 .carousel-item:hover .product-wrap img {
    transform: rotate(-10deg);
}

#s4 .carousel-item .product-wrap img {
    transition: 0.5s;
}

.woocommerce .product-wrap {
    background: white;
}
#s3 div#in1 {
    margin-top: 70px;
}

#s3 .c1 .vc_column-inner {
    margin-right: 10px;
}

#s3 .c2 .vc_column-inner {
    margin-left: 10px;
}
#s3 .t1 p {
    color: #111;
    margin-top: 20px;
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1920px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1600px) {
  #s1 div#in1 {
    background-size: 130% 100% !important;
}

#s1 #in1>.col {
/*     padding: 250px 90px 0px 90px; */
	padding: 200px 81px 84px 87px;
}
  
#s1 .i1 {
    width: 66%;
}
#top ul.sf-menu.sf-js-enabled.sf-arrows {
    left: 40px !important;
}
  
#s2 .row-bg-overlay.row-bg-layer {
    left: 116px;
}

div#s2>.col {
    padding-left: 90px;
}
#s1 .t1 p {
    width: 92%;
}

#s1 #in1>.col {
/*     padding: 220px 90px 0px 90px; */
	padding: 200px 81px 84px 87px;
}

#s1 .t1 h1 {
    font-size: 70px;
    line-height: 80px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1440px) {
#s1 .owl-nav {
    bottom: 225px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1366px) {
  header#top li a {
    font-size: 15px !important;
}

#s1 #in1>.col {
/*     padding: 220px 90px 0px 90px; */
	padding: 200px 81px 184px 87px;
}

html body p,#footer-outer p,#footer-outer a {
    font-size: 15px;
    line-height: 25px;
}

#s1 .i1 {
    margin-bottom: -100px;
}

#s2 .row-bg-overlay.row-bg-layer {
    left: 94px;
}

#s3 .t2 p {
    width: 48%;
}

#s3 .cc .vc_column-inner {
    padding: 80px 50px;
}

#s3 .c1 .vc_column-inner>.wpb_wrapper {
    bottom: 40px;
}

#s5 .cc .vc_column-inner {
    padding: 130px 40px;
}

#s5 .c1 .vc_column-inner>.wpb_wrapper {
    bottom: 95px;
}

#s5 .c2 .vc_column-inner>.wpb_wrapper {
    bottom: 15px;
}

div#nav_menu-4 {
    margin-left: -20px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1340px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1320px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1280px) {
  #top ul.sf-menu.sf-js-enabled.sf-arrows {
    left: 0px !important;
}

html body p, #footer-outer p, #footer-outer a {
    font-size: 14px;
    line-height: 24px;
}

#s2 #in1 p {
    font-size: 13px;
    line-height: 23px;
}

#s2 div#in1 {
    margin-top: 0px;
}

#s3 .t2 p {
    font-size: 12px;
    line-height: 22px;
}
#s1 #in1>.col {
/*     padding: 220px 90px 0px 90px; */
	padding: 200px 81px 100px 87px;
}
	    #s1 .owl-nav {
        bottom: 35px;
    }

}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1024px) {
  div#s3 {
    padding-top: 80px !important;
}

#s3 div#in1 {
    margin-top: 40px;
}
  #slide-out-widget-area .src {
    display: none !important;
}

body[data-slide-out-widget-area-style="slide-out-from-right"].material .slide_out_area_close:before {
    background: black !important;
}

li#search-btn {
    display: inline-flex !important;
}

#s1 .t1 h1 {
    font-size: 60px;
    line-height: 70px;
}

html body p, #footer-outer p, #footer-outer a {
    font-size: 12px;
    line-height: 22px;
}

#s1 .t1 p {
    width: 100%;
}
  #s1 .c1 {
    bottom: 60px;
    position: relative;
}
  #s1 .i1 {
    margin-bottom: -40px;
}

#s1 .owl-nav {
    bottom: 53px;
}

#s2 .iwt-icon img {
    width: 100%;
}

#s2 .iwt-icon {
    width: 16%;
}

#s2 .iwt-text {
    width: 86%;
}

#s2 #in1 p {
    font-size: 12px;
    line-height: 22px;
}

#s2 #in1 p br {
    display: none;
}

#s3 .t2 p {
    width: 61%;
}

#s3 .cc .vc_column-inner {
    padding: 50px 30px;
}

#s3 .c1 .vc_column-inner>.wpb_wrapper {
    bottom: 20px;
}

#s3 .cc .vc_column-inner>.wpb_wrapper {
    filter: drop-shadow(2px 4px 6px black) drop-shadow(2px 4px 6px black);
}

div#s2>.col {
    padding-left: 70px;
}

div#s2 {
    padding-top: 20px !important;
}

div#s4 {
    padding-top: 70px !important;
    padding-bottom: 60px !important;
}

#s4 .carousel-item, #s6 .carousel-item {
    padding: 0 8px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3, .woocommerce ul.products li.product h2, .woocommerce ul.products li.product h2, .woocommerce-page ul.products li.product h2,.woocommerce ul.products li.product .price {
    font-size: 13px !important;
}

#s4 .owl-stage {
    padding-bottom: 0;
}

#s5 .cc .vc_column-inner {
    padding: 120px 30px;
}

div#s5 {
    padding-bottom: 60px !important;
}

div#s6 {
    padding-top: 50px !important;
    padding-bottom: 40px !important;
}

div#nav_menu-4 {
    margin-left: -37px;
}
  #footer-widgets .row {
    padding-bottom: 40px !important;
    padding-top: 50px !important;
}
	div#media_image-3 img {
    width: 180px;
}
	#footer-widgets .col.span_3:not(:last-child)::before {
    height: 142px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 840px) {
  #s3 .cc .vc_column-inner{
    margin:unset;
  }
  #footer-outer #footer-widgets .widget h4 {
    margin-top: 0;
}
  header#top .row {
    border: unset;
}
 
#s1 div#in1 {
    background-size: cover !important;
   text-align: center;
}

#s1 .i1 {
    float: unset;
    margin: auto;
    width: 40%;
    margin-bottom: -40px;
}

#s1 .owl-nav {
    display: none;
}

#s2 .row-bg-overlay.row-bg-layer {
    height: 102%;
    left: 24px;
}

div#s2>.col {
    padding: 0;
}

div#s2 {
    text-align: center;
}

#s2 div#in1 {
    text-align: left;
}

#s2 .c1 {
    width: 60%;
    margin: auto;
    margin-top: 20px;
}

#s2 .i1 {
    width: 50%;
    margin: auto;
    margin-top: -30px;
}

div#s3 {
    text-align: center;
}
  #s3 .t2 p {
    margin: auto;
}

#s3 .c1 .vc_column-inner>.wpb_wrapper {
    bottom: 0;
}

div#s4 {
    text-align: center;
    padding-top: 50px !important;
    padding-bottom: 30px !important;
}

#s4 .owl-dots {
    display: none;
}

#s4 a#b2 {
    margin: auto;
}

#s4 .t1 {
    margin-bottom: 15px;
}
  #s4 li.tab-item a::after {
    display: none;
}

#s4 li.tab-item {
    margin: 0 20px !important;
}

#s4 ul.wpb_tabs_nav {
    display: table;
    margin: auto;
    margin-top: 20px;
}

#s4 li.classic.product {
    width: 100%;
    margin: 0;
    text-align: left;
}

div#s5 {
    text-align: center;
}

#s5 .cc .vc_column-inner>.wpb_wrapper {
    filter: drop-shadow(2px 4px 6px black) drop-shadow(2px 4px 6px black);
}

div#s6 {
    text-align: center;
}

#s6 .owl-dots {
    display: none;
}

div#nav_menu-3 {
    margin: unset;
}

div#nav_menu-4 {
    margin: unset;
}

#footer-widgets .col.span_3:not(:last-child)::before {
    display: none;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 525px) {
  div#s3 {
    padding-top: 50px !important;
}

#s3 div#in1 {
    margin-top: 20px;
}
  #s1 #in1>.col {
    padding: 220px 20px 0px 20px;
}

#s1 .t1 h1 {
    font-size: 50px;
    line-height: 60px;
}

#s1 .i1 {
    width: 60%;
}

#s2 .row-bg-overlay.row-bg-layer {
    left: 14px;
}

#s2 .c1 {
    width: 100%;
}

#s2 .i1 {
    width: 100%;
}

#s3 .t2 p {
    width: 100%;
}

#s4 li.tab-item {
    margin: 0 10px !important;
}

#s5 .cc .vc_column-inner {
    padding: 70px 30px;
}

#s5 .cc .vc_column-inner>.wpb_wrapper {
    bottom: 0;
}
#s4 .carousel-item, #s6 .carousel-item {
    width: 310px;
    margin: auto;
}

}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 430px) {
  html body h1 {
    font-size: 28.5px;
    line-height: 36px;
}

#s4 li.tab-item a {
    font-size: 12px;
}

#s1 .i1 {
    width: 80%;
    margin-bottom: -80px;
}

#s1 .t1 h1 {
    font-size: 45px;
    line-height: 55px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 375px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 360px) {}