/*=============
Site Settings
============================*/
body {
    font-family: SolaimanLipi, Arial, sans-serif !important;
    position: relative;
    color: #202224 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    padding-left: 2px;
    color: #202224;
    line-height: 1.4;
}

a {
    color: #202224;
}

a:hover {
    color: var(--bs-black);
    text-decoration: underline;
    text-decoration-thickness: 0.6px;
    text-decoration-color: #000;
}

img {
    transition: transform .2s ease-out;
    overflow-clip-margin: content-box;
    overflow: clip;
    border-radius: 0px !important;
}

.bg-dark {
    background-color: #141618;
}

.text-bold {
    font-weight: 700;
}

.text-bold-500 {
    font-weight: 500;
}

.text-bold-400 {
    font-weight: 400;
}

.text-bold-600 {
    font-weight: 600;
}

/*=============
Header & Logo Section
=============================*/
.contact-info span {
    font-size: 17px;
    line-height: 1.31;
}
#header.fixed-top .logo_w img{
            max-height: 28px;
            margin: 0;
        padding-top: 0;
        transition: .4s linear;
        display: block;
}
    .nav__scrollbar__mbl a {
        display: inline-block;
    color: #600000;
    text-align: center;
    padding: 7px 9px 6px;
    text-decoration: none;
    font-weight: 300;
    border-radius: 2px;
    background: #dd000012;
    margin: 0 4px;
    line-height: 1;
    }

.desktop-menu > ul > li {
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    position: relative;
}

.desktop-menu .main-menu {
    height: 100vh;
    overflow-y: scroll;
}

.desktop-menu .main-menu::-webkit-scrollbar {
    width: 6px
}

.desktop-menu .main-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #ddd;
    border-radius: 0
}

.desktop-menu .main-menu::-webkit-scrollbar-thumb {
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 12px #cf0000
}

.desktop-menu > ul {
    margin: 0;
    padding-left: 0;
}

.desktop-menu > ul > li > a {
    display: block;
    padding: 16px 0 15px 24px;
    border-bottom: 1px solid #e1e1e1;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.3;
}

.desktop-menu > ul > li > i {
    position: absolute;
    right: 0;
    top: 6px;
    font-size: 18px;
    padding: 8px 15px;
    z-index: 2;
    color: var(--bs-black);
    cursor: cell;
}

.desktop-menu > ul > li > ul {
    list-style: none;
    padding-left: 32px;
    display: none;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 1px;
    animation-timing-function: linear;
}

.desktop-menu > ul > li > ul:hover {
    opacity: 1;
    transform: translateY(0);
}

.desktop-menu > ul > li > ul > li {
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 1px;
    display: contents;
}

.desktop-menu > ul > li > ul > li:last-child {
    border-bottom: none;
    margin-bottom: none;
}

.desktop-menu > ul > li > ul > li > a {
    display: block;
    padding: 10px 0;
    font-size: 17px;
    color: var(--bs-black);
    text-transform: none;
    text-decoration: none;
}


/*=============
Home Page Section Lead
============================*/
.section__lead .left__top h2, .section__lead .left__top p {
    color: var(--bs-black);
}

.border__cat__top {
    height: 3px;
    background: #202224;
}

.category__heading {
    position: relative;
    margin-bottom: 1.5rem;
}

.category__heading a {
    display: inline;
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0;
    color: var(--bs-black);
    padding-left: 1rem !important;
    line-height: 1.2em;
}

.category__heading:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 21px;
    background: var(--bs-black);
    top: 4px;
}

.news__item:hover img {
    transform: scale(1.03);
    opacity: .9;
}

.news__item .media {
    position: relative;
    overflow: hidden;
}

.block__ads .title span {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .5px;
}

.border__btm:last-child {
    border-bottom: none;
}

.border__right:last-child {
    border-right: none !important;
}

.block__ads.sqr img {
    width: 80%;
    margin: 0 auto;
}


/*===============
Video Section
==========================*/
.home__video img, .video__img img {
    border-radius: 0 !important;
}

.home__video .border__cat__top {
    background: var(--bs-white);
}

.home__video .category__heading:before {
    background: var(--bs-white);
}

.home__video .category-heading a {
    color: #fff;
}

.video-top-content .media i {
    position: absolute;
    background: #ffffff9e;
    width: 64px;
    height: 64px;
    padding: 6px 9px;
    border-radius: 50%;
    font-size: 50px;
    box-shadow: 0 0 9px var(--bs-black);
    color: var(--bs-brand);
    z-index: 999;
    line-height: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-top-content:hover .media i {
    background: var(--bs-white);
}

.video-top-content img:hover {
    transform: none !important;
}

.vdopg .bi, .video-block-main .bi {
    position: absolute;
    background: var(--bs-red);
    width: 45px;
    height: 45px;
    padding: 5px 11px;
    border-radius: 50%;
    font-size: 27px;
    left: 5px;
    top: 5px;
    box-shadow: 0 0 9px var(--bs-black);
    color: var(--bs-white);
    z-index: 999;
}

.video-block-main .video-list-2 .item h4 {
    line-height: 1.5;
    font-size: 18px !important;
    padding: 8px 0 0;
    margin-bottom: 0;
    color: var(--bs-white);
}

.video-block-main .video-list-2 .item .bi, .single__video__page .more__video i {
    position: absolute;
    background: var(--bs-brand);
    width: 29px;
    height: 28px;
    padding: 1px 6px;
    border-radius: 0;
    font-size: 18px;
    left: 0;
    top: 0;
    box-shadow: none;
    color: var(--bs-white);
    z-index: 999;
}

.section_all_cat_vdo .item i {
    position: absolute;
    background: var(--bs-brand);
    width: 39px;
    height: 39px;
    padding: 6px 7px;
    border-radius: 0;
    font-size: 26px;
    left: 0;
    top: 0;
    box-shadow: none;
    color: var(--bs-white);
    z-index: 999;
}

.video-top-content {
    background: var(--bs-black);
    height: 479px;
}

.video-top-content .video__cap h3 {
    font-size: 25px;
    color: #FFF;
}

.video-top-content .item:hover a, .social-links .btn__video a:hover {
    text-decoration-color: var(--bs-white);
}

.video-block-main .video-list-2 .video__thumb, .video-block-main .video-top-content .item, .photo__gallery__section .img__lead {
    overflow: hidden;
}

.video-block-main .video-list-2 .video__thumb:hover img, .photo__gallery__section .img__lead:hover img {
    transform: none;
}

.video-block-main .video-list-2 .item {
    background: var(--bs-black);
    border-radius: 0;
}

.video-block-main .video-list-2 .item:hover h4 {
    text-decoration: underline;
    text-decoration-thickness: 0.6px;
}

.section__latest .news__item .serial{
    font-size: 24px;
    background: #17afbf47;
    width: 37px;
    height: 37px;
    padding: 6px 12px;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    display: inline-block;
    float: left;
    line-height: 1;
}
.section__latest .news__item{
    display: -webkit-box;
}

.sub__cat .sub__cat__name a{
    font-size: 30px;
}
.sub__cat .sub__cat__heading .sub a{
    border: 1px solid #ccc;
    line-height: 1;
    padding: 8px 15px 6px;
    border-radius: 20px;
    background: var(--bs-white);
    margin-right: 10px;
}

.sub__cat .latestNews .news__item{
    border-bottom: 1px solid #ccc;
    padding-bottom: 13px;
    margin-bottom: 15px;
}
.sub__cat .latestNews .news__item:last-child{
    border-bottom: none;
}

.sub__cat .latestNews .heading {
    padding: 0px;
    border-top: 3px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0px;
}
.sub__cat .latestNews .heading h4 {
    padding: 10px 0px;
    line-height: 1;
    font-weight: 500;
}
@media (min-width: 982px) {
    .section__lead .left__top {
        padding: 23px 10px;
        position: relative;
        right: 0px;
        border-left: 5px solid #d10000;
        background: #d1000014;
        height: 100%;
    }
    .single_page .content {
        padding-right: 20px;
        border-right: 1px solid #ccc;
    }
}


/*==============
Single Post
=======================*/

/*read more*/
.single_page .story-content {
    margin-top: 15px;
}

.single_page .also-read-text {
    color: var(--bs-black);
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 4px;
}

.single_page .story-content-inner {
    border: 1px solid #eee;
    padding: 10px 12px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.single_page .story-content-inner .link {
    width: 100%;
}

.single_page .story-content-inner .link .heading {
    float: left;
    width: 81%;
    font-size: 19px;
    text-align: left;
    padding-right: 5px;
    color: var(--bs-blue);
}

.single_page .story-content-inner .link .image {
    width: 18%;
    float: right;
}

.single_page .user-info {
    display: inline-flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.single_page .mailme {
    background: #647d0029;
    padding: 22px 60px;
    margin-bottom: 20px;
    font-size: 19px;
    font-weight: 500;
}

.single_page .pub__photo img {
    border-radius: 50%;
    width: 55px !important;
    height: 55px;
    margin-right: 3px;
    margin-top: 0px;
}

.single_page .printBtn333 {
    background: #eeeeee;
    color: #7a7a7a;
    border-radius: 4px;
    border: solid 1px transparent;
    transition: opacity 0.2s ease-in, top 0.2s ease-in;
    display: inline-block;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    margin-left: 0;
    padding: 0 10px;
    cursor: pointer !important;
}

.single_page .content_text {
    width: 100%;
    margin: 15px auto !important;
}

.single_page .content_text p {
    font-size: 19px;
}

.tag a {
    color: var(--bs-brand);
}

.single_page.ads__top__banner {
    border-bottom: 1px solid #ddd;
}

.single_page.ads__top__banner img {
    width: 75%;
}

.single_page .follow__btn i {
    font-size: 25px;
    padding: 8px 2px;
    color: #fff;
}

.single_page .follow__btn {
    float: right;
    position: relative;
    top: -15px;
    background: transparent;
    padding: 5px 10px;
    border-left: 5px solid var(--bs-danger);
}

.single_page .follow__btn span {
    font-weight: 300;
    color: var(--bs-white);
    position: relative;
    top: -3px;
}

.single_page .content_body .share-btn .shr__txt {
    height: 30px;
    background: var(--bs-yellow);
    display: flex;
    padding: 3px 12px;
    font-size: 19px;
    margin-right: 4px;
    border-radius: 4px;
    font-weight: 500;
}

.single_page .comment .cmnt__bar {
    background: var(--bs-deepred);
    height: 11px;
    position: relative;
    top: -19px;
    z-index: 3;
    left: 0;
    right: 0;
}

.single_page .comment p {
    position: relative;
    z-index: 9;
    background: var(--bs-gray-200);
    display: inline;
}

.latest-popular .news {
    height: 400px;
}

/*.popularNews__hm .list-content {*/
/*    max-height: 444px;*/
/*    overflow-y: scroll;*/
/*    border: 1px solid #3066b06e;*/
/*}*/

.popularNews__hm {
    padding: 7px 0px;
    display: block;
}

.popularNews__hm .heading {
    padding: 0px;
    border-top: 3px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0px;
}

.popularNews__hm .heading h4 {
    padding: 10px 0px;
    line-height: 1;
    font-weight: 500;
}

.popularNews__hm .item {
    padding: 8px 0;
    border-bottom: 1px solid #ccc;
}

.popularNews__hm .item img {
    height: 51px;
    width: 100%;
    object-fit: cover;
    border-radius: 3px;
    margin-top: 6px;
}


.comment {
    background: var(--bs-gray-200);
    padding: 20px;
}

.single_page .comment p:before {
    content: '';
    width: 36px;
    height: 12px;
    display: inline-block;
    background: var(--bs-deepred);
    margin-right: 11px;
    top: 0px;
    position: relative;
}

.single_page.more_news .cmnt__bar {
    background: var(--bs-gray-300);
    height: 11px;
    position: relative;
    top: -25px;
    z-index: 3;
    left: 0;
    right: 0;
}

.single_page.more_news .heading {
    position: relative;
    z-index: 4;
    padding: 0 10px;
    background: var(--bs-white);
    display: inline-block;
    margin: 8px 22px;
}

.single_page .content-ad-block360 {
    margin-top: 15px;
    padding-top: 3px;
}

.single_page .content-ads-title-360 {
    text-align: center !important;
}

.single_page .content p {
    text-align: justify;
}
.content-inner-ads{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 30px 0;
    padding: 10px 0;
    text-align:center;
}
.content-inner-ads img{
    max-width: 728px;
}


    /*//podcast*/
.podcast audio {
    width: 100%;
    margin-top: 8px;
}

.more_news .link-hover-homepage .rltd__content__title {
    height: 104px;
    overflow: hidden;
}

.publisher__info {
    margin-top: 0;
}

.single-page-headline {
    width: 80%;
}

.publisher__name:before {
    content: '';
    width: 36px;
    height: 12px;
    display: inline-block;
    background: #c3c3c3;
    margin-right: 4px;
    top: 0px;
    position: relative;
}

.single__page__heading a {
    font-size: 21px;
    color: var(--bs-deepred);
    font-weight: 300;
    border-bottom: 1px solid var(--bs-deepred);
    line-height: 1;
}

.single__page__heading a:hover {
    color: var(--bs-deepred);
    border-bottom: 1px solid var(--bs-deepred);
}



/*==================
Search and Archive Page
================================*/
.search__page .form-control {
    border-radius: 0;
    height: 50px;
}

.search__page .btn.btn-search {
    background: #58585a;
    padding: 7px 15px 5px;
    height: 50px;
    color: var(--bs-white);
    border-radius: 0;
}

.search__page .well h4 {
    position: relative;
    top: 6px;
    color: var(--bs-blue);
}

.search__page .list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 0;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #ccc;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: inherit;
    outline: 0;
    box-shadow: none;
}

.all__news__page .media-heading {
    font-size: 23px !important;
    line-height: 1.6em;
}
.all__news__page .heading h1 {
    color: #f00000;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1;
}


