/*---------------------New Style-------------------*/
.expert p{
	font-size: 18px;
}
.list-item{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px #ddd solid;
}
.list-item:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.media-body.pop-title {
	align-self: center;
}
.mobile-search{
	display: none;
}
.search-icon {
	font-size: 22px;
	padding: 0 5px;
	color: var(--tlt-white);
	border-radius: 5px;
	background: transparent;
	border: 0;
	outline: none;
}
.search-toggle .search-icon.icon-close {
	display: none;
}
.search-toggle.opened .search-icon.icon-search {
	display: none;
}
.search-toggle.opened .search-icon.icon-close {
	display: block;
}
.search-container {
	position: relative;
	max-height: 0;
	overflow: hidden;
	transition: all 0.3s;
	background: var(--tlt-primary);
}
.search-container.opened {
	max-height: 40px;
	z-index: 1;
	margin-top: 7px;
}
.search-container.opened.margin {
	max-height: 40px;
	z-index: 1;
	border: 1px rgba(255,255,255,0.7) solid;
	margin-top: 10px;
}
.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;
}
.search-box.desktop-search {
	background: var(--tlt-primary);
	padding: 8px 10px;
}
span.date{
	color: #4B4B4D;
	font-size: 20px;
}
.sidenav .dropdown-menu {
	top: 100%;
	left: 50%;
	background: #333!important;
}
.main-menu.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: #FFFFFF;
}
.nepali-date{
	display: none;
	background: rgba(0,0,0,0.8);
	position: absolute;
	color: var(--tlt-white) !important;
}
.nepali-date.show{
	display: block;
	background: rgba(0,0,0,0.8);
	position: absolute;
	color: var(--tlt-white) !important;
}
.nepali-date .date{
	color: var(--tlt-white) !important;
	font-size: 16px;
	padding: 0 10px;
}
.black__layer {
	background-color: rgba(0,0,0,.6);
	cursor: pointer;
	height: 100vh;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 8889;
	display: none;
}
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: -50%;
	background: var(--tlt-primary);
	transition: 0.5s;
}
.sidenav ul li a {
	text-decoration: none;
	transition: all .3s ease;
	font-size: 1.1em;
	display: block;
	line-height: 45px;
	color: rgba(255,255,255,.8) !important;
	padding: 0 25px;
	border-bottom: solid 1px rgba(255,255,255,.08);
}
.sidenavbar{
	width: 200px;
}
.sidenav a:hover {
	color: #f1f1f1;
}
.sidenav.show{
	width: 20%;
	left: 0;
}
.bodyarea{
	position: relative;
}
.closeThis.allMenu {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: -49px;
	height: 45px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	background-color: var(--tlt-primary);
	color: #d4d1d1;
	display: none;
}
.cat-icon {
	left: -8px;
	height: 50px;
	width: 50px;
	border: solid 4px #fff;
	border-radius: 50%;
	top: -7px;
	background: #ed6d1d;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.business-block .repeat-img-list img{
	height: 350px;
}
.samaj-news-block .media.popular {
	padding: 10px 0;
	border-bottom: 1px solid var(--tlt-white);
}
.samaj-news-block .media.popular:last-child{
	border-bottom: none;
}
.pr_tab_7 li.nav-item>a.nav-link{
	margin-top: 8px;
	border-radius: 30px;
	font-size: 19px;
	padding: 3px 20px 0 20px !important;
}
.pr_tab_7 li.nav-item>a.nav-link:hover{
	color: var(--tlt-primary) !important;
}
.pr_tab_7 li.nav-item>a.nav-link.active{
	color: var(--tlt-white) !important;
}
.pr_tab_7 li.nav-item:hover{
	background: transparent !important;
}
.sports .big-news-item-image img{
	height: 400px;
}
.sports_feature img{
	height: 220px;
	display: block;
	overflow: hidden;
	width: 100%;
	object-fit: cover;
}
.mice {
	bottom: 0;
	position: absolute;
	background: #fe0000;
	padding: 10px 25px;
	opacity: 0.7;
	font-size: 30px;
	border-top-right-radius: 30px;
	color: var(--tlt-white);
}
.banner-block .baanner_item .banner figure.image img {
	height: auto;
	width: 100%;
	display: block;
	overflow: hidden;
	object-position: center;
	object-fit: cover;
}
.post_items .post_feature img{
	height: 100px;
	z-index: 1;
	width: 100px;
	object-fit: cover;
	border: 2px #ddd solid;
	border-radius: 50% !important;
	padding: 5px;
}
.author-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-inline-box;
}
.author-meta .author-img {
	width: 40px;
	height: 40px;
	background: #ddd;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 10px;
	border: 1px #ddd solid;
}
.author-meta .author-img img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}
.author-meta .author-name {
	font-size: 18px;
	font-weight: 500;
	color: rgba(0,0,0,.57);
	margin-right: 10px;
}
.reading_time {
	border-left: 1px solid #ddd;
	font-size: 16px;
	margin-top: 10px;
	padding-left: 10px;
}
#return-to-top {
	cursor: pointer;
	position: fixed;
	border-radius: 50%;
	bottom: 50px;
	right: 5px;
	background: var(--tlt-secondary);
	width: 40px;
	height: 40px;
	box-shadow: 0 2px 3px;
	display: block;
	text-decoration: none;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#return-to-top i {
	color: rgba(255,255,255,.8);
	margin: 0;
	position: relative;
	left: 12px;
	top: 9px;
	font-size: 20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.editor-box table tr:nth-child(odd) {
	background: #f7f8fb !important;
}
.editor-box table th {
	background: var(--tlt-primary);
	color: rgba(255,255,255,0.8);
	font-size: 18px;
	line-height: 22px;
}
.editor-box table td {
	font-size: 16px;
	border: 1px solid #dddddd;
	padding: 5px 10px;
	line-height: 24px;
}
.editor-box table td {
	vertical-align: middle !important;
}
.editor-box table td .media {
	justify-content: center;
	align-items: center;
}
.editor-box table td .media .user-img img {
	margin: 0 !important;
	width: 70px;
	height: 70px;
}
.editor-box table td .media .user-img img {
	margin: 0 !important;
}
.items img {
	display: block;
}
.editor-box img {
	margin-bottom: 30px;
	max-width: 100%;
}
.editor-box table td .media .main-title {
	margin-top: 0;
	font-size: 16px;
}
.items .main-title {
	line-height: 28px;
	display: block;
	color: #222;
	margin-top: 15px;
	font-weight: 700;
	font-size: 1.375rem;
	line-height: 32px;
}
.editor-box table td ul.social-links {
	margin: 0;
	display: inline-block;
	opacity: 1;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.editor-box table td ul.social-links li{
	list-style: none;
	display: inline-block;
	padding: 5px 10px;
	height: 30px;
	width: 30px;
	border-radius: 50% !important;
}