/*-----------------------------------------------------------------------------------------------------------
                                    ----Header---
------------------------------------------------------------------------------------------------------------*/
.today-date p {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Menu Part---
------------------------------------------------------------------------------------------------------------*/
.main-menu {
    background: #ffffff;
    border-top: 2px solid #d71921;
    border-bottom: 1px solid #d1d1d1;
}
 .navbar-light .navbar-brand {
    color: #fff;
}
.nav-item {
    position: relative;
    margin: 0 16px;
}
.navbar-light .navbar-nav .nav-link {
    line-height: 30px;
    font-size: 18px;
    color: #444444;
    font-weight: 600;
    padding: 0;
    margin: 10px 0;
}
.nav-item:after {
    content: '';
    display: block;
    border-top: 2px solid #d71921;
    width: 0;
    position: absolute;
    left: 0;
    transition: .2s ease-out;
    top: 48px;
}
.nav-item:hover:after {
    width: 100%;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #d71921;
}
.dropdown-menu {
    padding: 0;
    border: none;
    background: #ffffff;
    width: 200px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    border-radius: 0 0 8px 8px;
    top: 52px !important;
}
.dropdown-menu a {
    font-size: 17px;
    font-weight: 500;
    color: #4c4c4c;
}
.dropdown-menu a:hover {
    background: #e2150b;
    color: #fff;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active {
    color: #d71921;
}
.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); 
}
.menu-bar img {
    height: 20px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----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: #ad1e38;
}
.widget-title {
    display: none;
}
iframe {
    width: 100%;
}
.news-card {
    background: #ffffff;
    padding: 10px;
    box-shadow: 0px 0px 10px 0px #ddd;
}
.my-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 45%, rgba(0, 0, 0, 0.97) 100%);
}
.play-icon a {
    background: #890304;
    padding: 10px 20px;
    border-radius: 5px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Front Part---
------------------------------------------------------------------------------------------------------------*/
.breaking-title-desktop {
    font-size: 67px;
    line-height: 77px;
    margin: 0;
    font-weight: 800;
}
.breaking-news-author a {
    font-size: 18px;
    font-weight: 500;
    color: #424242;
}
.breaking-news-excerpt p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #343434;
}
.news-author a {
    color: #4c4c4c;
    font-size: 16px;
    font-weight: 500;
}
.news-links a {
    color: #034d7e;
    font-weight: 500;
    font-size: 16px;
}
.news-excerpt p {
    margin: 0;
    font-size: 17px;
    line-height: 27px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Image Part---
------------------------------------------------------------------------------------------------------------*/
.advertisement img {
    margin-bottom: 10px !important;
    width: 100%;
    border-radius: 3px;
}
.breaking-news-author img {
    height: 40px;
    width: 40px;
    border: 1px solid #9a1c1e;
    border-radius: 50%;
    padding: 2px;
    margin-right: 3px;
}
.news-author img {
    height: 20px;
    width: 20px;
    border-radius: 50%;
}
.xxxsmall-thumbnail {
    height: 100px;
    width: 125px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Category Heading---
------------------------------------------------------------------------------------------------------------*/
.cat-head {
    background: #ff0000;
    margin-bottom: 15px;
}
.cat-head a {
    padding: 8px 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 50px;
    background-image: url(./assets/images/pattern.png);
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Footer Section---
------------------------------------------------------------------------------------------------------------*/
.footer-section {
    background: #ff0000;
    padding: 30px 0px;
    border-top: 1px solid #d5d5d5;
}
.footer-border {
    border-bottom: 2px solid #a21e20;
    margin-top: 25px;
    margin-bottom: 25px;
}
.trademark-section {
    background: #bb0000;
}
.trademark-content p {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
}
.trademark-content a {
    color: #d06900;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Single Page---
------------------------------------------------------------------------------------------------------------*/
.single-news-title h1 {
    color: #4a4c4e !important;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
}
.title-tag span {
    background: #d71921;
    padding: 7px 13px;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
}
.secound-heading-text p {
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    margin: 0;
}
.single-author img {
    height: 40px;
    width: 40px;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    padding: 1px;
    margin-right: 5px;
}
.single-author a {
    font-size: 17px;
    font-weight: 600;
    color: #2e2e2e;
}
.single-published-date p {
    margin: 0;
    font-size: 18px;
    color: #3e3e3e;
    font-weight: 400;
}
.share-count {
    text-align: center;
    font-size: 24px;
    color: #555;
    font-family: sans-serif;
}
.share-text {
    text-align: center;
    font-size: 14px;
    color: #555;
    margin-top: -9px;
}
.single-news-content p {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 25px;
    font-style: normal;
    font-weight: 400;
    text-align: justify;
}
.tag-heading h5 {
    font-size: 20px;
    margin: 0;
    color: #4e4e4e;
    font-weight: 600;
}
.hashtag a {
    background: #ffc7c7;
    padding: 2px 9px;
    margin-right: 7px;
    display: inline-block;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    font-size: 15px;
    font-weight: 500;
    color: #ff2424;
}
.hashtag a:hover {
    background: #d71921;
    color: #ffffff;
}
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 {
    background-image: url(/assets/icon/quote-left.png);
    content: " ";
    display: inline-block;
    width: 53px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: contain;
}
blockquote:after {
    background-image: url(/assets/icon/quote-left.png);
    content: " ";
    display: inline-block;
    width: 53px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: contain;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Search Part---
------------------------------------------------------------------------------------------------------------*/
.search-modal {
    background: #dbdbdb;
    border-radius: 8px;
}
.search-text h2 {
    font-size: 24px;
    font-weight: 600;
    color: #d71921;
    margin: 0;
}
.search-input {
    height: 61px !important;
    border-radius: 4px;
    background: #dbdbdb !important;
    border: 1px solid #d71921 !important;
}
.search-icon {
    background: #d71921;
    border-radius: 0px 4px 0px 0px;
    width: 52px !important;
    color: #ffffff !important;
}
.search-icon-box:hover {
    background: #039cff;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Menu Offcanvas Bar---
------------------------------------------------------------------------------------------------------------*/
.menu-offcanvas-bar {
    padding: 0;
    background: #ffffff;
    box-shadow: rgba(34, 96, 191, 0.24) 0 0 48px;
    width: 200px !important;
}
.navbar-logo-area {
    background: #ffffff;
    padding: 23px;
}
.offcanvas-bar-close button {
    background: #dc1e3d;
    padding: 7px;
    color: white !important;
    border-radius: 50%;
}
.sidebar-nav-area {
    background: #ffffff;
}
.searchInput {
    height: 49px !important;
    background: #d71921 !important;
    border: none !important;
}
.searchIcon {
    background: #e7b53a;
    width: 44px !important;
    color: #ffffff !important;
}
.sidebar-navigation-item a {
    color: #707070;
    padding: 12px 15px;
    font-size: 17px;
    font-weight: 600;
    border-bottom: 1px solid #efefef;
}
.sidebar-navigation-item a:hover {
    background: #e3e3e3;
    color: #363636;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Paginate Part---
------------------------------------------------------------------------------------------------------------*/
.paginate a,
.paginate span {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 4px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    transition: background-color 0.3s, color 0.3s;
}
.paginate a:hover {
    background-color: #0073e6;
    color: #fff;
    border-color: #0073e6;
}
.paginate .current {
    background-color: #0073e6;
    color: #fff;
    border-color: #0073e6;
    font-weight: bold;
}
.paginate .prev,
.paginate .next {
    font-weight: bold;
}
.paginate .prev:hover,
.paginate .next:hover {
    background-color: #005bb5;
    border-color: #005bb5;
}
.paginate .dots {
    border: none;
    pointer-events: none;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Mobile Fixed Menu---
------------------------------------------------------------------------------------------------------------*/
.mobile-footer-menu {
    background: #ffffff;
    padding: 8px 8px 8px 8px;
    box-shadow: 0 -10px 15px rgba(0, 0, 0, .08);
}
.footer-menu-area img {
    height: 20px;
    margin-bottom: 6px;
}
.footer-menu-area h3 {
    margin: 0;
    font-size: 15px;
    color: #d71921;
    font-weight: 400;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Author Archive Page---
------------------------------------------------------------------------------------------------------------*/
.author-area {
    background: white;
    padding: 15px;
}
.author-thumnail img {
    height: 115px;
    width: 115px;
    border-radius: 50%;
    border: 1px solid #991c1e;
    padding: 4px;
}
.author-details h4 {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
    color: #838383;
}
.author-details p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #404040;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----404 Page---
------------------------------------------------------------------------------------------------------------*/
.back-to-home-links a {
    background: #d71b23;
    padding: 12px 23px;
    font-size: 18px;
    display: inline-block;
    color: white;
    border-radius: 5px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Scroll Box---
------------------------------------------------------------------------------------------------------------*/
.scrollbox {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border: 1px solid #e5e7eb;
    max-width: 100%;
}
.scrollbox-header {
    background: #f8fafc;
    border-bottom: 1px solid #e5e7eb;
    padding: 0 4px;
}
.scrollbox-header .uk-switcher-nav {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.scrollbox-header .uk-switcher-nav > * {
    flex: 1;
}
.scrollbox-header .uk-switcher-nav a {
    display: block;
    padding: 14px 20px;
    font-weight: 600;
    color: #64748b;
    text-align: center;
    transition: all 0.25s ease;
    border-bottom: 3px solid transparent;
}
.scrollbox-header .uk-switcher-nav a.uk-active,
.scrollbox-header .uk-switcher-nav a:hover {
    color: #1e293b;
    background: #fff;
    border-bottom-color: #3b82f6;
}
.scrollbox-content {
    max-height: 629px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #94a3b8 #f1f5f9;
    padding: 20px 20px;
}
.scrollbox-content::-webkit-scrollbar {
    width: 8px;
}
.scrollbox-content::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 10px;
}

.scrollbox-content::-webkit-scrollbar-thumb {
    background: #94a3b8;
    border-radius: 10px;
}

.scrollbox-content::-webkit-scrollbar-thumb:hover {
    background: #64748b;
}