/*-----------------------------------------------------------------------------------------------------------
                                    ----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---
------------------------------------------------------------------------------------------------------------*/
.main-website img {
    height: 58px;
}
.main-header {
    border-bottom: 2px solid #e75725;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Menu Part---
------------------------------------------------------------------------------------------------------------*/
.main-menu {
    z-index: 999;
    position: relative;
    border-top: 2px solid #0095da;
    border-bottom: 1px solid #dfdfdf;
}
.navigation-bar {
    display: flex;
    gap: 30px;
}
.navigation-item a {
    font-size: 18px;
    font-weight: 600;
    color: #484848;
    line-height: 53px;
}
.navigation-item a:hover {
    color: #0095da;
}
.navigation-lines::before {
    content: "";
    position: absolute;
    top: 42px;
    left: 0px;
    right: 100%;
    border-bottom: 1px solid #f58320;
    transition: 1s;
}
.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: 5px 21px;
    font-size: 17px;
    font-weight: 600;
    transition: .25s linear;
    display: block;
}
.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 .menu-search-column {
    display: block;
}
.menu-search-column {
    display: none;
}
.epaper-link-button a {
    background: #0095da;
    padding: 6px 8px;
    display: inline-block;
    color: #ffffff;
    font-family: "Roboto", serif;
    font-weight: 500;
    font-size: 15px;
    border-radius: 2px;
}
.epaper-link-button a:hover {
    background: #00aeff;
    color: white;
}
.english-link-button a {
    background: #f58320;
    padding: 6px 8px;
    display: inline-block;
    color: #ffffff;
    font-family: "Roboto", serif;
    font-weight: 500;
    font-size: 15px;
    border-radius: 2px;
}
.english-link-button a:hover {
    background: #ff7700;
    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", serif;
}
.uk-link, a {
    color: #272727;
    text-decoration: none;
}
.uk-link:hover, a:hover {
    text-decoration: none;
    color: #f58320;
}
.background_position:before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(0, 0, 0), rgba(17, 17, 17, 0.3) 70%, rgba(17, 17, 17, 0.3));
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.news-position {
    padding-left: 5.5rem !important;
    padding-right: 2.5rem !important;
}
.byline-news-excerpt-area {
    border-left: 1px solid;
}
.bg1 {
    background: #232427;
    padding: 35px 30px 35px 30px;
}
.bg2 {
    background: #e9eaed;
    padding: 30px 0px;
}
.my-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgb(34, 34, 34) 100%);
}
.bg3 {
    padding: 30px 30px 30px 30px;
    background: linear-gradient(90deg, rgba(13, 13, 12, 1) 35%, rgba(94, 82, 252, 1) 100%);
}
.bg4 {
    background: linear-gradient(90deg, rgb(112 112 112) 35%, rgb(57 42 255) 100%);
}
.play-icon span {
    background: #5d51f8;
    color: #ffffff;
    border-radius: 50%;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Font Part---
------------------------------------------------------------------------------------------------------------*/
.news-excerpt p {
    margin: 0;
    font-size: 16px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Image Part---
------------------------------------------------------------------------------------------------------------*/
.circle-thumnail {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    border: 2px solid #0acb4c;
}
.large-thumnail {
    height: 520px;
}
.xxsmall-thumnail {
    height: 90px;
    width: 115px;
}
.xxxxsmall-thumnail {
    height: 85px;
    width: 105px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Category Heading---
------------------------------------------------------------------------------------------------------------*/
.heading {
    font-size: 22px;
    font-weight: 700;
    line-height: 45px;
    background: #12232E;
    padding: 0 10px;
    position: relative;
}
.heading span {
    color: #ffffff;
    position: relative;
}
.cat_lead {
    position: relative;
    border-top: 1px solid #e75725;
}
.cat_lead span {
    font-size: 32px;
    font-weight: 800;
    position: relative;
    line-height: 60px;
    display: inline-block;
    color: #58595b;
}
.cat_lead span:after {
    border-top: 4px solid #e75725;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: -5px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Footer---
------------------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------------------
                                    ----Single Page---
------------------------------------------------------------------------------------------------------------*/
.single-news-title h1 {
    margin: 0;
    font-size: 2.625rem;
    font-weight: 700;
}
.single-mobile-news-title h1 {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
}
.title-tag-box span {
    background: #e75725;
    padding: 4px 18px;
    font-size: 17px;
    font-weight: 500;
    color: white;
    display: inline-block;
}
.second-heading-text p {
    font-size: 22px;
    margin: 0;
}
.byline-area {
    display: flex;
    align-items: center;
}
.byline-thumbnail {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #c1c1c1;
    background: #fff;
    margin-left: -15px;
}
.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;
}
.publish-date {
    font-size: 16px !important;
    color: #525252 !important;
    font-weight: 500;
    text-transform: none !important;
}
.feature-image-caption {
    font-size: 14px;
    font-style: italic;
}
figcaption {
    background: #f8f9fa;
    padding: 4px;
    text-align: center;
    font-size: 15px;
    font-style: italic;
}
.attach-cap {
    display: none;
}
blockquote {
    background: #ffece6;
    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 {
    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: 0;
    font-style: normal;
    font-weight: 400;
    text-align: justify;
}
.tag-box {
    background: #ffffff1c;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    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;
}
.byline-details img {
    height: 120px;
    width: 120px;
    border: 1px solid #d3d3d3;
    padding: 3px;
}
.byline-names a {
    font-size: 21px;
    font-weight: 700;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----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: #f58320;
    padding: 7px;
    color: white !important;
    border-radius: 50%;
}
.sidebar-nav-area {
    background: #ffffff;
}
.searchInput {
    height: 49px !important;
    background: #f58320 !important;
    border: none !important;
}
.searchIcon {
    background: #0095da;
    width: 44px !important;
    color: #ffffff !important;
}
.sidebar-nav-item a {
    font-size: 15px;
    line-height: 45px;
    font-weight: 600;
    color: #505050;
    padding: 0px 8px;
    display: block;
}
.sidebar-nav-item a:hover {
    background: #e7e7e7;
    color: #6e6e6e;
}
.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-modal {
    background: #dbdbdb;
    border-radius: 8px;
}
.heading-text h3 {
    margin: 0;
    font-size: 27px;
    font-weight: 700;
    color: #0095da;
}
.search-form-box {
    width: 100%;
}
.search-input-box {
    height: 61px !important;
    border-radius: 16px;
    background: white !important;
}
.search-icon-box {
    background: #0095da;
    border-radius: 0px 16px 16px 1px;
    width: 65px !important;
    color: #ffffff !important;
}
.search-icon-box:hover {
    background: #f58320;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Mobile Footer Menu---
------------------------------------------------------------------------------------------------------------*/
.mobile-footer-menu {
    background: #ffffff;
    padding: 8px 8px 8px 8px;
    box-shadow: 0 -10px 15px rgba(0, 0, 0, .08);
}
.footer-menu-area img {
    height: 20px;
    margin-bottom: 2px;
}
.footer-menu-area h3 {
    margin: 0;
    font-size: 15px;
    color: #0095da;
    font-weight: 600;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----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%;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Search Blade---
------------------------------------------------------------------------------------------------------------*/
.search-thumnail img {
    height: 110px;
    width: 130px;
}
.news-links a {
    font-size: 14px;
    color: #0095da;
}
.link-text span {
    color: #f58320;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----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;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Paginate Part---
------------------------------------------------------------------------------------------------------------*/
.pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 20px 0;
    align-items: center;
}
.pagination li {
    margin: 0 5px;
}
.pagination a {
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #003f80;
    border-radius: 5px;
    color: #003f80;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    font-size: 15px;
}
.pagination a:hover {
    background-color: #003f80;
    color: #fff;
}
.pagination .active span {
    background-color: #003f80;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
}
.pagination .prev-button, .pagination .next-button {
    font-size: 15px;
    font-weight: 400;
}
.pagination .disabled span {
    color: #ccc;
    padding: 10px 15px;
    border: 1px solid #ccc;
    display: inline-block;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----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;
}