/*-----------------------------------------------------------------------------------------------------------
                                    ----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---
------------------------------------------------------------------------------------------------------------*/
.top-header {
    background: white;
    padding: 12px 0px 12px 0px;
    border-bottom: 1px solid #dddddd;
}
.mobile-menu-card {
    padding: 15px 0px 15px 0px;
}
.facebook_icon {
    background: #2277fb !important;
    width: 30px;
    height: 30px;
}
.x_icon {
    background: #000000 !important;
    width: 30px;
    height: 30px;
}
.youtube_icon {
    background: #fb0000 !important;
    width: 30px;
    height: 30px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Menu Part---
------------------------------------------------------------------------------------------------------------*/
.main-logo img {
    height: 42px;
}
.main-menu {
    padding: 16px 0px 16px 0px;
    background: #ffffff;
    border-bottom: 1px solid #ddd;
    border-top: 2px solid #037f76;
}
.main-navbar-nav {
    display: flex;
    gap: 30px;
}
.navbar-item li a {
    font-size: 18px;
    font-weight: 600;
    color: #3c3c3c;
    transition: 1s;
    font-family: 'Mukta', sans-serif;
}
.nav-bar-lines::before {
    content: "";
    position: absolute;
    top: -16px;
    left: 0px;
    right: 100%;
    border-bottom: 2px solid #ed1b24;
    transition: right .3s ease-out;
}
.navbar-item li a:hover {
    color: #ed1b23;
}
.dropdown-box {
    background: white;
    box-shadow: 0 5px 12px rgba(0, 0, 0, .15);
    border-radius: 5px;
    min-width: 165px;
    padding: 15px;
    top: 62px !important;
}
.dropdown-navbar-item li a {
    font-size: 14px;
    color: #606060;
}
.dropdown-navbar-item li a:hover {
    color: #0054a5;
}
.nav-bar-lines:focus::before, .nav-bar-lines:hover::before {
    right: 0px;
}
.nav-bar-lines {
    position: relative;
}
.uk-sticky-fixed {
    top: 0 !important;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
}
.uk-sticky-fixed .main-menu {
    border-bottom: none;
    border-top: navajowhite;
}
.sticky-date {
    position: absolute;
    display: none;
}
.uk-sticky-fixed div.sticky-date {
    display: block;
    background: #006ec3;
    padding: 0px 3px;
    font-size: 13px;
    font-weight: 600;
    top: 62px;
    color: white;
}
.uk-sticky-fixed .sticky-logo {
    display: flex;
}
.sticky-logo {
    display: none;
}
.sticky-logo img {
    height: 30px;
}
.uk-sticky-fixed .menu-search-display {
    display: flex;
}
.menu-search-display {
    display: none;
}
.uk-sticky-fixed .main-menu a {
    font-size: 17px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----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: #008076;
}
.title-tag-box span {
    background: #22408c;
    padding: 4px 13px;
    font-size: 17px;
    font-weight: 700;
    color: white;
    display: inline-block;
    border-radius: 2px;
}
.bg1 {
    background: #efefef;
}
.number {
    font-size: 40px;
    color: #03807a;
}
.special-section {
    background: #303030;
    padding: 20px 0px 20px 0px;
}
.my-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgb(0, 0, 0) 100%);
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Font Part---
------------------------------------------------------------------------------------------------------------*/
.breaking-news-title h1 {
    font-size: 67px;
    line-height: 77px;
    margin: 0;
    font-weight: 600;
}
.breaking-news-title h3 {
    font-size: 31px;
    font-weight: 800;
    margin: 0;
}
.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;
}
.breaking-excerpt p {
    font-size: 19px;
}
.news-excerpt p {
    font-size: 16px;
    color: #333333;
    margin: 0;
}
.news-byline a {
    font-size: 14px;
    font-weight: 500;
    color: #008077;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Image Part---
------------------------------------------------------------------------------------------------------------*/
.breaking-news-byline img {
    height: 35px;
    border-radius: 50%;
    width: 35px;
    padding: 2px;
    border: 1px dotted #456;
    margin-right: 4px;
}
.xlarge-thumnail img {
    height: 400px;
}
.large-thumnail img {
    height: 430px;
}
.xxxxsmall-thumnail img {
    height: 90px;
    width: 110px;
}
.xxxxxsmall-thumnail img {
    height: 70px;
    width: 70px;
}
.xxxlarge-thumnail img {
    height: 340px;
}
.news-byline img {
    height: 22px;
    width: 22px;
}
.blogs-opinion-thumnail img {
    height: 95px;
    width: 95px;
    border-radius: 50%;
}
.xxxmedium-thumnail img {
    height: 230px;
}
.xxsmall-thumnail img {
    height: 90px;
    width: 115px;
}
.xxxxlarge-thumnail img {
    height: 330px;
}
.xxlarge-thumnail img {
    height: 380px;
}
.small-thumnail img {
    height: 180px;
}
.small-videos-thumnail img {
    height: 95px;
    width: 130px;
}
.xsmall-thumnail img {
    height: 100px;
    width: 120px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Category Heading---
------------------------------------------------------------------------------------------------------------*/
.uk-heading-line a {
    font-size: 32px;
    font-weight: 600;
    color: #ed1b24;
    font-family: 'khand';
}
.uk-heading-line>::after, .uk-heading-line>::before {
    content: "";
    position: absolute;
    width: 2000px;
    border-bottom: 1px solid #03807a;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Footer---
------------------------------------------------------------------------------------------------------------*/
.social-media-area {
    background: #008075;
    padding: 17px 0px;
}
.footer-area {
    padding: 23px 0;
    background: #ffffff;
    border-top: 1px solid #c5c5c5;
}
.footer-heading {
    margin-bottom: 20px !important;
}
.text-link {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: #037f76;
}
.text-link::before {
    width: 35px;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    background: #ed1b23;
    height: 2px;
    transition: all .1s ease-in-out;
}
.text-link:hover::before {
    width: 100%;
}
.footer-text p {
    color: #626262;
    font-size: 14px;
}
.footer-logo img {
    height: 55px;
}
.footer-links a {
    font-size: 15px;
    color: #626262;
    text-transform: none !important;
}
.trademark-area {
    background: #ebebeb;
}
.trademark-content p {
    font-size: 15px;
    margin: 0;
    color: #626262;
    text-align: center;
}
.trademark-content a {
    color: #ff6000;
}
.icon-button {
    color: #0095da;
}
.team-members h5 {
    font-size: 12px;
    display: block;
    font-weight: 500;
    color: #323232;
    margin: 0;
}
.team-members h4 {
    font-size: 18px;
    margin: 0;
    font-weight: 500;
    color: #484848;
}
.contact-area {
    background: #767676;
    padding: 20px;
    border-radius: 15px;
}
.all-team-button-links a {
    background: #008075;
    padding: 6px 24px;
    display: inline-block;
    font-size: 15px;
    color: white;
    border-radius: 50px;
}
.all-team-button-links a:hover {
    background: #ed1b24;
    color: white;
}
.for-advertisement-title {
    font-size: 20px;
    font-weight: 500;
    color: white;
    text-align: center;
}
.advertisement-details p {
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 0;
}
.back-to-top-buttom a {
    background: #5c5c5c;
    position: fixed !important;
    bottom: 50px;
    left: 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 a:hover {
    background: #7e7e7e;
    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;
}
.single-content a {
    color: #ed1b24;
}
.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;
}
.xxxxxsmall-thumnail img {
    height: 80px;
    width: 80px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Byline Blade---
------------------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------------------
                                    ----Page Blade---
------------------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------------------
                                    ----Sidebar Menu Modal---
------------------------------------------------------------------------------------------------------------*/
.canvas-bar {
    background: #f2faff;
    max-width: 250px !important;
}
.navbar-logo-box {
    padding: 19px;
    background: #f2faff;
}
.navbar-category li a {
    padding-left: 23px;
}
.navbar-category a {
    font-size: 17px;
    font-weight: 700;
    color: #5a5a5a !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: #c5946a !important;
    font-size: 16px;
}
.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: #1e5f3d;
    padding: 10px 0 10px 0;
}
.signin-area .button:hover {
    background: #1e5f3d;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----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: #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';
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----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;
    text-decoration: none;
}
.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;
}
.skip-button .countdown {
    display: inline-block;
    min-width: 20px;
    text-align: center;
}