/*-----------------------------------------------------------------------------------------------------------
                                    ----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---
------------------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------------------
                                    ----Menu Part---
------------------------------------------------------------------------------------------------------------*/
.main-logo img {
    height: 42px;
}
.main-menu {
    padding: 16px 0px 16px 0px;
    background: #148dc6;
}
.navigation-area {
    display: flex;
}
.navigation-item li a {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    font-family: 'rubik';
    padding: 15px 15px 15px 15px;
    line-height: 28px;
}
.navigation-item li a:hover {
    color: #ffffff;
    background: #c9282b;
}
.nav-bar-lines.active {
    color: #ffffff;
    background: #c9282b;
}
.dropdown-box {
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    min-width: 165px;
    padding: 11px;
    top: 66px !important;
    border-radius: 0 0 7px 7px;
}
.dropdown-menu a {
    color: #148dc6 !important;
    font-size: 15px !important;
}
.dropdown-menu a:hover {
    background: none !important;
    color: #c9282b !important;
}
.uk-sticky-fixed {
    top: 0 !important;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----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: 'rubik', sans-serif;
}
.uk-link, a {
    color: #272727;
    text-decoration: none;
}
.uk-link:hover, a:hover {
    text-decoration: none;
    color: #148dc6;
}
.title-tag-box span {
    background: #f0d891;
    padding: 5px 20px;
    font-size: 17px;
    font-weight: 700;
    color: #584200;
    border-radius: 4px;
}
.marquee-news-area {
    background: #f9f9f9;
    border-bottom: 1px solid #e5e5e5;
}
.chevron-right span {
    background: #148dc6;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    color: white;
}
.number {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 40px;
    font-weight: 700;
    color: #b4e7ff;
}
.our-search-section {
    background: #464646;
    padding: 20px 0px 20px 0px;
}
.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;
}
.breaking-excerpt p {
    font-size: 18px;
}
.news-excerpt p {
    font-size: 16px;
    margin: 0;
}
.news-byline a {
    font-size: 13px;
    color: #464646;
}
.marquee-news-area h5 {
    color: #c9282b;
    font-weight: 700;
    font-size: 17px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Image Part---
------------------------------------------------------------------------------------------------------------*/
.breaking-news-byline img {
    height: 40px;
    width: 40px;
    border: 1px dashed #c02446;
    padding: 2px;
}
.news-byline img {
    height: 23px;
    width: 23px;
}
.xxxxxmedium-thumnail img {
    height: 165px;
}
.xxlarge-thumnail img {
    height: 410px;
}
.xxxmedium-thumnail img {
    height: 215px;
}
.xxsmall-thumnail img {
    height: 95px;
    width: 115px;
}
.small-thumnail img {
    width: 170px;
    height: 120px;
}
.xxxsmall-thumnail img {
    height: 90px;
    width: 90px;
}
.xxmedium-thumnail img {
    height: 250px;
}
.xxxxmedium-thumnail img {
    height: 195px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Category Heading---
------------------------------------------------------------------------------------------------------------*/
.cat-heading {
    overflow: hidden;
    background: #e2f6ff;
    border-bottom: 2px solid #a7e3ff;
}
.cat-heading span {
    padding: 0 20px;
    font-size: 27px;
    font-weight: 700;
    position: relative;
    line-height: 56px;
    display: inline-block;
    color: #148dc6;
}
.cat-heading div {
    display: inline-block;
    float: right;
    line-height: 55px;
    margin: 0 10px;
}
.cat-heading div a {
    background: #abe5ff;
    padding: 0 14px;
    padding-right: 30px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    display: inline-block;
    color: #148dc6;
}
.cat-heading div a:after {
    content: "\f055";
    font-family: fontawesome;
    overflow: hidden;
    position: absolute;
    font-size: 12px;
    margin: 0 5px;
}
.cat-heading ul a:after {
    display: none;
}
.cat-heading ul a {
    padding: 0 15px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Footer---
------------------------------------------------------------------------------------------------------------*/
.footer-area {
    padding: 40px 0;
    background: #148dc6;
}
.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%;
}
.border-bottom-footer {
    border-bottom: 1px solid #43a4d1 !important;
}
.trademark-box {
    background: #06577c;
}
.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 {
    border: 1px solid #e2f6ff;
    border-radius: 9px;
    padding: 15px;
}
.tag-area {
    background: #e2f6ff;
    padding: 10px 10px 10px 10px;
    border: 1px solid #caeeff;
    border-radius: 3px;
}
.tag a {
    background: #baeaff;
    border-radius: 20px;
    padding: 4px 8px;
    font-size: 12px;
    color: #148dc6;
    margin-right: 8px;
}
.tag {
    white-space: nowrap;
    overflow: auto;
}
.tag-area h5 {
    font-size: 17px;
    color: #c9282b;
    font-weight: 700;
}
.icon-box span {
    background: #231f20;
    color: white;
    border-radius: 50px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----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---
------------------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------------------
                                    ----Sidebar Menu Modal---
------------------------------------------------------------------------------------------------------------*/
.canvas-bar {
    background: #f2faff;
    max-width: 250px !important;
}
.navbar-logo-box img {
    height: 50px;
}
.navbar-logo-box {
    padding: 19px;
    background: #f2faff;
}
.navbar-category li a {
    padding-left: 23px;
}
.navbar-category a {
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #1a1a1a !important;
}
.dropdown-icon {
    background: #f2faff;
    color: #015cab;
    margin-right: 15px;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 19px;
    border: 1px solid #015cab;
}
.search-input {
    height: 46px !important;
    color: #fff !important;
    background: #ed4f20 !important;
    font-size: 16px;
    font-family: 'Jost';
}
.signin-area .button {
    background: #ffffff;
    position: relative;
    border-radius: 50px;
    height: 39px;
    line-height: 40px;
    padding: 0 22px 0 22px;
    display: inline-block;
    color: #424242;
    font-weight: 700;
    font-size: 14px;
}
.signin-area {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: #015cab;
    padding: 10px 0 10px 0;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----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;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----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;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----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';
}