/*
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 url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
body,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
p,
span{
    font-family: 'Montserrat', sans-serif !important;
}
.hd{
    color: #006EB9;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    position: relative;
    display: inline-flex;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 40px;
}
.hd:before{
    position: absolute;
    content: "";
    background: #006EB9;
    width: 20px;
    height: 2px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hd:after{
    position: absolute;
    content: "";
    background: #006EB9;
    width: 20px;
    height: 2px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.sec-heading{
    color: #000;
    font-size: 50px;
    font-weight: 700;
}
strong{}

.sec-para{
    font-size: 18px;
    color: #959595;
    line-height: 26px;
}
.sec-para strong{}
.dis-flex{
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn.btn-business{
    background: linear-gradient(
130deg, #1d469c, #026cb7);
    padding: 15px 45px !important;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    border-radius: 8px;
}
.btn.btn-business:hover{}

/*Header*/
header {
    height: 0;
    transition: all .5s ease;
}
#header-space {
    background-color: transparent !important;
    height: 0 !important;
}
.small-nav {
    display: none;
    transition: all .5s ease;
}
header nav {}
header nav ul{}
header nav ul li{
    margin: 0 0 0 15px !important;
}
header nav ul li a{
        font-size: 20px !important;
        font-weight: 600;
        color: #ffffff !important;
}
header nav ul li:last-child{}
header nav ul li:last-child a{}
/*Header*/
/*Banner*/
.banner{}
.banner .content{width: 60%;}
.banner .content h2{
    font-size: 60px;
    font-weight: 700;
    line-height: 65px;
}
.banner .content h2 strong{
    display: block;
    font-size: 52px;
    font-weight: 800;
    text-shadow: 3px 3px #944d96;
    color: #fff;
    text-transform: capitalize;
}
.banner .content .button a{
    background: linear-gradient(130deg, #1d469c, #026cb7);
    padding: 18px 40px !important;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}
.banner .slider-pagination{
    text-align: left;
}
/*Banner*/

/*Service*/
.services-sec{
    padding: 100px 0 !important;
}
.services-sec .hd{
    left: 42%;
}
.services-sec .sec-heading{}
.services-sec .sec-para{}
.services-sec .sec-pr{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 22%);
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 20px;
    border-radius: 6px;
    margin: 5px 0  !important;
    transition: all .5s ease;
}
.services-sec .sec-pr img{}
.services-sec .sec-pr h4{
    font-size: 30px;
    text-transform: uppercase;
    color: #204299;
    font-weight: 600;
}
.services-sec .sec-pr p{padding: 0;font-size: 18px;font-weight: 400;line-height: 26px;}
.services-sec .sec-pr:hover{
    color: #fff;
    background-color: #204299;
}
.services-sec .sec-pr:hover img{
    filter: brightness(25);
}
.services-sec .sec-pr:hover h4{
    color: #fff;
}
.services-sec .sec-pr:hover p {}
/*Service*/
/*Call*/
.call{}
.call .call-in {
    background: url(/wp-content/uploads/2021/09/a-4.png)no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 60px !important;
    border-radius: 20px;
}
.call .sec-heading{
    width: 70%;
    line-height: 60px;
    color: #fff;
    margin: 0;
    float: left;
}
.call a.btn{
    background-color: #fff;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    top: 45px;
}
.call .using-bg-color{
    height: 50%;
}
/*Call*/

/*who-we-sec*/
.who-we-sec{
    padding: 60px 0  !important;
}
.who-we-sec .who-in{
    margin: 0 0 60px;
}
.who-we-sec .who-in .hd{}
.who-we-sec .who-in .sec-heading{}
.who-we-sec .who-in .sec-para{}
.who-we-sec .who-in .sec-para ul{
    padding: 0;
    margin: 0;
    color: #575757;
}
.who-we-sec .who-in .sec-para ul li{
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
    padding-left: 30px;
    line-height: 32px;
}
.who-we-sec .who-in .sec-para ul li:before{
    position: absolute;
    content: "";
    background-color: #006EB9;
    width: 12px;
    height: 12px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 30px;
}
/*who-we-sec*/
/*Video*/
.videos-sec{
    position: relative;
}
.videos-sec .pr{
    position: absolute;
    bottom: 18%;
    left: 0;
    margin: auto;
    color: #fff;
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
/*Video*/

/*Forms*/
.form-sec{
    padding: 100px 0 !important;
}
.form-sec .hd{
    left: 42%;
}
.form-sec form{}
.form-sec form .span_6{
    float: left;
    margin: 0 6px;
}
.form-sec form .span_12{
    padding: 0 6px !important;
}
.form-sec form p{
    text-align: center;
}
.form-sec form .form-control{
    margin: 0 0 25px;
    height: 50px;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 20%);
    resize: none;
    background: #fff;
    font-size: 12px;
    font-weight: 300;
}
.form-sec form textarea{
    height: 120px !important;
}
/*Forms*/

/*Footer*/
#footer-outer{
    background: linear-gradient(274deg, #1e459b, #006eb9);
}
#footer-outer .row{}
#footer-outer .span_6{
    width: 35% !important;
}
#footer-outer .span_6:nth-child(2){width: 58% !important;text-align: right;}
#footer-outer h4{
    color:#fff !Important;
    margin: 0 !important;
}
#footer-outer ul.menu li{
    display: inline-flex;
    margin: 0 0 0 20px;
}
#footer-outer ul.menu li a{
    font-size: 18px;
    font-weight: 500;
    color: #fff !important;
}
#footer-outer #custom_html-2{}
#footer-outer #custom_html-2 a.btn{
    padding: 15px 30px !important;
    border: 2px solid #f600f9;
    border-radius: 8px;
    color: #f600f9 !important;
}
#footer-outer #copyright{
    background: linear-gradient(180deg, #112250, #1f4196);
    color: #fff;
    text-align: center;
}
#footer-outer #copyright .col{
    width: 100%;
}
#footer-outer #copyright p{
    font-size: 18px;
    font-weight: 400;
}
#menu-social-links{}
#menu-social-links li{
}
#menu-social-links li a{
    color: #ffffff !important;
}
#menu-social-links li a i{}
#footer-outer .row {
    padding: 45px 0;
}
/*Footer*/
.support1 h2 {
    color: #000;
    font-size: 45px;
    font-weight: 700;
}

.support1 p {
    font-size: 15px !important;
}
.con1 h3 {
    color: #000;
    font-size: 45px;
    font-weight: 700;
}
@media screen and (max-width: 1199px) {
	header nav ul li a {
    font-size: 17px !important;
    margin: 5px !important;
}

.full-width-content > .col.span_12.dark .swiper-slide[data-color-scheme="light"] .content h2 {
    font-size: 43px !important;
    line-height: 50px;
}

.nectar-slider-wrap[data-full-width="false"] .swiper-slide .content p {
    font-size: 16px !important;
    line-height: 29px;
}

.services-sec .sec-pr p {
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
}

.services-sec .sec-pr h4 {
    font-size: 27px;
    line-height: 32px;
}

.call .sec-heading {
    font-size: 40px !important;
    width: 70%;
    line-height: 50px !important;
}

.who-we-sec .who-in p {font-size: 17px !important;line-height: 27px;}
.sec-heading {
    font-size: 45px;
}
span.wpcf7-form-control-wrap.phone-no {
    display:unset !important;
}
.videos-sec .pr {
    position: absolute;
    bottom: 30%;
    left: 0;
    margin: auto;
    color: #fff;
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
}

@media screen and (max-width: 999px) {
	.nectar-slider-wrap[data-full-width="false"] .swiper-slide .content {
    padding: 0px !important;
    width: 90% !important;
}

.full-width-content > .col.span_12.dark .swiper-slide[data-color-scheme="light"] .content h2 {
    font-size: 41px !important;
    line-height: 50px;
}

.nectar-slider-wrap .swiper-container .swiper-slide .button a {
    font-size: 15px !important;
    letter-spacing: 1px;
    padding: 14px 23px !IMPORTANT;
    margin: 9px 0px !important;
}

.hd {}

.services-sec .hd {
    width: 100%;
    position: unset;
    text-align: center !important;
    margin: 0 auto;
    display: block;
}

#footer-widgets .container .col {
    width: 100% !important;
    text-align: center;
}

#footer-outer ul.menu li {
    margin: 0 0 0 11px;
}

#footer-outer ul.menu li a {
    font-size: 17px !important;
}

#footer-outer h4 {
    font-size: 17px !important;
}

#footer-outer #copyright p {
    font-size: 17px !important;
}

.textwidget p {
    font-size: 15px;
}

.sec-heading {
    font-size: 38px;
}

.sec-para {
    font-size: 17px !important;
}

.services-sec .sec-pr h4 {
    font-size: 25px;
    line-height: 30px;
}

.call .call-in {
    padding: 50px 25px !important;
}

.call .sec-heading {
    font-size: 30px !important;
    width: 70%;
    line-height: 43px !important;
    text-align: left !important;
}

.hd {
    text-align: center !important;
    margin: 0px !important;
    padding: 0px !important;
    display: block;
    font-size: 23px;
}

.sec-heading {
    text-align: center !important;
    margin: 0px !important;
    padding: 6px 0px  !important;
}

.who-we-sec .who-in p {
    text-align: center !important;
    font-size: 17px !important;
    line-height: 26px;
}

.hd:before {
    display: none;
}

.hd:after {
    display: none;
}

.form-sec .hd {
    left: 0px !important;
}

.services-sec .sec-pr {
    height: 310px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 30px;
    border-radius: 6px;
    margin: 5px 0 !important;
    transition: all .5s ease;
}
	.support1 h2 {
    font-size: 30px !important;
    text-align: center !important;
}

.support1 p {
    font-size: 15px !important;
    text-align: center !important;
    line-height: 23px !important;
}

.suppo-inn h4 {
    font-size: 17px !important;
}
.con1 h3 {
    text-align: center !important;
    font-size: 35px;
}

.con1 p {
    text-align: center !important;
    line-height: 25px;
}
.suppo-inn label {
    font-size: 15px !important;
}
}

@media screen and (max-width: 800px) {
	.videos-sec .pr p {
    font-size: 35px !important;
}

.nectar-slider-wrap[data-full-width="false"] .swiper-slide .content p {
    width: 89%;
}
}

@media screen and (max-width: 480px) {
	.services-sec .hd {
    font-size: 20px !IMPORTANT;
    letter-spacing: 1px;
}

.sec-heading {
    font-size: 30px !important;
    padding: 0px 0px !important;
}

.sec-para {
    font-size: 15px !important;
    line-height: 27px;
    line-height: 23px;
}

.services-sec .sec-pr h4 {
    font-size: 22px;
}
#slide-out-widget-area .inner .off-canvas-menu-container li a {
    font-size: 19px;
    line-height: 27px;
    font-family: 'Open Sans';
    font-weight: 600;
}
.services-sec .sec-pr p {
    FONT-SIZE: 15PX;
    LINE-HEIGHT: 23PX;
}

.call .call-in {
    padding: 25px 15px !important;
    padding-bottom: 90px !IMPORTANT;
}

p {
    text-align: center !important;
}

.call a.btn {
    background-color: #fff;
    padding: 15px 31px;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    top: 45px !IMPORTANT;
    text-align: center !important;
}

.sec-heading {
    font-size: 28px !IMPORTANT;
    line-height: 32px;
}

.hd {
    font-size: 20px;
}

.who-we-sec .who-in p {
    font-size: 16px !important;
    line-height: 25px;
    padding-top: 9px;
}

.who-we-sec .who-in .sec-para ul li {
    line-height: 24px;
}

.btn.btn-business {
    padding: 15px 35px !important;
    font-size: 16px;
}

.videos-sec .pr p {
    font-size: 20px !important;
    line-height: 29px;
}

.sec-para {}

.sec-para {
    padding-top: 4px;
}

.textwidget p {
    line-height: 25px;
}

#footer-outer #copyright p {
    font-size: 16px !important;
    margin: 0px !important;
    padding: 0px !important;
    line-height: 20px;
}

.container {}

#footer-outer ul.menu li a {
    font-size: 16px !important;
}

.nectar-slider-wrap[data-full-width="false"] .swiper-slide .content p {
    font-size: 15px !important;
    text-align: left !important;
    line-height: 21px !important;
    width: 79%;
    padding-bottom: 0px !important;
}

.full-width-content > .col.span_12.dark .swiper-slide[data-color-scheme="light"] .content h2 {
    font-size: 29px !important;
    line-height: 38px !important;
}
.call .sec-heading {
    font-size: 23px !important;
    width: 70%;
    line-height: 33px !important;
    text-align: center !important;
    width: 100% !important;
    padding: 0px !important;
}

.call a.btn {
    font-size: 16px !important;
}
.nectar-slider-wrap .swiper-slide[data-y-pos="middle"] .content {
     top: 55%!important;
}
	.support1 h2 {
    font-size: 27px !important;
}

.suppo-inn h4 {
    font-size: 15px !important;
    line-height: 24px;
}


}

@media screen and (max-width: 420px) {
	.textwidget p {
    font-size: 14px !important;
    line-height: 21px;
}
.services-sec .hd {
    font-size: 18px !IMPORTANT;
}
#footer-outer ul.menu li a {
    font-size: 15px !important;
}

#footer-outer h4 {
    font-size: 16px !important;
}

#footer-outer #copyright p {
    font-size: 15px !important;
    line-height: 24px;
}

.sec-para {
    font-size: 14px !important;
    line-height: 21px !important;
}

.sec-heading {
    font-size: 22px !important;
    padding: 0px !important;
}

.form-sec .hd {
    font-size: 17px !important;
}

.videos-sec .pr p {
    line-height: 24px;
    font-size: 18px !important;
}

.btn.btn-business {
    font-size: 15px;
}

.who-we-sec .who-in .sec-para ul li {
    line-height: 22px;
}

.who-we-sec .who-in p {
    font-size: 15px !important;
    line-height: 23px;
}

.hd {
     font-size: 17px !important;
}

.services-sec .sec-pr h4 {
    font-size: 18px !important;
    line-height: 23px;
}

.services-sec .sec-pr {
    padding: 6px 17px !important;
}

.services-sec .sec-pr p {
    font-size: 15px !important;
    line-height: 22px;
}

.services-sec {
    padding: 70px 0 !important;
}

.nectar-slider-wrap .swiper-slide[data-y-pos="middle"] .content {
    top: 62%!important;
}

.full-width-content > .col.span_12.dark .swiper-slide[data-color-scheme="light"] .content h2 {
        font-size: 18px !important;
    line-height: 23px !important;
}

.nectar-slider-wrap .swiper-container .swiper-slide .button a {
    font-size: 14px !important;
    padding: 14px 21px !IMPORTANT;
}
.call .call-in {
    padding: 24px 5px !important;
    padding-bottom: 89px !IMPORTANT;
}

.call .sec-heading {
    FONT-SIZE: 22PX !IMPORTANT;
    LINE-HEIGHT: 30PX !IMPORTANT;
}
.nectar-slider-wrap[data-full-width="false"] .swiper-slide .content p {
    font-size: 14px !important;
    text-align: left !important;
    line-height: 21px !important;
    width: 93%;
}

body .swiper-slide .content .buttons {
    PADDING: 0PX !IMPORTANT;
}
div#footer-widgets {
    HEIGHT: 540PX;
}
}
@media screen and (max-width: 380px) {
	#footer-outer #copyright p {
    FONT-SIZE: 14PX !IMPORTANT;
}

#footer-outer .widget h4 {
    FONT-SIZE: 14PX !IMPORTANT;
}

#footer-outer ul.menu li a {
    FONT-SIZE: 14PX !IMPORTANT;
}

.textwidget p {
    FONT-SIZE: 13PX !IMPORTANT;
    LINE-HEIGHT: 21PX !IMPORTANT;
}

.sec-para {
    FONT-SIZE: 13PX !IMPORTANT;
    LINE-HEIGHT: 20px !important;
}

.sec-heading {
    font-size: 21px !important;
}

.form-sec .hd {
    font-size: 16px !important;
}

.videos-sec .pr p {
    line-height: 22px;
    font-size: 17px !important;
}

.btn.btn-business {
    font-size: 14px !important;
}

.who-we-sec .who-in p {
    font-size: 13px !important;
    line-height: 21px;
}

.hd {
    font-size: 16px !important;
}

.call .sec-heading {
    FONT-SIZE: 20PX !IMPORTANT;
    LINE-HEIGHT: 28PX !IMPORTANT;
}

.call .call-in {
    padding: 18px 16px !important;
    padding-bottom: 83px !IMPORTANT;
}

.call a.btn {
    FONT-SIZE: 14PX !IMPORTANT;
}

.services-sec .sec-pr h4 {
    font-size: 15px !important;
    line-height: 22px;
}

.services-sec .sec-pr p {
    font-size: 13px !important;
    line-height: 20px;
}

.services-sec .sec-pr {
    height: 290px;
}

.services-sec .hd {
    FONT-SIZE: 16PX !IMPORTANT;
}

.nectar-slider-wrap .swiper-container .swiper-slide .button a {
    FONT-SIZE: 13PX !IMPORTANT;
    padding: 13px 19px !IMPORTANT;
}

.nectar-slider-wrap[data-full-width="false"] .swiper-slide .content p {
    FONT-SIZE: 13PX !IMPORTANT;
    LINE-HEIGHT: 20PX !IMPORTANT;
}

.full-width-content > .col.span_12.dark .swiper-slide[data-color-scheme="light"] .content h2 {
    font-size: 16px !important;
    line-height: 23px !important;
}

.nectar-slider-wrap .swiper-slide[data-y-pos="middle"] .content {
    top: 64%!important;
}
}

