html {
    font-family: 'Ek Mukta' !important;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    
}

x body {
    margin: 0;
    font-family: mukta, sans-serif;
    background: #fff;
    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 !important;
}

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

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
    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;
}

body,
button,
input,
select,
textarea {
    color: #444;
    font-size: 15px;
    line-height: 1.8;
    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: 24px;
}

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

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    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;
    max-width: 100%;
    vertical-align: middle;
    font-size: 12px;
    color: #666;
    border-radius: 5px;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid #f1f1f1;
    background: #f1f1f1;
    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%;
}

a {}

a:visited {}

a:hover,
a:focus,
a:active {
    color: #c82727;
    transition: .2s color;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
    color: #c82727;
    transition: .2s color;
}

.main-navigation {
    position: relative;
    width: 100%;
    margin: 0 auto;
    border-radius: 0px;
    justify-content: center;
    line-height: 33px;
    transition: all .3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    background: #c82727;
}

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

.main-navigation ul {
    list-style: none;
    padding: 0;
    width: auto;
    float: left;
    transition: all .3s ease;
}

.main-navigation li {
    position: relative;
}

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

.main-navigation ul ul {
    display: none;
    position: absolute;
    right: 0px;
    top: 100%;
    background: #f6f6f6;
    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: #484848;
    padding: 4px 8px;
    border-bottom: 1px solid rgba(49, 149, 253, 0.72);
    font-size: 16px;
    text-align: left;
}

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

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 0rem !important;
}

ul.nnews-menu>li:last-child {
    
    padding: 8px;
    height: 100%;
    margin-left: 0%;
    margin-top: 0px;
}

ul.nnews-menu>li:last-child a {
    color: #fff;
}

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

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

ul.nnews-menu>li>a:hover {
    color: #ffbfc5;
}

ul.nnews-menu>li>a:after {
    content: "";
    height: 5px;
    width: 0;
    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;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

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

#tpopup {
    position: fixed;
    width: 600px;
    height: 600px;
    background: #fff;
    left: 50%;
    top: 30%;
    border-radius: 5px;
    padding: 5px 0;
    margin-left: -320px;
    margin-top: -150px;
    text-align: center;
    box-shadow: 0 0 10px 0 #000;
    z-index: 9;
}

#tclose {
    position: absolute;
    background: black;
    color: white;
    right: -15px;
    top: -15px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 8px;
    font-weight: bold;
    font-family: 'Arial Black', Arial, 'Noto Sans', sans-serif;
    cursor: pointer;
    box-shadow: 0 0 10px 0 #000;
}

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

.widget {
    margin: 15px 0 15px;
}

.widget img {
    width: 100%;
}

.widget select {
    max-width: 100%;
}

.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 {
    
    float: right;
    margin-top: 25px;
}

.site-header {
    margin-bottom: 0px;
    margin-top: 0px;
    background: #eaeaea;
    display: block;
    position: relative;
    background: white;
    padding-top: 15px;
}

.header-info {
    background: #e2e2e2;
    padding: 5px 0;
    margin-bottom: 0px;
    height: 35px;
}

.top_header1 {
    width: 23%;
    float: right;
    margin-top: 0px;
}

.top_header1 a {
    color: #484848;
    margin: 0px;
    font-family: unset;
    padding: 0px;
    margin-top: 0px;
    font-size: 14px;
    font-family: inherit;
    text-transform:uppercase;
    
}

.top_header3 {
    width: 70%;
    float: left;
    padding-left: 20px;
}

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

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

.page-header {
    padding-top: 0px;
    position: relative;
    padding-bottom: 0px;
    margin: 15px 0 20px !important;
    border-bottom:none;
}

.share_right {
    animation: auto;
    float: right;
    width: 40%;
}

.date-time {
    float: left;
    width: 40%;
    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: #004481;
    color: #f1f1f1;
    padding: 10px 15px;
    border: none;
    z-index: 0;
    display: inline-block;
    position: relative;
    float: left;
}

.openbtn:hover {
    background-color: #fb0e0e;
}

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

.nepali-date {
    float: left;
    border: none;
    color: #484848;
    font-weight:600;
    font-size: 14px;
    line-height: 1.6em;
    padding-top: 3px;
    text-transform:uppercase;
}

.fb_iframe_widget {
    display: inline-block;
    position: relative;
    margin-top: -10px;
}

.nepali-date .fa {
    display: none;
}

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

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

.site-branding {
    width: 420px;
    padding-bottom: initial;
    padding-top: 10px;
    text-align: center;
    display: grid;
     
}

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

.site-header-ads img {
    float: right;
    max-width: 860px;
    padding-top: 2px;
    width: 100%;
    margin-top: 4%;
}

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

.sticky {
    position: fixed;
    top: 0;
    z-index: 999;
}

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 30px;
}

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

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

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

.entry-content {
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 1.7em;
    text-align: justify;
    padding: 20px 30px 20px;
}

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

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

.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%;
    margin:0 0 30px;
}

embed,
iframe,
object {
    max-width: 100%;
    vertical-align: middle;
}

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

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

.d-lg-block {
    background-color: #f6f6f6;
}

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

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

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.no-trending-desktop .no-trending-links-wrap a {
    font-size: 16px;
    padding: 15px;
}

.d-lg-block a::before {
    color: #ff1616;
    content: "#";
    margin-right: 3px;
    margin-left: 10px;
}

.no-trending-desktop .no-trending-links-wrap a {
    color: #000;
    display: inline-block;
    font-size: 15px;
    padding: 10px 15px;
}

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

.flex-wrap li {
    font-size: 18px;
    padding: 11px;
}

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

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

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

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

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

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

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

#big-news .nnews-link {
    background: #f1f1f1;
    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: #f1f1f1;
    line-height: 1.4em;
    font-size: 45px;
    font-family: initial;
    font-weight: 600;
    text-align: center;
    padding: 15px;
}

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

.flexbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 10px;
}

.banner_news {
    background-color: #f8f9fa; /* Ultra-light background */
    border: 1px solid #eaeaea; /* Softer, cleaner border */
    margin-bottom: 40px !important;
    border-radius: 6px;        /* Softens the sharp corners */
    overflow: hidden;          /* Keeps elements inside bounded to the radius */
    
    /* Prepares the box for smooth animations */
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), 
                box-shadow 0.3s cubic-bezier(0.25, 1, 0.5, 1), 
                background-color 0.3s ease;
}

/* Hover Animation Effect */
.banner_news:hover {
    background-color: #ffffff; /* Shifts to crisp white on hover */
    transform: translateY(-5px); /* Smoothly lifts the block up by 5px */
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06); /* Adds a premium soft shadow depth */
}

.top-big-thumb-flash2 {
    max-height: 550px;
    height: 550px;
    display: inline-block;
    width: 100%;
}

.top-big-thumb-flash2 img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.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: 23%;
    float: right;
    text-align: left;
    margin-right: 0%;
    position: relative;
    padding-right: 0px;
    padding-left: 0px;
    margin-top: -1%;
}

.big-news_flash-excerpt.clearfix p {
    margin-bottom: 20px;
    padding-left: 0px;
    padding-bottom: 10px;
    font-size: 26px;
    text-align: center;
    line-height: 1.6em;
    padding-top: 15px;
    font-family: 'Ek Mukta' !important;
    margin: 10px auto 10px;
    font-size: 24px;
    color: rgba(0, 0, 0, .6);
    text-align: center;
    line-height: 150%;
    position: relative;
    padding-bottom: 30px;
    padding: 10px;
}

h4.news-title_flash {
    text-align: center;
    color: #484848;
    line-height: 1.6em;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 3%;
    color: rgba(17,17,17,.94);
    font-weight: 600;
    font-family: auto;
}

h4.news-title_flash a {
    transition: all .3s ease;
    color: #333;
    text-decoration: none;
    line-height: 130%;
    font-size: 64px;
}

h4.news-title_flash a:hover {
    color: #c82727;
}

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

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

.section-title {
    font-size: 23px;
    margin-bottom: 15px;
    position: relative;
    background-color: #f6f6f6 !important;
    padding: 10px 0px;
    line-height: 5px;
    font-weight: 600;
    color: #333;
    border-bottom: double 3px #e80017;
    text-align: left;
    width: 100%;
    float: left;
}

.section-title1 {
    font-size: 35px;
    margin-bottom: 37px;
    position: relative;
    padding: 29px;
    line-height: 18px;
    font-weight: 600;
    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: #fff;
}

.video-2 {}



.section-title>span {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 36px;
    color: #c82727;
    padding-bottom: 0px;
    padding-left: 15px;
}
.section-title>span:before{
    content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(130deg,#ff7a18,#af002d 41.07%,#319197 76.05%);
}

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

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

.news_newlist {
    display: flow-root;
    padding-top: 10px;
    border-bottom:solid 1px rgba(0,0,0,.14);
}

.news-title {
    height: 100%;
    text-align: left;
    padding-top: 5px;
}

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

.news-title-cat-7 a {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6em;
    text-align: left;
    transition: all ease-in-out .7s;
    padding: 0px;
    height: 100%;
    color: #000;
    display: -webkit-box;
}

.news-title-cat-7 a:hover {
    color: #c82727;
}

@media only screen and (min-width: 321px) {
    h4.news-title_ch-cat-7 a {
        color: #000;
        font-size: 28px;
        line-height: 1.6em;
        font-weight: 600;
    }
    .dropdown_new_right {
        width: 100%;
    }
    .dropdown_new .dropbtn {
        border: none;
        outline: none;
        color: white;
        padding: 9px 6px;
        background-color: #c82727;
        font: inherit;
        position: relative;
        margin-top: 0px;
        font-size: 18px;
        margin-right: 2px;
        position: relative;
        display: -webkit-box;
    }
}

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

.samachar_news {
    margin-bottom: 10px;
    height: 100%;
    padding: 10px;
}

.news-title a {
    font-size: 20px;
    color: rgba(0, 0, 0, .87);
    font-weight: 600;
    line-height: 1.6em;
    font-weight: 600;
}

h4.news-title_video a {
    color: #fff;
    line-height: 1.6em;
    background: #302e2f;
}

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

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

h4.news-title_video {
    font-size: 35px;
    line-height: 1.6em;
    background: #302e2f;
}

#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;
    float: left;
    margin: 10px;
}

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

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

.video-news-wrap3 .image-thumb a:after {
    content: "\f01d";
    height: 40px;
    width: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
    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: #c72627;
}

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

.news-post a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

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

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

.thumb {
    width: 90px;
}

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

.small-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-popular {
    width: 70px;
    height: 80px;
    display: inline-block;
}

.img-popular img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

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

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

.white-bg {
     margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.white-bg1 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.white-pm {
    background: #FFF;
    padding: 5px;
}

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

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

.full-width-ads img {
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    display: inline-block;
    position: relative;
}


.full-width-ads-side {
    margin-bottom: 5px;
  
}

.full-width-ads-side img {
  width: 100%;
    margin-top: 10px;
}



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

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

.page-header-cat {
    padding-top: 10px;
    position: relative;
    padding-bottom: 0px;
    background: #fff;
}

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;
    background: #f1f1f1 !important;
    line-height: 14px;
    font-weight: 600;
    padding: 5px;
    border-left: solid 3px #f1f1f1;
    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: #f1f1f1;
}

h1.page-title {
    font-size: 50px;
    line-height: 138%;
    margin-bottom: 0;
    font-weight: 600;
    color: #333333;
    text-align: left;
}

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

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

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

.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: red;
    width: 20%;
    color: #fff;
    padding: 10px;
    border-radius: 6px;
}

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

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

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

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

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

.author-date {
    width: 40%;
}

.sharethis {
    width: 60%;
}

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

.single .entry-content,
.page .entry-content p {
    font-size: 19px;
  
    text-align: justify;
   
}

.archive .entry-content {
    margin-bottom: 0;
    font-size: 18px;
    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;
    font-weight: 400;
    line-height: 1.8;
    margin: 0 0 22px 0;
}

.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,
#related-news h4,
.widget-area .widget-title {
    font-size: 35px;
    margin-bottom: 15px;
    position: relative;
    background: #f4f4f4;
    line-height: 20px;
    font-weight: 600;
    color: #333;
    border-left: solid 3px #f1f1f1;
}

#fb-comments h4 span,
#related-news h4 span,
.widget-area .widget-title span {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 36px;
    color: #c82727;
    padding-bottom: 0px;
    padding-left: 15px;
}

#related-news h4 span .section-title span:before {
    content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(130deg,#ff7a18,#af002d 41.07%,#319197 76.05%);
}

#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:nth-child(3n+1) {
    clear: both;
    margin-bottom: 10px;
}

.related-news-wrap .news-title {
    margin-bottom: 0;
    padding: 10px;
}

.news-post.clearfix {
    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: #c82727;
    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: 16px;
    text-align: left;
    list-style: square;
    padding-left: 2px;
    padding-right: 10px;
}

.widget-area li a {
    color: #484848;
    font-size: 20px;
}

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

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

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

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

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

.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: 0px;
    font-size: 18px;
    color: #ffce74;
    z-index: 8;
}

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

.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;
    height: 100%;
    width: 11px;
    color: #c82727;
}

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

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

.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-left: 10px;
    margin: 0;
    padding-top: 10px;
    font-weight: 600;
}

h4.news-title_ch a {
    color: #484848;
    font-size: 49px;
}

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

.color-white a{
    color:#fff !important;
}
.top-news-sidebar1 {
    width: 40%;
    float: right;
    text-align: left;
    margin-right: 0%;
    position: relative;
    padding-right: 1px;
    padding-left: 5px;
    
    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 {
    float: left;
    margin-left: 0px;
    text-align: center;
    padding: 0px;
}

.top-news-sidebar3 {
    float: right;
    background: #302f2f;
    text-align: left;
}

.top-big-thumb1.image-thumb1 {
    width: 140px;
    float: left;
    height: 80px;
    padding-right: 10px;
}

.top-big-thumb1.image-thumb1 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media (min-width: 960px) {
    .left-column .overlay-news {
        height: 556px;
    }
    .left-column .overlay-news {
        height: 556px;
    }
}

@media (min-width: 1024px) {
    .main__news .overlay-news>a {
        height: 100%;
    }
}

.uk-position-relative {
    position: relative !important;
}

.left-column .overlay-news {
    height: 556px;
}

.overlay-news-content {
    position: absolute;
    padding: 25px;
    left: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    padding-bottom: 22px;
    color: #fff;
}

.overlay-news>a::before {
    content: "";
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.58), transparent, transparent);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}

#top-news {
    margin-bottom: 10px
}

.top-news-right {
    width: 74%;
    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: #f1f1f1;
}

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

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

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

.slider-excerpt {
    animation: auto;
    font-size: 21px;
    text-align: center;
    line-height: 1.6em;
}

.news-post.big-post {
    background: #fff;
}

.recent-news {
    width: 34%;
    float: left;
    margin-left: 2%;
}

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

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

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

.recent-news-scroll .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #f1f1f1 !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;
}

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

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

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

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

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

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

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

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

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

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

#gallery-news .owl-carousel .owl-dot {
    height: 8px;
    width: 8px;
    background: #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;
    padding: 10px;
    width: 100%;
    transition: all ease-in-out .7s;
    padding: 5px;
    margin-bottom: 10px;
}

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

.popular-news .news-title {
    font-size: 22px;
    line-height: 1.6em;
    font-weight: 600;
    color: #105edd;
    padding-top: 10px;
}

.section-title_new {
        font-size: 23px;
    margin-bottom: 15px;
    position: relative;
    background-color: #f6f6f6 !important;
    padding: 22px 0px;
    line-height: 5px;
    font-weight: 600;
    color: #333;
    border-bottom: double 3px #e80017;
    text-align: left;
    width: 100%;
    float: left;
    padding-left: 13px;
}

.section-title_new>span:before {
    content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(130deg,#ff7a18,#af002d 41.07%,#319197 76.05%);
}

#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: 100%;
    border-radius: 12px;
    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: 22px;
    line-height: 1.6em;
    font-weight: 600;
    color: #000;
    text-align: left;
}

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

h4.news-title_cat1 {
    font-size: 18px;
    line-height: 1.6em;
    font-weight: 600;
    color: #000;
    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: #f1f1f1;
    color: #FFF;
    height: 40px;
    width: 60px;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
    margin-left: 2px
}

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

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

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

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

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

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

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

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

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

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

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

.primary-row2-col1 .news-title,
.primary-row2-col3 .news-title {
    margin-bottom: 0;
    padding-right: 10px;
    padding-left: 10px;
    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: #f1f1f1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h4.news-title a {
    color: #333;
    line-height: 1.6em;
    text-align: left;
    font-weight: 600;
}

.focus-news-wrap {
    background: gold;
}

.focus-news-wrap .news-post {
    float: left;
    margin-left: 0%;
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.ent-big-thumb {
    animation: auto;
    width: 300px;
    margin: 16px;
    height: auto;
}

div#gallery-news {
    animation: auto;
    background: #fff;
    width: 100%;
    display: block;
    position: relative;
    z-index: 0;
    float: left;
    margin-bottom: 30px;
}

.section-title_gallery h2 {
    background: #f1f1f1 !important;
    padding: 5px;
    font-size: 23px;
    font-weight: 600;
    color: #484848;
    border-left: solid 4px rgb(255, 102, 1);
    text-align: left;
    padding-left: 15px;
}

.bg-gray1 {
    background: #f2f2f2;
    padding: 20px;
    position: relative;
    height: 400px;
}

.bg-gray1:after {
    content: '';
    position: absolute;
    border-right: 22px solid #FFF;
    border-top: 25px solid #FF9800;
    bottom: 0;
    right: 0;
}

.bg-gray1: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: 1.2em;
    line-height: 1.6em;
    font-weight: 600;
    color: #000;
}

h4.news-title_int a:hover {
    color: #c82727;
    webkit-transition: .2s color;
    transition: .2s color;
}

.image-thumb-interview-m img {
    width: 100%;
    height: 130px;
    border-radius: 5%;
    object-fit: fill;
}

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

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

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

.new_footer {
    animation: auto;
    background: none;
    display: inline-block;
    position: relative;
    background: #b91515;
    width: 100%;
    border-top: solid 5px #c82727;
}

.new_footer p {
    color: #fff;
}

.new_footer .widget {}

.new_footer new_footer {
    color: #fff;
}

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

.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: 6%;
    border: 0;
    margin-bottom: 0;
    width: 90%;
    padding-bottom: 0;
    background: #302e2f;
}

.white-bg_video {
    animation: auto;
    background: #302f2f;
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: center;
    padding-bottom: 70px;
    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-wrap .image-thumb a:after {
    content: "\f01d";
    height: 60px;
    width: 60px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #c82727;
    font-family: FontAwesome;
    color: #FFF;
    text-align: center;
    line-height: 59px;
    border-radius: 3px 0 0 0;
    font-size: 50px;
    position: absolute;
}

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

.secondary-news-wrap {
    justify-content: space-between;
    padding: 0px;
}

.sn-col.white-bg {
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}

.ent-stories {
    border-top: 1px dotted #33333363;
    padding: 20px 0;
}

#secondary-news .sn-col {
    padding: 30px 30px
}

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

.site-footer {
    margin-top: 0px;
    background: #c82727 !important;
    padding: 10px;
    display:inline-block;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    padding: 10px;
    display: inline-grid;
    margin: 5px;
    border: solid 1px #eee;
    border-radius: 10px;
}
.site-footer a {
    color: #eee;
}
.site-footer a:hover {
    color:yellow;
}

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

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

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

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

.footer-block .widget-title span {
    padding: 0 20px;
    display: inline-block;
    background: #f1f1f1;
    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: #fff;
    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: 0px;
    background: #ca0000;
}

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

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

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

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

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

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

.site-credit {
    float: right;
    padding: 10px;
}

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

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

.toggle-menu {
    display: none;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
    .col-smk-3 {
        animation: auto;
        width: 23%;
        text-align: left;
        padding-left: 0px;
        float: left;
        margin-left: 2%;
        height: 100%;
    }
    .dropdown_new .dropbtn {
        border: none;
        outline: none;
        color: white;
        padding: 9px 6px;
        background-color: #c82727;
        font: inherit;
        position: relative;
        font-size: 18px;
        margin-right: 2px;
        position: relative;
        display: -webkit-box;
        margin-top: -7px;
    }
    .col-sms-4 {
        animation: auto;
        width: 25%;
        float: right;
        background: transparent;
        color: #000;
        border-left: solid 1px #d5d5d5;
        padding-left: 18px;
    }
    .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%;
    }
    .border-left {}
    .col-sm-42 {
        animation: auto;
        width: 32%;
        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: 1300px;
        margin: 0 auto;
    }
    .dropdown_new .dropbtn {
        border: none;
        outline: none;
        color: white;
        padding: 9px 6px;
        background-color: #c82727;
        font: inherit;
        position: relative;
        margin-top: -7px;
        font-size: 18px;
        margin-right: 2px;
        position: relative;
        display: -webkit-box;
    }
    .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;
    }
    .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;
    }
    .dropdown_new .dropbtn {
        border: none;
        outline: none;
        color: white;
        padding: 9px 9px;
        background-color: #c82727;
        font: inherit;
        position: relative;
        margin-top: 0px;
        font-size: 18px;
        margin-right: 2px;
        position: relative;
        display: -webkit-box;
    }
    div#vuukle-emote {
        animation: auto;
        background: #fff;
        float: left;
        width: 100%;
        margin-top: 86px;
        margin-left: 97px;
    }
    .site-branding {
        float: none;
        text-align: center;
        
        width: auto;
        z-index: 99999;
        display: block;
        visibility: visible;
    }
    .site-header-ads {
        float: none;
        text-align: center;
        padding-top: 0;
        display:none;
    }
    .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;
        background: #f1f1f1;
        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 8px;
    }
    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) {
    .dropdown_new_right {
        width: 100% !important;
        float: none !important;
    }
    .dropdown_new {
        padding: 0px;
    }
    .news-post img {
        width: 100%;
    }
    .top_header1 {
        width: 23%;
        float: left;
        margin-top: 0px;
        background: gold;
        visibility: hidden;
        height: 0px;
    }
    .entry-content {
        display:block;
        padding: 20px 0px 20px !important;
    }
    
    .sangraha-section-title_video h2 {

    margin-bottom:10% !important;
}

.sangraha-section-title h2
{

    margin-bottom:10% !important;
}

    .hentry {
    margin: 0 0 2px;
}
    .col-sms-4 {
        animation: auto;
        width: 100%;
        float: right;
        background: transparent;
        color: #000;
        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%;
    }
    h5.widget-title {
        animation: auto;
    color: #f8f9fa;
    font-size: 24px;
    padding-bottom: 11px;
    font-stretch: condensed;
    text-align: center;
    }
    .footer_wid {
        padding-top: 0px;
    }
    .border-left ul li {
        background: none;
        list-style: square;
        margin: 0;
        padding: 0;
        color: #c82727;
        margin: 0px;
        padding: 0px;
        font-size: 19px;
        line-height: 1.6em;
        color: #666;
        padding-left: 10px;
    }
    .border-left ul {
        background: none;
        list-style: square;
        color: #c82727;
        margin-left: 35px;
    }
    .rect {
        animation: auto;
        background: #ffffff;
        padding-bottom: 5px;
        padding-top: 21px;
        text-align: center;
        width: 100%;
        margin-top: -22px;
    }
    .bg-gray1 {
        background: #f2f2f2;
        padding: 20px;
        position: relative;
        height: 100%;
    }
    .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: 600;
        text-align: left;
        transition: all ease-in-out .7s;
        padding-left: 5px;
        padding-right: 8px;
        height: auto;
        color: #000;
        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: 18px;
        font-weight: 600;
        line-height: 1.6em;
        text-align: left;
        transition: all ease-in-out .7s;
        padding: 0px;
        height: 100%;
        color: #000;
        line-height: normal;
        background: white;
        width: 80%;
        display: inline-flex;
        position: relative;
        margin-top: 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: #000;
        font-size: 22px;
        line-height: 1.3em;
        background: transparent;
    }
    .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: 20px;
        font-weight: 600;
        line-height: 1.6em;
        text-align: left;
        transition: all ease-in-out .7s;
        padding: 0px;
        height: 100%;
        color: #000;
    }
    .interview-news-wrap .news-post {
        padding-bottom: 0;
        margin: 1%;
        float: left;
        width: 48.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: #ab1314;
        color: #fff !important;
        padding: 15px 15px;
        border: none;
        z-index: 0;
        display: inline-block;
        position: relative;
        float: right;
        margin-right: 20px;
    }
    div#vuukle-emote {
        animation: auto;
        background: #fff;
        float: left;
        width: 100%;
        margin-top: 86px;
        margin-left: auto;
    }
    .d-lg-block {
        background-color: #fff;
        -webkit-box-shadow: 0 5px 5px #eee;
        box-shadow: 0 5px 5px #eee;
        visibility: hidden;
        margin: 0px;
        padding-top: 30px;
        height: 0px;
    }
    h4.news-title_main {
        line-height: 1.6em;
        font-weight: 600;
        text-align: left;
        color: #105edd;
        text-align: center;
        margin-top: 2px;
        position: relative;
        height: 122px;
        margin-right: 10px;
        text-align: left;
    }
    h1.page-title {
        font-size: 40px;
        line-height: 1.3em;
        margin-bottom: 0;
        font-weight: 600;
        color: #000;
        text-align: left;
    }
    .bottom-bisesh-news_flash {
        margin-top: 0px;
        margin-left: 0%;
        width: 100%;
        float: left;
        margin-bottom: 20px;
        padding-top: 0px;
        padding-bottom: 20px;
        background: #fff;
        transition: all ease-in-out .7s;
        padding: 0px;
    }
    .top-news-sidebar_flash-right {
        width: 100%;
        float: LEFT;
        text-align: left;
        margin-right: 0%;
        position: relative;
        padding-right: 0;
        padding-left: 0;
        margin-top: 20px;
    }
    
    .top-big-thumb-flash2 {
       max-height: 300px;
    height: 250px !important;
    display: inline-block;
    width: 100%;
}
   
    h4.news-title_flash a {
        text-align: center; 
    width: 100%;
    font-size: 36px;
     
   
    }
    
    .ovly-content h2.title a, .ovly-content h2.title {
    color: #fff;
    font-size: 24px;
    line-height: normal;
    font-family: 'Ek Mukta';
    padding: 0px;
    text-align: left;
}

.footer-bottom p {
    color: #fff;
    margin-top: 0px;
    font-size: 15px;
    line-height: 1.6;
    padding: 0px;
    float: none;
    font-family: inherit;
    margin: 0px;
    text-align: center;
}
    img#image_logo_id {
        animation: auto;
        width: 210px;
        float: left;
        z-index: auto;
        position: relative;
        margin: auto 0;
        margin-left: -38px;
    }
    .big-news_flash-excerpt.clearfix p {
        margin-bottom: 20px;
        padding-left: 0px;
        padding-bottom: 10px;
        font-size: 26px;
        text-align: center;
        line-height: 1.6em;
        padding-top: 15px;
        font-family: 'Ek Mukta' !important;
        margin: 24px auto 20px;
        font-size: 20px;
        color: rgba(0, 0, 0, 1);
        text-align: center;
        line-height: 150%;
        position: relative;
        padding-bottom: 30px;
        padding: 10px;
        display: none;
    }
    .bottom-bisesh-news_flash {
        margin-top: 0px;
        margin-left: 0%;
        width: 100%;
        float: left;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        transition: all ease-in-out .7s;
        padding: 0px;
    }
    h4.news-title_middle a {
        font-size: 20px;
        line-height: 1.6em;
        font-weight: 500;
        color: #000;
    }
    .interview-news-wrap {
        margin-left: 0;
        margin-top: 1px;
    }
    h4.news-title_sport a {
        animation: auto;
        padding: 15px;
        margin: 0;
        color: #000;
        font-size: 20px;
    }
    h4.news-title_flash {
        animation: auto;
        font-size: 35px;
        text-align: center;
        padding-top: 3px;
        padding: 10px;
        font-weight: 600;
        color: #484848;
        line-height: 1.3em;
        width: 100%;
    }
    .bisesh-news {
        margin-bottom: 30px;
        height: 100%;
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    .bisesh-news_right {
        float: right;
        width: 100%;
    }
    h2.news-title_ent1 a {
        margin-bottom: 0;
        padding: 10px;
        background: #333;
        position: relative;
        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: 0px 1px;
        line-height: 5px;
        font-weight: 600;
        color: #333;
        border-left: solid 3px #f1f1f1;
        text-align: left;
        width: 100%;
        float: left;
    }
    .nepali-date {
        float: left;
        border: none;
        color: #093d8f;
        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: red;
        width: 32%;
        color: #fff;
        padding: 10px;
        border-radius: 6px;
        font-size: 18px;
    }
    .header-info {
        background: #f6f6f6;
        padding: 0px 0;
        margin-bottom: 5px;
        height: 30px;
        color: #000;
        float: none;
        text-align: center;
    }
    .site-branding img {
        width: 350px;
        float: left;
        text-align: left;
        padding-top: 0px;
        padding-bottom: 0px;
        
    }
    .main-header {
        padding: 0 0 0px 0;
        background: white;
    }
    .site-header {
        margin-bottom: 0px;
        margin-top: 0px;
        display: block;
        position: relative;
        background: white;
        height: 100%;
        padding-top: 0px;
    }
    .main-news-top .news-post {
        position: relative;
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
        font-size: 14px;
        width: 100%;
    }
    h4.news-title_cat1 a {
        font-size: 20px;
        line-height: 1.6em;
        font-weight: 600;
        color: #000;
        text-align: center;
    }
    h4.news-title_int a {
        font-size: 18px;
        line-height: 1.6em;
        font-weight: 600;
        color: #000;
    }
    .news-title a {
    font-size: 18px;
    } 
    .news-post p {
        margin-bottom: 0;
        padding-left: 0px;
        padding-bottom: 10px;
        text-align: justify;
        font-size: 17px;
    }
    h4.news-title_ch a {
        color: #4d4d4d;
        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: center;
        margin-top: 13px;
    }
    #big-news .big-news-header h2 a {
        color: #f1f1f1;
        line-height: 1.4em;
        font-size: 47px;
        font-family: initial;
        font-weight: 600;
    }
    .footer-heading_team {
    padding-bottom: 8px !important;
        border-bottom: solid 1px;
        padding: 10px;
        margin-bottom: 13px !important;
}

.footer-heading {
    padding-bottom: 8px !important;
        border-bottom: solid 1px;
        padding: 10px;
        margin-bottom: 13px !important;
        font-size: 16px;
}
    .footer-bottom {
     
    background: rgba(0, 0, 0, 0.2) !important;
        margin-top: 25px;
}

    .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;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    
    .ovly-content h3.title a, .ovly-content h3.title {
        font-size: 22px !important;
    }
    .top-news-sidebar1 {
        width: 100%;
        float: right;
        text-align: left;
        padding: 10px;
    }
    
    .small-thumb {
    width: 100%;
    height: 90px;
    display: inline-block;
}

.bichar_news-block {
    padding: 20px 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
    display: inline-block;
    width: 100%;
    height: 100%;
}
.span-4s{
    margin-top:8% !important;
}

    .secondary-news-wrap {
        justify-content: space-between;
        float: left;
    }
     
.section-title span:before {
    content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(130deg,#ff7a18,#af002d 41.07%,#319197 76.05%);
}
    
    
    .video-news-wrap.clearfix {
        animation: auto;
        width: 100%;
        float: left;
        margin-top: 10px;
    }
    .top-news-sidebar2 {
        float: left;
        margin-left: 0;
        text-align: center;
        padding: 0px;
        margin: 0px;
    }
    .top-news-sidebar3 {
        float: right;
        background: #302f2f;
        text-align: center;
        padding: 0px;
        margin: 0px;
    }
    h4.news-title_video_sub a {
        color: #fff;
        line-height: 1.6em;
        text-align: center;
        padding: 10px;
    }
    h4.news-title_video_sub_3 a {
        color: #fff;
        line-height: 1.6em;
        text-align: center;
        padding: 10px;
    }
    header.big-news-header_second h2 a {
        color: #f1f1f1;
        font-size: 31px;
        line-height: 1.6em;
        float: left;
        font-family: inherit;
    }
    .nnews-container {
        width: auto;
        padding-left: 5% !important;
        padding-right: 5% !important;
    }
    .main-navigation {
        width: 100%;
        padding: 0 0%;
        line-height:12px;
    }
    #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: #302f2f;
        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;
        padding: 29px;
        line-height: 18px;
        font-weight: 600;
        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;
        background: #302e2f;
        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;
    }
    #secondary-news .sn-col {
        width: auto;
        margin-bottom: 30px;
        padding:0px 5px !important;
    }
    .top-footer {
        margin-left: 5%;
        margin-right: 5%;
    }
    .top-footer-wrap {
        margin-left: 0;
    }
    .footer-block {
        width: auto;
        float: none;
        margin-left: 0;
    }
    .site-links,
    .site-credit {
        float: none;
    }
}

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

.primary-rowp2-col2 {
    animation: auto;
    width: 44%;
    float: left;
}

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

.news-post_m_p a {
    color: #fff;
}

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

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

.news-post_pardesh_left img {
    background: #eee;
    float: left;
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
}

.img_par {}

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

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

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

.new_footer p {
    color: #fff;
    margin: 0px;
    background: transparent;
    margin: 1px;
    padding: 1px;
}

.footer_wid {
    padding-top: 0px;
}

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

@media screen and ( device-width: 1024px) {
    .dropdown_new_right {
        background: none;
        width: 45% !important;
        float: right;
        margin: 0 !important;
    }
    .openbtn {
        font-size: 18px;
        cursor: pointer;
        background-color: #c82727;
        color: #f1f1f1;
        padding: 16px 15px !important;
        border: none;
        z-index: 0;
        display: inline-block;
        position: relative;
        float: left;
    }
    .top_header1 {
        width: 30% !important;
        float: right;
        margin-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: -30px;
        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 {
        float: none;
        margin: 0 0 20px;
        border-bottom: solid 1px #eee;
    }
    .main-news-bottom .news-post.small-news-post {
        margin-bottom: 20px;
    }
    .interview-news-wrap,
    .primary-row1-wrap,
    .primary-row3-wrap,
    .focus-news-wrap,
    .video-news-wrap {
        margin-left: 0;
    }
    .interview-news-wrap .news-post,
    .primary-row1 .left-col,
    .primary-row1 .middle-col,
    .primary-row1 .right-col,
    .primary-row2-col1,
    .primary-row2-col2,
    .primary-row2-col3,
    .primary-row3-wrap .news-post,
    .primary-row3-wrap .news-post.no-margin,
    .primary-row4 .left-col,
    .primary-row4 .right-col,
    .sidebar-highlight-news .news-post,
    .focus-news-wrap .news-post,
    .video-news-wrap .news-post {
        margin: 0 0 20px;
    }
}

@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: 10px 0;
    }
}

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

.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: #000;
    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: 16px;
    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 p,
.no-main-footer .no-copyright-section figure {
    font-size: 14px;
    margin-bottom: 0;
    color: #000;
}

.no-main-footer .no-powered-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-powered-by a {
    display: inline-block;
    margin-left: 15px
}

.col-sm-4 {
    animation: auto;
    width: 100%;
    float: left;
    background: transparent;
    color: #000;
    border-right: 1px solid rgba(255, 255, 255, .1);
    padding-left: 18px;
}

.col-sm-4 img {
    -webkit-filter: grayscale(100%);
    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;
    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: 18px;
}

#fb-comments h4,
#related-news h4,
.widget-area .widget-title {
   font-size: 23px;
    margin-bottom: 15px;
    position: relative;
    background-color: #f6f6f6 !important;
    padding: 10px 0px;
    line-height: 5px;
    font-weight: 600;
    color: #333;
    border-bottom: double 1px #e80017;
    text-align: left;
    width: 100%;
    float: left;
}



.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: 600;
    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: #f1f1f1;
    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,
.sangraha-listicle-controls-wrap,
.list__post,
.sport__featured .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 {
    text-align: right;
    padding-top: 15px;
    display: block;
    float: left;
    font-size: 13px;
    vertical-align: middle;
    padding-left: 6px;
}

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

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 a {
    font-size: 26px;
    line-height: 1.6em;
    font-weight: 600;
    color: #000;
    padding: 10px;
}

h4.news-title_main a:hover {
    color: #c82727;
}

.news-title_middle {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6em;
    transition: all ease-in-out .7s;
    margin-top: 10px;
    display: block;
    position: relative;
    height: auto !important;
    text-align: left;
}

.news-title_middle a {
    font-size: 22px;
}

h4.news-title_middle_list {
    font-size: 20px;
    line-height: 1.6em;
    color: #333;
    margin-top: 14px;
    text-align: left;
    display: inline-block;
}

h4.news-title_middle_list a {
    color: #000;
    font-weight: 600;
}

h6.page-title {
    padding: 12px;
    text-align: left;
}

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

h4.news-title_middle a:hover {
    color: #c82727;
    transition: .2s color;
}

div#slisder-newss {
    animation: auto;
    width: 99%;
    float: left;
}

slidser-news-wrap.owl-carsousel {
    animation: auto;
    background: red;
    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: 20px;
    line-height: 1.6em;
    color: #000;
}

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

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

.big-news-excerpt.clearfix p {
    animation: auto;
    font-size: 20px;
    text-align: center;
}

.main-news-chit {
    height: 300px !important;
    width: 100%;
}

.main-news-chit img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

div#gallery-newsss {
    
    display: block;
    position: relative;
     
    margin-top: 0px;
}

a.tag-cloud-link.tag-link-31.tag-link-position-1 {
    color: #000;
}

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 {
    height: 200px;
    width: 100%;
}

.rel_news img {
    animation: auto;
    height: 100%;
    width: 100%;
    object-fit: cover
}

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

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

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

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-top: 8px;
    padding-left: 10px;
}

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

.author_single_image {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: #c72727 solid 1px;
    padding: 2px;
}

.author_single_image img {
    border-radius: 50%;
}

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

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

.share_right {
    animation: auto;
    float: right;
    width: 60%;
}

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

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

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

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

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

h4.news-title_sport {
    padding: 15px;
    margin: 0;
    color: #000;
    line-height: 1.6;
    margin-top: 10px;
    position: relative;
    border-radius: 10px 10px 0px 0px;
    font-size: 22px;
}

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

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

span.posted-on-nepali {
    font-size: 16px;
    color: #757474;
}

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

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

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

.image-sport img {
    width: 100% !important;
    object-fitl: cover !important;
}

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

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

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

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: red;
}

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

.site-branding img {
    width: 350px;
    float: left;
    text-align: center;
    margin-bottom:0px;
    
    
}

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

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

.row.align-items-center.no-copyright-section {
    animation: auto;
    background: no-repeat;
    padding: 10px;
    margin-top: 30px;
    display: inline-block;
}

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

.zoom:hover {
    -ms-transform: scale(0.9);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

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

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

.left_add {
    padding-right: 1%;
}

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

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

.border-left ul li a {
    color: #000;
}

h5.widget-title {
    animation: auto;
    color: #fff;
    font-size: 24px;
    padding-bottom: 11px;
    font-stretch: condensed;
    text-align: center;
}
.textwidget strong p {
    animation: auto;
    line-height: 1.6em;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.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: #000;
    display: inline-block;
    margin-top: auto;
    padding: initial;
    border: solid 1px #eee;
    margin-right: 9px;
    vertical-align: middle;
    padding: 9px;
}

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

.entry-meta a {
    font-size: 16px;
    color: #888;
    font-weight: 500;
    margin-right: 10px;
}

img#image_logo_id1_flash {
    animation: auto;
    width: 24px;
    margin-right: 10px;
}

i.fa.fa-clock-o {
    margin: auto;
    margin-left: 10px;
    margin-right: 5px;
    font-size: 16px;
    font-weight: 200;
    padding:0px;
    color: #c72727;
}

.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: red;
    padding: 8px;
    font-size: 13px;
    float: right;
    position: relative;
    border-radius: 20%;
    margin-bottom: -55px;
    margin-t0: -2px;
}

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

.uo-container {
    padding-left: 0px;
    padding-right: 0px;
}

.uo-container::after,
.uo-container::before {
    content: "";
    display: table;
}

.uo-container>:last-child {
    margin-bottom: 0;
}

uo-grid-divider.uo-grid-medium {
    margin-left: -60px;
}

.uo-grid-divider.uo-grid-medium>* {}

element.style {}

.uo-grid-divider.uo-grid-medium>* {}

@media (min-width: 960px) {
    .uo-width-1-3\@m {
        width: calc(100% * 1/3.001);
    }
}

[class*=uo-width] {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
}

.contact-us {
    padding-bottom: 20px;
}

.contact-us img {
    margin-bottom: 16px;
    width: 220px;
}

canvas,
img,
video {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

.contact-us p {
    line-height: 1.8;
    margin: 0;
    font-size: 14px;
    color: #fff;
    font-family: poppins, sans-serif;
    text-align: left;
}

.uo-position-relative {
    position: relative !important;
}

.uo-grid>*>:last-child {
    margin-bottom: 0;
    text-align: left
}

.app-download {
    padding-top: 20px;
}

.footer-heading {
    margin: 0;
    color: #fff;
    font-size: 20px;
    padding-bottom: 17px;
   
    margin-left: 10px;
}


.footer-heading_team {
    margin: 0;
    color: #fff;
    font-size: 20px;
    padding-bottom: 17px;
  
    text-align: left;
    line-height:1.6em;
}
ul.footer_about {
    display: contents;
    list-style: none;
    font-size: 19px;
    color: #fff;
    line-height: 1.6em;
}
.footer_about li {
    font-size: 16px;
    padding-left: 8px;
}
.uo-flex-middle {
    align-items: left;
}

.uo-flex {
    display: flex;
}

.app-download a {
    display: inline-block;
    margin-right: 12px;
}

a:hover,
a:focus,
a {
    outline-style: none;
    text-decoration: none;
}

.uo-link,
a {
    color: #eee;
    text-decoration: none;
    cursor: pointer;
}

canvas,
img,
video {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}

.app-download a {
    display: inline-block;
    margin-right: 12px;
}

canvas,
img,
video {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}

.uo-grid-divider.uo-grid-medium>* {}

@media (min-width: 960px) {
    .uo-width-expand\@m {
        flex: 1;
        min-width: 1px;
    }
    .site-footer {
        padding: 35px 5px 10px 0;
        background: #c72627;
        border-top: #ccc solid 1px;
        display:block;
    }
    .uo-grid-divider.uo-grid-medium>:not(.uo-first-column)::before {
        left: 30px;
    }
}

.uo-grid-divider.uo-grid-medium {
    margin-left: 0px;
}

.uo-grid-divider.uo-grid-medium>* {}

.uo-grid>*>:last-child {
    margin-bottom: 0;
}

.footer-heading {
    margin: 0;
    color: #fff;
    font-size: 20px;
    padding-bottom: 17px;
    font-family: inherit;
}

.footer-link ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-link ul li {
    display: block;
}

.footer-link ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-link ul li {
    display: block;
}

.footer-link ul li:first-child a {
    padding-top: 0;
}

.footer-link ul li a {
    color: #fff;
    font-size: 16px;
    display: block;
    opacity: .9;
    padding-bottom: 8px;
    font-weight: 500;
    font-family: poppins, sans-serif;
    margin-left: 22px;
}

.uo-grid-divider.uo-grid-medium>* {
    padding-left: 0px;
}

.uo-grid-divider.uo-grid-medium>:not(.uo-first-column)::before {
    left: 30px;
}

.uo-grid>*>:last-child {
    margin-bottom: 0;
}

.footer-heading {
    margin: 0;
    color: #fff;
    font-size: 20px;
    padding-bottom: 17px;
    margin-left: 10px;
    font-family: poppins, sans-serif;
}

.uo-grid-medium {
    margin-left: -30px;
}

.member {
    font-weight: 600;
    font-size: 17px;
    font-family: inherit;
    margin-top: 5px;
    line-height: 1.6em;
    padding: 1px;
    margin-bottom: 10px;
    text-align: left;
    color: #fff;
}

@media (min-width: 960px) {
    .uo-child-width-1-3\@m>* {
        width: calc(100% * 1/3.001);
    }
}

@media (min-width: 960px) {
    .uo-width-2-3\@m {
        width: calc(100% * 2/3.001);
    }
}

.footer-bottom p {
    color: #fff;
    margin-top: 0px;
    font-size: 15px;
    line-height: 1.6;
    padding: 0px;
    float: none;
    font-family: revert;
    margin: 0px;
    
}

.site-credit {
    float: right;
}

p.site-credit {
    color: #fff;
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
    float: right;
    font-family: revert;
}

.footer-bottom {
    padding: 10px;
    background: #e80000;
    display: inline-block;
    width: 100%;
    border-radius:50px;
}

@media (min-width: 640px) {
    .uo-width-1-2\@s {
        width: 50%;
    }
}

.member span {
    display: block;
    color: #ffc107;
    font-size: 16px;
    margin-top: 10px;
    text-align: left;
    width: 100%;
}

.reporter_list p {
    font-size: 12px;
    margin-left: 0%;
    line-height: 1.1em;
    text-align: left;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-google {
    background: #dd4b39;
    color: white;
}

.fa-linkedin {
    background: #007bb5;
    color: white;
}

.fa-youtube {
    background: #bb0000;
    color: white;
}

.fa-instagram {
    background: #125688;
    color: white;
}

.fa-pinterest {
    background: #cb2027;
    color: white;
}

.fa-snapchat-ghost {
    background: #fffc00;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
    background: #00aff0;
    color: white;
}

.fa-android {
    background: #a4c639;
    color: white;
}

.fa-dribbble {
    background: #ea4c89;
    color: white;
}

.fa-vimeo {
    background: #45bbff;
    color: white;
}

.fa-tumblr {
    background: #2c4762;
    color: white;
}

.fa-vine {
    background: #00b489;
    color: white;
}

.fa-foursquare {
    background: #45bbff;
    color: white;
}

.fa-stumbleupon {
    background: #eb4924;
    color: white;
}

.fa-flickr {
    background: #f40083;
    color: white;
}

.site-footer .fa-yahoo {
    background: #430297;
    color: white;
}

.fa-soundcloud {
    background: #ff5500;
    color: white;
}

.fa-reddit {
    background: #ff5700;
    color: white;
}

.fa-rss {
    background: #ff6600;
    color: white;
}

.quick_links {
    background: transparent;
}

.navbar {
    overflow: hidden;
    background-color: #333;
    font-family: Karma;
}

.navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.dropdown {
    float: right;
    overflow: hidden;
    margin-top: -5px;
    font-size: 15px;
    position: relative;
}

.dropdown .dropbtn {
    background-color: #e11b22;
    color: #fbfb7e;
    transition: all .3s ease;
    font-size: 17px;
    line-height: 48px;
    padding: 0 15px;
    position: relative;
    vertical-align: middle;
}

.navbar a:hover,
.dropdown:hover .dropbtn {}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 100%;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding-bottom: 13px;
}

.dropdown_new-content_pop {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    width: 100%;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: -1;
    padding-bottom: 13px;
}

.dropdown-content .header {
    background: white;
    padding: 10px;
    color: #0d4094;
    text-align: left;
    padding-top: 22px;
}

.dropdown_new-content_pop .header {
    background: #f6f6f6;
    padding: 10px;
    color: #fff;
    text-align: left;
    padding-top: 22px;
}

.dropdown_new:hover .dropdown_new-content {
    display: block;
}

.dropdown_new:hover .dropdown_new-content_pop {
    display: block;
}

.column {
    float: left;
    width: 33.33%;
    padding: 10px;
    background-color: #fff;
    height: auto;
}

.column a {
    float: none;
    color: black;
    padding: 0;
    text-decoration: none;
    display: block;
    text-align: left;
}

.column a:hover {
    background-color: #ddd;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.trending__hidden ul.trending {
    flex-wrap: wrap;
}

.trending flex-box ul li {
    flex: 0 0 30%;
}

.image-thumb_pop img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    transition: all .4s ease;
    border: solid 3px #fff;
}

.image-thumb00 {
    width: 80px;
    height: 80px;
}

.dropdown .dropbtn:hover {
    background-color: red;
    color: #fff;
    transition: all .3s ease;
}

.news-count {
    color: #c8d3eb;
    text-align: right;
    font-size: 37px;
    vertical-align: middle;
    background: transparent;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    float: right;
    padding: 10px;
}

.news-count_pop {
    color: #c8d3eb;
    text-align: right;
    font-size: 37px;
    vertical-align: middle;
    background: transparent;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    float: right;
    padding: 10px;
    margin-top: -10px;
}

@media screen and (max-width: 600px) {
    .column {
        width: 100%;
        height: auto;
    }
}

.dropdown_new {
    float: right;
    overflow: hidden;
    margin-top: 0px;
    font-size: 15px;
    z-index: 999999999;
    background: inherit;
    margin-top: -6px;
    padding-top: 5px;
}

.navbar a:hover,
.dropdown_new:hover .dropbtn {}

.dropdown_new-content {
    display: none;
    position: absolute;
    background-color: #c72727;
    width: 100%;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown_new-content .header {
    background: #c72727;
    padding: 16px;
    color: white;
}

.dropdown_new:hover .dropdown_new-content {
    display: block;
}

.column {
    float: left;
    width: 33.33%;
    padding: 10px;
    background-color: #fff;
    height: 250px;
}

.column a {
    float: none;
    color: black;
    padding: 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.column a:hover {
    background-color: #ddd;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 600px) {
    .column {
        width: 100%;
        height: auto;
    }
}

.section-titleR {
    color: rebeccapurple;
    color: black;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    border-bottom: solid 3px #eee;
}

i.fa.fa-bell-o {
    font-size: 18px;
    font-weight: 500;
}

.dropdown_new_right {
    background: none;
    width: 15%;
    float: right;
    margin: 0 !important;
}

.fadeInUp {
    animation: fadeInUp 1s ease backwards;
}

@keyframes fadeInUp {
    0% {
        transform: translate(0px, 50px);
        opacity: 0;
    }
    100% {
        transform: translate(0px, 0);
        opacity: 1;
    }
}

.full-width-ads_pop_roadblock {
    display: block;
    position: fixed;
    z-index: 1;
    padding-top: 40px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgb(230 245 251)
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}

.ads_pop_home_logo img {
    border: none !important;
    width: 150px;
}

h1#countDown {
    animation: auto;
    float: none;
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-family: inherit;
    text-transform: inherit;
    display: inline-block;
    padding-top: 12px;
    border-top: solid 1px #eee;
}

a#popupBoxClose {
    animation: auto;
    background: red;
    color: #fff;
    padding: 2px 10px 3px;
    border-radius: 5px;
    font-size: 15px;
    margin-left: 12%;
}

.ads_pop_home_logo_roadblock {
    width: 250px !important;
    height: 100% !important;
    object-fit: contain !important;
    text-align: center !important;
    left: 0;
    right: 0;
    float: inherit;
    display: inline-block;
    padding-bottom: 16px;
}

@media screen and (max-width:768px) {
    .modal-content {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 90%;
    }
}

.master_list_img {
    height: 90px;
    width: 124px;
}

.master_list_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.politics-block>a {
    position: relative;
}

.politics-block>a::before {
    content: "";
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.49), #0000, #0000);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}

.politics-block>a::before {
    content: "";
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.49), #0000, #0000);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}

.ovly-content_img ::before {
    content: "";
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.49), #0000, #0000);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}
.ovly-content_img {
    height: 100%;
}
.ovly-content_img img {
    width:100%;
    height:100%;
    object-fit: cover;
}

.ovly-video_img {
     height: 100%;
}

.ovly-video_img img {
     object-fit: cover;
       height: 100%;
}

.img-vertical a img {
    object-fit: cover;
    height: 100%;
    display: block;
    width: 100%;
}

.ovly-content {
    color: #fff;
    position: absolute;
    bottom: 0;
    z-index: 5;
    padding: 20px 30px;
}

.ovly-content h3.title {
    font-weight: 600;
    color: #fff;
    padding-right: 17px;
    font-size: 20px;
    line-height: 1.43;
}

.ovly-content h3.title a,
.ovly-content h3.title {
    color: #fff;
    font-size: 20px;
    line-height: 1.6em;
    font-family: 'Ek Mukta';
    padding: 0px;
    text-align: left;
}

.ovly-content h2.title a,
.ovly-content h2.title {
    color: #fff;
    font-size: 29px;
    line-height: 1.6em;
    font-family: 'Ek Mukta';
    padding: 0px;
    text-align: left;
}

.ovly-content h3.title a:hover {
    color: #ede9c4;
}

.right-content {
    overflow: auto;
    position: -webkit-sticky;
    position: sticky;
}

.politics-block.img-vertical {
    height: 100% !important;
}

.column-news {
    height: 175px;
    overflow: hidden;
    display: block;
}

.column-news img {
    object-fit: cover;
    height: 100%;
    width: 100%
}

.list_shadow {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}

.sangraha-section-khelkud {
       padding: 40px 0;
   background: rgb(1,164,134);
background: background: linear-gradient(13deg, rgb(15, 32, 67) 0%, rgb(9, 17, 34) 22%, rgb(19, 42, 51) 100%);
}

.sangraha-section-title h2 span  {
   color: #fff;
   margin-bottom:3%;
    display: flex;
    border-left: solid 3px #eee;
    padding-left:10px;
    
}



.sangraha-section-video-2 {
    padding: 50px 0;
     background: rgb(16,20,20);
background: linear-gradient(13deg, rgba(16,20,20,1) 0%, rgb(4 6 7) 22%, rgb(60 60 60) 100%);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    color: #fff;
}
.sangraha-section-title {
    flex: 0 0 100%;
}

.sangraha-post-overlay>a:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to top,rgba(0,0,0,0.88),rgba(0,0,0,0.68),transparent,transparent,transparent);
    z-index: 4;
}


.sangraha-section-video-2 .sangraha-section-title h2 {
    color: #e11b22;
}

.sangraha-section-video-2 .sangraha-section-title h2 .circle-arrow {
    color: #e11b22;
    background-color: rgba(255,255,255,.1);
}

.sangraha-section-title h2 {
    margin: 0 0 0px;
    line-height: 1;
    font-size: 45px;
    font-weight: 600;
    color: #2260bf;
    display: flex;
    align-items: center;
}


.sangraha-section-title_video h2 {
    margin: 0 0 0px;
    line-height: 1;
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    margin-bottom:2%;
}

.span-8 {
    grid-column: span 8;
}

.sangraha-grid-12 {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(12,1fr);
}

.sangraha-post-overlay {
    height: 100%;
    min-height: 424px;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
}

.sangraha-post-overlay>a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
}

.sangraha-news-post a {
    text-decoration: none;
}

.sangraha-post-overlay>a .sangraha-post-thumb {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all .8s ease;
}

.sangraha-news-post a .sangraha-post-thumb {
    border-radius: 4px;
    margin-bottom: 20px;
    object-fit: cover;
}

.sangraha-section-video-2 .sangraha-spot-news .sangraha-post-content-wrap {
    padding: 40px;
    display: flex;
}



.sangraha-post-overlay.sangraha-spot-news .sangraha-post-content-wrap {
    position: absolute;
    width: 100%;
    padding: 40px;
    z-index: 5;
    left: 0;
    bottom: 0;
}

.sangraha-post-content-wrap>div {
    font-weight: 700;
    color: #d42325;
}

.play-icon {
    height: 60px;
    width: 60px;
    min-width: 60px;
    background-color: #e11b22;
    text-align: center;
    line-height: 60px;
    margin-right: 24px;
    border-radius: 4px;
}

.play-icon svg {
    display: inline-block;
    width: 24px;
    height: 24px;
    fill: #fff;
    vertical-align: middle;
}

.play-icon svg {
    display: inline-block;
    width: 24px;
    height: 24px;
    fill: #fff;
    vertical-align: middle;
}

.sangraha-section-video-2 .sangraha-spot-news a h2.sangraha-news-title-txt {
    font-size: 38px;
    line-height: 1.1;
}

.sangraha-post-overlay>a h2.sangraha-news-title-txt {
    font-family: mukta,sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    line-height: 1.2;
    text-shadow: rgba(0,0,0,.48) 0 0 14px;
    margin-bottom: 0;
}

.sangraha-news-post a h2.sangraha-news-title-txt {
    font-family: mukta,sans-serif;
    font-weight: 500;
    transition: all .3s ease;
    text-decoration: none;
    color: rgba(0,0,0,.8);
    text-decoration: none;
    margin: 0;
    line-height: 1.4;
    font-size: 22px;
}

.sangraha-news-title-txt, .sangraha-samachar-spot-news .post-title-wrap h4, .post-title-wrap h4 {
    hyphens: auto;
    word-break: break-word;
}

.post-ltr:not(:last-child) {
    margin-bottom: 30px;
}

.sangraha-section-video-2 .sangraha-post-ltr a {
    color: inherit;
}

.sangraha-section-video-2 .sangraha-post-ltr a :hover {
    color:#ede9c4;
}
.sangraha-post-ltr a {
    display: flex;
    position: relative;
}
.sangraha-news-post.sangraha-post-ltr a .sangraha-post-thumb {
    margin-bottom: 0;
}

.sangraha-post-ltr a .sangraha-post-thumb {
    border-radius: 4px;
    max-width: 134px;
    min-width: 134px;
    height: 82px;
}

.sangraha-news-post a .sangraha-post-thumb {
    border-radius: 4px;
    margin-bottom: 20px;
    object-fit: cover;
}

.sangraha-post-ltr .sangraha-post-thumb {
    overflow: hidden;
    float:left;
}


.sangraha-section-video-2 .sangraha-post-ltr .sangraha-post-content-wrap svg {
    height: 18px;
    width: 18px;
    fill: #e11b22;
    text-align: left;
    float: left;
    margin-top: 6px;
}

.sangraha-section-video-2 .sangraha-post-ltr:not(:last-child) {
    margin-bottom: 30px;
    display:flex;
}

.sangraha-post-overlay>a h2.sangraha-news-title-txt {
    font-family: mukta,sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    line-height: 1.2;
    text-shadow: rgba(0,0,0,.48) 0 0 14px;
    margin-bottom: 0;
}

.sangraha-section-video-2 .sangraha-post-ltr a .sangraha-post-content-wrap h2 {
    text-align:left;
    font-size: 20px;
    color: rgba(255,255,255,.8);
}


.sangraha-post-overlay :before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to top,rgba(0,0,0,0.88),rgba(0,0,0,0.68),transparent,transparent,transparent);
    z-index: 4;
}

.sangraha-post-ltr a .sangraha-post-content-wrap {
    flex: 2;
    padding-left: 18px;
}

.sangraha-post-content-wrap {
    flex: 2;
    padding-left: 18px;
    display:grid;
}

.sangraha-post-thumb {
    border-radius: 4px;
    max-width: 134px;
    min-width: 134px;
    height: 82px;
}

h2.sangraha-news-title-txt {
    font-size: 18px;
    color: rgba(255,255,255,.8);
    text-align:left;
    line-height:1.6em;
}


.sangraha-news-post.sangraha-post-ltr{
    flex: 2;
    padding-left: 18px;
}

.bichar_news-block {
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    display: inline-block;
    width: 100%;
    
    /* Responsive Height Strategy */
    min-height: 340px; /* Base minimum height for desktop grid alignment */
    height: auto;      /* Allows content to expand naturally if text wraps */
}

.bichar_news {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: inline-block;
    align-items: center;
    margin: 0 auto;
    top: 0;
    left: 0;
    vertical-align: middle;
    border: solid 3px #d8ebe9;
    padding: 2px;
}

.bichar_news img {
        width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}
.right-content {
    position:-webkit-sticky; position:sticky; top:0;
}

.sticky-container{
  height:100%;
  position:relative;
}
.right-content{
  position: -webkit-sticky;
  position: sticky;
   top: 0;
}

.main-content{height:2350px;background:#333;color:#fff;text-align:center;}
.info{background:#888;color:#fff;}
.right-content{height:100%;color:#fff; padding-bottom:30px;}


.span-8s_vb {
    height:450px;
}


.fadeInDown {
-webkit-animation-name: fadeInDown;
-moz-animation-name: fadeInDown;
-o-animation-name: fadeInDown;
animation-name: fadeInDown;
-webkit-animation-duration: 1s;
-webkit-animation-delay: 2s;
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode: both;

-moz-animation-duration: 1s;
-moz-animation-delay: 1.5s;
-moz-animation-timing-function: ease;
-moz-animation-fill-mode: both;

-o-animation-duration: 1s;
-o-animation-delay: 1.5s;
-o-animation-timing-function: ease;
-o-animation-fill-mode: both;

animation-duration: 1s;
animation-delay: 1.5s;
animation-timing-function: ease;
animation-fill-mode: both;
    }


     @-webkit-keyframes fadeInDown {
0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
}

100% {
    opacity: 1;
    -webkit-transform: translateY(0);
}
      }


     .fadeInUp {
-webkit-animation-name: fadeInUp;
-moz-animation-name: fadeInUp;
-o-animation-name: fadeInUp;
animation-name: fadeInUp;
-webkit-animation-duration: 1s;
-webkit-animation-delay: 2s;
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode: both;

-moz-animation-duration: 1s;
-moz-animation-delay: 2s;
-moz-animation-timing-function: ease;
-moz-animation-fill-mode: both;

-o-animation-duration: 1s;
-o-animation-delay: 2s;
-o-animation-timing-function: ease;
-o-animation-fill-mode: both;

animation-duration: 1s;
animation-delay: 2s;
animation-timing-function: ease;
animation-fill-mode: both;
        }

      @-Webkit-keyframes fadeInUp {
0% {
    opacity: 0;
    -moz-transform: translateY(20px);
}


.reveal{
  position: relative;
  transform: translateY(130px);
  opacity: 0;
  transition: 1s all ease;
  background:var(--bg-color);
}

.reveal.active{
  transform: translateY(0);
  opacity: 1;
  background:var(--bg-color);
}

/* Animation */

.fade-in-image {
  animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  
  100% { opacity: 1; }
}

/*div fd*/
@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

/* Tablet Layout (Screens under 992px) */
@media (max-width: 991px) {
    .bichar_news-block {
        min-height: 300px;
        padding: 15px;
    }
}

/* Mobile Layout (Screens under 768px) */
@media (max-width: 767px) {
    .bichar_news-block {
        min-height: auto; /* Removes the rigid height restriction completely on mobile */
        height: auto;     /* Box scales entirely based on the text length inside */
        padding: 15px;
    }
}


/* Core Styling for Transition Smoothness */
.main-header.sticky-header {
    width: 100%;
    background: #ffffff; /* Adjust to match your theme background */
    z-index: 9999;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.header-logo {
    height: 75px; /* Default desktop height */
    width: auto;
    transition: height 0.3s ease-in-out; /* Smooth transition for shrinking */
}

/* Sticky Class triggered via JavaScript on Scroll */
.is-sticky .main-header.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 5px 0 !important; /* Tightens the vertical space */
}

/* Shrinks the logo image down instantly when scrolling up/down */
.is-sticky .header-logo {
    height: 45px; /* Shrunken layout height */
}

/* Hides the date array inside the sticky header to maximize vertical menu views */
.is-sticky .nepali-date {
    display: inline-block;
    font-size: 11px;
    margin-left: 15px;
}

/* Ensure mobile styling properties behave cleanly */
@media (max-width: 767px) {
    .header-logo {
        height: 50px;
    }
    .is-sticky .header-logo {
        height: 35px;
    }
    
    .nnews-author {
    animation: auto;
    float: left;
    margin-top: 13px;
    padding-left: 10px;
    margin-bottom: 20px;
}
    
    .sharethis-inline-share-buttons{
    margin-top:10px;
}
}

.sharethis-inline-share-buttons{
    margin-top:10px;
}
