/*
Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/xpro/
Author: Taraprasad Swain
Author URI: https://www.taraprasad.com/
Description: Make all of your modifications to X Pro in this child theme.
Version: 1.0.0
Template: x
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body{--primary-color:#c5130e; --primary-text-color:#fff;}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{margin:0 0 25px; font-family: "Montserrat", sans-serif !important;}

.f-family-montserrat{font-family: "Montserrat", sans-serif !important;}
.f-family-inter{font-family: "Inter", sans-serif !important;}

p{margin:0 0 25px; line-height:30px;}
.line-high-24, .line-high-24 p{line-height:24px;}
* { margin: 0; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box;}
.text-red{color:var(--primary-color);}
.text-yellow{color:#f8c300;}
.text-blue{color:#1f3174}
.text-white{color:#fff;}

.clr{clear:both;}
.clearfix:after {display: block; content: ''; width: 100%; clear: both; }

::-webkit-input-placeholder{color:#575757 !important;}
::-moz-placeholder{color:#575757 !important;}
:-ms-input-placeholder{color:#575757 !important;}
:-moz-placeholder{color:#575757 !important;}

ul.list{list-style:none; margin:0 0 30px;}
ul.list li{display:block; margin-bottom:10px;}
ul.list li::before{content:"\f058"; color:var(--primary-color); margin-right: 10px; font-family: FontAwesome;}
ul.list.l-yellow li::before{color: #f8c300;}
ul.list.l-blue li::before{color: #1f3174;}

.home header.masthead.masthead-inline{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.x-navbar {
    border-bottom: none;
    background-color:rgba(0, 0, 0, 0.8);
    box-shadow:none;
	position:relative;
}
.x-navbar .desktop .x-nav > li.contact-menu a {
    padding-top: 33px;
}
.contact-menu a span{
    background-color: var(--primary-color) !important; 
    color: var(--primary-text-color);
    padding: 12px 20px;
}

.x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > .x-active > a, .x-navbar .desktop .x-nav > .current-menu-item > a{box-shadow:none !important; border-bottom:none;}

.x-navbar .desktop .x-nav > li ul {
    top: 100% !important;
    border-radius: 0;
    font-size: 14px;
    background-color: #1f3174;
    box-shadow: none;
}

.x-social-global a {
    font-size: 36px;
    color: #f8c300;
    margin: 0 6px;
    display: inline-block;
    text-align: center;
}

form {
    margin: 0;
}
.f-row{display: flex; flex-wrap: wrap; margin-left: -9px; margin-right: -9px;}
.f-field{width:100%; padding-left:9px; padding-right:9px; margin-bottom:18px;}
.f-field.ff-co2{width:50%; padding-left:9px; padding-right:9px; margin-bottom:18px;}

.f-field input[type=text], .f-field select, .f-field input[type=date], .f-field input[type=email], .f-field input[type=tel] {
    display: block;
    width: 100%;
    height: 43px;
    background: #fff;
    border: #cdcdcd 1px solid;
    border-radius: 5px;
    box-shadow: none;
	margin:0;
    padding: 0 14px;
    font-size: 15px;
    color: #333;
}
.f-field textarea{
    display: block;
    width: 100%;
    height:120px;
    background: #fff;
    border: #cdcdcd 1px solid;
    border-radius: 5px;
    box-shadow: none;
	margin:0;
    padding:14px;
    font-size: 15px;
    color: #333;
}
.send-btn{margin-top: 10px; text-align:center;}
.send-btn input {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 43px;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: 700;
    padding: 0;
    background: var(--primary-color);
    color: var(--primary-text-color);
    text-shadow: none;
	font-family: "Montserrat", sans-serif !important;
}
span.wpcf7-spinner {
    display: none !important;
}
.wpcf7-not-valid-tip{
    color: red;
}

.half-section-image {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}
.half-section-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*Inner Banner*/
.inner-banner {
    background-color: #000;
    position: relative;
    min-height: 220px;
    background-image: url(images/inner-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    margin-top: -100px;
}

.inner-banner .page-title {
    font-size: 60px;
    line-height: 1.25em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    color: #f8c300;
    margin-bottom: 1.5em;
    margin-top: 3em;
    position: relative;
    z-index: 1;
}

.inner-banner::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.x-btn-navbar, .x-btn-navbar.collapsed {
    background: var(--primary-color);
    text-align: center;
    color: var(--primary-text-color) !important;
    box-shadow: none !important;
    text-shadow: none;
    border-radius: 0;
}
.x-btn-navbar.collapsed:hover {
    color: #ffffff;
    background-color: #1f3174;
}
.x-global-block{
    z-index: 11;;
}
.topbar .x-social-global a {
    font-size: 25px;
}
@media only screen and (max-width:1320px) {
    .x-brand {
        margin-top: 23px !important;
    }
    .x-brand img {
        width: calc(400px / 2) !important;
    }
    .x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }
    .x-navbar .desktop .x-nav > li > a {
        font-size: 14px !important;
    }
    .x-navbar .desktop .x-nav > li.contact-menu a {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .contact-menu a span {
        padding: 12px 15px;
    }
}
@media only screen and (max-width:1200px) {
    .x-navbar .desktop .x-nav > li > a {
        font-size: 12px !important;
    }
}
@media only screen and (max-width:1100px) {
    .x-brand img {
        width: calc(370px / 2) !important;
    }
    .x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .x-navbar .desktop .x-nav > li > a {
        font-size: 11px !important;
    }
    .contact-menu a span {
        padding: 12px 10px;
    }
}
@media only screen and (max-width:978.98px) {
    h1, .h1{font-size:40px !important;}
    h2, .h2{font-size:30px !important;}
    h3, .h3{font-size:24px !important;}
    h4, .h4{font-size:20px !important;}
    h5, .h5{font-size:18px !important;}
    h6, .h6{font-size:16px !important;}

    .x-nav-wrap.mobile {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        top: 100%;
        z-index: 99;
        background-color: #1f3174;
        padding: 0 20px;
        border-radius:0;
    }
    .x-navbar .mobile .x-nav {
        margin: 10px 0;
    }
    .x-navbar .mobile .x-nav li>a{
        border-color:#3f59b7;
    }
    .x-navbar .mobile .x-nav li:first-child a {
        border-top: none;
    }
    .x-navbar .mobile .x-nav li:last-child a {
        border-bottom: none;
    }
    .contact-menu a span {
        width: 100%;
        text-align: center;
    }

    .inner-banner .page-titles {
        top: 70px;
    }

    .inner-banner .page-title {
        font-size: 48px !important;
        margin-bottom: 1em;
    }
}
@media only screen and (max-width:766px) {
    .half-section-image{
        position: inherit;
    }
}   
@media only screen and (max-width:640px) {
h1, .h1{font-size:30px !important;}
h2, .h2{font-size:24px !important;}
h3, .h3{font-size:20px !important;}
h4, .h4{font-size:18px !important;}
h5, .h5{font-size:16px !important;}
h6, .h6{font-size:15px !important;}

    .inner-banner .page-titles {
        top: 45px;
    }

    .inner-banner .page-title {
        font-size: 36px !important;
        margin-top: 4em;
    }
}

@media only screen and (max-width:480px) {
    .f-field.ff-co2 {width:100%;}
}