/*
Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/xpro/
Author: Taraprasad Swain
Author URI: https://puresilvercreative.com/
Description: Make all of your modifications to X Pro in this child theme.
Version: 1.0.0
Template: x
*/
body{--primary-color:#1f3f88; --primary-text-color:#fff;}
ul.list{list-style:none; margin:0 0 30px;}
ul.list li{display:block; margin-bottom:10px; padding-left:25px; position:relative;}
ul.list li:after{position:absolute; content:"\f058"; left:0; top:0; color:var(--primary-color); font-family: FontAwesome;}

ul.list.l-orange li::after{color: var(--secondary-color);}

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

.text-dark-blue{
    color: var(--primary-color);
}
.text-light-green{
    color: #b0c911;
}
.text-white{
    color: #fff;
}

.dspl-inline-block{display: inline-block !important;}

.header-c-btn a {
    padding-top: 31px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.header-c-btn a span {
    color: var(--primary-color);
    border:var(--primary-color) 1px solid;
    border-radius: 5px;
    padding: 14px 20px;
    text-align: center;
}
.header-p-btn a {
    padding-top: 31px !important;
}
.header-p-btn a span {
    color: var(--primary-text-color);
    background-color: var(--primary-color);
    border-radius: 5px;
    padding: 14px 20px;
    text-align: center;
}
.header-p-btn a span::before{
    content: "\f2a0";
    font-family: FontAwesome;
    margin-right: 5px;
}
.x-navbar {
    border-bottom: none;
    box-shadow: none;
}
.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;
}
.x-slider-container.below {
    border-bottom: none;
}
.x-social-global a {
    color: var(--primary-color) !important;
    font-size:32px;
    margin: 0 5px;
    vertical-align: middle;
}
form {
    margin: 0;
}
.form-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.form-col {
    padding: 0 10px;
    width: 100%;
    margin-bottom: 16px;
}
.form-col.fc-2{width: 50%;}

.c-form input[type=text], .c-form input[type=tel], .c-form input[type=email], .c-form select, .c-form input[type=date]{
    width: 100%;
    height: 46px;
    font-size: 16px;
    box-shadow: none;
    color: #4e4e4e;
    border-radius: 5px;
    border: none;
    background: #ebf6f9;
    padding: 0 15px;
    margin: 0;
}
.c-form textarea{
    width: 100%;
    height: 120px;
    font-size: 16px;
    box-shadow: none;
    color: #4e4e4e;
    border-radius: 5px;
    border: none;
    background: #ebf6f9;
    padding:15px;
    margin: 0;
}
.send-btn input {
    width: 100%;
    height: 46px;
    padding: 0 !important;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 5px;
    border: none !important;
    font-weight: 700;
    text-shadow: none !important;
    background-color: var(--primary-color); 
    color: var(--primary-text-color);
}
.c7signupdisclaimer {
    color: #fff;
}
.wpcf7-not-valid-tip{color:red !important;}

span.wpcf7-spinner {
    display: none !important;
}
.c-form .wpcf7-checkbox .wpcf7-list-item {
    margin: 0;
}
.c-form .wpcf7-checkbox input[type="checkbox"] {
    margin-right: 10px;
}
.wpcf7-response-output {
    border: none;
    padding: 10px !important;
    background-color: red;
    color: #fff;
    text-shadow: none;
    text-align: center;
}
/*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;
}

.inner-banner .page-title {
    font-size: 54px;
    line-height: 1.25em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 2em;
    margin-top: 2em;
    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.6);
}
@media only screen and (max-width:1160px) {
    .x-brand {
        margin-top: 13px !important;
    }
.x-brand img {
        width: calc(450px / 2) !important;
}
.x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.x-navbar .desktop .x-nav > li > a {
    font-size: 14px !important;
}
}
@media only screen and (max-width:978.98px) {
    h1, .h1{font-size:48px !important;}
    h2, .h2{font-size:36px !important;}
    h3, .h3{font-size:30px !important;}
    h4, .h4{font-size:24px !important;}
    h5, .h5{font-size:18px !important;}
    h6, .h6{font-size:16px !important;}

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

    .inner-banner .page-title {
        font-size: 48px !important;
    }
    .x-btn-navbar.collapsed {
        background-color: var(--primary-color);
        color: #fff;
        box-shadow: none;
        text-shadow: none
    }
    .x-nav-wrap.mobile {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        top: 100%;
        z-index: 99;
        background-color: #fff;
        border-radius: 0 0 15px 15px;
        padding: 0 20px;
    }
    .x-navbar .mobile .x-nav li>a {
        border-color: #ddd;
    }
    .x-navbar .mobile .x-nav li:first-child a{
        border-top: none;
        padding-top: 0;
    }
    .x-navbar .mobile .x-nav li:last-child a{
        border-bottom: none;
        padding-bottom: 0;
    }
    .x-navbar .mobile .x-nav li ul li:first-child a {
        padding-top: 1em;
    }
    .x-navbar .mobile .x-nav li ul li:last-child a {
        padding-bottom: 1em;
    }
    .x-navbar .x-nav > li.header-c-btn a, .x-navbar .x-nav > li.header-p-btn a{
        padding-top: 10px !important;
    padding-bottom: 5px !important;
    border-radius: 5px;
    border: none;
    }
    .x-navbar .x-nav > li.header-c-btn a span, .x-navbar .x-nav > li.header-p-btn a span{
        display: block;
    }
}
@media only screen and (max-width:766.98px) {
    h1, .h1{font-size:36px !important;}
    h2, .h2{font-size:28px !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;}

    ul.x-menu-first-level.x-menu.x-menu-inline {
        display: block;
    }
    ul.x-menu-first-level.x-menu.x-menu-inline li{
        display: inline-block;
    }
}
@media only screen and (max-width:640px) {
    .banner-img {
        min-height: 160px;
    }

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

    .inner-banner .page-title {
        font-size: 36px !important;
    }
    .form-col.fc-2{
        width: 100%;
    }
}

/*Inner Banner*/