.sticky-top {
    position: fixed;
    top: 0;
    width: 100%;
    transition: 1s ease;
}

.sagarmatha-header-mobile {
    display: none;
}

#sagarmatha-header-side {
    display: none;
}

.sagarmatha-header ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: var(--main-bg-color);
}

.sagarmatha-header li {
    float: left;
}

.sagarmatha-header .pull-right {
    float: right;
}

.sagarmatha-header li a {
    display: block;
    color: white;
    text-align: center;
    padding: 8px 16px;
    text-decoration: none;
    font-size: large;
}

.sagarmatha-header li a:hover:not(.active-ever) {
    background-color: #111;
    color: white;
}

.active-ever {
    background-color: var(--secondry-color);
}

.menu-bar i {
    line-height: 1.6;
    font-weight: lighter;
}

.bg-black {
    background: #333;
}

.bg-blue {
    background: #01639E;
}

.text-blue {
    color: #01639E;
}

.bg-darkblue {
    background-color: var(--main-bg-color);
}

.text-darkblue {
    color: var(--main-bg-color);
}

.hover-blue:hover, .hover-blue i:hover {
    color: #01639E;
}


.hover-red:hover, .hover-red i:hover {
    color: #E3242B;
}

.header-logo {
    height: 85px;
    width: auto;
}

.drishti {
    height: 40px;
}

.font-size-13 {
    font-size: 13px;
}


.sagarmatha-header-side {
    width: 20vw;
    position: fixed;
    top: 0;
    min-height: 100vh;
    max-height: 100vh;
    overflow: auto;
    z-index: 9999;
}

.sagarmatha-header-side ul {
    padding-left: 0;
    padding-top: 10px;,
background-color: transparent;
}

.sagarmatha-header-side ul li {
    list-style: none;
    padding: 0 0 10px 0;
}

.sagarmatha-header-side ul li a {
    color: white;
    padding: 10px 5px;
    font-size: 22px;
}

.sagarmatha-header-side ul li a:hover:not(.active-ever) {
    color: #ec1d24;
}

/*search form */

.header-search .overlay {
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    background-color: rgba(46, 49, 146, 0.9);
}


.header-search .overlay-content {
    position: relative;
    top: 40%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.header-search .overlay .closebtn {
    position: absolute;
    top: 15%;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white !important;
}

.header-search .overlay .closebtn:hover {
    color: #ccc;
}

.header-search .overlay input[type=text] {
    font-size: 3rem;
    color: white;
    font-weight: bolder;
    border: none;
    float: center;
    width: 50%;
    background: transparent;
    border: 0;
    border-bottom: 2px solid white;
    padding: 0 !important;
    padding-top: 40px !important;
    /*padding-bottom: 30px !important;*/
    text-transform: uppercase;
}

.overlay input[type=text]:hover {
    background: transparent;
}

.overlay input[type=text]::placeholder {
    color: white !important;
    opacity: 1;
}

.overlay button {
    float: right;
    width: 20%;
    padding: 10px;
    background: white;
    border: 2px solid white !important;
    color: #01639E;
    border: none;
    cursor: pointer;
    border-radius: 30px;
    font-size: 2rem;
}

.overlay button:hover {
    background: #ec1d24;
    color: white;
    border: 2px solid #ec1d24 !important;
}

.overlay button:focus {
    border: 2px solid #f7f7f7 !important;
}

.trending-div {
    box-shadow: 0 8px 6px -6px grey !important;
    display: none;
    position: fixed;
    z-index: 999999;
    background: white;
    width: 100%;
    padding: 60px;
}

.trending-div div span {
    color: #ccc;
}

.trending-div div a {
    color: rgba(0, 0, 0, 0.8);
    font-size: 1.1rem;
}

.trending-div div .trending-link:hover a {
    /*background: #eee;*/
    color: #01639E !important;
}

.close-trending-mobile {
    display: none;
}

button#close-side-header {
    position: fixed;
    left: 17vw;
    top: 35px
}

@media all and (max-width: 767px) {
    button#close-side-header {
        left: 60%;
    }

    .mobile-logo {
        height: 50px;
    }

    .sticky-top .help-button-wrapper {
        top: 97px !important;
    }

    .sagarmatha-header {
        width: 50%;
        display: none;
    }

    .sagarmatha-header-mobile {
        display: block;
    }

    .sagarmatha-header-side {
        width: 75%;
    }

    .sagarmatha-header ul li {
        display: block;
        width: 100%;
    }

    .sagarmatha-header ul li a {
        text-align: left;;
    }

    .sagarmatha-header .pull-right {
        float: none;
    }

    .header-bottom {
        justify-content: center;
        text-align: center;
    }

    .header-bottom .text-right {
        text-align: center !important;
        margin-top: 15px;
    }

    .footer-contact .pl-3 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .footer-links {
        margin-top: 25px;
    }

    .footer-links .col-md-4 {
        max-width: 33% !important;
    }

    .copyright .text-center {
        text-align: left !important;
    }

    .close-trending-mobile {
        display: block;
    }

    .trending-div {
        padding-left: 10px;
        padding-right: 10px;
    }

    .header-search .overlay input[type=text] {
        font-size: 1rem;
        color: white;
        font-weight: bolder;
        border: none;
        float: center;
        width: 50%;
        background: transparent;
        border: 0;
        border-bottom: 2px solid white;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .overlay button {
        width: 35%;
        font-size: 1rem;
        padding-top: 5px;
        padding-bottom: 5px;

    }
}

/*
**         **
**Ekagaj Css
**          **
*/

.help-button-wrapper {
    position: fixed;
    top: 7.6em;
    right: 5.4em;
    text-align: center;
    z-index: 99
}

.help-button {
    height: 3.5em;
    width: 3.5em;
    font-size: 11px;
    border: 0 none;
    background: var(--secondry-color);
    color: #fff;
    cursor: pointer;
    transform: scale(1);
    transition: all 200ms ease
}

.help-button i {
    display: block;
    font-size: 1.8em;
    transform: scale(1);
    transition: transform 100ms ease
}

.help-button:hover span {
    transform: scale(1.25)
}

.help-button:hover ~ .help-list,
.help-list:hover {
    transform: translate(0, 20px) scale(1);
    opacity: 1;
    color: rgba(255, 255, 255, .5);
    background: #EE1C25;
    visibility: visible
}

.help-list {
    list-style: none;
    padding: 0;
    margin: 0;
    transition: all 200ms ease;
    transform: translate(0, 90px) scale(.5);
    transform-origin: right center;
    opacity: 0;
    visibility: hidden
}

.help-list li {
    margin-bottom: 0
}

.help-list a {
    color: #fff !important
}

.sticky-top .help-button-wrapper {
    top: 44px;
    right: -1px;
    display: block
}

.sticky-top .help-button {
    height: 3em;
    width: 2.9em;
    font-size: 13px
}

.sticky-top .navone li {
    padding: 4px
}

.sticky-top .navone li a {
    font-size: 13px
}

.navone,
.list-en {
    background: #9b9b9b;
    padding: 0;
    margin-bottom: 0
}

.navone li,
.list-en li {
    display: inline-block;
    padding: 7px;
    transition: 0.3s ease-out;
    cursor: pointer
}

.sticky-top .navone li {
    display: block
}

.navone li:hover {
    background: #515151
}

.navone li:hover a {
    color: #fff !important;
    transform: scale(1.03)
}

.firstbar .search .form-group {
    margin-bottom: 0
}

.firstbar .search .form-group .input-group-btn .btn {
    line-height: 0
}

.firstbar .nav-icons li a {
    display: inline-block;
    color: #191E21
}

.firstbar .nav-icons li a i {
    font-size: 18px;
    width: 25px;
    text-align: center;
    color: #fff
}

.firstbar .nav-icons li a div {
    float: left;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 3px
}

.firstbar .nav-icons li a:hover {
    color: var(--secondry-color)
}

.navone li,
.navone li a,
.navone li svg {
    vertical-align: middle;
    color: #fff !important
}

.firstbar {
    position: relative;
    width: 100%;
    background-color: #FFF;
    height: 190px;
}

.sticky-top .firstbar {
    height: 0;
}

.sticky-top .firstbar .top-first {
    display: none;
}

.firstbar .brand {
    float: left
}

.firstbar .brand a {
    text-decoration: none
}

.firstbar .brand img {
    width: auto;
    display: block;
    float: left;
    height: 125px;
    padding-top: 5px;
}

.firstbar .search {
    position: relative
}


.menu {
    position: relative;
    width: 100%;
    background-color: var(--main-bg-color);
    /* overflow:hidden; */
}

.menu .brand {
    display: none;
    float: left;
    height: 40px;
    line-height: 52px
}

.menu .brand img {
    width: 100%
}

.menu .brand a {
    text-decoration: none
}

.img-round .widgets_small .post_img img {
    border-radius: 50%;
    width: 95px !important;
}

.sticky-top .menu .brand {
    display: block;
}

.sticky-top .brand img {
    width: auto;
    height: 45px;
}

.home .col-xs-12.col-md-3.sidebar {
    margin-top: 15px;

}

.col-md-3 aside .aside-title.side,
.col-md-4 aside .aside-title.side {
    padding: 8px
}

.col-md-3 aside .aside-title.side .all,
.col-md-4 aside .aside-title.side .all {
    top: 12px
}

.grid-news {
    display: grid;
    grid-template-columns: 300px 1fr 300px;
    grid-gap: 30px
}

.home .grid-row {
    display: grid;
    grid-gap: 7px;
    padding: 0 15px;
}

.home .grid-row .sidebar {
    margin-top: 20px;
}

aside {
    margin-bottom: 25px;
    display: inline-block;
    width: 100%
}

aside:last-child {
    margin-bottom: 0
}

aside .aside-title {
    font-size: 18.5px;
    position: relative;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: var(--main-bg-color);
    font-family: 'Karma', serif;
    font-weight: 700
}

aside .aside-title .all {
    position: absolute;
    right: 0;
    font-size: 12px;
    color: #383838;
    top: 5px
}

aside .aside-title .all i {
    color: #35506f;
    margin-left: 5px
}

aside .aside-title:after {
    content: ' ';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 15px;
    height: 2px;
    background-color: var(--secondry-color)
}

.article p, article p, .most-popular p {
    font-family: 'Karma', serif;
    font-weight: 500;
    color: rgba(0, 0, 0, .85);
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 0;
}

.article-lg .details h1 a {
    color: #222;
    text-decoration: none
}

.article-lg .details h1 a:hover {
    color: var(--secondry-color)
}

.article-lg .details p {
    line-height: 24px
}

.article-lg a img {
    height: 300px;
    margin-bottom: 10px;
}

.h_195img .article a img {
    height: 195px;
}

.h_195img .article-md .details h1 {
    max-height: 43px;
    color: #222;
    text-decoration: none;
    font-size: 17.5px;
    line-height: 1.3;
    margin-top: 10px;
    overflow: hidden;
}

.article .details {
    margin-bottom: 10px;
}

.article a img {
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}

.article a {
    font-size: 17.5px;
}

.article .time, article .category {
    /*margin: 0 10px;*/
    color: #868686;
    font-size: 11px;
}

aside .article-mini figure {
    margin-bottom: 0
}

aside .article-mini h1 {
    margin-top: -3px
}

aside .nav li a {
    background-color: #e8e8e8;
    margin-right: 2px;
    color: #222;
    padding: 12px;
    font-size: 14px;
    border-radius: 0 !important
}

aside .nav li a i:before {
    font-size: 18px;
    margin-right: 5px
}

aside .nav li a.active {
    background-color: #fff;
    color: #000;
    border-bottom: 2px solid var(--secondry-color) !important
}

aside .nav li a.active i {
    color: var(--secondry-color)
}

aside .tab-pane {
    border: 1px solid #ddd;
    border-top: none;
    padding: 20px
}

aside .line {
    margin: 20px 0
}

@keyframes loading {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

/*.col-md-3 aside .aside-title.side, .col-md-4 aside .aside-title.side {*/
/*    padding: 8px;*/
/*}*/
.card {
    background: #FFF none repeat scroll 0% 0%;
    box-shadow: none !important;
    margin-bottom: 25px;
}

aside .aside-title-bg {
    font-size: 18.5px;
    position: relative;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: var(--main-bg-color);
    font-family: 'Karma', serif;
    font-weight: 700;
}

aside .aside-title-bg.side {
    background: var(--secondry-color);
    color: #fff;
    padding: 8px;
    margin-bottom: 0;
}

.aside-title-bg.side a {
    color: #fff !important;
}

aside .aside-title-bg.side .all {
    color: #fff;
    top: 10px;
    right: 10px;
    position: absolute;
    font-size: 12px;
}

.newstype_two h1, .text-center h1, .category header h1:nth-last-of-type(1), .category header h2:nth-last-of-type(1), .category header h3:nth-last-of-type(1) {
    line-height: 1.3;
}

.article-mini {
    max-height: 45px;
    overflow: hidden;
}

.article-mini a {
    font-size: 16.5px;
    line-height: 1.5;
    color: #222 !important;
    font-family: 'Karma', serif;
    font-weight: 500;
}

a {
    color: #222;
}

/*twitter Embed*/
.timeline-Body {
    height: 380px !important;
    overflow: auto !important;;
}

/*Province Tab*/

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border-width: 0
}

.nav-tabs > li > a {
    border: none;
    color: #666
}

.nav-tabs > li.active > a,
.nav-tabs > li > a:hover {
    border: none;
    color: var(--secondry-color) !important;
    background: transparent
}

.nav-tabs > li > a::after {
    content: "";
    background: #4285F4;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 1px;
    transition: all 250ms ease 0s;
    transform: scale(0)
}

.nav-tabs > li.active > a::after,
.nav-tabs > li:hover > a::after {
    transform: scale(1)
}

.tab-nav > li > a::after {
    background: #21527d none repeat scroll 0% 0%;
    color: #fff
}

.tab-pane {
    padding: 15px 0
}

.tab-content {
    padding: 25px 0
}

.blockregion .col-md-12.col-xs-12 {
    padding: 0
}

.blockregion .aside-body.col-md-7 {
    padding-left: 0
}

.blockregion .aside-body.col-md-5,
section.block_wealth .col-md-12.col-sm-6.col-xs-12 {
    padding-right: 0
}

/* .blockregion .aside-body.col-md-5{
    background: #f7f7f7;
    padding: 20px;
} */

.card {
    background: #FFF none repeat scroll 0% 0%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    margin-bottom: 25px
}

.nav-tabs {
    /* display: inline-flex; */
    width: 100%
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border-width: 0
}

.nav-tabs > li > a {
    border: none;
    color: #666
}

.nav-tabs > li.active > a,
.nav-tabs > li > a:hover {
    border: none;
    color: var(--secondry-color) !important;
    background: transparent
}

.nav-tabs > li > a::after {
    content: "";
    background: var(--secondry-color);
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 1px;
    transition: all 250ms ease 0s;
    transform: scale(0)
}

.nav-tabs > li.active > a::after,
.nav-tabs > li:hover > a::after {
    transform: scale(1)
}

.tab-nav > li > a::after {
    background: #21527d none repeat scroll 0% 0%;
    color: #fff
}

.tab-pane {
    padding: 15px 0
}


aside .tab-pane {
    border: none;
    padding: 0
}

aside .nav-tabs li.active a {
    border-top: none !important
}

.tab-content .article-fw figure {
    height: 400px
}

.bg--lower {
    background: linear-gradient(to right, #222, #282828);
    width: 100%;
    height: 67%;
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: -1;
}

.videofeatured h5 {
    color: #fff;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 10px;
}

.best-of-the-week {
    position: relative;
}

.photofeature .bg--lower {
    top: 110px;
    height: 70%;
}

.featured-new {
    display: inline-block;
    width: 100%;
    position: relative;
    height: 550px;
    overflow: hidden;
}

.featured-new .overlay {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: rgba(0, 0, 0, .5);
}

.featured-new .details {
    padding: 20px;
    position: absolute;
    bottom: 10px;
}

.featured-new .details h1, .featured-new .details .category, .featured-new .details .time {
    color: #fff;
    margin: 0;
}

.featured-new .details h1 {
    margin-bottom: 5px;
    text-transform: capitalize;
    line-height: 1.4em;
    font-size: 28px;
}

.featured-new .details h1 a {
    text-decoration: none;
    color: #fff;
}

.slick-right-margin .slick-slide {
    margin-right: 10px;
}

.modal.right .modal-dialog, section.single .modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 360px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.right.fade .modal-dialog, section.single .modal.right.fade .modal-dialog {
    right: 0;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog, section.single .modal.right.fade.in .modal-dialog {
    right: 0;
}

.modal.right .modal-dialog .modal-header {
    position: relative;
}

.btn.close {
    padding: 8px 12px !important;
    background: #ccc;
    opacity: 1;
    color: #fff;
    font-size: 20px;
    position: fixed;
    right: 30px;
    top: 30px;
}

.sagarmatha-header li a:hover:not(.active-ever) {
    background-color: #111;
    color: white;
}

.sagarmatha-header li a i {
    margin-top: -3px;
}

.sticky.trending-div {
    top: 43px !important;
}
