.banner__block .banner_list .banner_feature figure.image img,
.media_large .feature figure.image img,
.media_medium .feature figure.image img,
.news_block .feature_lg figure.image img, 
.news_media .feature figure.image img,
.related__item .rt_feature figure.image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner__block .banner_list .banner_feature figure.image{
	height: 550px;
	width: 100%;
	display: block;
}
/*-----------------------Post Style Start-------------*/
.media_large .feature figure.image{
	height: 350px;
	width: 100%;
	display: block;
	overflow: hidden;
	transition: 0.3s all;
}
.news_media .feature figure.image{
	height: 180px;
	width: 100%;
	display: block;
	overflow: hidden;
	transition: 0.3s all;
}
.media_medium .feature figure.image{
	height: 140px;
	width: 100%;
	display: block;
	overflow: hidden;
	transition: 0.3s all;
}

.news_block .feature_lg figure.image{
	height: 180px;
	width: 100%;
	display: block;
	overflow: hidden;
}
.news_block .news__listing ul li{
	font-size: 20px;
	font-weight: 500;
	display: block;
	border-bottom: 1px #ddd solid;
	color: #4d4d4d;
	line-height: 1.3 !important;
}
.news_block .news__listing ul li:last-child{
	border-bottom: none;
}
.news_block .news__listing ul li:last-child{
	padding-bottom: 0;
}
.feature_lg{
	position: relative;
}
.feature_lg .title h4{
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	text-align: center;
	padding: 20px 10px;
	background: linear-gradient(rgba(0,0,0,0.2) 3%,black 100%);
}
.imp__link ul li{
	list-style: none;
	display: inline-block;
	padding: 5px 30px;
	border: 1px var(--tlt-white) solid;
	margin-right: 10px;
}
/*------------------Post Style End-------------*/
.fk_cat_block{
	margin-bottom: 15px;
	position: relative;
	border-bottom: 1px var(--tlt-red) solid;
	background: #f9f9f9;
	padding: 5px 0 0px 10px;
}
.fk_cat_block span.cat_name{
	font-size: 26px;
	font-weight: 700;
	display: block;
	overflow: hidden;
	color: var(--tlt-red);
}
.fk_cat_block span.cat_link a{
	text-decoration: none;
	font-size: 20px;
	font-weight: 600;
	padding-top: 5px;
}
.advertise img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.advertisement img{
	width: 100%;
	height: auto;
	padding-bottom: 5px;
	transition: 0.3s all;
}
.banner_list .sub-title{
	font-size: 20px;
	font-weight: 500;
	color: var(--tlt-red);
	font-style: italic;
}
.user_meta{
	display: inline-flex;
	display: -webkit-inline-flex;
	align-items: center;
}
.media.trending {
	padding-bottom: 15px;
}
.media.trending:last-child{
	padding-bottom: 5px;
}
.user_meta label {
	font-size: 20px;
	font-weight: 400;
	line-height: 10px;
	margin-top: 10px;
	color: #4d4d4d;
	margin-left: 10px;
}
.user_icon img{
	height: 50px;
	width: 50px;
	max-width: 50px;
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
}
.mobile_logo{
	display: none;
}
.tag_item ul.tag_token li {
	font-size: 18px;
	border: 2px var(--tlt-red) solid;
	font-weight: 400;
	display: inline-block;
	padding: 3px 25px 0 25px;
	text-align: center;
	border-radius: 20px;
}
.tag_item ul.tag_token li:hover{
	background: var(--tlt-red);
	transition: 0.3s all;
	color: var(--tlt-white)
}
.tag_item ul.tag_token li:hover a{
	color: var(--tlt-white) !important
}
.tag_item ul.tag_token li a{
	font-size: 18px !important;
	font-weight: 400;
	color: var(--tlt-black) !important;
	text-decoration: none !important;
}
.tag_item ul.tag_token li a:before{
	font-size: 15px;
	content: '#';
	font-weight: 400;
	padding-right: 2px;
}
.post-entry img{
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	transition: 0.3s all;
}
.news__item {
	border-bottom: 1px #ddd solid;
	margin-bottom: 13px;
}
.size_item ul li {
	display: flex;
	border: 1px solid #113e6f;
	padding: 7px;
	padding-top: 0;
	width: 35px;
	height: 28px;
	display: inline-block;
	margin-right: 5px;
	-webkit-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
	cursor: pointer;
	align-self: center;
	justify-content: center;
	font-weight: 500;
	font-size: 20px;
}
.location_date span {
	font-size: 1rem;
	font-weight: 600;
	color: #888;
}
.related__item .rt_feature figure.image{
	height: 175px;
	width: 100%;
	display: block;
	overflow: hidden;
	transition: 0.3s all;
}
#return-to-top {
	cursor: pointer;
	position: fixed;
	z-index: 1200;
	bottom: 50px;
	right: 25px;
	background: var(--tlt-red);
	width: 40px;
	height: 40px;
	box-shadow: 0 2px 3px;
	border-radius: 10%;
	display: block;
	text-decoration: none;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#return-to-top i {
	color: var(--tlt-white);
	margin: 0;
	position: relative;
	left: 12px;
	top: 9px;
	font-size: 20px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 11px;
	line-height: 13px;
}
.pagination .current {
	font-size: 24px;
	padding: 13px 20px 8px 20px;
	background: var(--tlt-black);
	color: #fff;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 3px 2px 2px 0;
	padding: 10px 20px;
	text-decoration: none;
	width: auto;
	color: #fff;
	background: var(--tlt-red);
	font-size: 20px;
}
.copyright span, .developer, .developer a, .main_footer{
	color: rgba(255,255,255,0.7);
	font-size: 18px;
	font-weight: 400;
}
.main_footer a, .ut_links a{
	color: rgba(255,255,255,0.7);
}
.top_footer{
	border-top: 1px solid rgba(255,255,255,0.3);
}
.main_footer span{
	color: #e9e2e2;
	text-shadow: 2px 2px #000;
}
.footer_logo{
	max-width: 20%;
}
.footer__item ul{
	margin-top: 40px;
}
.quick-link ul{
	margin-top: 0;
}
.footer__item ul li{
	padding: 5px 15px;
}
.ut__top_footer .ut_links ul li{
	border: 1px solid rgba(255,255,255,0.3);
	padding: 3px 25px;
	font-size: 20px;
	border-radius: 10px;
	display: inline-block;
}
.mobile-search{
	display: none;
}
.search-icon {
	font-size: 16px;
	padding: 0 5px;
	font-weight: 500;
	color: var(--tlt-black);
	border-radius: 5px;
	background: transparent;
	border: 0;
	outline: none;
	cursor: pointer;
}
.search-container {
	position: relative;
	max-height: 0;
	overflow: hidden;
	background: var(--tlt-black);
}
.search-container.opened {
	border: 1px rgba(255,255,255,0.7) solid;
	max-height: 50px;
	z-index: 1;
	top: 0;
}
.search-container input[type="text"] {
	outline: none;
	font-size: 16px;
	margin: 10px;
	width: 300px;
	color: rgba(255,255,255,0.8);
	background-color: inherit;
	border: 0;
}
.search-container .search-icon {
	vertical-align: middle;
}
.search-container input[type="text"]::placeholder {
	color: rgba(255,255,255,0.7);
}

.search-container input[type="text"]:-ms-input-placeholder {
	color: rgba(255,255,255,0.7);
}

.search-container input[type="text"]::-ms-input-placeholder { 
	color: rgba(255,255,255,0.7);
}
.search-container {
	position: absolute;
	right: 0;
}
.popular-post span.number-count{
	height: 80px;
	width: 90px;
	display: flex;
	background: var(--tlt-red);
	color: var(--tlt-white);
}
.popular-post span.number-count span{
	color: var(--tlt-white);
	justify-content: center;
	align-self: center;
	padding: 10px 25px 0 25px;
	font-size: 60px;
}
.popular-post .nav a{
	font-size: 18px;
	font-weight: 500;
	border-radius: 30px;
	padding: 5px 25px 0 25px;
}
.popular-post .nav a.nav-link.active:hover{
	color: var(--tlt-white) !important;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
	color: var(--tlt-white) !important;
}
.popular-post .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
	color: var(--tlt-white) !important;
	background-color: var(--tlt-red) !important;
	border-color: transparent !important;
}
.popular-post .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus{
	color: #4d4d4d !important;
}


/*-----------------------New Style----------------*/
.nbm_list h5.nmb_sm_title{
	margin-bottom: 20px;
	border-bottom: 1px #CCC solid;
	padding-bottom: 10px;
}
.nbm_list h5.nmb_sm_title:last-child{
	margin-bottom: 5px;
	border-bottom: none;
	padding-bottom: 0;
}
.title_close{
	padding: 12px 0 8px 0;
	border-bottom: 1px var(--tlt-white) solid;
	margin-bottom: 20px;
}
.quick_links{
	color: #FFF;	
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
}
#CloseBtn i {
	cursor: pointer;
	font-size: 20px;
	background: var(--tlt-red);
	padding: 5px 7px;
	color: var(--tlt-white);
	border-radius: 50%;

}
.clsmenu{
	display: none;
}
.header__part{
	height: 48px;
	position: relative;
	padding: 25px 0;
}
.search-menu ul li{
	display: inline-block;
	padding-left: 10px;
}
.menu-container {
	position: relative;
	max-height: 0;
	width: 100%;
	overflow: hidden;
	background: var(--tlt-red);
}
.menu-container.opened {
	border: 1px rgba(255,255,255,0.7) solid;
	max-height: 100%;
	z-index: 1;
	transition: 0.2s all linear;
	width: 92%;
	margin: 0 auto;
}
.menu-container .menu-icon {
	vertical-align: middle;
}
.menu-container {
	position: absolute;
	right: 4%;
	overflow: hidden;
	background: var(--tlt-red);
}
.popular-row{
	width: 100%;
}
.popular_list{
	width: 20%;
	float: left;
}
label.name{
	font-size: 18px;
	font-weight: 600;
	color: var(--tlt-red)
}
a.pradesh:first-child{
	display: none;
}
ul.list-link a {
	color: #444;
	display: inline-block;
	white-space: nowrap;
	font-size: 16px;
	font-weight: 600;
}
ul.list-link a+a {
	margin-left: 20px;
}
ul.list-link a:before {
	content: '#';
	margin-right: 2px;
	font-size: 15px;
}
.tag_trend_title {
	font-weight: 600;
	color: rgba(0,0,0,.6);
	font-size: 18px;
	padding: 0 20px;
	position: relative;
	line-height: 42px;
	background-color: rgba(0,0,0,.06);
}
.border-line{
	border-bottom: 2px var(--tlt-red) solid	
}
.tag_trend_title::after {
	content: '';
	border-color: transparent transparent transparent rgba(0,0,0,.06);
	border-style: solid;
	margin-right: 10px;
	position: absolute;
	top: 9px;
	right: -35px;
	border-width: .7em;
}
.trending__post_item .trending_image figure.image img{
	width: 100%;
	display: block;
	overflow: hidden;
	object-fit: cover;
	height: 180px;
}
.__box__footer{
	display: table;
	min-height: 200px;
}
.inner-footer-box {
	display: table-cell;
	vertical-align: middle;
}
ul.footer-downloaded li{
	display: inline-block;
	width: 50%;
	float: left;
}
.store_logo img{
	width: 100%;
}
.store_logo{
	width: 90%;
}
.social__data_icon ul li{
	display: inline-block;
}
.social__data_icon ul li+li{
	margin-left: 15px;
}
.social__data_icon {
	display: inline-block;
	margin-bottom: 15px;
	border-top: 1px #FFF solid;
	border-bottom: 1px #FFF solid;
	padding: 5px 0;
}
.social__data_icon ul li {
	width: 30px;
	display: inline-block;
	height: 30px;
	border: 1px #FFF solid;
	padding: 3px 5px;
	border-radius: 50%;
}
.social__data_icon ul li a{
	color: var(--tlt-white) !important
}
.footer__item img{
	width: 100%
}
.feature figure.image img{
	height: 80px;
	width: 80px;
	object-fit: cover;
	display: block;
	overflow: hidden;
}
.news__item.media, .lok_list.media {
	border-bottom: 1px #ddd solid;
	margin-bottom: 13px;
}
.news__item.media:last-child, .lok_list.media:last-child{
	margin-bottom: 5px;
	border-bottom: 0;
}
#author-bio {
	padding: 30px 0;
}

#author-avatar {
	width: 150px;
	float: left;
	margin-right: 20px;
	border: 1px solid #D6D6D6;
	border-radius: 50%;
	height: 150px;
}
#author-avatar img{
	height: 100%;
	width: 100%;
	border-radius: 50%;
	overflow: hidden;
	display: block;
	object-fit: cover;
}

#author-details {
	overflow: hidden;
}

#author-details h4 {
	font-size: 22px !important;
	font-weight: 600;
	margin: 0 0 15px;
}
.related__item_large figure.image{
	height: 400px;
	width: 100%;
	display: block;
	overflow: hidden;
	object-fit: cover;
}
.related__item_large figure.image img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.cat-title span.pradesh_title{
	font-size: 24px;
	font-weight: 600;
	display: inline-block;
	color: var(--tlt-black);
	margin-right: 20px;
}
.content-box-ad .advertise-widgets img {
	padding: 0 10px;
	width: 100% !important;
	right: 0;
}
.qucik__menu ul li a {
	color: #FFF;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	padding: 0 10px 0 5px;
}
.qucik__menu ul li a:hover{
	color: var(--tlt-red) !important;
	background: #FFF;
}
.qucik__menu ul li a.active:before{
	content: '\f111';
	font-family: 'FontAwesome';
	margin-right: 4px;
}
.qucik__menu ul li a.active{
	color: var(--tlt-red) !important;
	background: #FFF;
}
.archive__title{
	font-size: 22px;
	font-weight: 600;
	color: var(--tlt-black);
	margin-bottom: 15px;
	background: #CCC;
}
.dropdown-menu.sub-menu{
	border: 1px var(--tlt-red) solid;
	background: #FFF !important;
	padding-bottom: 0 !important
}
.dropdown-menu.sub-menu a.dropdown-item{
	color: var(--tlt-black) !important;
	border-bottom: 1px var(--tlt-red) solid;
}
.dropdown-menu.sub-menu a.dropdown-item:last-child{
	border-bottom: none;
}
.mobile__logo{
	display: none;
}
.sidenav.open{
	width: 80%;
}
.sticky-footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999;
}
.sticky-footer img {
	margin: 0 auto;
	width: 98%;
	display: block;
	height: auto;
}
.sticky-footer button.ad-close {
	position: absolute;
	left: 10px;
	top: -30px;
	background: rgba(0,0,0,.6);
	width: 30px;
	height: 30px;
	color: #fff;
	border: 1px solid #444;
}
.content-box-ad {
	padding-top: 35px;
    position: relative;
}
.content-box-ad:before {
    justify-content: center;
    text-align: center;
    content: 'Advertisement';
    position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: 5px;
    color: #aaa;
}
.my-menu li.nav-item.active a:hover {
    color: var(--tlt-red) !important;
}