/*
Theme Name: Ekata Khabar
Theme URI: https://www.toplinetech.com.np/themes/ekata_khabar
Version: 2.1.1
Author: TopLine Technology
Author URI: https://www.toplinetech.com.np
Slug: ekata_khabar
Description: This Theme is for Ekata Khabar online news portal. Ekata Khabar is a Nepali online news portal. we make this website for news magazine and more
License: GNU General Public License v2 or later
*/
*{
	margin: 0;
	padding: 0;
}
:root{
	--tlt-primary: #082562;
	--tlt-secondary: #cb050e;
	--tlt-white: rgba(255,255,255, 0.8);
}
iframe{
	width: 100%;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
}
body{
	background: #FFFFFF!important;
	font-family: 'Mukta', sans-serif!important;
	transition: background-color .5s !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: 160%!important;
	font-weight: 400;
	margin: 0 0 1.04em;
}
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;
}
.my-menu li.nav-item a.nav-link, .my-menu .dropdown-menu .dropdown-item{
	font-family: 'Khand', sans-serif!important;
	font-size: 22px!important;
}
.cat-name{
	font-family: 'Khand', sans-serif!important;
	font-size: 34px!important;
}
.footer_block {
    font-family: 'Khand';
    font-size: 18px;
    font-weight: 500;
}
.float-right{
	float: right;
}
header.main-head{
	padding: 20px 0;
}
.my-menu li.nav-item{
	padding: 3px 10px;
	text-align: center;
}
.my-menu li.nav-item a.nav-link, 
.my-menu .dropdown-menu .dropdown-item{
	color: var(--tlt-white);
	transition: .1s ease-in-out;
	transition-property: color,background-color,border-color,box-shadow;
	font-weight: 600;
	font-size: 18px;
	position: relative;
	text-transform: none;
}
.my-menu li.nav-item a.nav-link:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background: var(--tlt-secondary);
	visibility: hidden;
	transform: scaleX(0);
	transition: .25s linear;
}
.my-menu li.nav-item.dropdown a.nav-link:before{
	content: none;
}
.my-menu li.nav-item a.nav-link:hover:before {
	visibility: visible;
	transform: scaleX(1);
}
.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;
}
.nav-item .nav-link.active{
	color: var(--tlt-secondary) !important;
}
.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: 45px;
	height: 45px;
	background: #ddd;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 10px;
	border: 1px #ddd solid;
}
.author-meta .author-img img {
	width: 100%;
	height: 100%;
}
.author-meta .author-name {
	font-family: Mukta,sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: rgba(0,0,0,.57);
	margin-right: 10px;
}
.category_item {
    margin-top: 5px;
    margin-bottom: 15px;
    position: relative;
}
.cat-name {
    font-size: 30px !important;
    font-weight: 800 !important;
    line-height: 1.4 !important;
    color: var(--tlt-primary);
    letter-spacing: -0.04em;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cat-name a, .cat-name .cat {
    color: var(--tlt-primary) !important;
}
.cat-name:after {
    background: var(--tlt-secondary);
    height: 2px;
    flex: 1;
    content: '';
    margin: 0 0 0 15px;
}
.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%;
}


/*-------------------Side Menu----------------------*/

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1200;
	top: 0;
	left: 0;
	background-color: #111;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}

.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: 0.3s;
}
.sidenavbar{
	width: 250px;
}
.sidenav a:hover {
	color: #f1f1f1;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

#main {
	transition: margin-left .5s;
}

@media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
}
.content  blockquote p {
    border-radius: 5px;
    color: #555;
    font-weight: 400;
    padding-bottom: 0 !important;
    line-height: 35px !important;
    font-size: 20px;
    padding: 0 0 10px 0px;
    vertical-align: baseline;
    background: #f5f5f5;
    padding: 20px;
}
.content  blockquote p:before {
    content: '\f10d';
    font-family: FontAwesome;
    font-size: 35px !important;
    margin-right: 10px;
    color: var(--tlt-primary);
}
.single_heading_part h1{
	font-size: 45px !important;
}