body {
	margin: 0;
	font-family: 'Noto Serif Bengali', serif !important;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	color: #000;
	text-align: left;
	background-color: #fff;
}
a {
	color: #000;
	text-decoration: none;
	background-color: transparent;
}
a:hover{
	color: #134D68;
	text-decoration: none;
}
button:focus, a:focus{
	outline: none;
}
ul, ol{margin: 0; padding: 0;}
li{list-style: none;}
button:focus {
	outline: none;
}
img {
	max-width: 100%;
	height: auto;
}
@media (min-width: 992px){
	.container, .container-lg, .container-md, .container-sm {
		max-width: 100%;
	}
}
@media (min-width: 1400px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1220px;
	}
}
.PrimeItWorld_site_wrap {
	overflow: hidden;
	position: relative;
}
.primeitworld_ad_wrap {
	margin-bottom: 20px;
}
.primeitworld_ad_wrap img {
	display: block;
	margin: 0 auto;
	width: auto;
}
/* Header CSS start */
.header {
	padding: 15px 0;
}
.header_ad {
	text-align: right;
}
.main_header {
	background: #d6d6d6;
	margin-bottom: 25px;
	display: inline-block;
	width: 100%;
	box-shadow: 0 2px 3px rgba(0,0,0,0.3);
}
.main_header_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-left {
	flex-grow: 1;
}
.main-menu-wrap ul li {
	display: inline-block;
}
.main-menu-wrap ul li a {
	display: inline-block;
	color: #000;
	font-size: 18px;
	text-decoration: none;
	transition: .5s all;
	padding: 15px 6px;
	line-height: 24px;
	font-weight: 500;
}
.main-menu-wrap ul li a:hover {
	background: rgba(0,0,0,.1);
}
.current-menu-item {
	background: #1e73be;
}
.current-menu-item a {
	color: #fff !important;
}
.main-menu-wrap ul li.menu-item-home a {
	position: relative;
	padding-left: 34px;
}
.main-menu-wrap ul li.menu-item-home a::before {
	content: "\f015";
	font-family: 'Line Awesome Free';
	font-weight: 900;
	font-size: 20px;
	position: absolute;
	left: 8px;
	top: 13px;
}
.mainMenuIcon {
	display: none;
}
.header-right span {
	font-size: 17px;
	line-height: 30px;
	display: inline-block;
}
.header-right span.separetor {
	font-size: 14px;
}
.header-right .online {
	color: #1e73be;
	font-weight: 600;
	display: inline-block;
	line-height: 30px;
}
/* Footer */
.PrimeItWorld_footer {
	background: #000;
	color: #ffffff;
}
.footer_content {
	padding: 30px 0;
}
.footerMenu ul {
	text-align: center;
}
.footerMenu ul li {
	display: inline-block;
	margin-right: 5px;
}
.footerMenu ul li a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	border: 1px solid #424040;
	padding: 6px 8px 3px;
	transition: .8s all;
	line-height: 22px;
}
.footerMenu ul li a:hover {
	background: #0052a3;
	border: 1px solid#0052a3;
}
.editorial_content {
	text-align: center;
	margin-top: 24px;
	font-size: 17px;
	line-height: 30px;
}
.social-area ul {
	margin-top: 25px;
}
.social-area ul {
	display: flex;
	justify-content: center;
}
.social-area ul li {
	margin: 0 5px;
}
.social-area ul li i {
	color: #fff;
	font-size: 22px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
}
.social-area ul li i.la-facebook-f{background: #354e83;}
.social-area ul li i.la-twitter{background: #1889cf;}
.social-area ul li i.la-instagram{background: linear-gradient(to bottom, #a33392 0%, #e04e5c 50%, #e9663c 100%);}
.social-area ul li i.la-linkedin-in{background: #0073b1;}
.social-area ul li i.la-youtube{background: red;}
.social-area ul li i.la-rss{background: #ef8021;}
.copyright_section {
	border-top: 1px solid #333232;
	padding: 15px 0;
}
.copyright_section p {
	margin: 0;
	font-size: 16px;
}
.copyright_section p a {
	color: #ffebeb;
}
.footer_credit {
	text-align: right;
}
/* Archive */
.ptiw_archive_inner {
	display: flex;
	flex-wrap: wrap;
}
.archive_col_left {
	width: 18%;
	margin-bottom: 30px;
}
.epaper_title {
	padding: 10px 10px;
	margin-bottom: 5px;
	font-size: 17px;
	color: #fff;
	background: #224EA6;
	font-weight: normal;
	border-radius: 10px 10px 0 0;
	text-align: center;
}
.daily_paper {
	overflow: scroll;
	overflow-x: scroll;
	overflow-x: hidden;
	height: 400px;
}
.epaper_item {
	margin: 2px;
	background: #e3e0e0;
	padding: 3px;
	float: left;
	width: calc(50% - 4px);
}
.epaper_item .demo {
	cursor: pointer;
}
.epaper_item img {
	display: block;
	width: 100%;
	height: auto;
}
.daily-title {
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	font-weight: 600;
	padding-top: 3px;
}
.archive_col_main {
	width: 64%;
	padding: 0 10px;
	margin-bottom: 30px;
}
.epaper_list {
	text-align: center;
	margin: 0 20px;
	background: #224EA6;
	font-weight: normal;
	border-radius: 10px 10px 0 0;
	padding-top: 7px;
}
.epaper_list .e_list {
	display: inline-block;
}
.epaper_list .e_list .demo {
	height: 30px;
	width: 32px;
	background: #ffffff;
	line-height: 28px;
	text-align: center;
	border-radius: 5px;
	margin-right: 3px;
	font-size: 16px;
	color: #000000;
	padding: 0px 5px;
	min-width: 32px;
	cursor: pointer;
	margin-bottom: 7px;
}
.epaper_list .e_list .demo.active, .epaper_list .e_list .demo:hover {
	background: #1e73be;
	color: #fff !important;
}
.Epaper .ePaperImg img {
	transition: .8s all;
}
.Epaper .ePaperImg img:hover {
	opacity: .7;
}
.mfp-wrap {
	position: fixed;
	z-index: 9999;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #000;
	background-color: rgba(0,0,0,.9);
}
.mfp-content {
	width: 95%;
	height: auto;
}
img.mfp-img {
	width: 100%;
	max-height: none !important;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	right: -17px;
	padding-right: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background: red !important;
	opacity: 1;
}
.social-share {
	display: block;
	overflow: hidden;
	text-align: center;
	margin: 10px 0 15px;
}
.prev {
	cursor: pointer;
	float: left;
	border: 0;
	padding: 6px 12px;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	transition: .8s all;
	background-color: #900900;
	box-shadow: 0 0px 6px #bdbcbc;
	border: 2px solid #fff;
	margin-left: 20px;
}
.prev:hover {
	background: #900900;
	color: #fff;
}
.next {
	cursor: pointer;
	float: left;
	border: 0;
	padding: 6px 12px;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	transition: .8s all;
	background: #900900;
	box-shadow: 0 0px 6px #bdbcbc;
	border: 2px solid #fff;
	float: right;
	margin-right: 20px;
}
.next:hover {
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
}
.archive_col_right {
	width: 18%;
	margin-bottom: 30px;
}
.widgettitle {
	padding: 10px 10px;
	margin-bottom: 0;
	font-size: 17px;
	color: #fff;
	background: #224EA6;
	font-weight: normal;
	border-radius: 10px 10px 0 0;
	text-align: center;
}
#ajax_ac_widget {
	padding: 10px 7px 3px;
	background: #f0eded;
	border: 1px solid #224EA6;
}
#my_calender span, #my-calendar a {
	padding: 2px 0 !important;
	font-size: 16px;
}
.sidebar-title {
	padding: 10px 10px;
	margin-bottom: 10px;
	font-size: 17px;
	color: #fff;
	background: #224EA6;
	font-weight: normal;
	border-radius: 10px 10px 0 0;
	text-align: center;
}
.sidebar-ads img {
	margin: 10px 0;
}
@media only screen and (max-width: 991px) {
	.logo img {
		max-height: 90px;
		display: block;
		margin: 0 auto;
	}
	.mainMenuIcon {
		display: block;
	}
	.header-left {
		position: absolute;
		left: -260px;
		top: 0;
		background: #fff;
		z-index: 999;
		width: 260px;
		height: 100vh;
		box-shadow: 0 2px 3px #918f8f;
		transition: all 400ms;
	}
	.header-left.show {
		left: 0;
	}
	.mainMenuIcon {
		font-size: 30px;
		color: #fff;
		padding-top: 3px;
		width: 40px;
		background: #3b0404;
		text-align: center;
		height: 36px;
		line-height: 36px;
		border-radius: 5px;
	}
	.header-left.show .mainMenuIcon {
		position: absolute;
		right: -15px;
		top: 5px;
		background: red;
		width: 30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		border-radius: 50%;
		color: #fff;
		z-index: 999999999;
		font-size: 20px;
	}
	.main-menu-wrap ul li {
		display: block;
	}
	.main-menu-wrap ul li a {
		display: block;
		padding: 10px 20px;
	}
	.header-right {
		flex-grow: 1;
		margin-right: 20px;
	}
	.header-right span.separetor {
		display: none;
	}
	.header-right span {
		line-height: 46px;
	}
	.header-right .online {
		float: right;
		line-height: 46px;
	}
	.archive_col_main {
		width: 100%;
		padding: 0;
		order: -1;
	}
	.archive_col_left {
		width: 48%;
		margin-right: 2%;
	}
	.archive_col_right {
		width: 48%;
		margin-left: 2%;
	}
	.sidebar-ads {
		text-align: center;
	}
}
@media only screen and (max-width: 575px) {
	.archive_col_left {
		display: none;
	}
	.archive_col_right {
		width: 96%;
		margin-left: 2%;
		margin-right: 2%;
	}
	.footer_copyright {
		text-align: center;
	}
	.footer_credit {
		text-align: center;
		padding-top: 10px;
	}
	.epaper_list {
		margin: 0 5px;
	}
	.facebook_box {
		text-align: center;
	}
	.mfp-wrap {
		padding-top: 60px;
	}
	.mfp-container {
		top: -24px;
	}
}