/*
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
*/
@import "fonts/fonts.css";
@import "includes/css/forms.css";
:root{
    --theme-color:#F8EA23;
    --second-color:#041931;

}
/*** generic helpfull ***/

.multiply{
    mix-blend-mode: multiply !important;
}
.rotate-38{
    transform: rotate(38deg) !important;
}
.opacity-05{
    opacity: .05 !important;
}
.opacity-25{
    opacity: .25 !important;
}
.fw-3{
    font-weight: 300 !important;
}
.fw-4{
    font-weight: 400 !important;
}
/*** menu ***/

.sf-menu>li ul{
    width:25em;
}
.sf-menu li:nth-of-type(2) ul{
    width:34em;
}
.sf-menu li:nth-of-type(3) ul{
    width:31em;
}
.sf-menu li:last-of-type ul{
    width:16em;
}

/*** footer copyright ***/

#footer-outer #copyright[data-layout="centered"]{
    padding:10px 0;
}

/*** footer ***/

body .footer a{
    color:#FFF;
    opacity: 1;
    transition: opacity .3s ease-in-out;
}
body .footer a:hover{
    opacity: .7;
    transition: opacity .3s ease-in-out;
}

/*** colors ***/

.theme-color{
    color:var(--theme-color);
}
.black-color{
    color:#000;
}
.white-color{
    color:#FFF;
}

/*** fancy box ***/
.nectar-fancy-box[data-style=hover_desc] .heading-wrap{
    max-width: 80%;
    margin: 0 auto;
}
.nectar-fancy-box[data-style=hover_desc] .heading-wrap h3{
    color:var(--theme-color);
}
.nectar-fancy-box[data-style=hover_desc][data-alignment=center] .hover-content{
    padding: 0;
}
.nectar-fancy-box[data-style=hover_desc][data-alignment=center] .hover-content:after{
    content: "\f054";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    color:var(--second-color);
    background-color:var(--theme-color);
    border-radius:50%;
    width:42px;
    height:42px;
    line-height: 42px;
    font-size:20px;
    display: block;
    margin: 10px auto 0;
}

/*** testimonial ***/

.span_12.light .testimonial_slider[data-style=multiple_visible_minimal] .inner{
    background-color:#FFF;
}
.span_12.light .testimonial_slider[data-style=multiple_visible_minimal] .inner p{
    color:#001933;
}

/*** line horizontal ***/

.line-horizontal:before{
    content:'';
    width:70%;
    height:1px;
    background-color:#0B5582;
    position: absolute;
    top:40px;
    margin: 0 auto;
    left: 15%;
}
/*** listing icons ***/

.listing-icons .iwithtext{
    display: flex;
    align-items: center;
}
.listing-icons .iwithtext .iwt-icon{
    position: relative;
}
.listing-icons .iwithtext .iwt-icon img{
    margin-bottom: 0;
}
.listing-icons .iwithtext .iwt-text{
    padding-left:15px;
}
.listing-icons .iwithtext .iwt-text h3{
    margin-bottom: 0;

}
.listing-icons .iwithtext .iwt-text h3 span.text-desc{
    font-weight: 400;
    text-transform: none;
}

/*** difference ***/

.difference.col .iwithtext .iwt-icon img:not([srcset]){
    width: 50px;
}
.difference.col .iwithtext .iwt-icon:before{
    content: '';
    position: absolute;
    bottom: -60px;
    left: calc(50% - 1px);
    display: block;
    width: 1px;
    height: 120%;
    background-color: #0B5582;
    z-index: -1;
}
.difference.col .iwithtext:last-of-type .iwt-icon:before{
    content:none;
}
.difference.col .iwithtext .iwt-text{
    padding-left: 65px;
}
/*** inner menu ***/
.inner-menu .page-submenu .full-width-content {
    padding: 30px 0;
    transition: padding .1s ease-in-out;
}
.inner-menu .page-submenu.stuck .full-width-content{
    padding: 10px 0;
    transition: padding .1s ease-in-out;
}
body .inner-menu .page-submenu li{
    margin: 0 40px 0 0;
}
body .inner-menu .page-submenu li a{
    border: 1px solid #0B5582;
    padding: 10px 20px;
    font-weight: 700;
    font-size: .8em;
}
body .inner-menu .page-submenu li.current-menu-item a{
    background-color:#0B5582;
    color:#FFF;
}

/*** testimonial ***/

.testimonial-slider .nectar-flickity.nectar-carousel[data-desktop-columns="3"][data-format=default] .cell{
}

/*** blockquote ***/
.nectar-flickity.nectar-carousel.vertical-alignment-middle .flickity-slider .cell .inner-wrap-outer > .inner-wrap{
    box-shadow: rgba(0, 0, 0, .04) 0 1px 0, rgba(0, 0, 0, .05) 0 2px 7px, rgba(0, 0, 0, .06) 0 12px 22px;
}
blockquote{
    padding: 60px;
}
blockquote::before{
    content:'\201C';
    border:none;
    font-size: 80px;
    font-family: "Helvetica Neue";
    color:#0b5582;
    line-height: 1;
}
.nectar-flickity[data-controls=touch_total] .visualized-total{
    background-color:#FFF;
    height:5px;
    border-radius: 20px;
    max-width: 60%;
    overflow: hidden;
}
.nectar-flickity[data-controls="touch_total"][data-control-color="accent-color"] .visualized-total span{
background-color:#041931;
    height:6px;

}
@media screen and (max-width: 1024px){
    blockquote{
        padding:0;
    }
    blockquote::before{
        font-size: 50px;
        top: -30px;
    }
}
/*** sgvs ***/
body:not(.home) #page-header-wrap{
    overflow: visible;
}
body:not(.home) #page-header-wrap:after{
    content:'';
    position: absolute;
    left:-270px;
    bottom: -240px;
    width:469px;
    height:480px;
    background-image: url(/wp-content/uploads/2025/04/sgvs-header.png);
    background-size: contain;
    z-index: 1000;
    background-repeat: no-repeat;
}
.sgvs .column-bg-overlay-wrap.column-bg-layer .column-bg-overlay:before{
    content:'';
    position: absolute;
    top:0;
    height:100%;
    width:100%;
    background-repeat: no-repeat;
}
.sgvs.sgvs-arrow-right .column-bg-overlay-wrap.column-bg-layer .column-bg-overlay:before{
    background-position: center left;
    left:-30%;
    background-image: url('/wp-content/uploads/2025/04/sgvs-arrows-right.png');
}
.sgvs.sgvs-arrow-left .column-bg-overlay-wrap.column-bg-layer .column-bg-overlay:before{
    background-position: center right;
    right: -30%;
    background-image: url('/wp-content/uploads/2025/04/sgvs-arrows-left.png');
}
.sgvs-img .img-with-aniamtion-wrap .hover-wrap-inner:after{
    content:'';
    position: absolute;
    bottom: -62px;
    height: 124px;
    width: 300px;
    background-position: bottom;
    background-repeat:no-repeat;
    background-image: url('/wp-content/uploads/2025/04/sgvs-img.png');
    background-size: contain;
}
.sgvs-img.sgvs-img-right .img-with-aniamtion-wrap .hover-wrap-inner:after{
    right: -130px;
}
.sgvs-img.sgvs-img-left .img-with-aniamtion-wrap .hover-wrap-inner:after{
    left: -80px;
}
.sgvs-ob-right:before{
    content:'';
    position: absolute;
    bottom: 0;
    right: -42%;
    width: 900px;
    height: 900px;
    background-position: left bottom;
    background-repeat:no-repeat;
    background-size: contain;
    background-image: url("/wp-content/uploads/2025/04/sgvs-ob-right.png");
}
.sgvs-ob-right.global-sgvs:before{
    bottom: -200px;
    right: -52%;
}
.sgvs-arrows-bottom:before{
    content:'';
    position: absolute;
    top: 0;
    width: 200px;
    height: 650px;
    background-position: left bottom;
    background-repeat:no-repeat;
    background-size: contain;
    background-image: url("/wp-content/uploads/2025/04/sgvs-arrows-bottom.png");
    z-index:100;
}
.sgvs-arrows-bottom.left:before{
    left: -18%;
}
.home .sgvs-arrows-bottom.left:before{
    top: 500px;
}
.sgvs-arrows-bottom.right:before{
    top: auto;
    bottom: -25%;
    right: -18%;
}
.sgvs-big-arrow:before{
    content:'';
    position: absolute;
    top: -53%;
    width: 430px;
    height: 580px;
    background-position: left bottom;
    background-repeat:no-repeat;
    background-size: contain;
    background-image: url("/wp-content/uploads/2025/04/sgvs-big-arrow-left.png");
}
.sgvs-big-arrow.right:before{
    right:-28%;
}

/*** sgvs mobile ***/
@media screen and (max-width: 1024px){
    .sgvs-arrows-bottom:before,
    .sgvs-ob-right:before,
    .sgvs-big-arrow:before,
    .line-horizontal:before,
    .sgvs.sgvs-arrow-right .column-bg-overlay-wrap.column-bg-layer .column-bg-overlay:before,
    .sgvs.sgvs-arrow-left .column-bg-overlay-wrap.column-bg-layer .column-bg-overlay:before{
        content: none;
    }
    body:not(.home) #page-header-wrap:after{
        width: 330px;
        height: 407px;
    }
    .sgvs-img .img-with-aniamtion-wrap .hover-wrap-inner:after{
        bottom: -30px;
        height: 60px;
        width: 150px;
    }
    .sgvs-img.sgvs-img-left .img-with-aniamtion-wrap .hover-wrap-inner:after{
        left: -22px;
    }
    .sgvs-img.sgvs-img-right .img-with-aniamtion-wrap .hover-wrap-inner:after{
        right: -22px;
    }
    .difference.col .iwithtext .iwt-icon:before{
        bottom: -100px;
        height: 175%;
    }
}

/*** google badge ***/

.grecaptcha-badge{
    display: none !important;
}