/*-----------------------------------------------------------------------------------------------------------
                                    ----Header---
------------------------------------------------------------------------------------------------------------*/
.main-logo img {
    height: 110px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Menu---
------------------------------------------------------------------------------------------------------------*/
.main-menu {
    background: #fff;
    border-top: 1px solid #f3f3f3;
    border-bottom: 2px solid #b21e4b;
}
.navbar-light .navbar-brand {
    color: #fff;
}
.nav-item {
    position: relative;
    margin: 0 8px;
}
.nav-item:hover:after {
    width: 100%;
}
.nav-item:after {
    content: '';
    display: block;
    border-top: 2px solid #27b6ea;
    width: 0;
    position: absolute;
    left: 0;
    transition: .2s ease-out;
    top: 53px;
}
.navbar-light .navbar-nav .nav-link {
    line-height: 29px;
    font-size: 19px;
    font-weight: 600;
    padding: 0;
    margin: 10px 0;
    color: #646464;
    font-family: 'Mukta';
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #0084d7;
}
.dropdown-menu a:hover {
    background: #cbcbcb;
    color: #233671;
}
.dropdown-box {
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    border: none !important;
    border-radius: 0 0 7px 7px !important;
    top: 56px !important;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #02314b;
    color: #ffffff;
}
.uk-navbar-dropdown {
    top: 36px !important;
    padding: 8px;
    width: 320px;
}
@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); }
}
.dropdown-item {
    line-height: 26px;
    font-size: 17px;
    font-weight: 500 !important;
    color: #3e3e3e !important;
}
.sticky-date {
    position: absolute;
    display: none;
}
.uk-sticky-fixed div.sticky-date {
    display: block;
    background: #b21e4b;
    padding: 0 3px;
    margin: 0 74px;
    font-size: 13px;
    font-weight: 600;
    top: 60px;
    color: #fff;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Index---
------------------------------------------------------------------------------------------------------------*/
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: #06aeef;
}
.title-tag span {
    background: #b21e4b;
    padding: 6px 22px;
    color: #ffffff;
    font-weight: 600;
    font-size: 17px;
}
.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem !important;
}
.bg1 {
    background: #b21e4b;
}
.number {
    font-size: 36px;
    font-weight: 800;
    color: #bfdfff;
}
.my-overlay1 {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgb(178 30 75) 100%);
}
.my-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgb(0, 0, 0) 100%);
}
.big-interview-box {
    background: white;
    box-shadow: 0px 10px 40px 0px #0066b31f;
    border-radius: 3px;
}
.tab-button>.uk-active>a {
    background: #b21e4b;
    font-size: 17px;
    font-weight: 700;
    border: 1px solid #ad1e38;
    border-radius: 4px;
}
.tab-button>*>:first-child {
    padding: 5px 10px;
    background: 0 0;
    color: #484848;
    font-size: 17px;
    font-weight: 700;
    border: 1px solid #b21e4b;
    border-radius: 4px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Font---
------------------------------------------------------------------------------------------------------------*/
.breaking-news-title h1 {
    font-size: 67px;
    margin-top: 27px;
    line-height: 77px;
    margin-bottom: 19px;
    font-weight: 800;
}
.second-heading-text h4 {
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
}
.breaking-news-byline a {
    font-size: 16px;
    font-weight: 600;
    color: #404040;
}
.breaking-date {
    font-size: 16px !important;
    color: #404040 !important;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Image---
------------------------------------------------------------------------------------------------------------*/
.cover {
    object-fit: cover;
}
.breaking-news-byline img {
    height: 35px;
    width: 35px;
    border: 2px dotted #b21e4b;
    padding: 2px;
}
.xxxxxmedium-thumnail img {
    height: 200px;
}
.xxxlarge-thumnail img {
    height: 335px;
}
.xxsmall-thumnail img {
    height: 110px;
    width: 140px;
}
.xxxsmall-thumnail img {
    height: 100px;
    width: 120px;
}
.xxxxxsmall-thumnail img {
    height: 85px;
    width: 85px;
}
.circle-thumnail img {
    height: 112px;
    width: 115px;
    border-radius: 50%;
}
.xxxxmedium-thumnail img {
    height: 220px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Category Heading---
------------------------------------------------------------------------------------------------------------*/
.category-heading {
    border-bottom: 6px solid #eaeaea;
    line-height: 33px;
    margin-bottom: 20px;
}
.category-heading span {
    z-index: 99;
    position: relative;
    font-size: 25px;
    font-weight: 700;
    display: inline-block;
    line-height: 40px;
    font-family: 'Poppins';
    color: #0052a7;
}
.category-heading span:before {
    content: "";
    border-bottom: 6px solid #b21e4b;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -6px;
    z-index: 99;
}
.category-heading span:after {
    content: "";
    border-bottom: 6px solid #27b6ea;
    position: absolute;
    width: 10%;
    right: 8px;
    bottom: -6px;
    z-index: 99;
}
.category-heading a {
    color: #b21e4b;
}
.eh-sub-category li a {
    padding: 0 13px;
    font-size: 15px;
    color: #0052a7;
    line-height: 36px;
    background: #bfdfff;
    display: inline;
    font-weight: 700;
    border-radius: 50px;
}
.eh-sub-category li a:hover {
    background: #0052a7;
    color: white;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Footer---
------------------------------------------------------------------------------------------------------------*/
.footer-area {
    background: #0051a3;
    padding: 35px 0px 0px 0px;
}
.uk-heading-bullet::before {
    border-left: calc(5px + 0.1em) solid #e5e5e5;
}
.footer-border-bottom {
    border-bottom: 1px solid #3374b5;
}
.footer-logo img {
    height: 62px;
}
.trademark-box {
    background: #0051a3;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----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 {
    background: #b0224b1c;
    border: 1px solid #ffcedc;
    border-radius: 9px;
    padding: 15px;
}
.trending-tags {
    overflow: auto;
    white-space: nowrap;
}
.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;
}
.icon-box span {
    background: #231f20;
    color: white;
    border-radius: 50px;
}
.trendings-number {
    font-size: 45px;
    color: #ffdae5;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Category Archive---
------------------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------------------
                                    ----search Archive---
------------------------------------------------------------------------------------------------------------*/
.search-news-thumnail img {
    height: 239px;
}
.search-news-excerpt {
    font-size: 19px;
    line-height: 29px;
    font-weight: 500;
}
.big-search-news-title {
    font-size: 23px;
    line-height: 33px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----User Archive---
------------------------------------------------------------------------------------------------------------*/
.user-profile-box {
    background: white;
    box-shadow: 0px 10px 40px 0px #0066b324;
    padding: 20px;
    border-radius: 10px;
}
.user-title {
    font-size: 20px;
    color: #525252;
}
.user-thumnail img {
    height: 110px;
    width: 110px;
    border: 3px dashed #0066b3;
    padding: 5px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Writer Archive---
------------------------------------------------------------------------------------------------------------*/
.writer-profile-box {
    background: white;
    box-shadow: 0px 10px 40px 0px #0066b324;
    padding: 20px;
    border-radius: 10px;
}
.writer-profile-thumnail img {
    height: 110px;
    width: 110px;
    border: 3px dashed #0066b3;
    padding: 5px;
}
.writer-title {
    font-size: 20px;
    color: #525252;
}
.writer-description {
    font-size: 14px;
    color: #525252;
    font-weight: 500;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----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;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----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: 16px;
    font-weight: 600;
    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: #b21e4b !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;
}