/*
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);
}
/* .s2 .i1 {
    transform: scale(1.5) !important;
} */
::selection {
  background:  var(--c);
	color:white;
}
/* Typography */
html body h1{
	font-family:font1 !important;
	font-weight: 600;
}
html body h2,html body h3,html body h4,html body h5,html body h6,html body p,html body a{
		font-family:font2 !important;
}
/* Typography */
.s1 .i1 {
    width: 44%;
    animation: growrotate 50s infinite linear;
}
@keyframes growrotate{
    0%{
        transform:rotate(0deg) ;
    }
	50%{
		 transform:rotate(180deg) ;
	}
    100%{
        transform:rotate(360deg);
    }
}
.s1 .tt h1 {
    position: absolute;
    font-size: 100px;
    line-height: 110px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    letter-spacing: 7px;
    color: var(--c1);
}

.s1 .t1 h1 {
    z-index: -1;
}

.s1 .t2 h1 {
    color: transparent;
    -webkit-text-stroke: 1px white;
}
.s1 .img-with-aniamtion-wrap {
    display: table;
    margin: auto;
    width: 100%;
    animation: grow 5s infinite ease-in-out;
}
@keyframes grow{
    0%,100%{
        transform:scale(1);
    }
    50%{
        transform:scale(0.9);
    }
}

.s1 .img-with-aniamtion-wrap .hover-wrap {
    margin-bottom: 0;
    filter: drop-shadow(0px 0px 56px var(--c));
    z-index: -111;
}

.lines:before, body[data-slide-out-widget-area-style=slide-out-from-right-hover] .slide-out-hover-icon-effect.slide-out-widget-area-toggle.small .lines:before {
    width: 100%;
}

a#b1 {
    background: transparent !important;
    font-size: 70px;
    padding: 0;
--s: 160px;
    width: var(--s);
    height: var(--s);
    padding-top: 26px;
    padding-left: 31px;
    border: 1px solid white;
    border-radius: 500px !important;
}

a#b1 span {
    display: none;
}

a#b1 i {
    position: unset;
    transform: unset;
    font-size: inherit;
    animation: rotate2 5s infinite linear;
--s: 100px;
    width: var(--s);
    height: var(--s);
    line-height: var(--s);
}
@keyframes rotate2{
    0%,100%{
        transform:rotate(40deg);
    }
    50%{
        transform:rotate(80deg);
    }
}

a#b1::before {
    content: '';
    background: url(https://customedev.testdevlink.net/Devine/wp-content/uploads/2023/11/Learn-More-About-Us-.-Learn-More-About-Us-.-Learn-More-About-Us.png) no-repeat center center;
    background-size: contain;
--s: 195px;
    width: var(--s);
    height: var(--s);
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    outline: 1px solid white;
    border-radius: 500px;
    outline-offset: 11px;
    animation: spin 25s infinite linear reverse;
}

.s2 a#b1 {
    position: absolute;
    left: -24%;
    top: -23%;
}
.s2 .t1 p {
    font-size: 28px;
    line-height: 39px;
    width: 75%;
    margin: auto;
    background: linear-gradient(180deg, white, transparent);
    color: transparent;
    -webkit-background-clip: text;
}
/* .s2 .img-with-aniamtion-wrap {
    background: url(https://customedev.testdevlink.net/Devine/wp-content/uploads/2023/11/Layer-19.png) no-repeat center center;
    padding: 70px 49px;
    background-size: contain;
} */

.s2 .img-with-aniamtion-wrap .i1 {
    z-index: -1;
}

.s2 .carousel-item {
    padding: 0 40px;
    rotate: 8deg;
    margin-bottom: -210px;
}

.s3 .owl-carousel {
    width: 86%;
}

.s3 .t1 p {
    width: 55%;
}

.s3 .carousel-item {
    margin-right: 40px;
}

.s3 .owl-stage-outer {
    width: 200%;
}

.woocommerce li.classic.product {
    background: var(--c2);
    padding: 13px   !important;
}
.woocommerce ul.products li.product.classic h3, .woocommerce-page ul.products li.product.classic h3 {
    margin-top: 0;
    padding-top: 0;
    font-family: 'font1' !important;
    font-size: 18px;
}

.woocommerce h5 {
    font-weight: 400;
}

.woocommerce ul.products li.product .price, .woocommerce ul.products li.product .price ins, .woocommerce ul.products li.product .price ins .amount {
    color: white !important;
    font-weight: 500;
    font-family: 'font2';
}

.woocommerce .product-wrap {
    overflow: visible;
}

.woocommerce .classic .product-wrap a.button, .woocommerce ul.products li.product.classic .button {
    transform: unset;
    left: unset;
    right: 5px;
    width: unset;
    background: unset !important;
    color: var(--c);
    bottom: -127px;
    font-weight: 500;
}

.woocommerce ul.products li.product.classic .button span {
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

.woocommerce li.classic.product>*:not(.product-wrap) {padding-left: 14px;}

.s3 .owl-dots {
    display: flex;
}

.s3 .owl-dots button {
    width: 100%;
}

.s3 .owl-dots button span {
    width: 100% !important;
    transform: unset !important;
    border-radius: 0 !important;
    background: var(--c) !important;
    height: 2px !important;
    opacity: 0.5;
}

.s3 .owl-dots button.active span {
    opacity: 1 !important;
    transform: scaleY(2) !important;
}

.s3 .owl-nav {
    display: block !important;
    position: absolute;
    right: -23%;
    bottom: -18px;
}

.s3 .owl-nav button {
    background: transparent !important;
    border: 2px solid white;
    border-radius: 500px !important;
    padding: 3px 15px !important;
    font-size: 30px !important;
    transition: 0.5s;
}

.s3 .owl-nav button span {
    position: relative;
    bottom: 2px;
}

.s3 .owl-nav button:hover {
    background: var(--c) !important;
    border-color: var(--c) !important;
}

.s4 .t1 p,.s5 .t1 p {
    width: 56%;
    margin: auto;
}

.s4 .i1 {
    width: 60%;
    margin-top: 80px !important;
}

.s4 .t2 h3 {
    font-weight: 600;
    letter-spacing: 5px;
}

.s4 .t2 p {
    width: 50%;
    margin: auto;
}

.s4 .t2 {
    position: absolute;
    width: 100%;
    bottom: 10px;
}

.s4 .t3 h3 {
    letter-spacing: 3px;
    position: absolute;
    right: -120px;
    top: 40%;
    translate: 0% -50%;
    rotate: -90deg;
}

.s4 .t3 h3::before {
    content: '';
    width: 40px;
    border-bottom: 2px solid white;
    display: inline-block;
    margin-right: 20px;
    position: relative;
    bottom: 3px;
    opacity: 0.8;
}
.s5 .img-with-aniamtion-wrap {
    background: url(https://customedev.testdevlink.net/Devine/wp-content/uploads/2023/11/Layer-19.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    --px: -29%;
    --py: -130px;
    rotate: 30deg;
    padding: 41px;
    z-index: 11;
}

.s5 #in1 .img-with-aniamtion-wrap {
    left: var(--px);
    top: var(--py);
}

.s5 #in2 .img-with-aniamtion-wrap{
    right: var(--px);
    bottom: var(--py);
}
body[data-form-submit=regular] .container-wrap button[type=submit], body[data-form-submit=regular] .container-wrap .s5 input[type=submit] {
    display: table;
    margin: auto;
    font-family: 'font1';
    font-weight: 100;
    padding: 15px 30px !important;
}

.s5 span.wpcf7-spinner {
    display: none;
}

.s5 .form-field-fm,.s5 .form-area-fm {
    border: 1px solid #ffffff45;
    margin-bottom: 30px;
    padding: 14px 16px;
}

.s5 .form-field-fm::placeholder, .s5 .form-area-fm::placeholder {
    text-transform: uppercase;
    font-style: italic;
    color: white;
    opacity: 0.5;
}

.s5 .form-area-fm {
    height: 170px;
}
.s6 .i1 {
    width: 200px !important;
}

.s6 .t1 p {
    width: 80%;
}

.s6 ul {
    margin: 0;
}

.s6 ul li {
    list-style: none;
}

ul#menu-cont {
    display: flex;
    gap: 40px;
}

ul#menu-cont li {
    position: relative;
}

ul#menu-cont li:not(:last-child)::after {
    content: '';
    border-left: 2px solid white;
    height: 14px;
    top: 54%;
    position: absolute;
    right: -20px;
    transform: translateY(-50%);
}

.s6 a {
    color: white !important;
}


.s6 .t2 {
    margin-left: auto;
    display: table;
}

.s6 .t4 {
    text-align: right;
}

.s6 .t2 h4,.s6 .m2 h2 {font-family: 'font1' !important;font-size: 18px;letter-spacing: 1px;}

ul#menu-main {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff33;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.s6 h2.wpb_heading.wpb_widgetised_column_heading {
    font-size: 30px;
    font-family: 'font1' !important;
}
#footer-outer #footer-widgets .col input[type=submit]{
    width: auto;
    font-family: font1;
    font-weight: 100;
    border: 1px solid white;
    margin-top: 20px;
    padding: 14px 30px !important;
    text-transform: uppercase;
}

#footer-outer #footer-widgets .col input[type=text], #footer-outer #footer-widgets .col input[type=email] {
    background: unset !important;
    border: unset;
    border-radius: 0;
    border-bottom: 1px solid #ffffff36;
    padding-left: 0;
    margin-top: 10px;
    color: white;
}

#footer-outer #footer-widgets .col input[type=text], #footer-outer #footer-widgets .col input[type=email]::placeholder {
    color: white !important;
    opacity: 1;
}

.s6 div#in2,.s6 div#in1 {
    border-bottom: 1px solid #ffffff2e;
    padding-bottom: 30px;
}
.s5 .img-with-aniamtion-wrap .img {
    z-index: -11;
    position: relative;
    width: 160px !important;
    display: table;
    margin: auto;
}
.s5 .hover-wrap {
    margin-bottom: 0;
}
.s6 div#in3 {
    padding-bottom: 20px;
}
ul#menu-soci-1 i {
    top: 0;
}


#footer-widgets .row {
    border-bottom: 1px solid #ffffff29;
    display:flex;
    align-items: center;
    padding-bottom: 0px !important;
}

#footer-outer #footer-widgets .widget h4 {
    font-family: font1 !important;
    font-size: 20px;
}
div#copyright {
    padding: 20px 0px !important;
}

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

div#text-5 {
    float: right;
}

div#text-6 {
    float: left;
}

div#nav_menu-3,div#text-4 {
    border-top: 1px solid #ffffff36;
    padding-top: 20px;
}

#footer-widgets .col.span_6 {
    margin: 0;
    width: 50%;
}

div#text-4 {
    margin-top: 30px !important;
    bottom: -8px;
    position: relative;
}

div#text-3 p {
    width: 85%;
}

div#media_image-3 img {
    width: 200px;
}
.s4 .iwithtext {
  display: flex;
  align-items: flex-start;
  position: absolute;
  padding: 0 12px;
  opacity: 0;
  filter: drop-shadow(0 2px 2px #555);
  will-change: transform, opacity;
  -webkit-animation: carousel-animate-vertical 27s linear infinite;
  animation: carousel-animate-vertical 27s linear infinite;
  background: white;
  padding: 20px 20px;
  border-radius: 10px;
  width: 80%;
}

.s4 .iwithtext:nth-child(1) {
  -webkit-animation-delay: calc(3s * -1);
          animation-delay: calc(3s * -1);
}

.s4 .iwithtext:nth-child(2) {
  -webkit-animation-delay: calc(3s * 0);
          animation-delay: calc(3s * 0);
}

.s4 .iwithtext:nth-child(3) {
  -webkit-animation-delay: calc(3s * 1);
          animation-delay: calc(3s * 1);
}

.s4 .iwithtext:nth-child(4) {
  -webkit-animation-delay: calc(3s * 2);
          animation-delay: calc(3s * 2);
}

.s4 .iwithtext:nth-child(5) {
  -webkit-animation-delay: calc(3s * 3);
          animation-delay: calc(3s * 3);
}

.s4 .iwithtext:nth-child(6) {
  -webkit-animation-delay: calc(3s * 4);
          animation-delay: calc(3s * 4);
}

.s4 .iwithtext:nth-child(7) {
  -webkit-animation-delay: calc(3s * 5);
          animation-delay: calc(3s * 5);
}
.s4 .iwithtext:nth-child(8) {
  -webkit-animation-delay: calc(3s * 6);
          animation-delay: calc(3s * 6);
}

.s4 .iwithtext:last-child {
  -webkit-animation-delay: calc(-3s * 2);
          animation-delay: calc(-3s * 2);
}

@keyframes carousel-animate-vertical {
  0% {
    transform: translateY(100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
  3%, 11.1111111111% {
    transform: translateY(100%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }
  14.1111111111%, 22.2222222222% {
    transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
  }
  25.2222222222%, 33.3333333333% {
    transform: translateY(-100%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }
  36.3333333333% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: visible;
  }
  100% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
}
.s4 .iwt-icon img {
    width: 100% !important;
    outline: 4px solid var(--c);
    border-radius: 500px;
    outline-offset: 4px;
}

.s4 .iwt-text {
    padding-left: 20px;
}

.s4 .iwt-text h3 {
    font-family: font1 !important;
    font-weight: 600;
    margin-top: 10px;
    color: black;
    letter-spacing: 3px;
    margin-bottom: 0;
}

.s4 .iwithtext .iwt-icon {
    position: unset;
}

.s4 .iwt-icon {
    width: 320px;
}

.s4 .iwt-text p {
    color: black;
}

.s4 .iwt-text p:last-child {
    margin-left: -90px;
    margin-top: 20px;
}

.s4 .c1:hover .iwithtext {animation-play-state: paused;}

.s4 .c1:not(:hover) .iwithtext {
    animation-play-state: running;
}
.s4 .c1 {
    bottom: 70px;
}
div#slide-out-widget-area-bg {
    background: url(https://customedev.testdevlink.net/Devine/wp-content/uploads/2023/11/Divine-Abstract-Art-01_01.jpg) no-repeat center center;
    background-size: cover;
}

#ajax-loading-screen .reveal-2 {
    background: url(https://customedev.testdevlink.net/Devine/wp-content/uploads/2023/11/Divine-Abstract-Art-01_01.jpg) no-repeat center center !important;
    background-size: cover !important;
}
div#text-4 .textwidget {
    text-align: right;
}

div#text-4 h4 {
    text-align: right;
    margin-right: 10px;
}

div#newsletterwidgetminimal-4 h4 {
    margin-bottom: 0 !important;
}
.wpcf7-response-output {
    background: unset !important;
    border: unset !important;
}

.s5 span.wpcf7-not-valid-tip {
    position: relative !important;
    top: -25px;
}

.material #footer-outer #footer-widgets .col ul#menu-main li,.material #footer-outer #footer-widgets .col ul#menu-cont li {
    padding: 0 !important;
}
div#newsletterwidgetminimal-4 h4 {
    font-size: 25px !important;
}
#footer-outer p, #footer-outer a {
    color: white !important;
    opacity: 1 !important;
}
.s4 .container>.col {
    flex-wrap: wrap !important;
}
/* 

#header-outer.fp-section-2, #header-outer.fp-section-3, #header-outer.fp-section-4, #header-outer.fp-section-5 {
    display: none;
}
#header-outer.fp-section-1 {
    display: block;
}
 */

/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1920px) {
  
.s3 .t1 {
    margin-top: 100px;
}


.s4 .t1 {
    margin-top: 120px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1600px) {
	.s4 .t1 {
    margin-top: 0;
}
  .s3 .owl-carousel {
    width: 66%;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    margin-top: 0px;
}

.woocommerce .classic .product-wrap a.button, .woocommerce ul.products li.product.classic .button {
    bottom: -117px;
}

a#logo img {
    height: 110px !important;
}
  .s2 .carousel-item {
    padding: 0 60px;
}
  
  .s1 .img-with-aniamtion-wrap {
    width: 100%;
}

.s1 .vc_col-sm-12 {
    top: 60px;
}

.s2 .owl-stage {
    padding-top: 0 !important;
}
  .s1 .tt h1 {
    font-size: 104px;
}

.s2 a#b1 {
    left: -12%;
    top: 0%;
    scale: 1.2;
}
  .s3 .owl-stage {
    padding-top: 0 !important;
}
  .s3 .t1 h1 {
    margin-bottom: 0;
}

.s3 .t1 {
    margin-bottom: 10px;
    margin-top: 80px;
}

.s5 .img-with-aniamtion-wrap {--px: -14%;
    --py: -170px;
}
  div#text-4 {
    margin-top: 47px !important;
    bottom: 0;
}
  .s4 .vc_col-sm-12 {
    margin-bottom: -170px;
    margin-top: 80px;
}

.s5 .form-area-fm {
    height: 130px;
}

.s5 .container >.col>.vc_col-sm-12 {
    margin-top: 70px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1440px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1366px) {
  html body h1 {
    font-size: 35px;
    line-height: 45px;
}

.s5 .t1 h1 {
    margin-bottom: 0;
}

.s5 .t1 {
    margin-bottom: 10px;
}

.s4 .i1 {
    width: 50%;
    margin-top: 50px !important;
}
  .s2 a#b1 {
    left: -10%;
    top: -9%;
}
  .s3 .t1 p {width: 65%;}

.s4 .t1 p, .s5 .t1 p {
    width: 76%;
}

.s4 .t2 p {
    width: 70%;
}

.s5 .img-with-aniamtion-wrap {--px: -11%;
    --py: -80px;
    padding: 31px;
}

.s5 .img-with-aniamtion-wrap .img {
    width: 100px !important;
}
.s1 .img-with-aniamtion-wrap {
    width: 84%;
}

.s1 .tt h1 {
    font-size: 84px;
}

.s2 .t1 p {
    font-size: 22px;
    line-height: 32px;
}
  
  .s3 .owl-carousel {
    width: 60%;
}

.woocommerce ul.products li.product.classic h3, .woocommerce-page ul.products li.product.classic h3 {
    font-size: 16px;
}

.s3 .owl-dots {
    bottom: 16px;
    position: relative;
}

.s3 .owl-nav {
    bottom: -2px;
    scale: 0.6;
    right: -17%;
}
  .s5 .form-field-fm, .s5 .form-area-fm {
    padding: 8px 11px;
}

ul#menu-main {
    margin-bottom: 20px;
}

div#text-4 {
    margin-top: 37px !important;
    bottom: -15px;
}
  .s2 .carousel-item {
    margin-bottom: -140px;
}

.s3 .carousel-item {
    margin-right: 20px;
}


.s4 .iwt-text p:last-child {
    margin-top: -10px;
}

div#nav_menu-3 {
    margin-bottom: 10px !important;
}

div#text-4 {
    margin-bottom: 10px !important;
}

#footer-outer #footer-widgets .widget h4 {
    margin-bottom: 0;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1340px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1320px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1280px) {
	.s3 .owl-dots {
    transform: scale(1.3);
    transform-origin: left;
}
	.s3 .owl-nav {
    right: -57%;
}
  .s2 a#b1 {
    left: -10%;
    top: -27%;
}

.woocommerce ul.products li.product.classic h3, .woocommerce-page ul.products li.product.classic h3 {
    font-size: 16px;
}

.s4 .c1 {
    bottom: 30px;
}

div#text-4 {
    bottom: unset;
    top: 28px;
}
  .s4 .iwt-text p:last-child {
    margin-left: -80px;
}
  .woocommerce .classic .product-wrap a.button, .woocommerce ul.products li.product.classic .button {
    bottom: -112px;
    font-size: 10px;
}

.woocommerce ul.products li.product .price, .woocommerce ul.products li.product .price ins, .woocommerce ul.products li.product .price ins .amount {
    font-size: 13px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1024px) {
	.s3 .owl-dots {
    transform: scale(1);
}
	.s3 .owl-nav {
    right: -16%;
}
  .s4 .i1 {
    width: 70%;
    margin-top: 70px !important;
}
  .s3 .owl-carousel {
    width: 90%;
}

.s3 .owl-nav {
    scale: 0.8;
    transform-origin: right;
}
  .s2 .container {
    padding-bottom: 0 !important;
}
  #top .slide-out-widget-area-toggle.mobile-icon.slide-out-from-right {
    filter: invert(1);
}

div#slide-out-widget-area .off-canvas-menu-container.mobile-only ul.menu li {
    display: inline-block !important;
    margin-right: 10px;
}

div#slide-out-widget-area .off-canvas-menu-container.mobile-only ul.menu i {
    top: 0;
}

.s1 .tt h1 {
    font-size: 71px;
}

.s2 .t1 p {
    font-size: 24px;
    line-height: 34px;
    width: 75%;
}

.s2 a#b1 {
    left: -14%;
    top: 22%;
    scale: unset;
}

.s2 .img-with-aniamtion-wrap {
    padding: 57px 36px;
}

html body p {
    font-size: 14px;
    line-height: 24px;
}

.s3 .t1 p {
    width: 75%;
}

.woocommerce li.classic.product {
    padding: 15px !important;
}

.s3 .carousel-item {
    margin-right: 20px;
}

.woocommerce ul.products li.product.classic h3, .woocommerce-page ul.products li.product.classic h3 {
    font-size: 18px;
}
  .s4 .iwt-text p:last-child {
    margin-left: -70px;
    margin-top: 0;
}


.s4 .c1 {
    bottom: -20px;
}

.s5 .img-with-aniamtion-wrap {--px: -17%;
    --py: -120px;
}

.s5 .img-with-aniamtion-wrap .img {
    width: 130px !important;
}

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


ul#menu-cont {
    margin-right: -20px;
}

div#text-4 {
    top: 12px;
}
  .s1 .img-with-aniamtion-wrap {
    width: 100%;
}

.s2 .img-with-aniamtion-wrap {
    padding: 0;
}

.s2 .carousel-item {
    margin-bottom: -100px;
    padding: 0 40px;
}

a#logo img {
    height: 70px !important;
}

.s4 .vc_col-sm-12 {
    margin-top: 0px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 840px) {
	.s4 .i1 {
    display: none !important;
}
	div#footer-outer {
    transform: unset !important;
    z-index: -11 !important;
}
  .s1 .img-with-aniamtion-wrap {
    width: 100%;
    scale: 1.5;
}
  .s3 .vc_col-sm-12 {
    top: 50px;
}
   #top .slide-out-widget-area-toggle.mobile-icon.slide-out-from-right {
    filter: unset;
}
  .s1 .tt h1 {
    font-size: 52px;
}

.s2 .t1 p {
    width: 100%;
}
  @keyframes carousel-animate-vertical {
  0% {
    transform: translateY(100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
  3%, 11.1111111111% {
    transform: translateY(100%) scale(0.7);
    opacity: 0;
    visibility: visible;
  }
  14.1111111111%, 22.2222222222% {
    transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
  }
  25.2222222222%, 33.3333333333% {
    transform: translateY(-100%) scale(0.7);
    opacity: 0;
    visibility: visible;
  }
  36.3333333333% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: visible;
  }
  100% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
}
  .s2 .owl-dots {
    display: none;
}

.s3 .woocommerce li.classic.product {
    width: 100% !important;
}

.s3 .owl-nav,.s3 .owl-dots {
    display: none !important;
}

.s4 .i1 {
    width: 30%;
    margin-top: 150px !important;
}

.s4 .c1 {
    bottom: 0;
}



.s4 .c1 {
    left: 70px;
}

.s4 .t1 p, .s5 .t1 p {
    width: 100%;
}

.s4 .t2 p {
    width: 50%;
}



.s4 .t3 h3 {
    right: -60px;
    top: -390%;
}

.s5 .col.span_6,.s5 .col.span_12 {
    margin-bottom: 0;
}

.s5 .col.span_6 {
    width: 49%;
}

div#text-3 p {
    width: 100%;
}

#footer-widgets .col.span_6 {
    width: 100% !important;
    padding: 0 !important;
}

#footer-widgets .row {
    flex-direction: column;
}

div#text-4 h4 {
    text-align: left;
}

div#text-4 .textwidget {
    text-align: left;
}

ul#menu-main {
    margin-bottom: 0;
}

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

div#media_image-3 {
    margin-bottom: 0 !important;
}

#footer-widgets .col.span_6:first-child {
    padding: 0 10px !important;
}

div#text-4 {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}

div#text-4 h4 {
    margin-bottom: 10px !important;
}

div#newsletterwidgetminimal-4 {
    margin-bottom: 0 !important;
}
  .s2 a#b1 {
    position: unset;
    transform: scale(0.7);
    display: table;
    margin: auto;
    margin-bottom: 10px;
    margin-top: -40px;
}

.s2 .t1 p {
    font-size: 15px;
    line-height: 25px;
}

.s2 .vc_col-sm-12 {
    margin-bottom: 0 !important;
}

.s2 .container>.col {
    margin-bottom: 0;
}

.s4 .container>.col {
    margin-bottom: -10px;
}

.s5 #in2 .img-with-aniamtion-wrap,.s5 #in1 .img-with-aniamtion-wrap {
    display: none;
}

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

div#text-3 {
    margin-bottom: 20px !important;
}
.s3 .t1 {
    margin-top: 40px;
}

.s3 .t1 p {
    width: 100%;
}

.s3 .owl-carousel {
    width: 70%;
}

.woocommerce ul.products li.product.classic h3, .woocommerce-page ul.products li.product.classic h3 {
    font-size: 15px;
}

.s4 .iwt-icon {
    width: 220px;
}

.s4 .t1 {
    margin-top: 30px;
}

.s4 .iwithtext {
    scale: 0.8;
    transform-origin: top;
}

.s5 .t1 {
    margin-top: -20px;
}
	.s4 .c1 {
    height: 260px;
}
	.s2 a#b1 {
    display: none;
}
}

/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 525px) {
	
.s4 .c1 {
    height: 500px;
}
	.s4 .i1 {
    display: none !important;
}
  .s1 .img-with-aniamtion-wrap {
    scale: 2;
}

.s1 .tt h1 {
    font-size: 52px;
    line-height: 62px;
}

.s3 {
    text-align: center;
}

.s3 .t1 p {
    width: 100%;
}

.woocommerce li.classic.product {
    text-align: left;
}

html body h1 {
    font-size: 37.25px;
    line-height: 43.75px;
}

.s4 .c1 {
    left: 0;
}

.s4 .iwithtext {
    width: 100%;
    margin-top: 210px;
}

.s4 .i1 {
    width: 60%;
    margin-top: 440px !important;
}

.s4 .t2 p {
    width: 80%;
}


.s4 .container {
    padding-top: 119px !important;
}

.s4 .t3 h3 {
    display: none;
}

.s5 .img-with-aniamtion-wrap {
    display: none;
}

.s5 .col.span_6 {
    width: 100%;
}

ul#menu-cont {
    margin: 0;
    flex-wrap: wrap;
    gap: 20px;
}

ul#menu-cont li {
    margin-bottom: -9px !important;
}

ul#menu-cont li:not(:last-child)::after {
    right: -12px;
}

div#text-6,div#text-5 {
    float: unset;
}
  #footer-widgets .col.span_6:first-child {
    padding: 0 !important;
}
  div#nav_menu-3 h4 {margin-bottom: 10px !important;}

#footer-outer #copyright {
    padding: 10px 0px !important;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 430px) {
  .s4 .c1 {
    bottom: 40px;
}

.s4 .i1 {
    margin-top: 170px !important;
}

.s5 .form-field-fm,.s5 .form-area-fm {
    margin-bottom: 10px;
}
  html body p {
    font-size: 12px;
    line-height: 22px;
}

.s4 .iwithtext {
    margin-bottom: 0 !important;
    scale: 0.8;
}
  ul#menu-main {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: start;
}

.s4 .t2 p {
    width: 100%;
}

html body h1 {
    font-size: 29.25px;
    line-height: 38.75px;
}

.s2 .t1 p {
    font-size: 15px;
    line-height: 25px;
}

.s1 .tt h1 {
    font-size: 36px;
    line-height: 46px;
}
  .s2 .img-with-aniamtion-wrap {
    padding: 0;
}

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

div#nav_menu-4 {
    margin-bottom: 12px !important;
}

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

div#newsletterwidgetminimal-4 h4 {
    font-size: 20px !important;
}

#footer-outer #footer-widgets .col input[type=email] {
    margin-top: 0;
}
  .s5 .form-area-fm {
    height: 90px;
}

ul#menu-main {
    gap: 13px;
}

ul#menu-main li {
    margin-top: -7px;
}

#footer-outer #footer-widgets .col input[type=submit] {
    padding: 10px 20px !important;
    font-size: 12px;
    margin-top: 10px;
}

div#text-4 {
    margin-top: 6px !important;
    margin-bottom: 15px !important;
    padding-top: 10px;
}


div#nav_menu-3 {
    padding-top: 10px;
    margin-bottom: 27px !important;
}

div#text-3 {
    margin-bottom: 11px !important;
}

div#text-4 h4 {
    margin-bottom: 0 !important;
}
	
	#footer-widgets .row {
    padding-top: 20px;}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 375px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 360px) {}