/*-----------------------------------------------------------------------------------------------------------
                                    ----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;
}
.close-button:hover {
    background: #374151;
    color: #666d7b;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Header---
------------------------------------------------------------------------------------------------------------*/
.small-section {
    padding: 34px 1px 34px 0px;
}
.mobile_menu {
    background: white;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
}
.icon-bar {
    color: #7c7c7c;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Search Part---
------------------------------------------------------------------------------------------------------------*/
.search-title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 23px;
}
.search-form-box {
    width: 100%;
}
.search_box {
    background: #dbdbdb;
    border-radius: 8px;
}
.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;
}
/*--------------------------------------------------
:: Header
-------------------------------------------------- */
body, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Mukta', sans-serif;
}
.main-bar {
    top: 0 !important;
    background: #25408f;
}
.logo_sz {
    height: 59px;
}
a.sub_bx {
    background: #d2232a;
    padding: 9px 20px 9px 16px;
    border-radius: 4px;
    font-family: sans-serif;
    font-weight: 500;
    color: white;
}
a.sub_bx:hover {
    background: #4268d7;
    color: white;
}
/*--------------------------------------------------
:: Menu
-------------------------------------------------- */
.nav-item {
    position: relative;
    margin: 0 20px;
}
.nav-item:before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.nav-item:hover:before {
    height: 3px;
}
.navbar-light .navbar-nav .nav-link {
    line-height: 58px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    text-decoration: none;
}
.sidebar-menu-box {
    background: #0066b3;
    box-shadow: rgb(34 96 191/24%) 0 0 48px;
    width: 200px;
}
.sidebar-menu a {
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 600;
}
.menu a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}  
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #e82525;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #02314b;
    color: #ffffff;
}
.uk-navbar-dropdown {
    top: 36px !important;
    padding: 8px;
    width: 320px;
}
.uk-navbar-nav>li>a {
    color: #02314b;
    font-size: 16px;
    line-height: 45px;
    min-height: auto;
    font-weight: 800;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #ec1e24 !important;
    color: #fff !important;
}
.side_menu_bx {
    background: #0063a5;
    box-shadow: rgb(34 96 191 / 24%) 0 0 48px;
    width: 240px;
}
.side_menu_size {
    font-size: 18px;
    line-height: 50px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Skip Ads---
------------------------------------------------------------------------------------------------------------*/
#skip-ads {
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 999999;
    margin: auto;
    position: fixed;
    text-align: center;
    background: #fff;
}
.skip-banner img {
    max-width: 850px;
}
.skip-banner {
    margin-top: 84px;
}
.skip-button {
    background: #d90000;
    border: none;
    font-size: 12px;
    padding: 0px 18px;
    border-radius: 4px;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 48%;
}
.advertisement-container {
    max-width: 850px;
}
.advertisement-title {
    font-family: 'poppins';
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #565656;
}
.skip-ads-logo img {
    height: 40px;
    margin-right: 34%;
}
/*--------------------------------------------------
:: Body
-------------------------------------------------- */
.uk-link, a {
    color: #272727;
    text-decoration: none;
}
.uk-link:hover, a:hover {
    text-decoration: none;
    color: #e82525;
}
p {
    font-size: 18px;
    line-height: 32px;
    color: #333;
}
em {
    color: #565656;
}
.exp_sm-ft {
    font-size: 15px;
    font-weight: 600;
    color: #666666;
}
.cover {
    object-fit: cover;
}
a.eng_bx {
    background: #c51035;
    padding: 0px 31px;
    font-size: 20px;
    border-radius: 3px;
    color: #ffffff;
    font-weight: 600;
}
a.view_more_bx {
    background: black;
    padding: 0.142857rem 1.428571428571429rem;
    border-radius: 50px;
}
.breaking_news_title_desktop {
    font-size: 67px;
    line-height: 77px;
    margin: 0;
    font-weight: 800;
}
.title-tag-box {
    background: #25408f;
    padding: 3px 18px;
}
.uk-sticky-fixed div.sticky-mobile-date {
    display: block !important;
    background: #000000e3;
    padding: 3px 3px;
    font-size: 12px;
    font-weight: 600;
    top: 103px;
    color: #ffffff;
}
.sticky-mobile-date {
    position: absolute;
    display: none;
}
.sticky-date {
    position: absolute;
    display: none;
}
.uk-sticky-fixed div.sticky-date {
    display: block;
    background: #000000e3;
    padding: 0px 3px;
    font-size: 12px;
    font-weight: 600;
    top: 58px;
    color: #ffffff;
}
.uk-sticky-fixed .sticky-favicon {
    display: flex;
    background: #ffffff;
    padding: 3px;
}
.sticky-favicon {
    display: none;
}
.sticky-favicon img {
    height: 50px;
}
.breaking-author img {
    height: 35px;
    width: 35px;
    border: 1px dotted #25408f;
    border-radius: 50px;
    padding: 2px;
    margin-right: 3px;
}
.breaking-author span {
    font-size: 16px;
    color: #505050;
}
.breaking-date {
    font-size: 15px !important;
    color: #525252 !important;
}
.trending_box {
    background: #25408f;
}
.uk-active > .bg-class-activ {
    background: #28a5b7 !important;
    border: 1px solid #28a5b7 !important;
    color: #fff !important;
}
.uk-active > .bg-class-activ a, .uk-active > .bg-class-activ i {
    color: #fff !important;
}
.title_tag {
    background: #25408f;
}
.respo__fnt {
    font-size: calc(1.25rem + 2.9vw);
    line-height: 130%;
}
.sb-break {
    font-size: 20px;
    line-height: 39px;
    color: #444;
    margin-top: 15px;
}
.m-single-title {
    font-size: 29px;
    line-height: 36px;
    font-weight: 900;
}
@media    all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
    .navbar .dropdown-menu{ top:180%;  }
    .navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
}
@media only screen and (max-width: 600px) {
    .ht-550, .ht-auto img {
        height: auto;
    }
    .m-ht-300 img {
        height: 300px;
    }
    .mob-vv {
        left: 0 !important;
        margin-top: 0 !important;
    }
}
.tag__box {
    display: inline-block;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.tag__box a:after {content: "";position: absolute;border-bottom: 1px solid #f8f9fa;width: 100%;left: 0;bottom: -1px;}
.tag__box a:hover, .tag__box a:focus {
    background: #f8f9fa !important;
}
.tag__box a {
    position: relative;
    display: inline-block;
}
.s-box.s-big {
    position: fixed;
    display: block;
    color: #000 !important;
    z-index: 999;
    top: 30px;
}
.s-box.s-big a, .s-box.s-big span {
    color: #000 !important;
}
.site-logo img {
    max-height: 75px;
    -webkit-transition:max-height 0.2s ease-out;
    -moz-transition:max-height 0.2s ease-out;
    -o-transition:max-height 0.2s ease-out;
    transition:max-height 0.2s ease-out;
}
.site-logo.shrink img {
    max-height: 45px;
} 
.top__bx {
    background: rgb(108,108,108);
    background: radial-gradient(circle, rgba(108,108,108,1) 0%, rgba(116,116,116,1) 48%, rgba(170,170,170,1) 100%);
}
.tab-content {
    background: #fff;
}
.text-init {
    color: #c7c7c7;
}
.ft-12 {
    font-size: 12px;
}
.ft-14 {
    font-size: 14px;
    line-height: 26px;
}
.ft-15 {
    font-size: 15px;
    line-height: 28px;
}
.ft-17 {
    font-size: 17px;
}
.ft-18 {
    font-size: 18px;
}
.ft-20 {
    font-size: 20px;
    line-height: 34px;
}

.fw-9 {
    font-weight: 800;
}
.bdr>li:nth-child(n+2) {
    -border-top: 1px dashed #231f20;
}
.my-overlay {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(95%,rgb(0, 0, 0)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0)0,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0)0,rgb(0, 0, 0) 100%);
}
.play-botton {
    padding: 10px 16px;
    background: #bf0d00;
    border-radius: 0px 16px 0px 0px;
}
.videos-box {
    background: #242424;
}
.xmedium-thumnail img {
    height: 200px;
}
.feature-news-thumnail img {
    height: 460px;
}
/*--------------------------------------------------
:: Image Height
-------------------------------------------------- */
.big-news-box img {
    height: 260px;
}
.notification_box img {
    height: 65px;
    width: 65px;
}
.blog_opinion_box img {
    height: 100px;
    width: 100px;
}
.special_box img {
    height: 400px;
}
.interview_box img {
    height: 360px;
}
.big_ent_box img {
    height: 384px;
}
.small_ent_box img {
    height: 102px;
    width: 150px;
}
.sports_box img {
    height: 450px;
}
.xsmall-thumnail img {
    height: 115px;
    width: 155px;
}
.xxxmedium-thumnail img {
    height: 222px;
}
.small_sports_box img {
    height: 155px;
}
.health_big_box img {
    height: 240px;
}
.ht-550 {
    height: 550px;
}
.ht-110 img {
    height: 90px;
    width: 110px;
    float: left;
    margin-right: 10px;
}
.ads img {
    border-radius: 4px;
    margin-bottom: 5px;
}
.ht-400 img {
    height: 380px;
}
.ht-250 img {
    height: 270px;
}
.ht-300 img {
    height: 476px;
}
.ht-255 img {
    height: 220px;
}
.ht-350 img {
    height: 480px;
}
.ht-360 img {
    height: 360px;
}
.ht-325 img {
    height: 325px;
}
.ht-190 img {
    height: 190px;
}
.main_news-thumnail img {
    height: 360px;
}
.ht-100 img {
    width: 130px;
    height: 100px;
}
.ht-80 img {
    height: 80px;
    width: 80px;
}
.ht-220 img {
    height: 210px;
}
.ht-140 img {
    height: 95px;
    width: 140px;
}

.ht-25 {
    height: 25px;
    width: 25px;
}
/*--------------------------------------------------
:: Footer
-------------------------------------------------- */
.footer {
    border-top: 4px solid #fdc008;
    background: #0c685d;
}
.footer p {
    line-height: 28px;
    font-size: 15px;
    margin: 0;
    color: #fff;
}
.zk-footer-menu {
    line-height: 21px;
    padding: 10px 0px;
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 8px 0px;
}
.zk-f-text {
    color: #626262;
    font-weight: 600;
}
.zk-f-menu {
    color: #051939;
}
.zk-f-menu i {
    background: #c9d7ff;
    height: 30px;
    width: 30px;
    text-align: center;
    position: relative;
    margin-bottom: 7px;
    border-radius: 50%;
    line-height: 27px;
    padding: 2px;
    font-size: 13px;
    color: #0066b3;
}
/*--------------------------------------------------
:: Category Heading
-------------------------------------------------- */
.trendings {
    background: #1f408d;
    color: #ffffff;
    font-size: 28px;
    border-radius: 5px;
}
.vid-bx {
    background: #e75725;
    padding: 19px;
    height: 80px;
    color: #fff;
    width: 144px;
    transition: width 1s;
    display: block;
    right: -70px;
}
.nn:hover .vid-bx {
    width: 300px;
    height: 80px;
    transition: width 1s;
}
.cat-head {
    border-bottom: 1px solid #eaeaea;
}
.cat-head span {
    font-size: 24px;
    font-weight: 900;
    line-height: 46px;
    position: relative;
    display: inline-block;
}
.cat-head span:after {
    content: "";
    position: absolute;
    border-top: 1px solid #d40000;
    bottom: -1px;
    width: 100%;
    left: 0;
    border-radius: 50px;
}
a.heading_ctg {
    color: #0066b3;
}
.main__bullets li a {
    padding: 0 13px;
    font-size: 15px;
    color: #ffffff;
    line-height: 40px;
    background: #a50107;
    display: inline;
    font-weight: 500;
    border-radius: 50px;
}
.main__bullets li a:hover {
    background: #006eb8;
}
.sub-heading-right {
    float: right!important;
}
/*--------------------------------------------------
:: Scroll Box
-------------------------------------------------- */
.scrollbox {
    height: 346px;
    overflow: auto;
    overflow-x: hidden;
    visibility: hidden;
    padding-right: 15px;
}
.scrollbox-content, .scrollbox:hover, .scrollbox:focus {
    visibility: visible;
}
.scrollbox-content,
.scrollbox:hover,
.scrollbox:focus {
    visibility: visible;
}
.scrollbox_delayed {
    transition: visibility 0.2s;
}
.scrollbox_delayed:hover {
    transition: visibility 0s 0.2s;
}
#mybox::-webkit-scrollbar {
    width: 3px;
    background: transparent;
}
#mybox::-webkit-scrollbar-track {
    border-radius: 0px;
    background: transparent;
}
#mybox::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #e75726;
    padding: 0;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Footer---
------------------------------------------------------------------------------------------------------------*/
.trademark-box {
    background: #25408f;
}
.trademark-content h5 {
    font-size: 15px;
    color: white;
}
.trademark-content a {
    font-size: 14px;
    color: white;
}
.footer-box {
    background: #0066b3;
    padding: 30px 0px 30px 0px;
}
.footer_logo img {
    background: white;
    padding: 8px;
    height: 62px;
    border-radius: 9px;
}
.footer-content h3 {
    font-size: 16px;
    margin-bottom: 5px;
}
.footer-content h4 {
    font-size: 16px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Single---
------------------------------------------------------------------------------------------------------------*/
.single-author img {
    height: 40px;
    width: 40px;
    padding: 2px;
    border: 1px dashed #12aa98;
    margin-right: 4px;
}
.single-author a {
    font-size: 18px;
    font-weight: 600;
    color: #303030 !important;
}
.single-title {
    font-size: 44px;
}
.single-date i {
    font-size: 17px;
}
.single-date span {
    font-size: 14px;
    font-weight: 600;
    color: #464646;
}
.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';
}
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: #3496d7;
    font-size: 39px;
}
blockquote:after {
    content: "\f10e";
    font-family: fontawesome;
    color: #3496d7;
    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 {
    font-size: 21px;
    text-align: justify;
    line-height: 30px;
    font-weight: 400;
}
.attach-cap {
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    display: inline-block;
    width: auto;
}
figcaption {
    background: #f8f9fa;
    padding: 8px;
}
.tag-box {
    background: #e6f2fa;
    border: 1px solid #e5e5e5;
    border-radius: 9px;
    padding: 15px;
}
.post-attachment-box {
    margin: 0 20px;
}
.single-content a {
    color: #12aa98;
}
.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;
}
.trending-tags {
    overflow: auto;
    white-space: nowrap;
}
.trendings-number {
    font-size: 36px;
    font-weight: 800;
    color: #005093;
}
.xxxxsmall-thumnail img {
    height: 70px;
    width: 80px;
}