/*
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');

h1, h2, h3, h4, h5, h6, p, a, b{
	font-family: 'Montserrat', sans-serif !important;
}

/* navbar */
div#header-space {
    height: 0;
}

div#header-outer {
    height: 0;
}

#top a#logo {
    margin: 0;
}

#top nav > ul > li > a {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Montserrat";
    text-align: center;
    text-transform: uppercase;
    margin: 0 24px;
}

#top nav > ul li#menu-item-14 a {
    margin-right: 0;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    font-family: "Montserrat";
    text-align: center;
    padding: 13px 36px !important;
    background-color: #3b2314;
}

#top nav > ul li#menu-item-12 a::before {content: "";height: 60%;width: 2px;background-color: #fff;top: 5px;right: -25px;position: absolute;}

#top nav > ul li#menu-item-12 a::after {
    content: "";
    height: 60%;
    width: 2px;
    background-color: #fff;
    top: 5px;
    left: -24px;
    position: absolute;
}

/* banner */

.banner-text h1 {
    font-size: 45px;
    color: #ffffff;
    font-weight: bold;
    font-family: "Montserrat";
    text-transform: uppercase;
    line-height: 54px;
    padding-bottom: 10px;
}

.banner-text p {
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Montserrat";
}

a.site-btn {
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    font-family: "Montserrat";
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    background-color: #3b2314;
    padding: 10px 36px !important;
}

a.site-btn.b-btn {
    color: #000;
    background-color: #f6b51e;
}

/* sec about */
.about-text h2 {
    font-size: 45px;
    color: #222b33;
    font-weight: bold;
    font-family: "Montserrat";
    text-transform: uppercase;
    padding-bottom: 20px;
}

.about-text p {
    font-size: 14px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    font-family: "Montserrat";
    padding-bottom: 28px;
    padding-right: 24px;
}

/* center text */
.center-text {
    text-align: center;
    padding-bottom: 24px;
}

/* sec services */
.center-text h2 {
    font-size: 45px;
    color: #222b33;
    font-weight: bold;
    font-family: "Montserrat";
    text-align: center;
    text-transform: uppercase;
}

.s-col img {
    margin: 0 0 !important;
}

.s-col h3 {
    font-size: 18px;
    color: #222b33;
    font-weight: 600;
    font-family: "Montserrat";
    line-height: 26px;
    height: 52px;
    margin-top: 12px;
}

.s-col p {
    font-size: 14px;
    line-height: 24px;
    color: #222b33;
    font-family: "Montserrat";
}

.s-col a {
    font-size: 14px;
    line-height: 24px;
    color: #2175a3;
    font-family: "Montserrat";
    display: inline-block;
    text-decoration: underline;
    font-weight: 500;
}

.s-col {
    border: 1px solid #00000032;
    padding: 32px 24px;
    border-bottom: 5px solid #f1b51c;
    transition: all 0.6s ease;
    height: 300px;
    margin: 0 8px;
}

.s-col:hover {
    transition: all 0.6s ease;
    background-color: #3b2314;
    cursor: pointer;
}

.s-col:hover h3 {
    color: #fff;
    transition: all 0.6s ease;
}

.s-col:hover p {
    color: #fff;
    transition: all 0.6s ease;
}

.s-col:hover a {
    transition: all 0.6s ease;
    color: #fff;
}

/* sec contact */
.contact-text h2 {
    font-size: 45px;
    color: #ffffff;
    font-weight: bold;
    font-family: "Montserrat";
    text-align: center;
    padding-bottom: 32px;
    text-transform: uppercase;
}

.contact-text p {
    width: 708px;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    font-family: "Montserrat";
    text-align: center;
    margin: auto;
    padding-bottom: 40px;
}

div#sec-services .owl-carousel .owl-stage {
    padding: 0;
}



div#sec-services .owl-dots {
    display: none;
}

div#sec-services .owl-nav.disabled {
    display: block;
    position: absolute;
    right: 0;
    bottom: 24px;
    margin: 0 !important;
    display: none;
}

div#sec-services .owl-theme .owl-nav [class*='owl-'] {
    border: none;
    font-size: 28px;
    color: #999;
    display: block;
    padding: 0px 0px;
    width: 32px;
    height: 16px !important;
    background-color: transparent;
}

div#sec-services .owl-theme .owl-nav [class*='owl-'] span::before {
    position: absolute;
    content: "\f178";
    top: -25px;
    bottom: 0;
    left: -6px;
    right: 0;
    font-family: 'FontAwesome';
    font-size: 28px;
}

div#sec-services .owl-theme .owl-nav [class*='owl-'] span {
    position: relative;
    top: -6px;
    right: 7px;
    font-size: 0 !important;
}

div#sec-services .owl-theme .owl-nav button.owl-prev span::before {content: "\f177";}

div#sec-services .owl-theme .owl-nav [class*='owl-']:hover {
    color: #000;
    transition: all 0.6s ease;
}

/* sec testimonial */
.center-text p {
    width: 493px;
    font-size: 12px;
    line-height: 21px;
    color: #222b33;
    font-family: "Montserrat";
    text-align: center;
    margin: 0 auto;
    padding-top: 24px;
}

.t-col p {
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 22px;
    color: #4e4e4e;
    font-family: "Montserrat";
}

.t-col p a {
    display: inline-block !important;
    color: #f1b51c;
    font-weight: 400;
    text-decoration: underline;
}

.t-col {
    border: 1px solid #0000002b;
    padding: 36px 24px;
    margin: 0 6px;
    border-radius: 6px;
}

.t-col h5 {
    color: #3b2314;
    font-size: 13px;
    line-height: 22px;
    margin: 0;
    font-weight: 500;
}

.t-col h6 {
    font-size: 10px;
    letter-spacing: 0px;
    line-height: 18px;
    color: #a3a3a3;
    font-family: "Montserrat";
    font-weight: 400;
    margin: 0;
}

.t-col .t-name {
    position: relative;
    padding-left: 26px;
}

.t-col .t-name::before {content: "\f10d";font-family: 'FontAwesome';position: absolute;left: 0;top: 4px;color: #d5d0cd;font-size: 20px;}

.t-col:hover {
    background-color: #fff !important;
    box-shadow: 0 0 32px #00000042;
    transition: all 0.6s ease;
	border: 1px dotted #f1b51c;
}

.t-col:hover p a {
    display: inline-block !important;
    color: #f1b51c;
    font-weight: 600;
    text-decoration: none;
	transition: all 0.6s ease;
}

div#sec-testimonial .owl-stage .owl-item:nth-child(2n+1) {
    margin-top: 28px;
}

div#sec-testimonial .owl-dots {
    display: none;
}

div#sec-testimonial .owl-nav.disabled {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    top: 140px;
	z-index: -1;
}

div#sec-testimonial .owl-theme .owl-nav [class*='owl-'] {border: none;background-color: transparent;color: #999999a6;font-size: 60px;padding: 0 0;line-height: 40px;}

div#sec-testimonial button.owl-prev {
    float: left;
    margin-left: -60px;
}

div#sec-testimonial button.owl-next {
    float: right;
    margin-right: -60px;
}

/* footer */
div#footer-outer {
    background-color: #3b2314;
}

div#footer-outer .f-col h3 {
    font-size: 19px;
    line-height: 37px;
    color: #ffffff;
    font-weight: bold;
    font-family: "Montserrat";
    padding-bottom: 8px;
}

div#footer-outer .f-col ul.f-nav li a {
    font-size: 15px !important;
    color: #ffffffba !important;
    font-family: "Montserrat" !important;
    display: inline-block !important;
}

div#footer-outer .f-col ul.f-nav li a:hover {
    color: #ffffffb5 !important;
}

div#footer-outer .f-col ul.f-info li a {
    font-size: 15px !important;
    color: #ffffffba !important;
    font-family: "Montserrat" !important;
    display: inline-block !important;
}

div#footer-outer .f-col ul.f-info li a:hover {
    color: #ffffffa3 !important;
}

div#footer-outer .f-col ul.f-info li b {
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Montserrat";
}

div#footer-outer .f-col ul.f-info li {margin-bottom: 12px !important;}

div#footer-outer .f-col ul.f-nav li a {margin-bottom: 6px;}

div#footer-outer .f-col p {
    font-size: 14px !important;
    color: #ffffffba;
    font-family: "Montserrat";
    margin-top: 9px !important;
}

#footer-outer #copyright p {
    font-size: 16px;
    line-height: 21px;
    color: #ffffffba;
    font-family: "Montserrat" !important;
}

#footer-outer #copyright .col ul.social li a i {
    color: #fff;
    width: 34px;
    height: 34px;
    border: 2px solid #fff;
    line-height: 30px;
    border-radius: 32px;
}

div#footer-outer div#footer-widgets .row {
    border-bottom: 1px solid #ffffff38;
}

#footer-outer #footer-widgets .col form input[type=email] {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 0px;
}

#footer-outer #footer-widgets .col form input[type=email]::placeholder {
    font-size: 13px;
    color: #ffffffba;
    font-family: "Montserrat" !important;
}

#footer-outer #footer-widgets .col form input[type="submit"] {
    background-color: #f1b51c !important;
    border-radius: 0px !important;
    font-size: 12px;
    color: #000;
    font-weight: bold;
    font-family: "Montserrat";
    text-align: center;
    text-transform: uppercase;
    padding: 12px 20px;
    margin-top: 6px;
}

div#footer-outer .f-col ul.f-info li {
    position: relative;
    margin-left: 20px;
}

div#footer-outer .f-col ul.f-info li:nth-child(1)::before {content: "\f041";font-family: 'FontAwesome';position: absolute;left: -20px;top: 6px;font-size: 20px;}

div#footer-outer .f-col ul.f-info li:nth-child(3)::before {
    content: "\f095";
    font-family: 'FontAwesome';
    position: absolute;
    left: -23px;
    top: 6px;
    font-size: 20px;
}

div#footer-outer .f-col ul.f-info li:nth-child(2)::before {
    content: "\f0e0";
    font-family: 'FontAwesome';
    position: absolute;
    left: -24px;
    top: 3px;
    font-size: 16px;
}

#footer-outer div#footer-widgets .col:nth-child(2) {width: 19%;}

#footer-outer div#footer-widgets .col:nth-child(3) {
    width: 28%;
}


/* new contact form */
.cont2 h2 {
    padding-bottom: 10px;
    border-bottom: 2px dotted;
    font-size: 35px !important;
}

.cont2 p {
    color: #000000;
    width: 100%;
    padding-top: 20px;
    font-size: 16px !IMPORTANT;
}

.cont2 ul {
   background-color: #3b2314;
    margin-left: 0;
    padding: 10%;
    margin-top: 30px;
}

.cont2 ul li {
    padding-left: 50px;
    list-style: none;
    position: relative;
    padding-bottom: 30px;
}

.cont2 ul li a {
    color: #ffffff;
    font-size: 16px !important;
}

.cont2 ul li:nth-child(1)::before {
    position: absolute;
    content: "\f095";
    left: 0;
    font-family: fontawesome;
    color: #ffffff;
    font-size: 20px;
}

.cont2 ul li:nth-child(2)::before {
    position: absolute;
    content: "\f003";
    left: 0;
    font-family: fontawesome;
    color: #ffffff;
    font-size: 20px;
}
.cont2 ul li:nth-child(3)::before {
    position: absolute;
    content: "\f0ac";
    left: 0;
    font-family: fontawesome;
    color: #ffffff;
    font-size: 20px;
}


.cont2 input[type=text], .cont2 textarea, .cont2 input[type=email] {
    border: 1px solid;
    background: transparent;
    resize: none !important;
}

body[data-form-submit="regular"] .container-wrap .cont2 input[type=submit] {
    text-transform: uppercase;
    font-size: 16px;
    width: 100%;
    background-color: #3b2314;
}

.cont2 textarea {
    height: 125px !IMPORTANT;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
	border-color: red !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
	border-color: red !important;
	color: red !important;
	text-align: left;
	float: left;
}

span.wpcf7-not-valid-tip {
	display: none;
}
/* new contact fomr */

html body #header-outer[data-lhe="default"] #top nav > ul > li#menu-item-14 > a:hover, html body #header-outer[data-lhe="default"] #top nav .sf-menu > li#menu-item-14.sfHover:not(#social-in-menu) > a, html body #header-outer[data-lhe="default"] #top nav .sf-menu > li#menu-item-14.current-menu-item > a {
    color: #fff !important;
}

/* about page */
.about-page .about-text h2 {
    padding-bottom: 12px;
}

.about-page .about-text p {
    line-height: 24px;
    padding: 0 0;
    padding-bottom: 16px;
}

.about-page .about-text li {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    font-family: "Montserrat" !important;
    line-height: 30px;
}

.about-page .about-text ul {
    margin-bottom: 16px;
}

/* services page */
.sp-text h3 {
    font-size: 26px;
    color: #222b33;
    font-weight: bold;
    font-family: "Montserrat";
    text-transform: capitalize;
}

.sp-text p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    font-family: "Montserrat" !important;
    line-height: 24px;
}

div#s-page img {
    width: 100% !important;
}

.sp-text li {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    font-family: "Montserrat" !important;
    line-height: 24px;
}

.sp-text ul {
    margin-bottom: 0;
}

/* t page */
.t-page-text i {
    font-size: 32px;
    color: #000;
}

.t-page-text h3 {
    font-size: 26px;
    color: #222b33;
    font-weight: bold;
    font-family: "Montserrat";
    text-transform: capitalize;
}

.t-page-text {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    font-family: "Montserrat" !important;
    line-height: 24px;
}


/* changes */
#footer-outer .f-col img.f-logo {
    width: 69%;
}