/*
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
/*-----------------secondary header---------------------*/


.apoint-cls {
    margin-top: 10%;
}


#header-secondary-outer, #header-outer #header-secondary-outer, 
body #header-outer #mobile-menu .secondary-header-text {
    background-color: transparent !important;
}
#header-secondary-outer>.container>nav {
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}            
#header-secondary-outer nav>.sf-menu li {
    margin: 12px 28px;
}
#header-secondary-outer nav>.sf-menu li a {
    position: relative;
    padding-left: 30px !important;
}
#header-secondary-outer nav>.sf-menu li#menu-item-71 a::before {
    content: '';
    background: url(https://samplelinksweb.com/sofiya/wp-content/uploads/2025/05/phone.png);
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 2px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#header-secondary-outer nav>.sf-menu li#menu-item-72 a::before {
    content: '';
    background: url(https://samplelinksweb.com/sofiya/wp-content/uploads/2025/05/mail.png);
    width: 19px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 2px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#header-secondary-outer nav>.sf-menu li#menu-item-73 a::before {
   content: '\f041 ';
    position: absolute;
    left: 0;
    font-family: 'FontAwesome';
    color: #fff;
    transform: scale(1.2);
}
div#partner-sec .carousel-item {
    border: 2px solid #c3c3c3;
    border-radius: 10px;
    padding: 10px 20px;
    margin: 0px 7px;
    transition: .5s;
}
div#partner-sec .carousel-item:hover {
    transform: scale(0.9);
    transition: .5s;
}
/*--------------header/navigation-----------------*/
header#top > .container > .row {
    border-top: 1px solid #fff;
}
/*--------------section 1-----------------*/
#sec-1 .buttons .button a {
    color: #348EE3;
    border: 1px solid #348EE3;
}
#sec-1 .buttons .button a:hover {
    color: #fff;
    transition: 0.6s;
}
/*--------------section 2-----------------*/
#sec-2 {
    z-index: 99;
    margin-top: -70px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px #00000038;
}
#sec-2 form input[type="submit"] {
    width: 100%;
}
#sec-2 form span.wpcf7-spinner {
    display: none;
}
#sec-2 form .row {
    display: flex !important;
    align-items: flex-end;
}
/*--------------section 3-----------------*/
#sec-3 a#sec3-btn1 {
    border-width: 1px;
}
#sec-3 .sec2-txt1 p {
    width: 82%;
}
/*--------------section 4-----------------*/
#sec-4 a#sec4-btn1 {
    border-width: 1px;
    margin: 0 auto;
    display: table;
    margin-top: 60px;
}
#sec-4 #sec4-inr1 .col > .col > .vc_column-inner {
    background: #fff;
    padding-bottom: 23px;
}
#sec-4 #sec4-inr1 .sec4-txt2a {
    padding: 10px 20px;
}
/*--------------section 5-----------------*/
#sec-5 a#sec5-btn1 {
    border-width: 1px;
}
/*--------------section 6-----------------*/
#sec-6 .owl-stage .carousel-item {
    background: #EFEFEF;
    padding: 40px 20px;
    margin: 0 13px;
}
#sec-6 .sec6-caro-txt2a h6 img {
    width: 31%;
}
#sec-6 .sec6-txt1 h6 {
    color: #348EE3;
    text-decoration: underline;
}
/*--------------section 7-----------------*/
#sec-7 .sec7-txt2 .wpb_wrapper {
    display: flex;
}
#sec-7 .sec7-txt2 p:nth-child(1) {
    margin-right: 50px;
}
#sec-7 .sec7-txt2 {
    margin-bottom: 5px;
}
#sec-7 .sec7-txt2 p {
	position:relative;
    padding-left: 30px;
}

#sec-7 .sec7-txt2 p:nth-child(1)::before {
    content: '';
    background: url(https://samplelinksweb.com/sofiya/wp-content/uploads/2025/05/phone-b.png);
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#sec-7 .sec7-txt2 p:nth-child(2)::before {
    content: '';
    background: url(https://samplelinksweb.com/sofiya/wp-content/uploads/2025/05/envelope-b.png);
    width: 20px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#sec-7 .sec7-txt3 p {
	position:relative;
    padding-left: 30px;
}

#sec-7 .sec7-txt3 p:nth-child(1)::before {
    content: '\f041 ';
    position: absolute;
    left: 0;
    font-family: 'FontAwesome';
    color: #348EE3;
    transform: scale(1.2);
}

#sec-7 form input, 
#sec-7 form select {
    background: #fff;
	border-radius:unset;
}
#sec-7 form textarea {
    background: #fff;
	height:150px;
	border-radius:unset;
}
#sec-7 form .row .col:nth-child(1) {
    padding-right: 12px;
}

#sec-7 form .row {
    padding-bottom: 35px;
}
#sec-7 form .row.roww-4 .col:nth-child(1) {
    padding-bottom: 0px;
	padding-right: 0px;
}
#sec-7 form input[type="submit"] {
    background: #348EE3;
    padding: 13px 50px !important;
    font-size: 13px;
}
#sec-7 .sec7-txt1 h2 {
    padding: 15px 0px;
}
#sec-7 .sec7-txt1 h6 {
    text-decoration:underline;
	color:#348EE3;
}
/*--------------section 8-----------------*/
#sec-8 a#sec8-btn1 {
    border-width: 1px;
}
/*--------------footer-----------------*/
/* ================== */
#footer-1 .social-icons {
    display: flex;
    justify-content: flex-end;
}
#footer-1 .social-icons ul li,
#footer-2 .social-icons ul li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
}
#footer-1 .social-icons ul,
#footer-2 .social-icons ul {
	margin-bottom: 0;
    margin-left: 0;
}
#footer-1 .social-icons ul li a i {
    padding: 7px 8px;
	background: #fff;
    font-size: 17px;
    border-radius: 50px;
	border:1px solid #fff;
}
#footer-1 .social-icons ul li a i.fa-brands.fa-facebook-f,
#footer-2 .social-icons ul li a i.fa-brands.fa-facebook-f {
    padding: 7px 11px !important;
}
/*----*/
#footer-2 .social-icons ul li a i {
    padding: 7px 8px;
	background: #348EE3;
    font-size: 17px;
    border-radius: 50px;
	border:1px solid #348EE3;
	color:#fff;
	transition: 0.7s;
}
#footer-2 .social-icons ul li a i:hover {
    background: transparent;
    color: #348EE3;
    transition: 0.7s;
}
/* ================== */
#footer-1 {
    margin-bottom: -70px;
    z-index: 99;
}
#footer-2 .footer2-txt1 {
    width: 80%;
    padding-bottom: 15px;
    padding-top: 18px;
}
#footer-2 ul li {
    list-style: none;
    padding-bottom: 20px;
}
#footer-2 ul{
   margin-left:0;
}
/* ==========// Desktop //=========== */
@media (max-width: 1600px) {}
@media (max-width: 1440px) {}
@media (max-width: 1366px) {}
@media (max-width: 1300px) {}
@media (max-width: 1280px) {}
@media (max-width: 1226px) {}
@media (max-width: 1024px) {
	#sec-1 .content p {
    margin-top: 42px !important;
}
	#sec-2 {
    margin-top: -50px;
}
	#sec-3 .sec2-txt1 p {
    width: 95%;
}
	#sec-4 .sec4-txt2a h5 {
    font-size: 16px;
}
	#sec-6 .sec6-caro-txt2a h6 img {
    width: 40%;
}
	#sec-7 form textarea {
    height: 130px;
}
	#sec-7 form .row {
    padding-bottom: 20px;
}
	#sec-7 .sec7-txt2 p:nth-child(1) {
    margin-right: 10px;
}
	#sec-7 .sec7-txt2 p {
    padding-left: 27px;
}
	#sec-8 .sec8-txt1 h2 {
    font-size: 33px;
    line-height: 43px;
}
}

/* ==========// Mobile //=========== */
@media (max-width: 820px) {
	#header-outer header#top > .container > .row {
    padding-top: 15px;
}
#sec-1 .content p {
        margin-top: 10px !important;
        font-size: 14px !important;
    }
	#header-secondary-outer nav>.sf-menu li {
    margin: 12px 8px;
}
	#sec-2 form .row > .col {
    margin-right: 6px;
}
	#sec-2 > .row_col_wrap_12.col.span_12.dark.left {
    padding-left: 3%;
    padding-right: 2%;
}
	#sec-2 {
    padding-bottom: 20px !important;
}
	#sec-3 {
    padding-top: 30px !important;
    text-align: center;
}
	#sec-3 .sec2-txt1 p {
        width: 100%;
    }
	#sec4-inr1 {
    text-align: center;
    padding: 10px 165px;
}
	#sec-5 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
}
	
	#sec-6 .sec6-caro-txt2a h6 img {
        width: auto;
    }
	#sec-7 form .row {
        padding-bottom: 0;
    }
	#sec-7 {
    text-align: center;
}
	#sec-7 > .row_col_wrap_12.col.span_12.dark.left {
    padding: 0 90px;
}
	#sec-7 .sec7-txt3 p {
    text-align: left;
}
	#sec-7 .sec7-txt2 .wpb_wrapper {
    justify-content: space-between;
}
	#sec-7 form span.wpcf7-spinner {
    display: none;
}
	#sec-8 {
    text-align: center;
}
	#footer-1 .social-icons {
  justify-content: center;
}
	#footer-1 .footer1-txt1 h3 {
    text-align: center;
}
}
@media (max-width: 800px) {}
@media (max-width: 768px) {}
@media (max-width: 480px) {
	#sec-1 h1.ns-heading-el {
    font-size: 27px;
    line-height: 37px;
}
	#sec-1 .buttons .button a {
    font-size: 14px;
    padding: 12px 15px;
}
	    #sec-2 form .row {
        display: flex;
        flex-wrap: wrap !important;
        margin-right: 0;
    }
	#sec-4 .sec4-txt1 h2 {
    font-size: 27px;
    line-height: 36px;
}
	#sec4-inr1 {
        text-align: center;
        padding: 10px 5px;
    }
	#sec-5 {
    text-align: center;
}
	#sec-5 .sec5-txt1 p br {
    display:none;
}
#sec-5 .sec5-txt1 h2 {
    font-size: 24px;
    line-height: 33px;
}
	#sec-7 .row_col_wrap_12.col.span_12.dark.left {
    padding: 0 0px;
}
		#footer-1 .footer1-txt1 h3 {
    font-size: 23px;
    line-height: 30px;
}
}
@media (max-width: 428px) {
	#sec-1 h1.ns-heading-el {
        font-size: 24px;
        line-height: 34px;
    }
	#sec-6 .sec6-txt1 h2 {
    font-size: 25px;
    line-height: 35px;
}
}
@media (max-width: 414px) {}
@media (max-width: 390px) {}
@media (max-width: 375px) {}
@media (max-width: 360px) {}