@charset "utf-8";
@font-face {
    font-family: solaimanlipi;
    src: url('../fonts/SolaimanLipi.ttf') format("opentype")
}

* {
    margin: 0;
    padding: 0;
}

:root {
    --time-color: #707070;
    --short-desc-color: #707070;
    --details-fonts-size: 1.25rem;
}

img {
    border: none;
}

a {
    text-decoration: none;
    color: black;
    line-height: 1.2 rem;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fefefe;
    color: #141514;
    font-family: 'solaimanlipi', 'solaimanlipi';
    font-size: 16px;
    position: static !important;
    top: 0 !important;
    width: unset !important;
    height: auto;
    overflow: unset;
    margin: 0px;
    padding: 0px;
    left: 0 !important;
    overflow-y: scroll !important;
}

.dsewidget {
    max-height: 55px;
    min-height: 0;
}

.dsewidget iframe {
    max-height: 55px;
    min-height: 0;
    width: 100%;
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4;
}

.isDesktop {
    display: block;
}

.isMobile {
    display: none;
}

.short-desc {
    color: var(--short-desc-color);
}

.innerLeft .border-bottom:last-child {
    border: unset !important;
}

.text-limit-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.text-limit-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-limit-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text-limit-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.carousel-control-next,
.carousel-control-prev {
    width: 10%;
    top: 80px;
    bottom: unset !important;
    background-color: rgba(0, 0, 0, .7);
}


/* theme style */

.body-top-ad {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

main {
    background: #fff;
    position: relative;
    left: 0;
    right: 0;
    z-index: 2;
    overflow-y: hidden;
}

#welcomeModal {
    margin-top: 10%;
    z-index: 99999999;
}

#welcomeModal .modal-body {
    position: relative;
    padding: 0;
}

#welcomeModal .modal-dialog {
    margin: 0 auto;
}

#welcomeModal button {
    position: absolute;
    right: 0;
    top: 0;
    background: red;
    padding: 5px 8px 10px 9px;
    color: #FFF;
}

#welcomeModal img {
    width: 100%;
}

.modal-backdrop {
    display: none;
}

.ad-1x1 {
    height: 1px;
    width: 1px;
}

.bottom-sticky-ad {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 9991;
}

.bottom-sticky-ad .sticky-ad-down {
    position: absolute;
    left: 0;
    width: 50px;
    text-align: center;
    margin: 0 auto;
    top: -36px;
    color: red;
    background: #f8f9fa;
    padding: 10px 15px;
    font-size: 1.12rem;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: -1;
}

#back-to-top {
    position: fixed;
    bottom: 12%;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #f5f5f5;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    color: red;
}

#back-to-top:hover {
    background: #e9ebec;
}

#back-to-top.show {
    opacity: 1;
}

header .desktop-nav a {
    color: black;
    font-size: 1.2rem;
    font-weight: 400;
}

header .desktop-nav .multi-column-dropdown {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: grid;
    grid-template-columns: auto auto;
}

header .desktop-nav .multi-column-dropdown li:nth-child(even) a {
    text-align: right;
}

header .desktop-nav .dropdown-menu li a::after {
    content: '';
    border-bottom: 1px dotted #000;
    display: block;
}

.mobile-nav-logo img {
    width: 50vw;
}

.navbar-toggler:focus {
    border: none !important;
    box-shadow: unset !important;
    background-color: unset !important;
}

.searchArea {
    position: absolute;
    top: 9px;
    left: 0;
    width: 320px;
    background-color: #fff;
}

.todaynews-icon {
    background: url('../images/todaynews-icon.html') left top no-repeat #EEEEEE;
    background-size: 30px 30px;
    background-position: 10px;
}

.accordion-body ul li {
    flex: 50%;
    list-style: none;
    line-height: 2.5em;
}

.accordion-body ul li a {
    font-size: 1.3rem;
}

.socialIcon i {
    color: rgba(0, 0, 0, .55);
}


/*-----------------------------
	News Ticker
------------------------------*/

.acme-news-ticker-bg {
    background: #eee;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25), inset 0px 25px 0px rgba(255, 255, 255, 0.3);
    height: 45px;
    overflow: hidden;
}

.acme-news-ticker {
    position: relative;
    height: 45px;
    margin-top: 45px;
}

@media (min-width: 768px) {
    .acme-news-ticker {
        margin-top: 0;
    }
}

.acme-news-ticker-label {
    padding: 10px;
    width: auto;
    float: left;
    margin-right: 15px;
    line-height: normal;
    height: 100%;
}

@media (max-width: 575px) {
    .acme-news-ticker-label {
        position: absolute;
        top: -45px;
    }
}

.acme-news-ticker-box {
    height: 100%;
    padding-top: 10px;
    overflow: hidden;
}

@media (max-width: 575px) {
    .acme-news-ticker-box {
        padding-left: 10px;
        padding-right: 120px;
    }
}

.acme-news-ticker-box ul {
    width: 100%;
    list-style-type: none !important;
    padding: 0;
    margin: 0;
}

.acme-news-ticker-box ul li a,
.acme-news-ticker-box ul li span {
    text-decoration: none;
    text-decoration: none;
    color: #000;
    position: relative;
    padding-left: 15px
}

.acme-news-ticker-box ul li a:after,
.acme-news-ticker-box ul li span:after {
    position: absolute;
    left: 0;
    top: 8px;
    content: '';
    background: red;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px
}

.section .section-title {
    color: #EC1C24;
    font-size: 1.5rem;
    display: block;
    background: #f2f2f2;
    background: -moz-linear-gradient(top, #f2f2f2 0%, #f2f2f2 50%, #eeeeee 51%, #eeeeee 100%);
    background: -webkit-linear-gradient(top, #f2f2f2 0%, #f2f2f2 50%, #eeeeee 51%, #eeeeee 100%);
    background: linear-gradient(to bottom, #f2f2f2 0%, #f2f2f2 50%, #eeeeee 51%, #eeeeee 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#eeeeee', GradientType=0);
    display: inline-block;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.section .section-title span {
    padding: 8px 0 5px 15px;
    float: left;
}

.section .section-title i {
    float: right;
    background: #f2555b;
    background: -moz-linear-gradient(top, #f2555b 0%, #f2555b 50%, #ed1c24 51%, #ed1c24 100%);
    background: -webkit-linear-gradient(top, #f2555b 0%, #f2555b 50%, #ed1c24 51%, #ed1c24 100%);
    background: linear-gradient(to bottom, #f2555b 0%, #f2555b 50%, #ed1c24 51%, #ed1c24 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f2555b', endColorstr='#ed1c24', GradientType=0);
    box-shadow: -1px 0px 10px rgba(255, 0, 0, 0.25);
    color: #fff;
    padding: 12px;
    font-size: 1rem;
}

.section .section-title .bi-chevron-right:before {
    float: right;
    margin-top: 5px;
}

.newLeadArea {
    grid-gap: 0.5rem;
    display: grid;
    grid-template-columns: auto 320px;
}

.newLeadArea .innerLeft img {
    object-fit: cover;
    width: 120px;
}

.newLeadArea .leadRight {
    height: auto;
    overflow: hidden;
}

.isVideoIcon-big {
    width: 42px;
    height: 42px;
    font-size: 24px;
}

.highlights {
    background: url('../img/section-bg.png') center top no-repeat;
    background-size: auto;
    background-size: 100% 100%;
}

.highlights-title-desk {
    top: 30px;
}

.highlights .card-body {
    min-height: 128px;
}

.blink {
    position: absolute;
    left: 3.5%;
    top: 46%;
    background: #FF0000;
    box-shadow: 0 0 5px red;
    width: 8px;
    height: 8px;
    display: inline-block;
    animation: blinker 3s linear infinite;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.newspaperSelected .newspaperSelectedImg {
    height: 270px;
}

.scroll-list {
    height: 440px;
    overflow: hidden;
    overflow-y: scroll;
}

.section1 .section1Img {
    height: 270px;
}

.section1 .card-body {
    min-height: 115px;
}

#newsTab {
    border: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#newsTab .nav-item {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    font-size: 1.4rem;
}

#newsTab .nav-link {
    border: none;
    border-bottom: 3px solid #C4C4C4;
    background: #d3d3d3;
    background: -moz-linear-gradient(top, #d3d3d3 0%, #d3d3d3 50%, #c4c4c4 51%, #c4c4c4 100%);
    background: -webkit-linear-gradient(top, #d3d3d3 0%, #d3d3d3 50%, #c4c4c4 51%, #c4c4c4 100%);
    background: linear-gradient(to bottom, #d3d3d3 0%, #d3d3d3 50%, #c4c4c4 51%, #c4c4c4 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d3d3d3', endColorstr='#c4c4c4', GradientType=0);
    color: rgba(62, 71, 80, 0.5);
    border-radius: unset;
}

#newsTab .nav-item button {
    padding-top: 5px;
    padding-bottom: 5px;
}

#newsTab .nav-link.active {
    background: #EEEEEE;
    border-bottom: 3px solid #ED1C24;
    color: #EC1C24;
}

#newsTab .nav-item:first-child button {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

#newsTab .nav-item:last-child button {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

#newsTab .tab-pane ul {
    height: 560px;
    overflow-y: scroll;
}

#newsTab .tab-pane ul li {
    list-style: none;
    position: relative;
    padding-left: 25px;
}

#newsTab .tab-content ul li::before {
    position: absolute;
    transform: rotate(90deg);
    left: 5px;
    top: 10px;
    font-size: 0.8rem;
}

#newsTab .tab-pane ul li a {
    font-size: 1.3rem;
}

#newsTab .tab-content ul li:nth-child(-n+3),
#newsTab .tab-content ul li:nth-child(-n+3) a {
    color: red;
}

.section3Area {
    grid-gap: 0.5rem;
    display: grid;
    grid-template-columns: 320px auto 320px;
}

.section3 .news-side-list li {
    list-style: none;
    border-left: 4px solid #B7B7B7;
    padding: 8px 8px 8px 15px;
    margin-bottom: 10px;
}

.section3 .news-side-list li a {
    color: black;
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.section3 {}

.section4 .lead-img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.section4 .more .card-body {
    min-height: 115px;
}

.section7Area {
    grid-gap: 0.5rem;
    display: grid;
    grid-template-columns: auto 320px;
}

.section6 .inner2 .card-body {
    min-height: 100px;
}

.sectionlist li {
    list-style: none;
    background: #EEEEEE;
    border: 1px solid #E2E2E2;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 11px 5px 10px 5px;
    margin: 5px 0px;
    display: inline-flex;
    width: 100%;
}

.sectionlist li a {
    color: #000;
    padding-left: 10px;
}

.sectionlist .bi-caret-right-fill::before {
    margin-top: 6px;
    color: #FF3A42;
}

.section11Area {
    grid-gap: 0.5rem;
    display: grid;
    grid-template-columns: auto 320px 320px;
}

.section12Area {
    grid-gap: 0.5rem;
    display: grid;
    grid-template-columns: auto 320px 320px;
}

.calendarArea {
    height: auto;
    width: 100%;
}

.categoryArea {
    grid-gap: 0.5rem;
    display: grid;
    grid-template-columns: auto 320px;
}

.lead_img {
    aspect-ratio: 16/8;
}

.ratio_16x9 {
    aspect-ratio: 16/9;
}

.detailsArea {
    grid-gap: 0.5rem;
    display: grid;
    grid-template-columns: auto 320px;
}

.detailsArea article {
    font-size: var(--details-fonts-size);
    text-align: justify;
    line-height: 35px;
}

.detailsArea article a {
    color: #0782C1;
}

.detailsArea article iframe {
    max-width: 100%;
}

.detailsArea article img {
    max-width: 100%;
    height: auto;
}

.detailsArea article p {
    margin: .5rem 0 30px;
}

.printtodaynews .scroll-list {
    height: 570px;
}

.detailsArea .tagArea {
    padding: 15px 10px;
    display: inline-block;
    width: 100%;
}

.detailsArea .tagArea h4 {
    color: #EC1C24;
    font-size: 1.12rem;
    display: block;
}

.detailsArea .tagArea ul {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.detailsArea .tagArea ul li {
    float: left;
    margin-right: 10px;
    list-style: none;
    margin-bottom: 20px;
}

.detailsArea .tagArea ul li a {
    border: 1px solid #ED1C24;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 8px;
    color: #000000;
}

.detailsArea .article-ad-right {
    width: 320px;
    height: auto;
    float: right;
}

.detailsArea .writersProfile img {
    width: 55px !important;
    height: 55px !important;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #f3d6b8;
    object-fit: cover;
}

.home-video-gallery .lead2 img {
    height: 130px;
}

.home-video-gallery .bi-play-circle {
    font-size: 3rem;
    position: absolute;
    left: 2%;
    top: 2%;
    color: red;
}

.home-video-gallery .lead2 .bi-play-circle {
    font-size: 2rem;
}


/* epaper */

.canvas {
    width: 100%;
    height: 100%;
    min-height: 70vh;
    position: relative;
}

.widget {
    cursor: pointer;
    position: absolute;
    overflow: hidden;
    z-index: 2;
}

.widget:hover {
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: sepia(10%);
    -webkit-backdrop-filter: blur(1px);
    /* border: 1px solid rgba(255, 255, 255, 0.8); */
    transition: color 0.3s ease-in-out, all 0.3s ease-in-out;
}

.page_link_prev {
    position: absolute;
    left: 0;
    top: 40%;
    z-index: 999;
    width: 40px;
    padding: 30px 0;
}

.page_link_next {
    position: absolute;
    right: 0;
    top: 40%;
    z-index: 999;
    width: 40px;
    padding: 30px 0;
    text-align: right;
}

.page_link_prev span,
.page_link_next span {
    background-color: rgba(13, 0, 255, 0.5);
    padding: 30px 5px;
    font-size: 1.5rem;
    color: white;
}

.epaper .bg {
    background: url(../img/splash-bg.jpg) left bottom repeat-x;
}

.epaperAreaBg {
    background-color: #eee;
}

.todaysPaper {
    position: relative;
    max-height: 602px;
    height: auto;
    overflow: hidden;
}

.todaysPaper::after {
    content: '';
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 10px;
    width: 100%;
}


/* epaper view */

.canvas {
    width: 100%;
    height: 100%;
    min-height: 70vh;
    /*    overflow: hidden;*/
    position: relative;
}

.main_img {
    position: unset !important;
}

.widget {
    cursor: pointer;
    position: absolute;
    overflow: hidden;
    z-index: 2;
}

.widget:hover {
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: sepia(10%);
    -webkit-backdrop-filter: blur(1px);
    /* border: 1px solid rgba(255, 255, 255, 0.8); */
    transition: color 0.3s ease-in-out, all 0.3s ease-in-out;
}


/*.image_body{
    max-height: 100%;
    overflow-y: scroll;
}*/

.page_link_prev {
    position: absolute;
    left: 0;
    top: 40%;
    z-index: 999;
    width: 40px;
    padding: 30px 0;
}

.page_link_next {
    position: absolute;
    right: 0;
    top: 40%;
    z-index: 999;
    width: 40px;
    padding: 30px 0;
    text-align: right;
}

.page_link_prev span,
.page_link_next span {
    background-color: rgba(13, 0, 255, 0.5);
    padding: 30px 5px;
    font-size: 1.5rem;
    color: white;
}

.clickpoing {
    background-color: rgba(0, 119, 255, 0.8);
    text-align: center;
    border: 3px solid gray;
    border-radius: 8px;
    padding: 8px 20px;
    color: white;
}

.clickpoing span {
    font-size: 1.12rem;
    color: white;
}

.author {
    text-align: center;
    padding: 30px 25px 30px 25px;
}

.author-pic {
    border: 1px;
    border-radius: 100px;
}

.topNewsCallback img {
    width: 100%;
    height: 100% !important;
    margin: auto !important;
    object-fit: cover;
}

footer {
    background: url(../img/footer-bg.jpg) center top no-repeat;
    width: 100%;
    padding: 20px 0;
    display: inline-block;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 90px;
}

footer .footer-top img {
    width: 100px;
    float: left;
}

footer .footer-top .footer-editor {
    float: right;
}

footer .footer-top .footer-editor h2 {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 5px;
}

footer .footer-top .footer-editor h2 span {
    font-weight: normal;
    font-size: 1.25rem;
}

footer .footer-top .footer-editor h3 {
    display: block;
    font-size: 1rem;
    margin-bottom: 0;
}

footer .footer-top .footer-editor h3 span {
    font-weight: normal;
    font-size: 0.87rem;
}

footer .footer-mid {
    background: #D9D9D9;
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    margin: 15px 0;
}

footer .footer-mid ul {
    width: 440px;
    margin: 0;
    float: left;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    border-left: 3px solid #00A750;
    padding-left: 25px;
}

footer .footer-mid ul li {
    list-style: none;
    flex: 33%;
    margin-bottom: 10px;
}

footer .footer-mid ul li a {
    color: #000000;
    font-size: 1.12rem;
}

footer .footer-mid .app-info {
    color: #000000;
    text-align: right;
}

footer .footer-mid .app-info h3 {
    font-size: 1rem;
}

footer .footer-mid .app-info a {
    float: left;
    width: 49%;
}

footer .footer-mid .app-info a img {
    width: 100%;
}

footer .footer-mid .app-info a.ios {
    float: right;
}

footer .footer-mid .app-info ul {
    text-align: right;
    float: right;
    width: 100%;
    display: inline-block;
    border: none;
}

footer .footer-mid .app-info ul li {
    float: right;
    list-style: none;
    font-size: 1rem;
    color: #000;
    flex: unset;
    margin-left: 10px;
}

footer .footer-mid .app-info ul li a {
    font-size: 1.25rem;
}

footer .footer-bottom ul {
    float: left;
    margin: 0;
    padding: 0;
}

footer .footer-bottom ul li {
    list-style: none;
    float: left;
    margin-right: 15px;
}

footer .footer-bottom ul li a {
    font-size: 1rem;
    float: left;
    color: #000000;
    position: relative;
    padding-left: 15px;
}

footer .footer-bottom ul li a:after {
    position: absolute;
    left: 0;
    top: 8px;
    content: '';
    background: red;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px
}

footer .footer-bottom .copyright {
    color: #000000;
    float: right;
    margin: 0;
}


/* CK */

.ckmorenews img {
    width: 100%;
    height: 100%;
}

.ckmorenews .text-limit-2 {
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
}
