/*
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;
}
wpcf7 form .wpcf7-response-output {
	border: unset;}
body::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb
{
	background: var(--g);
}
::selection {
  background:  var(--c);
	color:white;
}
/* Typography */

/* Typography */
#s1 .content p {
    width: 57%;
}

div#s2 img {
    width: 30%;
}

#top li#menu-item-55 a {
    background: var(--g);
    padding: 10px 30px !important;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 600;
}
#s1 a.primary-color {
    background: var(--g) !important;
    letter-spacing: 0;
    padding: 15px 30px;
    border-radius: 6px !important;
}

#s1 h2.ns-heading-el::after {content: '';width: 170px;display: block;border-bottom: 1px solid var(--c);margin-left: -40px;}

#s1 .buttons {
    padding-top: 10px;
}

div#s1 {
    border-radius: 0px 0px 0px 50px;
    overflow: hidden;
}

#s2 >.row-bg-wrap::after {content: '';background: var(--c3);--s: 70px;width: var(--s);height: var(--s);position: absolute;border-radius: var(--s);right: -8px;top: -40px;border: 11px solid white;}

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

a#b1 {
    background: var(--g);
    font-size: 16px;
    padding: 14px 25px;
    border-radius: 6px !important;
}

#s2 a#b1 {
    display: table;
    margin: auto;
}

#s2 .carousel-item {
    border: 1px solid #d3d3d380;
    margin: 0 10px;
    padding: 40px 40px;
    transition: 0.5s;
    border-radius: 10px;
}
#s2 .i1 {--s: 30px;width: var(--s);height: var(--s);object-fit: contain;rotate: 10deg;}

#s2 .img-with-aniamtion-wrap:has(.i1) {
    display: table;
    margin-bottom: 30px;
}

#s2 .img-with-aniamtion-wrap:has(.i1) .hover-wrap {
    margin-bottom: 0;
    background: var(--g);
    padding: 14px;
    border-radius: 6px;
    rotate: -10deg;
    position: relative;
}


/* #s2 img .hover-wrap {
    margin-bottom: 0;
    padding: 14px;
    border-radius: 6px;
    rotate: -10deg;
    position: relative;
    background: linear-gradient(180deg, var(--c) 0%, var(--c1) 100%) !important;
} */

#s2 .img-with-aniamtion-wrap:has(.i1) .hover-wrap-inner {
    background: white;
    padding: 14px;
    border-radius: 50%;
}

#s2 .img-with-aniamtion-wrap:has(.i1) .hover-wrap::after {
    content: '';
--s: 20px;
    width: var(--s);
    height: var(--s);
    background: white;
    border-radius: var(--s);
    position: absolute;
    right: -12px;
    top: -2px;
}

#s2 .t2 a {
    color: black;
    text-decoration: underline;
    text-shadow: 0 0 BLACK;
}

#s2 .carousel-item:hover {
    border-color: var(--c1);
    box-shadow: 0 3px 0 var(--c1);
}

#s3 .row-bg-overlay.row-bg-layer {
    width: 60%;
    left: unset;
    right: 0;
    top: unset;
    bottom: 0;
    height: 57%;
    border-radius: 20px 0px 0px 0px;
}

#s2 .t1 p, #s4 .t1 p {
    padding: 0 23%;
}

div#s3 {
    padding-top: 440px !important;
    padding-bottom: 60px !important;
}

#s3 .vc_col-sm-7 {
    border-left: 1px solid white;
    padding-left: 50px;
}

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



#s4 .img-with-aniamtion-wrap:has(.i4) {
    top: 350px;
    right: 63%;
    width: 290px;
    border: 11px solid white;
}

#s4 .img-with-aniamtion-wrap.right:has(.i3) {
    width: 62%;
    float: right;
}

#s4 .img-with-aniamtion-wrap.center:has(.i2) {
    margin-top: -30px;
}

#s4 .vc_col-sm-6:last-child {
    padding-left: 0;
}

#s4 a#b1 {
    display: table;
    margin: auto;
}

#s4 .vc_col-sm-6 {
    margin-top: 40px;
    margin-bottom: 31px;
}

div#s5 {
    padding: 130px 0px !important;
}

#s5 .t1 p {
    width: 70%;
}

#s5 .row-bg-wrap {
    border-radius: 30px;
    overflow: hidden;
}

#s6 img {
    width: 110px;
    margin-bottom: 0;
}

#s6 em {
    opacity: 0.7;
    display: block;
    height: 200px;
    overflow-y: scroll;
}

#s6 em::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#s6 em::-webkit-scrollbar
{
	width: 4px;
	background-color: #F5F5F5;
}

#s6 em::-webkit-scrollbar-thumb
{
	background: var(--g);
}

#s6 .carousel-item {
    margin: 0 10px;
    padding: 20px 30px;
    border: 2px solid #d3d3d36e;
    border-radius: 15px;
    transition: 0.5s;
}

#s6 .t2 p:last-child {
    font-size: 16px;
    line-height: 26px;
}

#s6 .t2 p:nth-child(2) {
    color: #fecd11;
    font-size: 22px !important;
    padding-bottom: 14px;
}

#s6 .t2 p:has(img) {
    padding-bottom: 10px;
}

div#s6 {
    padding-top: 80px !important;
    padding-bottom: 60px !important;
}

#s6 .carousel-item:hover {
    border-color: var(--c1);
    box-shadow: 0px 3px 0px var(--c1);
}

#s6 .owl-nav {
    display: block;
}

#s6 .owl-nav button {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    border-radius: 50% !important;
    background: unset;
    border: 2px solid #7ba3ff;
    color: black;
    font-size: 25px;
    padding: 2px 13px;
--p: -70px;
    opacity: 0.5;
}

#s6 .owl-nav button span {
    position: relative;
    bottom: 3px;
}

#s6 .owl-nav button.owl-prev {
    left: var(--p);
}

#s6 .owl-nav button.owl-next {
    right: var(--p);
}
.owl-nav button.owl-next{
     animation: bounce-left 2s infinite linear;
}
@keyframes bounce-left{
    0%,30%,50%,70%,100%{
        transform:translateX(0);
    }
    40%,60%{
        transform:translateX(5px) 
    }
}
.owl-nav button.owl-prev{
     animation: bounce-right 2s infinite linear;
}
@keyframes bounce-right{
    0%,30%,50%,70%,100%{
        transform:translateX(0) ;
    }
    40%,60%{
        transform:translateX(-5px)  ;
    }
}

#s6 .owl-nav button:hover {
    border-color: var(--c1);
    color: var(--c1);
    opacity: 1;
}

div#s7 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    margin-bottom: -30px;
}

#s7 .t1 p {
    width: 73%;
}
#s7 .iwt-icon {
    position: unset;
}

#s7 .iwithtext {
    display: flex;
    align-items: center;
}

#s7 .iwt-text {
    padding-left: 20px;
    padding-right: 110px;
    transition: 0.5s;
}

#s7 .iwt-icon i {
    font-size: 25px;
--s: 60px;
    width: var(--s);
    height: var(--s);
    border-radius: var(--s);
    border: 2px solid var(--c3);
    line-height: 55px;
}

#s7 .iwt-text h5 {
    margin-bottom: 0;
}

#s7 .iwt-text a {
    color: #454545;
    transition: 0.5s;
}

#s7 .iwt-text:hover h5 {
    color: #454545;
}

#s7 .iwt-text h5 {
    transition: 0.5s;
}

#s7 .iwt-text:hover a {
    color: var(--c3);
    -webkit-text-stroke: 2px;
}

#s7 .inner_row {
    background: white;
    padding: 30px 30px;
    box-shadow: 0px 0px 15px #00000017;
}

#s7 .form-field-fm,#s7 .form-area-fm {
    background: unset;
    border: 1px solid lightgray;
    border-radius: 15px;
    margin-bottom: 10px;
}

#s7 .form-area-fm {
    height: 170px;
}

body[data-form-submit=regular] .container-wrap #s7  input[type=submit] {
    width: 100%;
    background: var(--g);
    border-radius: 16px !important;
    font-family: 'Poppins';
    font-weight: 100;
}

#s7 .wpcf7 label {
    text-shadow: 0 0 BLACK;
}

#s7 .wpcf7-response-output {
    background: unset;
    border: unset;
}
div#nav_menu-3 {
    display: table;
    margin: auto;
}

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

div#media_image-3 {
    margin-bottom: 20px !important;
    margin-top: 10px;
}



#footer-outer #footer-widgets .widget h4::after {
    content: '';
    display: block;
    width: 80px;
    border-bottom: 2px solid var(--c);
    margin-top: 15px;
}

#footer-outer #footer-widgets .col input[type=email] {
    background: white;
    border-radius: 0;
}

#footer-outer form.tnp-form {
    position: relative;
    display: flex;
}

#footer-outer #footer-widgets .col input[type=submit] {
    width: 73px;
    border-radius: 0 !important;
    background: var(--g);
    font-size: 0;
}

#footer-outer #footer-widgets .col input[type=email]::placeholder {
    font-style: italic;
}

#footer-outer form.tnp-form::after {
    content: "\f1d8";
    font-family: 'FontAwesome';
    color: white;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
}

#footer-widgets .row {
    border-bottom: 1px solid #ffffff36;
    padding-bottom: 30px !important;
}

div#copyright {
    padding: 20px 0px !important;
}


div#footer-outer {
    border-radius: 30px 0 0 0;
    z-index: 11;
}
div#footer-outer::after {
    content: '';
    background: var(--c3);
    --s: 70px;
    width: var(--s);
    height: var(--s);
    position: absolute;
    border-radius: var(--s);
    right: -8px;
    top: -50px;
    border: 11px solid #fff1f1;
    z-index: 11;
}

#s7 .row-bg.viewport-desktop.using-bg-color {
    border-radius: 45px 45px 0px 0px !important;
}
#s3 .t1 p {
    width: 90%;
}
#s2.in .owl-dots {
    display: none;
}

#s2.in .owl-stage {
    display: inline;
}

#s2.in .carousel-item {
    margin-top: 20px;
}

/* .page-id-41 #s2 .owl-stage {
    display: inline;
} */

.page-id-41 #s2 .carousel-item {
    margin: 10px 10px;
}

.page-id-41 #s2 .owl-dots {
    display: none;
}

.page-id-42 #s6 .owl-nav, .page-id-42 #s6 .owl-dots {
    display: none;
}

.page-id-42 #s6 .owl-stage {
    display: inline;
}

.page-id-42 #s6 em {
    height: 245px;
}

.page-id-42 div#s6 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
div#s6.in .carousel-item {
    margin-bottom: 15px;
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1920px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1600px) {
    div#s5 {
    padding: 110px 0px !important;
}
    div#s3 {
    padding-top: 277px !important;
    padding-bottom: 60px !important;
}

#s3 .row-bg-overlay.row-bg-layer {
    height: 70%;
}


}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1440px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1366px) {
    div#s3 {
    padding-top: 172px !important;
    padding-bottom: 60px !important;
}

#s3 .row-bg-overlay.row-bg-layer {
    height: 81%;
    width: 63%;
}

#s4 .img-with-aniamtion-wrap.right:has(.i3) {
    width: 66%;
}

#s4 .img-with-aniamtion-wrap:has(.i4) {
    right: 66%;
    width: 260px;
    top: 340px;
}

#s4 .vc_col-sm-6 {
    margin-top: 40px;
    margin-bottom: 11px;
}

div#s5 {
    padding: 70px 0px !important;
}

#s7 .iwt-text {
    padding-right: 80px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1340px) {
	#s6 em {
    padding: 0 7px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1320px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1280px) {
	
    html body p,#footer-outer p,#footer-outer a {
    font-size: 12px !important;
    line-height: 22px !important;
}

div#s3 {
    padding-top: 213px !important;
    padding-bottom: 30px !important;
}

#s3 .row-bg-overlay.row-bg-layer {
    height: 72%;
    width: 63%;
}

#s4 .img-with-aniamtion-wrap:has(.i4) {
    right: 66%;
    width: 250px;
    top: 312px;
}
html body h5,html body h6 {
    font-size: 19px !important;
    line-height: 29px !important;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1024px) {
    #s1 h2.ns-heading-el {
    font-size: 48px!important;
    line-height: 56px!important;
}
body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container>.menu>li a {
    opacity: 1;
    transition: color .37s cubic-bezier(.52,.01,.16,1);
    font-size: 16px !important;
}
#s1 .content {
    margin-top: 30px;
}

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

#s2 .t1 p, #s4 .t1 p, #s6 .t1 p {
    padding: 0 16%;
}

#s2 .carousel-item {
    padding: 30px 27px;
    margin: 0 5px;
}

#s3 .vc_col-sm-7 {
    padding-left: 40px;
}


#s3 .row-bg.viewport-desktop.using-image {
    border-radius: 20px !important;
    overflow: inherit;
}

div#s3 {
    padding-top: 133px !important;
    padding-bottom: 20px !important;
}

#s3 .row-bg-overlay.row-bg-layer {
    height: 81%;
}

#s4 .img-with-aniamtion-wrap:has(.i4) {
    right: 66%;
    width: 190px;
    top: 242px;
}

#s6 .carousel-item {
    margin: 0 5px;
    padding: 20px 5px;
}

#s6 .t2 p:has(img) {}

#s6 .t2 p:has(em) {
    padding-bottom: 10px;
}

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

html body h5, html body h6 {
    font-size: 13px !important;
    line-height: 24px !important;
}

#s7 .iwt-text:hover a {
    -webkit-text-stroke: 1px;
}

#s7 .iwt-text {
    padding-right: 70px;
}

#s7 .form-area-fm {
    height: 130px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 840px) {
	#s2 .carousel-item {
    height: 300px;
}
    html body p br {
    display: none;
}

    #s1 .content p {
    width: 100%;
}

#s1 .content {
    text-align: center;
}

#s1 h2.ns-heading-el::after {
    margin: auto;
}

#s2 .t1 p, #s4 .t1 p, #s6 .t1 p {
    padding: 0;
}

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

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

#s2 .owl-stage {
    padding-bottom: 5px;
}

#s3 .row-bg-overlay.row-bg-layer {
    width: 94%;
}

div#s3 {
    padding-top: 163px !important;
    padding-bottom: 50px !important;
}

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


#s4 .vc_col-sm-6 {
    width: 50%;
}

#s4 .img-with-aniamtion-wrap:has(.i4) {
    right: 66%;
    width: 140px;
    top: 177px;
    border: 6px solid white;
}

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

div#s5 {
    padding: 50px 0px !important;
    text-align: center;
}

#s5 .t1 p {
    width: 100%;
}

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

div#s7 {
    padding-top: 50px !important;
    padding-bottom: 80px !important;
    margin-bottom: -30px;
}

#s7 .col.span_6 {
    width: 49%;
}

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

div#nav_menu-3 {
    display: unset;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 525px) {
    #s2 .owl-stage {
    padding-top: 0;
}
.page-id-42 div#s6 {
    padding-top: 30px !important;
    padding-bottom: 80px !important;
}
#s3 .vc_col-sm-7 {
    border: unset;
    text-align: center;
    padding: 0 10px;
}

#s3 .row-bg-overlay.row-bg-layer {
    width: 97%;
    height: 78%;
}

#s4 .img-with-aniamtion-wrap:has(.i4) {
    right: 74%;
    width: 90px;
    top: 122px;
    border: 5px solid white;
}

#s4 .img-with-aniamtion-wrap.right:has(.i3) {
    width: 74%;
    margin-top: -9px;
}

#s4 .img-with-aniamtion-wrap.center:has(.i2) {
    margin-top: -20px;
}

#s4 .vc_col-sm-6 {
    margin-top: 20px;
    margin-bottom: 0;
}

#s7 .iwt-text {
    padding-right: 0;
    padding-left: 10px;
}

#s7 .iwt-icon i {--s: 49px;font-size: 21px;line-height: 44px;}

#s7 .col.span_6 {
    width: 100%;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 430px) {
    #s4 .img-with-aniamtion-wrap:has(.i4) {
    right: 74%;
    width: 80px;
    top: 94px;
    border: 5px solid white;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 375px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 360px) {}


@-moz-document url-prefix() {  

@media (max-width: 1920px) {
	#s2 .img-with-aniamtion-wrap:has(.i1) .hover-wrap {
    margin-bottom: 0;
    background: var(--g);
    padding: 14px;
    border-radius: 6px;
    rotate: -10deg;
    position: relative;
}
	#s4 .img-with-aniamtion-wrap .i4 {
    top: 350px;
    right: 63%;
    width: 290px;
    border: 11px solid white;
}
	}
@media (max-width: 1366px) {}
@media (max-width: 1280px) {}
@media (max-width: 1024px) {}
@media (max-width: 800px) {}
@media (max-width: 768px) {}
@media (max-width: 480px) {}
@media (max-width: 414px) {}
@media (max-width: 375px) {}
@media (max-width: 360px) {}

}
@-moz-document url-prefix() {  
 
/* 	#s2 .img-with-aniamtion-wrap .hover-wrap {
    margin-bottom: 0;
    background: var(--g);
    padding: 14px;
    border-radius: 6px;
    rotate: -10deg;
    position: relative;
} */
@media (max-width: 1920px) {
	 #s4 .img-with-aniamtion-wrap .i4 {
    top: -427px !important;
    right: 53%;
    width: 290px;
    border: 11px solid white;
  }
	}
@media (max-width: 1366px) {}
@media (max-width: 1280px) {}
@media (max-width: 1024px) {
	ul.menu a {
    font-size: 16px !important;
}
	  #s4 .img-with-aniamtion-wrap .i4 {
    top: -237px !important;
    right: 103%;
    width: 220px;
    border: 11px solid white;
  }
	}
@media (max-width: 800px) {
/*      #s4 .img-with-aniamtion-wrap .i4 {
    top: -20px;
    right: 5%;
    width: 209px;
    border: 11px solid white;
  } */
    }
@media (max-width: 768px) {}
@media (max-width: 480px) {
      #s4 .img-with-aniamtion-wrap.right .i3 {
    width: 51%;
    margin-top: 11px;
  }
	 #s4 .img-with-aniamtion-wrap .i4 {
    top: -117px !important;
    right: 3%;
    width: 100px;
    border: 11px solid white;
  }
    }
@media (max-width: 414px) {
	#s4 .img-with-aniamtion-wrap .i4 {
    top: -93px !important;
    right: 3%;
    width: 80px;
    border: 11px solid white;
  }
	}
@media (max-width: 375px) {}
@media (max-width: 360px) {}

}