* {
    margin: 0;
    padding: 0;
    font-family: "Cormorant SC", serif;
}

p {
    font-size: 14px;
    line-height: 20px;
    text-transform: lowercase;
}

a {
    text-decoration: none;
    color: #000;
}

.news_content {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.video {
    max-width: 100%;
}

.ads_section {
    display: none;
}

.box_img {
    height: 100px;
    width: 100px;
}

/* Header Section */
.header-top {
    padding: 0;
    min-height: 26px;
    border-bottom: 1px solid #ddd;
}
 
#header .header-middle .header-list {
    padding: 0 0 0 10px;
    list-style: none;
}

#header .header-middle .header-list li {
    font-size: 18px;
    font-weight: 500;
}

.marquee-wrapper .marquee-sibling {
    background: #181818;
    padding: 0;
    width: 120px;
    height: auto;
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    color: #fff;
    text-align: center;
}

.marquee-wrapper marquee {
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    transition: all 0.6 ease-in-out;
}

#sidebar.side-bar ul {
    list-style: none;
    display: none;
    padding: 0;
    transform: translateX(0%);
}

#sidebar.sidebar-mobile ul {
    display: block;
    background-color: #fff;
    width: 300px;
    height: 100vh;
    transform: none;
    border-right: 1px solid rgba(0, 0, 0, .2);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    transition: all 1.5s ease-in-out;
}

#sidebar.sidebar-mobile ul li {
    position: relative;
    top: 15px;
}

#sidebar.sidebar-mobile ul li::before {
    width: 100%;
    height: 1px;
    background: #707070;
    opacity: .24;
    content: "";
    position: absolute;
    bottom: 0;
}

#sidebar.sidebar-mobile ul li a {
    font-size: 17px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    text-transform: uppercase;
    padding: 21.5px 17px 21.5px 23px;
    display: block;
}

.close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 25px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.1);
    font-size: 20px;
    z-index: 99;
}

.mobile-nav-toggle {
    font-size: 20px;
    line-height: 26px;
}

.header-date {
    display: flex;
    flex-direction: row;
    gap: 5px;
    margin-left: 30px;
}

.header-date span {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.header-date .epaper-date {
    padding-right: 10px;
}

.header-date .epaper-date::after {
    position: fixed;
    background-color: #55555559;
    height: 20px;
    width: 2px;
    content: "";
    top: 31px;
    left: 27.5%;
}

#header .header-heading {
    display: flex;
    align-items: center;
}

#header .header-heading h1 {
    font-size: 38px;
    font-weight: 700;
    line-height: 48px;
    margin: 0;
}

#header .header-heading h1::after {
    content: "";
    position: absolute;
    display: block;
    width: 24%;
    height: 4px;
    background-color: #000;
}

#header .header-bottom .cat {
    list-style: none;
    padding: 0;
    margin: 0;
}
#header .header-bottom .cat li{
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    border-right: 1px solid black;
    padding: 0 10px;
}

@media(max-width: 768px) {
    #header {
        height: 200px;
    }

    .header-date .epaper-date::after {
        left: 64.5%;
        top: 20px;
    }

    #header .header-heading h1 {
        font-size: 34px;
        line-height: 44px;
    }
}

@media(max-width: 400px) {
    .header-date .epaper-date::after {
        left: 68%;
    }

    #header .header-heading h1::after {
        width: 75%
    }
}

@media (max-width: 576px) {
    .pt-sm {
        padding-top: 15px;
    }

    .col-sm-3 {
        max-width: 15%;
    }

    .col-sm-9 {
        max-width: 85%;
    }

    .ads_section {
        display: block;
    }
}

@media (min-width: 410px) and (max-width: 576px) {
    #header .header-heading h1::after {
        width: 70%
    }
}

.weather-wrapper {
    background-color: #000;
    padding: 15px 0;
    margin-bottom: 30px;
}

.weather-wrapper .weather-header {
    padding: .3em;
    text-align: center;
}

.weather-wrapper .weather-header a {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
}

.weather-wrapper .current_temp i {
    font-size: 22px;
    color: #fff;
}

.weather-wrapper .current_temp .temp {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
}

.weather-wrapper .current_temp .current_text {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
}

.weather-wrapper .current_temp .weather-footer-block {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
}

.mainbox-wrapper {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    border-top: 1px solid #ddd;
}

.mainbox-wrapper .main-title {
    position: absolute;
    top: -12px;
    left: -10px;
    padding: 0 10px;
}

.mainbox-wrapper .main-title h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 0.7em;
    color: #D32C2C;
}

.mainbox-wrapper .main-title h3 span {
    font-size: 16px;
    font-weight: 600;
    color: #666;
}

.main_post {
    margin-top: 25px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.main_post span {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.main_post h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.4em;
    margin-bottom: 10px;
}

.modulebox-wrapper .module-cat {
    width: 100px;
    height: auto;
    margin: 0;
    position: relative;
    top: 35px;
    left: 0;
    z-index: 99;
    transform-origin: left top;
    -webkit-transform: rotate(-90deg) translateX(-100%);
    -ms-transform: rotate(-90deg) translateX(-100%);
    transform: rotate(-90deg) translateX(-100%);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    background: #D82521;
    padding: 5px 15px;
}

.modulebox-wrapper .module-cat::before {
    content: '';
    position: absolute;
    right: 0;
    z-index: 0;
    bottom: -8px;
    border-top: 8px solid #D82521;
    border-left: 8px solid transparent;
}

.modulebox-wrapper .module-cat a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
}

.modulebox-wrapper .module-caption {
    position: relative;
    bottom: 20px;
    left: 0;
    display: inline-block;
    padding: 3px 10px 0 0;
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    z-index: 1;
}

.modulebox-wrapper .module-middle .module-title {
    margin: 0 0 1em;
}

.modulebox-wrapper .module-middle .module-title h2 {
    margin: 0;
}

.modulebox-wrapper .module-middle .module-title h2 a {
    font-size: 1em;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.2em;
}

.modulebox-wrapper .module-middle .module-intro {
    margin-bottom: 15px;
}

.modulebox-wrapper .module-middle .module-intro p {
    font-style: italic;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3em;
}

.modulebox-wrapper .module-middle .module-author {
    padding: 0 0 15px 0;
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
}

.modulebox-wrapper .module-middle .module-author p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3em;
}

.modulebox-wrapper .module-middle .module-author p a {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4em;
}

.modulebox-wrapper .module-bottom .module-text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3em;
    margin-bottom: 10px;
}

.modulebox-wrapper .module-bottom .module-text p span {
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    margin: 0 5px 0 0;
    padding: 0 6px 0 0;
}

.modulebox-wrapper .module-bottom .last-column .module-readmore a:hover {
    text-decoration: underline;
}

.modulebox-wrapper .module-bottom .module-morecontent ul {
    padding-left: 10px;
}

.modulebox-wrapper .module-bottom .module-morecontent ul li h5 a {
    text-transform: capitalize;
    line-height: 24px;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
}

.form_1 {
    width: 100%;
    float: left;
    padding: 20px;
    background: #f0f0f0;
    margin-bottom: 35px;
}

.form_1 input {
    margin: 0 0 15px 0;
    padding: 5px 15px;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #ddd;
    background: rgba(0, 0, 0, 0.05);
}

.form_1 button {
    width: 100%;
    float: left;
    padding: 5px 15px;
    border: none;
    background-color: #181818;
    border: 1px solid #181818;
    color: #fff;
    margin: 0;
}

.form_1 button:hover {
    background-color: #181818;
    color: #fff;
}

/* New section */
.news-section {
    padding: 10px 0;
}

/*--------------------------------------------------------------
# Footer- section
--------------------------------------------------------------*/
#footer {
    background-color: #1d1f22;
    color: #fff;
    padding: 15px 0;
}

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.08);
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.4s ease;
}

#footer .social-links a:hover {
    transform: scale(1.3);
}

#footer .social-links a:hover {
    background: #0d70aa;
    color: #fff;
    text-decoration: none;
}

#footer .copyright {
    padding: 10px 0;
}

#footer .copyright p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}

/* News Detail page */
.news_details {
    padding: 20px;
}

.news_details .news_details_content .news_details_img img{
    height: 500px;
}

.news_details .news_details_sidebar .recent-news {
    display: block;
    padding: 46px 30px 30px;
    color: #000;
    background-color: #f2f3f5;
    border-radius: 10px;
    overflow: hidden;
}

.news_details .news_details_sidebar .recent-news ul li {
    padding: 10px 0 10px 15px;
}

.news_details .news_details_sidebar .recent-news ul li:nth-child(1n) {
    border-top: 1px solid #000;
}

.news_details .news_details_sidebar .recent-news ul li:nth-child(4) {
    border-bottom: 1px solid #000;
}

.news_details .news_details_sidebar .recent-news ul li::marker {
    content: "\f101";
    font-family: FontAwesome;
    display: inline-block;
    left: 0;
    font-size: 90%;
    position: absolute;
}