/*-----------------------------------------------------------------------------------------------------------
                                    ----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 Part---
------------------------------------------------------------------------------------------------------------*/
.top-header-section {
    background: #f5f9ff;
    padding: 10px 0px 10px 0px;
    border-bottom: 2px solid #ddebff;
}
.english-translate a {
    background: #2460b9;
    padding: 1px 9px;
    border-radius: 3px;
    font-size: 16px;
    font-family: 'Jost';
    color: #ffffff;
    font-weight: 400;
}
.english-translate a:hover {
    background: #ab0000;
    color: white;
    border-radius: 50px;
}
.nepali-translate a {
    background: #ab0000;
    padding: 1px 9px;
    border-radius: 3px;
    font-size: 16px;
    font-family: 'Jost';
    color: #ffffff;
    font-weight: 400;
}
.nepali-translate a:hover {
    background: #2460b9;
    color: white;
    border-radius: 50px;
}
.icon-bar {
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    border-radius: 500px;
    background: #ffffff;
    color: #579cff;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .1s ease-in-out;
    transition-property: color, background-color;
    border: 1px solid #5098ff;
    font-size: 12px !important;
}
.main-logo img {
    height: 70px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Mobile Header---
------------------------------------------------------------------------------------------------------------*/
.mobile-header {
    padding: 20px 0px 20px 0px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Menu Part---
------------------------------------------------------------------------------------------------------------*/
.main-menu {
    padding: 12px 0px 12px 0px;
    background: #2460b9;
}
.main-navbar-nav {
    display: flex;
    gap: 30px;
}
.navbar-item li a {
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    transition: 1s;
    font-family: 'Mukta';
}
.nav-bar-lines::before {
    content: "";
    position: absolute;
    top: 28px;
    left: 0px;
    right: 100%;
    border-bottom: 2px solid #9fc3ff;
    transition: right .3s ease-out;
}
.navbar-item li a:hover {
    color: #9fc3ff;
}
.dropdown-box {
    background: white;
    box-shadow: 0 5px 12px rgba(0,0,0,.15);
    border-radius: 5px;
    min-width: 165px;
    padding: 15px !important;
}
.dropdown-navbar-item li a {
    font-size: 15px;
    color: #3c3c3c;
    padding: 5px 9px;
    border-radius: 3px;
    font-family: 'Mukta';
    font-weight: 600;
}
.dropdown-navbar-item li a:hover {
    background: #e3e3e3;
    color: #4c4c4c;
}
.nav-bar-lines:focus::before, .nav-bar-lines:hover::before {
    right: 0px;
}
.nav-bar-lines {
    position: relative;
}
.uk-sticky-fixed {
    top: 0 !important;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
}
.myscrollbar {
    height: 310px;
    overflow: auto;
    overflow-x: hidden;
    visibility: hidden;
    padding-right: 4px;
}
.myscrollbar-content, .myscrollbar:hover, .myscrollbar:focus {
    visibility: visible;
}
.myscrollbar-content, .myscrollbar:hover {
    transition: 1s;
}
#myscroll::-webkit-myscrollbar {
    width: 7px;
    background: transparent;
}
#myscroll::-webkit-myscrollbar-thumb {
    border-radius: 10px;
    background: #CED0D4;
    padding: 0;
}
.e-attendance-links a {
    background: #2460b9;
    padding: 3px 20px;
    border-radius: 3px;
    color: #ffffff;
    font-weight: 400;
    transition: 1s;
    font-size: 13px;
}
.e-attendance-links a:hover {
    background: #9c1929;
    color: white;
    border-radius: 4px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----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: yellowgreen;
    border-radius: 0px 16px 16px 1px;
    width: 36px !important;
    color: #ed1c24 !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---
------------------------------------------------------------------------------------------------------------*/
.offcanvas-close button {
    background: #2460b9;
    position: relative;
    border-radius: 4px;
}
.canvas-bar {
    background: #f2faff;
    max-width: 250px !important;
}
.offcanvas-bar-logo img {
    height: 40px;
}
.navbar-logo-box {
    padding: 22px 7px;
    background: #f2faff;
}
.navbar-category li a {
    padding-left: 23px;
}
.navbar-category a {
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #1a1a1a !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;
    font-family: 'Jost';
}
.signin-area .button {
    background: #ffffff;
    position: relative;
    border-radius: 50px;
    height: 39px;
    line-height: 40px;
    padding: 0 22px 0 22px;
    display: inline-block;
    color: #424242;
    font-weight: 700;
    font-size: 14px;
}
.signin-area {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: #015cab;
    padding: 10px 0 10px 0;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Body Part---
------------------------------------------------------------------------------------------------------------*/
body, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6, .feat span {
    font-family: 'Mukta', sans-serif;
}
.uk-link, a {
    color: #272727;
    text-decoration: none;
}
.uk-link:hover, a:hover {
    text-decoration: none;
    color: #323232;
}
.small-margin {
    margin-bottom: 25px;
}
.slider-dot a {
    width: 45px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 15px;
    background: #fff;
}
.slider-dot>.uk-active>* {
    background: #143c6f;
}
.my-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgb(0, 0, 0) 100%);
}
.default-card {
    background: #f5f9ff;
    padding: 11px;
    border-radius: 7px;
    border: 1px solid #c9dfff;
}
.read-more-links a {
    padding: 4px 12px;
    border: 1px solid #c9dfff;
    font-size: 13px;
    font-family: 'Jost';
    border-radius: 5px;
}
.read-more-button a {
    padding: 4px 12px;
    font-size: 16px;
    font-family: 'Arya';
    border-radius: 5px;
    color: #ffffff;
    background: #bf1e2e;
}
.bg-card {
    background: #f5f9ff;
    padding: 20px;
    border: 1px solid #c9dfff;
    border-radius: 4px;
}
.xcard {
    background: white;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
    border-radius: 10px;
}
.xmedium-margin {
    margin-bottom: 25px;
}
.play-botton {
    background: #080808;
    padding: 12px 12px;
}
.play-button-overlay {
    background: black;
}
.overlay-area {
    background: #2460b999;
    padding: 20px 20px;
}
.icon-box span {
    background: #231f20;
    color: white;
    border-radius: 50px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Font Part---
------------------------------------------------------------------------------------------------------------*/
.name-position-excerpt h4 {
    font-size: 20px;
    font-family: 'arya';
    font-weight: 600;
    color: #579cff;
    margin: 0;
}
.name-position-excerpt h5 {
    font-size: 16px;
    margin: 0;
    font-weight: 500;
    color: #6c6c6c;
}
.excerpt {
    font-size: 16px;
    font-family: 'Jost';
}
.excerpt-text p {
    font-size: 15px;
    text-align: justify;
}
.jost {
    font-family: 'Jost';
}
.texts h3 {
    font-size: 20px;
    margin: 0;
    font-weight: 500;
    color: #6c6c6c;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Image Part---
------------------------------------------------------------------------------------------------------------*/
.xthumnail img {
    height: 95px;
    width: 95px;
    border-radius: 50%;
    border: 2px solid #ddebff;
}
.slider-thumnail img {
    height: 550px;
}
.icon-thumnail img {
    height: 80px;
    width: 80px;
    background: #f4f8fe;
    padding: 7px;
    border-radius: 17px 0px 17px 0px;
    border: 1px solid #c9dfff;
}
.xxxsmall-thumnail img {
    height: 98px;
    width: 130px;
}
.xxsmall-thumnail img {
    height: 95px;
    width: 110px;
}
.xxmedium-thumnail img {
    height: 235px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Category Heading---
------------------------------------------------------------------------------------------------------------*/
.heading h2 {
    font-size: 32px;
    font-weight: 600;
}
.heading {
    margin-bottom: 20px;
}
.text-link {
    position: relative;
    margin-top: 10px;
    display: inline-block;
    font-size: 20px;
    margin-right: 5px;
    font-weight: 600;
    transition: all .1s ease-in-out;
    font-family: 'Mukta';
}
.text-link::before {
    width: 35px;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    background: #bf1e2e;
    height: 2px;
    transition: all .1s ease-in-out;
}
.text-link:hover::before {
    width: 100%;
}
.text-heading {
    margin-bottom: 20px;
}
.text-heading h2 {
    font-size: 30px;
    font-weight: 600;
}
.text-heading h5 {
    font-size: 25px;
    text-align: center;
    font-weight: 700;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Footer---
------------------------------------------------------------------------------------------------------------*/
.footer-box {
    background: #314455;
}
.information-officer-area {
    background: #ffffff;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
}
.information-officer-area-thumnail img {
    height: 120px;
    width: 120px;
    border-radius: 50%;
}
.text-heading h4 {
    font-size: 21px;
    font-family: 'arya';
    font-weight: 700;
    color: #3a3a3a;
}
.information-officer-details h4 {
    font-size: 20px;
    font-weight: 600;
    color: #5c5c5c;
    margin: 0;
}
.information-officer-details h5 {
    font-size: 16px;
    margin: 0;
    font-weight: 500;
    color: #818181;
}
.information-officer-details h6 {
    font-size: 14px;
    margin: 0;
    font-weight: 500;
    color: #818181;
}
.contact-area {
    padding: 12px 0px 12px 0px;
}
.footer-content p {
    font-size: 15px;
    color: white;
}
.quick-links a {
    font-size: 16px !important;
    text-transform: none;
    font-family: 'Jost';
}
.releted-links a {
    font-size: 17px;
}
.trademark-box {
    background: #446eb6;
}
.trademark-content p {
    font-family: 'poppins';
    font-weight: 300;
    font-size: 16px;
}
.back-to-top-buttom {
    background: #c41616;
    position: fixed!important;
    bottom: 50px;
    right: 20px;
    width: 30px;
    height: 30px;
    z-index: 88;
    display: inline-flex;
    vertical-align: middle;
    justify-content: center;
    color: #ffffff;
    border-radius: 4px;
}
.back-to-top-buttom:hover {
    background: #d4d4d4;
    color: white;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Single Page---
------------------------------------------------------------------------------------------------------------*/
.single-news-title h2 {
    font-size: 35px;
    font-family: 'Jost';
    font-weight: 600;
}
.author-area img {
    height: 25px;
    width: 25px;
    border-radius: 50px;
    border: 1px solid #1d30c9;
    padding: 2px;
    margin-right: 7px;
}
.author-area a {
    font-size: 16px;
    font-family: 'jost';
    text-transform: none;
    font-weight: 500;
    color: #3095f3;
}
.news-publish-date {
    font-size: 16px !important;
    text-transform: none !important;
    font-weight: 300;
    color: #8492a6 !important;
}
.read-time {
    font-size: 16px !important;
    text-transform: none !important;
    font-weight: 300;
    color: #8492a6 !important;
}
.single-content p {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 25px;
    font-weight: 400;
    text-align: justify;
    font-family: 'Jost';
}
.title-tag-box span {
    background: #f0d891;
    padding: 4px 17px;
    color: #584200;
    font-size: 14px;
    border-radius: 5px;
    font-family: 'jost';
}
.sub-title-text {
    font-size: 15px;
    font-weight: 500;
    font-style: italic;
    font-family: 'jost';
}
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;
}
.feature-image-caption {
    font-size: 14px;
    font-style: italic;
}
figcaption {
    background: #f8f9fa;
    padding: 4px;
    text-align: center;
    font-size: 15px;
    font-style: italic;
}
.trending-tags {
    overflow: auto;
    white-space: nowrap;
}
.trending-tags a {
    background: #d9eeff;
    margin-right: 13px;
    padding: 3px 11px;
    font-size: 12px;
    border-radius: 12px;
    font-family: 'jost';
    font-weight: 500;
    color: #008eff;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Byline Page---
------------------------------------------------------------------------------------------------------------*/
.byline-thumnail img {
    height: 100px;
    width: 100px;
    border-radius: 50px;
    border: 2px solid #b0224b;
    padding: 2px;
}
.byline-box {
    background: white;
    padding: 20px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    border-radius: 20px;
}
.byline-description {
    background: #d5f0ff;
    padding: 9px;
    border: 1px solid #73cdff;
    border-radius: 55px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Page Blade---
------------------------------------------------------------------------------------------------------------*/
.page-heading {
    background: #446eb6;
    padding: 28px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    background-attachment: fixed;
    border-bottom: 2px solid #bf1e2e;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Online Services Blade---
------------------------------------------------------------------------------------------------------------*/
.card-area {
    background: white;
    padding: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    border-left: 4px solid #2460b9;
    transition: transform 0.3s ease-out;
}
.card-area:hover {
    transform: translate(0, -5px);
    cursor: pointer;
}