/*-----------------------------------------------------------------------------------------------------------
                                    ----Dashboard Menu---
------------------------------------------------------------------------------------------------------------*/
.dashboard-menu {
    background: #1e87f0;
}
.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: #ffffff;
    border-radius: 11px;
}
.dashboard-dropdown-navbar-item a {
    font-size: 13px;
    line-height: 31px;
    font-weight: 500;
    padding: 0px 8px !important;
    display: block !important;
    color: white !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: #af1e23;
    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: #ffffff;
    border-radius: 4px;
    opacity: unset;
    background: #af1e23;
}
.close-button:hover {
    background: #374151;
    color: #666d7b;
}
.dashboard-list-divider>:nth-child(n+2) {
    border-top: 1px solid #fbb4b6;
    margin-top: 0;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Header Part---
------------------------------------------------------------------------------------------------------------*/
.today-date p {
    margin: 0;
    font-size: 13px;
    color: #787878;
    font-weight: 500;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Menu Part---
------------------------------------------------------------------------------------------------------------*/
.main-menu {
    background: #ffffff;
    z-index: 999;
    position: relative;
    border-top: 1px solid #e9e9e9;
    border-bottom: 2px solid #e9e9e9;
}
.navigation-bar {
    display: flex;
}
.navigation-item a {
    font-size: 18px;
    font-weight: 600;
    color: #585858;
    font-family: 'Mukta', sans-serif;
    line-height: 28px;
    padding: 15px 15px;
    display: inline-block;
}
.navigation-item a:hover {
    color: #d70304;
    background: #f1642000;
}
.navigation-lines::before {
    content: "";
    position: absolute;
    top: 58px;
    left: 0px;
    right: 100%;
    border-bottom: 2px solid #d70304;
    transition: right .3s ease-out;
}
.navigation-lines:focus::before, .navigation-lines:hover::before {
    right: 0px;
}
.navigation-lines {
    position: relative;
}
.navigation-dropdown-box {
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .1), 0 2px 6px rgba(0, 0, 0, .08);
    min-width: 165px;
    top: 62px !important;
    border-radius: 0 0 7px 7px;
    padding: 0;
}
.dropdown-navigation-item a {
    padding: 7px 21px;
    font-size: 16px;
    font-weight: 600;
    transition: .25s linear;
    display: block;
    color: #282828;
}
.child-navigation-item a {
    padding: 7px 21px;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #282828;
}
.child-navigation-item a:hover {
    color: #d70304;
}
.child-navigation-dropdown-box {
    padding: 0;
    border-radius: 0 0 7px 7px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .1), 0 2px 6px rgba(0, 0, 0, .08);
}
.child-navigation>ul>li>a {
    padding: 7px 21px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #1a1a1a;
}
.child-navigation>ul>li>a:hover {
    color: #d70304;
}
.dropdown-list-divider>:nth-child(n+2) {
    border-top: 1px solid #e5e5e5;
    margin-top: 0;
}
.uk-sticky-fixed .main-menu {
    border-top: none;
}
.uk-sticky-fixed .sticky-date {
    display: block;
    background: #1a1a1a;
    padding: 3px 5px;
    font-size: 10px;
    font-weight: 600;
    top: 60px;
    color: white;
}
.sticky-date {
    position: absolute;
    display: none;
}
.english-buttom-links a {
    background: #d70304;
    padding: 5px 7px;
    display: inline-block;
    border-bottom: 2px solid #ababab;
    border-radius: 3px;
    font-family: 'Rubik';
    font-size: 15px;
    font-weight: 500;
    color: white;
}
.english-buttom-links a:hover {
    background: #0e5dae;
    color: white;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----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: #100f0f;
    text-decoration: none;
}
.uk-link:hover, a:hover {
    text-decoration: none;
    color: #d70304;
}
.title-tag-box span {
    background: #d70304;
    padding: 4px 13px;
    font-size: 17px;
    font-weight: 700;
    color: white;
    display: inline-block;
    border-radius: 2px;
}
.my-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgb(34, 34, 34) 100%);
}
.card-default {
    background: #ffffff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.default-card {
    border-bottom: 1px solid #efefef;
    background: #ffffff;
    border-right: 1px solid #efefef;
    border-left: 1px solid #efefef;
    border-radius: 0px 0px 5px 5px;
}
.specal-blocks {
    background: #0e5dae;
    padding: 30px 0px;
}
.overlay-default {
    width: 500px;
    background: #0c0c0c4d;
    border-radius: 0px 22px 0px 0px;
    padding: 20px;
}
.popular-number {
    font-size: 23px;
    color: #ffffff;
    background: #d70304;
    width: 35px;
    height: 35px;
    line-height: 36px;
    text-align: center;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-right: 6px solid #8f0101;
}
.previous-next-button {
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .149);
    border: 1px solid #b3b3b3;
}
.line-box:after {
    content: "";
    border: 2px solid #d70304;
    width: 60%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 12px;
}
.marquee-section {
    background: #0e5dae;
    padding: 5px 12px;
    border-radius: 7px;
}
.category-card {
    background: #0e5dae;
    padding: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    border-bottom: 1px solid #cdcdcd;
    border-radius: 6px;
    cursor: pointer;
    transition: box-shadow .1s ease-in-out;
    height: 135px;
}
.bg1 {
    background: #0e5dae;
    border-radius: 9px;
}
.bg1:hover {
    background: #af1e23;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Font Part---
------------------------------------------------------------------------------------------------------------*/
.breaking-news-title h1 {
    font-size: 67px;
    line-height: 77px;
    margin: 0;
    font-weight: 600;
}
.breaking-news-title h3 {
    font-size: 31px;
    font-weight: 800;
    margin: 0;
}
.breaking-news-byline a {
    font-size: 16px;
    font-weight: 600;
    color: #484848;
}
.second-heading-text p {
    font-size: 17px;
    margin: 0;
    font-style: italic;
    font-weight: 500;
    color: #4a4a4a;
}
.post-excerpt p {
    margin: 0;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
}
.post-date {
    font-size: 13px;
    font-weight: 400;
    color: #3a3a3a;
}
.by-author a {
    font-size: 13px;
    color: #3a3a3a;
    font-weight: 400;
}
.marquee-news-links a {
    font-size: 17px;
    margin-right: 10px;
}
.category-card a {
    font-size: 22px;
    font-weight: 500;
    color: white;
}
.bg1 a {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Thumbnail---
------------------------------------------------------------------------------------------------------------*/
.breaking-news-byline img {
    height: 45px;
    border-radius: 50%;
    width: 45px;
    padding: 2px;
    border: 1px dotted #456;
    margin-right: 4px;
}
.xlarge-thumbnail {
    height: 410px;
}
.xxmedium-thumbnail {
    height: 260px;
}
.xxsmall-thumbnail {
    height: 110px;
    width: 130px;
}
.xxxsmall-thumbnail {
    height: 85px;
    width: 130px;
}
.xxxxmedium-thumnail {
    height: 225px;
}
.circle-thumbnail {
    height: 110px;
    width: 110px;
    border-radius: 50%;
}
.xxmedium-height {
    height: 250px;
}
.marquee-news-links img {
    height: 17px;
}
.model-thumnail {
    height: 576px;
}
.xxxxsmall-thumbnail {
    height: 70px;
    width: 70px;
}
.xxxsmall-thumbnail {
    width: 154px;
}
.xxsmall-height {
    height: 80px;
    width: 140px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Category Heading---
------------------------------------------------------------------------------------------------------------*/
.heading-title {
    position: relative;
    display: flex;
    width: 100%;
    margin: 0 0 20px 0;
    justify-content: space-between;
}
.heading-title::before {
    position: absolute;
    content: "";
    left: 0;
    top: 12px;
    width: 100%;
    height: 1px;
    background: #4c9dd3;
    opacity: 0.3;
}
.more {
    position: relative;
    display: inline-block;
    background: #fff;
    color: rgba(0, 0, 0, 0.6);
    padding-left: 13px;
    font-size: 16px;
    font-weight: 600;
    z-index: 1;
}
.heading-title h3 {
    position: relative;
    margin: 0 0 0;
    background: #fff;
    padding-right: 13px;
    color: #4e4e4e;
    line-height: 1;
    font-size: 30px;
    font-weight: 600;
    align-items: center;
    font-family: 'khand';
}
.more i {
    display: inline-block;
    margin-left: 8px;
    transition: 0.3s ease;
}
.more:hover i {
    transform: translate3d(8px, -8px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0);
    transform-style: preserve-3d;
}
.heading-text {
    position: relative;
}
.heading-text span {
    font-size: 24px;
    font-weight: 900;
    color: #176bb5;
    line-height: 50px;
    vertical-align: middle;
    background: #0e5dae;
    position: relative;
    z-index: 99;
    padding: 0 0px;
    padding-right: 21px;
}
.heading-text a {
    color: #ffffff;
}
.heading-text:after {
    content: "";
    position: absolute;
    border-top: 4px solid #ffffff;
    border-bottom: 4px solid #ffffff;
    width: 100%;
    left: 0;
    height: 4px;
    top: 35%;
}
.rounded-title a {
    background: #d70304;
    padding: 3px 13px;
    font-size: 22px;
    font-weight: 700;
    color: white;
    font-family: 'khand';
    border-radius: 3px;
}
.sub-category a {
    background: #d70304;
    padding: 5px 12px;
    font-size: 18px;
    margin-right: 4px;
    color: white;
    font-weight: 600;
    display: inline-block;
}
.text-heading span {
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-right: 6px solid #8f0101;
    background: #d70304;
    font-size: 28px;
    padding: 7px 19px;
    font-family: 'Khand';
    font-weight: 600;
    color: white;
}
.text-primary {
    color: #014287 !important;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Footer---
------------------------------------------------------------------------------------------------------------*/
.footer-section {
    background: #0e5dae;
    padding: 20px 0px;
}
.footer-logo img {
    height: 39px;
}
.register-number h4 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 2px;
}
.register-number p {
    margin: 0;
    font-size: 15px;
}
.social-media-logo-area {
    background: #0e5dae;
    padding: 10px;
    border: 1px solid #3e7dbe;
    border-radius: 7px;
}
.footer-heading-text h4 {
    margin: 0;
    font-size: 25px;
    font-weight: 600;
    color: #ffffff;
}
.footer-text p {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 22px;
    color: white;
}
.footer-links a {
    font-size: 15px;
    font-weight: 400;
}
.copyright-section {
    background: #02468d;
    padding: 15px 0px;
}
.copyright-content p {
    color: white;
    margin: auto;
    text-align: center;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Single Page---
------------------------------------------------------------------------------------------------------------*/
.single-title {
    color: #4a4c4e !important;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
    transition: all .3s ease 0s !important;
    margin: 0;
}
.title-sticky .uk-sticky-fixed {
    padding-top: 22px;
}
.title-sticky .uk-sticky-fixed .single-title {
    font-size: 30px;
    transition: all .3sease 0s;
    top: 36px;
    position: relative;
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    padding: 6px 0px 6px 6px;
}
.single-mobile-news-title h1 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
}
.publish-date {
    font-size: 16px !important;
    color: #525252 !important;
    font-weight: 600;
}
.feature-image-caption {
    font-size: 14px;
    font-style: italic;
}
.attach-cap {
    background: #f8f9fa;
    display: block;
    padding: 2px 8px;
    font-style: italic;
    text-align: center;
    font-size: 15px;
}
figcaption {
    background: #f8f9fa;
    padding: 4px;
    text-align: center;
    font-size: 15px;
    font-style: italic;
}
blockquote {
    background: #f1642024;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
}
blockquote p {
    font-size: 20px !important;
    color: #333;
    line-height: 30px !important;
    font-weight: 500 !important;
    font-style: italic !important;
    margin-bottom: 16px !important;
}
blockquote:before {
    background-image: url(/assets/icon/quote-left.png);
    content: " ";
    display: inline-block;
    width: 53px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: contain;
}
blockquote:after {
    background-image: url(/assets/icon/quote-right.png);
    content: " ";
    display: inline-block;
    width: 53px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: contain;
    float: right;
}
.single-news-content p {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 14px;
    font-style: normal;
    font-weight: 400;
    text-align: justify;
}
.search-releted-news-column {
    display: flex;
    align-items: center;
    background: #245fb905;
    padding: 7px;
    border: 1px solid #245fb914;
    border-radius: 4px;
}
.search-releted-news-thumbnail {
    height: 80px;
    width: 80px;
    object-fit: cover;
    margin-right: 10px;
    border-radius: 3px;
}
.search-releted-news-title {
    font-size: 20px;
    color: #4a4a4a;
    font-weight: 600;
}
.tag-box {
    background: #f4e0d7;
    border: 1px solid #ffc6ab;
    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;
    display: inline-block;
}
.sharethis-desktop {
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
}
.sharethis-desktop .st-btn {
    display: block !important;
    margin-bottom: 10px !important;
    margin-right: 0 !important;
}
.mobile-share {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center;
    flex-wrap: wrap;
}
.mobile-share .st-btn {
    display: inline-block !important;
    margin: 5px !important;
}
.news-category a {
    font-size: 15px;
    font-weight: 600;
    color: #4a4a4a;
}
@media (max-width: 600px) {
    .post-attachment {
        width: 100%;
    }
    .single-news-content p {
        padding-left: 0px !important;
    }
    .post-attachment-box {
        float: none !important;
    }
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Byline---
------------------------------------------------------------------------------------------------------------*/
.byline-area {
    display: flex;
    align-items: center;
}
.byline-thumbnail {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    margin-left: -15px;
    background: #fff;
}
.byline-thumbnail:first-child {
    margin-left: 0;
}
.byline-thumbnail img {
    width: 100%;
    height: 100%;
}
.byline-name a {
    font-size: 16px;
    font-weight: 600;
}
.news-byline img {
    height: 26px;
    width: 25px;
    border-radius: 50%;
    margin-right: 3px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Menu Offcanvas Bar---
------------------------------------------------------------------------------------------------------------*/
.menu-offcanvas-bar {
    padding: 0;
    background: #ffffff;
    box-shadow: rgba(34, 96, 191, 0.24) 0 0 48px;
    width: 200px;
}
.navbar-logo-area {
    background: #ffffff;
    padding: 23px;
}
.offcanvas-bar-close button {
    background: #dc1e3d;
    padding: 7px;
    color: white !important;
    border-radius: 50%;
}
.sidebar-nav-area {
    background: #ffffff;
}
.searchInput {
    height: 49px !important;
    background: #0e5dae !important;
    border: none !important;
}
.searchIcon {
    background: #d70304;
    width: 44px !important;
    color: #ffffff !important;
}
.sidebar-nav-item a {
    font-size: 18px;
    line-height: 50px;
    font-weight: 600;
    color: #505050;
    padding: 0px 8px;
    display: block;
}
.sidebar-nav-item a:hover {
    background: #e21a22;
    color: white;
}
.sidebar-nav-item-dropdown a {
    padding: 0px 8px !important;
    font-size: 18px;
    color: #505050 !important;
    line-height: 50px;
    font-weight: 600;
    display: block;
}
.sidebar-nav-item-dropdown a:hover {
    background: #e21a22;
    color: white !important;
}
.sidebar-dropdown-child-category a {
    font-size: 13px;
    line-height: 35px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Search Modal---
------------------------------------------------------------------------------------------------------------*/
.search_box {
    background: #dbdbdb;
    border-radius: 8px;
}
.heading-text h4 {
    margin: 0;
    font-size: 27px;
    font-weight: 700;
    color: #22408c;
}
.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;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Search Blade---
------------------------------------------------------------------------------------------------------------*/
.search-news-thumbnail {
    height: 100px;
    width: 120px;
}
.news-links a {
    color: #0e5dae;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Notification---
------------------------------------------------------------------------------------------------------------*/
.uk-notification-message {
    position: relative;
    padding: 11px;
    background: #f8f8f8;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    border-radius: 3px;
}
.uk-notification-close {
    position: absolute;
    top: 8px;
    right: 15px;
    background: #e75625;
    padding: 6px;
    color: #ffffff !important;
    border-radius: 50%;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Byline Blade---
------------------------------------------------------------------------------------------------------------*/
.byline-thumnail img {
    height: 100px;
    width: 100px;
    border-radius: 50px;
    border: 2px solid #ff4e02;
    padding: 5px;
}
.byline-description {
    background: #d5f0ff;
    padding: 9px;
    border: 1px solid #73cdff;
    border-radius: 10px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----404 Blade---
------------------------------------------------------------------------------------------------------------*/
.home-button-links a {
    background: #22408c;
    font-size: 15px;
    font-family: 'Rubik';
    padding: 10px 25px;
    color: white;
    border-radius: 4px;
    display: inline-block;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Pagination---
------------------------------------------------------------------------------------------------------------*/
.web-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Vesper Libre';
    margin: 20px 0;
    background-color: transparent;
    border-radius: 8px;
}
.web-pagination li {
    margin: 0 5px;
    list-style: none;
}
.web-pagination li a, .web-pagination li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 40px;
    padding: 0 10px;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    border-radius: 2px;
    transition: all 0.3s ease;
    background-color: #d7d7d7;
}
.web-pagination li a:hover {
    background-color: #0066b3;
    color: #fff;
}
.web-pagination li.uk-active a {
    background-color: #d2232a;
    color: #fff;
    font-weight: bold;
    cursor: default;
}
.web-pagination li.uk-disabled span {
    color: #999;
    background-color: #e5e5e5;
    cursor: not-allowed;
}
.web-pagination .prev-button, .web-pagination .next-button {
    padding: 0 10px;
    font-weight: 500;
}
.web-pagination .prev-button:hover,
.web-pagination .next-button:hover {
    background-color: #0056b3; /* Darker shade on hover */
    color: #fff;
}
@media (max-width: 600px) {
    .web-pagination li a, .web-pagination li span {
        min-width: 10px;
        height: 35px;
        font-size: 14px;
    }
    .web-pagination .prev-button,
    .web-pagination .next-button {
        padding: 0 10px;
    }
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Skip Advertisement---
------------------------------------------------------------------------------------------------------------*/
#skip-advertisement {
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 999999;
    margin: auto;
    position: fixed;
    text-align: center;
    background: #fff;
    left: 0;
    overflow: auto;
}
.advertisement-container {
    max-width: 850px;
    margin: 35px auto;
    background: #fff;
    padding: 20px;
    position: relative;
}
.skip-button {
    background: #d90000;
    border: none;
    font-size: 12px;
    padding: 9px 21px;
    border-radius: 4px;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
}
.skip-button:hover {
    background: #01356f;
    color: #ffffff;
}
.advertisement-title {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #565656;
    margin: 0;
}
.desktop-skip-advertisement img, .mobile-skip-logo img {
    max-height: 45px;
}
.skip-advertisement-thumnail img, .mobile-skip-advertisement-thumnail img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 10px auto;
}