/*
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=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
  font-family: 'Androgyne';
  src: url('/wp-content/themes/salient-child/fonts/Androgyne.woff') format('woff');
}
/* Common CSS */
body, h3, h4, h5, h6, p, strong, span, ul, li, a{
	font-family: "DM Sans", sans-serif;
}
p {
    font-size: 16px;
    color: #000000bd;
}
h1, h1 span, h2, h2 span{
	font-family: 'Androgyne';
}
.common-sub-heading h4 {
    font-size: 24px;
    color: #264C8E;
    font-weight: 500;
    position: relative;
    padding-left: 60px;
    margin-bottom: 40px !important;!i;!;!i;!;
}

.common-sub-heading h4:before {
    content: "";
    margin-right: 15px;
    position: absolute;
    background: url(/wp-content/uploads/2024/12/favicon.png) no-repeat;
    background-size: contain;
    height: 45px;
    width: 45px;
    top: -9px;
    left: 0;
}

.common-heading h2 {
    color: #121212;
    font-size: 48px;
    font-weight: 500;
}

.sub-light  h4 {
    color: #fff;
}
.common-col-light p {
    color: #ffffffb5;
    width: 75%;
    line-height: 28px;
    font-weight: 300;
}
.head-light h2 {
    color: #fff;
}
.display-none {
    display: none;
}
/* Header */
#top nav ul li.hdr-btn.current-menu-item a {
    background: transparent;
}
#header-top {
    background: #264C8E;
    padding: 12px 0;
}

#header-top .header-top-inner {
    display: flex;
    justify-content: space-between;
}

#header-top .header-top-inner ul {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#header-top .header-top-inner #left-col ul li {
    margin-right: 40px;
}

#header-top .header-top-inner #left-col ul li a {
    color: #fff;
    font-size: 16px;
}

#header-top .header-top-inner #left-col ul li a i {
    margin-right: 6px;
}

#header-top .header-top-inner #right-col ul li a {
    color: #fff;
    font-size: 16px;
}

#header-top .header-top-inner #right-col ul li {
    margin-left: 25px;
}
#top nav ul li a {
    color: #121212;
    font-size: 16px;
    margin-left: 20px;
}

#top nav ul li.hdr-btn a {
    background: #F15A29;
    color: #fff;
    padding: 15px 25px !important;!i;!;
    border-radius: 40px;
    border: 1px solid #F15A29;
    transition:0.5s;
}
#top nav ul li.hdr-btn a:hover {
    color: #f15a29 !important;
    border-color: #f15a29;
    background: transparent;
    transition:0.5s;
}

/* Hero Area */
.hero-area h4 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
}

.hero-area h1 {
    font-size: 45px;
    font-weight: 400 !important;!i;!;
}

.hero-area p {
    font-size: 18px;
    line-height: 30px;
    color: #ffffffb5;
}

a.primery-btn.nectar-button {
    padding: 17px 30px !important;!i;!;
    font-size: 16px !important;!i;!;
    border-radius: 60px !important;!i;!;
}

a.primery-btn.nectar-button span:after {
    content: url(/wp-content/uploads/2024/12/comman-arrow-1.png);
    margin-left: 10px;
}
.hero-amount {
    position: absolute;
    bottom: -1px;
    right: -1px;
    background: #f15a29;
    padding: 30px 30px 20px;
    clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0 100%, 0 15%);
    text-align: center;
}

.hero-amount h3 {
    display: inline-block;
    background: #fff;
    color: #000;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    font-size: 24px;
    outline: 1px solid #fff;
    outline-offset: 7px;
}

.hero-amount h5 {
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
}
/* Experience Area */
.experince-col .wpb_wrapper {display: flex;justify-content: flex-end;}

.experince-col h1 {
    font-size: 100px;
    font-family: "DM Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    -webkit-text-stroke: 2px #000000;
    -webkit-text-fill-color: transparent;
    display: flex;
    position: relative;
    margin-right: 40px;
    top: -7px;
}

.experince-col h1 small {
    -webkit-text-fill-color: #ffffff;
    font-size: 19px;
    -webkit-text-stroke: 0 #fff;
    background: #f15a29;
    display: inline-block;
    position: absolute;
    top: -28px;
    right: -15px;
    height: 25px;
    width: 25px;
    line-height: 16px;
    text-align: center;
    padding: 4px 0;
    border-radius: 50%;
}
.experince-col p strong {
    color: #000;
}

.experince-col p {
    font-size: 20px;
}

.experince-mid {
    padding: 0 10px !important;
}
.experince-right .hover-wrap {
    margin-bottom: 0;
}
.about-main .hover-wrap {
    margin-bottom: 0;
}
.about-main ul {
    margin: 0;
}

.about-main ul li {
    font-size: 15px;
    margin-bottom: 10px;
    color: #000000;
}
.about-ceo {
    text-align: center;
    background: #f15a29;
    padding: 5px 0;
}

.about-ceo h5 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}

.about-ceo p {
    color: #fff;
    font-size: 14px;
}

.about-main {
    padding: 0;
}
.trusted-col p {
    padding-bottom: 0;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.trusted-col hr {
    width: auto;
    margin: 0;
    position: relative;
    top: 14px;
}

.almost-col hr {
    width: 76%;
    float: left;
    position: relative;
    top: 5px;
}

.almost-col p {
    float: right;
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.almost-col p strong {
    color: #f15a29;
}

.brands-logo {
    padding: 30px 0;!;!i;!;
}

/* Our Services */
.services-area ul {
    margin-left: 20px;
    margin-bottom: 10px !important;
    display: inline-block;
}

.services-area ul li {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 10px;
}
.services-area .iwithtext {
    background: #25334B;
    padding: 20px 40px 20px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.services-area .iwithtext .iwt-icon {left: 40px;top: 30px;}

.services-area .iwithtext 
 h3 {
    color: #fff;
    font-size: 22px;
}

.services-area .iwithtext p {
    color: #ffffffb5;
    font-size: 15px;
}

.services-area .iwithtext p a {
    margin-top: 15px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

.services-area .iwithtext p a:after {
    content: url(/wp-content/uploads/2024/12/arrow-orange.png);
    margin-left: 10px;
}
/* Scrolling Area */
.scrolling-text h3 {
    font-size: 50px !important;!i;!;
    font-family: 'Androgyne';
    color: #264C8E;
    font-weight: 400;
}

.scrolling-text h3 strong {
    font-size: 50px !important;!i;!;
    font-family: 'Androgyne';
    -webkit-text-stroke: 1px #264C8E;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
}
.scrolling-text h3 strong:before {
    content: url(/wp-content/uploads/2024/12/marque-icon.png);
    margin: 0 20px;
}

.scrolling-text h3 strong:after {
    content: url(/wp-content/uploads/2024/12/marque-icon.png);
    margin: 0 20px;
}

/* Testimonials */
.testimonials-area .divider-border.completed {
    margin: 60px 0 40px !important;
}

.testimonials-area .carousel-item {
    background: #F6F6F6;
    padding: 50px 50px;
    border-radius: 20px;
    margin: 0 20px;
}

.testimonials-area .carousel-item .wpb_content_element p {
    color: #000000;
    font-size: 16px;
    padding-left: 90px;
    position: relative;
    padding-bottom: 15px;
    line-height: 28px;
    font-weight: 300;
}

.testimonials-area .carousel-item p:before {
    content: url(/wp-content/uploads/2024/12/quote-icon-1.png);
    position: absolute;
    left: 0;
    transform: scale(0.8);
}

.testimonials-area .carousel-item p:last-child:before {
    display: none;
}

.testimonials-area .carousel-item p img {
    width: 130px !important;!i;!;
}

.testimonials-area .carousel-item .iwt-text h5 {
    margin-bottom: 0;
    line-height: 20px;
    color: #121212;
    font-size: 20px;
}

.testimonials-area .carousel-item .iwt-text p {
    font-size: 15px;
}

.testimonials-area .carousel-item .iwt-text {
    padding-left: 90px;
}

.testimonials-area .carousel-item .iwt-icon img {
    width: 65px !important;
}

.testimonials-area .carousel-item .iwt-icon {
    top: -13px;
}
/* Contact Area */
.contact-main .row {
    padding-bottom: 0;
    display: flex;
}

.contact-main input, .contact-main select {
    margin-bottom: 20px;
    background: #fff;
    padding: 13px 20px;
    border-radius: 40px;
    border: 1px solid #dfdfdf;
}

.contact-main textarea {
    margin-bottom: 20px;
    background: #fff;
    padding: 20px 30px;
    border-radius: 25px;
    border: 1px solid #dfdfdf;
    resize: none;
    height: 180px;
}

.contact-main input.wpcf7-form-control.MakeAppointment {
    border-radius: 50px !important;
}
span.wpcf7-not-valid-tip {
    display: none;
}

input.wpcf7-not-valid {
    border-color: red;
}
.absult-div img {
    border-radius: 20px;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.absult-div p {
    padding-bottom: 0;
}

.absult-div .absult-col {
    position: absolute;
    bottom: 30px;
    left: 40px;
}

.absult-div .absult-col a {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    position: relative;
    padding-left: 50px;
}

.absult-div .absult-col a::before {
    content: "\f095";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: -6px;
    background: #ffffff;
    color: #f15a29;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}
/* Footer */
.footer-area h2 {
    color: #FFFFFF;
    font-size: 20px;
    font-family: "DM Sans", sans-serif;
}

.footer-area ul {
    margin: 0;
}

.footer-area ul li {
    list-style-type: none;
    line-height: 35px;
}

.footer-area ul li a {
    color: #ffffffa3 !important;
}
.footer-area .left-col {
    border-right: 1px solid #ffffff2e;
    padding-top: 100px;
    padding-right: 40px !important;!i;!;
}

.footer-area .right-col {
    padding-top: 100px;
    padding-left: 70px !important;
}
.footer-area .wpb_raw_html h5 {
    color: #fff;
    display: flex;
    justify-content: space-between;
}

.footer-area .wpb_raw_html h5 small.lft {
    font-size: 16px;
    width: 50%;
}

.footer-area .wpb_raw_html h5 small.rgt {
    font-weight: 200;
    font-size: 12px;
    width: 50%;
    line-height: 17px;
}
.footer-area .es-email {
    background: #25334b;
    color: #fff;
}

.footer-area .es-email::placeholder {
    color: #ffffff57;
}
body[data-form-submit=regular] .container-wrap .footer-area input[type=submit] {
    font-size: 0;
    padding: 0 !important;
    background: transparent !important;
    background: url(/wp-content/uploads/2024/12/subscribe.png) no-repeat !important;
    height: 30px !important;
    width: 30px !important;
    position: absolute;
    bottom: auto;
    right: 10px;
    top: 23px;
}
.es-form-field-container {
    position: relative;
}
.footer-area p a {
    color: #ffffffa3;!;
    margin-bottom: 8px;
    display: inline-block;
}

.footer-area p {
    color: #ffffffa3;
}

.copyright-area {
    border-top: 1px solid #ffffff2e;
    padding: 20px 0;
    margin-top: 60px;
}

.copyright-area ul {
    display: flex;
}

.copyright-area ul li {
    margin-right: 10px;
}

.copyright-area ul li a {
    background: #F15A29;
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    font-size: 17px;
    color: #fff !important;!i;!;
    border-radius: 50%;
}

.copyright-area p {
    color: #fff;
}

.copyright-area p strong {
    color: #f15a29;
    font-weight: 700;
}
/* Responsive */
@media only screen and (max-width: 1390px) {
	#header-top a#logo img {
    height: 40px !important;
}

#header-outer #logo img {
    height: 60px;
}

#top nav ul li a {
    margin: 0;
}
.hero-area h1 {
    font-size: 38px;
}

.hero-area p {
    font-size: 16px;
}

.hero-area h4 {
    font-size: 16px;
}

.common-sub-heading h4 {
    font-size: 20px;
}

.common-heading h2 {
    font-size: 35px;
}

.experince-col h1 {
    font-size: 80px;
}
}
@media only screen and (max-width: 999px) {
div#header-outer {
    padding-top: 0;
}

div#header-outer header#top {
    padding-top: 10px;
}

.hero-area h4 {
    font-size: 18px;
}

.hero-area h1 {
    font-size: 36px;
    line-height: 50px;
}

a.primery-btn.nectar-button {
    font-size: 15px !important;
}	
.hero-area .vc_column-inner {
    padding-top: 45px !important;
}

div#about-area {
    padding: 40px 0 !important;
}

div#scrolling-text {
    padding: 0 0 10px 0 !important;
}

.scrolling-text h3 {
    font-size: 38px !important;
}

.scrolling-text h3 strong {
    font-size: 40px !important;
}

.footer-area .left-col {
    padding-top: 40px;
}

.footer-area .right-col {
    padding: 0 10px 0 10px !important;
}

.copyright-area ul {
    justify-content: center;
}	
.hero-area .divider-col .divider {
    height: 450px !important;
}

.hero-area .vc_column-inner .divider-col .inner-wrap .column-image-bg {
    background-size: cover !important;
    height: 600px !important;
}	
div#services-area {
    padding: 40px 0 !important;
}	
.common-col-light p {
    width: 100%;
}
body #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a {
    font-size: 20px !important;
    font-weight: 400;
}	
div#contact-area {
    padding: 40px 0 !important;
}	
#page-header-bg .span_6 h1 {
    margin-bottom: 0 !important;
}

#page-header-bg .span_6 {
    margin-bottom: 0;
}	
}
@media only screen and (max-width: 690px) {
.hero-area .vc_column-inner {
    padding-top: 20px !important;
}	
.hero-area h1 {
    font-size: 28px;
    line-height: 40px;
}

.hero-area img {
    height: 10px !important;
}
.hero-area .divider-col .divider {
    height: 350px !important;
}

.hero-area .vc_column-inner .divider-col .inner-wrap .column-image-bg {
    background-size: cover !important;
    height: 470px !important;
}	
.hero-area h4 {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0 !important;
}

.common-sub-heading h4 {
    font-size: 16px;
    padding-left: 40px;
    margin-bottom: 20px !important;
}

.common-sub-heading h4:before {
    height: 30px;
    width: 30px;
    margin-right: 10px;
    top: 6px;
}

.common-heading h2 {
    font-size: 26px;
    line-height: 40px;
}

.experince-col .wpb_wrapper {
    justify-content: flex-start;
}

.experince-col h1 {
    font-size: 55px;
    margin-right: 20px;
}

.experince-col h1 small {
    top: -10px;
}
#header-top .header-top-inner #left-col ul li {
    margin-right: 10px;
}
.footer-area .left-col img {
    width: 190px;
}
.services-area .iwithtext h3 {
    font-size: 18px;
    line-height: 24px;
}

.scrolling-text h3, .scrolling-text h3 strong {
    font-size: 30px !important;
}

.scrolling-text h3 strong:after, .scrolling-text h3 strong:before {
    position: relative;
    top: 9px;
}

div#scrolling-text {
    padding: 10px 0 20px !important;
}

.contact-main .row {
    display: block;
}

.contact-main .row .col {
    margin-bottom: 0;
}
}