/*
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
*/
.sf-menu ul li{
	font-size: 34px!important;
	font-weight: 600;
}
.sf-menu ul li span{
	font-size: 14px;
}
.sf-menu ul li span:hover{
	color:#275F8D !important;
}
.single-post #page-header-bg[data-post-hs="default_minimal"] .page-header-bg-image:after {
    background-color: #000000;
    opacity: 0.4;
}
#top li#menu-item-28 ul.sub-menu {
    border-radius: 10px ! IMPORTANT;
}
.single-post textarea#comment {
    border: 1px solid;
}
#banner .row-bg.viewport-desktop.using-image {
    background-size: 100% 100% !IMPORTANT;
}
.sf-menu, .sf-menu *{
	line-height:18px;
}
#top .row {
    background-color: white;
    padding: 9px 31px !IMPORTANT;
    border-radius: 50px !important;
    margin-top: 16px;
}

#top li#search-btn {
    position: relative;
    left: -190px !IMPORTANT;
    top: -9px;
}

#top .get-sec a span {
    background: #275F8D;
    padding: 14px 36px;
    border-radius: 50px;
    color: white !IMPORTANT;
    position: relative;
    left: 40px;
    top: -8px;
}

#top .get-sec:hover a span {
    background: black !IMPORTANT;
}

#top .current-menu-item a span {
    color: #275F8D;
    border-bottom: 2px solid #275F8D;
}
a#btn2 {
    margin: 0;
}
#sec1 #sec11 {
    background: #ffffff;
    padding: 34px 20px;
    border-radius: 8px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

div#sec1 {
    top: 44% !IMPORTANT;
    left: 50% !IMPORTANT;
    transform: translate(-50%, -80%) !IMPORTANT;
    z-index: 999;
}
.img1 {
    animation: pulse 1.5s infinite;
}
.img2 {
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
#sec1 #sec11 img {
    transition: 0.9s;
}

#sec1 #sec11 img:hover {
    transition: 0.9s;
    transform: scale(0.9);
}

div#sec2 {
    padding-top: 20px !IMPORTANT;
    padding-bottom: 10px !IMPORTANT;
}

#sec3 .vc_col-sm-3 .vc_column-inner {
    border: 1px solid #E7E7E7;
    border-radius: 11px;
    padding: 36px 10px  !IMPORTANT;
}

#sec4 h6 img {
    display: inline;
    margin: 0;
    position: relative;
    top: 10px;
    left: 40px;
}

#sec4 h6 {
    padding: 0 52px;
}

div#sec4 {
    padding-top: 10px !IMPORTANT;
    padding-bottom: 16px !IMPORTANT;
    transform: rotate(-5deg);
    margin-top: 64px !IMPORTANT;
    margin-bottom: 33px !IMPORTANT;
}

a#btn1 {
    font-family: 'Outfit';
    font-weight: 500 !IMPORTANT;
    font-size: 16px;
    padding: 16px 47px !IMPORTANT;
    margin: 0;
}

a#btn1:hover {
    background: black !Important;
    transition: 0.9s;
    color: white !IMPORTANT;
}

a#btn2 {
    font-family: 'Outfit';
    font-weight: 500 !IMPORTANT;
    font-size: 16px;
    padding: 16px 47px !IMPORTANT;
    background: #ffffff ! IMPORTANT;
    color: #000000;
}

a#btn2:hover {
    background: #000000 !important;
    transition: 0.9s;
    color: white !IMPORTANT;
}

#banner #b1 .vc_col-sm-6 {
    width: fit-content;
    position: relative;
    left: 192px;
}

#banner p {
    padding-top: 20px;
    padding-bottom: 20px;
}
#sec2 h5 {
    margin: unset;
    margin-bottom: 7px;
}
#sec5 .ser-sec {
    margin-bottom: 48px;
}

#sec5 #sec55 .vc_col-sm-4 .vc_column-inner {
    background: #ffffff;
    padding: 45px 24px;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: 0.9s;
    padding-bottom: 37px;
}

#sec5 #sec55 .vc_col-sm-4 .vc_column-inner:hover {
    color: white !IMPORTANT;
    transition: 0.9s;
    background: #275F8D ! IMPORTANT;
}
#sec5 #sec55 .vc_col-sm-4 .vc_column-inner:hover h3 span {
    color: white !IMPORTANT;
    transition: 0.9s;
}

#sec5 #sec55 .vc_col-sm-4 .vc_column-inner:hover img {
    filter: brightness(0.8);
    transition: 0.9s;
}

#sec5 #sec55 a#sbtn1 {
    padding: 0 !important;
    background: transparent !important;
    color: #111111;
    font-size: 16px;
    transition: 0.9s;
}

#sec5 #sec55 .vc_col-sm-4 .vc_column-inner:hover a#sbtn1 {
    color: white;
}

#sec6 .row-bg.viewport-desktop.using-image {
    background-size: 100% 48%;
}

h5 {
    background-color: #E9EFF4;
    width: fit-content;
    margin: 0 auto 5px;
    border-radius: 50px;
    padding: 6px 23px;
    border: 1px solid #B2C6D6;
}

#sec6 h5 {
    background: transparent;
}

#sec6 #sec66 .vc_col-sm-6 .vc_column-inner {
    background: #ffffff;
    padding: 30px;
    border-radius: 13px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    
    transition: 0.9s;
}

#sec6  .so-sec-sec {
    margin-bottom: 70px;
}

#sec6 #sec66 .vc_col-sm-6 .vc_column-inner a#btn1 {
    
    z-index: 99;
}

#sec6 #sec66 .vc_col-sm-6 .vc_column-inner img {
    margin-top: -5%;
    transition: 0.9s;
}

#sec6 #sec66 .vc_col-sm-6 .vc_column-inner:hover img {
    filter: brightness(0.5);
    transition: 0.9s;
}

#sec6 #sec66 .vc_col-sm-6 .vc_column-inner:hover a#btn1 {
    background: black !IMPORTANT;
    transition: 0.9s;
}

div#sec6 {
    padding-top: 80px !IMPORTANT;
    padding-bottom: 80px !IMPORTANT;
}
#sec7 h5 {
    background: transparent;
}

#sec7 ul.wpb_tabs_nav.ui-tabs-nav.clearfix {
    background: #ffffff3b;
    width: fit-content;
    border-radius: 50px !IMPORTANT;
    padding: 8px 47px !IMPORTANT;
    margin: 0 auto 43px;
    display: table;
}

#sec7 ul.wpb_tabs_nav.ui-tabs-nav.clearfix li a {
    background: transparent !IMPORTANT;
    border: unset;
    color: white;
    opacity: 10;
    padding: 11px 38px !IMPORTANT;
}

#sec7 ul.wpb_tabs_nav.ui-tabs-nav.clearfix a.active-tab {
    background: #275F8D ! IMPORTANT;
    border-radius: 50px;
}

#sec7 #sec77 {
    margin: 0;
    background-color: transparent !IMPORTANT;
}

#sec7 #sec77 .vc_col-sm-3 .vc_column-inner  {
    background: white;
    padding: 20px 11px 20px 14px !IMPORTANT;
    border-radius: 10px;
}

#sec7 #sec77 .vc_col-sm-3 .vc_column-inner p {
    font-size: 14px;
    line-height: 1.6;
    color: #666666;
}
#sec7 #sec77 .vc_col-sm-4 .vc_column-inner {
    background: white;
    padding: 20px 11px 20px 14px !IMPORTANT;
    border-radius: 10px;
}

#sec7 #sec77 .vc_col-sm-4 .vc_column-inner p {
    font-size: 14px;
    line-height: 1.6;
    color: #666666;
}

#sec7 .row-bg.viewport-desktop.using-image {
    background-size: 100% 100%;
}

body #sidebar h4, body .widget h4, body #footer-outer .widget h4 {
    color: #111111 !IMPORTANT;
    opacity: 10 !IMPORTANT;
}

div#nav_menu-5 {
    margin-left: -21px;
}

#footer #f2 h5 {
    background: transparent !IMPORTANT;
    border: unset;
    padding: 0;
    color: #111111 !IMPORTANT;
    text-transform: capitalize !IMPORTANT;
    font-size: 16px;
    margin: unset !IMPORTANT;
}

#footer div#f1 {
    margin: 0;
    padding-bottom: 0 !IMPORTANT;
}

#footer #f2 .icn ul {
    margin: 0;
    display: flex;
    gap: 11px;
    float: right;
    justify-content: center;
    align-items: center;
}

#footer #f2 .icn ul li {
    display: inline-block;
}

#footer #f2 .icn ul li a i {
    width: 40px !important;
    height: 40px !IMPORTANT;
    line-height: 40px !IMPORTANT;
    border-radius: 50px;
    color: black;
    background: white;
    border: 1px solid #ccc;
    transition: 0.9s;
}

#footer #f2 p {
    color: black !IMPORTANT;
    text-shadow: 0 0 black;
}

#footer div#f2 {
    border-top: 1px solid #ccc;
    padding-bottom: 10px !IMPORTANT;
    padding-top: 10px !IMPORTANT;
}

#footer #f2 .icn ul li a i:hover {
    background: #275F8D !important;
    color: white;
    border-color: #275F8D;
}

div#footer {
    font-size: 14px;
}

div#nav_menu-6 {
    margin-left: 1px;
}

div#nav_menu-7 {
    margin-left: 32px;
}



@media (max-width: 1600px) {}
@media (max-width: 1440px) {}
@media (max-width: 1366px) {}
@media (max-width: 1280px) {}
@media (max-width: 1024px) {
	#sec4 h6 {
    padding: 0px 40px;
}
}
@media (max-width: 820px) {
    #top .row {
        margin-top: 10px;
    }
    
    #top .col.span_9.col_last {
        position: relative;
        right: 22px !IMPORTANT;
    }
    
    #banner .img1, .img2 {
        display: none !IMPORTANT;
    }
    
    h1 {
        font-size: 35px !IMPORTANT;
    }
    
    #banner p br {
        display: none;
    }
    
    div#sec1 {
        transform: unset !IMPORTANT;
        left: 0 !IMPORTANT;
        top: 0 !IMPORTANT;
        margin-top: -16% !IMPORTANT;
    }
    
    #banner #b1 .vc_col-sm-6 {
        left: 0;
        text-align: center !IMPORTANT;
        margin: 0 auto;
        margin-bottom: 22px;
    }
    
    #sec1 #sec11 .vc_col-sm-1\/5 img {width: 55%;margin-bottom: 10px;}
    
    div#sec2 {
        text-align: center;
        padding-top: 60px !IMPORTANT;
    }
    
    #sec2 h5 {
        margin: 0 auto 19px !IMPORTANT;
    }
    
    h2 {
        font-size: 24px !IMPORTANT;
        line-height: 1.5 !IMPORTANT;
    }
    
    h5 {
        margin-bottom: 20px !important;
    }
    
    #sec5 #sec55 .vc_col-sm-4 .vc_column-inner {
        text-align: center;
    }
    
    #sec5 #sec55 .vc_col-sm-4 .vc_column-inner img {
        margin: 0 auto 21px !IMPORTANT;
        display: table;
    }
    
    #sec6 .row-bg.viewport-desktop.using-image {
        background-size: cover;
    }
    
    #sec6 .so-sec-sec {
        margin-bottom: 40px;
    }
    
    #sec6 .so-sec-sec h2 {
        font-size: 20px !IMPORTANT;
    }
    
    #sec7 ul.wpb_tabs_nav.ui-tabs-nav.clearfix {
        padding: 8px 15px !IMPORTANT;
     }
    
    #footer .vc_col-sm-2 {
        width: 100%;
        margin-bottom: 0;
    }
    
    div#nav_menu-5 {
        margin: 0;
    }
    
    div#nav_menu-7 {
        margin: 0;
    }
    
    #footer #f2 p {
        text-align: center;
        font-size: 12px;
    }
    
    #footer #f2 .icn ul {
        float: unset;
    }
    
    #footer #f2 .vc_col-sm-6 {
        margin-bottom: 6px;
    }
}
@media (max-width: 768px) {
	#sec4 h6 {
    padding: 0px 25px;
}
}
@media (max-width: 480px) {
	#sec4 h6 {
    padding: 0px 10px;
}
}
@media (max-width: 430px) {
	#sec4 h6 {
    padding: 0px 5px;
}
	#sec5 #sec55 .vc_col-sm-4 .vc_column-inner{
		padding-bottom: 0;
	}
}
@media (max-width: 414px) {}
@media (max-width: 390px) {}
@media (max-width: 375px) {}
@media (max-width: 360px) {}