/*default css*/
body{
    font-family: 'SolaimanLipi', Arial, sans-serif !important;
}
a, p, h1, h2, h3, h4, h5, h6, span, time{
	font-family: 'SolaimanLipi', sans-serif;
}
a:focus, a:hover {
	color: inherit;
	text-decoration: none;
}
a{
	color: black;
	text-decoration: none;
}
h4{
    font-size:20px;
}
time{
    color: #6E6E73;
    font-size: 15px;
    line-height: 1.375rem;
}
.u-line:hover{
	border-bottom: 1px solid black;
}
/*img{*/
/*	width: 100%;*/
/*    height: 100%;*/
/*}*/
h3{
	line-height: 1.4;
}

/*== go top==*/
#topBtn{
    position: fixed;
    right: 26px;
    bottom: 33px;
    border: none;
    text-decoration: none;
    cursor: pointer;
    background: rgba(232, 98, 86, 0.8);
    white-space: nowrap;
    color: #fff;
    border: none;
    /*padding: 10px;*/
    font-size: 35px;
    height: 50px;
    width: 50px;
}
#topBtn:hover{
    background: #FF5722;
    border: none;
    outline: inherit;
}

.blockFourTitle{
	color: #222222;
    margin: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-family: 'SolaimanLipi', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
}
.card{
    background-clip: border-box;
    border: none; 
}
.card-img-top {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: none;
}
.block-four .card-body{
	padding: 0px;
}


.mainbody{
    /*width:70%;*/
    width:82%;
    margin:0 auto;
    /*padding-left: 10px;*/
    /*padding-right: 10px;*/
}

section.lead-news{

}

section.lead-news .block-four .card .card-body .blockFourTitle{
    font-weight: 500;
}

.block-one p{
	font-size: 1rem;
    line-height: 1.625rem;
    /*font-family: "Shonar Bangla",Helmet,Freesans,Helvetica,Arial,sans-serif;*/
    font-weight: 400;
    font-style: normal;
    color: #3F3F42;
    margin: 0;
    padding-bottom: 0.5rem;
}
.block-one time{
	    color: #6E6E73;
}



/*/category name*/
.cat-name-box{
	margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.cat-name-box .cat-name{
	font-size: 24px;
    font-weight: 100;
}
.cat-name-box .cat-name a{
    text-decoration:none;
    cursor:pointer;
}
.cat-name-box .line{
	position: absolute;
    border-bottom: 1px solid #000;
    width: 100%;
    bottom: 7px;
}

section.popular .box{
    /*position: relative;*/
    display: inline-flex;
    cursor: pointer;
}

section.popular .box .list{
    
    font-family: 'SolaimanLipi', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    color: rgb(184, 0, 0);
    margin: 0px;
    padding: 0px;
  
}
section.popular .box  .content{
    
    padding-left: 10px;
    padding-top: 5px;
}

section.popular .box  .content .title{
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}
section.popular .box:hover .content .title{
    /*text-decoration: underline;*/
    border-bottom:1px solid black;
   
}

section.lettOpn .content .title{
    font-size: 21px;
    font-weight: 500;
}

section.lettOpn .card .card-body{
    padding: 0px;
}
/*=====================
footer
=======================*/

footer .name-box{
    width: 85%;
    margin: auto;
}
footer .bottom{
    background: #fff;
}
footer .link-box{
    width: 82%;
    margin: auto;
}
footer .bottom .link-box .toplink{
    border-bottom: 0.0025rem solid #3F3F42;
    padding: 1rem 0;
    margin-bottom: 0.5rem;
}
footer .bottom .link-box .toplink a{
    color: black;
    font-weight: bold;
}
footer .bottom .link-box .toplink:hover{
    border-bottom:1px solid white;
}

footer .bottom .link-box .middlelink ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
}
footer .bottom .link-box .middlelink ul li{
    display: inline-block;
}

footer .bottom .link-box .middlelink ul li a{
    color: black;
    padding: 5px 10px;
}

footer .bottom .link-box .copy-right{
    color: #000;
    border-top: 1px solid #eee;
    padding-top: 15px;
    border-top: 1px solid #e2e2e2;
}
footer .bottom .link-box .copy-right p{
    font-size: 14px;
    text-align: center;
    margin-bottom: 5px;
}
/*=====================
header
=======================*/
.navbar-top {
    margin-top: 5px;
    margin-bottom: 20px;
    background-color: #eee;
}

.navbar-top .nav li a {
    color: #000;
}

.navbar-top .nav li:hover, .navbar-top .dropdown-menu .nav li a:hover, .dropdown-menu > li > a:focus, .navbar-top .nav li a:hover {
    background-color: #FF0000 !important;
    color: #fff;
}
.dropdown-menu > li > a:hover {
    background-image: none;
}
.navbar-top .container-fluid {
    padding-left: 0;
    padding-right: 0
}

.navbar-top .navbar-nav > li > a {
    font-size: 17px;
    padding: 9px 15px;
    text-align: center;
    text-shadow: none;
    color: #000;
}

.navbar-top .navbar-collapse {
    padding-left: 0;
    background: #f5f5f5;

}

.navbar-toggle .icon-bar {
    background: #000;
}
/*=======================
=======================
single page
=======================
=======================*/

.singlecon_box .content p:first-child{
    padding-right: 0px;
    padding-top: 5px;
}
.singlecon_box .content p{
    /*padding-right: 2rem;*/
    padding-bottom: 10px;
    line-height: 33px;
    font-family: 'SolaimanLipi', sans-serif;
}
div.singleAside{
    margin-left: 10px;
}
div.singleAside .singleTopNews{
    padding: 0 10px;
}
div.singleAside .singleTopNews .box .content{
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}
div.singleAside .singleTopNews .box:hover .content .title{
    border-bottom: 1px solid black;
}
div.singleAside .singleTopNews .box time{
    font-size: 14px;
    top: -10px;
}
.singleAside section.popular .content .title{
 font-size: 20px;
 color: #222222;
}

.singleAside section.popular .content .readmore{
    color: #dc3545 !important;
}

/*=======================
archive-section
=======================*/
section.archive-section .card-body{
    padding: 0px 0px 0px 10px;
}

section.archive-section .card-body .time{
    margin-bottom:0px;
    font-size: 18px;
}
/*=======================
video page
=======================*/
.single_video .singlecon_box p iframe{
    width: 100%;
    height: 460px;
}

.single_video .single_title h1{
    font-size: 25px;
    line-height: 35px;
 }




