/*
Theme Name: Namuna News Portal 
Version: 1.4.9
Author: kabiraaz
Author URI:www.kabiraaz.com.np
Theme URI:www.kabiraaz.com.np
Description: Namuna News potral Template 2020
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nnews
Tags: custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, sticky-post, threaded-comments, user frendly 

*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
x
body {
	margin: 0;
	font-family: 'Ek Mukta', sans-serif;
	background: #F4F4F4;
	padding:0;
	margin:0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0 0 20px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-editorial-inner,
input::-moz-editorial-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #444;
	font-size: 15px;
	line-height: 1.8;
	background:#fff;
	margin:0;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 10px;
	line-height: 1.2;
	font-weight: 500;
}

h1{
	font-size: 30px;
}

h2{
	font-size: 28px;
}

h3{
	font-size: 26px;
}

h4{
	font-size: 24px;
}

h5{
	font-size: 22px;
}

h6{
	font-size: 20px;
}

p {
	margin: 0 0 25px;
    font-size:18px;
    
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0;
}

address {
	margin: 0 0 15px;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 15px;
}

ul,
ol {
	margin: 0 0 15px 15px;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 10px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 15px 15px;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	vertical-align: middle;
}

table {
	margin: 0 0 15px;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #0E5DAE;
	background: #0E5DAE;
	color: #FFF;
	font-size: 14px;
	line-height: 1;
	padding: 12px 15px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover{
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
}

textarea {
	padding: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #333;
}

a:visited {
	
}

a:hover,
a:focus,
a:active {
	
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    background: #0E5DAE;
    position: relative;
    width: 100%;
    margin: 0 auto;
    border-radius: 0px;
    padding: 7px 20px;
    justify-content: center;
    height: 57px;
    line-height: 33px;
    transition: all .3s ease;
    
}

.main-navigation:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0%;
     
}

.main-navigation ul {
	list-style: none;
	padding: 9px;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	display: none;
	position: absolute;
    right: 0px;
    top: 100%;
    background: #0E5DAE;
    width: 220px;
    z-index: 999;
    left: -15px;
}

.main-navigation ul li:hover > ul{
    display: block;
}

.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}

.main-navigation ul ul a {
color: #FFF;
    padding: 4px 8px;
    border-bottom: 1px solid rgba(49, 149, 253, 0.72);
    font-size: 16px;
}

.main-navigation ul ul li:last-child a {
	border-bottom: 0;
}

.main-navigation ul ul li:hover a{
	background: rgba(0,0,0,0.05);
}

 



ul.nnews-menu > li:last-child{
	border-right: 0;
}

ul.nnews-menu > li{
	float: left;
	border-right: 1px solid rgba(255,255,255,0.1);
    font-weight: 600;
}

ul.nnews-menu > li > a{
	    color: #FFF;
    padding: 0px 15px;
    font-size: 18px;
    position: relative;
    margin: 0px;
    margin-top: 1px;
}

ul.nnews-menu > li > a:hover{
	    color: red;
    padding: 0px 15px;
    font-size: 18px;
    position: relative;
    margin: 0px;
    margin-top: 1px;
}


ul.nnews-menu > li >  a:after{
	content: "";
    height: 5px;
    width: 0;
    /*background: #ffffff;*/
    bottom: 0;
    left: 0;
    margin-top: 0;
    position: absolute;
    border-radius: 0;
    transition: 0.3s width ease-in-out;
    -moz-transition: 0.3s width ease-in-out;
    -webkit-transition: 0.3s width ease-in-out;
}

ul.nnews-menu > .current_page_item > a:after,
ul.nnews-menu > .current-menu-item > a:after,
ul.nnews-menu > .current_page_ancestor > a:after,
ul.nnews-menu > .current-menu-ancestor > a:after,
ul.nnews-menu > li:hover >  a:after {
	width: 100%;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 15px;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.single-inbetween-stories {
    margin-bottom: 30px;
    justify-content: center;
    border-top: solid 1px rgba(0,0,0,.2);
    border-bottom: solid 1px rgba(0,0,0,.2);
    padding: 40px 0 18px;
    margin-left: 20px;
}
.single-inbetween-stories, .dk8-m-square-ad {
    position: relative;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width:100%;
}


 #thover{
  position:fixed;
  background:#fff;
  width:100%;
  height:100%;
  opacity: 1;
  z-index:9;
  margin-top:-25px;
}
 
 
/*--------------------------------------------------------------
# popup
--------------------------------------------------------------*/
 
#tpopup{
  position:fixed;
  width:600px;
  height:600px;
  background:#fff;
  left:50%;
  top:30%;
  border-radius:5px;
  padding:5px 0;
  margin-left:-320px; /* width/2 + padding-left */
  margin-top:-150px; /* height/2 + padding-top */
  text-align:center;
  box-shadow:0 0 10px 0 #000;
  z-index:9;
}
#tclose{
  position:absolute;
  background:black;
  color:white;
  right:-15px;
  top:-15px;
  border-radius:50%;
  width:30px;
  height:30px;
  line-height:30px;
  text-align:center;
  font-size:8px;
  font-weight:bold;
  font-family:'Arial Black', Arial, sans-serif;
  cursor:pointer;
  box-shadow:0 0 10px 0 #000;
}



/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clearfix:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 15px 0 15px;
	background:#fff;
}

.widget img {
	width:100%;
}
/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
	
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.nnews-container{
	    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}
.nnews-container_second{
       padding-top: 20px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    margin-top: 20px;
}

#primary{
	width: 100%;
	float: left;
}

#secondary{
	width: 25%;
	float: right;
}



/*============Header==========*/
.site-header{
	    margin-bottom: 20px;
    margin-top: -5px;
}
.header-info {
    background: #ff0109eb;
    padding: 5px 0;
    margin-bottom: 5px;
	height:30px;
}
.top_header1 {
    width: 23%;
    float: left;
    margin-top: -4px;
}

.top_header1 a{
    color: #fff;
    margin: 0px;
    font-family: unset;
    padding: 0px;
    margin-top: -5px;
}
.top_header3 {
    width: 70%;
float: right;

}

.sidepanel  {
  width: 0;
  position: fixed;
  z-index: 1;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0d5cae;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  z-index:99;
  font-size:16px;
   
}

.sidepanel a {
  padding: 7px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    display: block;
    transition: 0.3s;
    border-bottom: solid 1px #0e559f;
    padding-left:10px;
}


.sidepanel a:hover {
  color: #f1f1f1;
}

.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
}
.sidepanel ul li {
    list-style:none;
}
.openbtn {
      font-size: 20px;
    cursor: pointer;
    background-color: #fe0000;
    color: white;
    padding: 10px 15px;
    border: none;
    z-index: 0;
    display: inline-block;
    position: relative;
    float:left;
}

.openbtn:hover {
  background-color:#074688;
}
div#head {
        animation: auto;
    color: white;
    font-size: 29px;
    float: left;
    padding-left: 78px;
    padding-top: 5px;
    border: #0c5bae;
    background: #0d5cae;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    z-index:9;
}



#top-header{
	background: #0E5DAE;
	font-size: 15px;
	padding: 10px 15px;
	border-radius: 3px;
}

.nepali-date{
    float: left;
    border: none;
    /*background: #f4f4f4;*/
    color: #fff;
    font-size: 0.9em;
    /*margin-top: -10px;*/
    line-height: 1.6em;
    
    /*border-radius: 0 0 10px 10px;*/
}

.nepali-date .fa{
    display:none;
    /*font-size: 13px;*/
    /*margin-right: 6px;*/
}

.header-social-icons{
    float: right;
}

.header-social-icons a{
	margin-left: 10px;
    width: 22px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 6px;
    border: 1px solid rgb(254, 19, 27);
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 1.6em;
    color: #FFF;
    display: inline-block;
    margin-top: auto;
    padding: initial;
}

.header-social-icons a:hover{
	transform: translateY(-5px);
	-ms-transform: translateY(-5px)
	-webkit-transform: translateY(-5px);
	background: #FFF;
	color: #0E5DAE;
}

.main-header{
	padding: 0 0 10px 0;
}

.site-branding{
	float: left;
	width: 362px
}

.site-header-ads{
	float: right;
    max-width: 760px;
    padding-top: 15px;
}

.site-social-share{
    text-align: right;
    vertical-align: middle;
    margin-top: -15px;
    margin-bottom: 10px;
}

.site-social-share > div{
    display: inline-block;
    margin-left: 6px;
}

 
    #top {
  height: 20px;
  width: 100%;
}

#head {
  width: 100%;
  height: 50px;
  background-color:#0E5DAE;
  z-index:1;
}

.sticky {
  position: fixed;
  top: 0;
} 



/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 30px;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0 15px;
	font-size:20px;
	line-height:1.7em;
	text-align:justify;
}


.page-links {
	clear: both;
	margin: 0 0 15px;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
	vertical-align: middle;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 15px;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 15px;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*===========Big News============*/

 .d-lg-block {
   background-color: #fff;
    -webkit-box-shadow: 0 5px 5px #eee;
    box-shadow: 0 5px 5px #eee;
}
 ul.no-trending-links-wrap.d-inline-flex.flex-wrap{
     list-style-type: none;
    margin: 0;
    padding-left: 15px;
 
}

li.no-trending-links-wrap.d-inline-flex.flex-wrap{
     list-style-type: none;
    margin: 0;
    padding-left: 15px;
 
}
.d-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
}

.no-trending-desktop .no-trending-links-wrap a {
    font-size: 16px;
    padding: 15px;
}
.d-lg-block a::before {
    color: #ff1616;
    content: "#";
    margin-right: 3px;
    margin-left:10px;
}
.no-trending-desktop .no-trending-links-wrap a {
    color: #000;
    display: inline-block;
    font-size: 15px;
    padding: 10px 15px;
}

.no-trending-desktop .no-trending-links-wrap {
    list-style-type: none;
    margin: 0;
    padding-left: 15px;
}
.flex-wrap li {
    
    font-size: 18px;
    padding: 15px;
} 


#big-news{
	margin-bottom: 15px;
}

#big-news .big-news{
	text-align: center;
	font-size: 22px;
	margin-bottom: 15px;
    position: relative;
}

#big-news .big-news-wrap{
	            background: #FFF;
    padding: 15px 0px;
    border-top: solid 1px #e9e7e8;
    margin-top: -15px;
   
}

#big-news .nnews-header{
	    background: #F44336;
    display: inline-block;
    padding: 11px 30px;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 21px;
    border-radius: 6px;
    margin-top: 10px;
}

#big-news .big-news-header{
    padding: 0 1%;
    background: #eee;
    padding: 12px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

#big-news .big-news-header h2{
	font-size: 60px;
	margin-bottom:0px;
	font-weight: 600;
}

#big-news .big-news-header h2 a{
	    color: #0E5DAE;
    line-height: 1.4em;
    font-size: 65px;
    font-family: initial;
    font-weight: 600;
}

#big-news .big-news-header h2 a:hover{
	color: #111111;
}

#big-news .big-news-header h6{
	font-size: 30px;
	color: #444;
	margin-bottom: 30px;
}

#big-news .big-news .nnews-author{
	text-align: center;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 600;
}

#big-news .big-news-excerpt{
	padding: 0 2%
}

#big-news .big-news-excerpt p:last-child{
	margin-bottom: 0;
	font-size: 24px;
}

#big-news .nnews-link{
	background: #0E5DAE;
	color: #FFF;
	position: absolute;
	top: 20px;
    right: 20px;
	width: 80px;
	text-align: center;
	line-height: 46px;
}

#big-news .nnews-link:hover{
	background: #111;
}

.top-big-thumb {
    animation: auto;
    padding-bottom: 13px;
}

header.big-news-header_second h2{
    color: #0E5DAE;
    line-height: 1.4em;
    font-size: 45px;
    font-family: initial;
    font-weight: 600;
    text-align: center;
    padding: 15px;
    
}

header.big-news-header_second h2 a{
    color: #0E5DAE;
}

div#content {
    animation: auto;
    margin-top: 15px;
    padding-bottom:15px;
}

div#content img{
    
    margin-top:0px;
    width:100%;

    
}

/*=============General CSS==============*/
.flexbox{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	background:#fff;
	padding:10px;
}

.bottom-bisesh-news_flash {
    margin-top: 0px;
    margin-left: 0%;
    width: 75%;
    float: left;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 20px;
    background: #fff;
    transition: all ease-in-out .7s;
    padding: 0px;
}
.top-news-sidebar_flash-right {
        width: 23%;
    float: right;
    text-align: left;
    margin-right: 0%;
    position: relative;
    padding-right: 0px;
    padding-left: 0px;
    margin-top: -1%;
     
}

.big-news_flash-excerpt.clearfix p{
       margin-bottom: 0;
    padding-left: 0px;
    padding-bottom: 10px;
    font-size: 26px;
    text-align: center;
    line-height: 1.6em;
    padding-top: 15px;
    font-family: sans-serif;
}


h4.news-title_flash {
    animation: auto;
    font-size: 57px;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    color: #0d5cae;
    line-height: 1.3em;
}

h4.news-title_flash a {
    animation: auto;
    font-size: 57px;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    color: #0d5cae;
    line-height: 1.3em;
}

h4.news-title_flash a:hover {
    animation: auto;
    font-size: 57px;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    color: #000;
    line-height: 1.3em;
}




h4.news-title_video_sub_3 a{
        font-size: 20px;
    text-align: center;
    line-height: 1.6em;
    color:#fff;
}

h4.news-title_video_sub_3 a{
        font-size: 20px;
    text-align: center;
    color:;#fff;
    line-height: 1.6em;
}

.section-title{
	font-size: 35px;
    margin-bottom: 15px;
    position: relative;
    background-color: #f4f8fb!important;
    padding: 10px 1px;
    line-height: 18px;
    font-weight: 600;
    color: #333;
    border-bottom: solid 1px rgba(77,77,77,.2);
    text-align:left;
    width: 100%;
    float:left;
}
.section-title1{
	font-size: 35px;
    margin-bottom: 15px;
    position: relative;
    background-color: #000!important;
    padding: 25px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
    border-bottom: solid 1px rgba(77,77,77,.2);
    align-items: center;
    width: 100%;
}

.section-title > span{
       display: inline-block;
    position: relative;
    margin-left: 5px;
    background: #fff;
    padding: 10px;
    border-radius: 3px;
    padding: 16px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
    color: #0c5bae;
}

.section-title a{
    position: absolute;
    right: 0;
    top: 0;
    line-height: 18px;
    font-size: 20px;
    padding: 21px 15px;
    font-weight: none;
    color: #0e5dae;
    height: 100%;
}

.section-title a .fa{
	font-size: 11px;
    margin-left: 4px;
}

.news-title{
	font-size: 18px;
    font-weight: 600;
    line-height: 1.6em;
    text-align:left;
    transition: all ease-in-out .7s;
    padding: 10px;
    height: 100%;
}
h4.news-title_video a{
	color:#fff;
	line-height:1.6em;
}
h4.news-title_video_sub a{
	color: #fff;
    line-height: 1.6em;
    font-size: 18px;
    text-align: center;
	
}
h4.news-title_video_sub {
    animation: auto;
    text-align: center;
}

h4.news-title_video{
    font-size:35px;
    line-height:1.6em;
}
#video-news .news-title h4 a{
	background:#fff;
}
.video-news-wrap1.clearfix {
    animation: auto;
    width: 50%;
    float: left;
}
.video-news-wrap3.clearfix {
    animation: auto;
    width: 100%;
    float: left;
}
.video-news-wrap.clearfix {
    animation: auto;
    width: 50%;
    float: left;
    padding-top:50px;
}

.video-news-wrap2.clearfix {
    animation: auto;
    width: 100%;
    float: left;
}

.video-news-wrap2 .image-thumb a:after {
    content: "\f01d";
    height: 40px;
    width: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #f44335;
    font-family: FontAwesome;
    color: #FFF;
    text-align: center;
    line-height: 40px;
    border-radius: 3px 0 0 0;
    font-size:35px;
}

.video-news-wrap3 .image-thumb a:after {
    content: "\f01d";
    height: 40px;
    width: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #f44335;
    font-family: FontAwesome;
    color: #FFF;
    text-align: center;
    line-height: 40px;
    border-radius: 3px 0 0 0;
    font-size:35px;
}

.video-news-wrap3.clearfix {
    animation: auto;
    width: 100%;
    float: left;
}
.news-title a{
	 
	line-height:1.6em;
}

.news-title a:hover{
	color: #0E5DAE ;
}

.news-subtitle{
	font-size: 14px;
	color: #999;
	font-weight: 600;
	line-height: 1;
}

.news-post{
	      margin-bottom: 0px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #e9e7e8;
    float: left;
    
    vertical-align: middle;
    width: 100%;
    padding-top: 5px;
}

.news-post:last-child{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: 0;
    /*background: #f6f6f6;*/
    transition: all ease-in-out .7s;
    padding: 10px;
}

.news-post p{
	margin-bottom: 0;
	    padding-left: 0px;
    padding-bottom: 10px;
    text-align:justify;
}

.news-list{
	margin: -8px 0 0;
	padding: 0;
	list-style: none;
}

.news-list li{
	padding: 8px 0 8px 12px;
	border-bottom: 1px solid #F6F6F6;
	line-height: 1.2;
	background: url(img/arrow.gif) no-repeat left 14px;
}

.news-list li:last-child{
	border-bottom: 0;
}

.float-left{
	float: left;
	margin-right: 15px;
}

.float-right{
	float: right;
	margin-left: 15px;
}

.thumb{
	width: 90px;
}

.small-thumb{
	width: 100px;
}

.top-big-thumb1{
	    margin-bottom: 15px;
    width: 350px;
    float: left;
    height: 100%;
    padding: 5px;
}


.white-bg{
 
	padding: 0px;
}
.white-pm{
	background: #FFF;
	padding: 15px;
	    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.nnews-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}

.image-thumb a{
	position: relative;
	overflow: hidden;
	display: block;
}

.image-thumb img{
    width: 100%;
}

.full-width-ads{
	margin-bottom: 15px;
	text-align: center;
	width:100%;
}

.full-width-ads img{
	margin-bottom: 15px;
	text-align: center;
	width:100%;
}

.sidebar-ads{
    margin-bottom: 30px;
}

.sidebar-ads:last-child{
    margin-bottom: 0;
	float:right;
	width:100%;
}

.sidebar-ads .widget{
	margin-bottom: 5px;
}

.sidebar-ads .widget:last-child{
	margin-bottom: 0;
}

.single blockquote{
    background: #F6F6F6;
    padding: 30px;
    position: relative;
    width: 60%;
    float: right;
    margin-left: 40px;
    margin-bottom: 20px;
    border-top: 4px solid #0E5DAE ;
    font-size: 17px;
    color: #888;
}

.single blockquote:before, 
.single blockquote:after {
    content: "";
    position: absolute;
    z-index: -2;
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    bottom: 15px;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    height: 20%;
    left: 10px;
    max-height: 100px;
    max-width: 300px;
    width: 50%;
}

.single blockquote:after {
    -moz-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    left: auto;
    right: 10px;
}

.single blockquote p:last-child{
    margin-bottom: 0;
}

/*============Single Page==============*/
.page-header{
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}

.single .page-header:after,
.page .page-header:after{
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100px;
    height: 4px;
    background: #0E5DAE;
}

h1.page-title{
	font-size: 55px;
	line-height: 1.3em;
	margin-bottom: 0;
	font-weight:600;
	color:#000;
	text-align:left;
}

h2.entry-title{
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 20px;
	line-height:1.6em;
}

h2.entry-title a:hover{
	color: #0E5DAE ;
}

.page-sub-title{
    margin: 10px 0 0;
    padding-bottom:15px;
    text-align:left;
}

.archive .page-header{
    margin-bottom: 0px;
}

.archive .page-header .page-title{ 
    background: #FFF;
    font-size: 35px;
    padding: 12px 20px;
    font-weight: 600;
	color:#0e5dae;
}

.entry-meta{
	font-size: 12px;
    color: #888;
    font-weight: 500;
}

.entry-thumbnail{
	    margin-right: 25px;
    width: 35%;
    border: solid 1px #eee;
    padding: 3px;
}


.share-holder{
    margin-bottom: 15px;
    align-items: center;
}

.author-date{
    width: 40%;
}

.sharethis{
	width: 60%;
}

.sharethis > div{
    float: right;
    height: 80px;
}

/*.single .entry-content,
.page .entry-content{
font-size: 24px;
    margin: 20px 0 15px;
    text-align:justify;
}*/

.single .entry-content,
.page .entry-content p{
font-size: 24px;
    margin: 20px 0 15px;
    text-align:justify;
}

.archive .entry-content{
	margin-bottom: 0;
	font-size:20px;
	text-align:justify;
}

.archive .entry-meta{
	margin-top: 15px;
}

.archive .hentry,
.search .hentry{
	margin-bottom: 30px;
}

.archive .hentry:hover{
    box-shadow: 0 10px 20px rgba(0,0,0,.19), 0 6px 6px rgba(0,0,0,.23);
}

.entry-content p{
	    font-size: 22px;
    margin: 22px 0px 20px 17px;
    text-align: justify;
    line-height: 1.6em;
    font-family: 'Ek Mukta', sans-serif;
}

.content-middle-ads{
	
	    max-width: 285px;
    float: left;
    margin: 10px;
    position: relative;
    padding: 10px;
    background: #f4f4f4;
    height: 100%;
    width:285px;
}

.content-middle-ads .fb_iframe_widget{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.content-middle-ads .fb_iframe_widget iframe{
	width: 100%;
	height: 100%; 
}
span.addthis_inline_share_toolbox_h6rl{
    float:left;
}

#fb-comments{
	margin: 30px 0;
}

#fb-comments h4,
#related-news h4,
.widget-area .widget-title{
	    font-size: 35px;
    margin-bottom: 15px;
    position: relative;
    background: #f4f4f4;
    line-height: 20px;
    font-weight: 600;
    color: #333;
    border-left: solid 3px #0e5dae;
}

#fb-comments h4 span,
#related-news h4 span,
.widget-area .widget-title span{
	padding: 15px;
    display: inline-block;
    background: #f4f4f4;
    position: relative;
    margin-left: 9px;
}

#fb-comments .fb_iframe_widget,
#fb-comments .fb_iframe_widget span,
#fb-comments .fb_iframe_widget span iframe[style] {
  min-width: 100% !important;
  width: 100% !important;
}

.fb-like{
    vertical-align: top;
    margin-left: 10px;
}

.widget-area .widget_sp_image{
	margin-bottom: 5px;
}

#related-news{
	margin-bottom: 30px;
}

.related-news-wrap{
	margin-left: -3%;
}

.related-news-wrap .news-post{
	width: 30.33%;
	margin-left: 3%;
	float: left;
	    -webkit-box-shadow: 0 0 5px #eee;
    box-shadow: 0 0 5px #eee;
    height:auto;
	border-bottom: 0;
}

.related-news-wrap .news-post:nth-child(3n+1){
    clear: both;
}

.related-news-wrap .news-title{
	margin-bottom: 0;
	padding:10px;
}
.news-post.clearfix {
        background: #f6f6f6;
    transition: all ease-in-out .7s;
    padding: 10px;
    padding: 10px;
}

.widget-area ul,
.widget-area ol{
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget-area li{
	padding: 10px 0;
	border-bottom: 1px solid #F0F0F0;
	line-height: 1.6em;
	background: url(img/arrow.gif) no-repeat left 14px;
	padding-left:15px;
	font-size:16px;
	
}

.pagination{
	text-align: center;
	clear: both;
	margin-bottom: 40px;
	font-family: Arial;
}

.pagination .page-numbers{
	    font-size: 16px;
    margin: 0 5px;
    padding: 10px;
    line-height: 1;
    border: 1px solid #0E5DAE;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    background: #0e5dae;
    border-radius: 5px;
    float: left;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current{
	border-bottom: 2px solid #111111;
	color: #FFEB3B;
}

.sidebar-recent-news{
	margin-bottom: 30px;
	padding:0px;
}

.sidebar-recent-news .news-post{
    position: relative;
    width:100%;
    border-bottom:solid 2px #b9b8b8;
}

.sidebar-recent-news .news-count{
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 40px;
    color: #EEE;
    z-index: 8;
}

.sidebar-recent-news .news-title{
    position: relative;
    z-index: 0;
    font-size: 18px;
}

/*=========Home Page Section=========*/

.bisesh-news{
	margin-bottom: 30px;
}

.top-bisesh-news{
	margin-left: -1%;
}

.top-bisesh-news .news-post{
	width: 49%;
	float: left;
	border: 0;
	padding: 0;
	position: relative;
	margin-left: 1%;
	margin-bottom: 0;
}

.top-bisesh-news .news-title-wrap{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	color: #FFF;
	padding: 20px;
    max-width: 80%;
}

.top-bisesh-news .news-title{
	font-size: 32px;
    text-shadow: 2px 2px 3px rgba(0,0,0,.6);
}

.top-bisesh-news .news-title a{
	color: #FFF;
}

.top-bisesh-news .news-subtitle{
	background: #0E5DAE;
	color: #FFF;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 2px;
}

.bottom-bisesh-news{
	    margin-top: 0px;
    margin-left: 0%;
    width: 68%;
    float: left;
    margin-bottom: 20px;
     
    padding-top: 0px;
    padding-bottom:20px;
        background: #f6f6f6;
    transition: all ease-in-out .7s;
    padding: 10px;
}

h4.news-title_ch{
        color: #333;
    line-height: 1.6em;
    font-size: 39px;
    padding-left: 10px;
    margin: 0;
    padding-top: 10px;
    font-weight: 600;
}

.bottom-bisesh-news .news-post{
	width: 100%;
	float: left;
	margin-left: 0%;
	margin-bottom: 0;
	border: 0;
	padding-bottom: 0;
	padding:0px;
	margin-right:solid 1px #eee;
	 
}
.top-news-sidebar1{
	width: 33%;
    float: right;
    text-align: left;
    margin-right: -1%;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}
.top-news-sidebar2{
	width: 19.33333333%;
    float: left;
     margin-left:10px;
    text-align: center;
	padding:0px;
}
.top-news-sidebar3{
	    width: 31.333333%;
    float: right;
    background: #302f2f;
    text-align: left;
    padding: 10px;
}
.top-big-thumb1.image-thumb1{
	width:140px;
	float:left;
	padding-right:10px;
	 
}

/*----kabi raj ---------*/
#top-news{
	margin-bottom: 30px
}

.top-news-right{
	width: 74%;
	float: left;
}

.top-news-sidebar{
	width: 24%;
	float: right;
	padding:0px;
	margin-top:-1%;
	
	 
}

.main-slider{
	width: 64%;
	float: left;
	background:#fff;
}

.main-slider .slider-thumb a{
	position: relative;
	display: block;
}

.main-slider .slider-caption{
	padding: 20px 20px;
    position: relative;
}

.main-slider .slider-caption h4{
     
    margin-bottom: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	line-height:1.5em;
}

h4.news-title_slider{
    font-size: 36px;
     
}

.main-slider .slider-caption .news-subtitle{
	color: #EEE;
	margin-bottom: 15px;
}

.main-slider .owl-nav{
	position: absolute;
	left: 20px;
	top: 20px;
	visibility:hidden;
}

.main-slider .owl-nav .owl-prev,
.main-slider .owl-nav .owl-next{
	height: 38px;
	width: 38px;
	display: inline-block;
	margin-right: 5px;
	color: #FFF;
	font-size: 20px;
	line-height: 38px;
	text-align: center;
	opacity: 0.8;
	background: #0E5DAE;
}

.main-slider .owl-nav .owl-prev{
	border-radius: 20px 0 0 20px;
}
.main-slider .owl-nav .owl-next{
	border-radius: 0 20px 20px 0;
}

.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover{
	opacity: 1;
}

.slider-excerpt {
    animation: auto;
    font-size: 21px;
    text-align: center;
    line-height: 1.6em;
}
.news-post.big-post{
	 
	background:#fff;
}
.recent-news{
	width: 34%;
	float: left;
	margin-left: 2%;
}

.recent-news .news-title{
    font-size: 18px;
}

.recent-news-scroll{
	height: 445px;
	overflow: hidden;
}

.recent-news-scroll .mCSB_outside + .mCSB_scrollTools{
	right: -20px;
}

.recent-news-scroll .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background: #0E5DAE !important
}

.recent-news .news-title{
    margin-bottom: 0;
}


.main-news{
	margin-top: 15px;
    margin-bottom: 15px;
	padding:10px;
	background:#fff;
}

.main-news-top{
	margin-bottom: 20px;
}

.main-news-top .news-post{
	position: relative;
	margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
    font-size: 17px;
}

.main-news-top .main-news-thumb{
	width: 50%;
    float: left;
    margin-right: 3%;
}

.main-news-top .news-title{
    font-size: 30px;
    margin-bottom: 1px;
}

.main-news-bottom{
	margin-left: -3%;
}

.main-news-bottom .news-post{
	width: 30.33%;
	float: left;
	margin-left: 3%;
    border: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.main-news-bottom .news-post.small-news-post{
    margin-bottom: 0;
}

.main-news-bottom .news-post:nth-child(3n+1){
	clear: both;
}

#gallery-news .owl-item .news-post{
	position: relative;
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
    opacity: 0.6;
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
}

#gallery-news .owl-item.active .news-post{
    opacity: 1;
    width:380px;
}

#gallery-news .news-post .news-title{
	margin-bottom: 0;
	text-align:center;
}

#gallery-news .news-post img{
    width: 100%;
}

#gallery-news .owl-carousel .owl-dots{
    position: absolute;
    top: -52px;
    right: 10px;
}

#gallery-news .owl-carousel .owl-dot{
    height: 8px;
    width: 8px;
    background: #0d5cae;
    display: inline-block;
    margin: 0 1px;
}

#gallery-news .owl-carousel .owl-dot.active{
    height: 10px;
}

.popular-news{
    margin-bottom: 30px;
}

.popular-news .news-post{
        position: relative;
    /* background: #fff; */
    padding: 10px;
    width: 100%;
    background: #f6f6f6;
    transition: all ease-in-out .7s;
    padding: 10px;
}

.popular-news .news-count{
    position: absolute;
    right: 10px;
    bottom: 0;
    font-size: 40px;
    color: #EEE;
    z-index: 8;
	
}

.popular-news .news-title{
    position: relative;
    z-index: 9;
    font-size: 18px;
}

#interview-news{
	margin-bottom: 30px;
}

.interview-news-wrap{
    margin-left: -2%;
}

.interview-news-wrap .news-post{
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-left: 2%;
	float: left;
	width: 31.33%;
}

.interview-news-wrap .news-title{
    line-height: 1.4
}

.interview-news-wrap .news-post .image-thumb{
	width: 150px;
}

.primary-section-main{
	width: 70%;
	float: left;
}

.primary-section-sidebar{
	width: 28%;
	float: right;
}

#primary-section{
	margin-bottom: 30px;
}

#slider-news{
	margin-bottom: -5px;
}

#slider-news .news-slide,
#slider-news .slider-news-image a{
	position: relative;
	display: block;
	margin-right:0%;
}

#slider-news .slider-news-image a:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.25);
}

.slider-news-image {
    animation: auto;
    height: 600px;
    width: 100%;
}

.slider-news-image1 {
   animation: auto;
    
    width: 100%;
    margin: 0px;
}

.slider-thumb {
    animation: auto;
    height: 360px;
    background: white;
    width: 100%;
}


.slider-news-image2{
        height: auto;
    margin-bottom: 15px;
    margin-top: 10px;
    
}

#slider-news .news-title-wrap{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	padding: 50px;
	pointer-events: none;
}

#slider-news .news-title{
	    font-size: 32px;
    margin-bottom: 0;
    text-shadow: 1px 1px 2px #111;
    height: 117px;
    margin-bottom: -49px;
}

#slider-news .news-title a{
	color: #FFF;
}

#slider-news .news-subtitle{
	color: #FAFAFA;
}

#slider-news .owl-nav{
	position: absolute;
	right: 11px;
    bottom: 13px;
}


#slider-news .owl-nav .owl-prev,
#slider-news .owl-nav .owl-next{
	display: inline-block;
	background: #0E5DAE;
	color: #FFF;
	height: 40px;
	width: 60px;
	text-align: center;
	line-height: 40px;
	font-size: 22px;
	margin-left: 2px
}

#slider-news .owl-nav .fa{
	line-height: 40px;
}

.primary-row1{
	margin-bottom: 30px;
}

.primary-row1-wrap{
	margin-left: -3%;
}

.primary-row1 .left-col,
.primary-row1 .middle-col,
.primary-row1 .right-col{
	width: 30.33%;
	float: left;
	margin-left: 3%;
}

.primary-row1 .image-thumb.float-left{
	width: 80px;
}


#primary-row2{
	margin-bottom: 30px;
}

.primary-row2-wrap.clearfix {
    animation: unset;
    background: #fff;
}


.primary-row2-col1{
	width: 30%;
    float: left;
    margin-left: 1%;
    background: #fff;
    text-align: center;
}

.primary-row2-col2{
	    width: 38%;
    float: left;
    text-align: center;
    background: #fff;
    padding: 10px;
    margin-left: 1%;
    margin-right: 1%;
}

.primary-row2-col3{
	    width: 28%;
    float: right;
    background: #fff;
    text-align: center;
    margin-right: 1%;
}

.primary-row2-col2 .news-title{
	font-size: 24px;
}

.primary-row2-col1 .news-title,
.primary-row2-col3 .news-title{
	margin-bottom: 0;
    padding-right: 10px;
    padding-left: 10px;
}

.primary-row2-small .image-thumb{
	width: 60px;
}


.primary-row3{
	margin-bottom: 30px;
}

.primary-row3-wrap{
	margin-left: 0%;
	background:#fff;
}

.primary-row3 .news-post{
	    width: 30.3%;
    float: left;
    margin-left: 1%;
    margin-bottom: 30px;
    border: 0;
    text-align: center;
    padding: 0px;
    margin-right: 2%;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: 0;
    background: #f6f6f6;
    transition: all ease-in-out .7s;
    padding: 10px;
}

.primary-row3 .news-post.no-margin{
	margin-bottom: 0;
}

.primary-row3 .news-post:nth-child(3n+1){
	clear: both;
}

.primary-row4 .left-col{
	width: 48.5%;
	float: left;
}

.primary-row4 .left-col .news-title{
    font-size: 24px;
}

.primary-row4 .left-col .news-excerpt{
    font-size: 17px;
}

.primary-row4 .right-col{
	width: 48.5%;
	float: right;
}


#rashifal{
    margin-bottom: 30px;
}

.rashifal .news-title{
    margin-bottom: 0;
    text-align: center;
    display: block;
    padding: 0 0 15px;
}

.rashifal .news-title a{
	color: #0E5DAE;
}

.rashifal .rashifal-detail:focus{
    outline: 0;
}

.rashifal-nav{
    padding: 0;
    position: relative;
	display: none;
}

.rashifal-nav.slick-initialized{
	display: block;
}

.rashifal-nav .rashifal-detail{
    padding: 10px;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.rashifal-nav .rashifal-detail.slick-center{
	background: #F6F6F6;
}

.rashifal-nav .rashifal-detail img{
    width: 40px;
    margin: 0 auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.rashifal-nav .slick-arrow{
    position: absolute;
    top: -39px;
    transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    height: 18px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    cursor: pointer;
}

.rashifal-nav .slick-arrow.prev{
    right: 20px;
}

.rashifal-nav .slick-arrow.next{
    right: 0;
}

.rashifal-content{
	background: #F6F6F6;
    text-align: justify;
    padding: 15px;
    border-top: 0;
	display: none;
}

.rashifal-content.slick-initialized{
	display: block;
}

.rashifal-content .rashifal-detail img{
    margin: 15px auto;
    width: 48%;
}

.rashifal-content .rashifal-detail .rashifal-title{
    text-align: right;
    font-size: 32px;
    margin-top: 15px;
}

.rashifal-news-list{
	margin-bottom: 40px;
}

.rashifal-image-wrap{
	width: 30%;
	float: left;
	margin-right: 30px;
}

.rashifal-image-wrap img{
	border: 1px solid #EEE;
	padding: 30px;
	border-radius: 50%;
}


.sidebar-news{
	margin-bottom: 30px;
}

.sidebar-news .image-thumb.float-left{
	width: 90px;
}

.bichar-news{
	margin-bottom: 30px;
}

.bichar-news .news-author{
	font-weight: bold;
    color: #FFF;
    background: #111111;
    display: inline-block;
    padding: 0px 10px;
    font-size: 12px;
}

.bichar-news .news-post{
	background: #F6F6F6;
    padding: 10px !important;
    margin-bottom: 15px;
    border: 0;
    border-radius: 0px;
    overflow: hidden;
}

.bichar-news .news-post .thumb{
	width: 120px;
	margin: -10px 20px -10px -10px;
}

.bichar-news .news-post .news-subtitle{
	text-align: right;
}


.sidebar-highlight-news{
       margin-bottom: 30px;
    background: #fff;
    padding-bottom: 20px;
    padding-right: 15px;
}

.sidebar-highlight-news .news-post{
            position: relative;
    margin-bottom: 0px;
    border: 0;
    padding-bottom: 0;
    width: 29.2%;
    float: left;
    margin-right: 0%;
    margin-top: 0%;
    float:right;
}

.sidebar-highlight-news .news-post_1{
            position: relative;
    margin-bottom: 0px;
    border: 0;
    padding-bottom: 0;
    width: 32.4%;
    float: left;
    margin-right: 5px;
    margin-top: 1.5%;
    margin-left: 5px;
    margin-left: 3px;
}

.sidebar-highlight-news .news-title{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 61px;
   background:#000;
    background-repeat: repeat-x;
    padding: 20px 15px 15px 25px;
    color : #FFF;
    font-weight: 600;
    margin: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    font-size:16px;
    line-height:1.6em;
}

.sidebar-highlight-news .news-title1{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient(top,transparent 0%,black 100%);
    background-image: linear-gradient(to bottom,transparent 0%,black 100%);
    background-repeat: repeat-x;
    padding: 20px 15px 15px 25px;
    color : #FFF;
    font-weight: 600;
    margin: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    font-size:16px;
    line-height:1.6em;
    font-size:23px;
}

.sidebar-highlight-news .news-title2{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient(top,transparent 0%,black 100%);
    background-image: linear-gradient(to bottom,transparent 0%,black 100%);
    background-repeat: repeat-x;
    padding: 20px 15px 15px 25px;
    color : #FFF;
    font-weight: 600;
    margin: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    font-size:16px;
    line-height:1.6em;
    font-size:18px;
}


.sidebar-highlight-news .news-title span{
    position: absolute;
    background: #0E5DAE ;
    color: #FFF;
    top: 0;
    right: 15px;
    font-size: 14px;
    height: 25px;
    width: 25px;
    font-weight: normal;
    text-align: center;
    line-height: 25px;
    display: block;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}


#focus-news,
#video-news{
	margin-bottom: 0px;
}

div#video-news{
	background: #333;
    text-align: center;
    color: #fff;

}
h4.news-title a{
	 	 
}
.focus-news-wrap{
    background:gold;
}
.focus-news-wrap .news-post{
	float: left;
	margin-left: 0%;
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.ent-big-thumb {
    animation: auto;
    width: 300px;
    margin: 16px;
    height: auto;
}
div#gallery-news {
    animation: auto;
    background: #fff;
    width: 100%;
    display: block;
    position: relative;
    z-index: 0;
    float:left;
    margin-bottom:30px;
}

.section-title_gallery h2{
        background: #f4f8fb!important;
    padding: 20px;
    font-size: 33px;
    font-weight: 600;
    color: #0c5bae;
}

.col-md-4 {
    animation: auto;
    width: 31%;
    float: left;
    margin-right: 14px;
    text-align: center;
    line-height: 1.6em;
      /* background: url(https://www.nepalikoaawaj.com/dh/wp-content/uploads/2019/11/shadow.png) repeat-y top right;*/
}

.footer-about {
    padding-left: 13px;
}

.col-md-4 h6 {
       font-size: 44px;
    text-align: center;
    color: #ffffff57;
    border-bottom: solid 1px #0d5cae;
    font-family: fantasy;
}

.col-md-4 h4 {
   font-size: 20px;
    padding-left: 0px;
    text-align: left;
    color: #fff;
    border-bottom: solid 1px #20456b;
    padding-bottom: 12px;

}

.col-md-4 h3 {
    font-size: 16px;
    color: #f35757;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 18px;
    text-align:left;
}
.col-md-4 p {
       text-align: left;
    font-size: 15px;
    margin-top: 0;
    font-family: sans-serif;
    margin: 0px;
    padding-bottom: 10px;
    color:#eee;
}

.textwidget {
    animation: auto;
     
    color: #fff;
    line-height: 1.6em;
    text-align: left;
}
.contact-box img {
    background: url(../images/shadow.png) repeat-y top right;
    width: 92%;
    opacity: .7;
    border-radius: 11px;
    margin-top:100px;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 2px 5px rgba(0, 0, 0, 0.2);
}


#focus-news .news-title,
#video-news .news-title{
	margin-bottom: 0;
}

 
.video-news-wrap{
	clear: both;
	margin-left: -2%;
}

 
.video-news-wrap .news-post{
	 
	float: left;
	margin-left: 6%;
	border: 0;
	margin-bottom: 0;
	width:90%;
	padding-bottom: 0;
}
.white-bg_video {
    animation: auto;
    background: #302f2f;
    float: left;
    width: 100%;
    text-align: center;
	margin-bottom:30px;
}
.top-big-thumb.image-thumb {
    width: auto;
    float: none;
    padding: 0px;
}
.video-news-wrap .image-thumb a{
	position: relative;
	display: block;
}

.video-news-wrap .image-thumb a:after{
	content: "\f01d";
    height: 60px;
    width: 60px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #f44335;
    font-family: FontAwesome;
    color: #FFF;
    text-align: center;
    line-height: 59px;
    border-radius: 3px 0 0 0;
    font-size: 50px;
    position: absolute;
}

#secondary-news{
	margin-bottom: 30px;	
}

.secondary-news-wrap{
	justify-content: space-between;
	background: #fff;
}
.sn-col.white-bg{
	    background: #fff;
    padding: 10px;
    border: solid 1px #eee;
}
#secondary-news .sn-col{
	width: 32.33%;
}

#secondary-news .sn-col .image-thumb.float-left{
	width: 100px;
}

/*===============Footer==============*/

.site-footer{
	background: #02356d;
	margin-top:5px;
}

.site-footer a{
	color: #eee;
}

.top-footer{
	    
    
    margin:  40px 100px 40px 100px;
    
    border-radius: 13px;
}

.top-footer-wrap{
	margin-left: -3%;
}

.footer-block{
	width: 30.333%;
	margin-left: 3%;
	float: left;
	color: #EEE;
}

.footer-block .widget-title{
	font-size: 22px;
    margin-bottom: 30px;
    position: relative;
    background: #FFF;
    line-height: 14px;
    font-weight: 600;
    color: #FFF;
}

.footer-block .widget-title span{
	padding: 0 20px;
    display: inline-block;
    background: #0E5DAE;
    position: relative;
    margin-left: 15px;
}

.footer-block p{
	margin-bottom: 10px;
}

.footer-block ul,
.footer-block ol{
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-block li{
	padding: 5px 0;
	line-height: 1.1;
}

.footer-block .menu li{
width:50%;
display: inline-block;
margin-left:-4px;
}

.footer-block a:hover{
	color: #EEE ;
}

.site-info{
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    background: #0e529d;
    margin-top: 16px;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 2px 5px rgba(0, 0, 0, 0.2);
    margin:0px;
}

.site-info a{
    color: #F6F6F6;
} 

.site-info .nnews-container{
	padding: 25px 0;
}

.site-links{
    float: left;
}

.site-links ul{
    list-style: none;
    margin: 0;
    padding: 0
}

.site-links ul li{
    display: inline-block;
    margin-right: 15px;
}

.site-credit{
    float: right;
}

.header-social-footer {
    animation: auto;
    padding: 10px;
    margin: 3px;
    font-size: 35px;
     
    float: left;
    text-align: left;
    margin-left: 33px;
}

.header-social-footer i{
       padding: 10px;
    background: #0954a3;
    margin: 7px;
    float: left;
    width: 60px;
    text-align: center;
    width: 60px;
    border-radius: 11px;
}
.contact-box {
    
    background: url(../images/shadow.png) repeat-y top right;
    width: 92%;
}


#go-to-top{
	height: 70px;
	width: 36px;
	background: url(img/top.png) no-repeat center #0E5DAE ;
	position: fixed;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
	display: none;
	font-size: 30px;
	text-align: center;
	line-height: 34px;
	color: #0E5DAE ;
	border-radius: 30px;
}

#go-to-top:hover{
	background-color: #111111;
	border-color: #111111;
}

.toggle-menu{
	display: none;
}

/*Responsive CSS*/

@media screen and (min-width: 1366px)
{
.container {
    max-width: 1300px;
}
}

@media screen and (min-width: 1366px)
{
.nnews-container {
    max-width: 1300px;
}
}


@media screen and (max-width:1200px){
	.nnews-container{
	   width: 768px;
	}
    
    .site-branding{
        float: none;
        text-align: center;
        padding: 0 0 30px;
        width: auto;
    }
    
    .site-header-ads{
        float: none;
        text-align: center;
        padding-top: 0;
    }
    
    .main-navigation{
        padding: 0;
        width: 768px;
    }
    
    .main-navigation .nnews-container{
        position: relative;
    }

	.toggle-menu{
		height: 48px;
		width: 52px;
		cursor: pointer;
		display: block;
	}

	.toggle-menu span{
		height: 3px;
		width: 38px;
		background: #FFF;
		display: block;
		margin: 0 auto;
		border-radius: 2px;
		position: relative;
		top: 23px;
		box-shadow: 0 10px 0 0 #FFF, 0 -10px 0 0 #FFF; 
	}

	.main-navigation ul.nnews-menu{
		position: absolute;
		top: 48px;
		background: #0E5DAE ;
		width: 100%;
		z-index: 9999;
		padding-right: 0;
		border-top: 2px solid #FFF;
		display: none;
        left: 0;
        
	}

	ul.nnews-menu > li{
		float: none;
        border: 0 !important;
	}

	ul.nnews-menu > li > a{
		padding: 8px 25px;
	}

	ul.nnews-menu > li >  a:after{
		display: none;
	}

	.main-navigation ul ul{
		position: static;
		display: block;
		width: auto;
		padding-left: 10px;
	}

	.main-navigation ul ul a{
		border: 0;
		background: none !important
	}

	.top-news-right{
		width: auto;
		float: none;
	}

	.top-news-sidebar{
		display: none;
		
	}

	.interview-news-wrap .news-post .image-thumb{
		width: 100%;
		float: none;
		margin: 0 0 15px;
	}

	.primary-section-main,
	.primary-section-sidebar{
		width: auto;
		float: none;
	}

	.sidebar-highlight-news .news-post{
		width: 50%;
		float: left;
		margin: 0;
	}
    
    .sidebar-highlight-news .news-post img{
    	width: 100%;
    }

    .sidebar-ads{
    	display: none;
    }
	
	#primary,
	#secondary{
		width: auto;
		float: none;
		display: block;
		padding: 0;
		border: 0;
	}

	#primary{
		margin-bottom: 30px;
	}

	.share-holder{
		display: block;
	}

	.author-date{
		margin-bottom: 10px;
	}

	.author-date,
	.sharethis{
		width: auto;
		text-align: center;
	}

	.sharethis > div{
		float: none;
	}
}

@media screen and (max-width:768px){

	.news-post img{
		width: 100%;
	}
	.top_header1 {
    width: 23%;
    float: left;
    margin-top: -4px;
    background:gold;
    visibility:hidden;
    height:0px;
}
.d-lg-block {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 5px #eee;
    box-shadow: 0 5px 5px #eee;
    visibility: hidden;
    margin: 0px;
    padding-top:30px;
height:0px;
}

h1.page-title {
    font-size: 30px;
    line-height: 1.3em;
    margin-bottom: 0;
    font-weight: 600;
    color: #000;
    text-align: left;
}

.bottom-bisesh-news_flash {
    margin-top: 0px;
    margin-left: 0%;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 20px;
    background: #fff;
    transition: all ease-in-out .7s;
    padding: 0px;
}

.top-news-sidebar_flash-right {
    width: 100%;
    float: LEFT;
    text-align: left;
    margin-right: 0%;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    margin-top: -1%;
}

h4.news-title_flash a {
    animation: auto;
    font-size: 30px;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    color: #0d5cae;
    line-height: 1em;
}



.header-info {
    background: #ff0109eb;
    padding: 0px 0;
    margin-bottom: 5px;
    height: 30px;
    float: left;
    text-align: center;
}
#big-news .big-news-header h2 a {
    color: #0E5DAE;
    line-height: 1.4em;
    font-size: 47px;
    font-family: initial;
    font-weight: 600;
}
.full-width-ads {
    margin: 0px;
    text-align: center;
    width: 100%;
}

.bottom-bisesh-news {
    margin-top: 0px;
    margin-left: 0%;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    background: #ffff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.top-news-sidebar1 {
    width: 100%;
    float: right;
    background: #fff;
    text-align: left;
    padding: 10px;
}

.secondary-news-wrap {
    justify-content: space-between;
    background: #fff;
    float: left;
}

.section-title {
    font-size: 35px;
    margin-bottom: 15px;
    position: relative;
    background-color: #f4f8fb!important;
    padding: 10px 1px;
    line-height: 18px;
    font-weight: 600;
    color: #333;
    border-bottom: solid 1px rgba(77,77,77,.2);
    
    width: 100%;
    float: left;
    text-align:left;
    
}

.video-news-wrap.clearfix {
    animation: auto;
    width: 100%;
    float: left;
    margin-top:50px;
}

.top-news-sidebar2 {
    width: 50.333333%;
    float: left;
    margin-left: 10px;
    text-align: center;
    padding: 0px;
}

.top-news-sidebar3 {
    width: 45.333333%;
    float: right;
    background: #302f2f;
    text-align: center;
    padding: 10px;
}


header.big-news-header_second h2 a {
    color: #0E5DAE;
    font-size: 31px;
    line-height: 1.6em;
    float: left;
    font-family: inherit;
}
    
    .nnews-container{
        width: auto;
        padding-left: 5% !important;
        padding-right: 5% !important;
    }

    .main-navigation{
    	width: 100%;
    	padding: 0 0%;
    }

    #big-news .big-news-wrap{
    	padding: 10px;
		
    }
    
    #big-news .big-news-header h2{
        font-size: 36px
    }
    
    #big-news .big-news-header h6{
        font-size: 20px;
    }

    .nepali-date{
    	float: none;
    	text-align: center;
    }

    .header-social-icons{
    	float: none;
    	text-align: center;
    	margin-top: 10px;
    }

    .top-bisesh-news{
    	margin-left: 0;
    }

    .top-bisesh-news .news-post{
    	width: auto;
    	float: none;
    	margin: 0 0 20px;
    }

    .bottom-bisesh-news .news-post{
    	width: 48%;
    	margin-bottom: 20px
    }

    .bottom-bisesh-news .news-post:nth-child(2n+1){
    	clear: both;
    }
    
    .slider-recent{
    	display: block;
    }

    .main-slider{
    	float: none;
    	width: auto;
    	margin-bottom: 30px;
    }

    .recent-news{
    	width: auto;
    	float: none;
    }

    .focus-news-wrap .news-post,
	.video-news-wrap .news-post{
    	width: 48%;
    	margin-bottom: 20px;
    }

    .secondary-news-wrap{
    	display: block;
    }

    #secondary-news .sn-col{
    	width: auto;
    	margin-bottom: 30px;
    }

    .top-footer{
    	margin-left: 5%;
    	margin-right: 5%;
    }

    .top-footer-wrap{
    	margin-left: 0;
    }

    .footer-block{
    	width: auto;
    	float: none;
    	margin-left: 0;
    }

    .site-links,
    .site-credit{
    	float: none;
    }
    

}

.primary-rowp2-col1 {
       animation: auto;
    width: 28%;
    float: left;
    margin-right: 2%;
}
.primary-rowp2-col2{
     animation: auto;
    width: 44%;
    float: left;
}

.primary-rowp2-col3{
    animation: auto;
    width: 24%;
    margin-left:2%;
    float: right;
    
}
.news-post_m_p a{
    color:#fff;
    
}
.news-title_p_mid{
        font-size: 30px;
    font-weight: 600;
    line-height: 1.6em;
    text-align: center;
    transition: all ease-in-out .7s;
    padding: 10px;
    height: 100%;
    background: #262b30;
    margin-top: -43px;
    z-index: 0;
    display: block;
    position: relative;
    color: #fff;
    margin-left: 30px;
    margin-right: 30px;
}

.news-post_pardesh_left {
    
    margin-bottom: 7px;
    border-bottom: solid 2px #eee;
    padding-top: 10px;
    padding-bottom: 10px;
}

.news-post_pardesh_left img {
    background: #eee;
    
    float: left;
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
}
.img_par{
    
}
h4.news-title_pardesh_left{
    text-align: center;
    font-size: 20px;
    background: #fff;
    margin-bottom: 10px;
    line-height: 1.6em;
}

.news-post_m_p {
    animation: auto;
    margin-bottom: 30px;
}

button.w3-bar-item.w3-button {
    border: 1px solid red;
    background: red;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 12px 15px;
    border-radius:0px 8px 0px 8px;

}





@media screen and (max-width:620px){

	.bottom-bisesh-news{
		margin-left: 0;
	}

	.bottom-bisesh-news .news-post{
		width: auto;
		float: none;
		margin: 0 0 20px;
	}

	.main-news-top .news-title{
		font-size: 20px
	}

	.main-news-top .main-news-thumb{
		float: none;
		width: auto;
		margin: 0 0 20px;
	}

	.main-news-bottom{
		margin-left: 0;
	}

	.main-news-bottom .news-post{
		width: auto;
		float: none;
		margin: 0 0 20px;
		border-bottom:solid 1px #eee;
	}

	.main-news-bottom .news-post.small-news-post{
		margin-bottom: 20px;
	}

	.interview-news-wrap,
	.primary-row1-wrap,
	.primary-row3-wrap,
	.focus-news-wrap,
	.video-news-wrap{
		margin-left: 0;
	}

	.interview-news-wrap .news-post,
	.primary-row1 .left-col, 
	.primary-row1 .middle-col, 
	.primary-row1 .right-col,
	.primary-row2-col1,
	.primary-row2-col2,
	.primary-row2-col3,
	.primary-row3-wrap .news-post,
	.primary-row3-wrap .news-post.no-margin,
	.primary-row4 .left-col,
	.primary-row4 .right-col,
	.sidebar-highlight-news .news-post,
	.focus-news-wrap .news-post,
	.video-news-wrap .news-post{
		width: auto;
		float: none;
		margin: 0 0 20px;
	}
}

@media screen and (max-width:580px){
    .sharethis{
    	display: none;
    }

    .related-news-wrap{
    	margin-left: 0;
    }

    .related-news-wrap .news-post{
		width: auto;
		float: none;
		margin: 0 0 20px;
	}

	.entry-thumbnail{
		width: auto;
		float: none;
		margin: 0 0 15px;
	}

	.nepali-date{
		line-height: 1.3;
		padding: 10px 0;
	}
}
 
@media screen and (min-width: 1366px)
{
.container {
    max-width: 1300px;
}
}


@media screen and (min-width:1200px){
	.main-navigation ul.nnews-menu{
		display: block !important;
		width:100%;
		margin-top:-38px;
		margin-left:30px;
	}
}