*{
	padding: 0;
	margin: 0;
}
body{
	padding: 0;
	margin: 0;
	font-family: 'Open Sans','Noto Serif Bengali',sans-serif;   
	overflow-x: hidden;
	background: #fff;

}
html{
	scroll-behavior: smooth;
	overflow-x: hidden;

}

.container-fluid{
	padding: 0 150px;
}

.boxshadowheader{
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.06);
}



.mainheader{
	padding: 8px;

}

.mainheader img{
	max-height: 70px;

}

.topmenu{
	padding: 8px;
	border-top: 1px solid #f1f1f1;

}

.topmenu li{
	display: inline-block;
	padding-right: 30px;
}

.topmenu li a{
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 16px;
}

.topmenu li a:hover{
	
}

.footer{
	padding-bottom: 30px;
}

.footer a{
	color: #000;
	text-decoration: none;
	font-size: 15px;
}


.footermenu li{
	display: inline-block;
	padding-right: 30px;
}

.footermenu li a{
	text-decoration: none;
	color: rgba(0,0,0,0.8);
	font-size: 14px;

}


.footermenu{
	padding: 8px;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #e8e8e8;

}


.footermenu li a:hover{
	
}

.developertext{
	font-size: 14px;
	color: #414141;
	line-height: 20px;
}


.topnews a{
	font-size: 22px;
	text-decoration: none;
	color: #000;
	font-weight: 700;
}

.topnews span{
	color: rgba(0,0,0,0.8);
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 25px;
}

.topnews label{
	color: gray;
	font-size: 13px;
}


.sidenews a{
	font-size: 16px;
	text-decoration: none;
	color: rgba(0,0,0,0.9);
	font-weight: 700;
}

.sidenews span{
	color: rgba(0,0,0,0.8);
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 25px;
}



.sidenews2 a{
	font-size: 15px;
	text-decoration: none;
	color: #000;
	font-weight: 500;
}

.topcategory i{
	color: darkred;
}

.topcategory .header{
	font-weight: 700;
	font-size: 25px;
}

.topcategory .header2{
	font-weight: 700;
	font-size: 20px;
}

.sidenews3 a{
	font-size: 15px;
	text-decoration: none;
	color: rgba(0,0,0,0.9);
}

.singleheader{
	font-size: 18px;
	font-weight: bold;
	color: darkred;
}

.singlenewshead h2{
	font-family: 'Noto Serif Bengali';
	line-height: 45px;
	font-weight: 600;
}

.singlenewshead span{
	color: gray;
	font-size: 14px;
}

.singlenews p{
	line-height: 35px!important;
	font-size: 18px;
}

a:hover{
	text-decoration: none!important;
	transition: 0.5s;
	color: darkred!important;
}

.activenews{
	color: darkred!important;
}

.mainheader .bi-list{
	font-weight: bold;
	font-size: 25px!important;
	border: 1px solid #f1f1f1;
	padding: 2px 15px;
	cursor: pointer;
}


.img-hover-zoom {
  overflow: hidden;
}


.img-hover-zoom img {
  transition: transform .7s ease;
}

.img-hover-zoom:hover img {
  transform: scale(1.3);
}


.topnews .date{
	color: #414141;
	font-size: 15px;
}


.sidenews .date{
	color: #414141;
	font-size: 15px;
}





@media(max-width: 768px){
	.container-fluid{
		padding: 0 20px;
	}
}



.pagination {
    justify-content: center;
    margin-top: 20px;
}

.pagination .page-item .page-link {
    color: #05b81c;
    border: 1px solid #dee2e6;
    padding: 8px 14px;
    border-radius: 6px;
    margin: 0 3px;
    transition: all 0.3s;
}

.pagination .page-item.active .page-link {
    background-color: #0e6e05;
    color: white;
    border-color: #04a12b;
}

.pagination .page-item .page-link:hover {
    background-color: #06d656;
    color: #fff;
}
