/*
Theme Name: marksglasssec Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://marksglasssec.cloudstandly.com/
Author: ThemeNectar
Author URI:  https://marksglasssec.cloudstandly.com/
Template: salient
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face {
    font-family: 'Open Sans Condensed';
    src: url('fonts/OpenSansCondensed-Medium.woff2') format('woff2'),
        url('fonts/OpenSansCondensed-Medium.woff') format('woff'),
        url('fonts/OpenSansCondensed-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


h1,h2{
font-family: 'Jost', sans-serif;
}
h3{
font-family: 'Jost', sans-serif;
}
h4,h5,h6{
font-family: 'Jost', sans-serif;
}
a,p,span,li,label{
font-family: 'Open Sans Condensed';
}
div#header-space {
    display: none;
}

div#header-outer {
    position: absolute;
    top: 0;
    height: 0;
}
#header-outer[data-lhe="animated_underline"] #top nav >ul >li#social-in-menu >a:before, #header-outer[data-lhe="animated_underline"] #top nav >ul >li#social-in-menu >a:after {
    display: none;
}
#header-outer[data-lhe="animated_underline"] #top nav >ul >li >a {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    text-transform: capitalize;
    margin: 0 18px;
}

#header-outer[data-lhe="animated_underline"] #top nav >ul >li >a:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 1px;
    background: #ec6166;
    border-radius: 100px;
    transition: all 0.3s linear;
}
#header-outer[data-lhe="animated_underline"] #top nav >ul >li:hover >a:after, 
#header-outer[data-lhe="animated_underline"] #top nav >ul >li.current-menu-item >a:after {
    width: 100%;
}
#header-outer[data-lhe="animated_underline"] #top nav >ul >li >a:before {
    content: "";
    background: #ed4c52;
    position: absolute;
    top: 0px;
    left: -8px;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    transition: all 0.3s linear;
    opacity: 0;
}
#header-outer[data-lhe="animated_underline"] #top nav >ul >li:hover >a:before,#header-outer[data-lhe="animated_underline"] #top nav >ul >li.current-menu-item >a:before {
    opacity: 1;
}
body #header-outer .icon-salient-search:before, body.material #header-outer .icon-salient-search:before {
    color: #fff;
}
#header-outer[data-lhe="animated_underline"] #top nav >ul >li >a span:after {
    display: none !important;
}
div#section1 h1 {
    font-size: 45px;
    font-weight: 700;
    color: #ffffff;
    text-transform: capitalize;
    line-height: 1;
}
div#section1 p{
    color: #ffffff;
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    padding-top: 15px;
    text-transform: uppercase;
    width: 80%;
    margin: 0 auto;
}
div#section1 a.primary-color {
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
    padding: 13px 36px;
    letter-spacing: 0;
    text-transform: uppercase;
    border-radius: 45px !important;
}
div#section1 .button+.button a.primary-color {
    background: #ffffff !important;
    color: #ED1C24;
}
div#section2 .row_col_wrap_12 {
    padding-top: 40px;
    padding-bottom: 40px;
}

h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    color: #000000;
    text-transform: uppercase;
}

p {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
}

a.nectar-button.small.regular.accent-color.regular-button {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    border-radius: 50px !important;
    padding: 13px 36px;
}

div#section3 .row_col_wrap_12 {
    padding-top: 40px;
    padding-bottom: 40px;
}

div#section3 h3 {
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    color: #000000;
}

div#section3 p {
    text-align: center;
}

div#section4 .row_col_wrap_12 {
    padding-top: 40px;
    padding-bottom: 40px;
}

div#section4 h3 {
    color: #000000;
    font-size: 28px;
    font-weight: 500;
    padding-left: 18px;
    border-left: 8px solid #ED1C24;
    font-family: 'Open Sans Condensed';
}

div#section4 ul {
    display: flex;
    margin-top: -45px;
    position: relative;
    z-index: 5;
    margin-left: 0;
    justify-content: space-between;
    padding: 0 10px;
    align-items: center;
}

div#section4 ul li {
    font-size: 23px;
    color: #ffffff;
    list-style: none;
    margin: 0;
    margin-top: -10px;
}

div#section4 .hover-wrap-inner:before {
    content: "";
    position: absolute;
    bottom: 0px;
    height: 75%;
    width: 100%;
    transition: all 0.3s linear 0s;
    z-index: 3;
    background-image: linear-gradient(180deg, #d49d1f00, #222336ab);
}

div#section4 ul li img {
    margin: 0;
}

div#section4 .vc_col-sm-4:nth-child(2),
div#section4 .vc_col-sm-4:nth-child(3) {
    /* padding: 0 1px; */
}

div#section4  p {
    font-size: 20px;
}

div#section5 .row_col_wrap_12 {
    padding-top: 40px;
    padding-bottom: 40px;
}

div#section5 h2 {
    color: #ffffff;
}

div#section5 div#first a.nectar-button.small.regular.accent-color.regular-button {
    float: right;
    color: #ED1C24;
    background: #ffffff !important;
}

div#section5 h4 {
    font-size: 25px;
    color: #ffffff;
    font-family: 'Open Sans Condensed';
    font-weight: 500;
}

div#section5 h3 {
    font-size: 30px;
    color: #ffffff;
    font-family: 'Open Sans Condensed';
    font-weight: 500;
}

div#section5 a.nectar-button.small.regular.accent-color.regular-button {
    color: #ED1C24;
    background: #ffffff !important;
}

div#section6 .row_col_wrap_12 {
    padding-top: 40px;
    padding-bottom: 40px;
}

div#section6 ul.links {
    margin: 0;
}

div#section6 ul.links li {
    list-style: none;
    border-bottom: 1px solid #000000;
    width: 85%;
    padding-bottom: 15px;
    padding-top: 15px;
}

div#section6 ul.links li a {
    font-size: 19px;
    font-weight: 500;
    color: #000000;
}

div#section6 ul.links li a i {
    padding-right: 10px;
}

div#section6 ul.links li:last-child {
    border-bottom: unset;
}

div#section7 .row_col_wrap_12 {
    padding-top: 40px;
    padding-bottom: 40px;
}

div#section7 p.first img {
    margin: 0 auto;
}

div#section7 p.star img {
    margin: 0 auto;
    width: 14%;
}

div#section7 p {
    color: #000000;
    /* text-align: center; */
    width: 100%;
    margin: 0 auto;
}

div#section7 h2 {
    color: #c31e2c;
}

div#section7 h3 {
    color: #ffffff;
    text-align: center;
    font-family: 'Open Sans Condensed';
    font-size: 30px;
    font-weight: 500;
}

div#section7 h4 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}

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

div#section7 .owl-nav.disabled {
    display: flex;
}

div#section7 .owl-nav.disabled button span {
    display: none;
}
div#section7 .owl-nav.disabled button {
    background-color: transparent;
    border: unset !important;
    position: absolute;
    top: 38%;
}
div#section7 .owl-nav.disabled button.owl-next {
    position: absolute;
    right: 0;
    left: unset;
}
div#section7 .owl-nav.disabled button.owl-prev:before{
    content: "\f060 Prev";
    font-family: FontAwesome;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    display: none;
}
div#section7 .owl-nav.disabled button.owl-next:before{
    content: "Next\f061";
    font-family: FontAwesome;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    display: none;
}

div#section8 .row_col_wrap_12 {
    padding-top: 60px;
    padding-bottom: 60px;
}

div#section8 h3 {
    color: #ffffff;
    font-family: 'Open Sans Condensed';
    font-size: 26px;
    font-weight: 500;
    padding-bottom: 10px;
}

div#section8 p {
    color: #ffffff;
}

div#section7 .es-form-field-container {
    display: flex;
}

div#section8 input[type=text], div#section8 input[type=email] {
    width: 90%;
    display: inline-block !important;
    border: 1px solid #ffffff;
    border-radius: 15px;
    color: #ffffff;
    font-size: 17px;
}

div#section8 .gjs-row {
    display: inline-block;
    width: 32%;
}

div#section8 input[type=submit] {
    background: #ffffff;
    color: #ED1C24;
    border-radius: 50px !important;
}

div#section8 h3:before {
    position: absolute;
    content: "";
    background: #ffffff;
    width: 12%;
    height: 1px;
    top: -12px;
}

div#section8 input::placeholder { 
	color: #ffffffb3 !important; 
}

div#section8 .vc_col-sm-7 {
    padding-top: 25px;
}

#footer-outer #copyright .col.span_5 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ffffff;
    padding-top: 8px;
}

#footer-outer #copyright .col.span_7 {
    display: none;
}

#footer-outer #copyright p {
    padding: 0;
}

#footer-outer #copyright li a {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
}

#footer-outer #copyright li:nth-child(1) {
    border-right: 2px solid #000000;
    padding-right: 21px;
}

#footer-outer #copyright {
    padding-top: 8px;
    padding-bottom: 16px;
}

div#contact1 .row_col_wrap_12 {
    padding-top: 40px;
    padding-bottom: 40px;
}

div#contact1 h2 {
    color: #ffffff;
}

div#contact1 span.wpcf7-form-control-wrap {
    width: 90%;
    padding-bottom: 15px;
}

div#contact1 input[type=text], 
div#contact1 input[type=email], 
div#contact1 input[type=tel],
div#contact1 textarea {
    background: transparent !important;
    border: 1px solid #ffffff;
    font-size: 17px;
    font-weight: 400;
    color: #ffffff;
}

div#contact1 span.wpcf7-form-control-wrap[data-name="textarea-425"] {
    right: 0;
    position: absolute;
    top: 45px;
    width: 48%;
}

div#contact1 br {
    display: none;
}

div#contact1 textarea {
    height: 100px;
}


div#contact1 input[type=submit] {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    padding: 13px 32px !important;
    text-transform: capitalize;
    border-radius: 50px !important;
    margin-top: 10px;
}

div#contact1 .wpcf7-form .wpcf7-not-valid-tip {
    display: none;
}

div#contact1 .wpcf7-form .wpcf7-not-valid{
    border:2px solid red !important;
}

div#contact1  input:focus, 
div#contact1  select:focus, 
div#contact1 textarea:focus {
    border-color: #000 !important;
}
div#contact1 input::placeholder, 
div#contact1 textarea::placeholder {
    color: #ffffffc7 !important;
	font-weight:300;
	font-size:16px;
}
div#contact1 .wpcf7 .wpcf7-response-output {
    margin-left: 0;
    text-align: center;
    margin-top: 0;
}

div#contact1 form p {
    padding: 0;
}

div#section4 .vc_col-sm-3 .hover-wrap:hover:before {
    background: #be1e2d94;
    z-index: 22;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
}

div#contact1 .vc_col-sm-5 {
    background: #BE1E2D;
    padding: 45px 5px;
}

div#contact1 ul.links {
    margin-top: 20px;
}
div#contact1 ul.links li {display: block;padding-bottom: 15px;font-size: 18px;font-weight: 400;color: #ffffff;}

div#contact1 ul.links li i {
    /* display: flex; */
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    margin-right:  12px;
    color: #ffffff;
    padding-top: 9px;
    position: relative;
    top: -5px;
}

div#contact1 ul.links li a {
    margin-right: 15px;
    display: flex;
    align-items: center;
    /* font-size: 22px; */
    font-weight: 400;
    color: #ffffff;
}
#about-banner {
    padding-top: 104px !important;
    padding-bottom: 61px !important;
}
#about-banner h3 {
    font-size: 39px !important;
    color: #fff;
    padding-top: 111px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
}
#about-banner h2 {
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    position: relative;
    left: 40%;
    top: 36px;
}
#about-banner a {
    color: #fff;
}
div#section7 .vc_col-sm-4 .wpb_text_column {position: absolute;top: 90%;left: 18%;box-shadow: 0px 0px 30px 3px #0000001c;padding: 15px 15px;height: 100%;background: #3d393a;}

div#section7 .vc_col-sm-4 {
    padding-bottom:84px;
}

div#section7 .vc_col-sm-4 .wpb_text_column:hover {
    background: #231F20;
    border-top: 2px solid #C31E2C;
}

div#section7 .vc_col-sm-4 .wpb_text_column:hover h4, div#section7 .vc_col-sm-4 .wpb_text_column:hover p, div#section7 .vc_col-sm-4 .wpb_text_column:hover a {
    color: #fff;
}
ul.sub-menu li a span {
    font-size: 17px;
    line-height: 1.5;
}
div#section5 p {
    color: #ffff;
}
div#contact1 p {
    color: #ffff;
}
#footer-outer #copyright .col ul {
    position: absolute;
    right: 0;
}
div#section4 img {
    height: 220px;
    object-fit: cover;
}

div#section4 .hover-wrap-inner {
    padding-top: 15px;
}

div#section4 .vc_col-sm-4 {
    padding: 0 10px;
}