/*-----------------------------------------------------------------------------------------------------------
                                    ----Dashboard Menu---
------------------------------------------------------------------------------------------------------------*/
.dashboard-navbar-item li a {
    font-size: 16px;
}
.dashboard-menu {
    background: #111827;
}
.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-user img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 2px dotted #046fbc;
    padding: 2px;
    margin-right: 4px;
}
.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;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Header Part---
------------------------------------------------------------------------------------------------------------*/
.mobile-menu {
    padding: 20px 0px 20px 0px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Menu Part---
------------------------------------------------------------------------------------------------------------*/
.main-menu {
    background: #af0404;
    z-index: 990;
}
.navigation-bar {
    display: flex;
}
.navigation-item {
    position: relative;
}
.navigation-item a {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    line-height: 28px;
    padding: 15px 15px;
    display: inline-block;
}
.navigation-item a:hover {
    color: #ffffff;
    background: #1f591e;
}
.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;
}
.dropdown-navigation-item a:hover {
    color: #00b000;
}
.child-navigation-item a {
    padding: 7px 21px;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #282828;
}
.child-navigation-item a:hover {
    color: #00b000;
}
.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;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----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: #af0404;
}
.title-tag-box span {
    background: #af0404;
    padding: 5px 20px;
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    border-radius: 4px;
}
.trending-number {
    border: 2px solid #af0404;
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    color: #1f591e;
    line-height: 31px;
    border-radius: 3px;
}
.my-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgb(0, 0, 0) 100%);
}
.big-interview-box {
    background: white;
    box-shadow: 0px 10px 40px 0px #0066b31f;
    border-radius: 3px;
}
.videos-section {
    background: #ffeaea;
    padding: 25px 0px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Font Part---
------------------------------------------------------------------------------------------------------------*/
.breaking-news-title h1 {
    font-size: 67px;
    line-height: 77px;
    margin: 0;
    font-weight: 600;
}
.breaking-excerpt p {
    font-size: 18px;
}
.news-excerpt p {
    font-size: 16px;
    margin: 0;
}
.news-byline a {
    font-size: 13px;
    color: #464646;
}
.breaking-news-byline a {
    font-size: 16px;
    font-weight: 600;
    color: #484848;
}
.second-heading-text p {
    font-size: 19px;
    margin: 0;
    font-weight: 500;
    color: #4a4a4a;
    line-height: 30px;
}
@media only screen and (max-width: 600px) {
    .breaking-news-title h1 {
        font-size: 29px;
        line-height: 1.2;
        margin: 0;
        font-weight: 700;
    }
    .second-heading-text p {
        font-size: 16px;
        margin: 0;
        font-weight: 500;
        color: #4a4a4a;
        line-height: 25px;
    }
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Image Part---
------------------------------------------------------------------------------------------------------------*/
.breaking-news-byline img {
    height: 35px;
    border-radius: 50%;
    width: 35px;
    padding: 2px;
    border: 1px dotted #456;
    margin-right: 4px;
}
.xxxxlarge-thumnail img {
    height: 330px;
}
.xxxxmedium-thumnail img {
    height: 200px;
}
.xxxmedium-thumnail img {
    height: 220px;
}
.xsmall-thumnail img {
    height: 120px;
    width: 145px;
}
.xxxxsmall-thumnail img {
    height: 80px;
    width: 80px;
}
.small-videos-thumnail img {
    height: 95px;
    width: 130px;
}
.circle-thumnail img {
    height: 105px;
    width: 105px;
}
.news-byline img {
    height: 23px;
    width: 23px;
}
.xlarge-thumnail img {
    height: 390px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Category Heading---
------------------------------------------------------------------------------------------------------------*/
.cat-head {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 25px;
}
.cat-head span:before {
    content: "";
    background: #00854b;
    width: 22px;
    height: 16px;
    top: 14px;
    position: absolute;
    left: 100%;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 85% 49%);
}
.cat-head span:after {
    content: "";
    position: absolute;
    border-top: 1px solid #af0404;
    bottom: -1px;
    width: 100%;
    left: 0;
    border-radius: 50px;
}
.cat-head span {
    font-size: 24px;
    font-weight: 900;
    line-height: 46px;
    position: relative;
    display: inline-block;
    color: #af0404;
}
.cat-head a {
    color: #af0404;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Footer---
------------------------------------------------------------------------------------------------------------*/
.footer-area {
    padding: 40px 0;
    background: #af0404;
}
.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;
}
.footer-links a {
    font-size: 16px;
    text-transform: none;
}
.text-link::before {
    width: 35px;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    background: #e65625;
    height: 2px;
    transition: all .1s ease-in-out;
}
.text-link:hover::before {
    width: 100%;
}
.trademark-box {
    background: #006034;
}
.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---
------------------------------------------------------------------------------------------------------------*/
.sub-title-text {
    font-size: 19px;
    font-weight: 500;
    font-style: italic;
}
.single-author img {
    height: 40px;
    width: 40px;
    padding: 2px;
    border: 1px dashed #12aa98;
    margin-right: 8px;
}
.single-author span {
    font-size: 15px;
}
.single-date span {
    font-size: 14px;
    font-weight: 600;
    color: #464646;
}
.single-author a {
    font-size: 17px;
    font-weight: 600;
    color: #343434;
}
.share-count span {
    font-size: 25px;
    color: #666666;
    font-family: 'Poppins';
    font-weight: 500;
}
.share-count {
    display: inline-block;
    line-height: 32px;
}
.share-count-title {
    font-size: 13px;
    text-align: center;
    font-weight: 400;
    line-height: 1px;
    color: #2a2a2a;
    font-family: 'Poppins';
}
.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-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;
}
.icon-box span {
    background: #e40613;
    color: white;
    border-radius: 50px;
}
.number {
    font-size: 25px;
    background: #defff0;
    height: 30px;
    width: 30px;
    text-align: center;
    border: 1px solid #08854b;
    line-height: 31px;
    border-radius: 50%;
    color: #08854b;
    font-weight: 600;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----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---
------------------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------------------
                                    ----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;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----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';
}