:root {
  --main-color: #002575;
  --secondery-color: #00b1e2;
  --secondery-bg: #eaf3f6;
  --alternative-bg: #f5f5f5;
  --dark-bg: #202020;
  --gray-text: #aaa;
}
@font-face {
	font-family: 'SutonnyMJ';
	src:url("../font/SolaimanLipiNormal.ttf");
}
body {
	font-size: 14px;
	line-height: 1.3;
	font-family: 'Roboto','SutonnyMJ',sans-serif;
	color: #222;
}
a{
	color: #333;
}
a:hover{
	color: #23527c;
	text-decoration: none;
}
.altBg{
	background: var(--alternative-bg);
}
.grayText{
	color: var(--gray-text);
}
#header .mainlogo {
	font-size: 30px;
	font-weight: bold;
}
.searchTrigger {
	position: relative;
	transition: .5s all;
}
.searchTrigger .fa-search{
	position: absolute;
	padding: 5px;
	cursor: pointer;
}
#searchFrom.open .fa-search{
	color: #fff;
}
.searchTrigger input {
	color: #dedede;
	padding-left: 25px;
	width: 20px;
	border-color: transparent;
	transition: all .5s;
	height: 28px;
}
.searchTrigger input:focus {
	background: #333;
	border-color: #333;
	width: 240px;
}
.headerAd{
	text-align: right;
}
.headerAd .addItem {
	display: inline-block;
	width: 49.5%;
}

#menu{
	background: var(--main-color);
}

.mainNews{
	position: relative;
}
.miniNews:hover {
	background: var(--secondery-bg);
}
.mainNews a {
	color: #fff;
}
.mainNews a:hover {
	color: #dedede;
}
.mainNews h4 {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0 20px;
	color: #fff700;
}
.miniNews p {
	margin-top: 5px;
	padding: 0 8px;
}

.othernews .miniNews img{
	border-top: 4px solid #dedede;
	transition: .5s all;
}
.othernews .miniNews:hover img{
	border-color: var(--secondery-color);
}

#header .navbar-toggler{
	display: none;
}

.newsList li, .singelnewsList li{
	border-bottom: 1px dashed #ccc;
	padding: 5px 0;
}
.newsList li:last-child, .singelnewsList li:last-child{
	border: 0;
}

.newsTab {
	border-bottom: 3px dotted #d7d7d7;
}
.newsTab .nav-item {
	margin-bottom: -2px;
	position: relative;
}
.newsTab .nav-link {
	border: 0;
	border-bottom: 3px solid transparent;
	transition: .3s all;
	background: transparent;
	padding-left: 0;
}
.newsTab .nav-link.active, .newsTab .nav-link:hover {
	border-color: var(--main-color);
	background: transparent;
}

#sec4, #sec6{
	background: var(--main-color);
}

.newsList .img-fluid {
	max-width: 120px;
}
.newsList .dateTime {
	font-size: 13px;
	color: #999;
	padding-top: 5px;
}
.newsList .dateTime .far{
	font-size: 11px;
}

.wideTab .col-md-12 .media img {
	max-width: 345px;
}
.wideTab .col-md-6 .media img {
	max-width: 170px;
}

#sec5{
	background: var(--secondery-bg);
}

#sec8{
	background: var(--dark-bg);
}


.owl-nav span{
	color: #fff;
	font-size: 45px;
}
.owl-nav button{
	float: right;
	position: absolute;
	top: 41px;
}
.owl-prev {
	left: -25px;
}
.owl-next {
	right: -25px;
}
.fImgDiv{
	position: relative;
	overflow: hidden;
}
.fImgDiv img {
	width: 100%;
}
.fImgDiv .hoverDiv {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 15px;
	background: rgba(255,255,255,.6);
	height: 80%;
	transition: .3s all;
	bottom: -63%;
}
.fImgDiv:hover .hoverDiv{
	bottom: 0;
}

#sec7_2{
	background: var(--alternative-bg);
}

.shareThis a {
	border-radius: 50%;
	color: var(--main-color);
	border: 2px solid #ccc;
	background: #eee;
	display: block;
	width: 32px;
	height: 32px;
	line-height: 1.4;
	transition: .3s all;
	font-size: 22px;
	text-align: center;
	font-size: 20px;
}
.shareThis a:hover {
	border-color: var(--secondery-color);
}

.comments .media:not(:last-child) {
	border-bottom: 1px dashed #ddd;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.subCatList li:not(:last-child){
	border-right: 1px solid #ccc;
	padding-right: 10px;
}

footer {
	background: var(--dark-bg);
	color: #ccc;
	padding: 50px 0 25px 0;
}
footer a{
	color: #aaa;
}
.newsLetterWidget button{
	border-radius: 0 5px 5px 0;
}
footer .list-unstyled li:not(:last-child) {
	border-bottom: 1px dashed #444;
	margin-bottom: 5px;
	padding-bottom: 3px;
}
footer .list-unstyled li a:hover{
	color: #fff;
}
.followLinks li a {
	display: block;
	width: 40px;
	height: 40px;
	border: 2px solid var(--secondery-color);
	border-radius: 5px;
	line-height: 1.8;
	color: #fff;
	transition: .3s all;
	font-size: 22px;
}
.followLinks li a:hover {
	border-radius: 50%;
	border-color: #fff;
	color: var(--secondery-color);
}

.gallery .img-fluid {
    height: 200px !important;
}

@media only screen and (max-width: 1199px) {
	#fbLike .display-4 {
		font-size: 32px;
	}
}

@media only screen and (max-width: 991px) {
	#header .navbar-toggler{
		display: block;
	}
	#searchFrom.open {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 10;
		width: 100vw;
		height: 100vh;
		text-align: center;
		background: rgba(0,0,0,.8);
	}
	.searchTrigger {
		top: 50%;
	}
	#searchFrom.open input{
		background: #4d4d4d;
		transition: 0s all;
		border-color: #4d4d4d;
	}
	#fbLike .display-4 {
		font-size: 42px;
	}
	.newsList .img-fluid {
		max-width: 90px;
	}
	.wideTab .col-md-12 .media img {
		max-width: 220px;
	}
	.wideTab .col-md-6 .media img {
		max-width: 120px;
	}
	.owl-nav button{
		top: 50px;
	}
}



@media only screen and (max-width: 767px) {
	#fbLike .display-4 {
		font-size: 32px;
	}
	.newsList .img-fluid {
		max-width: 150px;
	}
	.wideTab .col-md-12 .media img,.wideTab .col-md-6 .media img {
		max-width: 220px;
	}
	.owl-nav button {
		top: 45px;
	}
	.headerAd .addItem{
		width: 100%;
	}
	.headerAd .addItem:last-child{
		display: none;
	}
}

@media only screen and (max-width: 600px) {
	#fbLike .display-4 {
		font-size: 27px;
	}
	.wideTab .col-md-12 .media img,.wideTab .col-md-6 .media img {
		max-width: 150px;
	}
	.owl-nav button {
		top: 35px;
	}
}

@media only screen and (max-width: 500px) {
	#fbLike .display-4 {
		font-size: 22px;
	}
	.owl-nav button {
		top: 28px;
	}
}

@media only screen and (max-width: 400px) {
	#fbLike .display-4 {
		font-size: 18px;
	}
	.wideTab .col-md-12 .media img,.wideTab .col-md-6 .media img,.newsList .img-fluid {
		max-width: 120px;
	}
	.owl-nav button {
		top: 65px;
	}
}

.topad{
	max-height: 95px !important;
	min-height: 95px !important;
}

.other-newspaper-top-news{
	max-height: 35px !important;
	overflow: hidden !important;
}
.todays-report{
	max-height: 450px !important;
	overflow: hidden !important;
}
.special-ad{
	font-size: 18px;
    font-weight: 600;
    color: #041c48;
}

p .top_description {
	color: #483d3d !important;
    font-weight: 600 !important;
}

/* go to top button */
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}

.news-section-height{
	height: 190px;
    overflow: hidden;
}