/*
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 strong{
	font-family:inherit;
}
html body a#b2{
	font-family:f1 !important;
	font-size:22px;
	line-height:32px;
}
html body input{
	font-family:f1 !important;
	font-size:22px;
	line-height:32px;
}
/* Typography */

body[data-slide-out-widget-area-style="slide-out-from-right"].material .slide_out_area_close:before {
    background: var(--c) !important;
}
#top .hb1 a {
    background: var(--c);
    padding: 7px 35px !important;
    transition: 0.9s !important;
}
#top .hb1 a:hover {
    scale: 0.9;
}
#s1 h1.ns-heading-el span {
    font-size: 16px;
    line-height: 26px;
    display: block;
    text-transform: uppercase;
}

#s1 .buttons a {
    font-size: 18px;
    letter-spacing: 0;
    padding: 13px 30px;
    transition: 0.9s;
}

#s1 .buttons a::after {
    display: none;
}

#s1 .buttons a:hover {
    scale: 0.9;
}
 a#b1 {
        width: 210px;
        display: flex !important;
        flex-direction: column;
        overflow: hidden;
        padding-block: 10px;
        gap: 15px;
        height: 60px;
        text-align: center;
        background: var(--c);
        position: relative;
        padding: 0 !important;
        font-family: f1 !important;
        font-size: 22px;
        line-height: 32px;
        color: white;
    }
    a#b1::before {
    content: '';
    background: var(--c1);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.9s;
    scale: 0;
}

a#b1:hover::before {
    scale: 1;
}
    a#b1 i {
        margin-inline: 25px;
    }
    
    a#b1 .text {
        transform: translateY(16px);
        transition: 0.9s;
        width: 100%;
        font-size: 22px;
        line-height: 32px;
    }
    
    a#b1:hover .text {
        transform: translateY(-33px);
    }
div#nav_menu-3 li {
    display: inline-block;
    margin: 0 3px;
}

div#nav_menu-3 i {
    top: 0;
--s: 40px;
    width: var(--s);
    height: var(--s);
    line-height: var(--s);
    border-radius: var(--s);
    background: white;
    color: black;
    transition: 0.5s;
}

div#nav_menu-3 a {
    opacity: 1 !important;
}

div#nav_menu-3 a:hover i {
    background: var(--c);
    color: white;
}

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

ul#menu-contact span {
    margin-left: 34px;
    display: block;
}
div#copyright {
    padding: 20px 0px !important;
}

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

div#text-7 {
    float: right;
}

div#text-6 {
    float: left;
}

div#nav_menu-4 {
    display: table;
    margin: auto;
}
#s1 a.primary-color {
    display: none;
}
#top a#b1 .text {
    transform: translateY(15px);
}

#top a#b1:Hover .text {
    transform: translateY(-32px);
}
.in .vc_col-sm-4,.in .vc_col-sm-3,.in .vc_col-sm-6 {
    margin-top: 30px;
}
#s1 p {
    width: 70%;
    margin: auto;
}

#s2 .m1 {
    position: absolute;
    right: -49%;
    top: -240PX;
}

div#s2 {
    padding-block: 120px !important;
}

#s2 .m2 {
    position: absolute;
    right: -35px;
    top: -40px;
}

#s2 .m4 {
    position: absolute;
    left: -50%;
    top: 80PX;
}

#s2 p {
    width: 82%;
}

#s2 .m5 {
    position: absolute;
    left: 18%;
    width: 100%;
    scale: 1.6;
    z-index: -99;
    top: -120px;
}
div#s3 {
    z-index: 99;
    padding-block: 100px !important;
}

#s3 .box {
    position: absolute;
    left: -239px;
    top: -116px;
}

#s3 .t1 {
    margin-bottom: 30px;
}

#s3 a#b1 {
    margin: auto;
    margin-top: 50px;
    background: #49BACA !important;
}

#s3 a#b2 {
    background: transparent !important;
    border-radius: 40px !important;
    padding: 15px 50px 15px 15px;
    font-size: 22px;
    line-height: 32px;
    border: unset;
}

#s3 a#b2:before {
    content: '';
    background: #49BACA !important;
    border-radius: 40px !important;
    font-size: 18px;
    line-height: 28px;
    width: 50px;
    HEIGHT: 50px;
    position: absolute;
    transform: translate(-15px, -10px);
    transition: 0.9s;
}

#s3 a#b2:hover:before {
    width: 160px;
}
div#s4 {
    padding-block: 100px !important;
    text-align: center;
}

#s4 .t1 {
    text-align: center;
}

#s4 .m1 {
    width: 80px;
    margin: auto;
    margin-bottom: 60px;
    object-fit: cover;
    height: 80px;
}

#s4 .carousel-item {
    margin: 0px 30px;
}

#s4 .t2 h3 {
    font-size: 25px;
    line-height: 35px;
}
#s4 .hover-wrap-inner {
    position: relative;
}

#s4 .carousel-item .hover-wrap-inner:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: table;
    width: 140px;
    height: 140px;
    border: 5px solid var(--c);
    top: -32px;
    border-radius: 100%;
}

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

#s4 .m2 {
    position: absolute;
    right: -24%;
    top: -10px;
}
#s4 .carousel-item {
    position: relative;
}

#s4 .carousel-item::Before,#s4 .active+.active .carousel-item::Before {
    transition: 0.5s;
    counter-increment: my-sec-counter;
    content: "0" counter(my-sec-counter);
    background: white;
    border: 3px solid var(--c1);
    aspect-ratio: 1/1;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-inline: auto;
    margin-bottom: 60px;
    color: black;
    margin-top: -58px;
}

#s4 .owl-carousel {
    counter-reset: my-sec-counter;
}

#s4 .active .carousel-item::Before {
    background: var(--c1);
    color: white;
}

#s4 .active+.active:hover .carousel-item::Before {
    background: var(--c1);
    color: white;
}

#s4:has(.active+.active+.active:hover) .active .carousel-item::Before {
    background: var(--c1) !important;
    color:white;
}

#s4 .owl-carousel::before,#s4 .owl-carousel::after {
    content: '';
    height: 3px;
    width: 100%;
    position: absolute;
    background: #D9D9D9;
    left: 0;
    transition: 0.5s;
    top: 40px;
    z-index: -1;
}

#s4 .owl-carousel::after {background: var(--c1);width: 17%;}

#s4 .owl-carousel:has(.active+.active:hover)::after {
    width: 50%;
}

#s4 .owl-carousel:has(.active+.active+.active:hover)::after {
    width: 84%;
}
#s5 .m2 {
    position: absolute;
    right: -8%;
    top: -40px;
}

#s5 .m3 {
    position: absolute;
    left: -150px;
    top: -80px;
}

#s5 .m4 {
    position: absolute;
    left: -42%;
    top: 21px;
}

div#s5 {
    padding-block: 100px !important;
}

#s6 .m1 {
    position: absolute;
    left: -18%;
    top: -115px;
}

#s6 .lstbox {
    position: absolute;
    right: -24%;
    top: -10px;
}

div#footer-outer {
    background-size: 100% 100% !important;
}

div#s6 {
    padding-block: 100px !important;
    z-index: 999999;
}

#s6 .carousel-item {
    margin: 0px 10px;
    background: white;
    box-shadow: 0px 0px 5px #ccc;
    border-radius: 12px;
    padding: 30px 50px 30px 30px;
}

#s6 .iwt-text h4 {
    font-size: 25px;
    margin: 0;
    text-transform: capitalize;
}

#s6 .iwt-icon img {
    width: auto;
}

#s6 .iwithtext .iwt-text {
    padding-left: 100px;
    padding-top: 20px;
}

#s6 strong {
    font-size: 30px;
}

#s6 .t2 {
    padding-top: 30px;
}

#s6 .t2 p {
    font-size: 22px;
    line-height: 32px;
}

#s6 .owl-stage-outer {
    width: 240%;
}

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

#s6 .owl-nav {
    display: block;
    position: absolute;
    right: 0;
    top: -100px;
}

#s6 .owl-nav button {
    background-color: #49BACA;
    border: unset;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    font-size: 30px;
}
#footer-widgets .col.span_3 {
    position: relative;
}

#footer-widgets .col.span_3:before {
    content: '';
    position: absolute;
    border-right: 1px solid #ffffff7a;
    right: -50px;
    height: 250px;
}

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

div#nav_menu-8 {
    float: right;
}

div#text-6 {
    float: left;
}

#footer-outer p,#footer-outer a {
    font-size: 16px;
    line-height: 26px;
}
#footer-widgets .col.span_3:nth-child(2):before {
    right: 20px;
}

#footer-widgets .col.span_3:nth-child(3):before {
    right: 60px;
}

#footer-widgets .col.span_3:nth-child(4):before {
    display: none;
}

#footer-widgets .row {
    border-bottom: 1px solid #ffffff7a;
}
#s5 a#b1:hover .text {
    background: black;
}

#s5 a#b1:hover::before {
    background: black;
}
#s3 a#b1:hover .text {
    background: #8878D1;
}

#s3 a#b1:hover::before {
    background: #8878D1;
}
#s3 .tabbed ul {
    width: 50%;
}

#s3 .tabbed .t2 {
    width: 50%;
}
#s3 .tabbed a {
    background: transparent;
    border-bottom: 1px solid #fff;
    margin-bottom: 0em;
    font-size: 35px;
    line-height: 45px;
    color: white;
    font-weight: 600;
    padding: 30px 30px;
}

#s3 .active-tab a {
    background: var(--c1);
}
#s1 .video-texture {
    background: #00000054;
}
#top a#b1 {
    width: 200px;
}
#s1 a#b1,#s5 a#b1 {
    width: 380px;
}
#s6 .owl-stage {
    padding-bottom: 3px;
}
div#in1 {
    padding-left: 50px;
}
li#menu-item-65 {
    width: 120%;
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1920px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1600px) {
div#s1 h1.ns-heading-el {
    max-width: 1000px;
    margin: 0 auto;
}
	
#s2 .m1 {
    right: -27%;
    top: -183PX;
    width: 140px;
}

#s2 .m2 {
    right: -34px;
    top: -40px;
}

#s2 .m4 {
    left: -150px;
}

#s3 .box {
    left: -77px;
}

#s4 .m2 {
    right: -201px;
    top: 13px;
    width: 160px;
}

#s5 .m3 {
    width: 140px;
    left: -115px;
}

#s5 .m4 {
    left: -21%;
    top: 21px;
}

#s6 .m1 {
    left: -6%;
    top: -115px;
}
#s6 .lstbox {
    right: -12%;
    width: 98px;
    top: 2px;
}

div#s2 {
    padding-block: 100px !important;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1440px) {
div#footer-outer .col.span_3.one-fourths.right-edge div#nav_menu-6 {
    margin-left: -40px;
}


#s2 .m2 {
    width: 120px;
    right: 28px;
    top: -40px;
}

#s2 .m1 {
    right: -11%;
    top: -142PX;
    width: 100px;
}

#s2 .m3 {
    padding-right: 50px;
}

#s2 .m4 {
    top: 30PX;
    left: -70px;
}

#s3 .box {
    left: 3px;
    top: -98px;
}

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

#s4 .m2 {
    right: -71px;
    top: 33px;
    width: 120px;
}

#s5 .m2 {
    top: -28px;
    right: -6%;
    width: 110px;
}

#s5 .m3 {
    width: 80px;
    left: -55px;
}

div#s5 {
    padding-block: 80px !important;
}

div#s3 {
    padding-block: 80px !important;
}

#s5 .m4 {
    left: -10%;
    top: 21px;
    width: 68px;
}

#s6 .m1 {
    width: 70px;
    left: -6px;
    top: -95px;
}

div#s6 {
    padding-block: 80px !important;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1366px) {
#s2 .m1 {
  right: -12%;
  top: -180PX;
  width: 120px;
}
#s2 .m2 {
  width: 120px;
  right: 15px;
  top: -25px;
}
#s2 .m4 {
  top: 16PX;
  left: -70px;
  width: 60px;
}
#s3 .box {
  width: 70px;
  left: -10px;
}
#s5 .m2 {
  top: -18px;
  right: -6%;
  width: 100px;
}
#s5 .m4 {
  left: -9%;
  top: 20px;
  width: 60px;
}
#s6 .m1 {
  width: 60px;
  left: -3px;
}
#s6 .lstbox {
  right: -70px;
  top: 2px;
  width: 79px;
}
div#footer-outer {
  background-size: cover !important;
}
#s2 p {
  width: 87%;
}
    html body h1 {
        font-size: 45px;
        line-height: 55px;
    }
	    div#s1 h1.ns-heading-el {
        max-width: 800px;
        margin: 0 auto;
    }

html body h2 {
    font-size: 40px;
    line-height: 50px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1340px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1320px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1280px) {
#top ul li a {
  margin-right: -10px;
}
#s2 .m1 {
  right: -70px;
}
#s2 p {
  width: 94%;
}
#s2 .m5 {
  scale: 1.2;
  left: 20px;
  top: -100px;
}
#s5 .m4 {
  left: -69px;
}
#s6 .m1 {
  left: -10px;
}
#footer-widgets .col.span_3:nth-child(3)::before {
  right: 45px;
}
html body h1 {
    font-size: 55px;
    line-height: 65px;
}

html body h2 {
    font-size: 45px;
    line-height: 55px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1024px) {
div#footer-outer .col.span_3.one-fourths.right-edge div#nav_menu-6 {
    margin-left: -60px;
}
	
#s1 .swiper-slide .container {
  background: #0000005c;
}
html body h2 {
  font-size: 40px !important;
  line-height: 50px !important;
}
html body p, html body em, html body a, html body button, html body input, html body label, html body legend, html body .wpb_text_column li, html body .nectar-split-heading li, html body .nectar-fancy-ul li {
  font-size: 12px;
  line-height: 22px;
}
#s1 p {
  width: 85%;
}
div#s2 {
  padding-block: 50px !important;
}
#s2 .m1 {
  top: -140px;
}
#s2 .m4 {
  top: -60px;
}
#s2 .m5 {
  scale: ;
  left: 30px;
  top: -80px;
}
div#s3 {
  padding-block: 50px !important;
}
#s3 .box {
  top: -65px;
}
#s3 .tabbed a {
  font-size: 25px;
  line-height: 35px;
}
div#s4 {
  padding-block: 50px !important;
}
#s4 .m2 {
  top: 10px;
  width: 80px;
}
#s5 .m4 {
  top: -17px;
  width: 43px;
}
#s6 .t2 p {
  font-size: 16px;
  line-height: 26px;
}
#s6 .carousel-item {
  padding: 30px 30px 30px 20px;
}
#footer-widgets .col.span_3:before {
  display: none;
}
#footer-outer a,#footer-outer p {
  font-size: 14px;
  line-height: 24px;
}
div#s6 {
  padding-block: 50px !important;
}
div#s5 {
  padding-block: 50px !important;
}
#s6 .m1 {
  width: 50px;
  top: -65px;
  left: -26px;
}
#s6 .lstbox {
  width: 60px;
  top: -10px;
}
#s5 .m2 {
  width: 60px;
  top: -3px;
}
#s5 .m3 {
  top: -20px;
  left: -60px;
}
div#in1 {
    padding-left: 20px;
}
html body h1 {
    line-height: 60px !important;
}

#s4 .t2 h3 {
    font-size: 18px;
    LINE-HEIGHT: 28PX;
    margin: 0;
}
#s3 a#b2 {
    font-size: 22px !important;
    line-height: 32px !important;
}
#slide-out-widget-area a#b1 {
        padding: 13px !important;
        width: 160px;
        margin-top: -20px;
        font-family: 'Inter' !important;
        background-color: #49BACA;
    }
#slide-out-widget-area a#b1 span {
    font-size: 20px !important;
}

#slide-out-widget-area a {
    font-size: 20px !important;
    line-height: 30px !important;
}
#slide-out-widget-area a#b1::before {
  background: transparent;
}

#slide-out-widget-area a#b1:hover::before {
    background:transparent !important;
}
#slide-out-widget-area    a#b1 i {
     display: none
    }
    
#slide-out-widget-area    a#b1 .text {
        transform: unset;
    }
    
#slide-out-widget-area    a#b1:hover .text {
        transform:unset
    }
#slide-out-widget-area .text.text2 {
    display: none;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 840px) {
	#page-header-bg .span_6 h1 {
    font-size: 30px !important;
    line-height: 40px !important;
}

#s1 .swiper-slide .container {
  background: transparent;
}
#s1 .content {background-color: #00000070;padding: 30px;}
#s1 p {
  width: 100%;
}
html body p, html body em, html body a, html body button, html body input, html body label, html body legend, html body .wpb_text_column li, html body .nectar-split-heading li, html body .nectar-fancy-ul li {
  font-size: 14px !important;
  line-height: 24px !important;
}
div#s2 {
  text-align: center;
}
#s2 a#b1 {
  margin: auto;
}
#s2 .m1 {
  display: none;
}
#s2 .m4 {
  display: none;
}
#s2 .m3 {
  padding: 0;
  margin: auto;
  display: table;
  width: 70%;
}
#s2 .m5 {
  display: none;
}
 #s2 .m2 {
    right: 60px;
    top: -50px;
  }
#s3 .box {
  display: none;
}
#s3 .tabbed ul {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 50px;
}
#s3 .tabbed .t2 {
  width: 100%;
}
#s3 {
  text-align: center;
}
	    div#footer-outer .col.span_3.one-fourths.right-edge div#nav_menu-6 {
        margin-left: 0px !important;
    }
#s3 .m1 {
  margin: auto;
  display: table;
}
#s4 .m2 {
  display: none;
}
#s5 .m3 {
  display: none;
}
div#s5 {
  text-align: center;
}
#s5 a#b1 {
  margin: auto;
}
#s5 .m4 {
  display: none;
}
#s5 .m2 {
  display: none;
}
#s5 .m1 {
  margin: auto;
}
#s6 .m1 {
  display: none;
}
#s6 .owl-nav {
  display: none;
}
#s6 .t1 {
  text-align: center;
}
#s6 .iwt-text h4 {
  font-size: 18px;
  line-height: 28px;
}
#s6 .lstbox {
  display: none;
}
div#nav_menu-4 {
  margin: unset;
}
div#nav_menu-8 {
  float: unset;
}
div#text-6 {
  float: unset;
  padding-top: 10px;
}
div#in1 {
    padding: 0;
}
html body h1 {
    font-size: 38px;
    line-height: 48px !important;
}

#s1 h1.ns-heading-el span {
    font-size: 14px;
    line-height: 24px;
}
html body h2 {
    font-size: 35px !important;
    line-height: 45px !important;
}
#s3 .tabbed a {
    font-size: 18px !important;
    line-height: 28px !important;
    padding: 10px 20px;
}
#s3 a#b1 {
    margin-top: -20px;
}
#footer-widgets img {
  width: 60%;
}
#s6 .owl-stage {
    padding: 2px 0px;
}
#s5 .wpb_raw_code.wpb_raw_html.wpb_content_element {
    margin: 0;
}
div#s3 {
  padding-block: 20px 50px !important;
}

div#s5 {
  padding-block: 20px 50px !important;
}
#s4 .owl-carousel {
  margin: 0;
}
#s4 .carousel-item::before, #s4 .active + .active .carousel-item::before {
  margin-top: -38px;
}
#s2 .c1 {
  margin: 0;
}
#s2 .m3 {
  margin-top: -30px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 525px) {

#s1 h1.ns-heading-el span {
  font-size: 12px;
  line-height: 22px;
}
	div#footer-outer .col.span_3.one-fourths.right-edge div#nav_menu-6 {
        margin-left: 0px;
    }
html body h1 {
  font-size: 28px;
  line-height: 38px !important;
}
html body h1 br {
  display: none;
}
#s1 p {
  font-size: 14px !important;
  line-height: 24px !important;
}
html body h2 {
  font-size: 24px !important;
  line-height: 34px !important;
}
#s2 .m3 {
  width: 90%;
}
#s3 .tabbed ul {
  gap: 10px 20px;
}
#s3 .tabbed a {
    font-size: 14px !important;
    line-height: 24px !important;
    padding: 10px 20px;
}
html body h4 {
  font-size: 12PX !important;
  line-height: 22PX !important;
  margin: 0;
}
#s1 .content {
    padding: 10px;
}
#s2 .m2 {
    display: none;
}
#s4 .owl-carousel::after {width: 40%;}

#s4 .carousel-item::Before, #s4 .active+.active .carousel-item::Before {
    margin-top: -38px;
}
a#b1 .text {
    font-size: 18px;
}
#slide-out-widget-area #b1 {
  margin-left: -12px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 430px) {
html body h1 {
  font-size: 22px;
  line-height: 32px !important;
}
#s1 h1.ns-heading-el span {
  font-size: 10px;
  line-height: 20px;
}
#s3 .tabbed a {
    font-size: 16px !important;
    line-height: 26px !important;
}
	#s1 a#b1, #s5 a#b1 {
    width: 300px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 375px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 360px) {
	#s1 a#b1, #s5 a#b1 {
    width: 290px;
}
}