/*
Theme Name: News Nirantar
Theme URI: https://www.toplinetech.com.np/themes/news_nirantar
Version: 1.0.0
Author: TopLine Technology
Author URI: https://www.toplinetech.com.np
Slug: news_nirantar
Description: This Theme is for News Nirantar. News Nirantar is Nepali Online News Portal form nepal. we make this website for news magazine and more
License: GNU General Public License v2 or later
*/
*{
	margin: 0;
	padding: 0;
}
iframe{
	width: 100%;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
}
body{
	background: #f0f0f0!important;
	font-family: 'Mukta', sans-serif!important;
	transition: background-color .5s !important;
}
.container{
	max-width: 95% !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.4 !important;
	font-weight: 600 !important;
	color: #4c4a4a !important;
}
p {
	color: #333333;
	font-size: 20px;
}
.content p{
	font-size: 20px!important;
	line-height: 170%!important;
	font-weight: 400;
	margin: 0 0 0.9rem;
}
h1{
	font-size: 55px !important;
}
h2{
	font-size: 30px !important;
}
h3{
	font-size: 26px !important;
}
h4{
	font-size: 20px !important;
}
h5{
	font-size: 18px !important;
}
h6{
	font-size: 17px !important;
}
.float-right{
	float: right;
}
header.main-head{
	padding: 20px 0;
}
.navbar-brand{
	padding: 0 !important
}
.my-menu li.nav-item{
	padding: 1px 15px;
	text-align: center;
}
.my-menu li.nav-item{
	border-right: 1px #022b5cad solid
}
.my-menu li.nav-item a.nav-link, 
.my-menu .dropdown-menu .dropdown-item{
	color: rgba(255,255,255,0.8) !important;
	transition: .1s ease-in-out;
	transition-property: color,background-color,border-color,box-shadow;
	font-weight: 500;
	font-size: 18px;
	position: relative;
	text-transform: none;
}
.dropdown-item:hover{
	background: transparent !important;
}
.dropdown.open .dropdown-menu{
	box-shadow: 0 10px 10px rgba(0,0,0,0.3);
}
.navbar-light .navbar-toggler{
	border-color: transparent !important;
}
.text-line{
	color: rgba(255,255,255,0.8) !important;
}
.logo_parts a{
	font-size: 30px;
	font-weight: 600;
	text-decoration: none;
}
.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-family: Mukta,sans-serif;
	font-size: 17px;
	font-weight: 600;
	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;
}
li#menu-item-58 {
	background: #04443d;
}
.single_post .content img{
	height: auto;
	width: 100%;
	display: block;
	overflow: hidden;
	transition: 0.2s all ease;
}
.banner_block .banner-item figure.image img{
	height: 550px;
	object-fit: cover;
	width: 100%;
}
.advetisement img{
	padding-bottom: 5px;
	width: 100%;
	display: block;
	height: auto;
}
.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: #FFFFFF;
}
.content-block .content a{
	text-decoration: none;
	font-weight: 600;
	color: #0e5dae;
	transition: all .3s ease;
	font-size: 18px;
	line-height: 168%;
}
.brand__logo.brand--image {
	background: #FFF;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 15px;
	max-width: 151px;
	transition: .5s;
}
.brand__logo.brand--image img{
	height: auto;
	width: 100%;
}
.navbar-brand.tilak{
	padding: 4px 12px !important;
	background: var(--tlt-orange);
}
.my-menu li.nav-item {
	position: relative;
	text-align: center;
}
.my-menu li.nav-item:hover:after, .my-menu a.nav-item.active:after {
	height: 100%;
}
.my-menu .dropdown-menu a.dropdown-item:hover,
.my-menu li.nav-item:hover{
	background: var(--tlt-orange) !important;
	transition: width .2s;
	transform: scaleX(1);
}
/*-------------------Side Menu----------------------*/

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: -20%;
	background-color: #111;
	transition: 0.5s;
}

.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: 0.3s;
}
.sidenavbar{
	width: 200px;
}
.sidenav a:hover {
	color: #f1f1f1;
}
ul.mobile_icon li{
	display: inline-block;
}
#main{
	transition: margin-left .5s;
}
#Main-Menu.hide{
	display: none !important;
	transition: .5s;
}
span.closeslide {
	position: absolute;
	background: #005;
	padding: 10px 20px;
	right: 0;
	top: 0;
}
.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);
	padding: 0 25px;
	border-bottom: solid 1px rgba(255,255,255,.08);
}
.sidenav::-webkit-scrollbar{
	width: 3px;
	background-color: #022850;
}
.sidenav::-webkit-scrollbar-thumb {
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background: #f4f8fb;
}
.skip_site_logo img{
	max-width: 180px;
	height: auto;
}
.skip_btn{
	padding: 5px 25px !important;
	margin-top: 15px;
}
.tk_author_section, .published_time_ago {
	display: inline-flex;
	display: -webkit-inline-flex;
	align-items: center;
	margin-right: 1.1em;
}
.tk_author_section .tk__logo {
	height: 30px;
	width: 30px;
	max-width: 30px;
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
}
.tk_author_section .tk__logo img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.tk_author_section label {
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	margin-top: 7px;
	color: rgba(0,0,0,.6);
}
.published_time_ago span{
	color: rgba(0,0,0,.6);
	font-size: 16px;
	font-weight: 600;
}
#return-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 50px;
	right: 5px;
	background: var(--tlt-orange);
	width: 40px;
	height: 40px;	
	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;
}
.bottom-footer{
	color: rgba(255,255,255,0.85) !important;
}
.bg-wrapp{
	background: #fff;
	margin: 0;
	padding: 20px 10px;
	margin-bottom: 20px;
}
.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.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: #070707;
	color: #d4d1d1;
	display: none;
}
.lukeko_menu_icon{
	display: none;
}
.home-icons{
	display: block;
}
.kl_date {
	background: #111111db;
	position: absolute;
	padding: 0 10PX;
	display: none;
}
.kl_date.show{
	display: block;
}
.footer_block ul.site_quick_link li{
	display: inline-block;
	margin-right: 20px;
}