/*-----------------------------------------------------------------------------------------------------------
                                    ----Dashboard Menu---
------------------------------------------------------------------------------------------------------------*/
.dashboard-menu {
    background: #111827;
}
.dashboard-navbar-item a {
    font-size: 14px;
    font-weight: 500;
    color: #525252;
}
.dashboard-alert {
    padding: 0;
    margin-bottom: 0;
}
.dashboard-navbar {
    display: flex;
    margin: 14px 0;
    padding: 9px;
    list-style: none;
    gap: 25px;
    background: #1f2937;
    border-radius: 11px;
}
.dashboard-dropdown-navbar-item a {
    font-size: 13px;
    line-height: 31px;
    font-weight: 500;
    padding: 0px 8px !important;
    display: block !important;
}
.dashboard-dropdown-navbar-item a:hover {
    background: #111827;
    color: white !important;
}
.dashboard-user img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 2px dotted #046fbc;
    padding: 2px;
    margin-right: 4px;
}
.dashboard-dropdown-box {
    background: #1f2937;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    min-width: 165px;
    top: 63px !important;
    border-radius: 0 0 7px 7px;
    padding: 0;
}
.dashboard-alert a:not([class]) {
    text-decoration: none;
}
.dashboard-alert a:not([class]):hover {
    text-decoration: none;
    color: #12aa98;
}
.close-button {
    padding: 8px;
    color: #666d7b;
    border-radius: 4px;
    opacity: unset;
    background: black;
}
.close-button:hover {
    background: #374151;
    color: #666d7b;
}
.dashboard-list-divider>:nth-child(n+2) {
    border-top: 1px solid #18212c;
    margin-top: 0;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Header---
------------------------------------------------------------------------------------------------------------*/
.mobile-menu {
    padding: 20px 0px 20px 0px;
    background: white;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Menu---
------------------------------------------------------------------------------------------------------------*/
.main-menu {
    background: #0066b3;
}
.navbar-light .navbar-brand {
    color: #fff;
}
.nav-item {
    position: relative;
    margin: 0 16px;
}
.nav-item:hover:after {
    width: 100%;
}
.nav-item:after {
    content: '';
    display: block;
    border-top: 2px solid #ffffff;
    width: 0;
    position: absolute;
    left: 0;
    transition: .2s ease-out;
    top: 39px;
}
.navbar-light .navbar-nav .nav-link {
    line-height: 30px;
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    margin: 10px 0;
    color: #ffffff;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #cbcbcb;
}
.dropdown-menu a:hover {
    background: #e2150b;
    color: #fff;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #02314b;
    color: #ffffff;
}
.dropdown-item {
    border-bottom: 1px solid #d1d1d1;
}
.uk-navbar-dropdown {
    top: 36px !important;
    padding: 8px;
    width: 320px;
}
@media    all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
    .navbar .dropdown-menu{ top:180%;  }
    .navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
}
.dropdown-menu {
    background: #ffffff;
    margin-top: 8px !important;
    border: none;
}
.social-icon-box {
    background: white;
    padding: 7px;
    top: 46px !important;
    text-align: right;
    width: 133px;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Index---
------------------------------------------------------------------------------------------------------------*/
body, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Mukta', sans-serif;
}
body {
    background: #f5f9fc;
}
.uk-link, a {
    color: #272727;
    text-decoration: none;
}
.uk-link:hover, a:hover {
    text-decoration: none;
    color: #e82525;
}
.title-tag-box {
    background: #0066b3;
}
.main-news-title-box {
    background: rgba(255,255,255,0.95);
    padding: 24px 20px;
    border-radius: 5px;
    backdrop-filter: blur(4px);
    box-shadow: 0px 2px 4px rgba(0,0,0,0.15);
}
.card-box {
    background: white;
    box-shadow: 0px 10px 40px 0px rgba(0, 101.99999999999994, 179, 0.13);
    padding: 20px;
    transition: 1s;
    border-radius: 8px;
}
.card-box:hover {
    transform: translateY(-6px);
}
.nepal-election-section {
    background: #ffa7a7;
    padding: 40px 0px;
}
.category-icon .fa-solid.fa-utensils {
    font-size: 32px;
    color: #e74444;
}
.category-icon .fa-brands.fa-gratipay {
    font-size: 32px;
    color: #0066b3;
}
.category-icon .fa-solid.fa-heart-pulse {
    font-size: 32px;
    color: #673AB7;
}
.category-icon .fa-regular.fa-face-smile-beam {
    font-size: 32px;
    color: #E91E63;
}
.category-icon .fa-solid.fa-genderless {
    font-size: 32px;
    color: #2196F3;
}
.category-icon .fa-solid.fa-capsules {
    font-size: 32px;
    color: #FF9800;
}
.float-left {
    float: left;
}
.taja-box {
    background: white;
}
.heading-tags a {
    background: #e9e9e9;
    padding: 0 11px;
    border: 1px solid #dbdbdb;
    border-radius: 8px;
}
.tag-box {
    background: #e7e7e7;
}
.blog-card {
    background: white;
    border-radius: 9px;
    padding: 15px;
    box-shadow: 0px 10px 40px 0px #0066b31f;
    border-bottom: 3px solid #0066b3;
}
.my-overlay {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(95%,rgb(0, 0, 0)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0)0,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0)0,rgb(0, 0, 0) 100%);
}
.big-interview-box {
    background: white;
    box-shadow: 0px 10px 40px 0px #0066b31f;
    border-radius: 3px;
}
.list-number {
    font-size: 44px;
    font-weight: 600;
    color: #8fcfff;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Font---
------------------------------------------------------------------------------------------------------------*/
.respo__fnt {
    font-size: calc(1.25rem + 2.9vw);
    line-height: 130%;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Image---
------------------------------------------------------------------------------------------------------------*/
.cover {
    object-fit: cover;
}
.writer-thumnail {
    height: 40px;
    width: 40px;
    padding: 2px;
    border: 1px dashed #0066b3 !important;
}
.xlarge-thumnail img {
    height: 485px;
}
.xxxmedium-thumnail img {
    height: 230px;
}
.xxxlarge-thumnail img {
    height: 320px;
}
.xsmall-thumnail img {
    height: 100px;
    width: 135px;
}
.blog-thumnail img {
    height: 200px;
}
.xxsmall-thumnail img {
    height: 120px;
    width: 128px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Category Heading---
------------------------------------------------------------------------------------------------------------*/
.heading__formall span {
    color: #0066b3;
    font-size: 28px;
    line-height: 45px;
    font-weight: 800;
    position: relative;
    display: inline-block;
    top: 6px;
    border-radius: 4px;
}
.heading__formall a {
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
    padding: 0 15px;
    line-height: 30px;
    position: absolute;
    right: 0px;
    border-radius: 90px;
    background: #d30000;
    top: 13px;
}
.heading__formall {
    margin-bottom: 31px;
    display: block;
    position: relative;
    top: 11px;
    border-top: double #d30000;
}
.heading__formall a:hover {
    background: #0066b3;
    color: white;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Footer---
------------------------------------------------------------------------------------------------------------*/
.footer-area {
    padding: 40px 0;
    background: #ffffff;
    border-top: 1px solid #d9d9d9;
}
.footer-logo img {
    height: 80px;
}
.social-media span {
    color: #d30000;
}
.footer-text p {
    font-size: 14px;
    color: #484848;
    font-family: 'Poppins';
    line-height: 1.8;
}
.footer-texts p {
    margin: 0;
    font-size: 14px;
    color: #ffffff;
}
.footer-links a {
    font-size: 14px;
    color: #606060;
    text-transform: none !important;
    font-family: 'Poppins';
}
.team-text h4 {
    color: #545454;
    font-size: 13px;
}
.team-text h3 {
    margin: 0;
    font-size: 18px;
    color: #282828;
    font-weight: 700;
}
.footer-heading h3 {
    margin: 0;
    font-size: 16px;
    font-family: 'Poppins';
}
.full-team-links a {
    background: #0066b3;
    padding: 5px 27px;
    font-family: 'Poppins';
    display: inline-block;
    border-radius: 50px;
    color: white;
    font-size: 14px;
}
.full-team-links a:hover {
    background: #d30000;
    color: white;
}
.black-box {
    background: #484848;
    padding: 9px;
    border-radius: 5px;
}
.footer-heading h4 {
    margin: 0;
    font-family: 'Poppins';
    font-size: 20px;
    color: #0066b3;
    font-weight: 600;
}
.trademark-area {
    background: #efefef;
}
.trademark-content p {
    font-size: 15px;
    margin: 0;
    font-family: "Poppins", sans-serif;
    color: #585858;
}
.trademark-content a {
    color: #ff6000;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Single Page---
------------------------------------------------------------------------------------------------------------*/
.sub-title-text {
    font-size: 19px;
    font-weight: 500;
    font-style: italic;
}
.single-author img {
    height: 40px;
    width: 40px;
    padding: 2px;
    border: 1px dashed #12aa98;
    margin-right: 8px;
}
.single-author span {
    font-size: 15px;
}
.single-date span {
    font-size: 14px;
    font-weight: 600;
    color: #464646;
}
.single-author a {
    font-size: 17px;
    font-weight: 600;
    color: #343434;
}
.share-count span {
    font-size: 25px;
    color: #666666;
    font-family: 'Poppins';
    font-weight: 500;
}
.share-count {
    display: inline-block;
    line-height: 32px;
}
.share-count-title {
    font-size: 13px;
    text-align: center;
    font-weight: 400;
    line-height: 1px;
    color: #2a2a2a;
    font-family: 'Poppins';
}
.feature-image-caption {
    font-size: 14px;
    font-style: italic;
}
figcaption {
    background: #f8f9fa;
    padding: 4px;
    text-align: center;
    font-size: 15px;
    font-style: italic;
}
/*blockquote {
    background: #3496d71f;
    padding: 20px;
    border-radius: 10px;
    float: left;
    width: 387px;
    margin-right: 25px;
    overflow: hidden;
}
blockquote p {
    font-size: 21px !important;
    color: #333;
    line-height: 30px !important;
    font-weight: 500 !important;
}
blockquote:before {
    content: "\f10d";
    font-family: fontawesome;
    color: #ed1c24;
    font-size: 39px;
}
blockquote:after {
    content: "\f10e";
    font-family: fontawesome;
    color: #ed1c24;
    font-size: 39px;
}*/
.single-content p {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 25px;
    font-style: normal;
    font-weight: 400;
    text-align: justify;
}
.tag-box {
    background: #b0224b1c;
    border: 1px solid #ffcedc;
    border-radius: 9px;
    padding: 15px;
}
.trending-tags {
    overflow: auto;
    white-space: nowrap;
}
.trending-tags a {
    background: white;
    margin-right: 13px;
    padding: 3px 11px;
    font-size: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
    border-radius: 12px;
}
.icon-box span {
    background: #e40613;
    color: white;
    border-radius: 50px;
}
.number {
    font-size: 25px;
    background: #defff0;
    height: 30px;
    width: 30px;
    text-align: center;
    border: 1px solid #08854b;
    line-height: 31px;
    border-radius: 50%;
    color: #08854b;
    font-weight: 600;
}
.xxxxsmall-thumnail img {
    height: 90px;
    width: 95px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----User Archive---
------------------------------------------------------------------------------------------------------------*/
.user-profile-box {
    background: white;
    box-shadow: 0px 10px 40px 0px #0066b324;
    padding: 20px;
    border-radius: 10px;
}
.user-title {
    font-size: 20px;
    color: #525252;
}
.user-thumnail img {
    height: 110px;
    width: 110px;
    border: 3px dashed #0066b3;
    padding: 5px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Writer Archive---
------------------------------------------------------------------------------------------------------------*/
.writer-profile-box {
    background: white;
    box-shadow: 0px 10px 40px 0px #0066b324;
    padding: 20px;
    border-radius: 10px;
}
.writer-profile-thumnail img {
    height: 110px;
    width: 110px;
    border: 3px dashed #0066b3;
    padding: 5px;
}
.writer-title {
    font-size: 20px;
    color: #525252;
}
.writer-description {
    font-size: 14px;
    color: #525252;
    font-weight: 500;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Search Modal---
------------------------------------------------------------------------------------------------------------*/
.search_box {
    background: #dbdbdb;
    border-radius: 8px;
}
.search-title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 23px;
}
.search-form-box {
    width: 100%;
}
.search-input-box {
    height: 61px !important;
    border-radius: 16px;
    background: white !important;
}
.search-icon-box {
    background: #ed1c24;
    border-radius: 0px 16px 16px 1px;
    width: 65px !important;
    color: #ffffff !important;
}
.search-icon-box:hover {
    background: #c90008;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Sidebar Menu Modal---
------------------------------------------------------------------------------------------------------------*/
.canvas-bar {
    background: #f2faff;
    max-width: 250px !important;
}
.navbar-logo-box img {
    height: 50px;
}
.navbar-logo-box {
    padding: 19px;
    background: #f2faff;
}
.navbar-category li a {
    padding-left: 23px;
}
.navbar-category a {
    font-size: 16px;
    font-weight: 600;
    color: #5a5a5a !important;
}
.dropdown-icon {
    background: #f2faff;
    color: #015cab;
    margin-right: 15px;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 19px;
    border: 1px solid #015cab;
}
.search-input {
    height: 46px !important;
    color: #fff !important;
    background: #ed4f20 !important;
    font-size: 16px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Team Blade---
------------------------------------------------------------------------------------------------------------*/
.team-thumnail img {
    height: 130px;
    width: 130px;
    border-radius: 50%;
}
.team-details .team-name {
    font-size: 20px;
    font-weight: 600;
    color: #3a3a3a;
}
.team-details .team-position {
    font-size: 15px;
    font-weight: 600;
}
.category_heading_text h2 {
    font-size: 26px;
    font-weight: bold;
    color: #0095da;
    margin: 0;
    font-family: 'khand';
}