/*-----------------------------------------------------------------------------------------------------------
                                    ----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-logo img {
    height: 85px;
}
.today-date p {
    color: #343a40;
    font-size: .875rem;
    margin: 0;
}
.icon-button {
    width: 25px;
    height: 25px;
}
.latst-trending-videos-icon img {
    height: 30px;
    background: #ffffff;
    padding: 4px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    display: inline-block;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----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;
}
.title-tag-box span {
    background: #0095da;
    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%);
}
.bg1 {
    background: #58585a;
}
.our-overlay {
    background: linear-gradient(to top, rgb(88 88 90) 0%, rgba(255, 255, 255, 0) 100%);
    padding-top: 200px;
}
.category-box a {
    background: #0095da;
    padding: 5px 16px;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    border-radius: 3px;
}
.more-links-button a {
    background: #0095da;
    display: block;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 2px;
}
.more-links-button a:hover {
    background: #afe6ff;
    color: #0095da;
}
.ribon-item {
    height: 130px;
    width: 100px;
    background-color: #0095da;
    z-index: 1;
    position: absolute;
    top: 206px;
    right: -56px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.opinion_box {
    display: block;
    padding: 30px 20px;
    background-color: #e9e9e9;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}
.opinion-area {
    margin: auto;
    overflow: hidden;
    border-radius: 5px;
}
.special-section {
    background: #212223;
    padding: 30px 0px;
}
.previous-next-links {
    background: #ffffff;
    color: #3e3e3e;
    border-radius: 4px;
}
.patrika-news-section {
    background: #efefef;
    padding: 30px 0px;
}
.videos-section {
    background: #141819;
    padding: 30px 0px;
}
.big-videos-card {
    padding: 15px;
    background: #000000;
}
.small-videos-card {
    padding: 15px;
    background: #212526;
}
.videos-link-button span {
    background: #ffffff;
    border-radius: 50%;
    color: #008488;
    padding: 2px;
}
.videos-link-button a {
    background: #0095da;
    padding: 10px 12px;
    display: inline-block;
    border-radius: 4px;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 500;
}
.videos-link-button a:hover {
    background: #f58320;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Font Part---
------------------------------------------------------------------------------------------------------------*/
.breaking-news-title h1 {
    font-size: 67px;
    line-height: 77px;
    margin: 0;
    font-weight: 800;
}
.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;
}
.list-number {
    font-size: 34px;
    color: #0095da;
    font-weight: 700;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Image Part---
------------------------------------------------------------------------------------------------------------*/
.breaking-news-byline img {
    height: 35px;
    border-radius: 50%;
    width: 35px;
    padding: 2px;
    border: 1px dotted #456;
    margin-right: 4px;
}
.news-byline img {
    height: 26px;
    width: 25px;
    border-radius: 50%;
    margin-right: 3px;
}
.xxlarge-thumnail img {
    height: 350px;
}
.xlarge-thumnail img {
    height: 360px;
}
.xsmall-thumnail img {
    height: 110px;
    width: 120px;
}
.small-thumnail img {
    height: 167px;
}
.xxxxlarge-thumnail img {
    height: 310px;
}
.xxxxmedium-thumbnail img {
    height: 215px;
}
.xxxmedium-thumnail img {
    height: 240px;
}
.circle-thumnail img {
    height: 95px;
    width: 95px;
    border-radius: 50%;
}
.large-thumnail img {
    height: 445px;
}
.xxsmall-thumnail img {
    height: 110px;
    width: 130px;
}
.sticky-thumnail img {
    border: 2px solid #f58320;
}
.small-videos-thumnail img {
    height: 185px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Category Heading---
------------------------------------------------------------------------------------------------------------*/
.category_heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.category_heading_text h2 {
    font-size: 26px;
    font-weight: bold;
    color: #0095da;
    margin: 0;
    font-family: 'khand';
}
.view_all a {
    text-decoration: none;
    color: #007BFF;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.view_all svg {
    width: 25px;
    height: 25px;
    margin-left: 8px;
    background: #ffffff;
    border: 1px solid #e9e9e9;
    padding: 2px;
    display: inline-block;
    border-radius: 50%;
}
.view_all svg:hover {
    border-radius: 50%;
    border: 1px solid #0d82ff;
}
.sub-category-links-button a {
    background: #ffffff;
    margin-right: 8px;
    padding: 3px 12px;
    display: inline-block;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    color: #606060;
}
.sub-category-links-button a:hover {
    box-shadow: 0 14px 25px rgba(0, 0, 0, .16);
    border: transparent 1px solid;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Footer---
------------------------------------------------------------------------------------------------------------*/
.footer-area {
    padding: 23px 0;
    background: #ffffff;
    border-top: 1px solid #c5c5c5;
}
.footer-heading {
    margin-bottom: 20px !important;
}
.text-link {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: #0095da;
}
.text-link::before {
    width: 35px;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    background: #f58320;
    height: 2px;
    transition: all .1sease-in-out;
}
.text-link:hover::before {
    width: 100%;
}
.footer-text p {
    color: #626262;
    font-size: 14px;
}
.footer-logo img {
    height: 55px;
}
.footer-links a {
    font-size: 15px;
    color: #626262;
    text-transform: none !important;
    font-family: 'Roboto';
}
.trademark-area {
    background: #ebebeb;
}
.trademark-content p {
    font-size: 15px;
    margin: 0;
    color: #626262;
    text-align: center;
    font-family: 'Roboto';
}
.trademark-content a {
    color: #ff6000;
}
.icon-button {
    color: #0095da;
}
.team-members h5 {
    font-size: 12px;
    display: block;
    font-weight: 500;
    color: #323232;
    margin: 0;
}
.team-members h4 {
    font-size: 18px;
    margin: 0;
    font-weight: 500;
    color: #484848;
}
.contact-area {
    background: #767676;
    padding: 20px;
    border-radius: 15px;
}
.all-team-button-links a {
    background: #0095da;
    padding: 6px 24px;
    display: inline-block;
    font-size: 15px;
    font-family: 'roboto';
    color: white;
    border-radius: 50px;
}
.all-team-button-links a:hover {
    background: #f58320;
    color: white;
}
.for-advertisement-title {
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: 500;
    color: white;
    text-align: center;
}
.advertisement-details p {
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
}
.back-to-top-buttom a {
    background: #5c5c5c;
    position: fixed !important;
    bottom: 50px;
    left: 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 a:hover {
    background: #7e7e7e;
    color: white;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----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: 34px;
    position: relative;
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    padding: 6px 0px 6px 0px;
}
.single-mobile-news-title h1 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
}
.single-news-byline img {
    height: 30px;
    width: 31px;
    background: #ffffff;
    border-radius: 50%;
    margin-right: 5px;
}
.single-news-byline a {
    font-size: 16px;
    font-weight: 500;
    color: #525252;
    text-transform: none;
}
.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;
}
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-news-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;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----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;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----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;
}