iframe{
	width: 100%;
}
.footer_sec_grid2 p {
	margin-bottom: 0!important;
}
.my-menu li.nav-item a.nav-link{
	font-size: 18px;
	color: #212529;
	font-weight: 400;
	position: relative;
}
.my-menu li.nav-item a.nav-link:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 4px;
	bottom: 0;
	left: 0;
	background: #ec1c23;
	visibility: hidden;
	transform: scaleX(0);
	transition: .25s linear;
}
.my-menu li.nav-item a.nav-link:hover:before{
	visibility: visible;
	transform: scaleX(1);
}
.nav-item .dropdown-menu {
	transform: translate3d(0, 10px, 0);
	visibility: hidden;
	opacity: 0;
	max-height: 0;
	display: block;
	padding: 0;
	margin: 0;
	transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
	opacity: 1;
	visibility: visible;
	max-height: 999px;
	transform: translate3d(0, 0px, 0);
}
.tranding_tag_box {
	background: #f4f8fb;
	border-bottom: solid 1px rgba(0,0,0,.14);
	min-height: 5px;
}
.tranding_tag_grid .tag_trend_title {
	font-weight: 700;
	color: rgba(0,0,0,.6);
	font-size: .9em;
	position: relative;
	line-height: 3em;
	background-color: rgba(0,0,0,.06);
}
.tranding_tag_grid .tag_trend_title::after {
	content: '';
	border-color: transparent transparent transparent rgba(0,0,0,.06);
	border-style: solid;
	margin-right: 10px;
	position: absolute;
	top: 12px;
	right: -30px;
	border-width: .7em;
}
.tag_list a{
	padding: 5px;
	color: #4c4a4a;
}
.tag_list a:before{
	content: '#';
	font-size: 18px;
	margin-right: 5px;
}
.tag_menu .token-tag li{
	display: inline-block;
	list-style: none;
	padding: 5px 10px 5px 0;
}
.tag_menu .token-tag li a{
	color: #4c4a4a;
	text-decoration: none;
	background: #eee;
	padding: 8px 20px 5px 20px;
	border-radius: 20px;
}
.tag_menu .token-tag li a:before{
	content: '#';
	font-size: 18px;
	margin-right: 5px;
}
.main_menu_section.sticky {
	box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
	position: fixed;
	width: 100%;
	top: -70px;
	left: 0;
	right: 0;
	z-index: 99;
	transform: translateY(70px);
	transition: transform 500ms ease, background 500ms ease;
	-webkit-transition: transform 500ms ease, background 500ms ease;
	box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
	background: #008080;
}
.main_menu_section.sticky .navbar-brand{
	padding: 0 !important;
}
._2tga._3e2a {
	border-radius: 4px !important;
	font-size: 13px !important;
	height: 40px !important;
	width: 110px !important;
}
.brand__logo.brand--image{
	height: auto;
	width: 50px;
	background: #FFFFFF;
}
.uploadbtn {
	cursor: pointer;
	width: 35%;
	padding: 5px;
	background: #333;
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	font-family: cursive;
}
.uploadbtn:hover{
	background: red;
	transition: 0.6s all ease-out;
}
.pull-left{
	float: left;
}
.pull-right{
	float: right;
}
.text-r{
	text-align: right;
}
.brand__logo{
	display: none;
}
.brand-home-icon {
	color: #fff;
	font-size: 24px !important;
}
.archar .archive-img img{
	height: 200px;
	width: 100%;
	overflow: hidden;
	object-fit: cover;
	transition: 0.3s all;
}
.nav-links .page-numbers {
	display: inline-block;
	min-width: 40px;
	text-align: center;
	background: #008080;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 0 8px;
}
.nav-links .page-numbers:hover{
	background: red;
	transition: 0.5s all ease;
	cursor: pointer;
}
.screen-reader-text{
	display: none;
}
.archar-title h3{
	color: #333;
	font-weight: 600;
	line-height: 145%;
	font-size: 20px;
}
.archar-title h3 :hover{
	color: #008080;
	transition: 0.5s all ease;
}
.skip_site_logo img{
	max-width: 40%;
	height: auto;
}
section.widget img{
	width: 100%;
	height: 100%;
}
.archar-title h3 a{
	color: #333;
	text-decoration: none;
}
.arch-desp p{
	padding: 5px;
	color: #555;
}
.my-nav li.nav-item{
	padding: 3px 8px;
	text-align: center;
}
/*Recent Post & Popular*/
.recent-list {
	counter-reset: my-sec-counter;
}
.recent-list li:before {
	content: "\f101";
	font-family: FontAwesome;
	color: #AAA;
	font-size: 35px;
	position: absolute;
	margin-top: 0;
	padding: 0px;
}
.item {
	border-bottom: dashed 1px #ddd;
	padding: 5px;
}
.item:last-child {
	border-bottom: none;
}

.recent h3 {
	padding-left: 0px;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	color: #333;
}
.recent h3 a{
	text-decoration: none;
	color: #333;
}
.recent h3 :hover{
	color: #008080;
	transition: 0.5s all cubic-bezier(0.36, 0.47, 1, 1);
}
.recent-list h3 {
	padding-left: 0px;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	line-height: 145%;
}
.recent-list h3 a{
	text-decoration: none;
	color: #333;
}
.recent-list h3 :hover{
	color: #008080;
	transition: 0.5s all cubic-bezier(0.36, 0.47, 1, 1);
}
#sidebar-recent-post .recent{
	left: -500px;
	z-index: 1050;
	width: 21%;
	position: fixed;
	top: 0;
	height: 100%;
	background: #f5f5f5;
	transition: .5s all linear;
	overflow-x: scroll;
}
#sidebar-recent-post.expand-true .recent {
	left: 0;
}
#sidebar-recent-post .toggle-btn {
	position: fixed;
	right: 0;
	cursor: pointer;
	padding: 5px 0px 0px 0px;
	top: 50%;
	height: 5%;
	width: 3%;
	background: #333;
	color: #ffffff;
	text-align: center;
	border-radius: 7px;
	border :1px solid teal;
}
#sidebar-recent-post .toggle-btn:hover{
	background: red;
	transition: 0.5s all ease-in;
}

/*--------------------------List With Icon----------------------*/
.list-5 .fa-bullhorn{
	font-size: 26px;
	margin-top: 10px;
	text-align: center;
	overflow: hidden;
	color: #333;
}
.body-title h4{
	margin-left: 5px;
	color: #333;
	font-size: 18px;
	font-weight: 500;
	line-height: 145%;
	margin-bottom: 20px;
	transition: 0.5s all;
	
}
.body-title h4 :last-child{
	margin-bottom: 0px;
}
.body-title h4 :hover{
	color: #008080;
	transition: 0.5s all ease-in;
}
.body-title h4 a{
	color: #333;
	text-decoration: none;
}
/*--------------------------Banner News--------------------------*/
.banner_image{
	margin-right: 5%;
	margin-left: 5%;
	text-align: center;
}
.banner-news-block .banner_image figure.image{
	width: 100%;
	height: 500px;
	background: #008080;
	object-fit: cover;
}
.post-entry img{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.banner-adv img {
	width: 100%;
	height: 100%;
	margin-bottom: 5px;
	margin-top: -8px;
}
/*---------------------------Main News---------------------------*/
.main-title{
	font-size: 20px;
	background: #FFFFFF;
	border-bottom: 2px solid rgb(19, 38, 175);
	padding-bottom: 1px;
	margin-bottom: 10px;
	border-radius: 0px 0px 10px 10px;
	display: inline-block;
}
.banner-news-block .banner_image figure.image img,
.main-news .news-foto figure.image img,
.block-col .feature_fetch figure.image img,
.rajniti-box .big-box .news-foto figure.image img,
.samachar-block .feature_fetch figure.image img,
.samaj-block .fetch-img figure.image img,
.sports-block .news-foto figure.image img,
.left-news .lft-img4 figure.image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	display: block;
}
.rajniti-box .big-box .news-foto figure.image,
.sports-block .news-foto figure.image{
	background: #008080;
	display: block;
	height: 300px;
	width: 100%;
}
.main-news .news-foto figure.image{
	background: #008080;
	display: block;
	height: 350px;
	width: 100%;
}
.samachar-block .feature_fetch figure.image{
	background: #008080;
	display: block;
	height: 100px;
	width: 130px;
}
.block-col .feature_fetch figure.image{
	height: 150px;
	width: 100%;
	display: block;
	background: #008080;
}
.samaj-block .fetch-img figure.image{
	width: 100%;
	height: 200px;
	background: #008080;
	overflow: hidden;
	object-fit: cover;
}
.left-news .lft-img4 figure.image{
	height: 95px;
	width: 120px;
	overflow: hidden;
	background: #008080;
	object-fit: cover;
}
.adv-box .-adv4{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.-adv4 img{
	width: 100%;
	overflow: hidden;
	text-decoration: none;
	margin-bottom: 10px;
}
.big-adv .advertisement img{
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
	height: 100px;
}
.page__title h1{
	font-size: 35px;
	font-weight: 600;
	color: #000;
	margin-bottom: 20px;
	border-bottom: 1px #CC0 solid;
	text-align: center;
}
.page__cont p{
	text-align: justify;
	color: #555;
	line-height: 35px;
	font-size: 18px;
	padding: 0 0 10px 0px;
	vertical-align: baseline;
}
.page__cont ul li {
	margin-left: 25px;
	line-height: 35px;
}
.fetch-img{
	position: relative;
}
.icon-image{
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 10px;
}
.icon-image i{
	color: #ec1c23;
	opacity: 0.5;
	font-size: 70px;
}
/*------------------------------------Tab News-----------------------*/
.register .register-form {
	padding: 10%;
	margin-top: 10%;
}

.register .nav-tabs {
	/*margin-top: 3%;*/
	border: none;
	background: #008080;
	border-radius: 0.9rem;
	width: 100%;
	float: right;
}

.register .nav-tabs .nav-link {
	padding: 5px 3px 5px 0px;
	height: 34px;
	font-weight: 600;
	color: #fff;
	border-top-right-radius: 1.5rem;
	border-bottom-right-radius: 1.5rem;
}

.register .nav-tabs .nav-link:hover {
	border: none;
}

.register .nav-tabs .nav-link.active {
	width: 120px;
	color: #333;
	border: 2px solid #008080;
	border-top-left-radius: 1.5rem;
	border-bottom-left-radius: 1.5rem;
}
.recent-tab li:before{
	color: #fff;
	font-size: 35px;
	position: absolute;
	margin-top: 0;
	height: 50px;
	width: 42px;
	border-radius: 50%;
	background: #00639e;
	border: 2px #ccc solid;
	text-align: center;
}
.popular span{
	color: #CCC;
	font-size: 40px;
	font-weight: 500;
	margin-left: 0;
}
/*------------------------Samaj News---------------------------------------*/
.samaj-box-list .list-img img{
	width: 100%;
	height: 180px;
	object-fit: cover;
	overflow: hidden;
}
/*------------------------Manoranjan Blog News----------------------------*/
.blog-box{
	background: #f5f5f5;
}
.blog-item{
	padding: 6px 10px;
}
.blog-box .blg-img img{
	width: 110px;
	height: 110px;
	border-radius: 50% !important;
	border: 3px #ffffff solid
	padding :5px;
	object-fit: cover;
	overflow: hidden;
}
.wrt-txt .writer-name i.fa{
	margin-right: 10px;
	margin-left: 10px;
}
.writer-name i.fa{
	margin-right: 10px;
	font-size: 22px;
	color: #444;
}
.writer-name span a{
	font-size: 18px;
	font-weight: 400;
	color: #605151;
}
.manjr-list .img-thumbnail img{
	width: 100%;
	transition: 0.5s all;
	height: 270px;
	object-fit: cover;
	overflow: hidden;
}
.manjr-list .img-thumbnail:hover img{
	transform: scale(1.1);
}
.manoranjan-box{
	position: relative;
	transition: 0.5s all;
	width: 100%;
	overflow: hidden;
	background: #000b;
}
.mon4-title{
	position: absolute;
	background: #000000a3;
	border-top: yellow 0.5px solid;
	transition: 0.5s all ease;
	left: 0;
	padding: 5px 10px 5px;
	bottom: 0;
	width: 100%;
	min-height: 85px;
}
.manoranjan-box .mon4-title h2{
	color: #ffffff;
	font-size: 22px;
	font-weight: 600;
	line-height: 145%;
	text-decoration: none;
}
.manoranjan-box .mon4-title h2 :hover{
	color: #008080;
	transition: 0.5s all ease;
	text-decoration: none;
}
.manoranjan-box .mon4-title h2 a{
	text-decoration: none;
	color: #ffffff;
}
.img-thumbnail{
	padding: 0 !important;
}
/*----------------------------Local News-------------------------------*/
.ln-box-lft .ln-bx-img img{
	width: 100%;
	height: 300px;
	overflow: hidden;
	transition: 0.5s all;
	object-fit: cover;
}
.ln-bx-sm .ln-right img{
	width: 100%;
	height: 140px;
	object-fit: cover;
	overflow: hidden;
	transition: 0.5s all;
}
/*-----------------------------National News----------------------------*/
.sm2-img img{
	width: 100%;
	height: 250px;
	overflow: hidden;
	transform: 0.5s all;
	object-fit: cover;
}
/*----------------------------Related-Post------------------------------*/
.related__news__box .relat__thumb img{
	height: 200px;
	width: 100%;
	overflow: hidden;
	transition: 0.5s all;
	object-fit: cover;
}
/*----------------------------Single Page--------------------------------*/
.post-entry p{
	text-align: justify;
	color: #555;
	line-height: 35px;
	font-size: 20px;
	font-weight: 400;
	padding: 0 0 10px 0px;
	vertical-align: baseline;
}
.sing-ft-img img{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.sing__title h1{
	margin-top: 15px;
	font-size: 45px;
	color: #333;
	text-align: left;
	font-weight: 600;
	display: block;
	line-height: 145%;
}
/*----------------------------Footer-------------------------------------*/
.powred b{
	color: red;
	font-size: 18px;
}
.powred p a{
	text-decoration: none;
	font-size: 17px;
	color: #f0f0f0;
}
.footer-head h5{
	color: #f8f9fa !important;
	text-align: center;
}
.footer-text{
	margin-top: 10px;
}
.powred p, .footer-text p{
	color: #f8f9fa !important;
	font-size: 17px;
}
.powred a{
	text-decoration: none;
	transition: 0.5s all;
}
.powred a:hover{
	color: #008080;
	transition: 0.5s all;
}
.footer-text i.fa{
	margin-right: 10px;
}
.footer-text ul li{
	color: #f8f9fa !important;
	padding: 5px 0;
}
/*--------------------------Top Social Icon Button---------------------*/
.list_non {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 0px;
}
.author-social .icon-btn {
	height: 25px;
	width: 25px;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	-webkit-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
	border-radius: 50px;
	margin-left: 10px;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2px 7px;
	display: inline-block;
	margin-top: 2px;
}
.author-social .fa-facebook{
	color: #3B5998;
}
.facebook:hover {
	background-color: #3B5998;
	transform: scale(1.1);
	color: #FFFFFF !important;
}
.facebook:hover .fa-facebook{
	color: #FFFFFF !important;
}
.author-social .fa-twitter{
	color: #38A1F3;
}
.twitter:hover {
	background-color: #38A1F3;
	transform: scale(1.1);
	color: #FFFFFF !important;
}
.twitter:hover .fa-twitter{
	color: #FFFFFF !important;
}
.author-social .fa-youtube{
	color: #ED3833;
}
.youtube:hover {
	background-color: #ED3833;
	transform: scale(1.1);
	color: #FFFFFF !important;
}
.youtube:hover .fa-youtube{
	color: #FFFFFF !important;
}
.left-top li{
	display: inline-block;
	padding: 0 10px;
	color: #f8f9fa;
}
::-webkit-scrollbar {
	width: 10px;
}
::-webkit-scrollbar-track {
	background: #ffffff; 
}
::-webkit-scrollbar-thumb {
	background:#008080; 
}
::-webkit-scrollbar-thumb:hover {
	background: #008080; 
}
/*--------------------------Media Query And Responsive------------------*/
@media only screen and (max-width: 768px) {
	.banner_title h1{
		font-size: 30px !important;
		font-weight: 600;
		color: #333;
		line-height: 140%;
	}
	.advertisement aside.widget{
		display: none;
	}
	.sing__title h1{
		margin-top: 15px;
		font-size: 30px !important;
		color: #333;
		text-align: left;
		font-weight: 600;
		display: block; 
	}
	.banner_image img {
		width: 100%;
		height: auto !important;
		object-fit: cover;
	}
	.banner_expert p, .rd-big, .tranding_tag_box,
	.email, .convert, .twitter, .facebook, .twitter{
		display: none !important;
	}
	.small-row{
		width: 50% !important;
		float: left !important;
	}
	.logo-part img{
		max-width: 270px !important;
		height: auto;
	}
	.banner_image {
		margin-right: 0;
		margin-left: 0;
	}
	.toggle span {
		display: block;
		width: 25px;
		height: 3px;
		background: #ffffff;
		margin: 5px 0px;
	}
	.main-header .hr-adv-part{
		width: 100%;
		height: 50px;
		overflow: hidden;
	}
	.logo-part{
		height: 90px !important;
	}
	.hr-adv-part img{
		margin-top: 5px;
	}
	.fetch-img img{
		width: 100%;
		height: 200px;
		overflow: hidden;
		object-fit: cover;
	}
	.read-more {
		color: #333;
		line-height: 20px;
		margin-top: 10px;
		background: #ffffff !important;
		padding: 5px 0px 0px 0px;
		border: none !important;
	}
	.read-more:hover{
		background: teal;
		color: #333 !important;
		transition: 0.3s all ease-in;
	}
	#sidebar-recent-post{
		display: none;
	}
	.text-r{
		text-align: center !important;
	}
	#Main-Menu{
		height: 550px;
		overflow: scroll;
	}
	.modal-content{
		margin-top: 30%;
	}
	.skip_site_logo img{
		max-width: 40%;
		height: auto;
	}
}