/*-----------------------------------------------------------------------------------------------------------
                                    ----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---
------------------------------------------------------------------------------------------------------------*/
.today-date p {
    color: #343a40;
    font-size: .875rem;
}
.latest-news-links a {
    font-size: 16px;
    color: #545454;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Menu Part---
------------------------------------------------------------------------------------------------------------*/
.main-menu {
    background: #008738;
    z-index: 999;
    position: relative;
}
.navigation-bar {
    display: flex;
}
.navigation-item a {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Mukta';
    line-height: 28px;
    padding: 15px 15px;
    display: inline-block;
}
.navigation-item a:hover {
    color: #ffffff;
    background: #f26521;
}
.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 .sticky-date {
    display: block;
    background: #f26521;
    padding: 3px 5px;
    font-size: 10px;
    font-weight: 600;
    top: 58px;
    color: white;
}
.sticky-date {
    position: absolute;
    display: none;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----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: #f26521;
}
.title-tag-box span {
    background: #f26521;
    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%);
}
.recent-new-number h4 {
    font-size: 26px;
    color: #c7c7c7;
    font-weight: 600;
    margin: 0;
    background: white;
    width: 41px;
    height: 40px;
    text-align: center;
    border-radius: 20px;
    line-height: 39px;
}
.recent-new-number h4:hover {
    background: #dc1e3d;
    color: white;
}
.videos-area {
    background: #008739;
    padding: 20px;
    border-radius: 6px;
}
.news-links a {
    color: #17b4f0;
}
.previous-next-button {
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .149);
    border: 1px solid #b3b3b3;
}
.tab-button a {
    font-size: 1.1rem;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 50px;
    transition: all 0.3s ease;
}
.tab-button .uk-active > a {
    background-color: #ed1c24;
    color: #fff !important;
    box-shadow: 0 4px 15px rgba(30, 135, 240, 0.3);
}
.tab-button a:hover {
    background-color: #f8f9fa;
    color: #333 !important;
}
.tab-button-container {
    padding: 20px 0;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Font Part---
------------------------------------------------------------------------------------------------------------*/
.breaking-news-title h1 {
    font-size: 67px;
    line-height: 77px;
    margin: 0;
    font-weight: 800;
}
.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;
}
.category-name a {
    font-size: 15px !important;
    color: white !important;
    font-weight: 500;
}
.news-byline a {
    font-size: 15px;
    font-weight: 500;
}
.publish-date h4 {
    font-size: 15px !important;
    margin: 0;
    font-weight: 500;
    color: white !important;
}
@media (max-width: 600px) {
    .breaking-news-title h1 {
        font-size: 67px;
        line-height: 77px;
        margin: 0;
        font-weight: 800;
    }
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----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: 30px;
    width: 30px;
    border-radius: 50%;
    margin-right: 3px;
    border: 1px solid #cc2d91;
    padding: 2px;
}
.xxxlarge-thumnail img {
    height: 350px;
}
.xlarge-thumnail img {
    height: 400px;
}
.xxxlarge-thumnail img {
    height: 350px;
}
.xxxxlarge-thumnail img {
    height: 340px;
}
.small-videos-thumnail img {
    height: 100px;
    width: 130px;
}
.xxsmall-thumnail img {
    width: 100px;
    height: 100px;
}
.xxxmedium-thumnail img {
    height: 220px;
}
.large-thumnail img {
    height: 514px;
}
.small-thumnail img {
    height: 100px;
    width: 120px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Category Heading---
------------------------------------------------------------------------------------------------------------*/
.heading__formall {
    margin-bottom: 25px;
    display: block;
    position: relative;
    border-bottom: 3px solid #f26521;
}
.heading__formall span {
    color: #008739;
    font-size: 27px;
    line-height: 55px;
    font-weight: 700;
    position: relative;
    display: inline-block;
}
.heading__formall a {
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
    padding: 0 15px;
    line-height: 28px;
    position: absolute;
    right: 0;
    top: 25%;
    border-radius: 90px;
    background: #008739;
}
.heading__formall a:hover {
    background: #17b4f0;
}
.heading-bullet h1 {
    font-size: 23px;
    margin: 0;
    color: #1f397e;
    font-weight: 700;
}
.heading-bullet h1::before {
    content: "";
    display: inline-block;
    position: relative;
    top: calc(-.1* 1em);
    vertical-align: middle;
    height: calc(4px + .7em);
    margin-right: calc(5px + .2em);
    border-left: calc(5px + .1em) solid #c61b37;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Footer---
------------------------------------------------------------------------------------------------------------*/
.footer-section:before {
    background: #008738;
    width: 100%;
    height: 50%;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
}
.footer-section img {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 50%;
    padding: 10px;
    z-index: 3;
    position: relative;
    background: #fff;
}
.footer-area {
    padding: 40px 0;
    background: #008738;
}
.footer-heading {
    margin-bottom: 20px !important;
}
.text-link {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    transition: all .1s ease-in-out;
    color: white;
}
.text-link::before {
    width: 35px;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    height: 2px;
    transition: all .1s ease-in-out;
}
.text-link:hover::before {
    width: 100%;
}
.footer-text p {
    font-size: 16px;
    color: #ffffff;
}
.footer-links a {
    font-size: 17px;
    color: white;
    text-transform: none !important;
}
.trademark-area {
    background: #006e2e;
}
.trademark-content p {
    font-size: 15px;
    margin: 0;
    font-family: 'Rubik';
    color: #ffffff;
}
.trademark-content a {
    color: #ff6000;
}
.back-to-top-buttom {
    background: #d50503;
    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: #245fb9;
    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 .3s ease 0s;
    top: 38px;
    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: 35px;
    width: 35px;
    background: #ffffff;
    border-radius: 50%;
    margin-right: 5px;
    border: 1px solid #d5d5d5;
    padding: 2px;
}
.single-news-byline a {
    font-size: 18px;
    font-weight: 600;
    color: #525252;
}
.publish-date {
    font-size: 16px !important;
    color: #525252 !important;
    font-weight: 600;
}
.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: #dc1e3d;
    padding: 7px;
    color: white !important;
    border-radius: 50%;
}
.sidebar-nav-area {
    background: #ffffff;
}
.searchInput {
    height: 49px !important;
    background: #008739 !important;
    border: none !important;
}
.searchIcon {
    background: #f06523;
    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: #008739;
    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: #008738;
}
.search-form-box {
    width: 100%;
}
.search-input-box {
    height: 61px !important;
    border-radius: 16px;
    background: white !important;
}
.search-icon-box {
    background: #f16521;
    border-radius: 0px 16px 16px 1px;
    width: 65px !important;
    color: #ffffff !important;
}
.search-icon-box:hover {
    background: #008738;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----404 Blade---
------------------------------------------------------------------------------------------------------------*/
.not-found-heading-text h2 {
    font-size: 25px;
    font-family: 'jost';
    font-weight: 600;
    color: #c41616;
    margin: 0;
}
.not-found-heading-text h5 {
    font-size: 20px;
    margin: 0;
    font-family: 'jost';
    color: #666666;
}
.home-page-button a {
    background: #c41616;
    padding: 6px 12px;
    color: white;
    font-family: 'jost';
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----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;
    filter: brightness(0) saturate(100%) invert(41%) sepia(88%) saturate(746%) hue-rotate(86deg) brightness(96%) contrast(92%);
}
.footer-menu-area h3 {
    margin: 0;
    font-size: 15px;
    color: #f16521;
    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%;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Byline Blade---
------------------------------------------------------------------------------------------------------------*/
.byline-thumnail img {
    height: 100px;
    width: 100px;
    border-radius: 50px;
    border: 2px solid #ff4e02;
    padding: 5px;
    object-fit: cover;
    margin-right: 13px;
}
.byline-name-description h5 {
    font-size: 26px;
    margin-right: 12px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----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;
    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 Ads---
------------------------------------------------------------------------------------------------------------*/
#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;
}