/*popup*/

.modalbox {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	text-align: center;
	overflow: auto;
	background: #fff;
}

.modalbox .modal_content {
	width: 100%;
	text-align: center;
	display: table;
	height: 100vh;
}

.modalbox .modal_content .imagebox {
	max-width: 94%;
	margin: 0 auto;
	display: table-cell;
	padding: 3%;
	position: relative;
	vertical-align: middle;
}

.modalbox .modal_content .imagebox img {
	max-width: 100%;
	height: auto;
}

.modalbox .modal_content .imagebox .logobox img {
	max-width: 250px;
}

.modalbox .modal_content a.close_btn {
	background: #d13938;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	padding: 5px 15px;
	font-family: arial, sans-serif;
}

.modalbox .modal_content a.close_btn:hover {
	background: #222;
}

.logobox {
	text-align: center;
	display: block;
	margin-bottom: 30px;
}

.close-box {
	display: block;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 15px;
}
.close-box .arrows {
	position: relative;
	top: 2px;
	margin-left: 5px;
}
/*responsive part*/

@media (min-width: 992px) and (max-width: 1199px) {
	.modalbox .modal_content .imagebox img {
		max-width: 100%;
	}
	.logobox img {
		max-width: 220px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.modalbox .modal_content .imagebox img {
		max-width: 100%;
	}
	.logobox img {
		max-width: 180px;
	}
}

@media (max-width: 767px) {
	.modalbox .modal_content .imagebox img {
		max-width: 100%;
	}
	.logobox img {
		max-width: 180px;
	}
}

@media (max-width: 480px) {
	.modalbox .modal_content .imagebox img {
		max-width: 100%;
	}
	.logobox img {
		max-width: 180px;
	}
}

@media (max-width: 240px) {
	.modalbox .modal_content .imagebox img {
		max-width: 100%;
	}
	.logobox img {
		max-width: 180px;
	}
}

.top-nav-box,
.tags.cat-tags {
	background: #e74c3c;
}

.top-nav-box {
	background: #ec641d !important;
}

.top-nav-box .navigation_box ul li a {
	background: #ec641d !important;
}

.top-nav-box .navigation_box ul li.live-btn a {
	background: #ffdb3a !important;
}

.main-menu,
.fixed-tops,
.fixed-tops .navigation-box,
.fixed-tops .navigation_box {
	background: #041f85 !important;
}

.navigation_box ul li a {
	background: #041f85 !important;
}

.search .btn-search {
	background: #041f85 !important;
}

.main-menu {
	border-bottom: 4px solid #ec641d !important;
}

ul.trending-news li.trending-title {
	color: #041f85 !important;
}

.top-nav-box .navigation_box ul li a:hover {
	background: #041f85 !important;
	color: #fff;
}

.top-nav-box .navigation_box ul li.open ul li a {
	background: #333 !important;
}

.tags {
	background: #333 !important;
}

.taja-box .owl-theme .owl-dots .owl-dot.active span {
	background: #267163 !important;
}

.scrollToTop {
	background: #e74c3c !important;
}

.scrollToTop:hover {
	background: #222 !important;
}

.footer {
	background: #041f8524 !important;
}

.mm-menu .navigation_box.tops ul li.live-btn a {
	background: #ffdb3a !important;
}

.logo-box img {
	max-width: 70% !important;
}

.published-box .related-tags .tags {
	background: #ccc !important;
}

.published-box .related-tags .tags a:hover {
	color: #e74c3c !important;
}

.pagination a:hover {
	background: #e74c3c !important;
}

.bishesh img {
	max-width: 370px !important;
	max-height: 270px !important;
}

.featured-video-embed iframe{
	max-width: 100% !important;
}