/*my custom css*/
/*body{
    overflow-x: hidden;
}*/

body{font-family: 'Montserrat', sans-serif !important;}
h1,h2,h3,h4,h5{font-weight: 600; font-family: 'Roboto', sans-serif !important;}
.logo_area a{
    text-decoration: none;
    font-size: 2.2rem;
    color: #000;
    font-weight: 600;
    margin-right: 15px;

}
.logo-header-site{
    max-height: 60px;
}
header #menu-main li a{
    padding: 10px 8px;
}
header .navbar {    
    min-height: auto;
}
footer{
    background-color: #5c666f;
    color: #fff;
    padding-top: 50px;
}
.copyright-text{
    color: #000;
}

address{
    line-height: 1.9em;
    font-size: 1.4rem;
}
.footer-logo img{
    height: 40px;
    margin-top: -10px;
}
.footer-menu{
    list-style: none;
}
.footer-menu li{
    display: inline-block;
}
.footer-menu li a{
    color: #000;
    padding: 0;
    font-size: 1.5rem;
    text-decoration: underline;
}
.post-item{
    padding: 30px 20px 50px 20px;
    background-color: #f9f9f9;
    margin-top: 10px;
    margin-bottom: 10px;
}
.load-more-btn{
    padding: 10px;
    color: #001970;
    font-weight: 600;
    margin: 0 auto;
    border: 1px solid #001970;
    display: inline-block;
    margin: 20px;
    text-decoration: none;
}
.load-more-btn:hover{
    padding: 10px;
    text-decoration: none;
    color: #fff;
    border: 1px solid #001970;
    background-color: #001970;
}
.recent-post-heading{
    margin-bottom: 35px;
}
.district_link{
    margin: 0 0 10px 0;
    display: block;
    border: 1px solid #5c666f;
    padding: 15px;
    font-size: 1.6rem;
    font-weight: 400;
    color: #5c666f;
}
.district_link:hover{
    background-color: #5c666f;
    color: #fff;
    text-decoration: none;
}
.districtfilter_link{
    width: 100%;
    text-align: center;
    min-width: 250px;
    margin: 10px 0 10px 0;
    display: inline-block;
    border: 1px solid #5c666f;
    background: #fff;
    padding: 15px;
    font-size: 1.6rem;
    font-weight: 400;
    color: #5c666f;
}
.districtfilter_link:hover{
    background-color: #5c666f;
    color: #fff;
    text-decoration: none;
}
.post-item:hover{
    opacity: 0.7;
    background-color: #001970;
    color: #fff;
}
.form-control:focus {
    border-color: #adadad !important;
    box-shadow: none !important;
    outline: 0 !important;
}
.post-item .date{
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
}
.post-item p{
    font-size: 1.6rem;
}
.post-item:hover .read-more{color: #fff !important; }
.post-item:hover + .district_link{color: #fff !important; border-color: #5c666f; background-color: #5c666f; }

.read-more{
    font-size: 1.7rem;
    font-weight: 600;
    color: #001970;
}
.footer-menu li:before {
    font-size: 16px;
    margin-right: 4px;
    content: "|";
    color: #000;
    padding: 0 0.125rem 0 0.375rem;
    font-weight: 700;
}
.footer-bottom{
    background-color: #bbbdbd;
    padding-top: 25px;
    padding-bottom:  25px;
}
footer .phone-area{
    padding: 0px;
    list-style: none;
    line-height: 1.9em;
    font-size: 1.4rem;
}
.banner-area {
    text-align: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}
.banner-area h1{
    font-size: 3.1rem;
}
.banner-area p{font-weight: 400;}
.logo_area a:hover{
    text-decoration: none;
}
.pd-tb-15{
    padding-top: 15px;
    padding-bottom: 15px;
}
.header_search_form{
    margin-top: 13px;
}

header .navbar-inverse {
    background-color: #001970;
    border-color: #001970;
    border-radius: 0px;
}
.district-top-button{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    max-width: 100%;
    border: 1px solid #001970;
    padding: 20px;
    color: #001970;
    font-size: 1.7rem;
    text-decoration: none;
    margin-bottom:  20px;
    margin-top:  20px;
}
.district-top-button:hover{
    text-decoration: none;
    border: 1px solid #001970;
    background-color: #001970;
    color: #fff;
}
header .navbar-inverse .navbar-nav>.active>a,header .navbar-inverse .navbar-nav>.active>a:focus,header .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: rgba(0,0,0,0.15);
}
header .navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-weight: 500;
}
header .navbar-nav {
    width: 100%;
    text-align: center;
}
header .navbar-nav li {
    float: none;
    display: inline-block;
}

#pagination-loader{
    width: 100%;
    display: inline-block;
}
.cat_content_area{
    border: 5px solid #000;   
}
.block_recent_posts .post-item {
    padding: 5px 20px 50px 20px;
}
.districtfilter_link {
    background-color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
}   
.cat_content_area {
    padding: 20px;
    margin: 30px 0;
}
.color-white{
    color: #fff !important;
}
.content-area-post{
    margin: 15px 0 40px 0;
}
.single .date{
    font-size: 17px;
    font-weight: 600;
    margin-left: 0px;
}
.districtfilter_link.bg-color{
    color: #fff !important;
}
.ui-datepicker-calendar {
    display: none;
}  
select {
    color: #000;
}
h1{
    font-size: 30px;
    line-height: 38px;
}
p {
    font-size: 16px;
    line-height: 27px;
    margin: 0 0 10px;
}
.filter_btn_custom{
    background: #fff;
    width: 100px;
    display: inline-block;
    padding: 8px; 
    border: 1px solid #5c666f;
    margin: 20px auto;
    font-weight: 500;
    color: #5c666f;
}
.filter_btn_custom{
    background-color: #fff !important;
}
.filter_btn_custom:hover{
    background: #5c666f;
    color: #fff;
}
.filter_by_date label{
    width: 100%;
}
/*
.filter_by_date #txtDate{
    width: 95%;
    padding: 7px;
    border: 1px solid #5c666f;
    border-radius: 0px;
}
*/
h2 a{
    color: #333;
}
h2 a:hover{
    text-decoration: none;
}
.post-item:hover h2 a{
    color: #fff;
}
.clear_datefilter{
    margin-left: 6px;
    text-align: center;
}
.clear_datefilter:hover, .clear_datefilter:focus {
    text-decoration: none;
}
.back-cm-button {
    text-transform: uppercase;
    font-weight: 600;
    max-width: 150px;
    border: 1px solid #001970;
    padding: 7px;
    text-align: center;
    color: #001970;
    font-size: 1.7rem;
    text-decoration: none;
    margin-bottom: 20px;
    margin-top: 20px;
    display: block;
}
.back-cm-button:hover{text-decoration: none;}
html body{font-family: 'Montserrat', sans-serif !important;}
body h1,body h2,body h3,body h4,body h5{font-weight: 800; font-family: 'Montserrat', sans-serif !important;}
body p{font-family: 'Poppins', sans-serif;}
.banner-area p {
    font-weight: 300;
    line-height: 26px;
}
header .navbar-inverse .navbar-nav>li.current-menu-item a{
    background-color: #fff;
    color: #001970;
}
.post-item p {
    font-size: 16px;
    line-height: 26px;
}
.district_link {
    font-weight: 600;
    font-size: 1.5rem;

}
.footer-menu li a {
    font-weight: 500;
    font-size: 1.3rem;
}
.copyright-text {
    font-size: 14px;
}
.post-item:hover {
    opacity: 1 !important;
}
h3 {
    line-height: 32px;
}
body .banner-area p{color: #fff !important;}
body .banner-area h1{color: #fff !important;}
.post-item:hover + .district_link{color: #fff !important;}
.post-item:hover h3{color: #fff !important;}
.post-item:hover h2{color: #fff !important;}
.post-item:hover h2 a{color: #fff !important;}
.post-item:hover p{color: #fff !important;}
.block_recent_posts{
    margin-bottom: 30px;
}
header .navbar-nav {
    text-align: left !important;
}
header .navbar-inverse .navbar-nav>li>a:hover{
    background-color: #fff;
    color: #001970;
}
header .navbar-nav li {
    margin-right: 20px;
}
.post-item-archive{
    background-color: #efefef;
    padding: 20px;
    margin: 10px 0 20px 0;
}
.post-item-archive:hover{
    background-color: #f9f9f9 !important;
}
.post-item-archive .date {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
}
.all_pst{
    width: 100%;
    max-width: 100%;
    padding: 20px;
}
.load-more-btn{
    margin: 20px 0 !important;
}
.doc_file i{
    font-size: 22px;
    margin-right: 5px;    
}
.doc_file{
    display: inline-block;
    margin: 20px 0 0px 0;   
}
.filter_by_date #txtDate, .filter_by_date #txtDate:hover,.filter_by_date #txtDate:focus, .filter_by_date #txtDate:active,.filter_by_date #txtDate:visited,
.filter_by_date #txtDate:hover, #txtDate:focus-visible, #txtDate:focus-within, #txtDate:target{
    border: 0px !important;
    font-size: 15px;
    box-shadow: none !important;
    outline: 0px;
    cursor: pointer; 
    margin: 10px 0;
    font-weight: 500;
}
header .navbar #myNavbar{
    overflow-x: hidden;
}
.mg-bottom-0{
    margin-bottom: 0px !important;
}
.filter_by_date{
    padding: 20px;
    color: #fff;
    margin-bottom: 20px;
}
.filter_by_date input::placeholder{color: #fff;}
.filter_by_date input{color: #fff; background: transparent;}
header .navbar .navbar-toggle:after{
    display: none !important;
}
.columns-center{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
    .ds-clear{
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .districtfilter_link {
        width: 100%;
    }
   .columns-center{
    display:inline;
    justify-content:none;
    flex-wrap: none;
}
}

@media screen and (max-width: 768px) {

    .footer-menu {
        padding: 0;
        margin-left: -5px;
    }
    .footer-bottom {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .no-post-found{
        text-align: center;
    }
    footer{
        text-align: center;
    }
    .filter_by_date {
        text-align: center;
    }
    .filter_by_date input{
        text-align: center;
    }
}
@media screen and (max-width: 767px) {

    header .navbar-nav li {
        width: 100%;
    }
    header .navbar-nav{
        text-align: center !important;
        padding: 0;
        margin: 20px 0;  
    }
    .banner-area {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .district_link{
        margin-bottom: 30px;
    }
    .navbar-header .navbar-toggle{
        float: none;
        margin-right: 0px;
        color: #fff;
    }
    .navbar-header{
        padding: 0px 15px;
    }
    .navbar-header .myNavbarBtn{
        float: right;
    }
    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover,.navbar-header .navbar-toggle:hover{
        color: #001970;
    }
}



.jumbor_main_content .container {
    background: #4343438c;
}