/*-----------------------------------------------------------------------------------------------------------
                                    ----Index Dashboard---
------------------------------------------------------------------------------------------------------------*/
.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---
------------------------------------------------------------------------------------------------------------*/
.icon-bar {
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    border-radius: 500px;
    color: #ffffff;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .1s ease-in-out;
    transition-property: color,background-color;
    font-size: 17px !important;
}
.trending-heading h3 {
    font-size: 16px;
    margin: 0;
    font-weight: 500;
    color: #2e3192;
}
.trending-tag a {
    background: #efefef;
    margin-right: 6px;
    padding: 3px 8px;
    font-size: 13px;
    border-radius: 50px;
    border: 1px solid #d9d9d9;
}
.tending-social-media-box {
    background: #efefef;
    padding: 9px 0px 7px 0px;
}
.modal-box {
    background: #e6fffc;
    width: 980px !important;
    border-radius: 11px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Menu Part---
------------------------------------------------------------------------------------------------------------*/
.main-menu {
    position: relative;
    background: #2e3192;
}
.home-button {
    margin-top: 17px;
}
.home-button i {
    font-size: 18px;
}
.uk-navbar-nav>li>a {
    color: #ffffff;
    font-size: 16px;
    line-height: 55px;
    min-height: auto;
    font-weight: 600;
    font-family: 'Poppins';
    text-transform: none;
}
.nav-item:after {
    content: '';
    display: block;
    border-top: 2px solid #b82349;
    width: 0;
    position: absolute;
    left: 0;
    transition: .2s ease-out;
    top: -1px;
}
.nav-item {
    position: relative;
}
.nav-item:hover:after {
    width: 100%;
}
.uk-navbar-nav>li>a:hover {
    color: #f89848;
}
.uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a[aria-expanded=true] {
    color: #b82349;
}
.dropdown-box {
    background: white;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
    border-radius: 0 0 7px 7px;
    min-width: 165px;
}
.dropdown-navbar-item li a {
    font-size: 16px;
    color: #606060;
    font-weight: 600;
}
.dropdown-navbar-item li a:hover {
    background: #e3e3e3;
    color: #4c4c4c;
}
.english {
    background: #02647b;
    padding: 4px 16px;
    border-radius: 30px;
    color: white;
    font-family: 'poppins';
}
.english:hover {
    background: #ed2024;
    color: white;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Navbar Modal---
------------------------------------------------------------------------------------------------------------*/
.navbar-logo-box img {
    height: 50px;
}
.sidebar-menu-items {
    font-size: 17px;
    line-height: 40px;
    font-weight: 700;
}
.navbar-logo-box {
    background: #dddddd;
    padding: 19px;
}
.navbar-category li a {
    padding-left: 23px;
}
.navbar-category a {
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #1a1a1a !important;
}
.sidebar-menu-box {
    background: #ddd;
    max-width: 240px !important;
}
.sidebar-subnav-background {
    background: white;
    padding: 10px 0px 10px 0px !important;
}
.navbar-search {
    background: #282828;
    width: 100%;
}
.dropdown-icon {
    background: #ed1c24;
    padding: 5px 6px;
    color: white;
    margin-right: 15px;
    border-radius: 3px;
}
.search-input {
    height: 46px !important;
    color: #fff !important;
    background: #646464 !important;
    border: none !important;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Popup Modal---
------------------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------------------
                                    ----Search Modal---
------------------------------------------------------------------------------------------------------------*/
.search_box {
    background: #dbdbdb;
    border-radius: 8px;
}
.search-title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 23px;
}
.search-form-box {
    width: 100%;
}
.search-input-box {
    height: 61px !important;
    border-radius: 16px;
    background: white !important;
}
.search-icon-box {
    background: yellowgreen;
    border-radius: 0px 16px 16px 1px;
    width: 36px !important;
    color: #ed1c24 !important;
}
.search-icon-box {
    background: #ed1c24;
    border-radius: 0px 16px 16px 1px;
    width: 65px !important;
    color: #ffffff !important;
}
.search-icon-box:hover {
    background: #c90008;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----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: 'Poppins', sans-serif;
}
.uk-link, a {
    color: #272727;
    text-decoration: none;
}
.uk-link:hover, a:hover {
    text-decoration: none;
    color: #ad1e38;
}
.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: 61px;
    line-height: 71px;
    margin: 0;
    font-weight: 700;
}
.breaking-news-author a {
    font-size: 14px!important;
    color: #999;
    font-weight: 700;
}
.second-heading-text {
    font-size: 19px;
    font-style: italic;
    margin: 0;
    font-weight: 500;
    color: #898989;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Image Part---
------------------------------------------------------------------------------------------------------------*/
.breaking-news-author img {
    height: 40px;
    width: 40px;
    border: 1px dashed #c02446;
    padding: 2px;
}
.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 #2e3192;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 20px;
}
.category-heading span {
    color: #ed1c24;
    font-size: 25px;
    font-weight: 600;
    line-height: 40px;
    font-family: 'Poppins';
}
.category-heading a {
    color: #fff;
    padding: 3px 10px;
    font-size: 15px;
    position: relative;
    top: 6px;
    float: right;
    background: #c4161c;
    line-height: 20px;
    border-radius: 50px;
    font-family: 'Poppins';
}
.uk-heading-line span {
    font-size: 27px;
    color: #0c685d;
    font-weight: 600;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Footer---
------------------------------------------------------------------------------------------------------------*/
.footer-box {
    background: #2e3192;
}
.trademark-box {
    background: #e60100;
}
.footer-content p {
    font-size: 17px;
    color: #ffffff;
    line-height: 30px;
}
.footer-heading span {
    font-size: 18px;
    margin: 0;
    font-family: 'poppins';
    font-weight: 500;
    color: #ffffff;
}
.social-media-box {
    background: #ffffff;
    padding: 13px;
    border-radius: 34px;
    border: 1px solid #dfdfdf;
}
.footer-content a {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff !important;
}
.trademark-content p {
    font-family: 'poppins';
    font-weight: 300;
    font-size: 16px;
}
.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: #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;
}