/*-----------------------------------------------------------------------------------------------------------
                                    ----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 {
    margin: 0;
    font-size: 14px;
    color: #787878;
    font-weight: 500;
    text-align: center;
}
.icon-area .icon-bar {
    height: 15px;
    width: 15px;
    color: #585554;
}
.icon-area .icon-text {
    font-size: 15px;
    font-weight: 400;
    color: #585554;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Menu Part---
------------------------------------------------------------------------------------------------------------*/
.main-menu {
    background: #656668;
    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: #444;
    background: #f7f7f7;
}
.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: #c09526;
    padding: 3px 5px;
    font-size: 10px;
    font-weight: 600;
    top: 59px;
    color: white;
}
.sticky-date {
    position: absolute;
    display: none;
}
.search-box {
    border-left: 1px solid #d1d1d1;
    padding: 17px 0px;
    padding-left: 9px;
    padding-right: 9px;
}
.english-box {
    border-left: 1px solid #d1d1d1;
    padding: 17px 0px;
    padding-left: 9px;
    padding-right: 9px;
}
.menu-box {
    border-left: 1px solid #d1d1d1;
    padding: 17px 0px;
    padding-left: 9px;
    padding-right: 9px;
    border-right: 1px solid #d1d1d1;
}
.search-box a, .english-box a, .menu-box a {
    color: #f9f9f9;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Khand';
}
.tags-section {
    background: #f7f7f7;
    padding: 8px 0px;
    border-bottom: 1px solid #e5e5e5;
}
.trending-tag a {
    background: #dfdfdf;
    padding: 5px 14px;
    border-radius: 50px;
    font-size: 12px !important;
    font-weight: 500;
    border: 1px solid #c9c9c9;
    color: #242424 !important;
}
.trending-tag a:hover {
    background: #c7c7c7;
    color: #3a3a3a;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Body Part---
------------------------------------------------------------------------------------------------------------*/
body {
    background-color: #ffffff;
    overflow-x: hidden;
}
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: #21409a;
}
.title-tag-box span {
    background: #064395;
    padding: 5px 15px;
    font-size: 17px;
    color: white;
    font-weight: 700;
    border-radius: 6px;
}
.small-margin {
    margin-bottom: 25px;
}
.number {
    background: #d6f2ff;
    border-radius: 50px;
    height: 25px;
    width: 25px;
    text-align: center;
    font-size: 23px;
    padding: 3px;
    color: #1c8fc7;
    font-weight: 800;
    line-height: 25px;
    border: 1px solid #0080bf;
}
.my-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgb(34, 34, 34) 100%);
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Font Part---
------------------------------------------------------------------------------------------------------------*/
.breaking-news-title-desktop {
    font-size: 67px;
    line-height: 77px;
    margin: 0;
    font-weight: 800;
}
.second-heading-text {
    font-size: 19px;
    font-style: italic;
    margin: 0;
    font-weight: 500;
    color: #898989;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Image Part---
------------------------------------------------------------------------------------------------------------*/
.xxxxxsmall-thumnail img {
    height: 80px;
    width: 90px;
}
.xxsmall-thumnail img {
    height: 110px;
    width: 150px;
}
.xxxmedium-thumnail img {
    height: 210px;
}
.xsmall-thumnail img {
    height: 122px;
    width: 132px;
}
.xmedium-thumnail img {
    height: 260px;
}
.xxxsmall-thumnail img {
    height: 65px;
    width: 70px;
}
.news-author img {
    height: 25px;
    width: 25px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Category Heading---
------------------------------------------------------------------------------------------------------------*/
.category-heading {
    border-top: 4px solid #656668;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 20px;
}
.category-heading span {
    color: #be9220;
    font-size: 25px;
    font-weight: 700;
    line-height: 40px;
}
.category-heading a {
    color: #fff;
    padding: 3px 10px;
    font-size: 15px;
    position: relative;
    top: 6px;
    float: right;
    background: #656668;
    line-height: 20px;
    border-radius: 50px;
}
.uk-heading-line span {
    font-size: 27px;
    color: #0c685d;
    font-weight: 600;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Footer Part---
------------------------------------------------------------------------------------------------------------*/
.footer-section {
    background: #656668;
    padding: 20px 0px 20px 0px;
}
.footer-heading {
    margin-top: 0px;
    margin-bottom: 70px !important;
}
.footer-heading span:before {
    content: "";
    position: absolute;
    border-bottom: 3px solid #c09526;
    width: 50%;
    bottom: 0px;
}
.footer-heading span {
    color: #ffffff;
    font-size: 25px;
    line-height: 45px;
    font-weight: 800;
    position: absolute;
    display: inline-block;
    z-index: 0;
}
.more-team-button a {
    background: #cfa225;
    padding: 2px 55px;
    color: #ffffff;
    border-radius: 4px;
    font-weight: 600;
}
.copyright-section {
    background: #464646;
    padding: 15px 0px;
}
.copyright-content img {
    height: 16px;
}
.copyright-content p {
    color: #d3d3d3;
    margin: auto;
    font-weight: 500;
}
.back-to-top-buttom {
    background: #656668;
    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: #1f2033;
    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: 300;
    text-align: justify;
    color: #222222;
    font-weight: 500;
}
.tag-box {
    background: #e6ecff;
    border: 1px solid #8faaff;
    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: #231f20;
    color: white;
    border-radius: 50px;
}
.trendings-number {
    background: #dfe0ff;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #2e3192;
    font-size: 23px;
    line-height: 30px;
    color: #2e3192;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----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;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Sidebar Navigation Menu---
------------------------------------------------------------------------------------------------------------*/
.menu-offcanvas-bar {
    padding: 0;
    background: #ffffff;
    box-shadow: rgba(34, 96, 191, 0.24) 0 0 48px;
    width: 270px;
}
.sidebar-navigation-logo-area {
    background: #ffffff;
    padding: 23px;
}
.sidebar-navigation-search-input {
    height: 49px !important;
    background: #c99c26 !important;
    border: none !important;
}
.sidebar-navigation-search-icon {
    background: #666769;
    width: 44px !important;
    color: #ffffff !important;
}
.sidebar-navigation-area {
    background: #d3d3d3;
}
.sidebar-navigation-sub-item {
    display: none;
    padding-left: 15px;
}
.sidebar-navigation-sub-category.open > .sidebar-navigation-sub-item {
    display: block;
    background: white;
}
.sidebar-navigation-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sidebar-navigation-item a {
    font-size: 18px;
    color: #383838;
    padding: 12px 18px 12px 18px;
    font-weight: 600;
}
.sidebar-navigation-item a:hover {
    color: #ff0000;
}
.sidebar-navigation-sub-item a {
    color: #000000e3;
    padding: 10px 10px 10px 18px;
    font-size: 15px;
    font-weight: 600;
}
.sidebar-navigation-sub-item a:hover {
    color: #d70304;
}
.dropdown-button-icon {
    background: #ffffff;
    display: inline-block;
    padding: 16px 15px;
    border: none;
    cursor: pointer;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Search Modal---
------------------------------------------------------------------------------------------------------------*/
.search_box {
    background: #dbdbdb;
    border-radius: 8px;
}
.heading-text h4 {
    margin: 0;
    font-size: 27px;
    font-weight: 700;
    color: #636564;
}
.search-form-box {
    width: 100%;
}
.search-input-box {
    height: 61px !important;
    border-radius: 16px;
    background: white !important;
}
.search-icon-box {
    background: #be9220;
    border-radius: 0px 16px 16px 1px;
    width: 65px !important;
    color: #ffffff !important;
}
.search-icon-box:hover {
    background: #c90008;
}