@import url(https://fonts.googleapis.com/css?family=Ek+Mukta:300,400,600,700);

* {
    box-sizing: border-box;
}

:root {
    --primary--color: #c10000;
    --secondary--color: #372f64;
    --news-title-color: #585858;
    --hover--color: #c10000;
    --heading-color: #333;
}

.saf-container {
    box-sizing: content-box;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

html {
    font-size: 62.5%;
    font-family: "Ek Mukta", sans-serif;
}

body {
    transition: all .4s ease;
    font-size: 1.6rem;
    font-family: "Ek Mukta", sans-serif;
}

.iframe iframe {
    width: 100%;
}

p {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 0;
}

h1 a,
h2 a,
h3 a,
h5 a,
h4 a,
h6 a {
    color: var(--news-title-color);
    margin: 0;
}

* {
    font-size: 100%;
}

body {
    font-size: 1.6rem;
    color: var(--news-title-color);
    font-family: "Ek Mukta", sans-serif;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Ek Mukta", sans-serif;
    color: var(--news-title-color);
}

a:hover,
a:active,
a {
    text-decoration: none;
}

a:hover {
    color: var(--secondary--color);
}

/* Site Header */

.site-logo img {
    width: 350px;
}

.responsive-menu {
    font-size: 2.5rem;
    display: inline-block;
    border-right: 2px solid var(--secondary--color);
    padding-right: 2rem;
    color: var(--hover--color);
    margin-right: 2rem;
    vertical-align: middle;
}

.header-dates {
    display: inline-block;
    vertical-align: middle;
}

.np-date {
    font-size: 1.9rem;
}


.header-social {
    position: relative;
    z-index: 1;
    padding-bottom: 0.4rem;
}

.header-social a {
    font-size: 2rem;
    display: inline-block;
    color: var(--news-title-color);
    margin-right: 1.3rem;
}

.site-header {
    padding: 1.4rem 0;
}

.site-nav {
    border-top: 2px solid #93949929;
    border-bottom: 2px solid var(--secondary--color);
    position: relative;
}

.site-nav > div > div > div > ul {
    list-style: none;
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    margin: 0;
}

.mobile-menu-trigger {
    display: none;
}


.site-nav > div > div > div > ul > li {
    display: flex;
    flex-wrap: wrap;
    padding: 11px 12px;
    align-items: center;
    position: relative;
}

.site-nav > div > div > div > ul > li.is-submenu > a {
    padding-right: 15px;
}

.site-nav > div > div > div > ul > li > ul {
    position: absolute;
    top: 150%;
    left: 0;
    width: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
    background: var(--secondary--color);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s linear;
}


.site-nav > div > div > div > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    transition: 0.3s linear;
    top: 100%;
}

.site-nav > div > div > div > ul > li > ul > li > a {
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 7px 12px 5px 15px;
}

.site-nav > div > div > div > ul > li > ul > li > a:hover {
    background: #ffffff0a;
}

.site-nav > div > div > div > ul > li:first-child {
    padding-left: 0;
}


.site-nav > div > div > div > ul > li > a {
    transition: all 0.3s ease;
    font-size: 1.7rem;
    display: block;
    color: #000;
    font-weight: 600;
}

.site-nav > div > div > div > ul > li:hover > a,
.site-nav > div > div > div > ul > li.active a,
.site-nav > div > div > div > ul > li > span {
    color: var(--secondary--color);
}

.nav-search {
    background: var(--secondary--color);
    height: 6rem;
    cursor: pointer;
    color: #fff;
    padding: 10px;
    width: 5rem;
    text-align: center;
    line-height: 5rem;
}

.nav-search a {
    color: #fff;
}

.offcanvas-menu {
    position: fixed;
    background: var(--secondary--color);
    left: -100%;
    top: 0;
    display: block;
    height: 100%;
    width: 80%;
    max-width: 308px;
    transition: all 0.3s ease;
    z-index: 236;
}

.offcanvas-menu > div {
    height: calc(100vh - 50px);
    overflow-y: scroll;
}

.offcanvas-menu > div ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.offcanvas-menu > div ul > li > a {
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
    line-height: 45px;
    color: #fff;
    padding: 0 25px;
    font-size: 1.7rem;
    font-weight: bold;
    border-bottom: solid 1px rgba(255, 255, 255, 0.08);
}

.offcanvas-menu > div ul > li.is-submenu {
    position: relative;
}

.offcanvas-menu > div ul > li.is-submenu span {
    position: absolute;
    right: 12px;
    cursor: pointer;
    top: 18px;
    color: #fff;
}

.offcanvas-menu > div ul > li.is-submenu > ul {
    background: #fff;
    display: none;

}

.offcanvas-menu > div ul > li.is-submenu ul li a {
    color: #333;
    height: 37px;
    line-height: 37px;
}

.offcanvas-menu > div ul > li.is-submenu ul li a:hover {
    color: var(--secondary--color);
}

.offcanvas-menu > div ul > li > a:hover {
    background: #ffffff24;
}

.black__shadow {
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

.show__side--menu .black__shadow {
    display: block;
}

.show__side--menu .offcanvas-menu {
    left: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

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

.p-40 {
    padding-top: 40px;
}

/* Breaking SPecial News */

.breaking__block--special .grid {
    grid-template-columns: repeat(12, 1fr);
}

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

.colspan-7 {
    grid-column: span 7;
}

.colspan-4 {
    grid-column: span 4;
}

.colspan-5 {
    grid-column: span 5;
}

.colspan-3 {
    grid-column: span 3;
}

.colspan-2 {
    grid-column: span 2;
}

.breaking__block--special .news-content {
    background: var(--hover--color);
    display: flex;
    position: relative;
    padding: 40px;
}

.light {
    color: #fff;
}

.breaking__block--special .news-title {
    font-size: 3.1rem;
    line-height: 1.4;

    font-weight: 600;
}

.breaking__block--special h2.news-title a {
    color: #fff;
}

.breaking__block--special .news-content::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 8rem 8rem 0;
    position: absolute;
    top: 0;
    left: -6rem;
    border-color: transparent var(--hover--color) transparent transparent;
}

.breaking__block--special {
    margin-bottom: 3rem;
}

.breaking__block--special .detail {
    align-items: flex-end;
    flex-wrap: wrap;
    display: flex;
}

.breaking__block--special .detail h3 {
    color: #fff;
}

.breaking__block--special .content p,
.headline__news .content p {
    margin-top: 1.4rem;
}

.breaking__block--special .content,
.headline__news .content {
    max-width: 90rem;
    padding-top: 2rem;
    margin: auto;
}

.breaking__block--special .content p,
.headline__news .content p {
    margin: 0 0 0 0;
    font-size: 23px;
    color: #1e1c1c;
    text-align: center;
    line-height: 165%;
}

.headline__news {
    margin: 4rem 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    padding: 4rem 0;
}

.headline__news .indicator {
    margin-right: 3rem;
    margin-left: 3rem;
    border-bottom: 2px solid #c10000;
    margin-bottom: 3.3rem;
}

.headline__news .indicator a {
    margin-bottom: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.text-Xl {
    font-size: 5.5rem;
    line-height: 1.3;
    font-weight: 700;
}

.text-Xl a {
    color: #000000c9;
}

.text-Xl a:hover {
    color: var(--secondary--color);
}

.headline__news .post-by {
    display: block;
    font-size: 1.8rem;
    margin-top: 1rem;
    color: var(--hover--color);
}

.headline__news img {
    margin: 2.6rem 0 1.4rem 0;
}

.container-small {
    margin: auto;
    max-width: 900px;
}

.row-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    clear: both;
    order: 1000;
}

.main__news .row-flex > .col {
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-basis: 0;
    flex-basis: 0;
}

.main__news .row-flex > .col-auto {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.each-ad {
    margin-bottom: 1.1rem;
}

.cluster__header {
    border-top: 1px solid var(--secondary--color);
    border-bottom: 1px solid var(--secondary--color);
    padding: 1.1rem 0;
    flex-wrap: wrap;
}

.cluster__header a {
    color: var(--hover--color);
    font-weight: bold;
    font-size: 1.5rem;
    position: relative;
    display: inline-block;
    padding-right: 3rem;
    transition: 0.3s ease;
}

.cluster__header a i {
    position: absolute;
    transition: 0.5s ease;
    right: 8px;
    top: 3px;
}

.cluster__header a:hover {
    color: var(--secondary--color);
}

.cluster__header a:hover i {
    right: 0;
    transition: 0.5s ease;
}

.cat--head {
    font-size: 3.1rem;
    /*color: var(--secondary--color);*/
    color: #333;
    margin: 0;
    font-weight: bold;
}

.mt-30 {
    margin-top: 3.1rem;
}

.main__news .article-excerpt__content--wrap {
    margin-top: -6rem;
}

.article-excerpt__link {
    color: #000;
}

.five__column--grid {
    grid-template-columns: repeat(5, 1fr);
}

.article-excerpt__content--wrap .news-title {
    padding: 1.1rem 1.3rem 1.1rem 0rem;
    font-size: 3.2rem;
    margin: 0;
    display: inline-block;
    line-height: 1.3;
    color: #000000cf;
    font-weight: 600;
}

.main__news .article-excerpt__content--wrap .news-title,
.main__news p {
    background: #fff;
}

.main__news .article-excerpt__content--wrap .news-title {
    padding: 2.9rem 2.6rem 1.4rem 0rem;
}

.article-excerpt__content {
    clear: both;
    display: inline-block;
    background: #fff;
    line-height: 1.75em;
    font-size: 1.6rem;
    color: #000;
}

.article-excerpt__link p {
    font-size: 1.9rem;
    padding: 0.6rem 2.8rem 0 0;
}

.article-excerpt__content--wrap p {
    padding-top: 0.6rem;
    font-size: 1.9rem;
}

.article-excerpt a:hover h3 {
    color: var(--secondary--color);
}

.sidebar__ad .each-ad {
    display: flex;
    justify-content: flex-end;
}

.article-excerpt-default--height {
    width: 100%;
    height: 170px;
    overflow: hidden;
    margin-bottom: 1.9rem;
    overflow: hidden;
}

.grid-gap {
    grid-gap: 30px;
}

.article-excerpt-default--height img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.article-excerpt-default__headline {
    font-size: 2rem;
    line-height: 1.44;
    font-weight: bold;
}

.article-excerpt-default--date i {
    font-size: 1.4rem;
    display: inline-block;
    margin-right: 0.3rem;
}

.article-excerpt-default--date {
    margin-bottom: 0.8rem;
}

.article-excerpt-default--date {
    font-size: 1.7rem;
}

.tab__news ul {
    padding: 0;
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0 0 1.7rem 0;
    background: var(--primary--color);
}

.tab__news ul li {
    color: #fff;
    padding: 1.3rem 2rem;
    font-size: 1.9rem;
    cursor: pointer;
    font-weight: bold;
}

.tab__news ul li.current,
.tab__news ul li:hover {
    background: #f1f1f1;
    color: #000;
}

.each__news--list {
    padding-top: 1.2rem;
    padding-bottom: 1.3rem;
}

.tab__content {
    display: none;
}

.tab__content.current {
    display: block;
}

.tab__content .each__news--list {
    position: relative;
    display: flex;
    padding-left: 3.4rem;
}

.tab__content .each__news--list strong {
    font-size: 2.6rem;
    position: absolute;
    top: 4px;
    left: 0;
}

.each__news--list {
    border-bottom: 1px solid #ccc;
}

.each__news--list:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.each__news--list h3 {
    /*font-weight: bold;*/
    font-size: 1.9rem;
    margin: 0;
    line-height: 1.4;
}

.sidebar {
    width: 300px;
}

.two__column--grid {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 12px;
}

.four__column--grid {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}

.feature__news {
    background: #333;
    padding: 4rem 0;
    margin-top: 4rem;
}

.text-large {
    font-size: 3.9rem;
}

.feature__news .article-excerpt-default__headline a {
    color: #fff;
}

.feature-heading {
    flex-direction: column;
    padding-top: 40px;
}

.feature-heading i {
    font-size: 8.5rem;
    color: #fff;
    opacity: 0.05;
    margin-top: 1.3rem;
}

.feature__news .article-excerpt-default__content {
    padding: 1.9rem 1.9rem 1.9rem 2.2rem;
}

.feature__news .article-excerpt-default--news {
    background: #0003;

}

.feature__news .article-excerpt-default__content h3 {
    margin: 0;
}

.feature__news .article-excerpt-default--height {
    margin-bottom: 0;
}

.thumb__img {
    height: 63px;
    max-width: 83px;
    width: 127px;
    margin-right: 20px;
}

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

.each__news--list.d-flex h3 {
    flex: 2;
}

.each__news--list:first-child,
.each__news--list.d-flex:first-child {
    padding-top: 0;
}

.each__news--list.d-flex:last-child {
    padding-bottom: 0;
}

.each__news--list.d-flex {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.each--thumb-news p {
    flex: 2;
    font-size: 1.7rem;
    line-height: 1.7;
}

.each--thumb-news {
    padding: 2rem 0 3rem 0;
    border-top: 1px solid #ccc;
}

.each--thumb-news:last-child {
    padding-bottom: 0;
}

.each--thumb-news:first-child {
    padding-top: 0;
    border-top: none;
}

.each--thumb-news .thumb__img {
    height: 90px;
    max-width: 123px;
    width: 153px;
    margin-right: 20px;
}

.each--thumb-news h3 {
    margin-bottom: 14px;
}

.interview__news .article-excerpt__content--headline.news-title {
    padding-top: 0;
    padding-bottom: 1.1rem;
}

.interview__news p {
    font-size: 1.7rem;
}

.default--height--md {
    height: 400px;
}

.writer {
    font-weight: bold;
    font-style: italic;
    font-size: 1.5rem;
}

.writer i {
    margin-right: 0.8rem;
    display: inline-block;
}

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

.opinion__news {
    background: #372f6421;
    margin-top: 4rem;
    padding: 6rem 0;
}

.opinion__news .article-excerpt-default--news {
    margin-bottom: 2.4rem;
}

.article-excerpt-default--user-image img {
    height: 10rem;
    width: 10rem;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 5px 15px rgb(0 0 0 / 64%);
}

.opinion__news .article-excerpt-default__headline {
    padding: 0 24px;
}

.opinion__news .writer {
    padding-top: 0.8rem;
}

.article-excerpt-default--user-image {
    margin-bottom: 1.9rem;
}

.thumnail-gallery img {
    height: 100px;
    object-fit: cover;
    transition: 0.3s linear;
}

.thumnail-gallery .slick-current img {
    border: 2px solid var(--hover--color);
    padding-bottom: 20px;
    transition: 0.3s linear;
    padding: 6px;
}

.main-gallery .gallery-image {
    height: 500px;
}

.main-gallery .gallery-image img {
    height: 100%;
    object-fit: cover;
}

.gallery-item {
    position: relative;
}

.footer-logo {
    background: #fff;
    padding: 12px;
    margin-top: 30px;
    margin-right: 30px;
    display: block;
    width: 278px;
    border-radius: 12px;
}

.gallery-item--content {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #0000009e;
    width: 100%;
    text-align: center;
    padding: 17px;
}

.thumnail-gallery .gallery-image {
    cursor: pointer;
}

.gallery-item--content--title {
    margin: 0;
}

.gallery-item--content--title a {
    color: #fff;
    font-size: 30px;
}

.breadcrumb__menu {
    padding: 1.1rem 0 1.1rem 0;
    border-bottom: 1px solid #e5e5e5;
    background: #f1f1f138;
}

.breadcrumb__menu--wrapper {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sep {
    margin: 0 10px;
    /*color: #0058aa;*/
    color: var(--hover--color);
    font-size: 11px;
}

.breadcrumb__menu li,
.breadcrumb__menu li a {
    color: #111;
    margin: 0;
    transition: linear 0.2s;
    font-size: 1.4rem;
    /* font-weight: bold; */
    letter-spacing: 0px;
}

.breadcrumb__menu li a:hover {
    color: var(--hover--color);
}

.category__header {
    padding: 14px;
    background: #c10000;
}

.category--heading {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
}

.news__landing .headline__news {
    padding: 3.3rem 0 20px 0;
}

.news__landing .headline__news .text-Xl {
    line-height: 1.2;
}

.two__column-cat-news .article-excerpt-default--height {
    height: 190px;
}

.two__column-cat-news .article-excerpt-default--news {
    margin-bottom: 30px;
}

.pagination {
    text-align: center;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
}

.pagination li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.author__news--landing .news__content--footer--usegr h3 {
    color: #c10000;
}

.error-404 {
    height: 38vh;
    align-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-404 h2 {
    font-size: 40px;
}

.error-404 p {
    font-size: 23px;
    margin: 12px 0;
}

.author-social-link a {
    color: #333;
}

.author__news--landing .news__content--footer--user--detail p {
    font-size: 1.9rem;
    margin-bottom: 2px;
}

.author-social-link a i {
    font-size: 18px;
    margin-left: 9px;
    margin-top: 11px;
    text-align: center;
}

.bg-grey {
    padding: 40px;
    background: #f1f1f1;
}

.author__news--landing .news__content--footer--user > a {
    margin-right: 0;
    width: 100px;
    height: 100px;
}

.author__news--landing .news__content--footer--user h3 {
    margin-top: 20px;
    font-size: 24px;
}

.author__news--landing .news__content--footer--user {
    margin-bottom: 40px;
}

.pagination li.disabled span {
    cursor: default;
    color: #999;
    border: 1px solid #999;
}

.pagination li a,
.pagination li span {
    border: 1px solid var(--hover--color);
    display: block;
    text-align: center;
    color: var(--hover--color);
    padding: 0 12px;
    line-height: 40px;
    margin-right: 8px;
    height: 40px;
    font-weight: bold;
    text-align: center;
}

.pagination li a:hover,
.pagination li.active span {
    color: #fff;
    background: var(--hover--color);
}

.trending-tag-menu {
    font-size: 1.8rem;
    overflow-x: auto;
    overflow-y: hidden;
    background: #372f6421;
}

.sub-title {
    font-size: 30px;
    font-weight: bold;
    padding: 9px 0;
}

.trending-tag-menu span {
    color: var(--secondary--color);
    padding-left: 0;
    position: relative;
    margin-top: 10px;
    font-weight: bold;
    width: 60px;
}

.trending-tag-menu ul {
    list-style-type: none;
    margin-bottom: 0;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: flex;
    white-space: nowrap;

    width: calc(100% - 54px);
    overflow-x: auto;
    overflow-y: hidden;
}

.trending-tag-menu ul li {
    padding: 10px;
    display: inline-block;
}

.trending-tag-menu ul li a {
    font-size: 1.8rem;
    color: #000;
}

.trending-tag-menu ul li a {
    font-size: 1.8rem;
    color: #000;
}

.trending-tag-menu ul li a:hover {
    font-size: 1.8rem;
    color: var(--hover--color);
}

.related__headline {
    padding-top: 25px;
    margin-top: 20px;
    border-top: 2px solid #f1f1f1;
}

.headline__news .text-Xl {
    font-size: 5.9rem;
    line-height: 1.2;
    font-weight: 700;
}

.related__headline.grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 23px;
    border-top: 2px solid #f1f1f1;
    padding: 25px;
    margin: 23px 50px 0 50px;
}

.opinon--title h2 {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    position: relative;
    color: var(--secondary--color);
}

.opinion__news .cluster__header {
    text-align: right;
    border: none;
    padding: 0;
}

.opinon--title h2:before {
    content: "विचार/ब्लग";
    opacity: 0.3;
    position: absolute;
    top: -23px;
    left: 0;
    width: 100%;
    z-index: 0;
    /* background: #090; */
    display: inline-block;
    /* text-align: center; */
    color: #33333354;
    font-size: 72px;
}

.opinon--title {
    margin-bottom: 7rem;
}

.site-nav > div > div > div > ul > li.active {
    background: #ee2824;
    padding: 8px;
    color: #fff;
}

.site-nav > div > div > div > ul > li.active a {
    color: #fff;
}

.related__headline .thumb__img img {
    margin: 0;
}

.site-nav > div > div > div > ul > li.active:hover a {
    color: #fff;
}

.download__app img {
    width: 150px;
}

.related__headline .each__news--list {
    border-bottom: none;
    padding: 0;
}

.the-contentarea {
    margin-bottom: 30px;
}

.download__app {
    margin-top: 12px;
}

.the-contentarea p {
    margin-bottom: 20px;
}

@media (max-width: 959px) {
    .saf-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* photo gallery css */
.photo-gallery {
    background: #191919;
    padding: 50px 0;
    margin-top: 50px;
    position: relative;
}

.photo-gallery .main-title {
    position: relative;
    max-width: 90%;
    margin: 0 auto;
    z-index: 1;
}

.photo-gallery .main-title::after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.btn-expand {
    width: 100%;
}

.photo-gallery .main-title h2 {
    color: #fff;
    font-size: 3.6rem;
    font-weight: 600;
    display: inline-block;
    margin: 0;
    background: #191919;
    padding: 10px 25px;
}

.gallery-icon {
    position: absolute;
    max-width: 1349px;
    padding: 35px;
    top: 50%;
    transform: translateY(-50%);
}

.photo-gallery .saf-container {
    max-width: 1005px;
}

.photo-gallery .gallery-icon i {
    font-size: 8.5rem;
    color: #fff;
    opacity: 0.05;
    /* margin-top: 1.3rem; */
}

.photo-gallery .gallery-image {
    margin-top: 30px;
}

.thumnail-gallery {
    margin: 0 -15px;
}

.thumnail-gallery .gallery-image {
    padding: 0 15px;
}

.slick-slide img {
    display: block;
    width: 100%;
}

/* footer  */

.site-footer {
    background: var(--primary--color);
    margin-top: 40px;
}

.contact-us-panel h3,
.footer-links h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.footer-links h3 {
    font-size: 1.9rem;
    font-weight: 600;
}

.contact-us-panel h3,
.footer-links h3,
.contact-us-panel p,
.footer-links li a {
    color: #fff;
}

.contact-us-panel p {
    font-size: 1.5rem;
}

.site-footer-btm {
    padding-bottom: 1rem;
    color: #fff;
}

.social--links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-unstyled li {
    line-height: 1.8;
}

.list-unstyled li a:hover {
    opacity: 0.6;
}

.social--links li a {
    display: inline-block;
    margin-right: 12px;
    background: #0000008f;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    width: 40px;
    line-height: 40px;
}

.site-footer-btm p {
    font-size: 15px;
}

.d-flex-wrap {
    flex-wrap: wrap;
}

.site-nav > div > div > div > ul > li > a:hover {
    color: var(--hover--color);
}

.main-navigation.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: 0.3s linear;
    background: #fff;
    border-top: none;
}

.mobile-logo {
    display: inline-block;
    margin-right: 12px;
    /* padding: 10px; */
    display: none;
}

.search-popoup .modal-header {
    color: #fff;
    background: var(--secondary--color);
    padding: 13px 23px;
}

.search-popoup .modal-header h5 {
    color: #fff;
    font-size: 19px;
}

.search-popoup .modal-body {
    padding: 2rem;
}

.search-popoup .modal-body .btn-primary {
    font-size: 16px;
    background: var(--hover--color);
    color: #fff;
    display: block;
    border: none;
    height: 41px;
    font-size: 20px;
}

.search-popoup .modal-body .form-control {
    font-size: 15px;
    display: block;
    height: auto;
    padding: 10px 30px 7px 19px;
}

.search-popoup .modal-header .close {
    font-size: 32px;
    color: #fff;
}

.landing__header {
    padding-bottom: 35px;
}

.landing__header .text-Xl {
    color: #000;
    line-height: 1.2;
}

.landing__header h2 {
    /*font-size:2.2rem;*/
    font-size: 27px;
    margin-top: 1.3rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.5);
    position: relative;
}

.news__details--info {
    border-top: 1px solid var(--secondary--color);
    margin-top: 2.3rem;
    padding-top: 2.4rem;
}

.mb-30 {
    margin-bottom: 30px;
}

.author--img {
    height: 50px;
    width: 50px;
    max-width: 50px;
    overflow: hidden;
    display: inline-block;
    margin-right: 1em;
}

.content-advertisement {
    margin-bottom: 30px;
    justify-content: center;
    border-top: solid 1px rgba(0, 0, 0, 0.2);
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    padding: 40px 0 18px;
    position: relative;
}

.content-advertisement a img {
    width: 100%;
}

.content-advertisement a {
    display: inline-block;
    padding: 25px 10px 0 10px;
}

.content-advertisement:before {
    content: "Advertisement";
    font-size: 13px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    color: #333;
    position: absolute;
    top: 14px;
}

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

.news__details--time h4 {
    display: inline-block;
    font-weight: bold;
    margin-top: 0;
    border-right: 1px solid #e46525;
    padding-right: 15px;
    margin-right: 15px;
    font-size: 16px;
}

.news__details--time span {
    display: inline-block;
    margin-right: 12px;
}

.news__banner {
    position: relative;
}

.news__details--time i {
    display: inline-block;
    margin-right: 4px;
    vertical-align: revert;
    font-size: 13px;
}

.news__banner h4 {
    position: absolute;
    bottom: 20px;
    left: 10px;
    z-index: 1;
    width: 100%;
    margin: 0;
    padding: 15px 30px 0 10px;
    color: #fff;
    font-size: 17px;
    text-shadow: 1px 1px 1px #000;
}

.the-content {
    font-size: 20px;
    padding: 40px 40px 0 40px;
    line-height: 170%;
    color: #333;
}

.the-content blockquote {
    color: var(--secondary--color);
    font-weight: bold;
    /*border-bottom: 3px solid var(--secondary--color);*/
    font-style: italic;
    font-size: 20px;
    position: relative;
}

.the-content blockquote p {
    font-weight: 600;
}


.the-content blockquote p {
    border-right: 3px solid var(--secondary--color);
    width: 300px;
    float: left;
    position: relative;
    margin: 0 30px 0 0;
    padding: 60px 30px 0 0px;
    border-bottom: none;
}


.the-content blockquote p:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    top: 0;
    font-size: 50px;
    color: var(--secondary--color);
}


.the-content blockquote p:before {
    left: 0;
    content: "\f10d";
}

.the-content blockquote.blockquote--right {
    padding: 60px 0 0px 30px;
    width: 300px;
    text-align: right;
    float: right;
    border-bottom: none;
    margin-left: 30px;
    border-left: 3px solid var(--secondary--color);
}


.news__content--footer {
    border-top: 1px solid var(--secondary--color);
    margin-top: 30px;
    padding-top: 23px;
}

.news__content--footer--user > a {
    color: #000;
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 20px;
}

.realted__tags {
    margin: 0 0 30px 0;
}

.realted__tags .tag {
    border-radius: 3px;
}

.tag {
    background: #c10000;
    display: inline-block;
    padding: 8px 15px;
    margin-right: 11px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 7px;
}

.landing__header .tag {
    margin-bottom: 19px;
}

.realted__tags .tag:hover {
    background: var(--hover--color);
    color: #fff;
}

.news__content--footer--user > a img {
    border-radius: 100%;
    height: 100%;
}

.the__end--sign {
    width: 170px;
    margin: 14px auto 0 auto;
    position: relative;
}

.related__news .article-excerpt-default--news {
    margin-bottom: 30px;
}

.the__end--sign i {
    display: inline-block;
    padding: 0 3px;
    background: #fff;
    z-index: 1;
    position: relative;
    letter-spacing: -7px;
    font-size: 10px;
}

.comment__area--form iframe {
    width: 100%;
}

.the__end--sign::before {
    width: 100%;
    height: 1px;
    background: #00000036;
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
}

.comment__area--form {
    margin-top: 20px;
    padding: 25px;
    background: #0000000a;
}

.the-content p:last-child {
    margin-bottom: 0;
}

.news__content--footer--user--detail p a:hover {
    color: var(--hover--color);
    transition: 0.3s linear;
}

.news__content--footer--user--detail p a i {
    margin-left: 2px;
    transition: 0.3s linear;
}

.news__content--footer--user--detail p a {
    font-size: 14px;
}

.news__content--footer--user--detail p a:hover i {
    color: var(--hover--color);
    margin-left: 5px;
    transition: 0.3s linear;
}

.news__content--footer--user--detail h3 {
    font-weight: bold;
    font-size: 19px;
    margin: 0 0 6px 0;
}

.news__content--footer--user--detail i {
    font-size: 13px;
    margin-right: 3px;
}

.news__content--footer--user--detail p {
    font-size: 1.6rem;
    margin-bottom: 2px;
}

.news__content--footer--user--detail p a {
    color: #000;
}

.the-content blockquote.blockquote--left {
    border-right: 3px solid var(--secondary--color);
    width: 300px;
    float: left;
    margin: 0 30px 0 0;
    padding: 60px 30px 0 0px;
    border-bottom: none;
}


.the-content blockquote.blockquote--right {
    padding: 60px 0 0px 30px;
    width: 300px;
    text-align: right;
    float: right;
    border-bottom: none;
    margin-left: 30px;
    border-left: 3px solid var(--secondary--color);
}

.the-content h1,
.the-content h2,
.the-content h3,
.the-content h4,
.the-content h5,
.the-content h6 {
    margin-top: 0;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.the-content h2 {
    font-size: 2.5rem;
}

.the-content h3 {
    font-size: 2rem;
}

.the-content ul,
.the-content ol {
    padding-left: 20px;
}

.the-content ul li,
.the-content ol li {
    font-size: 2rem;
    margin-bottom: 1.1rem;
}

.the-content h4 {
    font-size: 1.9rem;
}

.the-content h5 {
    font-size: 1.7rem;
}

.the-content h6 {
    font-size: 1.4rem;
}

.the-content img {
    margin-bottom: 15px;
}

.the-content blockquote.blockquote--left:before,
.the-content blockquote.blockquote--right:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    top: 0;
    font-size: 50px;
    color: var(--secondary--color);
}

.the-content blockquote.blockquote--left:before {
    left: 0;
    content: "\f10d";
}

.the-content blockquote.blockquote--right:before {
    right: 0;
    content: "\f10e";
}


.full-banner .d-flex {
    -webkit-justify-content: center;
    justify-content: center;
}

.the-content p {
    font-size: 22px;
    line-height: 170%;
    font-weight: 400;
    margin: 0 0 1.04em;
    text-align: justify;
}

.news__banner img {
    width: 100%;
}

.photo-gallery i {
    margin-right: 12px;
}

.iframe iframe {
    width: 100%;
}

.video__full {
    height: 500px;
}

.video__full iframe {
    height: 100%;
}

.pos-relative {
    position: relative;
}

.pos-absolute {
    position: absolute;
}

.video {
    background: #f1f1f1;
}

.article-excerpt-default--height i {
    bottom: 0;
    color: #fff;
    left: 0;
    font-size: 23px;
    background: var(--hover--color);
    padding: 13px;
}

.photo-gallery.video .main-title h2 {
    text-align: center;
    padding: 15px;
    background: var(--hover--color);
}

.photo-gallery.video .main-title:after {
    background: none;
}

.photo-gallery.video .main-title {
    max-width: inherit;
}

.video .article-excerpt-default__headline {
    color: #fff;
}

.corona-details-wrapper {
    background: url(../img/covid-background.jpg) no-repeat;
    padding: 30px;
}

.counter {
    font-size: 35px;
    font-weight: bold;
    color: #e46525;
}

.counter-text {
    font-size: 20px;
    font-weight: bold;
}

.corona-details-wrapper h2 {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
}

.corona-details-wrapper .nepal-block {
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

.nepal-block {
    padding-top: 20px;
}

.covid-alert {
    background-color: #d24040;
    border-radius: 4px;
    color: #fff !important;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 16px;
    padding: 11px 24px;
    margin-bottom: 2px;
    margin-top: 4px;
}

.covid-alert svg {
    display: inline-block;
    fill: #fff;
    height: 16px;
    margin-right: 4px;
    width: 16px;
    vertical-align: top;
}

.facebook--live-block {
    margin: 3rem 0 0 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    padding: 4rem;
}

.pos-relative {
    position: relative;
}

.category__header.video-header {
    background: none;
    padding: 0;
}

.article-excerpt-default--height span {
    position: absolute;
    bottom: 0;
    text-align: center;
    color: #fff;
    left: 0;
    font-size: 22px;
    background: #0000007d;
    padding: 18px;
    display: inline-block;
}

.article-excerpt-default--height:hover span {
    background: #d24040;
}

.category__header.video-header h2 {

    color: #d24040;
    font-size: 35px;
}


.video_news_wrap {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.09);
    padding: 3rem;
    margin-bottom: 3.5rem;
}

.video_news_wrap:last-child {
    margin-bottom: 0;
}


.headnews {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 4rem;
    align-items: center;
    justify-content: center;
}


.align-left {
    float: left;
    margin-right: 30px;
}

.align-right {
    float: right;
    margin-left: 30px;
}


.headnews_content h2 {
    font-size: 3.8rem;
    text-align: center;
    font-weight: 600;
    padding: 15px 20px 15px 20px;
}

.related--list--news {
    max-width: 300px;
}

.related--list--news ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.related--list--news strong {
    display: block;
    background: var(--secondary--color);
    color: #fff;
    padding: 9px 27px;
}

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


.news_date_time ul li {
    display: inline-block;
    list-style: none;
    font-weight: 500;
    font-size: 1.7rem;
    position: relative;
    padding-right: 9px;
}

.news_date_time ul li i {
    display: inline-block;
    margin-right: 0;
    font-size: 13px;
}

.interview-news-video .headnews_content h3 {
    font-size: 2.8rem;
    text-align: center;
    font-weight: 600;
    padding: 15px 0 15px 0;
}

.each__news--list span {
    position: absolute;
    bottom: 0;
    text-align: center;
    color: #fff;
    left: 0;
    font-size: 14px;
    background: #0000007d;
    padding: 10px;
    display: inline-block;
}


.trending-block .thumb__img {
    height: 73px;
    max-width: 120px;
    width: 227px;
    margin-right: 20px;
}

.trending-block .each__news--list h3 {
    /* font-weight: bold; */
    font-size: 2.11rem;
    margin: 0;
    line-height: 1.4;
}

.skip-ad:hover {
    opacity: .9;
    color: #fff;
}

.skip-ad {
    margin-bottom: 26px;
    margin-right: 0;
}

.news--inside__content {
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    margin: 30px 0;
}

.related--list--news ul {
    margin: 0;
    padding: 12px 22px;
    list-style: none;
    background: #e4652512;
}

.related--list--news ul li {
    border-bottom: 1px solid #0000004f;
    padding-bottom: 1.1rem;
    padding-top: 1.1rem;
    line-height: 1.4;
}

.related--list--news ul li a {
    font-size: 19px;
}

.news--inside__content .news--inside__content--img {
    height: 80px;
    width: 80px;
    overflow: hidden;
    display: inline-block;
}

.news-content {
    margin-left: 25px;
    font-size: 15px;
    font-weight: 600;
    color: #000000ab;
}

.news-content a {
    display: block;
    line-height: 1.4;
    font-size: 19px;
}

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

.skip__advertisement {
    background: #fff;
    height: 100vh;
    text-align: center;
    position: fixed;
    top: 0;
    overflow: scroll;
    z-index: 101;
    width: 100vw;
    display: none;
}

.skip__advertisement.skip-ad-open {
    display: block;

}

.skip__advertisement .site-logo {
    margin-top: 30px;
    margin-bottom: 30px;
}


.sidebar.sidebar--sticky {
    position: sticky;
    top: 100px;
}


@media (min-width: 959px) {
    .saf-container {
        padding-left: 35px;
        padding-right: 35px;
    }
}

@media (min-width: 900px) {
    .saf-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

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

.desktop-view {
    display: block !important;
    margin-bottom: 10px;
}

.mobile-view {
    display: none !important;
}
