:root{
    --bpc: #FFD2CF;
}

.border-danger{border-color: var(--bpc) !important;}

.border_bottom{border-bottom: 1px solid var(--bpc);}
.border_bottom:last-child{border-bottom: none;}

body {
    font-family: 'SolaimanLipi', Arial, sans-serif !important; font-size: 18px;
}
a{color: #121212;}
a:hover {color: #121212;text-decoration: none;}

.logo img{width: 200px;}

.date{}
.top_header{padding-top: 10px;}
.top_menu {
    border-color: var(--bpc);
    border-style: solid;
    border-width: 0.5px 0px 0.5px 0px;
}
.nav-link { padding: 10px;}

.fp_featured_heading{
    font-size: 25px;
    font-weight: 600;
}
.fp_heading{
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}
.fp_sub_heading{
    font-size: 14px;
    color: #FF201F;
}
.fp_box{
        /* margin-bottom: 30px; */
    }

/* Top Search and Menu */
.top_right{overflow: hidden;
    margin-top: 25px;}
.top_search{    position: relative;
    float: left;
    width: calc(100% - 55px);}
.top_search form{}
.top_search form i{position: absolute;
    left: 10px;
    top: 10px;
    font-size: 20px;}
.top_search form input{    padding-left: 35px;}
.top_right .top_menu_bar{float: left;}
.top_right .top_menu_bar button{border: none;
    background: none;
    font-size: 27px;
    margin-left: 15px;}
.top_right .top_menu_bar button:focus{outline: none;}
.top_right .top_menu_bar button:hover{}
.top_right .top_menu_bar button i{}
/* End Top Search and Menu */


.ln_list{    height: 410px;
    overflow: auto;}
.latest_news{
    float: left;
    border-bottom: 1px solid var(--bpc);margin-bottom: 10px;
}
.latest_news:last-child{border-bottom: none;}
.latest_news img{
    width: 40%;
    margin-right: 12px;
    margin-bottom: 5px;
    float: left;
}
.latest_news .fp_heading{
    margin-top: 0;
}

.section_title1{
    font-size: 18px;
    color: #022502;
    font-weight: 600;

}

.section_title1::after {
    content: "";
    display: block;
    border-bottom: 1px solid #022502;
    position: relative;
    bottom: 5px;
    margin-left: 80px;
  }

  .latest_title{
    font-size: 18px;
    color: #3F5D28;
    font-weight: 600;

}
.latest_title span{background: #fff;
    position: relative;
    z-index: 9;
    padding-right: 10px;}

.latest_title::after {
    content: "";
    display: block;
    border-bottom: 1px solid #3F5D28;
    position: relative;
    bottom: 5px;
    /* margin-left: 70px; */
  }


  .section_title2{
    font-size: 18px;
    color: #022502;
    font-weight: 600;

}

.section_title2::after {
    content: "";
    display: block;
    border-bottom: 1px solid #022502;
    position: relative;
    bottom: 5px;
    margin-left: 165px;;
  }
  .section_img{

  }
  .section_2 img{
    width: 55%;
    margin-right: 5px;
    margin-bottom: 15px;
}

.sports_news{
    overflow: hidden;
}
.sports_news img{
    width: 47%;
    margin-right: 15px;
    margin-bottom: 15px;
}
.sports_news .fp_heading{
    font-size: 18px;
    font-weight: 500
}

.section4{
    float: left;
}
.section4 img{
    width: 50%;
    margin-right: 10px;
    margin-bottom: 15px;
}

/* Footer Widget */
.footer_widget{}
.footer_widget h2{color: #3F5D28;
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;}
.footer_widget p{margin-bottom: 0;}
.footer_social{}
.footer_social li{display: inline-block;}
.footer_social li a{background: #EDEDED;
    color: #131313;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    line-height: 37px;
    border-radius: 50%;transition: .3s;}
.footer_social li a:hover{background: #3F5D28;color: #fff;}
.footer_social li a i{}
.footer_widget img{width: 50%;max-width: 100%;}
/* End Footer Widget */

.copyright{color: #3F5D28;}

/* Sidebar Menu */
.sidebar_menu{position: fixed;
    height: 100%;
    width: 350px;
    right: -350px;
    top: 0;
    background: #fff;
    transition: .3s;
    box-shadow: 0 1px 10px 0 rgb(0 0 0 / 20%);
    z-index: 999;}
.sidebar_menu.active{right: 0;}
.sm_header{    background: #3F5D28;
    color: #fff;
    padding: 4px 0;}
.sm_header h3{    display: inline-block;padding: 7px;
    font-size: 16px;
    margin-bottom: 0;}
.sm_header .close_sm{    float: right;
    margin-top: 7px;
    margin-right: 10px;}
.sm_header .close_sm:hover{cursor: pointer;}
.sidebar_menu ul{    padding: 10px;
    overflow: auto;
    height: calc(100vh - 40px);}
.sidebar_menu ul li{}
.sidebar_menu ul li a{display: block;
    border-bottom: 1px solid #ddd;
    padding: 7px 0px;}
.sidebar_menu ul li a:hover{color: #3F5D28;}
/* End Sidebar Menu */

/* List News */
.list_news_box{margin-bottom: 25px;}
/* End List News */

/* breadcrumb_section */
.breadcrumb_section{}
.page_title{font-size: 2.2rem; font-weight: 800;}
.breadcrumbs{overflow: hidden;margin: 0;padding: 0;
    padding-left: 18px;
}
.breadcrumbs li{float: left;margin-right: 35px;}
.breadcrumbs li a{}
.breadcrumbs li a:hover{color: #3F5D28;}
.breadcrumbs li a.active{color: #3F5D28;font-weight: bold;}
/* End breadcrumb_section */

/* Single News */
.news_sub_title{color: #FF201F;}
.single_thumb{text-align: center;}
.single_thumb img{display: inline-block;width: auto;max-width: 100%;}
.author_content{overflow: hidden;}
.author_info{float: right;    margin-top: 13px;}
.author_img{float: right;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 15px;}
.author_img img{    width: 100%;
    height: 100%;
    object-fit: cover;}
/* End Single News */

.sp_category{color: #221C7B; border-bottom: 2px solid;}
.sp_cat {display: inline-block;margin-right: 10px;}

small {
    font-size: 16px;
    color: gray;
}

.single_content{max-width: 800px; margin: 25px auto;
}

.entry{margin-bottom: 20px;}


.page-item.active .page-link {
    background-color: #3F5D28;
    border-color: #3F5D28;
}
.page-link {
    color: #3F5D28;
}
