/*
Theme Name:     Palladio Child
Theme URI:      http://palladio.ancorathemes.com/
Description:    Make your modifications to Palladio in this child theme.
Author:         AncoraThemes
Author URI:     http://ancorathemes.com
Version:        1.0
Template:       palladio
*/
html{
    scroll-behavior: smooth;
}
h1{
    font-size: 36px;
}
h2{
    font-size: 36px;
}
h3{
    font-size: 30px;
}
h4{
    font-size: 24px;
    font-weight: 600;
}
h5{
    font-size: 18px;
    font-weight: 600;
}
h6{
    font-size: 16px;
    font-weight: 600;
}
p {
    text-align: justify;
}
/*footer css starts*/
.footer_copyrights .widget_text {
    margin: 0px;
    color: #ffffff;
}
.scheme_default footer .footer_contentArea li a {
    /*color: #3a3a3a;*/
    color:#000000;
    font-weight: 600;
    font-size: 16px;
}
.scheme_default footer .footer_contentArea li {
    margin-bottom: 10px;
}
.scheme_default .footer_contentArea a[href^="tel:"], .scheme_default .footer_contentArea a[href^="mailto:"] {
    /*color: #3a3a3a;*/
    color: #000000;
    font-weight: 600;
}
.footer_contentArea .footer_content_wrap p{
    font-weight: 600;
    color: #000000;
    font-size: 16px;
}
.scheme_default.footer_wrap .footer_copyrights a {
    color: #71c54c;
}
.scheme_default.footer_wrap .footer_copyrights a:hover {
    color: #80d45b;
}
.footer_copyrights p {
    text-align: center;
}
.contact-dtl-right {
    display: flex;
}
.contact-dtl-right h6 {
    width: 24%;
}
.contact-dtl-right p {
    width: 75%;
}

/*header styles*/
.header-wrap-custom .header-logo-black{
    display:block;
}
.header-wrap-custom.sc_layouts_row_fixed_on .header-logo-black{
    display:none;
}
.header-wrap-custom .header-logo-white{
    display:none;
}
.header-wrap-custom.sc_layouts_row_fixed_on .header-logo-white{
    display:block;
}
.header_logos_colon .sc_layouts_item{
    margin-right: 0px;
}
.scheme_default .header_position_over header .sc_layouts_row.sc_layouts_row.sc_layouts_row_fixed_on {
    background-color: #71c54c;
}
.scheme_default .sc_layouts_row.sc_layouts_row_type_narrow {
    background-color: #71c54c;   
}
.scheme_default .sc_layouts_row.sc_layouts_row_type_narrow, .scheme_default.sc_layouts_row.sc_layouts_row_type_narrow{
    background-color: #71c54c;
}
/*first section css starts here*/
h2.sc_item_title {
    font-size: 36px;
}

/*second section styles*/
/*.aboutus-section-wrap{}*/
.about-custom_title sub {
    font-weight: normal;
    font-size: 36%;
}
/*why jolt section styles*/ 
.whyJolt-section-content .sc_item_descr p{
    color: #000000; 
}

.contact-dtl-join {
    display: flex;
    margin-bottom: 20px;
}
.contact-dtl-join .icon.fa {
    width: 50px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    text-align: center;
    color: #71c54c;
}

/*ninja form styles*/
.nf-form-content .listselect-wrap .nf-field-element div, .nf-form-content input.ninja-forms-field, .nf-form-content select.ninja-forms-field:not([multiple]) {
    height: 36px;
}
.nf-form-content .label-above .nf-field-label {
    display: none;
}
.nf-form-fields-required {
    display: none;
}
.nf-form-content .ninja-forms-field {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    /* height: 36px; */
}
.nf-form-content input.ninja-forms-field{
    height: 36px !important;
}
.nf-form-content textarea.ninja-forms-field {
    height: 60px !important;
    padding-top: 10px !important;
}
.nf-form-content input[type=button]{
    background: #71c54c !important;
}
.nf-form-content .nf-error.field-wrap .nf-field-element:after {
    background: #e80000;
    color: #fff;
    font-family: FontAwesome;
    font-size: 20px;
    content: "\f12a";
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    height: 35px;
    width: 50px;
    line-height: 35px;
    text-align: center;
    transition: all .5s;
}
.nf-form-content .nf-pass.field-wrap .nf-field-element:after {
    color: green;
    font-family: FontAwesome;
    font-size: 25px;
    content: "\f058";
    position: absolute;
    top: 0;
    right: 16px;
    height: 35px;
    line-height: 35px;
    transition: all .5s;
}
/*responsive css starts*/

@media (max-width: 767px){
   .whyJolt-section-content {
        width: 100%;
    } 
    .whyjolt-section {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    div#N1, div#N4, .aboutus-section-wrap, div#whyJolt {
        /*margin-top: 50px !important;*/
    }
    /*header styles in mobile*/
    .header-colon-wrap-custom .sc_content {
        margin: 0 auto !important;
    }
    .header-colon-wrap-custom .sc_layouts_column_align_right .sc_layouts_item{
        margin-right: 0px !important;
    }
    .page.header_position_over .top_panel {
        position: static;
        z-index: 8000;
        left: 0;
        top: 0;
        width: 100%;
        background: #71c54c !important;
    }
    /*.sc_layouts_column_align_right .sc_layouts_item*/
}
@media (max-width: 479px){
    .header_position_over .top_panel {
        position: static;
        z-index: 8000;
        left: 0;
        top: 0;
        width: 100%;
        /*background: #71c54c !important;*/
    } 
}
@media (max-width: 1439px){
   .header-wrap-custom .sc_content_width_1_1 {
        /*width: 1170px;*/
        width: 95%;
    } 
    .header-wrap-custom.sc_layouts_row.sc_layouts_row_fixed_on .sc_layouts_logo img, .header-wrap-custom.sc_layouts_row .sc_layouts_logo img {
        max-height: 55px;
    }
}

.facility-dtl {
    display: flex;
    align-items: center;
    margin-bottom: 15px !important
}
.facility-dtl-lt {
    width: 18%;
    max-width: 55px;
    border: 1px solid #71c54c;
    border-radius: 50%;
}
.facility-dtl-rt {
    width: 82%;
}
.facility-dtl-rt h6 {
    font-size: 16px;
    line-height: 1;
}
.facility-dtl-rt, .facility-dtl-lt {
    padding: 8px;
}