body {
	margin: 0;
	/* font-family: 'SolaimanLipi', Arial, sans-serif !important; */
	font-family: 'Noto Serif Bengali', serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}
a {
	color: #ff5a5f;
	text-decoration: none;
	background-color: transparent;
}
a:hover{
	color: #007bff;
	text-decoration: none;
}
button:focus, a:focus{
	outline: none;
}
h1{font-size: 30px;}
h2{font-size: 25px;}
h3{font-size: 20px;}
h4{font-size: 16px;}
h5{font-size: 15px;}
h6{font-size: 13px;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: 1.4;
}
ul, ol{margin: 0; padding: 0;}
li{list-style: none;}
button:focus {
	outline: none;
}
img {
	width: 100%;
	height: auto;
}
.width-ad-wrap {
	display: block;
	text-align: center;
}
.width-ad-wrap img {
	width: auto;
}
.single-news .content h3:hover{
	color: #ff5a5f;
}
@media only screen and (min-width: 991px) {

}
.pitw-container {
	max-width: 1210px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}
.pitw-box-layout {
	box-shadow: 0 0 1px #999;
	max-width: 1220px;
	margin: 0 auto;
}
.single-news, .widget-single-news {
	position: relative;
}
.link-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.single-news .content p span{
	color: #ff5a5f !important;
}
.small-ad-wrap {
	display: none;
}
/* Header top */
.header-top {
	padding: 5px 15px;
	background: #007507;
	display: flex;
	flex-wrap: wrap;
}
.header-top-left {
	flex-grow: 1;
	font-size: 15px;
	color: #fff;
	line-height: 25px;
	height: 25px;
}
.header-top-left span {
	line-height: 25px;
	display: inline-block;
}
.header-top-right ul{
	display: flex;
}
.header-top-right ul li {
	margin-right: 6px;
}
.header-top-right ul li:last-child{
	margin-right: 0;
}
.header-top-right ul li i {
	font-size: 15px;
	line-height: 25px;
	background: #58a031;
	text-align: center;
	height: 25px;
	width: 30px;
	border-radius: 3px;
	color: #fff;
}
.header-top-right ul li i.fab.fa-facebook-f {
	background: #354e83;
}
.header-top-right ul li i.fab.fa-twitter {
	background: #1889cf;
}
.header-top-right ul li i.fab.fa-instagram {
	background: linear-gradient(to bottom, #a33392 0%, #e04e5c 50%, #e9663c 100%);
}
.header-top-right ul li i.fab.fa-youtube {
	background: red;
}
.header-top-right ul li i:hover {
	background: #3b5998;
}
.top-search-wrap {
	margin-right: 30px;
}
.top-search-wrap .search-form {
	overflow: hidden;
	width: 100%;
	max-width: 550px;
	display: inline-flex;
}
.top-search-wrap .search-form .search-field {
	color: #000;
	max-width: none;
	min-width: 100px;
	width: 120px;
	border: 1px solid #eee;
	border-radius: 3px 0 0 3px;
	height: 25px;
	padding: 2px 6px;
	transition: all .4s;
	outline: none;
	line-height: 21px;
	font-size: 14px;
}
.top-search-wrap .search-form .search-field:focus {
	min-width: 200px;
	border: 0;
	outline: none;
}
.top-search-wrap .search-form .search-submit {
	background: #aeadad url("../images/search.png") no-repeat scroll center center;
	background-position-x: center;
	background-position-y: center;
	/* background-size: auto; */
	border-radius: 0 3px 3px 0;
	box-shadow: none;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 0 -1px;
	padding: 4px 10px;
	text-indent: -90000px;
	vertical-align: top;
	height: 25px;
	width: 40px;
	background-size: auto 70%;
	background-position: center center;
	border: 0;
	cursor: pointer;
	border: 1px solid #fff;
}
/* Header Main */
.header-main {
	display: flex;
	flex-wrap: wrap;
	padding: 10px 15px;
	align-items: center;
}
.header-logo {
	padding: 5px 0;
}
.header-logo .custom-logo {
	height: 100px;
	width: auto;
}
.header-advertisement {
	flex-grow: 1;
	margin-left: 30px;
}
.header-advertisement .width-ad-wrap img {
	margin-left: auto;
	display: block;
	max-height: 80px;
}
/* Header Nav */
.header-nav-menu {
	width: 100%;
	padding: 0 15px;
	text-align: center;
	background: green;
	min-height: 35px;
}
.header-nav-menu ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}
.header-nav-menu > ul > li {
	float: left;
	position: relative;
	transition: all .5s;
}
.header-nav-menu > ul > li > a {
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	display: block;
	font-size: 17px;
	font-weight: 300;
	padding: 10px 13px;
	position: relative;
	z-index: 99;
	line-height: 1;
	border-right: 1px solid #dc1313;
}
.header-nav-menu > ul > li:hover > a{
	color: #17e430; 
}
.header-nav-menu > ul > li.current-menu-item > a, .header-nav-menu > ul > li > a:hover {
	background: #fb3232;
}
.header-nav-menu ul .menu-item-has-children a{
	padding-right: 25px;
}
.header-nav-menu > ul > li.menu-item-has-children > a::after, .header-nav-menu > ul > li > .sub-menu > li.menu-item-has-children > a::after {
	content: '\f078';
	right: 6px;
	position: absolute;
	top: 50%;
	transform: translate(0px, -50%);
	font-family: FontAwesome, 'Font Awesome 5 Free';
	font-size: 13px;
}
.header-nav-menu > ul > li .sub-menu {
	position: absolute;
	background: #f1f1f1;
	min-width: 170px;
	top: 100%;
	left: 0;
	z-index: 10000;
	border-bottom: 5px solid #111111;
	border-radius: 0 0 5px 5px;
	display: none;
	visibility: hidden;
}
.header-nav-menu > ul > li:hover > .sub-menu, .header-nav-menu > ul > li > .sub-menu > li:hover > .sub-menu {
	display: block;
	visibility: visible;
}
.header-nav-menu > ul > li > .sub-menu > li.menu-item-has-children{
	position: relative;
}
.header-nav-menu > ul > li > .sub-menu > li.menu-item-has-children > a::after {
	content: '\f054';
	top: 8px;
	transform: translate(0px, 0);
}
.header-nav-menu > ul > li > .sub-menu li a {
	display: block;
	text-align: left;
	padding: 5px 10px;
	font-size: 16px;
	border-bottom: 1px dotted #bbbbbb;
	color: #333;
}
.header-nav-menu > ul > li > .sub-menu > li:hover > a, .header-nav-menu > ul > li > .sub-menu > li .sub-menu > li > a:hover {
	background: #fff;
}
.header-nav-menu > ul > li > .sub-menu > li > .sub-menu {
	left: 100%;
	top: 0;
	border-bottom: 3px solid #111;
	border-radius: 0 0 3px 3px;
}
/* Wev TV Section */
.web-tv-section {
	background: #000;
	position: relative;
}
.web-tv-section .header-main {
	background: #ecfffb;
	box-shadow: 0 0px 3px #918686;
	margin-bottom: 5px;
}
.web-tv-section .header-main-inner {
	padding: 5px 0;
}
.web-tv-section .social-area ul li i {
	font-size: 13px;
	width: 26px;
	line-height: 26px;
}
.web-tv-section .header-logo img {
	max-height: 40px;
}
.web-tv-section .header-nav-area .main-nav-container {
	padding: 0 15px;
}
.web-tv-sec-inner .web-tv-wrap {
	position: relative;
	height: calc(100vh - 100px);
}
.web-tv-wrap .home_logo {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 9;
}
.web-tv-wrap .home_logo img {
	max-height: 90px;
	max-width: 90px;
	border-radius: 4px;
}
.web-tv-wrap .web-tv {
	height: 100%;
	width: 100%;
	position: relative;
}
.web-tv-wrap .web-tv iframe {
	width: 100%;
	height: 100%;
}
.web-tv-wrap .web-tv .fb-video, .web-tv-wrap .web-tv .fb-video span, .web-tv-wrap .web-tv .fb-video iframe {
	max-height: 100% !important;
	height: 100% !important;
}
.tv_scroll {
	display: flex;
}
.tv_scroll .scroll_content {
	background: green;
	flex-grow: 1;
	padding: 0 5px;
}
.tv_scroll .scroll_heading {
	min-width: 120px;
	font-size: 18px;
	background-color: red;
	color: #fff;
	font-weight: 600;
	line-height: 45px;
	z-index: 9;
	text-align: left;
	padding: 0 0 0 14px;
	position: inherit;
}
.tv_scroll .scroll_content a {
	font-size: 17px;
	color: rgb(255, 255, 255);
	font-weight: 500;
	margin-right: 12px;
	display: inline-block;
	line-height: 45px;
}
.tv_scroll .scroll_content a i {
	font-size: 15px;
	color: red;
	margin-right: 5px;
}
.tv_scroll {
	margin-bottom: 5px;
}
.tv_scroll .date_time {
	background: red;
	color: #fff;
	line-height: 45px;
	padding: 0 10px;
	font-size: 16px;
	min-width: 250px;
}
.all-videos {
	padding: 10px 15px 20px;
}
.video_tab_head {
	margin-bottom: 10px;
}
.video_tab_head .nav-item {
	margin-right: 1px;
}
.video_tab_head .nav-link {
	background: green;
	color: #fff;
	padding: 0 10px;
	display: block;
	line-height: 36px;
	font-weight: 500;
}
.video_tab_head .nav-link.active {
	background: red;
}
.video_tab-content .video_item {
	background: #fff;
	padding: 7px;
}
.video_tab-content .video_item .video_icon {
	position: relative;
	display: block;
	margin-bottom: 10px;
}
.video_tab-content .video_item .video_icon img {
	width: 100%;
	height: 160px;
}
.video_tab-content .video_item .title {
	margin: 0;
}
.video_tab-content .video_item .title a {
	font-size: 16px;
	line-height: 22px;
	max-height: 44px;
	overflow: hidden;
	display: block;
	color: #000;
}
.video_tab-content .video_item .video_icon i {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	margin-left: -20px;
	margin-top: -20px;
	color: red;
	opacity: .8;
	transition: all 300ms;
}
.video_tab-content .video_item:hover .video_icon i {
	opacity: 1;
  }
/* Home Page */
.pitw-home-page, .pitw-archive-page, .single-post-page {
	padding: 0 20px;
}
.single-news, .widget-single-news {
	position: relative;
}
.link-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}
/* Breaking news ticker */
.breaking_news_ticker {
	padding-top: 5px;
}
#breaking_news, #int_breaking_news {
	background-color: #faebd7;
	height: 40px;
	background-repeat: no-repeat;
	padding-right: 10px;
	margin: 10px 20px 0;
	border: 1px solid #dd3333;
}
#breaking_news .heading, #int_breaking_news .heading{
	display: block;
	float: left;
	background: #dd3333;
}
#breaking_news .heading h3, #int_breaking_news .heading h3{
	font-size: 16px;
	margin: 0;
	line-height: 40px;
	color: #fff;
	padding: 0 15px;
}
.TickerNews {
	width: calc(100% - 40px);
}
.ti_wrapper {
	width: auto;
	position: relative;
	overflow: hidden;
	height: auto;
}  
.ti_slide {
	width: 30000px;
	position: relative;
	left: 0;
	top: 0;
}
.ti_content {
	position: relative;
	float: left;
	max-height: 38px;
	overflow: hidden;
}
.ti_news { 
	float: left;
}
.ti_news a {
	display: block;
}
.ti_news a h3 {
	margin: 0;
	font-size: 17px;
	color: #000;
	line-height: 38px;
	margin-right: 15px;
	font-weight: normal;
	position: relative;
	padding-left: 18px;
}
.ti_news a h3::before {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	background: #d33;
	left: 0;
	border-radius: 50%;
	top: 15px;
}
.ti_news a h3:hover {
	color: #dd3333;
}
.ti_news h3 img {
	width: 14px;
	height: 14px;
	margin-right: 6px;
	border-radius: 5px;
}

/* Footer Nav */
.footer-nav {
	background: red;
	padding: 10px 0;
}
.footer-nav-menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.footer-nav-menu ul li a {
	font-size: 15px;
	padding: 0 10px;
	color: #fff;
	display: block;
	line-height: 20px;
	border-right: 1px solid #bbbbbb;
}
.footer-nav-menu ul li:last-child a {
	border-right: 0;
}
/* Main Footer */
.pitw-footer {
	background: #116c05;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
.site-content-widget .site-logo {
	margin-bottom: 20px;
}
.site-content-widget .custom-logo {
	width: auto;
	max-width: 85%;
	background: #e8e8e8;
	padding: 15px 25px;
	border-radius: 5px;
}
.site-content-widget span, .social-widget span, .editor-widget span {
	display: block;
	font-size: 17px;
	line-height: 25px;
	color: #fff;
}
.editor-widget h4 {
	font-size: 21px;
}
.editor-widget p {
	font-size: 15px;
	margin-bottom: 5px;
}
.site-content-widget .site-social{
	padding-bottom: 15px;
}
.site-content-widget .site-social ul li {
	display: inline-block;
	margin: 5px;
}
.site-content-widget .site-social ul li i {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #fb0000;
	color: #fff;
	font-size: 16px;
	border-radius: 4px;
}
.site-content-widget .site-social ul li i:hover {
	color: #fb0000;
	background: #fff;
}
.notice {
	background: #fb0000;
	margin-bottom: 0;
	margin-top: 20px;
	color: #fff;
	padding: 10px 15px;
	font-size: 17px;
	border-radius: 5px;
}
.footer_cprt_bar {
	background: #0c4d03;
	overflow: hidden;
}
.cpt-content {
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	width: 100%;
	font-size: 14px;
	color: #fff;
}
.cpt-content img {
	max-height: 20px;
	width: auto;
	border-radius: 3px;
	background: #fff;
	padding: 2px 5px;
}
.editor-widget .editor {
	display: flex;
	margin-bottom: 12px;
	padding-left: 20px;
}
.editor-widget .editor img {
	width: 45px;
	height: 45px;
	margin-right: 15px;
	border-radius: 7px;
}
.editor-widget .editor .info h4 {
	font-size: 18px;
	color: #fff;
	margin: 0;
	line-height: 25px;
}
.editor-widget .editor .info p {
	font-size: 16px;
	margin: 0;
	line-height: 20px;
	color: #dbdbdb;
}
.editor-widget .editor span {
	font-size: 13px;
	display: block;
	line-height: 1.1;
}
/* Home Content */
.pitw-home-content, .pitw-archive-content, .single-post-content {
	padding: 15px 20px 20px;
}
/* Top News */
.main-news-section {
	overflow: hidden;
}
.main-news-left {
	width: 73%;
	float: left;
}
.top-news {
	width: 62%;
	float: left;
	padding-right: 20px;
	padding-top: 5px;
}
.top-news .thumb {
	padding-bottom: 12px;
}
.top-news .thumb img {
	border-radius: 8px;
	box-shadow: 0 3px 12px -1px rgba(7, 10, 25, 0.2), 0 22px 27px -20px rgba(7, 10, 25, 0.2);
	height: 333px;
}
.top-news .content h3 {
	font-size: 28px;
	color: #ff0000;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 12px;
}
.top-news p, .spc-news-wrap .single-news .content p {
	font-size: 16px;
	line-height: 24px;
	margin: 0;
}
.top-news p span, .spc-news-wrap .single-news .content p span {
	color: #ff5a5f;
}
/* Tab News */
.tab-news-widget {
	width: 38%;
	float: left;
	padding-right: 20px;
	margin-top: 5px;
}
.tab-content {
	height: 440px;
	overflow-y: scroll;
	border: 1px solid #b3b0b0;
	border-top: 0;
}
.tab-content .widget-news-wrap {
	padding-top: 10px;
}
.tab_head .nav {
	border-bottom: 1px solid #b3b0b0;
}
.tab_head .nav-item {
	width: 50%;
	margin-bottom: -1px;
}
.tab_head .nav-item .nav-link {
	text-decoration: none;
	line-height: 40px;
	display: block;
	text-align: center;
	background: #00035f;
	color: #fff;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	border: 1px solid #00035f;
}
.tab_head .nav-item .nav-link.active {
	background: #babcf97d;
	color: #010226;
	font-size: 17px;
}
.tab_head .nav-item:first-child .nav-link {
	border-radius: 4px 0 0 0;
}
.tab_head .nav-item:last-child .nav-link {
	border-radius: 0 4px 0 0;
}
.tab-content .widget-single-news, .trending.widget-news-wrap .widget-single-news {
	padding: 5px;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.widget-single-news .thumb {
	width: 60px;
	float: left;
	margin-right: 12px;
}
.widget-single-news .thumb img {
	width: 60px;
	height: 50px;
	border-radius: 5px;
}
.widget-single-news .content {
	width: calc(100% - 72px);
	float: left;
}
.widget-single-news .content h3 {
	font-size: 17px;
	line-height: 24px;
	margin: 0;
	height: 48px;
	overflow: hidden;
}
/* Main news */
.main-news-fullrow {
	overflow: hidden;
	float: left;
	width: 100%;
	padding-right: 20px;
	padding-top: 15px;
}
.main-news-wrap {
	margin-left: -8px;
	margin-right: -8px;
	display: flex;
	flex-wrap: wrap;
}
.main-news-wrap .single-news {
	width: 25%;
	padding: 8px;
}
.main-news-wrap .single-news:first-child {
	display: none;
}
.main-news-wrap .single-news .thumb {
	padding-bottom: 10px;
}
.main-news-wrap .single-news .thumb img {
	height: 132px;
	border-radius: 5px;
}
.main-news-wrap .single-news .content h3 {
	font-size: 17px;
	margin: 0;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}
.main-news-right {
	width: 27%;
	float: left;
	margin-top: 5px;
}
.main-news-advertisement img {
	width: 100%;
	padding-top: 15px;
}
.right-sidebar-inner img, #ajax_ac_widget, .right-sidebar-inner .textwidget {
	margin-bottom: 15px;
}
/* Special news */
.widget-ttl.spc-widget-ttl h2, .widget-ttl.trending-widget-ttl h2, .right-sidebar-inner .widgettitle {
	color: #fff;
	padding: 5px 15px;
	display: block;
	background: #00035f;
	font-size: 20px;
	text-align: center;
	margin: 0;
}
.spc-news-wrap {
	background: #e8e8e8;
}
.spc-news-widget {
	background: #e8e8e8;
	margin-bottom: 15px;
}
.spc-news-wrap .single-news .thumb {
	padding-bottom: 10px;
}
.spc-news-wrap .thumb img {
	height: 215px;
}
.spc-news-wrap .single-news .content {
	padding: 0 15px 12px;
}
.spc-news-wrap .single-news h3 {
	font-size: 20px;
	line-height: 23px;
	margin-bottom: 5px;
}
.spc-news-widget .link {
	padding: 0 15px 15px 15px;
}
.spc-news-widget .link a {
	display: block;
	text-align: center;
	border: none;
	padding: 5px;
	background: #faebd7;
	color: #ff0707;
	text-decoration: none;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
	-o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
	box-shadow: 0px 2px 0px 0 rgba(0, 0, 0, .26);
}
.trending.widget-news-wrap {
	height: 300px;
	overflow-y: scroll;
}
/* Mega news section */
.mega-section {
	overflow: hidden;
	padding-bottom: 15px;
}
.mega-news-left {
	float: left;
	padding-right: 15px;
	width: 72%;
}
.mega-news-sidebar {
	float: left;
	padding-left: 15px;
	width: 28%;
}
.mega-row-ttl {
	border-left: 3px solid #15a204;
	border-bottom: 2px solid #0a5d00;
	background-color: #faebd7;
	border-radius: 0 6px 0 0;
}
.mega-row-ttl h2 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 0;
	line-height: 1;
	display: inline-block;
	padding: 7px 15px;
	position: relative;
	background: #dd3333;
}
.mega-row-ttl h2::after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	border: 32px solid transparent;
	border-bottom-color: #dd3333;
	border-width: 0 20px 32px 0;
	position: absolute;
	left: 100%;
	top: 0;
}
.mega-row-ttl a {
	float: right;
	line-height: 32px;
	padding: 0 10px 0 0;
}
/* Mega news row 1 */
.four-col-news-section {
	padding-bottom: 25px;
}
.mega-row1-news-wrap, .mega-row2-news-wrap, .mega-row3-news-wrap {
	margin-left: -10px;
	margin-right: -10px;
	display: flex;
	flex-wrap: wrap;
}
.mega-row1-news-wrap .single-news {
	width: 33.33333%;
	padding: 10px;
}
.mega-row1-news-wrap .single-news .thumb {
	padding-bottom: 12px;
}
.mega-row1-news-wrap .single-news .thumb img {
	width: 100%;
	height: 176px;
	border-radius: 5px;
}
.mega-row1-news-wrap .single-news .content h3 {
	margin: 0;
	font-size: 18px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}
/* Mega news row 2 */
.mega-row2-news-wrap .large-item, .mega-row2-news-wrap .small-item {
	width: 50%;
	padding: 10px;
}
.mega-row2-news-wrap .large-item .single-news .thumb {
	padding-bottom: 12px;
}
.mega-row2-news-wrap .large-item .single-news .thumb img {
	border-radius: 6px;
	height: 190px;
}
.mega-row2-news-wrap .large-item .single-news .content h3 {
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 4px;
	max-height: 52px;
	overflow: hidden;
}
.mega-row2-news-wrap .small-item .single-news, .mega-row3-news-wrap .single-news, .sidebar-news-loop .single-news {
	display: flex;
	flex-wrap: wrap;
	padding: 8px 0;
}
.sidebar-news-loop .single-news {
	padding: 5px 0;
}
.mega-row2-news-wrap .small-item .single-news:first-child{display: none;}
.mega-row2-news-wrap .small-item .single-news .thumb, .sidebar-news-loop .single-news .thumb {
	width: 100px;
	margin-right: 12px;
}
.mega-row2-news-wrap .small-item .thumb img, .sidebar-news-loop .single-news .thumb img {
	height: 67px;
	margin-bottom: 0;
}
.mega-row3-news-wrap .single-news .thumb{
	width: 80px;
	margin-right: 12px;
}
.mega-row3-news-wrap .single-news .thumb img {
	border-radius: 4px;
	margin: 0;
}
.mega-row2-news-wrap .small-item .single-news .content, .sidebar-news-loop .single-news .content {
	width: calc(100% - 112px);
}
.mega-row3-news-wrap .single-news .content{
	width: calc(100% - 92px);
}
.mega-row2-news-wrap .small-item .single-news .content h3, .mega-row3-news-wrap .single-news .content h3, .sidebar-news-loop .single-news .content h3 {
	font-size: 18px;
	line-height: 23px;
	margin-bottom: 2px;
	max-height: 46px;
	overflow: hidden;
}
.mega-row2-news-wrap .small-item .single-news .content .time, .sidebar-news-loop .single-news .content .time {
	font-size: 14px;
}
.mega-row2-news-wrap .large-item .single-news .content p, .mega-row3-news-wrap .single-news:first-child .content p {
	font-size: 16px;
	margin: 0;
}
.mega-news-row1, .mega-news-row2 {
	padding-bottom: 10px;
}
/* Mega news row 3 */
.mega-news-row3 {
	padding-bottom: 15px;
}
.mega-row3-news-wrap .left-sec-wrap, .mega-row3-news-wrap .right-sec-wrap {
	width: 50%;
	padding: 0 10px;
}
.mega-row3-news-wrap .mega-row-ttl {
	margin-bottom: 12px;
}
.mega-row3-news-wrap .single-news .content p{
	display: none;
}
.mega-row3-news-wrap .single-news:first-child .thumb{
	width: 100%;
	margin: 0;
	padding-bottom: 10px;
}
.mega-row3-news-wrap .single-news .thumb img {
	height: 52px;
}
.mega-row3-news-wrap .single-news:first-child .content{
	width: 100%;
}
.mega-row3-news-wrap .single-news:first-child .thumb img {
	height: 220px;
}
.mega-row3-news-wrap .single-news:first-child .content h3 {
	font-size: 20px;
	margin-bottom: 5px;
	line-height: 27px;
	max-height: 54px;
}
.mega-row3-news-wrap .single-news:first-child .content p{
	display: block;
}
#ajax_ac_widget {
	border: 1px solid #00035f;
	padding: 8px 10px 5px !important;
}
#ajax_ac_widget td {
	border: 1px solid #2CB2BC !important;
	padding: 0 !important;
}
#ajax_ac_widget #my_calender span, #ajax_ac_widget #my-calendar a {
	height: 30px;
	padding: 0;
	line-height: 30px;
}
/* map */
.map_main_area {
	border: 1px solid #bfbfbf;
}
.map_wrap {
	background: #d5d5d5;
	padding: 10px 15px;
}
.map_inner_block {
	width: 100%;
	background: #e6e6fa;
	margin-bottom: 0;
	position: relative;
  }
.map_main_area form .col-6.col-sm-6.col-md-6.col-lg-6 {
	padding-left: 8px;
	padding-right: 7px;
}.map_main_area form {
	background: #a8a8a8;
	padding: 15px;
}
.map_main_area form .row {
	margin-right: -5px;
	margin-left: -5px;
}
.map_main_area form .col-6.col-sm-6.col-md-6.col-lg-6 {
	padding-left: 5px;
	padding-right: 5px;
}
.map_inner select {
font-size:18px;
}
  .map_inner {
	overflow: hidden;
  }
  .st0 {
	opacity: 0.7;
  }
  .st1 {
	fill: #80c2eb;
	cursor: pointer;
  }
  .st2 {
	fill: none;
	cursor: pointer;
  }
  .st3 {
	fill: #008c44;
	stroke: #fff;
	stroke-width: 0.75;
	stroke-miterlimit: 10;
	cursor: pointer;
  }
  .st4 {
	fill: #008c44;
	stroke: #fff;
	stroke-width: 0.75;
	stroke-miterlimit: 10;
	cursor: pointer;
  }
  .st5 {
	fill: #008c44;
	stroke: #fff;
	stroke-width: 0.75;
	stroke-miterlimit: 10;
	cursor: pointer;
  }
  .st6 {
	fill: #008c44;
	stroke: #fff;
	stroke-width: 0.75;
	stroke-miterlimit: 10;
	cursor: pointer;
  }
  .st7 {
	fill: #008c44;
	stroke: #fff;
	stroke-width: 0.75;
	stroke-miterlimit: 10;
	cursor: pointer;
  }
  .st8 {
	fill: #008c44;
	stroke: #fff;
	stroke-width: 0.75;
	stroke-miterlimit: 10;
	cursor: pointer;
  }
  .st9 {
	fill: #008c44;
	stroke: #fff;
	stroke-width: 0.75;
	stroke-miterlimit: 10;
	cursor: pointer;
  }
  .st10 {
	fill: #008c44;
	stroke: #fff;
	stroke-width: 0.75;
	stroke-miterlimit: 10;
	cursor: pointer;
  }
  .st11 {
	fill: #008c44;
	stroke: #fff;
	stroke-width: 0.75;
	stroke-miterlimit: 10;
	cursor: pointer;
  }
  .st13 {
	fill: #008c44;
	stroke: #fff;
	stroke-width: 0.25;
	stroke-miterlimit: 10;
	cursor: pointer;
  }
  .st14 {
	fill: #008c44;
	stroke: #fff;
	stroke-width: 0.75;
	stroke-miterlimit: 10;
	cursor: pointer;
  }
  .st15 {
	fill: #008c44;
	stroke: #fff;
	stroke-width: 0.25;
	stroke-miterlimit: 10;
	cursor: pointer;
  }
  .st16 {
	enable-background: new;
	cursor: pointer;
  }
  .st17 {
	fill: #fff;
	cursor: pointer;
  }
  .st18 {
	opacity: 0.34;
	cursor: pointer;
  }
  .st19 {
	fill: transparent;
	cursor: pointer;
}
  #dhaka .st3 {
	fill: red;
}
#rangpur .st3 {
	fill: #0fcc85;
}
#mymensingh .st3 {
	fill: #dfbf10;
}
#sylhet .st3 {
	fill: #049704;
}
#rajshahi .st14 {
	fill: #f09b00;
}
#khulna .st3 {
	fill: #5854ea;
}
#borishal .st13 {
	fill: #09bf1d;
}
#chittagong .st11, #chittagong .st4, #chittagong .st6, #chittagong .st10, #chittagong .st9, #chittagong .st8, #chittagong .st7, #chittagong .st5{
	fill: #ff0ea1;
}
  #rangpur:hover path {
	fill: #9a1515;
  }
  #rangpur:hover path.st17 {
	fill: #fff;
  }
  #rangpur:hover path.st19 {
	fill: #d5d5d5;
  }
  #mymensingh:hover path {
	fill: #9a1515;
  }
  #mymensingh:hover path.st17 {
	fill: #fff;
  }
  #mymensingh:hover path.st19 {
	fill: #d5d5d5;
  }
  #sylhet:hover path {
	fill: #9a1515;
  }
  #sylhet:hover path.st17 {
	fill: #fff;
  }
  #sylhet:hover path.st19 {
	fill: #d5d5d5;
  }
  #rajshahi:hover path {
	fill: #9a1515;
  }
  #rajshahi:hover path.st17 {
	fill: #fff;
  }
  #rajshahi:hover path.st19 {
	fill: #d5d5d5;
  }
  #khulna:hover path {
	fill: #9a1515;
  }
  #khulna:hover path.st17 {
	fill: #fff;
  }
  #khulna:hover path.st19 {
	fill: #d5d5d5;
  }
  #borishal:hover path {
	fill: #9a1515;
  }
  #borishal:hover path.st17 {
	fill: #fff;
  }
  #borishal:hover path.st19 {
	fill: #d5d5d5;
  }
  #chittagong:hover path {
	fill: #9a1515;
  }
  #chittagong:hover path.st17 {
	fill: #fff;
  }
  #chittagong:hover path.st19 {
	fill: #d5d5d5;
  }
  #dhaka:hover path {
	fill: #9a1515;
  }
  #dhaka:hover path.st17 {
	fill: #fff;
  }
  #dhaka:hover path.st19 {
	fill: #d5d5d5;
  }
  
  .navbar-toggler-icon {
	  background-image: url(https://shomoynews24.com/wp-content/uploads/2020/10/menu.png);
	  background-size: contain;
  }
  
/* Mega sidebar news */
.mega-sidebar-news .mega-row-ttl {
	margin-bottom: 7px;
}
/* Four colum news section */
.fourcolnews-sec-inner {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.single-colum-wrap {
	width: 25%;
	padding: 0 10px;
}
.single-colum-ttl1 {
	position: relative;
	overflow: hidden;
	margin: 0 0 10px;
	font-size: 22px;
	line-height: 24px;
}
.single-colum-ttl1 a {
	color: #fff;
	margin-right: 15px;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	background: #7d7b7b;
	padding: 0 15px;
	border-radius: 10px 0 0 0;
	line-height: 30px;
}
.video-photo-sec-inner .single-colum-ttl1 a {
	background: transparent;
	padding: 0;
	line-height: 25px;
}
.single-colum-ttl1 .liner::before {
	position: absolute;
	content: '';
	width: 100%;
	border-top: 6px solid #d9d9d9;
	top: 7px;
	display: inline-block;
	vertical-align: bottom;
}
.video-photo-sec-inner .single-colum-ttl1 .liner::before {
	border-top: 4px solid #d9d9d9;
}
.single-colum-ttl1 .liner::after {
	position: absolute;
	content: '';
	width: 100%;
	border-top: 6px solid #d9d9d9;
	bottom: 7px;
	display: inline-block;
}
.video-photo-sec-inner .single-colum-ttl1 .liner::after{
	border-top: 4px solid #d9d9d9;
}
.single-colum-ttl2 a {
	color: #fff;
	padding: 0px 15px;
	display: block;
	background: #00035f;
	font-size: 18px;
	text-align: center;
	margin: 0;
	line-height: 35px;
}
.single-colum-wrap.one .single-colum-news-loop, .single-colum-wrap.two .single-colum-news-loop, .single-colum-wrap.five .single-colum-news-loop, .single-colum-wrap.seven .single-colum-news-loop {
	background: #faebd7;
}
.single-colum-wrap.three .single-colum-news-loop, .single-colum-wrap.four .single-colum-news-loop, .single-colum-wrap.six .single-colum-news-loop, .single-colum-wrap.eight .single-colum-news-loop {
	background: #dad9d9;
}
.single-colum-news-loop .single-news {
	display: flex;
	flex-wrap: wrap;
	padding: 10px 7px;
	border-bottom: 1px dashed gray;
}
.single-colum-news-loop .single-news:last-child{
	border-bottom: 0;
}
.single-colum-news-loop .single-news .thumb {
	width: 25%;
}
.single-colum-news-loop .single-news .thumb img {
	border-radius: 4px;
	height: 44px;
	width: 100%;
}
.single-colum-news-loop .single-news .content {
	width: 75%;
	padding-left: 10px;
}
.single-colum-news-loop .single-news .content h3 {
	font-size: 17px;
	line-height: 22px;
	margin: 0;
	max-height: 44px;
	overflow: hidden;
}
.single-colum-wrap .link a {
	display: block;
	text-align: center;
	border: none;
	padding: 5px;
	background: #dad9d9;
	color: #333;
	text-decoration: none;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
	-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
	-o-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
	box-shadow: 0 2px 0 0 rgba(0,0,0,.26);
	font-size: 14px;
	line-height: 20px;
}
.single-colum-wrap.three .link a, .single-colum-wrap.four .link a, .single-colum-wrap.six .link a, .single-colum-wrap.eight .link a {
	background: #faebd7;
}
.single-colum-news-loop .single-news:first-child {
	padding: 0;
	padding-bottom: 5px;
}
.single-colum-news-loop .single-news:first-child .thumb {
	width: 100%;
}
.single-colum-news-loop .single-news:first-child .thumb img {
	border-radius: 0;
	width: 100%;
	height: 175px;
}
.single-colum-wrap.four .single-colum-news-loop .single-news:first-child .thumb img {
	height: 180px;
}
.single-colum-news-loop .single-news:first-child .content {
	width: 100%;
	padding: 10px 10px 0 10px;
}
.single-colum-news-loop .single-news:first-child .content h3 {
	font-size: 18px;
	line-height: 21px;
	max-height: 42px;
	overflow: hidden;
}
/* photo video section */
.video-photo-section {
	padding-bottom: 25px;
}
.video-photo-sec-inner {
	display: flex;
	flex-wrap: wrap;
}
.photo-gallery {
	width: calc(57% - 20px);
	padding: 15px;
	background: #ff6347;
	border: 3px solid #4267b2;
	margin-right: 20px;
	border-radius: 5px;
}
.gallery-slider {
	position: relative;
}
.gallery-slider .single-photo {
	position: relative;
}
.gallery-slider .single-photo .photo img {
	height: 385px;
	margin: 0 auto;
}
.gallery-slider .single-photo .content {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	background: #0b0b0b82;
}
.gallery-slider .single-photo .content h3 {
	font-size: 18px;
	margin: 0;
	color: #fff;
	padding: 5px 10px;
	padding-bottom: 31px;
}
.gallery-slider .owl-nav {
	margin: 0;
}
.gallery-slider .owl-nav .owl-prev, .gallery-slider .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	left: 0;
	margin: 0;
}
.gallery-slider:hover .owl-nav .owl-prev, .gallery-slider:hover .owl-nav .owl-next{
	display: block;
}
.gallery-slider .owl-nav .owl-next {
	right: 0;
	left: auto;
}
.gallery-slider .owl-nav .owl-prev span, .gallery-slider .owl-nav .owl-next span {
	font-size: 28px;
	width: 35px;
	height: 35px;
	display: block;
	background: #797575e8;
	line-height: 28px;
	text-align: center;
	border-radius: 3px;
	color: #fff;
}
.video-gallery {
	padding: 15px 15px;
	width: 43%;
	border: 3px solid #4267b2;
	float: left;
	border-radius: 5px;
	background: #f4a460;
}
.video-photo-sec-inner .ayg-row {
	margin: 0 -5px !important;
}
.video-photo-sec-inner .ayg-thumbnail {
	padding: 15px 5px 5px 5px !important;
}
.video-photo-sec-inner .ayg-pagination {
	margin: 5px 0 0 0 !important;
}
.video-photo-sec-inner .ayg-btn {
	padding: 0 7px !important;
	font-size: 12px !important;
	line-height: 20px !important;
	display: inline-block !important;
}
.four-col-news-section.last {
	padding-bottom: 5px;
}
/* Archive  */
.archive-content-inner, .single-post-content-inner {
	display: flex;
	flex-wrap: wrap;
}
.archive-content-inner .left-news-wrap, .single-post-content-inner .left-news-wrap {
	width: 72%;
	padding-right: 20px;
}
.archive-breadcrumb {
	margin-bottom: 20px;
}
.archive-breadcrumb .page_title {
	font-size: 24px;
	border-bottom: 1px solid #e1d6d6;
	display: block;
	padding-left: 7px;
	color: #aaa0a0;
}
.archive-news-loop, .related-posts {
	display: flex;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-right: -12px;
}
.archive-news-loop .single-news, .related-posts .single-news{
	padding: 12px;
	width: 33.333333%;
}
.archive-news-loop .single-news .thumb, .related-posts .single-news .thumb {
	padding-bottom: 12px;
}
.archive-news-loop .single-news .thumb img, .related-posts .single-news .thumb img {
	height: 175px;
}
.archive-news-loop .single-news .content h3, .related-posts .single-news .content h3 {
	font-size: 19px;
	line-height: 25px;
	margin: 0;
	overflow: hidden;
}
nav.navigation.pagination {
	overflow: hidden;
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
.navigation.pagination .screen-reader-text {
	display: none;
}
.page-numbers {
	background: #fb323252;
	padding: 5px 10px;
	border-radius: 3px;
	font-size: 16px;
	font-weight: normal;
	color: #0d0d0d;
	border: 1px solid #fb3232bd;
	display: inline-block;
	line-height: 1.5;
	min-width: 35px;
}
.page-numbers.current, .page-numbers:hover {
	background: #fb3232;
	color: #fff;
	border: 1px solid #fb3232;
}
.right-sidebar-wrap {
	width: 28%;
	margin-top: 10px;
	padding-left: 10px;
}
.right-sidebar-wrap .tab-news-widget {
	width: 100%;
	padding-right: 0;
	margin-bottom: 20px;
}
.single-post-inner .post-title {
	margin-bottom: 15px;
}
.single-post-inner .post-title h2 {
	font-size: 26px;
	margin: 0;
	color: #595757;
}
.single-post-meta {
	margin-bottom: 20px;
	position: relative;
}
.single-post-meta .reporter .rep-image {
	position: absolute;
	top: 0;
	left: 0;
}
.single-post-meta .reporter .rep-image img {
	width: 50px;
	height: 50px;
	border-radius: 4px;
	margin-top: 6px;
}
.single-post-meta .reporter .rep-name {
	margin-left: 60px;
	display: block;
	border-bottom: 1px solid #e1d6d6;
	font-size: 20px;
	line-height: 28px;
	color: #6c6973;
	padding-left: 3px;
}
.single-post-meta .main-meta {
	margin-left: 60px;
	background: #f0f0f0;
	line-height: 30px;
	padding: 0 10px;
}
.single-post-meta .main-meta span {
	font-size: 16px;
	line-height: 25px;
	display: inline-block;
}
.single-post-meta .main-meta span.view-count {
	padding-left: 15px;
}
.single-post-inner .post-thumb {
	padding-bottom: 20px;
}
.single-post-inner .post-thumb img {
	width: 100%;
}
.single-post-inner .post-content p {
	font-size: 18px;
	line-height: 1.6;
}
.related-post-wrap {
	padding-top: 20px;
}
.related-ttl {
	background: #007507;
	padding: 5px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
}
.archive-news-loop .single-photo {
	padding: 0px 12px;
}
.archive-news-loop .single-photo .content h3 {
	padding: 10px 0;
}
.owl-dots {
	position: absolute;
	width: 100%;
	bottom: 0px;
}
#the_champ_fb_commenting {
	background: #f1f1f1;
	padding: 5px;
	margin-top: 15px;
}
.header-nav .top-search-wrap {
	display: none;
}
/* Prayer Time  */
.prayer-time {
	background: #ffead5;
}
.prayer-time-header {
	position: relative;
	margin-bottom: 12px;
}
.prayer-time-header .custom-logo {
	position: absolute;
	left: 12px;
	top: 12px;
	height: 32px;
	width: 125px;
}
.muslim_prayer_time {
	background: url(../../assets/images/mosque.png) no-repeat;
	padding: 0 0 0 150px;
	background-position: left bottom;
	overflow: hidden;
	margin: 0;
}
.muslim_prayer_time .muslim_prayer_time {
	background: none;
	padding: 0;
}
.prayer-time-header .pthd-bg {
	width: 100%;
	margin: 0;
}
.prayer-time-header .custom-logo {
	position: absolute;
	left: 12px;
	top: 7px;
	height: 40px;
	width: auto;
}
.muslim_prayer_time .city_selection {
	min-width: 100%;
	background: #e3e3e3 !important;
	border-radius: 0;
}
.muslim_prayer_time .color select {
	color: #fff;
}
.muslim_prayer_time .prayer_name, .muslim_prayer_time .prayer_time {
	width: 49%;
	margin: 0;
	float: left;
}
.muslim_prayer_time .prayer_time {
	float: right;
}
.muslim_prayer_time ul li.time_table {
	height: 28px;
	line-height: 28px;
	padding: 0 !important;
	margin: 2px 0 0 0 !important;
}
.sid-sec-title {
	margin-bottom: 20px;
	position: relative;
	display: flex;
	background: #434955;
}
.sid-sec-title h3 {
	position: relative;
	z-index: 2;
	background: #1a1e1e;
	padding-right: 16px;
}
.sid-sec-title h3::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #1a1e1e;
	-webkit-transform: skew(-40deg) translateX(14px);
	-ms-transform: skew(-40deg) translateX(14px);
	transform: skew(-40deg) translateX(14px);
	z-index: -1;
}
.sid-sec-title h3 a{
	color: #fff;
	z-index: 2;
	position: relative;
	font-size: 19px;
	padding: 0 15px;
	display: block;
	line-height: 32px;
}
.post-content iframe {
	width: 100% !important;
	height: 468px !important;
	margin: 9px 0 6px;
}
.share_box {
	overflow: hidden;
	margin-bottom: 20px;
}