    @font-face {
        font-family: "shyamal-sylhet-bold";
        src: url("fonts/Shyamal-sylhet-Bold.woff2");
    }
    
    @font-face {
        font-family: "shyamal-sylhet";
        src: url("fonts/Shyamal-sylhet-regular.woff2");
    }
    
    @font-face {
        font-family: 'FontAwesome';
        src: url('fonts/fontawesome-webfont.ttf') format('truetype');
    }
    /* root color  */
    
     :root {
        --blue: #1e90ff;
        --site_redish: #f90036;
        --caption: #ed1c24;
        --title-bg: #f90036;;
        --footer-bg: #006c68;
        --hover: rgba(232, 26, 27, 0.9);
        --site-green: #2cb66e;
    }
    /* root color  */
    
    body {
        font-family: "shyamal-sylhet", sans-serif;
    }
    
    a {
        text-decoration: none;
        color: #222;
    }
    
    .row {
        width: 100%;
        margin: 0;
    }
    
    .container {
        width: 100%;
    }
    
    .container-fluid {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    /* Custom Class  */
    
    
    @media(min-width: 768px) {
        .d-pl {
            padding-left: 5px !important;
        }
        .d-pr {
            padding-right: 5px !important;
        }
    }
    /* Custom Class  */
    
    @media (min-width: 1199px) {
        .container,
        .container-lg,
        .container-md,
        .container-sm,
        .container-xl {
            max-width: 1240px;
        }
    }
    
    @media (min-width: 1380px) {
        .container,
        .container-lg,
        .container-md,
        .container-sm,
        .container-xl {
            max-width: 1400px;
        }
    }
    
    
    img.lazy {
        background-image: url(images/lazy.png); 
        background-repeat: no-repeat;
        background-position: center center;
        aspect-ratio: 16/10;
        background-size: cover;
    }
    
    /* Bootstrap Modification  */
    
    .navbar-toggle {
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
    }
    /* Bootstrap Modification  */
    /* top bar  */
    
    .topbar-inner .navbar {
        padding: 0;
    }
    
    .topbar-inner .navbar-brand {
        width: 100%;
        float: left;
        font-size: 15px;
        padding: 5px 0;
        font-weight: bold;
    }
    
    .topbar-inner .navbar-nav .nav-link {
        color: rgba(255, 255, 255);
        font-size: 14px;
    }
    
    .topbar-inner .topbar-date {
        background: #000;
        color: #fff;
    }
    
    .topbar-inner .topbar-menu {
        background: var(--site_redish);
        color: white;
        font-family: 'shyamal-sylhet-bold';
    }
    
    .topbar-inner .navbar-expand-lg .navbar-nav .nav-link {
        line-height: 1.85;
    }
    
    .topbar-inner .topbar-menu a:hover {
        opacity: 0.7;
    }
    
    .topbar-inner .navbar .nav-item:hover .dropdown-menu {
        /* display: block ; */
        border-radius: 0;
        background: #000;
        color: #fff;
    }
    
    .topbar-inner .navbar .nav-item:hover .dropdown-menu a {
        color: #fff;
        transition: 0.2s ease-out;
    }
    
    .topbar-inner .navbar .nav-item:hover .dropdown-menu a:hover {
        color: rgb(230, 138, 0);
        background: none;
        transition: 0.2s ease-in;
    }
    
    #main_nav {
        position: absolute;
        float: left;
        display: none
    }
    
    #clearingdiv {
        clear: both;
    }
    /* top bar  */
    /* Logo  */
    
    header .main-logo {
        padding: 10px 0;
        float: left;
    }
    
    header .main-logo img {
        float: left;
        width: 80%;
    }
    
    #header {
        z-index: 10;
    }
    /* Desk search form  */
    
    .dsk-src-form {
        float: left;
        width: 100%;
        position: relative;
        display: none;
    }
    
    .dsk-src-form form {
        float: left;
        width: 100%;
        position: absolute;
        z-index: 11;
        overflow: hidden;
    }
    
    .dsk-src-form form input {
        border: none;
        height: 40px;
        width: 100%;
        background: rgb(255, 255, 255);
        outline: none;
        box-shadow: 0px 0px 8px 0px #424242;
        border-bottom: 2px solid;
    }
    
    .dsk-src-form form input[type="text"] {
        padding: 0 10px;
        color: var(--site-green);
    }
    
    .dsk-src-form form input::placeholder {
        color: var(--site-green);
    }
    /* Desk search form  */
    
    /*.fixed {*/
    /*    position: fixed;*/
    /*    top: 0;*/
    /*    width: 100%;*/
    /*}*/
    
    .fixed {
        position: fixed;
        top: 0px;
        left: 0;
        width: 100%;
        animation: smoothScroll 1s forwards;
    }
    
    @keyframes smoothScroll {
        0% {
            transform: translateY(-80px);
        }
        100% {
            transform: translateY(0px);
        }
    }
    
    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }
    /* Logo  */
    /* Manu bar   */
    
    .main_menu_area {
        float: left;
        width: 100%;
        z-index: 1000;
        background-color: var(--site_redish);
        /*background-color: #ed1c24;*/
        height: 30px;
    }
    
    .main_menu_area .src-button {
        display: none;
    }
    
    .main_menu_area .main_search_form {
        display: none;
    }
    
    .main_menu_area .menubar {
        font-family: 'shyamal-sylhet-bold';
        background: #2cb66e;
        border-radius: 15px;
        margin-top: -5px;
    }
    
    .main_menu_area .navbar {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    
    .main_menu_area .navbar .nav-item:hover .dropdown-menu {
        /* display: block; */
        border: 0;
        padding: 0;
    }
    
    .main_menu_area .navbar .nav-item:hover .dropdown-menu li {
        /* border-bottom: 0.5px dotted #ececec; */
        border-radius: 5px;
    }
    
    .main_menu_area .navbar a {
        color: #fff;
        padding: 0.5rem 15px !important;
    }
    
    .fixed .main_menu_area .navbar a {
        padding: 0.6rem 15px 0.5rem 15px !important;
    }
    
    .main_menu_area .navbar a:hover {
        background: var(--site_redish);
        color: #fff !important;
    }
    
    .main_menu_area .navbar a.dropdown-item {
        color: #181818;
        font-size: 14px;
    }
    /* Manu bar   */
    /* Basic CSS for total Page  */
    
    .title-section h2 {
        padding: 5px 0 0 0;
        border-bottom: 1px solid var(--title-bg);
    }
    
    .title-section h2 a {
        background: var(--title-bg);
        color: white;
        border-radius: 0 10px 0 0;
        padding: 2.5px 10px 0.5px 10px;
        font-size: 20px;
    }
    
    .post-content img {
        width: 100%;
    }
    
    .post-content a {
        text-decoration: none;
        color: #222;
    }
    
    .post-content a:hover {
        color: var(--hover);
    }
    /* .post-content a:hover img {
        box-shadow: 0px 0px 4px 0px rgb(145 145 145);
    } */
    
    .post-content a:hover .post-sub-details {
        color: rgb(92, 92, 92);
    }
    
    .post-content .post-sub-details {
        color: rgb(92, 92, 92);
    }
    
    .post-content a:hover span {
        color: var(--site-green);
    }
    
    .post-content a:hover span.time {
        color: #ffffffc7;
    }
    
    .list-content a:hover {
        color: var(--hover);
    }
    
    .list-content a:hover span {
        color: var(--site-green);
    }
    
    .post-headline h2 span,
    .post-caption {
        color: var(--caption);
    }
    
    .post-time span {
        font-family: 'shyamal-sylhet';
        color: #8d8d8d;
        font-size: 14px;
    }
    
    .list-view-row .col-md-6 {
        padding-left: 0;
    }
    
    .post-content h2 {
        font-family: "shyamal-sylhet";
        font-size: 1.2rem;
        margin-top: 5px;
        line-height: 1.27;
        font-weight: bold;
    }
    
    .post-content h2.top {
        font-size: 1.5rem;
    }
    /* Basic CSS for total Page  */
    
    .top-section {
        float: left;
        width: 100%;
        margin-top: 15px;
    }
    /* lead-section */
    
    .top-section .lead-section .post-headline h2 {
        font-family: "shyamal-sylhet-bold";
        font-size: 28px;
        font-weight: bold;
        color: var(--site_redish);
    }
    
    .top-section .lead-section .post-caption {
        margin-top: 5px;
        font-family: "shyamal-sylhet";
    }
    
    .top-section .lead-section .post-caption span {
        color: rgb(139, 139, 139);
    }
    
    .top-section .lead-section .post-sub-details p {
        color: #6e6e6e;
        font-family: "shyamal-sylhet";
        line-height: 1.27;
    }
    /* lead-section */
    
    .post-image {
        position: relative;
    }
    
    .post-image .time {
        position: absolute;
        left: 10px;
        top: 10px;
        border: 0.5px solid #dddddd54;
        font-size: 15px;
        color: #ffffffc7;
        padding: 0 10px;
    }
    
    .top-section .list-content .post-image {
        width: 35%;
        float: left;
    }
    
    .top-section .list-content .post-image img {
        width: 100%;
    }
    
    .top-section .list-content .post-headline {
        width: 65%;
        float: left;
        padding-left: 5px;
    }
    
    .top-section .list-content .post-headline h2 {
        font-family: "shyamal-sylhet";
        font-size: 18px;
        font-weight: bold;
        margin: 0;
    }
    
    .top-section .list-content .post-headline span.time {
        font-size: 14px;
        color: #9d9c9c;
    }
    
    .top-section .top-news .post-content {
        width: 100%;
    }
    
    .top-section .top-news .post-content .post-image {
        max-height: 150px;
        overflow: hidden;
    }
    
    .top-section .top-news .post-content .post-headline h2 {
        font-size: 1.1rem;
    }
    /* Live Section  */
    
    .top-section .live-section .tag {
        width: 100%;
        float: left;
        height: 35px;
        background-color: #ffba2bab;
    }
    
    .top-section .live-section .tag .ss-logo {
        width: 40%;
        float: left;
        padding: 10px;
    }
    
    .top-section .live-section .tag .live-logo {
        width: 20%;
        float: right;
        padding: 10px;
    }
    
    .top-section .live-section .video-title h2 {
        font-size: 17px;
        font-family: 'shyamal-sylhet';
        padding: 0 10px;
        font-weight: bold;
    }
    /* Live Section  */
    /* Sylhet Section  */
    
    .sylhet-section {
        width: 100%;
        float: left;
        font-family: 'shyamal-sylhet';
    }
    
    .sylhet-section .mega-tab .nav-tabs .nav-item.show .nav-link,
    .sylhet-section .mega-tab .nav-tabs .nav-link.active {
        color: #ffffff;
        background-color: #f90036;
        border-color: #f90036;
        border-radius: 0 10px 0 0;
    }
    
    .sylhet-section .mega-tab .nav-tabs {
        border-bottom: 1px solid #ff0000;
    }
    
    .sylhet-section .mega-tab .nav-tabs .nav-link {
        margin-bottom: 1px;
        background: #2cb66e;
        margin: 0 10px 1px 0;
        border-radius: 10px 10px 0 0;
        color: #fff;
        padding: 5px 15px 2.5px;
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
        border-radius: 10px 10px 0 0 !important;
    }
    
    .sylhet-section .double-tab .nav-item {
        width: 50%;
        text-align: center;
        background: rgb(248, 248, 248);
    }
    
    .sylhet-section .double-tab .nav-tabs .nav-item.show .nav-link,
    .sylhet-section .double-tab .nav-tabs .nav-link.active {
        color: #2c2c2c;
        width: 100%;
        background-color: #fff;
        border-color: #dee2e6 #dee2e6 #fff;
        border-top: 3px solid red;
        border-radius: 0;
    }
    
    .sylhet-section .double-tab .nav-tabs .nav-link {
        width: 100%;
        color: #2c2c2c;
        border-top: 3px solid transparent;
    }
    
    .sylhet-section .double-tab .nav-tabs .nav-link:focus,
    .sylhet-section .double-tab .nav-tabs .nav-link:hover {
        border-color: transparent;
        isolation: isolate;
        border-top: 5px solid red;
        border-radius: 0;
        border: 1px solid transparent;
        border-top: 3px solid red;
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
    }
    
    .sylhet-section .list-content {
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }
    
    .sylhet-section .list-content .post-image {
        width: 35%;
        float: left;
        max-height: 75px;
        overflow: hidden;
    }
    
    .sylhet-section .list-content .post-image img {
        width: 100%;
    }
    
    .sylhet-section .list-content .post-headline {
        width: 65%;
        float: left;
        padding-left: 10px;
    }
    
    .sylhet-section .list-content .post-headline h2 {
        font-family: "shyamal-sylhet";
        font-size: 18px;
        font-weight: bold;
    }
    
    .sylhet-section .national .post-content-lg {
        width: 65%;
        float: left;
        padding-right: 5px;
    }
    
    .sylhet-section .national .post-content-sm {
        width: 35%;
        float: left;
        padding-left: 5px;
    }
    
    .box-white,
    .white-box {
        background: #fff!important;
    }
    
    .ShyamalTab2 {
        background: #fff;
        margin-bottom: 20px;
    }
    
    .ShyamalTab2 .nav-tabs {
        background: #f1f1f1;
        width: 100%;
    }
    
    .ShyamalTab2 .nav-tabs .nav-item {
        width: 50%;
    }
    
    .ShyamalTab2 .nav-tabs .nav-item .nav-link {
        width: 100%;
        color: #343434;
        font-weight: bold;
        font-size: 19px;
        padding-top: 5px;
        padding-bottom: 2px;
    }
    
    .ShyamalTab2 .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        border-color: #dee2e6 #dee2e6 #fff;
        border-radius: 0;
        background: #ff9800;
        color: white !important;
    }
    
    .ShyamalTab2 .nav-tabs {
        border: none;
    }
    
    .ShyamalTab2 .nav-tabs>li>a {
        border: none;
        border-top: 3px solid #f1f1f1;
        color: #000;
        border-radius: 0;
        font-size: 20px;
        padding: 5px 15px;
        text-decoration: none;
        margin-bottom: 0;
    }
    
    .ShyamalTab2 .tab-content {
        border-left: 1px solid #f5f5f5;
    }
    
    .ShyamalTab2 .tab-content a:hover {
        color: var(--site_redish);
    }
    
    .ShyamalTab2 .tab-content a:hover span {
        color: var(--site-green);
    }
    
    .ShyamalTab2 .tab-content ul.media-list {
        max-height: 282px;
        overflow-y: auto;
        padding-left: 22px;
    }
    
    .media-list {
        padding-left: 0;
        list-style: none;
    }
    
    .ShyamalTab2 .tab-content ul.media-list .media {
        border-bottom: 1px dotted #c2c1c1;
        margin: 0;
        padding: 10px 0;
        position: relative;
        overflow: visible;
        float: left;
        margin-left: -5px;
    }
    
    .ShyamalTab2 .tab-content ul.media-list .media .media-left {
        padding-right: 0;
        width: 30%;
        float: left;
    }
    
    .ShyamalTab2 .tab-content ul.media-list .media .media-body {
        padding-left: 10px;
        padding-right: 10px;
        width: 70%;
        float: left;
    }
    
    .ShyamalTab2 .tab-content ul.media-list .media .media-left span {
        position: absolute;
        margin-top: -1px;
        left: -20px;
        height: 30px;
        width: 30px;
        background: #333;
        text-align: center;
        line-height: 20px;
        color: #fafafa;
        border-radius: 50%;
        border: 4px solid #fff;
        top: 22px;
        z-index: 1;
    }
    
    .ShyamalTab2 .post-headline h2 {
        font-family: 'shyamal-sylhet';
        font-size: 16px;
        font-weight: bold;
    }
    
    .ShyamalTab2 ::-webkit-scrollbar {
        width: 2px;
    }
    
    .ShyamalTab2 ::-webkit-scrollbar-track {
        background-color: #ebebeb;
    }
    
    .ShyamalTab2 ::-webkit-scrollbar-thumb {
        background: #a3a3a3;
    }
    /* Sylhet Section  */
    /* Job Section  */
    
    .job-section .post-content h2 {
        font-weight: unset;
        color: #eeeeee;
        font-size: 1.1rem;
        line-height: 1.27;
    }
    
    .job-section .post-content .post-image {
        max-height: 90px;
        overflow: hidden;
    }
    
    .job-section .post-content a:hover h2 {
        color: rgb(240, 130, 4);
    }
    /* Job Section  */
    /* Special Report Section  */
    
    .spc-report-section .nav-tabs {
        display: flex;
        position: absolute;
        margin: 12px;
    }
    
    .spc-report-section .carousel-box {
        margin-top: 40px;
    }
    
    .spc-report-section .tab-content {
        padding: 0;
    }
    
    .spc-report-section .media {
        min-height: 300px;
        /* background: #222222; */
        background: linear-gradient(155deg, rgba(143, 5, 31, 1) 0%, rgba(111, 11, 43, 1) 35%, rgba(6, 29, 82, 1) 100%);
        width: 100%;
    }
    
    .spc-report-section .media .media-left {
        min-height: 300px;
        background: #8f051f;
        padding: 15px;
    }
    
    .spc-report-section .media .media-left .post-image img {
        border: 1px solid #fff;
    }
    
    .spc-report-section .media .media-left h2 {
        font-size: 22px;
        color: #fff;
        margin-top: 10px;
    }
    
    .spc-report-section .media .media-right {
        min-height: 300px;
        /* background: rgb(143, 5, 31); */
        /* background: linear-gradient(155deg, rgba(143, 5, 31, 1) 0%, rgba(111, 11, 43, 1) 35%, rgba(6, 29, 82, 1) 100%); */
        padding: 15px;
    }
    
    .spc-report-section .media .media-right .news-post {
        margin: 0 5px;
    }
    
    .spc-report-section .media .media-right .news-post img {
        max-height: 140px;
    }
    
    .spc-report-section .media .media-right .news-post h2 {
        font-size: 18px;
        color: #eeeeee;
        margin-top: 5px;
    }
    
    .spc-report-section .nav-tabs {
        border-bottom: none;
    }
    
    .spc-report-section .nav-tabs .nav-item.show .nav-link,
    .spc-report-section .nav-tabs .nav-link.active {
        color: #ffffff;
        background-color: rgb(189 26 26);
        border-color: none;
        border: none;
        border-radius: 1px;
        font-size: 18px;
        font-family: 'shyamal-sylhet';
    }
    
    .spc-report-section .nav-link {
        display: block;
        padding: .2rem 1rem;
        color: #e4e4e4;
        text-decoration: none;
        transition: none;
    }
    
    .spc-report-section .nav-link:focus,
    .spc-report-section .nav-link:hover {
        color: #c5c5c5;
        border: 1px solid transparent;
    }
    
    .spc-report-section .nav-tabs .nav-item.show .nav-link:hover {
        border: none;
    }
    
    .spc-report-section .owl-theme .owl-controls {
        margin-top: 10px;
        text-align: center;
        position: absolute;
        /* top: 0;
    right: 0;
    margin-top: -60px; */
        margin-right: 10px;
    }
    
    .spc-report-section .owl-theme .owl-controls .owl-pagination {
        display: none!important;
    }
    
    .spc-report-section .owl-theme .owl-controls .owl-buttons div {
        font-size: 11px;
        color: #999;
        width: 20px;
        height: 20px;
        line-height: 18px;
        text-align: center;
        background: transparent;
        border: 1px solid #ccc;
        margin-left: 2px;
        outline: none;
        padding: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        opacity: 1;
        margin: 0 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
    }
    
    .spc-report-section .owl-theme .owl-controls .owl-buttons div.owl-prev:after {
        content: '\f104';
        font-family: 'FontAwesome';
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        color: #999;
    }
    
    .spc-report-section .owl-theme .owl-controls .owl-buttons div.owl-next:after {
        content: '\f105';
        font-family: 'FontAwesome';
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        color: #999;
    }
    
    @media(max-width: 768px){
        .spc-report-section .mbl-res-col{
            width: 100%;
        }
    }
    /* Special Report Section  */
    /* News Politics */
    
    .news-politics .post-content-sm .post-image {
        max-height: 120px;
        overflow: hidden;
    }
    
    .news-politics .post-content .post-headline .sm-headline {
        font-size: 17px;
        line-height: 1.27;
    }
    
    .news-politics .politics-section .post-content-lg {
        width: 65%;
        float: left;
        padding-right: 5px;
    }
    
    .news-politics .politics-section .post-content-sm {
        width: 35%;
        float: left;
        padding-left: 5px;
    }
    
    .news-politics .politics-section .post-content-sm h2 {
        font-size: 1.1rem;
    }
    /* News Politics */
    /* News Citizens  */
    
    .news-politics .citizen-news .post-content-lg {
        width: 65%;
        float: left;
        padding-right: 5px;
    }
    
    .news-politics .citizen-news .post-content-sm {
        width: 35%;
        float: left;
        padding-left: 5px;
    }
    
    .news-politics .citizen-news .post-content-sm h2 {
        font-size: 1.1rem;
    }
    /* News Citizens  */
    /* News Sports  */
    
    .sports-section .sports-news .post-content-lg {
        width: 65%;
        float: left;
        padding-right: 5px;
    }
    
    .sports-section .sports-news .post-content-sm {
        width: 35%;
        float: left;
        padding-left: 5px;
    }
    
    .sports-section .sports-news .post-content-sm h2 {
        font-size: 1.1rem;
    }
    /* News sports  */
    /* News Entertainment  */
    
    .sports-section .enter10-news .post-content-lg {
        width: 50%;
        float: left;
    }
    
    .sports-section .enter10-news .post-content-lg .post-image {
        height: 260px;
        overflow: hidden;
    }
    
    .sports-section .enter10-news .post-content-sm {
        width: 25%;
        float: left;
    }
    
    .sports-section .enter10-news .post-content-sm a {
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }
    
    .sports-section .enter10-news .post-content-sm h2 {
        font-size: 1.1rem;
    }
    
    .ent-section {
        display: flex;
    }
    @media(max-width: 991px){
        .ent-section {
            display: unset;
        } 
    }
    
    .ent-section .ent-lg {
        order: 2;
    }
    
    .ent-section .ent-lf {
        order: 1;
    }
    
    .ent-section .ent-lr {
        order: 3;
    }
    
    /* News Entertainment  */
    
    .news-archive .form-control {
        display: block;
        width: 100%;
        padding: .275rem .75rem;
        border-radius: 2px !important;
        font-size: 0.9rem;
        font-weight: 400;
        line-height: 1.5;
        color: #1c1c1c;
        font-family: 'shyamal-sylhet';
        background-color: #ffffff;
        background-clip: padding-box;
        border: 1px solid #7fbdfc !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: .25rem;
        margin-bottom: 5px;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }
    /* Multi section  */
    
    .multi-section .col-md-custom {
        width: 20%;
        float: left;
    }
    
    .multi-section .post-content .post-image {
        max-height: 125px;
        overflow: hidden;
    }
    
    .multi-section .media .media-left {
        width: 35%;
        float: left;
    }
    
    .multi-section .media {
        margin-bottom: 10px;
        width: 100%;
        float: left;
    }
    
    .multi-section .media .media-left .post-image img {
        width: 100%;
    }
    
    .multi-section .media .media-right {
        width: 65%;
        float: left;
        padding-left: 10px;
    }
    
    .multi-section .media .media-right h2 {
        font-size: 16px;
        font-family: 'shyamal-sylhet';
    }
    /* Multi section  */
    /* int Section  */
    
    .int-section .post-content {
        width: 100%;
        margin-bottom: 5px;
        float: left;
    }
    
    .int-section .international-news .post-sm .post-image {
        max-height: 150px;
        overflow: hidden;
    }
    
    .int-section .post-content.bb {
        border-bottom: 1px dotted #ddd;
    }
    
    .int-section .post-sm .post-headline {
        display: inline-flex;
    }
    
    .int-section .post-sm h2 {
        font-weight: unset;
        font-family: 'Shyamal-sylhet';
        font-size: 16px;
        margin-top: 0;
        margin-left: 5px;
    }
    /* int Section  */
    /* END SECTION  */
    
    .end-section .media .media-left {
        width: 30%;
        float: left;
    }
    
    .end-section .bb {
        width: 100%;
        float: left;
        border-bottom: 0.5px dotted #ddd;
        margin-bottom: 5px;
        padding-bottom: 5px;
    }
    
    .end-section .media .media-right {
        width: 70%;
        float: left;
        padding: 10px;
    }
    
    .end-section .media .media-left .post-image img {
        width: 70px;
        height: 70px;
        border-radius: 50%;
    }
    
    .end-section .media .media-right .post-content .post-headline h2 {
        font-family: 'shyamal-sylhet';
        font-size: 1.1rem;
        line-height: 1.27;
    }
    /* photo gallery */
    
    .end-section .photo-gallery .carousel-indicators {
        display: none !important;
    }
    
    .end-section .photo-gallery .carousel-item img {
        max-height: 320px;
        min-height: 320px;
        width: 100%;
    }
    
    .end-section .photo-gallery .carousel-caption {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        left: 0;
        padding-top: 1.25rem;
        padding-bottom: 0rem;
        color: #fff;
        background: #0404049c;
        text-align: center;
    }
    /* photo gallery */
    /* END SECTION  */
    /* Footer  */
    
    footer {
        width: 100%;
        min-height: 300px;
        background-color: var(--footer-bg);
        padding: 50px 0;
    }
    
    footer .p1-text a,
    footer .p2-text a,
    footer .p3-text a {
        color: #fff;
    }
    
    footer .p1-text a:hover,
    footer .p2-text a:hover,
    footer .p3-text a:hover {
        color: rgb(12, 229, 236);
    }
    
    footer .p1-text,
    footer .p2-text,
    footer .p3-text {
        color: white;
        font-family: 'Shyamal-sylhet';
    }
    
    footer .logo-img img {
        width: 50%;
        background: white;
        padding: 5px 10px;
        border-radius: 10px;
    }
    
    footer .newsroom,
    footer .newsmarketing {
        width: 100%;
        background: #009688;
        padding: 0 10px;
        padding-top: 2px;
    }
    
    footer .p1-text {
        margin-top: 20px;
    }
    
    footer .p1-text p {
        margin-bottom: 5px;
    }
    
    footer .p1-text strong {
        font-size: 18px;
    }
    
    footer .p2-text {
        margin-top: 20px;
    }
    
    footer .p2-text p {
        margin-bottom: 0px;
    }
    
    footer .p2-text .eh-pt {
        margin-bottom: 10px;
    }
    
    footer .p2-text strong {
        font-size: 17px;
    }
    
    footer .p3-text {
        margin-top: 20px;
    }
    
    footer .p3-text p {
        margin-bottom: 0px;
    }
    
    footer .p3-text .submit_input {
        border: none;
        width: 100%;
        outline: none;
        padding: 2px 10px;
        padding-top: 5px;
        box-shadow: none;
        font-size: 14px;
        color: rgb(92, 92, 92)
    }
    
    footer .p3-text input[type="text"] {
        box-sizing: border-box;
        padding-left: 10px;
    }
    
    footer .p3-text .submit_input::placeholder {
        font-family: 'shyamal-sylhet';
        /* padding: 5px 10px; */
        font-size: 13px;
    }
    
    footer .p3-text .submit_btn {
        background-color: red;
        border: none;
        width: 22%;
        color: #fff;
        font-size: 14px;
    }
    /* container */
    
    footer #share {
        width: 100%;
        margin: 0px auto;
        text-align: left;
    }
    /* buttons */
    
    footer #share a {
        /* width: 30px; */
        line-height: 0;
        height: 30px;
        padding: 4px 10px;
        display: inline-block;
        margin: 1px;
        border-radius: 5px;
        font-size: 16px;
        color: #fff;
        opacity: 1;
        transition: opacity 0.15s linear;
    }
    
    footer #share a:hover {
        opacity: 1;
    }
    /* icons */
    
    footer #share i {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    /* colors */
    
    footer .facebook {
        background: #0572e6;
    }
    
    footer .twitter {
        background: #55acee;
    }
    
    footer .pinterest {
        background: #cb2027;
    }
    
    footer .linkedin {
        background: #0077b5;
    }
    
    footer .youtube {
        background: red;
    }
    
    footer .develop-section {
        width: 100%;
        text-align: center;
    }
    
    footer .develop-section span,
    footer .develop-section a {
        color: #e0e0e0;
        font-size: 14px;
    }
    
    @media(max-width: 340px) {
        footer .develop-section span,
        footer .develop-section a {
            font-size: 12px;
            letter-spacing: -0.5px;
        }
    }
    
    footer .develop-section a:hover {
        color: #00aeff;
    }
    /* Footer  */
    /* Breaking News  */
    
    .breaking-all-news {
        width: 100%;
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        right: 0;
        z-index: 99;
    }
    
    .breaking-news {
        background-color: #dfdfdf!important;
    }
    
    .breaking-news marquee a {
        margin-right: 15px;
    }
    
    .breaking-news marquee a:hover {
        color: var(--hover);
    }
    /* .news {
    width: 160px
} */
    
    .e-paper {
        padding: 10px 52px;
        width: 100%;
        float: left;
        background: #ffffff;
        box-shadow: 0 4px 10px #858585;
        text-align: center;
    }
    
    .e-paper a {
        width: 100%;
        float: left;
    }
    
    .e-paper img {
        width: 70%;
    }
    
    .news {
        width: 100px;
        position: relative;
        background: rgb(37, 55, 134);
        padding: 5px !important;
    }
    
    .news:before {
        content: "";
        position: absolute;
        right: -17px;
        top: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 17px solid rgb(37, 55, 134);
        border-top: 17px solid transparent;
        border-bottom: 17px solid transparent;
        overflow: hidden;
        z-index: 1;
    }
    
    .news-scroll a {
        text-decoration: none
    }
    
    .my_wrapper {
        float: left;
        width: 100%;
        margin: 0px;
        padding: 0px;
        height: 34px;
        overflow: hidden;
        /* border: 1px solid #bb1919; */
        background222: #2F3942;
    }
    
    #latest_news_top {
        float: left;
        font-size: 16px;
        margin: 0;
        width: 100%;
        padding: 0px;
        line-height: 40px;
        color: #CCC;
        text-align: center;
        background: #141D26;
        letter-spacing: 1px;
        background: #2f3942;
    }
    
    #latest_news_top:after {
        content: '';
        position: absolute;
        right: -15px;
        border-left: 15px solid #2f3942;
        border-top: 40px solid transparent;
        /* clear: both; */
        z-index: 1000;
    }
    
    .breaking-all-news .marquee {
        position: relative;
        overflow: hidden;
        float: left;
        height: 34px;
        margin: 0px 0px;
    }
    
    .breaking-all-news .marquee span {
        padding-left: 10px;
        height: 40px;
        white-space: nowrap;
        display: inline;
        position: relative;
        left: 0%;
        -moz-animation: marquee 20s infinite linear 1s;
        /* Scrolling Timer : Speed 10s */
        -webkit-animation: marquee 30s infinite linear 1s;
        -o-animation: marquee 30s infinite linear 1s;
        animation: marquee 30s infinite linear 1s;
    }
    
    .breaking-all-news .marquee a i {
        font-size: 12px;
        line-height: 22px;
        color: #ea3031ad;
        margin-right: 5px;
        transition: 0.6s ease;
    }
    
    .breaking-all-news .marquee a {
        margin: 0px 10px 0px 0px;
        padding-left: 15px;
        line-height: 35px;
        text-decoration: none;
        color: #ea3031;
        font-weight: normal;
        font-size: 18px;
        transition: 0.6s ease;
        font-weight: bold;
    }
    
    .breaking-all-news .marquee a:hover,
    .breaking-all-news .marquee a:hover i {
        color: #000;
    }
    
    .breaking-all-news .marquee:hover span {
        -webkit-animation-play-state: paused;
        -moz-animation-play-state: paused;
        -o-animation-play-state: paused;
        animation-play-state: paused;
    }
    
    .breaking-all-news .marquee span:after {
        content: attr(rel);
        display: inline;
        color: black;
        padding-left: 10px;
    }
    
    @-webkit-keyframes marquee {
        0% {
            left: 0%;
        }
        100% {
            left: -50%;
        }
    }
    
    @-moz-keyframes marquee {
        0% {
            left: 0%;
        }
        100% {
            left: -50%;
        }
    }
    
    @-o-keyframes marquee {
        0% {
            left: 0%;
        }
        100% {
            left: -50%;
        }
    }
    
    @keyframes marquee {
        0% {
            left: 0%;
        }
        100% {
            left: -50%;
        }
    }
    
    .dot {
        height: 6px;
        width: 6px;
        margin-left: 3px;
        margin-right: 3px;
        background-color: rgb(238, 52, 52);
        border-radius: 50%;
        display: inline-block
    }
    /* Breaking News  */
    /*******************************************************/
    /******************* Details Page  *********************/
    /*******************************************************/
    /* breadcrumb */
    /** The Magic **/
    
    .details-section .btn-breadcrumb .btn:not(:last-child):after {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 17px solid transparent;
        border-bottom: 17px solid transparent;
        border-left: 10px solid white;
        position: absolute;
        top: 50%;
        margin-top: -17px;
        left: 100%;
        z-index: 3;
    }
    
    .details-section .btn-breadcrumb .btn:not(:last-child):before {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 17px solid transparent;
        border-bottom: 17px solid transparent;
        border-left: 10px solid rgb(173, 173, 173);
        position: absolute;
        top: 50%;
        margin-top: -17px;
        margin-left: 1px;
        left: 100%;
        z-index: 3;
    }
    /** The Spacing **/
    
    .details-section .breadcrumb-item+.breadcrumb-item::before {
        display: none;
    }
    
    .details-section .breadcrumb {
        margin-bottom: 0;
    }
    
    .details-section .bc-icons-2 {
        background: #2cb66e2e;
        padding: 5px 15px;
        width: 100%;
        float: left;
    }
    /* breadcrumb */
    /* Basic  */
    
    .details-section .details-content {
        width: 100%;
        float: left;
    }
    
    .details-section .details-content .details-caption {
        width: 100%;
        margin: 10px 0;
        border-left: 5px solid #a3a3a3;
    }
    
    .details-section .details-content .details-caption span {
        margin: 10px;
        color: #787878;
    }
    
    .details-section .details-content .details-headline h1 {
        font-size: 34px;
        margin: 10px 0;
    }
    
    .details-section .post-time-details {
        width: 100%;
        float: left;
        border-bottom: 0.5px solid #ececec;
        margin-bottom: 15px;
        padding-bottom: 2px;
    }
    
    .details-section .post-time-details span {
        font-size: 14px;
        color: #706f6f;
    }
    /* .details-section .details-content .details-sub-headline {
    border-left: 3px solid #a3a3a3;
} */
    
    .details-section .details-content .details-sub-headline p {
        font-size: 19px;
        padding: 5px 10px;
        background: #f3f3f3;
    }
    
    .details-section .details-content .img-caption {
        font-size: 15px;
        color: #ababab;
    }
    /* Basic  */
    
    .details-section .details-content .author-share {
        width: 100%;
        float: left;
        /* border-bottom: 0.5px solid #ddd;
        margin-bottom: 10px; */
        padding-bottom: 5px;
    }
    
    .details-section .details-content .author {
        width: 80%;
        float: left;
    }
    
    .details-section .details-content .author .author-info {
        width: 100%;
        float: left;
        padding: 5px 15px 5px 0;
    }
    
    .details-section .details-content .author .br {
        border-right: 0.5px dotted #ddd;
        width: 100%;
        float: left;
    }
    
    .details-section .details-content .author .author-div {
        display: inline-block;
        margin-right: 10px;
        /* box-shadow: 0px 0px 8px 0px #e3e3e3; */
    }
    
    .details-section .details-content .author .author-image {
        float: left;
    }
    
    .details-section .details-content .author .author-image img {
        display: inline-block;
        position: relative;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid var(--site-green);
    }
    
    .details-section .details-content .author .author-details {
        float: left;
        padding-left: 5px;
        padding-top: 2px;
    }
    
    .details-section .details-content .author .author-details p {
        margin-bottom: 0;
        line-height: 1.27;
    }
    
    .details-section .details-content .author .author-details p.des {
        font-size: 12px;
        color: #9b9b9b;
    }
    /* container */
    
    .details-section .details-content .share #share {
        float: right;
        text-align: center;
    }
    /* buttons */
    
    .details-section .details-content .share #share a {
        width: 30px;
        height: 30px;
        display: inline-block;
        margin: 0px;
        border-radius: 50%;
        font-size: 15px;
        color: #fff;
        opacity: 1;
        line-height: 0;
        transition: opacity 0.15s linear;
    }
    
    .details-section .details-content .share #share a:hover {
        opacity: 1;
    }
    /* icons */
    
    .details-section .details-content .share #share i {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    /* colors */
    
    .details-section .details-content .share .facebook {
        background: #3b5998;
    }
    
    .details-section .details-content .share .twitter {
        background: #55acee;
    }
    
    .details-section .details-content .share .googleplus {
        background: #dd4b39;
    }
    
    .details-section .details-content .share .linkedin {
        background: #0077b5;
    }
    
    .details-section .details-content .share .whatsapp {
        background: #009c41;
    }
    
    .details-section .details-content .share {
        width: 20%;
        float: left;
    }
    /* News Details  */
    
    .details-section .details-content .news-details {
        width: 90%;
        margin: 0 5%;
        margin-top: 15px;
    }
    
    .details-section .details-content .news-details img {
        width: 100% !important;
    }
    
    .details-section .details-content .news-details p {
        font-size: 21px;
        text-align: justify;
        line-height: 1.45;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    /* News Details  */
    /* News tag  */
    
    .details-section .details-content .news-tag {
        border-top: 0.5px dotted #ddd;
        padding-top: 10px;
        width: 100%;
        float: left;
    }
    
    .details-section .details-content .news-tag .list-group-horizontal>.list-group-item:first-child {
        border: 0;
        border-left: 4px solid var(--site-green);
        border-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 0;
    }
    
    .details-section .details-content .news-tag .list-group-item {
        border: 0;
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .details-section .details-content .news-tag .list-group-item button {
        background: var(--site_redish);
        padding: 2px 10px;
        border: 0px;
        border-radius: 5px;
        color: #fff;
        transition: 0.5s ease;
    }
    
    .details-section .details-content .news-tag .list-group-item button:hover {
        background: var(--site-green);
        transition: 0.5s ease;
    }
    /* News tag  */
    /* side bar  */
    
    .details-section .sidebar {
        width: 100%;
        float: left;
    }
    
    .details-section .sidebar .page-section {
        float: left;
        width: 100%;
        margin-top: 20px;
        text-align: center;
        padding: 10px;
        box-shadow: 2px 2px 16px 5px #ececec;
    }
    
    .details-section .sidebar .latest-section {
        float: left;
        width: 100%;
    }
    
    .details-section .sidebar .latest-section .heading {
        width: 100%;
        margin-top: 20px;
        padding: 5px 10px 2px 10px;
        text-align: center;
        background: var(--site-green);
    }
    
    .details-section .sidebar .latest-section .heading h3 {
        color: white;
        font-size: 24px;
        font-weight: bold;
        margin: 0;
    }
    
    .details-section .sidebar .list-news {
        width: 100%;
        float: left;
        background: #f7f7f7;
    }
    
    .details-section .sidebar .list-news .post-content {
        width: 100%;
        padding: 5px 10px;
        border-bottom: 0.5px dotted #ddd;
    }
    
    .details-section .sidebar .list-news .post-content h2 {
        font-weight: normal;
        font-size: 17px;
        line-height: 1.27;
    }
    
    .details-section .sidebar .list-news .post-content h2 i {
        color: #2cb66e;
    }
    /* News Extra  */
    
    .details-section .news-extra .latest-section .heading {
        width: 100%;
        padding: 5px 10px 2px 10px;
        text-align: left;
        background: transparent;
        border-bottom: 2px solid #2cb66e;
    }
    
    .details-section .news-extra .latest-section .heading h3 {
        color: #2cb66e;
        font-size: 24px;
        font-weight: normal;
        margin: 0;
        padding: 5px;
    }
    
    .details-section .news-extra {
        width: 100%;
        float: left;
        background: #f7f7f7;
        margin-top: 20px;
    }
    
    .details-section .news-extra .list-news {
        width: 100%;
        float: left;
        background: #f7f7f7;
        padding: 0;
    }
    
    .details-section .news-extra .list-news .post-content {
        width: 100%;
        padding: 5px 0px;
        border-bottom: 0.5px dotted #ddd;
    }
    
    .details-section .news-extra .list-news .post-content h2 {
        font-weight: normal;
        font-size: 17px;
        line-height: 1.27;
    }
    
    .details-section .news-extra .list-news .post-content h2 i {
        color: #2cb66e;
    }
    /* share Button  */
    
    .details-section .news-share {
        width: 100%;
        margin-top: 10px;
        padding-top: 10px;
        float: left;
        border-top: 0.5px dotted #ddd;
    }
    
    .details-section .news-share .social-share-btns-container {
        font-size: 14px;
        text-align: left;
        width: 100%;
        z-index: 111;
    }
    
    .details-section .news-share .social-share-btns {
        display: inline-block;
        overflow: hidden;
    }
    
    .details-section .news-share .social-share-btns span {
        float: left;
        margin-right: 10px;
        margin-top: 10px;
    }
    
    .details-section .news-share .social-share-btns .share-btn {
        float: left;
        margin: 0 10px 0 0;
        padding: 8px 16px;
        border-radius: 3px;
        color: #fff;
        font-size: 14px;
        line-height: 18px;
        vertical-align: middle;
        -moz-transition: background 0.2s ease-in-out;
        -o-transition: background 0.2s ease-in-out;
        -webkit-transition: background 0.2s ease-in-out;
        transition: background 0.2s ease-in-out;
    }
    
    .details-section .news-share .social-share-btns .share-btn i {
        margin-right: 5px;
        display: inline-block;
        font-size: 18px;
        vertical-align: middle;
    }
    
    .details-section .news-share .share-btn {
        background-color: #95a5a6;
    }
    
    .details-section .news-share .share-btn:hover {
        background-color: #798d8f;
    }
    
    .details-section .news-share .share-btn-twitter {
        background-color: #00aced;
    }
    
    .details-section .news-share .share-btn-twitter:hover {
        background-color: #0087ba;
    }
    
    .details-section .news-share .share-btn-facebook {
        background-color: #3b5998;
    }
    
    .details-section .news-share .share-btn-facebook:hover {
        background-color: #2d4373;
    }
    
    .details-section .news-share .share-btn-linkedin {
        background-color: #007bb6;
    }
    
    .details-section .news-share .share-btn-linkedin:hover {
        background-color: #005983;
    }
    
    .details-section .news-share .share-btn-reddit {
        background-color: #ED001C;
    }
    
    .details-section .news-share .share-btn-reddit:hover {
        background-color: #ba0016;
    }
    
    .details-section .news-share .share-btn-mail {
        background-color: #f1c40f;
    }
    
    .details-section .news-share .share-btn-mail:hover {
        background-color: #dab10d;
    }
    
    .details-section .news-share .credits {
        font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        position: fixed;
        left: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.7);
        width: 100%;
        z-index: 1111;
        letter-spacing: 0.04em;
        font-size: 10px;
        text-transform: uppercase;
    }
    
    .details-section .news-share .credits a {
        color: rgba(255, 255, 255, 0.5);
        display: inline-block;
        padding: 4px 4px;
        text-decoration: none;
    }
    
    .details-section .news-share .credits a:hover {
        color: #fff;
    }
    
    .lg-sub-html h4 {
        margin: 0;
        font-size: 16px;
        font-weight: 700;
        font-family: 'shyamal-sylhet';
    }
    
    .more-title {
        width: 100%;
        float: left;
        padding-top: 0px;
        line-height: 0;
        margin-bottom: 15px;
        border-left: 5px solid #ddd;
    }
    
    .more-title a {
        color: #ed1c24;
    }
    
    .more-title a:hover {
        opacity: 0.5;
    }
    
    .more-title h1 {
        line-height: 28px;
        font-size: 1.5rem;
        font-weight: bold;
        padding-left: 10px;
        margin: 0;
    }
    
    .more-cat a h5{
        font-size: 1.1rem;
        font-weight: bold;
    }
    
    .more-cat a:hover h5{
        color: #ed1c24 !important;
    }
    /* share Button  */
    /* Advertisement */
    
    .sidebar .advertise {
        width: 100%;
        float: left;
        text-align: center;
    }
    /* Advertisement */
    /* side bar  */
    /*******************************************************/
    /******************* Details Page  *********************/
    /*******************************************************/
    /* Preloader  */
    /*PRELOADING------------ */
    /* body {
  overflow: hidden;
} */
    /* Preloader */
    
    #preloader {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        /* background-color: #ffffff80; */
        /* change if the mask should have another color then white */
        z-index: 99;
        /* makes sure it stays on top */
    }
    
    #status {
        width: 200px;
        height: 200px;
        position: absolute;
        left: 50%;
        /* centers the loading animation horizontally one the screen */
        top: 50%;
        /* centers the loading animation vertically one the screen */
        background-image: url('images/loader.gif');
        background-color: transparent;
        /* path to your loading animation */
        background-repeat: no-repeat;
        background-position: center;
        margin: -100px 0 0 -100px;
        /* is width and height divided by two */
    }
    /* Preloader  */
    /* Body Scrollbar  */
    
     ::-webkit-scrollbar {
        width: 10px;
        background: #ececec;
    }
    
     ::-webkit-scrollbar-track {
        background-color: transparent;
    }
    
     ::-webkit-scrollbar-thumb {
        background-color: rgb(146, 146, 146);
    }
    
     ::-webkit-scrollbar-thumb:hover {
        background-color: rgb(175, 175, 175);
    }
    
     ::-webkit-scrollbar-thumb:active {
        background-color: rgb(150, 150, 150);
    }
    /* Body Scrollbar  */
    /* Advertise  */
    
    section.advertise {
        padding: 20px 0;
        width: 100%;
        float: left;
    }
    
    section.advertise .advert {
        padding-bottom: 10px;
        text-align: center;
        width: 100%;
        float: left;
    }
    
    section.advertise .small-4.banner {
        width: 100%;
        max-height: 80px;
        /* margin: 0 10%; */
    }
    
    section.advertise .small-4.banner img {
        width: 100%;
    }
    /* section.advertise .advert img {
        width: 80%;
        max-height: 80px;
    } */
    
    section.advertise .advert .small-4.leaderboard {
        width: 100%;
    }
    
    .advertisement {
        width: 100%;
        float: left;
    }
    
    .advertisement .advert {
        text-align: center;
    }
    
    .advertisement .advert img {
        width: 90%;
    }
    /* Advertise  */
    /* Share Ad Hover  */
    
    .small-4 {
        position: relative;
    }
    
    .small-4 img {
        position: relative;
        width: 100%;
    }
    
    .small-4 a.main {
        width: 100%;
        float: left;
    }
    
    .share-click {
        display: none;
    }
    
    .small-4 a.main:hover+.share-click,
    .small-4 .share-click:hover {
        padding-top: 5px;
        display: inline-block;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        padding: 5px;
        text-align: center;
        bottom: 0;
        align-items: center;
        justify-content: center;
        margin-left: 15px;
    }
    
    .small-4 .share-click a {
        display: inline;
        justify-content: center;
        margin-top: 0px;
        margin-right: 5px;
        float: left;
        padding: 5px 8px;
        background: #0000009a;
        border-radius: 5px;
        color: #ececec;
    }
    
    .small-4 .share-click a:hover {
        background: #000000d5;
    }
    /* Share Ad Hover  */
    /* Prayer Time  */
    
    .prayerTime .table>:not(caption)>*>* {
        padding: 0 10px;
    }
    
    .prayerTime .heading {
        border-left: 3px solid #ed1c24;
        width: 100%;
        float: left;
        margin-bottom: 5px;
    }
    
    .prayerTime .heading th {
        padding: 2px 10px;
        border: 0;
        margin-bottom: 10px;
    }
    
    .prayerTime .tb {
        margin-top: 5px;
        background: #f5f5f5;
        color: #424242;
        font-weight: 600;
    }
    
    .prayerTime .bottom-tbl .next-head {
        text-align: center;
        background: #194699;
        color: #fff;
        font-size: 14px;
        font-weight: 100;
        padding: 5px 0;
        line-height: 28px;
    }
    
    .prayerTime .custom-h-td {
        width: 70%;
    }
    /* Prayer Time  */
    /* Opinion Page  */
    
    .writer-box {
        box-shadow: 5px 5px 8px #ddd;
        padding-bottom: 30px;
        padding-top: 30px;
    }
    
    .writer-box h3 {
        color: #3c3c3c;
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 0;
        margin-top: 12px;
        text-transform: uppercase;
    }
    
    .writer-box p {
        color: #767676;
        font-size: 14px;
        font-weight: bold;
        transition: 0.5s;
    }
    
    .writer-list-box {
        display: inline-block;
        position: relative;
        text-align: center;
        /* overflow: hidden; */
    }
    
    .writer-list-box a img {
        transition: 0.4s ease;
        transform-origin: 50% 50%;
    }
    
    .writer-list-box a:hover img {
        transform: scale(1.21);
    }
    
    .cat-writer {
        border: 0;
        box-shadow: 1px 1px 5px #ddd;
        padding-top: 15px;
        margin-top: 10px;
    }
    
    .cat-writer .card-title {
        font-size: 17px;
    }
    
    .cat-writer a {
        text-decoration: none;
    }
    
    .cat-writer a:hover {
        text-decoration: none;
        color: rgb(124, 124, 124);
    }
    /* Opinion Page  */
    
    

    /* top-button  */
    
    #topbutton {
        display: inline-block;
        background-color: #ed1c249e;
        width: 35px;
        height: 35px;
        text-align: center;
        border-radius: 50%;
        position: fixed;
        bottom: 45px;
        right: 30px;
        transition: background-color .3s, opacity .5s, visibility .5s;
        opacity: 0;
        visibility: hidden;
        z-index: 1000;
    }
    
    #topbutton::after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 1em;
        line-height: 35px;
        color: #fff;
    }
    
    #topbutton:hover {
        cursor: pointer;
        background-color: #333;
    }
    
    #topbutton:active {
        background-color: #555;
    }
    
    #topbutton.show {
        opacity: 1;
        visibility: visible;
    }
    /* top-button  */
    
    
    
    /*Advertise Section */
    
    .advertise-section {
        padding: 15px 0;
        /* background: #ffcacc; */
        margin-bottom: 15px;
        padding-bottom: 0;
    }
    
    .advertise-section h4 {
        text-align: center;
        border-bottom: 3px solid #ea3031;
        font-weight: bold;
        padding-bottom: 5px;
        margin-bottom: 15px;
    }
    
    .advertise-section .title:hover h4 {
        color: #ea3031;
    }
    
    .arc-ads {
        width: 100%;
        aspect-ratio: 20/8;
    }
    
    .advertise-section .owl-theme .owl-controls .owl-page.active span, .advertise-section .owl-theme .owl-controls.clickable .owl-page:hover span {
            background: #2cb66e;
    }
    
    /*Advertise Section */
    
    
    .advert-section .form-group {}
    
    .advert-section .ads-src-form {
        padding: 20px 5px;
        background: #e5e5e5;
        border-radius: 5px;
    }
    
    .advert-section .ads-src-form h4 {
        color: #464646;
        font-weight: bold;
    }
    
    .advert-section #lightgallery .col-md-6 {
        width: 48%;
        padding: 5px;
        /* background: #ededed; */
        box-shadow: 0px 2px 5px #e9e9e9;
        margin: 0px 0.5% 10px;
        text-align: center;
    }
    
    .advert-section #lightgallery .col-md-6:hover {
        background-color: whitesmoke;
    }
    
    @media(max-width: 768px) {
        .advert-section #lightgallery .col-md-6 {
            width: 100%;
            padding: 5px;
            /* background: #ededed; */
            margin: 10px 0;
            text-align: center;
        }
    }
    
    .advert-section #lightgallery .col-md-6 img {
        height: 75px;
        object-fit: contain;
    }
    
    .advert-section #lightgallery .col-md-6 .add-title,
    .advert-section #lightgallery .col-md-6 .add-title a {
        font-size: 14px;
        color: #787878;
    }
    
    .advert-section #lightgallery .col-md-6 .add-title .fas {
        font-size: 12px;
    }
    
    .advert-section #lightgallery .col-md-6 .add-title a:hover {
        color: #009c41;
    }
    
    
    /* Sarabangla  */
    .national .nav-tabs {
        justify-content: space-between;
    }
    
    .national .nav-tabs .nav-link {
        margin: 0 !important;
    }
    /* Sarabangla  */
    
    /* Viewer  */
    .viewer{
        font-size: 11px;
        font-weight: normal;
        color: #a1a1a1;
    }
    
    .viewer-span{
        font-family: 'shyamal-sylhet';
        letter-spacing: 0.7px;
    }
    /* Viewer  */