@font-face {
    font-family: SolaimanLipi;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/SolaimanLipi.eot) format("embedded-opentype"), url(../fonts/SolaimanLipi.woff) format("woff"), url(../fonts/SolaimanLipi.ttf) format("truetype"), url(../fonts/SolaimanLipi.svg) format("svg");
    font-display: swap
}

/* header/Body css Start here  */
body,
.advertisement {
    background: #f9f9f9;
}
.PrayBtn {
	background-color: #136254 !important;
	color: #ffffff !important;
}
nav, .navbar, .sticky-top {
    z-index: 9999 !important;
}
.genecy-floater-ad {
    z-index: 2147483647 !important;
}
/* header/Body css End here  */

/* Marquee Headline CSS End here  */
.MarqueSection {
    border-bottom: 1px solid #136254;
}
.h_title i {
	font-size: 22px;
	padding: 6px 0px 0px 8px;
	color: #fff;
}
.h_list {
    padding: 10px 0px 0px 0px;
}
.h_list ul {
	display: flex;
}
.h_list ul li {
	margin-right: 22px;
}
.h_list ul li i {
    font-size: 19px;
    padding: 1px 5px 0px 0px;
    color: #CF4B4B;
}
.h_list ul li a {
	color: #000;
	font-size: 16px;
	transition: 0.3s all;
}
.h_list ul li a:hover {
    color: #970808;
    letter-spacing: 1px;
}
ul.marque li {
    display: flex;
}
/* Marquee Headline CSS End here  */



/* Modal Search CSS Start here  */
.modal {
    display: none;
    /* Hidden by default */
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 150px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 20px 50px;
    border: 1px solid #888;
    width: 90%;
    /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);*/
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.modal-header {
    padding: 2px 16px 20px 16px;
    border: none;
    color: black;
}
.modal-body {
    padding: 2px 16px;
}
.modal-footer {
    padding: 2px 16px 20px 16px;
    border: none;
    color: black;
}
.SrcInBox input {
    border: 2px solid #c5c5c5;
}
.SrcInBox input:focus {
    border: 2px solid #970808;
    box-shadow: none;
}
.HomeSrcBtn input {
    background-color: #970808;
    border-color: #970808;
}
.HomeSrcBtn input:hover {
    background-color: #b62626;
    border-color: #b62626;
    transition: 0.3ms all ease-in-out;
}
.HomeSrcBtn input:focus,
.HomeSrcBtn input:active {
    background-color: #b62626 !important;
    border-color: #b62626 !important;
    box-shadow: none !important;
}
/* Modal Search CSS End Here  */



/* Category page css start here  */
.lead-top span {
    color: #525050 !important
}
.cat-header a {
    font-size: 38px;
}
.cat-header {
    border-bottom: 1px solid #d8d8d8;
}
.section-bb {
    border-bottom: 2px solid #212020;
}

/* Category page css End here  */



/* Hole Country Page Css start here  */
/* Lazy Loader Css start */
.sk-chase {
    width: 40px;
    height: 40px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both
}
.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2s infinite ease-in-out both
}
.sk-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: var(--brand-color);
    border-radius: 100%;
    animation: sk-chase-dot-before 2s infinite ease-in-out both
}

.sk-chase-dot:nth-child(1) {
    animation-delay: -1.1s
}
.sk-chase-dot:nth-child(2) {
    animation-delay: -1s
}
.sk-chase-dot:nth-child(3) {
    animation-delay: -.9s
}
.sk-chase-dot:nth-child(4) {
    animation-delay: -.8s
}
.sk-chase-dot:nth-child(5) {
    animation-delay: -.7s
}
.sk-chase-dot:nth-child(6) {
    animation-delay: -.6s
}
.sk-chase-dot:nth-child(1):before {
    animation-delay: -1.1s
}
.sk-chase-dot:nth-child(2):before {
    animation-delay: -1s
}
.sk-chase-dot:nth-child(3):before {
    animation-delay: -.9s
}
.sk-chase-dot:nth-child(4):before {
    animation-delay: -.8s
}
.sk-chase-dot:nth-child(5):before {
    animation-delay: -.7s
}
.sk-chase-dot:nth-child(6):before {
    animation-delay: -.6s
}

@keyframes sk-chase {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes sk-chase-dot {

    100%,
    80% {
        transform: rotate(360deg)
    }
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(.4)
    }

    0%,
    100% {
        transform: scale(1)
    }
}
/* Lazy Loader Css start */



/* Hole Country Page Css End here  */
/* Latest Page Css start here  */
.d-flex.justify-content-end.fix-order-1.m-justify-content-center.m-my-2 {
    position: -webkit-sticky;
    position: sticky;
    top: 56px;
    z-index: 1019;
}
.todays-news-title {
    font-size: 30px;
    margin-bottom: 15px;
}
.article-box {
    background-color: #F9F9F9;
}
.bg-section-two {
    margin-top: 15px;
}

#btnShowMore {
    border: 0;
    font-size: 13px;
    color: #3491f1;
}
#btnHideMore {
    border: 0;
    font-size: 14px;
    color: #3491f1;
}

.topic-content {
    display: flex;
    justify-content: space-between;
}
.topic-content .topic-content-text a {
    font-size: 28px;
    margin-bottom: 5px;
}
.topic-content-text time {
    color: rgba(0, 0, 0, .5);
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
}
.topic-border-bottom {
    border-bottom: 1px solid #e2e2e2;
}
.topic-tab .topic-tab-btn {
    background: #f9e1e1 !important;
    border-radius: 0;
    border: 0;
    width: 50%;
    color: #000;
    text-align: center;
    border-bottom: 3px solid transparent;
    transition: .3s ease-in-out;
}
.topic-tab .topic-tab-btn h2 {
    font-size: 16px;
}
.topic-tab .topic-tab-btn:hover {
    border-bottom: 3px solid #970808;
}
.topic-tab .topic-tab-btn.active {
    background-color: #CF4B4B !important;
    color: #fff;
    border-bottom: 3px solid #970808;
}
#snackbar {
    visibility: hidden;
    background-color: #00000094;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
}
#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
/* Latest Page Css End here  */


/* News Details Page CSS start here  */
.share-top {
    position: relative;
	z-index: 1;
}

#st-1 {
    font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
    ;
    direction: ltr;
    display: block;
    opacity: 1;
    text-align: left;
    z-index: 94034;
}
#st-1.st-animated {
    -moz-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
    -ms-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
    -o-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
    -webkit-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
    transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
}
#st-1.st-hidden {
    opacity: 0;
}
#st-1.st-hide {
    display: none;
}
#st-1 .st-btn {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -ms-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    margin-right: 8px;
    padding: 0 10px;
    position: relative;
    text-align: center;
    top: 0;
    vertical-align: top;
    white-space: nowrap;
}
#st-1 .st-btn:last-child {
    margin-right: 0;
}
#st-1 .st-btn>svg {
    height: 20px;
    width: 20px;
    position: relative;
    top: 10px;
    vertical-align: top;
}
#st-1 .st-btn>img {
    display: inline-block;
    height: 20px;
    width: 20px;
    position: relative;
    top: 10px;
    vertical-align: top;
}
#st-1 .st-btn>span {
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 0.5px;
    min-width: 67px;
    opacity: 1;
    padding: 0 6px;
    position: relative;
    vertical-align: top;
}

#st-1.st-has-labels .st-btn {
    min-width: 135px;
}
#st-1.st-has-labels .st-btn.st-remove-label {
    min-width: 50px;
}
#st-1.st-has-labels .st-btn.st-remove-label>span {
    display: none;
}
#st-1.st-has-labels .st-btn.st-hide-label>span {
    display: none;
}
#st-1 .st-total {
    color: #555;
    display: inline-block;
    font-weight: 500;
    line-height: 15px;
    margin-right: 0;
    max-width: 80px;
    padding: 4px 8px;
    text-align: center;
}
#st-1 .st-total.st-hidden {
    display: none;
}
#st-1 .st-total>span {
    font-size: 20px;
    line-height: 22px;
    display: block;
    padding: 0;
}
#st-1 .st-total>span.st-shares {
    font-size: 12px;
    line-height: 12px;
}
#st-1.st-justified {
    display: flex;
    text-align: center;
}
#st-1.st-justified .st-btn {
    -moz-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
#st-1 .st-btn:hover {
    opacity: .8;
    top: -4px;
}
#st-1 .st-btn[data-network='facebook'] {
    background-color: #eee
}
#st-1 .st-btn[data-network='facebook'] img {
    filter: invert(100%) sepia(100%) saturate(22%) hue-rotate(45deg) brightness(107%) contrast(105%)
}
#st-1 .st-btn[data-network='facebook']>span {
    color: #000
}
#st-1 .st-btn[data-network='messenger'] {
    background-color: #eee
}
#st-1 .st-btn[data-network='messenger'] img {
    filter: invert(100%) sepia(100%) saturate(22%) hue-rotate(45deg) brightness(107%) contrast(105%)
}
#st-1 .st-btn[data-network='messenger']>span {
    color: #000
}
#st-1 .st-btn[data-network='whatsapp'] {
    background-color: #eee
}
#st-1 .st-btn[data-network='whatsapp'] img {
    filter: invert(100%) sepia(100%) saturate(22%) hue-rotate(45deg) brightness(107%) contrast(105%)
}
#st-1 .st-btn[data-network='whatsapp']>span {
    color: #000
}
#st-1 .st-btn[data-network='copy'] {
    background-color: #eee
}
#st-1 .st-btn[data-network='copy'] img {
    filter: invert(100%) sepia(100%) saturate(22%) hue-rotate(45deg) brightness(107%) contrast(105%)
}
#st-1 .st-btn[data-network='copy']>span {
    color: #000
}
#st-1 .st-btn[data-network='print'] {
    background-color: #eee
}
#st-1 .st-btn[data-network='print'] img {
    filter: invert(100%) sepia(100%) saturate(22%) hue-rotate(45deg) brightness(107%) contrast(105%)
}
#st-1 .st-btn[data-network='print']>span {
    color: #000
}
#st-1 .st-btn[data-network='snapchat']>span {
    color: #333
}

.news-details h2 {
    font-size: 21px;
    margin-bottom: 15px;
    line-height: 30px;
    font-weight: 600;
}
.news-details p {
    font-size: 17px;
    text-align: justify;
}
.news-details h3 {
    font-size: 19px;
    margin-bottom: 15px;
    line-height: 30px;
    font-weight: 600;
}
.news-details ul li {
    list-style-position: inside;
}
/* News Details Page CSS End here  */



/* SearchResult page css start here */
.cat-header a {
    font-size: 17px;
}
.cat-header a:hover {
    text-decoration: underline !important;
}
.subcat-header a {
    font-size: 38px;
}
.subcat-header {
    border-bottom: 1px solid #d8d8d8;
}
.subcat-header h1 {
    font-size: 38px;
}
.subcategories {
    flex-wrap: wrap;
    padding: 8px 0;
}
.subcategories p {
    font-size: 17px;
    background: #eee;
    margin-right: 10px;
    margin-bottom: 5px;
}
.identifier:not(:first-child) {
    margin-left: 12px;
}
.identifier:not(:last-child) {
    margin-right: 12px;
}
.identifier {
    width: 5px;
    height: 5px;
    background: var(--brand-color);
}
.tab-content .tab-pane {
    height: auto;
    overflow-y: unset;
}
.topic-title {
    margin-bottom: 5px;
    display: inline-flex;
}
.tab-pane {
    background: #FFFFFF;
    padding: 0;
}
.topic-title h1 {
    font-size: 36px;
    line-height: 1.4;
}
.topic-title h1 .fa-tag {
    font-size: 30px;
}
.topic-title .fa-tag {
    font-size: 30px;
    margin-right: 15px;
    margin-top: 13px;
}
.topic-text {
    margin-bottom: 10px;
}
.topic-text img {
    width: 150px;
    float: left;
    margin-right: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.topic-text p {
    margin-bottom: 10px;
    font-size: 18px;
}
.topic-links p a {
    display: inline-block;
    position: relative;
    color: #0c5170;
    border-bottom: 1px solid #0c5170;
    transition: .3s;
}
.topic-links p a:hover {
    color: #3281a5;
}
.topic-links p a:after {
    content: "";
    background: #3281a5;
    bottom: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 2px;
}

.topic-content .topic-content-img img {
    width: 200px;
    height: 134px;
    object-fit: cover;
    margin-left: 20px;
}
.MenuSrcResTitle {
	font-size:22px;
	color:#F9080C;
	letter-spacing: 1px;
	text-decoration: none;
	font-weight: bold;
}
.MenuSrcResBody {
	color: #000;
	font-size:17px;
	text-align: justify;
}
/* SearchResult page css End here */



/* Trending Page CSS Start Here  */
.worldcup-banner img {
    width: 100%;
}
.related-topics {
    float: left;
}
.related-topics span {
    font-size: 18px;
    margin-bottom: 5px;
    display: block;
}
.related-topics ul li {
    list-style: none;
    display: inline-flex;
    margin-bottom: 15px;
}
.related-topics ul li a {
    background: #dadada;
    padding: 5px 15px;
    margin-right: 10px;
    border-radius: 5px;
    color: #000;
}
.selected-news {
    background: #fff;
    padding-bottom: 5px;
    border-radius: 8px;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.3);
}
.selected-news .selected-news-title {
    color: #fff;
    text-align: center;
    font-size: 19px;
    padding: 5px 0;
    border-radius: 8px;
    background: #124b65;
}
.selected-news a {
    font-size: 19px;
    position: relative;
    margin: 10px 15px;
    transition: .3s;
}

.topic-content {
    display: flex;
    justify-content: start;
}
.topic-content:first-child {
    border-top: 1px solid #e2e2e2;
    padding-top: 15px;
}
/* Trending Page CSS End Here  */


/* Footer Page Css here   */
.f_logo p {
    padding-top: 15px;
    text-align: justify;
    font-size: 15px;
    line-height: 19px;
}
.footer_contact, .footer_service {
    text-align: center;
}
.footer_social {
    text-align: right !important;
}
.footer_contact h5, .footer_service h5, .footer_social h5 {
    font-weight: 600;
    color: #970808;
    position: relative;
    padding-top: 10px;
    margin-bottom: 15px;

}
.footer_contact p, .footer_service p, .footer_social p {
    padding-top: 20px;

}
.footer_social h5::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    background-color: #970808;
    bottom: -5px;
    right: 0;
}
.footer_contact h5::after, .footer_service h5::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    background-color: #970808;
    bottom: -5px;
    left: 33%;
}
.footer_social a {
    display: flex;
    justify-content: end;
    padding-top: 10px;
}
.social_name {
    padding-top: 8px;
    padding-right: 5px;
}
.ownerSection {
    display: flex;
    justify-content: space-between;
    padding: 30px 0px;
}
.ownerSection p {
    font-size: 15px;
    font-weight: 100 !important;
}
.ownerSection p a {
    display: initial;
    color: #ffef00;
}
.ownerSection p a:hover {
    color: #ff5454;
    transition: 0.3s all ease-in-out;
}
.ats-overlay-bottom-wrapper-rendered,
#av-container #av-inner #gui #close-btn,
#av-close-btn {
    z-index: 1000 !important;
}
.lg-start-zoom {
    background: black;
}
.footerNewLinks a {
    display: inline-block;
    margin: 0 15px;
}
.footerNewAddress p {
    display: inline-block;
    margin: 0 15px;
}
.footerNewAddress a abbr {
    text-decoration: none;
}
.footerText {
    border-top: 1px solid #f19f9f;
    padding: 10px 0px;
    margin-bottom: 15px;
    text-align: center;
    border-bottom: 1px solid #f19f9f;
}
.footerText p {
    display: inline;
    font-size: 15px;
    line-height: 1.3;
    font-weight: normal;
}


/* From index.php page  */
.category-header .read-more {
    background: none;
}
.sct-items.active,
.et-items.active,
.ect-items.active {
    background: #dfdfdf;
}
.trending-tag {
    display: flex;
}
.trending-tag>span {
    color: #970808;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    margin-right: 10px;
}
.trending-tag>a {
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    margin: 0 7px;
    padding: 3px 10px !important;
    background: #136254 !important;
}
.sports-section-contents .news-item img {
    height: 75px;
}



/* From Country map page  */
.svg a:hover {
    opacity: 0.7;
}
.subcat-header {
    border-bottom: 1px solid #d8d8d8;
}
.subcat-header h1 {
    font-size: 38px;
}
.btn_barisal {
    background-color: #b3b60e;
    color: #ffffff;
}
.btn_barisal:hover {
    background-color: #D3D620;
    transition: 0.3ms all ease-in-out;
}
.btn_dhaka {
    background-color: #14ca84;
    color: #ffffff;
}
.btn_dhaka:hover {
    background-color: #22E69B;
    transition: 0.3ms all ease-in-out;
}
.btn_shyleth {
    background-color: #82c03f;
    color: #ffffff;
}
.btn_shyleth:hover {
    background-color: #9fd664;
    transition: 0.3ms all ease-in-out;
}
.btn_rongpur {
    background-color: #99a3f1;
    color: #ffffff;
}
.btn_rongpur:hover {
    background-color: #BEC5F6;
    transition: 0.3ms all ease-in-out;
}
.btn_rajshahi {
    background-color: #e4a93d;
    color: #ffffff;
}
.btn_rajshahi:hover {
    background-color: #eebc5e;
    transition: 0.3ms all ease-in-out;
}
.btn_khulna {
    background-color: #71d35e;
    color: #ffffff;
}
.btn_khulna:hover {
    background-color: #95e784;
    transition: 0.3ms all ease-in-out;
}
.btn_mymenshingh {
    background-color: #f34e4e;
    color: #ffffff;
}
.btn_mymenshingh:hover {
    background-color: #fc6363;
    transition: 0.3ms all ease-in-out;
}
.btn_chottogram {
    background-color: #a893ee;
    color: #ffffff;
}
.btn_chottogram:hover {
    background-color: #bdacf3;
    transition: 0.3ms all ease-in-out;
}




/* Prayer Time Section CSS Start Here...  */
.table td, .table th {
	padding: 0.50rem;
}
#timetable td{
    border: 1px solid #970808 !important;
}
.table {
	font-size: 12pt !important;
	margin-bottom: 0;
}
tr.active {
	background-color: #EDEDED;
}
tr.active th {
	background-color: #EDEDED;
}
.card {
	margin: 0;
}
.card-body {
	padding: 0;
}
.card-header {
    background-color: #970808;
    padding: 10px !important;
}
.card-title {
	font-size: 22px;
	font-weight: 700;
    text-align: center;
    color: #FFFFFF;
	margin: 0px !important;
}
.right-side {
	height: 100vh;
}
/* Prayer Time Section CSS End Here...  */



