/*
Theme Name: Namuna | samabesi  
Version: 1.0
Author: kabiraaz
Author URI:www.kabiraaz.com.np
Theme URI:www.kabiraaz.com.np
Description: Namuna News potral Template 2020/21
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, featu#e54b4d-images, sticky-post, threaded-comments, user frendly

*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Karma', serif !important;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
x
body {
	margin: 0;
	font-family: ek mukta,sans-serif;
	background: #e6e6e6;
	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: #292929;
}

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;
	    vertical-align: middle;
    border-style: none;

}

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;
	font-family:ek mukta,sans-serif;
	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: 18px;
}

h5{
	font-size: 22px;
}

h6{
	font-size: 18px;
}

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;
	font-size:12px;
	color:#666;
	border-radius:2px;
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ff0105;
	background: #ff0105;
	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 {

}

a:visited {

}

a:hover,
a:focus,
a:active {
     color:#c10000;
    transition: all ease-in-out .7s;

}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
	 color:#c10000;
    transition: all ease-in-out .7s;
}

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

}

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

}

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

.main-navigation li {
	position: relative;
}

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

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

.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: 18px;
    text-align:left;
}

.main-navigation ul ul a:hover {
   color: #c10000;
    transition: all ease-in-out .7s;

}


.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 rgb(243, 48, 50);
    font-weight: 600;
}

ul.nnews-menu > li > a{
	    color: #fff;
    padding: 0px 11px 0px 11px;
    font-size: 18px;
    position: relative;
    margin: 0px;
    margin-top: 1px;
    font-weight: 600;
    padding-top: 3px;
}

ul.nnews-menu > li > a:hover {
    color: #fff;
    background: #ed1c24;
}


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 #292929;
  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, 'Noto Sans', sans-serif;
  cursor:pointer;
  box-shadow:0 0 10px 0 #292929;
}



/*--------------------------------------------------------------
# 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;

}

.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: 73%;
	float: left;
}

#secondary{
	width: 25%;
	float: right;
	margin-top:20px;
}



/*============Header==========*/
.site-header{
	   margin-bottom: 0px;
    margin-top: 0px;

    display: block;
    position: relative;
    background: #e2e1e1;
    height: 34px;
    padding-top: 3px;
}

.header-info {
    background: #e2e1e1;
    padding: 5px 0;
    margin-bottom: 0px;
    height: 38px;
    border-bottom: dashed 1px #a9a9a9;
}
.top_header1 {
    width: 23%;
    float: right;
    margin-top: 0px;
}

.top_header1 a{
        color: #484848;
    margin: 0px;
    padding: 0px;
    margin-top: 0px;
    font-size: 15px;
    font-family: inherit;
    text-transform: initial;
    padding-right: 14px;
}
.top_header3 {
    width: 65%;
float: left;
padding-left:20px;

}

.sidepanel  {
  width: 0;
  position: fixed;
  z-index: 1;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #c20002;
  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: 1px solid rgba(255,255,255,0.1);
    padding-left:10px;
    margin-right:14px;
}

.page-header {
    padding-top: 20px;
    position: relative;
    padding-bottom: 0px;
}

.share_right {
    animation: auto;
    float: right;

}
.date-time {
    float: left;
    width: 100%;

    padding: 10px;
    padding-bottom: 7px;
    margin-bottom: 11px;
}

.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: 18px;
    cursor: pointer;
    background-color: #c10000;
    color: #fff;
    padding: 10px 15px;
    border: none;
    z-index: 0;
    display: inline-block;
    position: relative;
    float: left;
}

.openbtn:hover {
      background-color: #ef1c21;
    border: solid 1px #f7f4f4;
    color: white;
    font-size: 19px;
    border-radius: 5px;
}
div#head {
           animation: auto;
    color: white;
    font-size: 29px;
    float: left;
    padding-left: 5px;
    padding-top: 5px;
    border: #ef1c21;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
    z-index: 9;
    margin: auto 0;
        border-top: 2px solid #93949929;
    border-bottom: 2px solid var(--secondary--color);


}



#top-header{
           font-size: 15px;
    border-radius: 0px;
    display: inline-block;
}
div#st-3 {
    float:left;
}

.nepali-date{

    float: right;
    border: none;
    color: #000;
    font-size: 16px;
    margin-top: 0px;
    line-height: 1.6em;
    padding: 0px;
    border-radius: 0px;
    text-align: center;
    padding-left: 0%;
    width: 90%;
    vertical-align: baseline;
    margin-left: 0;
    background: transparent;
    text-align: right;
    padding-right: 11px;
    background: transparent;


    display: inline-block;
    position: relative;
}

.fb_iframe_widget {
    display: inline-block;
    position: relative;
    margin-top: -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: #c10000;
}

.main-header{
padding: 0 0 17px 0;
    background: #ee1b22;
}

.site-branding{
	       width: 500px;
    float: left;
    text-align: left;
    padding-top: 0px;
    margin-top: 0px;
}

.site-header-ads{
	float: right;
     padding-top: 0px;
}

.site-header-ads img{
	float: right;
    max-width: 700px;
    padding-top: 10px;
}

.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:#e5e5e5;
border-top: 2px solid #93949929;
    border-bottom: 2px solid var(--secondary--color);
    position: relative;
  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:18px;
	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;
}

.entry-content img{
    width:100%;

}

/* 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: #e2e1e1;
    padding: 4px;

}
 ul.no-trending-links-wrap.d-inline-flex.flex-wrap{
     list-style-type: none;
    margin: 0;
    padding-left: 15px;
	 display:inline-block;
	 position:relative;


}

h3.page-sub-title_flash_inner {
    color: #666;
    animation: auto;
    text-align: center;
    padding-top: 12px;
    font-size: 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: 18px;
    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: #292929;
    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: 0;
    margin-top: -3px;
}

.flex-wrap li a {
        color:#000;
        font-weight:600;
}




#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: 18px;
    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: 400;
}

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

#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: 400;
}

#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: #c10000;
	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: #c10000;
    line-height: 1.4em;
    font-size: 45px;
    font-family: initial;
    font-weight: 400;
    text-align: center;
    padding: 15px;

}

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

div#content {
    animation: auto;
    margin-top: 50px;
    padding-bottom:0px;

}

/*=============General CSS==============*/
.flexbox{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	padding:10px;
}

.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-top: 15px;
}
.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 {
    background: white;

}
.big-news_flash-excerpt.clearfix p{
           margin-bottom: 20px;
    padding-left: 0px;
    padding-bottom: 10px;
    font-size: 20px;
    text-align: center;
    line-height: 1.6em;
    padding-top: 15px;
    font-family: 'Karma', serif !important;
    margin: 24px auto 20px;
    color: #000;
    text-align: center;
    line-height: 150%;
    position: relative;
    padding-bottom: 30px;
    padding: 10px;
}


h4.news-title_flash {
    animation: auto;
   /* font-size: 57px;*/
    text-align: center;
    padding: 10px;

    color: #484848;


    /*font-size: 50px !important;*/

    line-height: 1.4em;
}

h4.news-title_flash a {
        transition: all .3s ease;
        color: #292929;
    text-decoration: none;
    line-height: 150%;
    font-size: 58px;
    font-family: none;
}

h4.news-title_flash a:hover {
        /*font-size: 1.3em !important;*/
    color: #c10000;
    line-height: 150%;

}

.news-post_flash {

    border-bottom: 1px dotted #666;
    float: left;
    vertical-align: middle;
    width: 100%;
    padding-top: 20px;
    margin-bottom: 20px;
}



h4.news-title_video_sub_3 a{
        font-size: 23px;
    text-align: center;
    line-height: 1.6em;
    margin-bottom:5px;
    color: #fff;
        background: #182f3a;


}

h4.news-title_video_sub_3 {
    animation: auto;
    text-align: center;
    font-size: 19px;
    padding: 10px;
    margin-bottom:30px;
}



.section-title{
display: block;
    color: #fff;
    position: relative;
    line-height: 43px;
    font-weight: 600;
    background: #c30004;
    margin: 0;
    font-size: 22px;
    /*border-top: 1px solid #e54b4d;*/
    margin-bottom: 1.1rem;
    border-bottom: 1px solid #e54b4d;
}

.section-title > span :before {
       content: "";
    position: absolute;
    top: 0;
    z-index: 5;
    border-top: 36px solid transparent;
    border-left: 11px solid #e54b4d;
    right: -28px;
    box-shadow: -5px 0 0 #0f4a9e;
}
center {
    background: transparent;
     
    margin-top: 0px;
}

.section-title1{
	font-size: 35px;
    margin-bottom: 37px;
    position: relative;
    /*background-color: #f1f1f1!important;*/
    padding: 29px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    border-bottom: solid 1px rgba(77,77,77,.2);
    align-items: center;
    width: 100%;
    border-bottom: solid 1px #565555;
}
.section-title1 a{
    color:#d21818;
    font-weight:600;
}

.video-2 {

}



.section-title > span{
      padding: 10px 17px 5px 10px;
    display: inline-block;
    color: #fff;
    position: relative;
    line-height: 31px;
    font-weight: 600;
    background: #c30004;
    margin: 0;
    font-size: 30px;
    margin-left: 1px;

}

.section-title a{
    position: absolute;
    right: 0;
    top: 0;
    line-height: 18px;
    font-size: 18px;
    padding: 16px 15px;
    font-weight: 500;
    color: #fff;
    height: 100%;
    font-weight: 600;
}

.section-title a:hover{

   color:#c10000;
   transition: all ease-in-out .7s;
}

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

.news-title{
	font-size: 18px;
    font-weight: 400;

    text-align:left;
    transition: all ease-in-out .7s;
    padding-left: 10px;
    padding-right: 10px;
    height: 100%;
    color:#292929;
        padding-bottom:0px;

}

.big-news-excerpt.clearfix p {
   font-size: 16px;
    text-align: left;
    border-bottom: 1px solid #dee2e6!important;
    padding-bottom: 12px;
}


.news-title-cat-7{
	font-size: 18px;
    font-weight: 400;
    text-align: left;
    transition: all ease-in-out .7s;
    padding-left: 10px;
    padding-right: 10px;
    height: 53px;
    color: #292929;
    padding-bottom: 5px;
    padding-top: 5px;
    list-style: disc;
}

.news-title-cat-7 a{
	font-size: 18px;
    font-weight: 400;
    line-height: 1.6em;
    text-align:left;
    transition: all ease-in-out .7s;
    padding: 0px;
    height: 100%;
    color:#292929;
}
.news-title-cat-7 a:hover{
    color:#c10000;
}

@media only screen and (min-width: 321px) {
h4.news-title_ch-cat-7 a {
    color: #292929;
    font-size: 29px;
    line-height: 1.3em;
    padding: 5px;
    text-align: left;

}


.listing-section .post-bground-img-hover:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(27,28,30,0)),color-stop(90%,rgba(27,28,30,0.8)));
    background: linear-gradient(180deg,rgba(27,28,30,0) 50%,rgba(27,28,30,0.8) 90%);
}



.news-title a{
	font-size: 18px;
    font-weight: 400;
    line-height: 1.6em;
    text-align:left;
    transition: all ease-in-out .7s;
    padding: 0px;
    height: 100%;
    color:#292929;
}

.news-post_vid {

color:#000;
	line-height:1.6em;

}

h4.news-title_video a{
	color:#000;
	line-height:1.6em;

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

}
h4.news-title_video_sub {
    animation: auto;
    text-align: center;
    padding:10px;
}

h4.news-title_video{
   font-size: 35px;
    line-height: 1.6em;
    padding: 10px;
    background: white;
    margin-top: 5px;
    z-index: 99999;
    display: block;
    position: relative;
    margin-right: 0px;
    border-radius: 0px 15px 15px;
}
#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: 58%;
    float: left;
    padding-top: 00px;
    margin: 0px;
}

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

.video-news-wrap2 .image-thumb a:after {

    height: 40px;
    width: 40px;
    position: absolute;
    bottom: 0;
    right: 0;

    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 {

    height: 40px;
    width: 40px;
    position: absolute;
    bottom: 0;
    right: 0;

    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:hover{
	color: #182f3a ;

}

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

h4.news-title_maint {
            font-size: 1.3rem;
    line-height: 1.44;
    font-weight: 700;
    font-family: ek mukta,sans-serif;
}

h4.news-title_maint a {
     font-weight: 600;
     color: #000!important;
    font-weight: 600;
    padding: 5px;
    display: block;

}

.news-title_main {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    transition: all ease-in-out .7s;
    padding-left: 10px;
    padding-right: 10px;
    height: 100%;
    color: #292929;
    padding-bottom: 0px;
    padding: 12px;
}

.news-title_main a{
   font-size: 28px;
    font-weight: 600;
    text-align: left;
    transition: all ease-in-out .7s;
    padding-left: 10px;
    padding-right: 10px;
    height: 100%;
    color: #292929;
    padding-bottom: 0px;
    line-height: 1.6em;
}

h4.news-title_middle {
    animation: auto;
    text-align: center;
    line-height: 1.6em;
    color: #333;
    font-size: 20px;
}

h4.news-title_middle a {
line-height: 1.6em;
    text-align: left;
    transition: all ease-in-out .7s;
    padding: 0px;
    height: 100%;
    color: #292929;
}
.news-post{
	    padding-bottom: 0px;
    border-bottom: 1px solid #eee;
    float: left;
    vertical-align: middle;
    width: 100%;
    padding-top: 20px;
    margin-bottom: 20px;
}

.news-post_flash{
	      margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid #eee;
    float: left;
    vertical-align: middle;
    width: 100%;
    padding-top: 40px;

    margin-bottom: 2px;
}


.news-post:last-child{
        margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: 0;

    transition: all ease-in-out .7s;
    padding: 0px;
    margin-top: 0px;
}

.news-post22{
        margin-bottom: 2% !important;
    padding-bottom: 0 !important;
    border-bottom: 0;

    transition: all ease-in-out .7s;
    padding: 0px;
    margin-top: 0px;

}

.news-post22{
        margin-bottom: 2% !important;
    padding-bottom: 0 !important;
    border-bottom: 0;

    transition: all ease-in-out .7s;
    padding: 0px;
    margin-top: 0px;

}


.news-post p{
	margin-bottom: 0;
	    padding-left: 0px;
    padding-bottom: 10px;
    text-align:justify;
    color:#292929;
    font-size:18px;
}

.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: 10px;
	margin-top:0px;
}

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

.thumb{
	width: 90px;
}

.small-thumb{
	width: 70px;
	height:102px;
}

.top-big-thumb1{
	    margin-bottom: 10px;
    width: 100%;
    float: left;

    padding: 2px;
}



.top-big-thumb-cat-7 img{
	    margin-bottom: 10px;
    height: 485px;
    float: left;
    padding: 2px;
    width: 100%;
    object-fit: cover;
}
.top-big-thumb-cat-7 {
	    margin-bottom: 10px;
    height: 100%;
    float: left;
    width: 100%;
    padding: 2px;
}


.white-bg{

	padding: 0px;
}
.white-pm{
	background: #FFF;
	padding: 15px;
	margin-top:25px;

}

i.fa.fa-user {
    color:#e54b4d;
}

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

.image-thumb a{
	position: relative;
	overflow: hidden;
	display: block;
	font-size:12px
}

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

.image-thumb_vid img{
   width: 100%;
    color: #929191;
      padding: 0px;
    border-radius: 2px;
}


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

.full-width-ads img{
	margin-bottom: 15px;
	margin-top: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 #c10000 ;
    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==============*/

span.addthis_inline_share_toolbox_h6rl {
    animation: auto;
    background: white;
    float: right;
}


.page-header{
        padding-top: 20px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: solid 1px #eee;
}

page-title_ach {
     margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
    padding-left:15px;
}

h1.page-title_ach{
	    font-size: 30px;
    margin-bottom: 15px;
    position: relative;
      line-height: 14px;
    font-weight: 600;
    padding: 5px;
       text-align: left;
    color: #000;
    padding: 15px;
    margin-top: 15px;
}


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

h1.page-title{
	       font-size: 56px;
    line-height: 128%;
    margin-bottom: 0;
    font-weight: 600;
    color: #000;
    text-align: left;
    padding-top: 18px;
    padding-bottom: 10px;
}

h2.entry-title{
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 20px;
	line-height:1.6em;
	text-align:left;
	color:#292929;
}

h2.entry-title a{
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 20px;
	line-height:1.6em;
	text-align:left;
	color:#292929;
}

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

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

.page-sub-title_flash{
   margin: 10px 0 0;
    padding-bottom: 15px;
    text-align: center;
    background: #ef1c21;
    width: 20%;
    color: #fff;
    padding: 10px;
    border-radius: 6px;
	padding: 5px 10px;
    display: inline;
    font-size:15px;
}

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

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

.entry-meta{
font-size: 15px;
    color: #888;
    font-weight: 500;
    margin: auto 0;
    text-align: center;
    margin: 0px;
    margin-bottom: 13px;
}

.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: 19px;
    margin: 20px 0 15px;
    text-align:justify;
    margin-bottom: 20px;
}

.archive .entry-content{
	margin-bottom: 0;
	font-size:1.15em;
	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: 'Karma', serif !important;
    color: #333;
}

.content-middle-ads{

	    max-width: 30%;
    float: left;
    margin: 10px;
    position: relative;
    padding: 10px;
    background: #f4f4f4;
    height: 100%;
    width:30%;
}

.content-middle-ads img {
    height:300px;
}

.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%;
}


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

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

#fb-comments h4 span
.widget-area .widget-title span{
    padding: 6px;
    display: inline-block;
    background: #f1f1f1;
    position: relative;
    margin-left: 3px;
    color: #ef1c21;
    font-size: 25px;
    font-weight: 400;

}


#related-news h4 span {
         font-size: 22px;
    border-top: 1px solid #e54b4d;
    margin-bottom: 1.1rem;
    border-bottom: 1px solid #e54b4d;
    background: #ef1c21;
    color: #fff;
    padding: 5px;
    border-radius: 3px;

}



#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: #fff;
    transition: all ease-in-out .7s;
    padding: 10px;
    text-align:justify;
    padding: 10px;
}

.widget-area ul,
.widget-area ol{
	list-style: none;
	margin: 0;
	padding: 0;
	 padding-left: 25px;
    color: #c10000;
    background:#fff;
}

.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:18px;
	text-align:left;
	    list-style: square;
    padding-left: 2px;
    padding-right:10px;

}
.widget-area li a{
    color:#484848;
}

.widget-area li a:hover {
    color: #c10000;
}

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

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

.pagination .page-numbers:hover,
.pagination .page-numbers.current{
	border-bottom: 2px solid #111111;
    color: #fff;
    background: #e54b4d;

}



.sidebar-recent-news .news-post{
    position: relative;
    width:100%;
    border-bottom: solid 1px #efefef;
    margin-bottom: 12px;
}

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

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

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

.bisesh-news{
	    margin-bottom: 10px;

    height: 100%;
    width: 74%;
    float: left;
    background:#fff;
    margin-top:0px;
}

.bisesh-news_right{
    float:right;
    width:24%;
    margin-top:0px;

}

.bisesh-news-cat-7{
	    margin-bottom: 30px;

    height: 100%;
    width: 49%;
    float: left;
    background:#fff;
    margin-top:0px;
    margin-right:1%;
}

.bisesh-news_right-cat-7{
    float:right;
    width:49%;
    margin-top:0px;
     margin-left:1%;
     background:#fff;

}

i.fa.fa-circle {
    float: left;
    position: relative;
    margin: 12px;
    font-size: 9px;
    width: 11px;
    color: #c10000;
    height:50px;
}





.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: #c10000;
	color: #FFF;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 2px;
}

.bottom-bisesh-news{
	        margin-left: 0%;
    width: 58%;
    float: left;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 20px;
    transition: all ease-in-out .7s;
    padding: 0;
    margin-top: 15px;
    margin-right: 15px;
}

.bottom-bisesh-news-cat-7{
	    margin-top: 0px;
    margin-left: 0%;
    width: 50%;
    float: left;
    margin-bottom: 20px;

    padding-top: 0px;
    padding-bottom:20px;

    transition: all ease-in-out .7s;
    padding: 10px;
}

h4.news-title_ch{
    color: #333;
    line-height: 1.6em;
    font-size: 39px;
    padding: 1.1rem 1.3rem 1.1rem 0;
    margin: 0;
    font-weight: 400;
}
h4.news-title_ch a{
        color: #292929;
    font-size: 49px;
    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: 40%;
    float: right;
    text-align: left;
    margin-right: 0%;
    position: relative;
    padding-right: 1px;
    padding-left: 5px;
    background:#fff;
    padding-top:15px;
    padding-bottom:0px;
}

.top-news-sidebar1-cat-7{
	width: 48%;
    float: right;
    text-align: left;
    margin-right: 0%;
    position: relative;
    padding-right: 1px;
    padding-left: 5px;
    background:#fff;
    padding-bottom:0px;
}

.top-news-sidebar2{
	width: 18.33333333%;
    float: left;
     margin-left:2%;
    text-align: center;
	padding:0px;
}
.top-news-sidebar3{
	       width: 18.333333%;
    float: right;
      text-align: left;
    padding: 0px;
    margin: 0px;
}
.top-big-thumb1.image-thumb1{
	width: 120px;
    float: left;
    padding-right: 10px;
    height: 110px;
    background: transparent;
    padding-top: 7px;

}

h4.news-title a{
        font-weight: 600;
    font-size: 21px;
}

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

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

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


}

.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: 18px;
	line-height: 38px;
	text-align: center;
	opacity: 0.8;
	background: #c10000;
}

.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{

	font-size: 22px;
    text-align: center;
    width: 100%;
    background: transparent;
    display: block;
}

.news-post.big-post a {
        font-size: 25px;
    text-align: center;
    color: #000;
    display: inline-block;
    margin-top: 1px;
    line-height: 1.6em
}

.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: #c10000 !important
}

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


.main-news{
	margin-top: 00px;
    margin-bottom: 15px;
	padding:0px;

}

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

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

.main-news-thumb img {
    width:100%;
}

.cop-news-thumb img {
    width:100%;
     
}

.ach-news-thumb img {
    width:100%;
    height:200px;
}

.cop-news-thumb img a:hover {
    width:100%;
    height:400px;
}

}
.main-news-top .main-news-thumb{
	width: 100%;

    margin-right: 3%;
}

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

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

.main-news-bottom .news-post{
    width: 31.33%;
    float: left;
    margin-right: 2%;
    border: 0;
    padding-bottom: 0;
    height: auto;
    border-right: solid 1px;
    box-shadow: 0 0 7px 0 0 BLACK;
    color: #d5dcea;

    padding: 0px
}

.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: #484848;
    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: 5px;
    margin-bottom: 10px;
}

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

}

.popular-news .news-title{
    font-size: 22px;
   /* line-height: 1.6em;*/
    font-weight: 400;
    color: #105edd;
}

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

.interview-news-wrap{
    margin-left: 0%;
    padding-bottom:15px;
     
}

.interview-news-wrap .news-post{

    padding-bottom: 0;
    margin: 1%;
    float: left;
    width: 31.33%;
    height: 125px;

    border-radius: 12px;
        border-bottom: dot 1px #e2e2e2;
    border-radius: 12px;

}

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

.interview-news-wrap .news-post .image-thumb{
	width: 80px;
}
h4.news-title_cat1 a {
    font-size: 18px;
    line-height: 1.6em;
    font-weight: 600;
    color: #292929;
    text-align:left;
    transition: all ease-in-out .7s;
}

h4.news-title_cat1 a:hover {
    color:#c10000;

}

h4.news-title_cat1  {
    font-size: 18px;
    line-height: 1.6em;
    font-weight: 400;
    color: #292929;
    text-align:left;
}


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

.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-image img {
    width:100%;
}

#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;

    width: 100%;
}

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

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

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


.slider-news-image2{
        height: auto;
    margin-bottom: 1px;
    margin-top: 5px;

}

.slider-news-image2 img{
        height: auto;
    margin-bottom: 1px;
    margin-top: 0px;
    width:100%;

}


#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: #c10000;
	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;
    margin-top: -71px;
}



.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;
    background: gainsboro;
    text-align: center;
    margin: 12px;
    margin-top: -16px;
    z-index: 999;
    display: block;
    position: relative;
    margin-bottom: 30px;
}

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


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

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

.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: #c10000;
}

.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: 18px;
    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:#292929;
    background-repeat: repeat-x;
    padding: 20px 15px 15px 25px;
    color : #FFF;
    font-weight: 400;
    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: 400;
    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: 400;
    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: #c10000 ;
    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;

}
.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{
           font-size: 34px;
    margin-bottom: 30px;
    position: relative;
    padding: 10px 20px;
    line-height: 5px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    width: 100%;
    border-bottom: solid 3px #e54b4d;
    padding-bottom: 28px;
}
.section-title_gallery h2 a {
font-size: 34px;
    margin-bottom: 0;
    line-height: 36px;
    color: #005ea9;
}

.col-md-4 {
     animation: auto;
    width: 30%;
    float: left;
    margin-right: 14px;
    text-align: center;
    line-height: 1.6em;
    margin-right: 1%;
}

.col-md-3 {
   animation: auto;
    width: 23%;
    float: left;
    margin-right: 1%;
    text-align: center;
    line-height: 1.6em;
    /* box-shadow: 0 3px 5px rgba(0,0,0,0.3); */
    transition: all ease-in-out .7s;
    padding: 10px;
    margin-left: 10px;
    margin-bottom: 20px;

}

.col-mdd3-3 {
        animation: auto;
   flex: 0 0 27%;
    max-width: 27%;
    float: left;
    padding: 5px;
    text-align: center;
    line-height: 1.6em;
    background: #ffffff;
    transition: all ease-in-out .7s;

    margin-left: 10px;

}

@media (min-width: 768px){
.col-md3-3 {
    flex: 0 0 24%;
    max-width: 24%;

}
.col-lg-6 {
    animation: auto;
    width: 100%;
    float: left;
}
.primary-rowp2-col2 {
    animation: auto;
    width: 100%;
    float: none;
}
.primary-rowp2-col1 {
    animation: auto;
    width: 100%;
    float: none;
    margin-right: 0;
}

.primary-rowp2-col3 {
    animation: auto;
    width: 100%;
    margin-left: 0;
    float: none;
}




.site-header-ads {
    
    
    padding-top: 0px;
}
	
	.site-header-ads img {
     
    /* width: 100%; */
    padding-top: 20px;
    height: 122px;
    margin-left: 60px;
    margin-top: 5px;
}



.share_right {
   display: table-cell;
    vertical-align: middle;
    padding-left: 20px
}

#myBtn {
    position: fixed;
    bottom: 80px;
    float: right;
    right: 11.5%;
    left: 85.2%;
    display: inherit;
    max-width: 56px;
    width: 100%;
    font-size: 16px;
    border: solid 3px white;
    background-color: #e54b4d;
    padding: .5px;
    border-radius: 4px;
    height: 30px;
    border-radius: 5%;
    width: 30px;
    color: #fff;
}

}

.bg-gray1 {
    background: #e4e4e4;
    padding: 20px;
    position: relative;
    height: 350px;
    border:solid 1px #f3f3f3;
}
.bg-gray1:after {
    content: '';
    position: absolute;
    border-right: 22px solid #FFF;
    border-top: 25px solid #d21818;
    bottom: 0;
    right: 0;
}

.bg-gray1:before {
    content: '';
    position: absolute;
    border-top: 22px solid #bcb9b9;
    border-right: 22px solid transparent;
    bottom: 0;
    right: 0;
}

.col-mdd3:before {
    content: '';
    position: absolute;
    border-top: 22px solid #bcb9b9;
    border-right: 22px solid transparent;
    bottom: 0;
    right: 0;
}


h4.news-title_int {
    margin-top:10px;
        margin-top: 10px;
    font-size: 18px;
}
h4.news-title_int a{
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 600;
    color: #fff;
    transition: all ease-in-out .7s
}
h4.news-title_int a:hover{
    color:#c10000;
    webkit-transition: all ease-in-out .7s;
    transition: all ease-in-out .7s;


}



h4.news-title_interview {
    margin-top:10px;
        margin-top: 10px;
    font-size: 18px;
}
h4.news-title_interview a{
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 600;
    color: #000;
    transition: all ease-in-out .7s
}
h4.news-title_interview a:hover{
    color:#c10000;
    webkit-transition: all ease-in-out .7s;
    transition: all ease-in-out .7s;


}




.image-thumb-interview img {
  /* width: 161.84px;
    height: 161.84px;
    border-radius: 50%;*/
    object-fit: fill;
    border: solid 1px #fff;
    padding:2px;
}

.image-thumb-interview-cat2 img {
   width: 161.84px;
    height: 161.84px;
    border-radius: 50%;
    object-fit: fill;
    border: solid 3px #ef1c21;
}

.image-thumb-interview-cat3 img {
       height: 150px;
    border-radius: 50%;
    animation: fill;
    border: solid 6px #fff;
    width: 150px;

}

/*new footer*/
.footer-container {
    background: #c20002;
    color: #fff;
    padding: 40px 20px;
    text-align: center;
    font-family: 'Arial', sans-serif;
    border-top: 5px solid #ffd700;
    display: inline-block;
    width: 100%;
}

.footer-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.footer-title::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #ffd700;
    margin: 8px auto 0;
}

.footer-text {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 25px;
    color: #fff;
}

.footer-text a {
    color: #ffd700;
    text-decoration: none;
    transition: 0.3s;
}

.footer-text a:hover {
    color: #ffb400;
}

.footer-social-icons {
    margin-bottom: 25px;
}

.social-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 10px;
    background: #ffd700;
    color: #c20002;
    border-radius: 50%;
    transition: 0.3s;
    font-size: 18px;
}

.social-icon:hover {
    background: #ffb400;
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid #444;
    padding-top: 15px;
    font-size: 14px;
    color: #ccc;
}

.footer-bottom a {
    color: #ffd700;
    text-decoration: none;
    transition: 0.3s;
}

.footer-bottom a:hover {
    color: #ffb400;
}


.footer-bottom {
    border-top: 1px solid #444;
    padding: 15px 20px;
    font-size: 14px;
    color: #ccc;
}

.footer-bottom a {
    color: #ffd700;
    text-decoration: none;
    transition: 0.3s;
}

.footer-bottom a:hover {
    color: #ffb400;
}

.footer-bottom-row {
    display: flex;
    justify-content: space-between; /* Push left & right */
    align-items: center;
    flex-wrap: wrap;
}

.footer-left, .footer-right {
    flex: 1 1 50%; /* Take equal width */
}

.footer-left {
    text-align: left;
}

.footer-right {
    text-align: right;
}

/* Responsive: stack and center on mobile */
@media (max-width: 767px) {
    .footer-left, .footer-right {
        flex: 1 1 100%;
        text-align: center;
        margin-bottom: 10px;
    }
}

/*end footer*/

.new_footer {
        animation: auto;
    background: none;
    display: inline-block;
    position: relative;
    background: #d21818;
    width: 100%;

}

.new_footer p {
    color:#fff;
    font-size:12px;
}

 .new_footer .widget h5 {
    background: transparent;
    color: #fff;
    font-weight: 600;
}


.new_footer new_footer {
    color:#292929;
}

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

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

.col-md-4 h4 {
   font-size: 22px;
    padding-left: 0px;
    text-align: left;

    border-bottom: solid 1px #20456b;
    padding-bottom: 12px;

}

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

.textwidget {
    animation: auto;


    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: 0%;
	border: 0;
	margin-bottom: 0;
	width:100%;
	padding-bottom: 0;
	     
}
.white-bg_video {
    animation: auto;
    background: #fff;
    display:inline-block;
    position:relative;
    width: 100%;
    text-align: center;
	padding-bottom:30px;
	padding-top:20px;
}
.top-big-thumb.image-thumb {
    width: auto;
    float: none;
    padding: 0px;
}
.video-news-wrap .image-thumb a{
	position: relative;
	display: block;
	font-size:12px;
}

.video-news-wraps .image-thumb a:after{

   content: "\f04b";
    height: 60px;
    width: 60px;
    position: absolute;
    bottom: 26%;
    right: 89%;
    background: #3F51B5;
    font-family: FontAwesome;
    color: #FFF;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    font-size: 50px;
    position: absolute;
    border: solid 4px #fff;
    font-size: 27px;
    margin: auto 0;
}

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

.video-news-wraps .image-thumb a:after {
   content: "\f04b";
    height: 60px;
    width: 60px;
    position: absolute;
    bottom: 50%;
    right: 50%;
    background: #ef1c21;
    font-family: FontAwesome;
    color: #FFF;
    text-align: center;
    line-height: 54px;
    border-radius: 50%;
    font-size: 50px;
    position: absolute;
    border: solid 4px #fff;
    font-size: 27px;
    margin:auto 0;
}

.video-news-wrap2 .image-thumb a:after {
   content: "\f04b";
    height: 40px;
    width: 40px;
    position: absolute;
    bottom: 8%;
    right: 80%;
    background: #ef1c21;
    font-family: FontAwesome;
    color: #FFF;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    font-size: 50px;
    position: absolute;
    border: solid 2px #fff;
    font-size: 19px;
    margin: auto 0;
}

.video-news-wrap3 .image-thumb a:after {
    content: "\f04b";
    height: 40px;
    width: 40px;
    position: absolute;
    bottom: 8%;
    right: 80%;
    background: #ef1c21;
    font-family: FontAwesome;
    color: #FFF;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    font-size: 50px;
    position: absolute;
    border: solid 2px #fff;
    font-size: 19px;
    margin: auto 0;
}



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

.secondary-news-wrap{
	justify-content: space-between;

	padding:0px;
}
.sn-col.white-bg{
	       background: #fff;
    padding: 10px;
    box-shadow: 0 1px 17px rgba(0,0,0,0.1);
    margin-top: 20px;
     margin-bottom: 20px;

}
#secondary-news .sn-col{
	width: 32.33%;
}

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

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

.site-footer{
	background: #f4f4f4;
	margin-top:0px;
}

.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: 400;
    color: #FFF;
}

.footer-block .widget-title span{
	padding: 0 20px;
    display: inline-block;
    background: #c10000;
    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: #292929;
    font-size: 15px;
    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: auto 0;
    background: #c10000;
    display: inline-block;
    width: 100%;
}

.site-info a{
        color: #fff;
    font-size: 15px;
}
.site-info a:hover{
        color: #c10000;

}

.site-info .nnews-container{
	    padding: 0px;
    color: #c10000;
    font-size: inherit;
    text-transform: none;

}

.site-links{
    float: left;
    padding:5px;
}

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

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

.site-c#e54b4dit{
    float: right;
    padding:10px;
	color:#292929;
}

.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 #c10000 ;
	position: fixed;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
	display: none;
	font-size: 30px;
	text-align: center;
	line-height: 34px;
	color: #c10000 ;
	border-radius: 30px;
}

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

.toggle-menu{
	display: none;
}

/*Responsive CSS*/
@media (min-width: 1200px) {
.container {
    max-width: 1140px;
}

.col-lg-6 {
    animation: auto;
    width: 50%;
    float: left;

}


button.w3-bar-item.w3-button {
        border: 1px solid #e54b4d;
    background: #e54b4d;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 12px;
    z-index: 999;
    position: relative;
    border-radius: 0px 3px 0px 12px;
    margin-right: 4px;

}



.w3-bar.w3-black {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 17px;
    background: #ffffff;
    padding: 8px;
}



 #myBtn {
          position: fixed;
    bottom: 80px;
    float: right;
    right: 8.5%;
    left: 95.2%;
    max-width: 56px;
    width: 100%;
    font-size: 16px;
    border: solid 1px white;
    background-color: #c10000;
    padding: .5px;
    border-radius: 4px;
    height: 50px;
    border-radius: 50%;
    width: 50px;
    color: #fff;

    }



.news-title_p_mid{
         font-size: 40px;
    font-weight: 600;
    line-height: 1.6em;
    text-align: left;
    transition: all ease-in-out .7s;
    padding: 10px;
    /* height: 100%; */
    margin-top: 3px;
    z-index: 0;
    display: block;
    position: relative;
    color: #262b30;
    /* margin-left: 30px; */
    margin-right: 30px;
    background: white;
    width: 83%;
    /* margin: 0; */
    margin-top: -30px;
    padding: 20px 10px 0px 19px;
    margin-right: 10px;
    border-left: solid 6px #e54b4d;
}



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

.primary-rowp2-col3{
    animation: auto;
    width: 24%;
    margin-left:2%;
    float: right;

}




img#image_logo_id {
    animation: auto;
    float: left;
    height: 40px;
    margin-right: 16px;
    border-radius: 4px;
    display: none;
}


.content-middle-ads {
    max-width: 30%;
    float: left;
    margin: 0px;
    position: relative;
    padding: 0px;
    background: #f4f4f4;
    height: 100%;
    width: 30%;
    display: block;
    text-align: center;
    margin-left: 11px;
    margin-bottom: 20px;
    margin-right:15px;
}



.date-time{
        float: left;
    width: 50%;
    background: #fff;
    padding: 9px 15px;
    padding-bottom: 7px;
    margin-bottom: 11px;
}


.col-smk-3 {
       animation: auto;
    width: 26%;
    text-align: left;

    padding-left: 0px;
    float: left;
    margin-left: 1%;
    height: 100%;
}

.full-width-ads_pop img {
    animation: auto;
    width: 33%;
    text-align: center;
}


.col-sms-4 {
        animation: auto;
    width: 25%;
    float: right;
    background: transparent;
    color: #fff;

    padding-left: 18px;

}

.recent_post ul li {
    color:#fff;
}
.nnews-authosr a {
    color: #e64a4d;
}

.col-sms-4.recent_post a {
    animation: auto;
    background: transparent;
    text-align: left;
    color: #fff;
    line-height: 2.6em;
}




.col-sm-3 {
        animation: auto;
    width: 15%;
    text-align: left;
    /*border-left: solid 1px #d5d5d5 !important;*/
    /*border-right: solid 1px #d5d5d5 !important;*/
    padding-left: 20px;
    float: left;
    margin-left: 2%;
}

.menu-footer_menu-container ul li {
    color: #fff;
    /* line-height: 1.6em; */
    list-style: circle;
    padding: 3px;
    font-size: 18px;
}

.menu-footer_menu-container ul li a {
    color: #fff;
    /* line-height: 1.6em; */
    list-style: circle;
    padding: 3px;
    font-size: 18px;
}

.border-left {

}

.col-sm-42 {
    animation: auto;
    width: 30%;
    float: left;
    background: transparent;
    color: #fff;
    border-right: 1px solid rgba(255,255,255,.1);
    padding-left: 25px;
    list-style: none;
}

.col-sm-42 span{
    font-weight:500;


}

}
.rect {
        animation: auto;
    background: #ffffff;
    padding-bottom: initial;
    padding-top: 1px;
    text-align: center;
    width: 100%;
}
.fb-like.fb_iframe_widget.fb_iframe_widget_fluid{
    display:block;
}
div#vuukle-emote {
    animation: auto;
    background: #fff;
    float: left;
    width: 100%;
    margin-top: 86px;
    margin-left: 97px;

}

@media screen and (min-width: 1366px)
{
.nnews-container {
    max-width: 1200px;
    margin:0 auto;
}
/*mobile menu*/
img#image_logo_id {
    animation: auto;
    float: left;
    height: 40px;
    margin-right: 16px;
    border-radius: 4px;
    display: none;
    visibility:hidden;
}

.date-time{
        float: left;
    width: 50%;
    background: #fff;
    padding: 9px 15px;
    padding-bottom: 7px;
    margin-bottom: 11px;
}

.content-middle-ads {
    max-width: 30%;
    float: left;
    margin: 0px;
    position: relative;
    padding: 0px;
    background: #f4f4f4;
    height: 100%;
    width: 30%;
    display: block;
    text-align: center;
    margin-left: 11px;
    margin-bottom: 20px;
    margin-right:15px;
}



.rect {
        animation: auto;
    background: #ffffff;
    padding-bottom: initial;
    padding-top: 35px;
    text-align: center;
    width: 100%;
}
.fb-like.fb_iframe_widget.fb_iframe_widget_fluid{
    display:block;
}
div#vuukle-emote {
    animation: auto;
    background: #fff;
    float: left;
    width: 100%;
    margin-top: 86px;
    margin-left: 16%;
}
}


@media screen and (max-width:1200px){
	.nnews-container{
	   width: 768px;
	}

	/*mobile menu*/
	img#image_logo_id {
    animation: auto;
    float: left;
    height: 40px;
    margin-right: 16px;
    border-radius: 4px;
    display: none;
}



	.content-middle-ads {
    max-width: 30%;
    float: left;
    margin: 0px;
    position: relative;
    padding: 0px;
    background: #f4f4f4;
    height: 100%;
    width: 30%;
    display: block;
    text-align: center;
    margin-left: 11px;
    margin-bottom: 20px;
    margin-right:15px;
}


	.date-time{
        float: left;
    width: 50%;
    background: #fff;
    padding: 9px 15px;
    padding-bottom: 7px;
    margin-bottom: 11px;
}

	.rect {
        animation: auto;
    background: #ffffff;
    padding-bottom: initial;
    padding-top: 1px;
    text-align: center;
    width: 100%;
}
	.fb-like.fb_iframe_widget.fb_iframe_widget_fluid{
    display:block;
}
	div#vuukle-emote {
    animation: auto;
    background: #fff;
    float: left;
    width: 100%;
    margin-top: 86px;
    margin-left: 97px;
}

    .site-branding{
        float: none;
    text-align: center;
    padding: 0 0 30px;
    width: auto;
    z-index: 99999;
    display: block;
    visibility: visible;

    }

    .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: #c10000 ;
		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%;
    height: auto;
	}
	.top_header1 {
    width: 23%;
    float: left;
    margin-top: 0px;
    background:gold;
    visibility:hidden;
    height:0px;
}


button.w3-bar-item.w3-button {
        border: 1px solid #e54b4d;
    background: #e54b4d;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 12px;
    z-index: 999;
    position: relative;
    border-radius: 0px 3px 0px 12px;
    margin-right: 4px;
    margin-bottom:10px;

}



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



.date-time {
    float: left;
    width: 100%;
    background: #fff;
    padding: 9px 15px;
    padding-bottom: 7px;
    margin-bottom: 11px;
}


.col-sms-4 {
    animation: auto;
    width: 100%;
    float: right;
    background: transparent;
    color: #292929;

    padding-left: 18px;
}

.col-smk-3 {
    animation: auto;
    width: 100%;
    text-align: left;
    padding-left: 0px;
    float: left;
    margin-left: 2%;
    height: 100%;
}

.col-sm-3 {
    animation: auto;
    width: 100%;
    text-align: left;

    padding-left: 00px;
    float: left;
    margin: 4%;
}

.widget-title {
    animation: auto;

    text-align: left;
    border-bottom: solid 1px #eee;
    padding-bottom: 10px;
    font-weight:700;
}

.widget-title strong {
    color:#f7cccc;
}

i.fa.fa-user {
    color: #e54b4d;
    padding-right: 5px;
}


.footer_wid {
    padding-top: 0px;
}


.footer_wid ul li{

    color: #fff;
    font-size: 18px;
    padding: 8px;
    list-style: none;
    padding-left: 10px;
    margin-left: 0px;
}

.footer_wid widget-title h5 span {
    padding-top: 30px;
    color: #fff;
    font-weight: 500;
    padding-bottom: 13px;
}
.new_footer .widget span {
    color: #fff;
}
div#content {
        animation: auto;
    margin-top: 10px;
    padding-bottom: 0px;
    background: white;
    display: inline-block;
}

.border-left ul li {
    background: none;
    list-style: square;
    margin: 0;
    padding: 0;
    color: #c10000;
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    line-height: 1.6em;
    color: #666;
    text-align: left;
    font-size: 16px;
    padding-left: 12px;
    margin-left: 15px;
}

.border-left ul {
    background: none;
    list-style: square;
    color: #c10000;
    margin-left: 35px;
}

.rect {
    animation: auto;
    background: #ffffff;
    padding-bottom: 5px;
    padding-top: 21px;
    text-align: center;
    width: 100%;
    margin-top: -22px;
}

.col-mdd3-3 {
    animation: auto;
    flex: 0 0 46%;
    max-width: 100%;
    float: left;
    padding: 5px;
    text-align: center;
    line-height: 1.6em;
    background: #ffffff;
    transition: all ease-in-out .7s;
    margin-left: 0px;
}

.bg-gray1 {
    background: #fff;
    padding: 20px;
    position: relative;
    height: 100%;
    border:solid 1px #eee;
}

.bisesh-news-cat-7 {
    margin-bottom: 30px;
    height: 100%;
    width: 100%;
    float: left;
    background: #fff;
    margin-top: 0px;
    margin-bottom: 1%;
}

.news-title-cat-7 {
    font-size: inherit;
    font-weight: 400;
    text-align: left;
    transition: all ease-in-out .7s;
    padding-left: 5px;
    padding-right: 8px;
    height: auto;
    color: #292929;
    padding-bottom: 5px;
    padding-top: 5px;
    list-style: disc;

}





.top-news-sidebar1-cat-7 {
    width: 99%;
    float: right;
    text-align: left;
    margin-right: 0%;
    position: relative;
    padding-right: 1px;
    padding-left: 5px;
    background: #fff;
    padding-bottom: 0px;
    margin-top: 0%;
}

.news-title-cat-7 a {
    font-size: 21px;
    font-weight: 400;
    line-height: 1.6em;
    text-align: left;
    transition: all ease-in-out .7s;
    padding: 0px;
    height: 100%;
    color: #292929;
    margin: 0px;
}

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

.top-big-thumb-cat-7 img {
    margin-bottom: 10px;
    height: 100%;
    float: left;
    padding: 2px;
}

h4.news-title_ch-cat-7 a {
    color: #292929;
    font-size: 22px;
    line-height: 1.3em;
    background: transparent;
}

/*kabi respoinsive*/

.bisesh-news_right-cat-7 {
    float: right;
    width: 100%;
    margin-top: 3%;
    margin-left: 0%;
    background: #fff;
}
h6.news-title_rel_news a {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6em;
    text-align: left;
    transition: all ease-in-out .7s;
    padding: 0px;
    height: 100%;
    color: #292929;
}

.interview-news-wrap .news-post {
    padding-bottom: 0;
    margin: 1%;
    float: left;
    width: 45.33%;
    height: 360px;
    border-radius: 12px;
    border-bottom: dotted 1px #e2e2e2;
    border-radius: 12px;
}

i.fa.fa-circle {
    float: left;
    position: relative;
    margin: 0px;
    font-size: 7px;
    height: 100%;
    width: 11px;
    color: #aea59c;
    display: block;
    margin: 12px;
    height: 100%;

    height: 23px;
}

.openbtn {
    font-size: 18px;
    cursor: pointer;
    background-color: #ee1d25;
    color: #fff;
    padding: 10px 15px;
    border: none;
    z-index: 0;
    display: inline-block;
    position: relative;
    float: right;
    margin-right: 15px;
}


element.style {
}
div#head {
    animation: auto;
    color: white;
    font-size: 29px;
    float: left;
    padding-left: 14px;
    padding-top: 5px;
    border: #ef1c21;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
    z-index: 9;
    margin: auto 0;
}

.content-middle-ads {
    max-width: 100%;
    float: left;
    margin: 0px;
    position: relative;
    padding: 0px;
    background: #f4f4f4;
    height: 100%;
    width: 100%;
    display: block;
    text-align: center;
    margin-left: 11px;
    margin-bottom: 20px;
    margin-right: 15px;
}


div#vuukle-emote {
    animation: auto;
    background: #fff;
    float: left;
    width: 100%;
    margin-top: 86px;
    margin-left: auto;
}

.d-lg-block {

    -webkit-box-shadow: 0 5px 5px #eee;
    box-shadow: 0 5px 5px #eee;
    visibility: hidden;
    margin: 0px;
    display:none;
    padding-top:30px;
height:0px;
}

.top-big-thumb-flash2 img {
    animation: auto;
    width: 93%;
    height: 100%;
}

h4.news-title_main {
    line-height: 1.6em;
    font-weight: 400;
    text-align: left;
    color: #292929;
    text-align: center;
    margin-top: 12px;

   /* background: linear-gradient(180deg,rgba(27,28,30,0) 50%,rgba(27,28,30,0.8) 90%);*/
   /* height: 122px;*/
    margin-right: 10px;
    text-align: center;

}


h1.page-title {
    font-size: 30px;
    line-height: 1.3em;
    margin-bottom: 0;
    font-weight: 400;
    color: #b93a54;
    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: 20px;
}

h4.news-title_flash a {
         animation: auto;
    font-size: 35px;
    text-align: center;
    padding-top: 3px;
    padding: 10px;
    font-weight: 600;
    color: #000;
    line-height: 1.3em;
    width: 100%;
    margin-top: 15px;
}

.big-news_flash-excerpt.clearfix p {
       margin-bottom: 20px;
    padding-left: 0px;
    padding-bottom: 10px;
    font-size: 17px;
    text-align: center;
    line-height: 1.6em;
    padding-top: 15px;
    font-family: 'Karma', serif !important;
    margin: 24px auto 20px;
    color: #000;
    text-align: center;
    line-height: 150%;
    position: relative;
    padding-bottom: 30px;
    padding: 10px;
}
.bottom-bisesh-news_flash {
    margin-top: 0px;
    margin-left: 0%;
    width: 100%;
    float: left;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background: #fff;
    transition: all ease-in-out .7s;
    padding: 0px;
}
h4.news-title_middle a {
    font-size: 18px;
    line-height: 1.6em;
    font-weight: 600;
    color: #292929;
}

.interview-news-wrap {
    margin-left: 0;
    margin-top: 1px;
}
h4.news-title_sport a {
    animation: auto;
    padding: 5px;
    margin: 0;
    color: #292929;
    font-size: 18px;
}


h4.news-title_flash {
    animation: auto;
    font-size: 35px;
    text-align: center;
    padding-top:3px;
    padding: 10px;
    font-weight: 400;
    color: #484848;
    line-height: 1.3em;
    width:100%;
    margin-top:15px;
}


.bisesh-news {
    margin-bottom: 30px;
    height: 100%;
    width: 100%;
    float: left;
    margin-top:20px;
}

.bisesh-news_right {
    float: right;
    width: 100%;

}

.col-md-3 {
        animation: auto;
    width: 100%;
    float: left;
    margin-right: 14px;
    text-align: center;
    line-height: 1.6em;
    box-shadow: 0 3px 5px rgba(0,0,0,0.3);
    transition: all ease-in-out .7s;
    padding: 10px;
    height: auto;
    margin-left: 10px;

    margin-bottom: 22px;
}
h2.news-title_ent1 a {
    margin-bottom: 0;
    padding: 10px;
    background: #333;
    position: relative;
    /* -webkit-clip-path: polygon(0 0,100% 0,100% 90%,0% 100%); */
    /* clip-path: polygon(0 0,100% 0,100% 90%,0% 100%); */
    height: auto !important;
    text-align: center;
    margin-bottom: 20px;
    font-size: 28px;
    color: #fff;
}

h4.news-title2 {
    margin-bottom: 0;
    padding: 19px;
    background: #333;
    position: relative;

    height: auto !important;
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.6em;
    color: #fff;
}


.section-title_gallery h2 {
    font-size: 23px;
    margin-bottom: 15px;
    position: relative;
    /* background-color: #f1f1f1 !important; */
    padding: 20px 12px;
    line-height: 5px;
    font-weight: 400;
    color: #fff;
    /* border-left: solid 3px #c10000; */
    text-align: left;
    width: 100%;
    float: none;
    text-align: center;
}

.nepali-date {

    float: left;
    border: none;

    color: #fff;
    font-size: 12px;
    margin-top: 0px;
    line-height: 1.6em;
    padding-top: 5px;
    border-radius: 0 0 10px 10px;

}


.slider-news-image {
    animation: auto;
    height: auto;
    width: 100%;
}
.news-post_1 {
    animation: auto;
    width: 100%;
    float: none;
    margin: 0px;
}

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

.image-thumb-interview img {
    width: 100%;
    height: 200px;
    border-radius: 0%;
    object-fit: fill;
    border: solid 5px #fff;
}


.page-sub-title_flash {
    margin: 10px 0 0;
    padding-bottom: 15px;
    text-align: center;
    background: #e54b4d;
    width: 32%;
    color: #fff;
    padding: 10px;
    border-radius: 6px;
    font-size: 18px;
}



.header-info {
    background: #292929;
    padding: 0px 0;
    margin-bottom: 5px;
    height: 30px;
    color:#292929;
    float: none;
    text-align: center;
}

.site-branding img {
    width: 350px;
    float: left;
    text-align: left;
    padding-bottom: 15px;
     padding-top: 15px;
    padding-bottom: 0px;
}
.main-header {
    padding: 0 0 17px 0;
    background: white;
}

.site-header {
    margin-bottom: 0px;
    margin-top: 0px;
    display: block;
    position: relative;
    background: white;
    height: 100%;
    padding-top: 0px;
    text-align: center;
}

.site-header-ads img {
    /* float: right; */
    max-width: 100%;
    padding-top: 10px;
    height: 70px;
    margin: 0 auto;
    width: 100%;
}

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

}

#myBtn {
    position: fixed;
    bottom: 80px;
    float: right;
    right: 8.5%;
    left: 86.2%;
    max-width: 56px;
    width: 100%;
    font-size: 16px;
    border: solid 3px white;
    background-color: #e54b4d;
    padding: .5px;
    border-radius: 4px;
    height: 50px;
    border-radius: 50%;
    width: 50px;
    color: #fff;
}

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

.news-title a {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6em;
    text-align: left;
    transition: all ease-in-out .7s;
    padding: 0px;
    height: 100%;
    color: #000!important;
}

.news-title_middle {

    line-height: 1.6em;

    transition: all ease-in-out .7s;

    height: 100%;
    margin: 10px;
    margin-top: -0px;
    display: block;

    text-align: center;
    padding: 10px;
    background: #fbfafa;
    position: relative;
    height: auto !important;
    text-align: center;
    margin-bottom: 0px;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 500;
}

h4.news-title_cat1 a {
    font-size: 18px;
    line-height: 1.6em;
    font-weight: 400;
    color: #292929;
    text-align: center;
}

h4.news-title_int a {
    font-size: 22px;
    line-height: 1.6em;
    font-weight: 400;
    color: #fff;
}

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

h4.news-title_ch a {
    color: #292929;
    font-size: 27px;
    line-height: 1.3em;
  /*  margin-bottom: 17px;*/
    font-weight: 700;
}
.big-news-excerpt.clearfix p {
        animation: auto;
    font-size: 19px;
    text-align: left
}

h4.news-title_main {
    line-height: 1.6em;
    font-weight: 400;
    text-align: left;
    color: #292929;
    text-align: center;
    margin-top: 12px;
      margin-right: 10px;
    text-align: center;
    width: 93%;

}


#big-news .big-news-header h2 a {
    color: #c10000;
    line-height: 1.4em;
    font-size: 47px;
    font-family: initial;
    font-weight: 400;
}
.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: 0px;
    padding-bottom: 0px;
}


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

.secondary-news-wrap {
    justify-content: space-between;

    float: left;
}

.section-title {
        font-size: 20px;
    margin-bottom: 0px;
    margin-top: 0px;
    position: relative;
    background-color: #c30004 !important;
    padding: 3px 0px;
    line-height: 5px;
    font-weight: 400;
    color: #333;
    border-bottom: solid 1px rgba(77,77,77,.2);
    text-align: left;
    width: 100%;
    float: left;
}

.news-title_p_mid {
        font-size: 40px;
    font-weight: 600;
    line-height: 1.6em;
    text-align: left;
    transition: all ease-in-out .7s;
    padding: 10px;
    height: 100%;
    margin-top: 3px;
    z-index: 0;
    display: inline-block;
    position: relative;
    color: #262b30;
    margin-left: 30px;
    margin-right: 30px;
    background: white;
    width: 100%;
    margin: 0;
    margin-top: 0px;
    padding: 0px;
    margin-right: 10px;
    border-left: solid 6px #e54b4d;
}

.news-post_m_p a {
    color: #262b30;
    display: inline-block;
        padding-left: 20px;
        }

.primary-rowp2-col1 {
    animation: auto;
    width: 100%;
    float: left;
    margin-right: 0;
}

primary-rowp2-col3 {
    animation: auto;
    width: 100%;
    margin-left: 0;
    float: none;
    height: 100%;
}



h4.news-title_middle a {
    font-size: 23px;
    line-height: 1.6em;
    font-weight: 600;
    color: #292929;
}

.news-title_middle {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6em;
    text-align: left;
    transition: all ease-in-out .7s;
    padding: 10px;
    height: 100%;
    margin: 10px;
    margin-top: 0px;
    display: block;
    position: relative;
    text-align: center;
    padding: 10px;
    background: #e6e6e6;
    position: relative;
    height: auto !important;
    text-align: center;
    margin-bottom: 0px;

    margin-bottom: 10px;
}

.home-flash-news2 img {
        width: 100%;
    -webkit-transition: 1.6s -webkit-transform;
    transition: 1.6s -webkit-transform;
    transition: 1.6s transform;
    transition: 1.6s transform,1.6s -webkit-transform
}




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

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

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

h4.news-title_video_sub a {
    color: #000;
    line-height: 1.6em;
    font-size: 18px;
    text-align: center;
    padding: 10px;
}

h4.news-title_video_sub_3 a {
    color: #000;
    line-height: 1.6em;
    font-size: 18px;
    text-align: center;
    padding: 10px;
}


header.big-news-header_second h2 a {
    color: #c10000;
    font-size: 31px;
    line-height: 1.6em;
    float: left;
    font-family: inherit;
}

    .nnews-container{
        width: auto;
        padding-left: 5% !important;
        padding-right: 5% !important;
    }

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


    .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: 18px;
    }

    .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;
    }

    .white-bg_video {
    animation: auto;
    background: #e5e3de;
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: center;
    padding-bottom: 70px;
    padding-top: 0px;

    margin-top: 30px;
}

.video-news-wrap.clearfix {
    animation: auto;

    float: left;
    padding-top: 0px;
    margin: 0px;
}

.section-title1 {
    font-size: 35px;
    margin-bottom: 7px;
    position: relative;
    /* background-color: #f1f1f1!important; */
    padding: 29px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    border-bottom: solid 1px rgba(77,77,77,.2);
    align-items: center;
    width: 100%;
    border-bottom: solid 1px #565555;
}

h4.news-title_video {
    font-size: 25px;
    line-height: 1.6em;

    padding: 10px;
}


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

    .secondary-news-wrap{
    	display: block;
    	margin-bottom:30px;
    	background:#fff;
    }

    #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-c#e54b4dit{
    	float: none;
    }


}


.news-post_m_p a{
    color:#262b30;

}


.news-post_pardesh_left {

    margin-bottom: 7px;
    border-bottom: solid 2px #eee;
    padding-top: 10px;
    padding-bottom: 10px;
    background:#fff;
}

h4.news-title_pardesh_left a {
        text-align: center;
    font-size: 20px;
    margin-bottom: 0px;
    line-height: 1.6em;
    padding: 12px;
    font-weight: 600;
    color: #292929;
    padding-top: 12px;
    position: relative;
    display: inline-block;
}



.news-post_pardesh_left img {
    background: #eee;

    float: left;
    margin: 0px;
    padding: 0px;
    width:100%;
    margin-top: 0px;
}
.img_par{

}
h4.news-title_pardesh_left{
    text-align: center;
    font-size: 18px;
    background: #fff;
    margin-bottom: 10px;
    line-height: 1.6em;
}

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

.new_footer p {
        color: #fff;
    margin: 0px;
    background: transparent;
    margin: 0px;
    padding: 5px;
    line-height: 2.0em;
    text-align:left;
}

.footer_wid {
    padding-top: 0px;
}





@media screen and (max-width:620px){
    div#vuukle-emote {
    animation: auto;
    background: #fff;
    float: left;
    width: 100%;
    margin-top: 86px;
    margin-left: auto;
}
.fb-like.fb_iframe_widget.fb_iframe_widget_fluid{
    display:none;
}
.rect {
    animation: auto;
    background: #ffffff;
    padding-bottom: 5px;
    padding-top: 21px;
    text-align: center;
    width: 100%;
    margin-top: 0px;
	    display: block;
    position: relative;
}

	.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 #fff;
    /*height: 90px;*/
    border-radius: 8px;
   display:inline-block;
   width:100%;
	}

	.small-thumb {
    width: 70px;
    height: 70px;
    display: inline-block;
}


	.main-news-bottom .news-post.small-news-post{
		   margin: 0 0 20px;
    border-bottom: solid 1px #fff;
    border-radius: 8px;
    float: left;
    width: 100%;
	}

	.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{

		margin: 0 7px 22px;
	}
}

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

    }
    .fb-like.fb_iframe_widget.fb_iframe_widget_fluid{
    display:none;
}

    div#vuukle-emote {
    animation: auto;
    background: #fff;
    float: left;
    width: 100%;
    margin-top: 86px;
    margin-left: auto;
}

    .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: 5px 0;
    text-align: center;
    font-weight: 600;
    width:100%;

}



.no-main-footer {
    box-shadow: 0 0 0px #2929296;
    margin: -1rem 0 0rem;
    position: relative;
        box-shadow: 0 0 0px #2929296;
    margin: -1rem 0 0rem;
    position: relative;
    background:#f3f4ff;
    border-top:solid #c10000;
}

.no-main-footer::before,
.no-main-footer::after {
    background-color: #ff1616;
    bottom: -30px;
    content: "";
    display: block;
    height: 30px;
    left: 15px;
    position: absolute;
    width: 50%;
    z-index: -1;
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg)
}

.no-main-footer::after {
    left: auto;
    right: 15px;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg)
}

.no-main-footer .no-footer-logo a {
    display: inline-block;
    margin-top: -80px
}

.no-main-footer .no-footer-address {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    border-radius: 15px;
    margin: 1.5rem auto 3rem;
    padding: 15px 25px
}

.no-main-footer .no-footer-address ul {
    list-style-type: none;
    text-align:center;
}

.no-main-footer .no-footer-address li {
        font-size: 15px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0px;
    padding: 0px;
    list-style:none;
}

.no-main-footer .no-footer-address li span {
    margin-left: 15px
}

.no-main-footer .no-footer-border-btm {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding-bottom: 1rem
}

.no-main-footer .no-footer-content>.col {
    display: none
}

.no-main-footer .no-footer-content>.col:nth-of-type(4),
.no-main-footer .no-footer-content>.col:last-of-type {
    display: block
}

.no-main-footer .no-footer-content>[class*=col] {
    border-right: 1px solid rgba(255, 255, 255, .1);
    padding-left: 25px
}

.no-main-footer .no-footer-content>[class*=col]:first-of-type {
    padding-left: 15px
}

.no-main-footer .no-footer-content>[class*=col]:last-of-type {
    border-right: 0
}

.no-main-footer .no-widget-title {
    color: #292929;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align:left;
}

.no-main-footer .no-footer-links,
.no-main-footer .no-footer-social-links,
.no-main-footer .menu,
.no-main-footer .textwidget ul {
    list-style-type: none
}

.no-main-footer .no-footer-links li,
.no-main-footer .no-footer-social-links li,
.no-main-footer .menu li,
.no-main-footer .textwidget li {
    margin-bottom: 5px;
    text-align:left;
}

.no-main-footer .no-footer-links a,
.no-main-footer .no-footer-social-links a,
.no-main-footer
.no-main-footer .textwidget a,
.no-main-footer .textwidget p {
        color: #333;
    font-size: 18px;
    font-weight: initial;
    margin-bottom: 0;
    line-height: 1.6em;
    padding: 0px;
    text-align: left;
}

.no-main-footer .textwidget h1,
.no-main-footer .textwidget h2,
.no-main-footer .textwidget h3,
.no-main-footer .textwidget h4,
.no-main-footer .textwidget h5,
.no-main-footer .textwidget h6 {
    font-size: 23px
}

.no-main-footer .no-footer-links a:hover,
.no-main-footer .no-footer-social-links a:hover,
.no-main-footer .menu a:hover {
    color: #fff
}

.no-main-footer .no-footer-social-links i {
    border: solid 1px #1462e2;
    color: #fff;
    font-size: 14px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%
}

.no-main-footer .textwidget {
    color: #fff
}

.no-main-footer .no-copyright-section {
    color: rgba(255, 255, 255, .49);
    padding: 5px 0;
    text-align: center;
    float:left;
    width:100%;
}

.no-main-footer .no-copyright-section>.col-md-8 {
    margin-bottom: 10px
}

.no-main-footer .no-copyright-section p,
.no-main-footer .no-copyright-section figure {
    font-size: 14px;
    margin-bottom: 0;
    color:#292929;
}

.no-main-footer .no-powe#e54b4d-by {
    font-size: 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.no-main-footer .no-powe#e54b4d-by a {
    display: inline-block;
    margin-left: 15px
}

.col-sm-4 {
    animation: auto;
    width: 30%;
    float: left;
    background: transparent;
    color: #292929;

    padding-left: 18px;

}
.col-sm-4 img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  padding:20px;
}



li#menu-item-21092 {
    animation: auto;
    text-align: left;
}

li#menu-item-21091 {
    animation: auto;
    text-align: left;
}

 li#menu-item-21090 {
    animation: auto;
    text-align: left;
}

li#menu-item-21089 {
    animation: auto;
    text-align: left;
}


li#menu-item-21088 {
    animation: auto;
    text-align: left;
}

.related-news-wrap .news-title {
    margin-bottom: 0;
    padding: 10px;
    background: #f4f4f4;
    position: relative;
    -webkit-clip-path: polygon(0 0,100% 0,100% 90%,0% 100%);
    clip-path: polygon(0 0,100% 0,100% 90%,0% 100%);
    height: auto !important;
    text-align: center;
    margin-bottom: 20px;
    font-size: 35px;
    margin-bottom: 15px;
    position: relative;
    background: #f1f1f1 !important;
    font-weight: 400;
    padding: 10px 20px;
    text-align: left;
    color: #292929;
}
#related-news h4 {
    font-size: 35px;
    margin-bottom: 15px;
    position: relative;
    background: #f1f1f1 !important;
    font-weight: 400;
    padding: 10px 20px;
    text-align: center;
    color: #fff;
}

.details__content .ok__news--wrap>.three__cols--grid .col {
    margin-bottom: 20px;
}

.post__emo .emowrap .emoji img {
    max-width: 48px;
}

.post__emo .emowrap h2 {
    font-size: 14px;
    margin: 15px 0 0;
    text-transform: uppercase;
    font-weight: 400;
    color: rgba(0,0,0,.68);
}
.post__emo .emowrap .percent {
    width: auto;
    display: inline-block;
    position: absolute;
    top: -10px;
    left: calc(64% - 40px);
    left: -webkit-calc(64% - 40px);
    background-color: #c10000;
    color: #fff;
    border-radius: 34px;
    padding: 0 9px;
    line-height: 26px;
    font-size: 12px;
}

   .post__emo {
    margin-top: 30px;
}

.details__content .ok__news--wrap>.three__cols--grid .col {
    margin-bottom: 20px;
}

.post__emo .emowrap {
    text-align: center;
    position: relative;
    flex: 1 1 auto;
}

.flex-box, .nav__row ul, .tmb_small--wide, .trending__tickr--purecompo, .ok__bises, .generic__post--wrap.ok__thumb--sml--ltr .soft__wrap, .generic__post--wrap.ok__thumb--sml--rtl .soft__wrap, .generic__post--wrap.ok__thumb--tiny--ltr .soft__wrap, .generic__post--wrap.ok__thumb--tiny--rtl .soft__wrap, .generic__post--wrap.ok__thumb--sqr--ltr .soft__wrap, .ok__news--category, h2.cat__title, .side_card .think .post, .ok-listicle-controls-wrap, .list__post, .sport__featu#e54b4d .title, .single-inbetween-stories {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}



   .post__emo .emowrap .emoji {
    display: block;
    font-size: 48px;
    height: 80px;
    width: 80px;
    display: inline-block;
    border-radius: 50%;
    background-color: rgba(0,0,0,.06);
    padding-top: 0px;
    transition: all .3s ease;
    cursor: pointer;
}

.details__content .emo_sectn {
    padding: 30px 0;
    background-color: #f4f8fb;
}

.details__content h4 {
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 40px;
    font-size: 28px;
}

.emo_sectn h4 {
    margin-top: 0;
}
}
.t_left {
        background: #FF9800;
    padding: 0 10px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    float: left;
    color: #000;
    line-height: 24px;
    font-weight: 700;

}

.container.d-flex.flex-wrap.align-items-center {
    animation: auto;

    float: initial;
    width: 100%;
    text-align: left;
    height:81px;
}


figure.mb-0 {
    animation: auto;
    padding-top: 50px;
    margin: 0px;
    border-radius: 34px;
}

figure.mb-0 img {
    animation: auto;
    padding-top: 0px;
    margin: 0px;
    border-radius: 2%;
    border: solid 5px #fff;
    height: 130px;
    width: 130px;

}

.no-main-footer .no-footer-address h3 {
    color: #0a419a;
    font-weight: 400;

}

i.fa.fa-phone.fa-flip-horizontal {
    animation: auto;
    border: solid 1px #1462e2;
    inline-size: 2px;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    padding: 5px;
    margin-bottom:9px;
}

i.fa.fa-envelope {

    margin-right: 5px;
}


i.fa.fa-map-marker.fa-flip-horizontal{
    animation: auto;
    border: solid 1px #1462e2;
    inline-size: 2px;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    padding: 10px;
    margin-bottom:9px
}

i.fa.fa-suitcase
{
    animation: auto;
    border: solid 1px #1462e2;
    inline-size: 2px;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    padding: 5px;
    margin-bottom:0px
}

i.fa.fa-bars {
        -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size:18px;
}

h4.news-title_main{

    line-height: 1.6em;
    font-weight: 400;
    text-align: left;
    color: #105edd;
    text-align: center;
    margin-top: 12px;
    margin-right: 10px;
    text-align: center;
    width:100%;

}

h4.news-title_maina{

    line-height: 1.6em;
    font-weight: 400;
    text-align: left;
    color: #105edd;
    text-align: center;
    margin-top: -121px;
    position: absolute;
    /*background: linear-gradient(180deg,rgba(27,28,30,0) 50%,rgba(27,28,30,0.8) 90%);*/
    height: 122px;
    margin-right: 10px;
    text-align: center;
    width:100%;

}



h4.news-title_main a {
    font-size: 32px;
    line-height: 1.6em;
    font-weight: 600;
    color: #000!important;
    padding:10px;
        transition: all .3s ease;
}

h4.news-title_maina a {
    font-size: 18px;
    line-height: 1.6em;
    font-weight: 600;
    color: #fff;
    padding:10px;
        transition: all .3s ease;
}


h4.news-title_main a:hover {

    color: #c10000;

}

.news-title_middle {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6em;
    text-align: left;
    transition: all ease-in-out .7s;
    padding: 10px;
    height: 100%;

    margin: 10px;
    margin-top: 0px;
    display: block;
    position: relative;
    text-align:center;
        padding: 10px;
      position: relative;
        height: auto !important;
    text-align: center;
    margin-bottom: 0px;
    font-size: 18px;
    margin-bottom:10px;

}

h4.news-title_middle a {
    font-size: 1.0em;
    line-height: 1.6em;
    font-weight: 600;
    color: #292929;
        transition: all ease-in-out .7s;
}
h4.news-title_middle a:hover{
    color:#c10000;
    transition: .7s color;


}

div#slisder-newss {
    animation: auto;

    width: 99%;
    float: left;
}

slidser-news-wrap.owl-carsousel {
    animation: auto;
    background: #e54b4d;
    width: 100%;
}



h4.news-title1 {
    margin-bottom: 0;
    padding: 10px;
    background: #333;
    position: relative;
    -webkit-clip-path: polygon(0 0,100% 0,100% 90%,0% 100%);
    clip-path: polygon(0% 0,100% 0,100% 218%,-13% 66%);
    height: auto !important;
    text-align: center;
    margin-bottom: 10px;
    font-size: 25px;
    line-height:1.6em;
    color:#fff;
}

h4.news-title2{
     margin-bottom: 0;
    padding: 10px;
    background: #fff;
    position: relative;

    height: auto !important;
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
    line-height:1.6em;
    color:#292929;

}

h2.news-title_ent1 {
    margin-bottom: 0;
    padding: 10px;
    background: #333;
    position: relative;
    height: auto !important;
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
    color:#292929;
}

h2.news-title_ent1 a {
    margin-bottom: 0;
    padding: 10px;
    background: #fff;
    position: relative;
    /*-webkit-clip-path: polygon(0 0,100% 0,100% 90%,0% 100%);*/
   /* clip-path: polygon(0 0,100% 0,100% 90%,0% 100%);*/
    height: auto !important;
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    color:#292929;
}



div#gallery-newsss {
    animation: auto;
    float: left;
    background: #f6f6f6;
    margin-bottom: 30px;
    display: block;
    position: relative;
    padding-bottom: 24px;
    margin-top:0px;
}

img#image_logo_id {
    animation: auto;
    float: left;
    height: 40px;
    margin-right: 16px;
    border-radius:4px;
}
 a.tag-cloud-link.tag-link-31.tag-link-position-1 {
     color:#292929;
 }

a.Link-k0uxwb-0.enquRe {
    animation: auto;
    color: #fff;
    background: white;
    display: none;
    visibility: hidden;
}

.johZrJ {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    color: rgb(69, 77, 93);
    display:hide;
}

span.f_space {
    animation: auto;
    float: left;
    margin-left: 38px;
}

.post-thumbnails img {
       animation: auto;
    height: 220px;
    color: #4e4e4e;
    font-size: 12px;
}

.rel_news img{
    animation: auto;
    height: 190px;
     width:100%;
     font-size:12px;
     color:#666;


}

.rel_news {

    animation: auto;
    height: 200px;
    width:100%;
}

    .Header__StyledEmotesHeader-sc-1sli1ka-0 johZrJ {
        background:#e54b4d;
    }

.johZrJ h2 {
    line-height: 1em;
    font-size: 1em;
    display: inline-block;
    color: inherit;
    margin: 0px 5px 0px 0px;
    color:#fff;
}

a.Link-k0uxwb-0.enquRe{
    color:#fff;
}

article.entry.card {
      animation: auto;
    background: #f1f1f1;
    padding: 10px;
    height: 360px;
    margin-bottom: 10px;
    font-family: initial;
    line-height: 1.6em;

}

article.entry.card1 {
      animation: auto;
    background: #f1f1f1;
    padding: 10px;

    margin-bottom: 10px;
    font-family: initial;
    line-height: 1.6em;

}


h2.entry__title {
    animation: auto;
    font-size: 18px;
    padding: 7px;
    text-align: center;
}

.thumb-container.thumb-70 img {
    animation: auto;
    height: 170px;
}

.nnews-author {
    animation: auto;

    float: left;
    margin-bottom: 0px;
    padding-left:10px;
}
.nnews-author a {
    animation: auto;
    color:#c10000;
    float: left;
    margin-bottom: 0px;
    padding-left:10px;
}



.at4-jumboshare .at4-count-container {
    display: table-cell;
    text-align: center;
    /* min-width: 200px; */
    vertical-align: middle;
    border-right: 1px solid #ccc;
    padding-right: 20px;
}

.date-time_flash{
        float: left;
    width: 100%;
    background: #fff;
    padding: 0px 15px;
    padding-bottom: 7px;
    margin-bottom: 11px;
    text-align:center;
}

.share_right {
       display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 15px;
}

img#image_logo_id1 {
    animation: auto;
    float: left;
    height: 30px;
    margin-right: 16px;
    border-radius: 4px;
}



fb_iframe_widget {
    display: inline-block;
    position: relative;
    background: gold;
    width: 39%;
    margin-top: 2px;
}



.home-flash-news2 img {
    animation: auto;
    width: 100%;
    height: 100%;
}


.top-big-thumb-flash2 img {
    animation: auto;
    width: 70%;
    height: 100%;
}





h4.news-title_edu  {
    animation: auto;
    padding: 15px;
    margin: 0;
    color:#292929;
    line-height: 1.4;
}

h4.news-title_edu a {
    animation: auto;
    padding: 15px;
    margin: 0;
    color:#292929;
}


h4.news-title_sport  {
        animation: auto;
    padding: 5px;
    margin: 0;
    color: #292929;
    line-height: 1.6;
    background: #fff;
    margin-top: 4px;
    position: relative;
        border-radius: 10px 10px 0px 0px;
    font-size:20px;
    font-weight:600;
    transition: all ease-in-out .7s;
    text-align:center;

}

h4.news-title_sport a {
    animation: auto;
    padding: 5px;
    margin: 0;
    color:#292929;
}

h4.news-title_sport a:hover{
    color:#c10000;

}

p.cat_date {
    animation: auto;
    text-align: center;
    padding-top: 7px;
}

span.posted-on-nepali {

    font-size: 13px;
    color:#757474;
}

h4.news-title_tor {
    animation: auto;
    padding: 15px;
    margin: 0;
    color:#292929;
    line-height: 1.4;
}

h4.news-title_tor a {
    animation: auto;
    padding: 15px;
    margin: 0;
    color:#292929;
}

.image-sport img{
    width:100%;
    height:220px;
}

h6.news-title_rel_news {
    animation: auto;
    padding: 10px;
    font-weight: 600;
    font-size: 18px;
    color: #292929;
    line-height:1.4em;
    text-align:left;
}

h6.news-title_rel_news a {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.6em;
    text-align: left;
    transition: all ease-in-out .7s;
    padding: 0px;
    height: 100%;
    color: #292929;
}

h6.news-title_rel_news a:hover {
    color:#c10000;
}


 div#vuukle-emote a{
	 color:#fff;

}

.header.Header__StyledEmotesHeader-sc-1sli1ka-0.johZrJ {
    animation: auto;
    background: white;
    font-size: 1px;
}

.post_emo {

 float: right;
 margin-top: -202px;
 text-align: center;
 background: white;
 width:100%;
 display: block;
 position: relative;

}

.post_emo {
    background: #fff;
    width: 100%;
    margin-left: 10%;
    padding: 0px;}

    #vuukle-emote {
        max-width: 600px;
    background: white;
    margin-left: 18%;
}

.Header__StyledEmotesHeader-sc-1sli1ka-0 johZrJ h2 {
    background:#e54b4d;
}

.johZrJ {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    color: #e54b4d;
}

.site-branding img {
         width: 350px;
    float: left;
    text-align: left;
    padding-bottom: 15px;
     padding-top: 15px;
    padding-bottom: 0px;
}

div#popup_box {
         background: #eee;
    width: 100%;
    position: fixed;
    z-index: 99;
    padding-top: 7px;
    padding: 0px;
    text-align:center;
    z-index:9999;
 }

.full-width-ads_pop {
       animation: auto;
    width: 100%;
    text-align: center;
    position: fixed;
    background: #fff;
    margin: 0px;
    padding: 0px;
    height:100%;

}
h1#countDown {
        animation: auto;
    background: #eeeeee;
    float: none;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-family: inherit;
    padding: 4px;
    text-transform: inherit;
    display: inline-block;
    padding: 19px;
}

a#popupBoxClose {
    animation: auto;
    background: #e54b4d;
    color: #fff;
    padding: 9px;
    border-radius: 5px;
}

.full-width-ads_pop img {
    animation: auto;
    width: 33%;


    text-align: center;

}


a.tag-cloud-link.tag-link-29.tag-link-position-1 {
    animation: auto;
    color: #484848;
}

a:hover.tag-cloud-link.tag-link-29.tag-link-position-1 {
    animation: auto;
    color: #c10000;
}

.row.align-items-center.no-copyright-section {
       animation: auto;
    background: no-repeat;

    padding: 10px;
    margin-top: 10px;
    display: inline-block;
    /* background: #e54b4d; */
    width: 100%;
    text-align: center;
}

.zoom {
  padding: 10px;
  background-color: green;
  transition: transform .2s;

  margin: 0 auto;
}

.zoom:hover {
  -ms-transform: scale(0.9); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.5);
}


.inner_head {
    animation: auto;
    background: white;
}



.left_add {


    padding-right: 1%;
}


.border-left ul  {
    background: none;
    list-style: square;
    color:#c10000;


}

.border-left  ul li{
    background: none;
    list-style: square;
    margin: 0;
    padding: 0;
    color: #c10000;
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    line-height: 1.6em;
    color: #e64a4d;
    margin-left: 18px;
    text-align: left;
    font-size:16px;
    line-height:2.0em;
}

.border-left  ul li a{
    color: #fff;
    line-height: 1.6em;
    list-style: circle;
    padding: 5px;

}

social_section {
    animation: auto;
    padding-left: 41px;
    color: transparent;
}

h5.widget-title {
         padding: 7px;
       font-size: 18px;
    list-style: circle;
    text-align: left;
    border-bottom: solid 1px #e64a4d;
}

.textwidget ul li{
    color: #fff;
    font-size: 18px;
    padding: 8px;
    list-style: circle;
    padding-left: 10px;
    margin-left: 12px;

}

 i.fa.fa-globe {
    background: transparent;
    width: 23px;
    height: 23px;
    text-align: center;
    padding: 2px;
    color: #e64a4d;
}

i.fa.fa-envelope{
    background: transparent;
    width: 23px;
    height: 23px;
    text-align: center;
    padding: 2px;
    color: #e64a4d;
}

i.fa.fa-envelope{
    background: transparent;
    width: 23px;
    height: 23px;
    text-align: center;
    padding: 2px;
    color: #e64a4d;
}

i.fa.fa-phone{
    background: transparent;
    width: 23px;
    height: 23px;
    text-align: center;
    padding: 2px;
    color: #e64a4d;
}





.menu-footer_menu-container ul li {
    animation: auto;
    padding: 5px;
    list-style: circle;
    color: #fff;
    margin-left: 8px;
}

.footer_wid {
    padding-top:30px;
}





.footer-social-icons{
    float: left;
}

.footer-social-icons a{
	margin-top: 10px;
    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: 13%;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 1.6em;
    color: #fff;
    display: inline-block;
    margin-top: auto;
    padding: initial;
    border: solid 1px #eee;
    margin-right: 9px;
    vertical-align: middle;
    padding: 9px;
    font-size: 22px;

}


.social_section {
    animation: auto;
    margin-left: 11%;
    margin-top: 4%;
}

.footer-social-icons a:hover{
	transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	background: #FFF;
	color: #c10000;
}
.entry-meta a {
    font-size: 15px;
    color: #888;
    font-weight: 500;
}

img#image_logo_id1_flash {
    animation: auto;
    width: 20px;
}
i.fa.fa-clock-o {
    margin: auto;
    margin-left: 18px;
    color:#e54b4d;
}

.fix_footer {
position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #c9d4d5;
   color: white;
   text-align: center;
   z-index:9;
   margin-bottom:-20px;
   }
   span.close {
        animation: auto;
    background: #e54b4d;
    padding: 8px;
    font-size: 13px;
    float: right;
    position: relative;
    border-radius: 20%;
    margin-bottom: -55px;
    margin-t0: -2px;

}

i.fa.fa-video-camera {
    color:#c10000;
}

/*slider sction */


div#interview-news_bazar {
    animation: auto;
    background: #fff;
    margin-top:30px;
}

div#gallery-new_namophoto {
       animation: auto;
    background: #151313;
    padding-top: 30px;
    margin: auto 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.news-post_cop {
    animation: auto;

    display: block;
    position: relative;
    text-align: left;
    float: left;
    border-bottom: solid 1px #eee;
    background: white;
    width: 100%;
    margin-bottom: 0px;
}

h4.news-title_ch-cat-7 {
    background: #e2e2e2;
    float: left;
    display: block;
    position: relative;
    padding: 13px;
    color: #fff;
}

.home-flash-news2 {
    text-align:center;
}

.art-col>div {
    position: relative;

}

.art-col>div:before {
    content: '';
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;

}

*, *:before, *:after {
    box-sizing: inherit;
}


.art-section .flex-box>div {
    padding: 0 10px;
}


.covid-section .flex-box>div {
    padding: 0 10px;
}

.kabi-col {
    flex: 0 0 25%;
}

.kabi-col>div {
    position: relative;
    height: 488px;
}




.kabi-col>div:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom,transparent,rgba(0,0,0,.88));
}


.kabi-col>div>a {
    height: 100%;
    width: 100%;
    display: block;
}

.kabi-col>div>a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.kabi-col .post__heading {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 24px;
}


.kabi-col .title__small {
    line-height: 25px;
}

.title__small {
    font-size: 18px;
    font-weight: 600;
    color: #0e5dae;
}

.kabi-col .title__small a, .kabi-col .post__date {
    color: #fff;
    line-height:150%;
        transition: all ease-in-out .7s;
}

.kabi-col .title__small a:hover {
    color: #fff;
    color: #c10000;
     font-size:21px;
    line-height:150%;
}

.page_inner {
    animation: auto;
    background: white;
    padding: 25px;
}


.page-header_inner {
    padding-top: 20px;
    position: relative;
    padding-bottom: 10px;
}

h1.page-title_inner {
    font-size: 30px;
    line-height: 128%;
    margin-bottom: 0;
    font-weight: 600;
    color: #b93a54;
    text-align: left;
}

div#content1 {
    animation: auto;
    margin-top: 15px;
    padding-bottom: 0px;
    background: #fff;
}


.ach-col>div {
    position: relative;

}

.ach-col>div:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom,transparent,rgba(0,0,0,.88));
}

*, *:before, *:after {
    box-sizing: inherit;
}


.ach-section .flex-box>div {
    padding: 0 10px;
}


.top-video-thumb.image-thumb img {
    animation: auto;
    height: 185px;
}


.zoom {
  padding: 50px;
  background-color: green;
  transition: transform .7s;
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

.zoom:hover {
  -ms-transform: scale(.5); /* IE 9 */
  -webkit-transform: scale(.5); /* Safari 3-8 */
  transform: scale(1.2);
}



.post-img:hover>img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.post-img>img {
    width: 100%;
    -webkit-transition: 1.6s -webkit-transform;
    transition: 1.6s -webkit-transform;
    transition: 1.6s transform;
    transition: 1.6s transform,1.6s -webkit-transform;
}

/*On Hover Color Change*/
    #myBtn:hover {
        background-color: #ef1c21;
    }


/*zoom*/


.col-lg-12.blog__content.mb-72 {
    animation: auto;
    width: 100%;
    background: white;
    padding: 13px;
    display: inline-block;
    position: relative;
    padding-top: 29px;
}
.pardesh_list {
    padding-right: 4%;

}


.site-credit {
    animation: auto;
    padding-top: 14px;
    float: right;
    color: #fff;
}
.carousel-item{min-height:300px; background:#ccc; }




img#image_logo_id1_flash {
    animation: auto;
    width: 20px;
}


.home-flash-news2 {
    animation: auto;
    text-align: center;
}


.site-footers {
    animation: auto;
    margin: 0px;
    margin-bottom: -20px;
}
.bisesh-news-video {
    margin-bottom: 40px;
}

.containers.d-flex.flex-wrap.align-items-center {
    animation: auto;
    background: transparent;
    display: block;
    margin-top: 14px;
}

.fb-like.head_fb.fb_iframe_widget {
    animation: auto;
    margin-top: -25px;
    float:left;
}



