/*-----------------------------------------------------------------------------------------------------------
                                    ----Header---
------------------------------------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@300;400;500;600;700;800');
.dashboard-navbar-item li a {
    font-size: 16px;
    font-family: 'poppins';
}
.dashboard-menu {
    background: white;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Menu---
------------------------------------------------------------------------------------------------------------*/
.main-menu {
    position: relative;
    border-bottom: 2px solid #0066b3;
    background: white;
    border-top: 1px solid #dfdfdf;
}
.menu-mr-botton {
    margin-right: 11.75rem;
}
.menu-button {
    background: #0e539a;
    padding: 8px 8px 8px 8px;
}
.main-navbar-nav {
    display: flex;
    margin: 14px 0;
    padding: 3px;
    list-style: none;
    gap: 25px;
}
.navbar-item li a {
    font-size: 18px;
    font-weight: 600;
    text-transform: inherit;
    color: #303030;
    padding: 5px;
    border-radius: 4px;
}
.navbar-item li a:hover {
    color: #003892;
    background: rgb(209 209 209 / 16%);
}
.dropdown-box {
    background: white;
    box-shadow: 0 5px 12px rgba(0,0,0,.15);
    border-radius: 5px;
    min-width: 165px;
}
.dropdown-navbar-item li a {
    font-size: 14px;
    color: #606060;
}
.dropdown-navbar-item li a:hover {
    background: #e3e3e3;
    color: #4c4c4c;
}
.nav-bar-lines::before {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 0px;
    right: 100%;
    border-bottom: 2px solid #c41616;
    transition: right .3s ease-out;
}
.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: none;
}
.sidebar-menu-box {
    background: #e3e3e3;
    box-shadow: rgb(0 0 0 / 25%) 0 0 48px;
    width: 250px;
}
.sidebar-menu-items {
    font-size: 17px;
    line-height: 65px;
    font-weight: 700;
    border-bottom: 1px solid #c7c7c7;
}
.back-to-top-buttom {
    background: #c41616;
    position: fixed!important;
    bottom: 20px;
    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: #0066b3;
    color: white;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Front Body---
------------------------------------------------------------------------------------------------------------*/
.title-tag-box {
    background: #1269af;
    padding: 5px;
}
.blog-opinion-box {
    background: #e3eeff;
    padding: 15px;
}
.category-box {
    background: #0e539a;
    color: white;
    font-size: 15px;
    font-weight: 600;
}
.big-economics-box {
    background: #f4f6f8;
}
.play-button {
    background: #c41616;
    padding: 10px 13px 10px 13px;
    border-radius: 6px;
}
.play-button span {
    color: white;
}
.videos-box {
    background: #343434;
    padding: 30px 0px 30px 0px;
}
.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%);
}
.editorial-box {
    background: lightgrey;
    padding: 13px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Front Font---
------------------------------------------------------------------------------------------------------------*/
body, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Mukta', sans-serif;
}
.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;
}
.breaking-date p {
    font-size: 15px;
}
.breaking_news_desktop_title {
    font-size: 67px;
    line-height: 77px;
    margin: 0;
    font-weight: 800;
}
.breaking-author a {
    font-size: 15px;
    font-weight: 600;
    color: #464646;
}
.big-news-title {
    font-size: 26px;
    line-height: 35px;
}
.small-news-title {
    font-size: 19px;
    line-height: 27px;
}
.news-excerpt {
    font-size: 15px;
    font-weight: 600;
    color: #666666;
}
.blog-opinion-title {
    font-size: 19px;
    line-height: 27px;
}
.blog-opinion-author a {
    font-size: 17px;
    color: #505050;
    font-weight: 600;
}
.big-economics-news-title {
    font-size: 23px;
    line-height: 29px;
}
.small-videos-news-title {
    font-size: 18px;
    line-height: 28px;
}
.small-entertainments-news-title {
    font-size: 19px;
    line-height: 23px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Image---
------------------------------------------------------------------------------------------------------------*/
.cover {
    object-fit: cover;
}
.breaking-author img {
    height: 40px;
    width: 40px;
    margin-right: 5px;
    border: 1px dashed #d12229;
    padding: 2px;
}
.big-news-thumnail img {
    height: 380px;
}
.small-news-thumnail img {
    height: 110px;
    width: 145px;
}
.blog-opinion-author img {
    height: 40px;
    width: 40px;
    border-radius: 3px;
    margin-right: 5px;
}
.big-politics-thumnail img {
    height: 490px;
}
.big-economics-thumnail img {
    height: 380px;
}
.small-videos-thumnail img {
    height: 208px;
}
.big-entertainments-thumnail img {
    height: 305px;
}
.small-entertainments-thumnail img {
    height: 200px;
}
.health_big_box img {
    height: 230px;
}
.small-int-thm img {
    width: 115px;
    height: 80px;
}
.small-thumnail img {
    height: 123px;
    width: 141px;
}
.large-thumnail img {
    height: 365px;
}
.big-videos-thumnail iframe {
    height: 525px;
    width: 100%;
}
.xsmall-news-thumnail img {
    height: 92px;
    width: 108px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Category Heading---
------------------------------------------------------------------------------------------------------------*/
.np-category-heading {
    display: block;
    margin-bottom: 5px;
    position: relative;
}
.np-category-heading span, .np-category-heading a {
    font-size: 28px;
    font-weight: 700;
    line-height: 60px;
    display: inline-block;
    position: relative;
    color: #0e539a;
}
.float-right {
    float: right!important;
}
.np-category-heading svg {
    background: #e3eeff;
    border-radius: 50%;
    padding: 2px;
    height: 22px;
    width: 22px;
    margin-bottom: 3px;
    transition: 1s;
}
.np-category-heading svg:hover {
    background: #e11b22;
    color: white;
}
.np-category-heading:before {
    content: "";
    position: absolute;
    border-top: 1px solid #e11b22;
    border-bottom: 1px solid #e11b22;
    width: 100%;
    height: 3px;
    left: 0;
    padding: 0;
}
.np-sub-category li a {
    padding: 0 13px;
    font-size: 15px;
    color: #ffffff;
    line-height: 60px;
    background: #ee1d23;
    display: inline;
    font-weight: 500;
    border-radius: 50px;
}
.np-sub-category li a:hover {
    background: #233671;
}
.interview-category-heading a {
    background: #0e539a;
    border-radius: 6px;
    padding: 6px;
    color: whitesmoke;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Footer---
------------------------------------------------------------------------------------------------------------*/
.trademark-box {
    background: #080808;
}
.footer-box {
    background: #262626;
}
.footer p {
    line-height: 28px;
    font-size: 15px;
    margin: 0;
    color: #fff;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Single---
------------------------------------------------------------------------------------------------------------*/
.share-count {
    display: inline-block;
    line-height: 32px;
}
.share-count span {
    font-size: 25px;
    color: #666666;
    font-family: 'Poppins';
}
.share-count-title {
    font-size: 13px;
    text-align: center;
    font-weight: 400;
    line-height: 1px;
    color: #2a2a2a;
    font-family: 'Poppins';
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Category Archive---
------------------------------------------------------------------------------------------------------------*/
.big-news-category-archive-title {
    font-size: 21px;
    line-height: 32px;
}
.small-news-category-archive-title {
    font-size: 19px;
    line-height: 27px;
}
.card-box {
    background: white;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Menu---
------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------
                                    ----Menu---
------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------
                                    ----Menu---
------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------
                                    ----Menu---
------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------
                                    ----Menu---
------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------
                                    ----Menu---
------------------------------------------------------------------------------------------------------------*/