/* ----------------------------------------------------------------
        Custom CSS

        Add all your Custom Styled CSS here for New Styles or
        Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

/************************************header*/
#header.sticky-header:not(.static-sticky), #header.sticky-header:not(.static-sticky) #header-wrap, #header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img{
    background-color: beige !important;

}
.about-home h2{
    font-size: 35px;
    font-weight: bold;
}

/*facilities*/
.facilities-section.feature-box .fbox-icon a, .feature-box .fbox-icon i, .feature-box .fbox-icon img{
    color: #334133;
}
.subtitle-facilities{
    color:#333 !important;
}
.facilities-section .content-wrap{
    padding-top: 0px;
}
.facilities-section .content-wrap .section{
    padding: 0;
}
/*content box*/
.content-box-mission{
    color:#332;
}
.content-box-mission h3{
    color:#332;
}
.content-box-mission .button-custom{
    color:#332 !important;
    border-color:#332 !important;
}

/*testimonials*/
.section-testimonials{
    margin: 0;
    /*padding: 0;*/
}
/*copunters*/
.counter-section .i-plain{
    color:#000;

}
.counter-section h5{
    color:#000;

}
.counter-section{
    background-image: none !important;
    background-color: rgb(242, 223, 196) !important;
}

/*footer*/
#footer{
    background-color: #f5f5dc;
}

/*client*/
.client-section h2{
    text-align: center;
}
/*copyright*/
#copyrights{
    background-color: #d5cfa1;
}

/*tabs*/
.tab-content .content-wrap{
    padding:0;
    padding-bottom: 50px;
}
.tab-content .content-wrap .container{
    padding:0;
    max-width: 95%;
}
.sidenav > li:first-child > a{
    border-radius:0px;
}
.sidenav > li:last-child > a{
    border-radius:0px;
}
.sidenav li a{
    padding-top: 27px;
    padding-bottom: 27px;
    font-size: 20px;
    color: #000;
}
.tab-text{
    font-size:21px;
    padding-top: 50px;
}

/*gallery*/
.col_three_fourth, .postcontent {
    width: 100%;
}