@font-face {
    font-family: Shurjo;
    src: url(fonts/ShurjoWeb_400_v2-soumitra.woff2) format('truetype')
}

@font-face {
    font-family: Shurjo-700;
    src: url(fonts/ShurjoWeb_700_v2-soumitra.woff2) format('truetype')
}

:root {
    --site-alt-color: #222;
    --navy-blue: #1a237e;
    --white: #ffffff;
    --black: #000;
    --headline: #000000;
    --subheadline: #616161;
    --time: #838383;
    --caption: #727272;
    --body: rgb(0, 0, 0);
    --caption_headline: #ff7800;
    --headline_caption: #ff7800;
    --site-hover: #f32144;
    --site-color: #020202;
    --site-hover-light: #c1ffff;
    --light-gray: #f3f2f2;
    --border-color: #ececec;
    --lochmara-blue: #0573e6;
    --alt-headline: #ffc014;

    --theme-bg : #eff2f6; 
    --brand-color: #124b65; 
    --brand-content-color: #fff; 
    --menu-link-hover: #d1e9f3;
    --news-link-hover: #2e7393;
}

@media (min-width:1380px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1280px
    }
}

.bg-dark {
    background-color: #202020 !important
}

a {
    color: var(--black)
}
a:hover {
    color: var(--brand-color)
}

a h2 {
    color: var(--headline);
    margin-top: 5px
}

a h2:hover {
    color: var(--navy-blue)
}

a p {
    color: var(--subheadline);
    line-height: 1.27
}

a p:hover {
    color: var(--subheadline)
}

.news-time p {
    color: var(--time);
    font-size: 0.95rem;
    font-family: shurjo;
}

.heading-title h2 {
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.27;
    margin: 0
}

.heading-title h2 a {
    color: var(--black);
    line-height: 1.27
}

.heading-title h2 a:hover {
    color: var(--news-link-hover)
}

.text-site {
    color: var(--site-alt-color)
}

.text-site:hover {
    opacity: .8
}

a.news-link h1,
a.news-link h2,
a.news-link h3 {
    color: var(--headline)
}

a.news-link:hover h1,
a.news-link:hover h2,
a.news-link:hover h3 {
    color: var(--news-link-hover)
}

a.news-link p {
    color: var(--subheadline);
    font-size: 1rem;
    font-family: Shurjo, Helvetica, Arial, sans-serif
}

a.news-link .news-time span {
    color: var(--time);
    font-size: .9rem
}

a.news-link .news-image {
    overflow: hidden
}

a.news-link img {
    transition: .5s
}

a.news-link:hover h1,
a.news-link:hover img {
    transform: scale(1.1)
}

a.news-link h2 span {
    color: var(--caption_headline)
}

body {
    font-family: Shurjo-700, Helvetica, Arial, sans-serif;
    background-color: #eff2f6;
    line-height: 1.27;
   
}

html, body {
  overflow-x: hidden;
  width: 100%;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.27
}

a,
a:hover {
    text-decoration: none
}

@media (min-width:991px) {
    .col-half-offset {
        max-width: 20%
    }
}

header {
    height: 340px
}

.top-bar {
    width: 100%;
    height: 100px;
}

.top-bar .logo-part {
    width: 100%;
    text-align:left;
}


@media (max-width: 767.98px) {
    /* Center the logo on mobile */
    .top-bar .logo-part {
        text-align: center !important;
        width: 100%;
        margin: 0px 0px 0px -86px;
    
    }
    
    /* Optional: make sure the logo image is centered inline */
    .top-bar .logo-part .navbar-brand img {
        margin: 0 auto;
        display: inline-block;
    }
}

.navbar-toggler {
  font-size: 18px;
  background: #fff;
  color: #f7a037;
  border: 1px solid #0e9647;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}



.topbar-ad {
    height: 115px;
    padding: 5px;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0px 0px 0px;
}

.topbar-container {
    background: #e9e9e9
}

.topbar-container .topbar-div {
    width: 100%
}

.top-link {
    text-align: center
}

.top-link a {
    display: block;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    line-height: 1
}

.top-link a.classified {
    background-color: #2196f3
}

.top-link a.epaper {
    background-color: #f32144
}

.top-link a:hover {
    opacity: .8
}

nav {
    top: 0;
    left: 0;
    width: 100%;
    transition: .2s ease-in-out;
    z-index: 1
}

#navbar_top {
    transition: top .3s ease-in-out, opacity .3s ease-in-out
}

.fixed-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 4px 2px -2px gray;
    opacity: 1;
    box-shadow: 0 5px 7px -2px #5a5a5a40
}

.navbar {
    padding: 0 10px
}

.navbar-new-top {
    /* background: #fff */
}

.navbar-new-bottom {
    background-color: var(--brand-color)
}

.navbar-new-bottom ul li {
    margin: 0
}

.navbar-nav .nav-item a {
    font-size: 1.1rem;
    padding-right: .75rem !important;
    padding-left: .75rem !important;
    transition: .5s;
    color: var(--brand-content-color);
    line-height: 1;
    padding-top: 1rem;
    padding-bottom: .8rem; 
    font-family: shurjo;
}
.navbar-nav.classified-epaper .nav-item a {
    background: #49768b99;
    color: #dddddd;
}
.navbar-nav.classified-epaper .nav-item a:hover {
    color: var(--brand-content-color);
}

.navbar-nav .nav-item a:hover {
    color: var(--menu-link-hover)
}

.navbar-nav .nav-item a.linkMenu {
    padding-right: .2rem !important
}

.navbar-nav .nav-item a.toggleMenu {
    padding-left: 0 !important
}

.dropdown-menu.show {
    background: #f8f9fa;
    border-radius: 0
}

.s-icon {
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 0;
    list-style: none
}

.s-icon li {
    margin: 0 2px
}

.s-icon a {
    width: 20px;
    display: flex;
    height: 20px;
    background: #fff;
    border-radius: 50px;
    font-size: 12px;
    justify-content: center;
    align-items: center;
    transition: .2s
}

.s-icon a.facebook:hover {
    background: #1877f2;
    color: #fff
}

.s-icon a.twitter:hover {
    background: #000;
    color: #fff
}

.s-icon a.instagram:hover {
    background: #833ab4;
    background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
    color: #fff
}

.s-icon a.youtube:hover {
    background: red;
    color: #fff
}

.sublink {
    padding-left: 25px;
    border-bottom: .5px solid #ddd
}

.sublink a {
    border: 0 !important;
    font-size: 1rem !important;
    padding: 5px !important;
    color: var(--site-alt-color) !important
}

.ads-bar {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
    border-bottom: .5px solid #ddd
}

.top-ad {
    width: 70%;
    text-align: center;
    margin: 0 15%
}

.news-blog {
    background-color: transparent;
    width: 100%;
    margin: 10px 0
}

.news-image img {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: contain
}

.bd-r8,
.top-section .left-part {
    border-right: 1px solid #ddd
}

.top-section a h2.top {
    font-size: 1.75rem;
    font-weight: 700
}

.top-section a h2 {
    font-size: 1.4rem
}

.top-section a h2 span {
    color: #ca2020
}

.top-section .top-news {
    border-right: 1px solid #ddd
}

.top-section .top-news .news-post {
    width: 50%;
    float: left;
    padding-right: 5px
}

.top-section .top-news .news-image {
    width: 50%;
    float: right
}

.top-section .news-post.bottom .news-image {
    width: 40%;
    float: left;
    max-height: 80px;
    overflow: hidden
}

.top-section .news-post.bottom a h2 {
    font-size: 1.25rem
}

.top-section .news-post.bottom h2 {
    width: 60%;
    float: left;
    padding-left: 10px
}

.top-section .news-time.bottom {
    width: 60%;
    float: right;
    padding-left: 10px
}

.top-section .news-time.bottom p {
    font-size: 18px
}

.e-paper {
    float: left;
    width: 100%;
    padding: 5px;
    background-color: #2a2a2a
}

.e-paper .e-caption {
    width: 60%;
    float: left
}

.e-paper .e-caption h4 {
    font-size: 1rem;
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 700
}

.e-paper .e-caption .badge {
    margin-left: 5px
}

.e-paper .e-image {
    width: 40%;
    float: left
}

.e-paper .e-image img {
    width: 100%;
    height: 80px
}

.e-paper a h4 {
    color: var(--white)
}

.e-paper a:hover h4 {
    color: var(--alt-headline)
}

.ts-grid-box.ts-grid-content {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.post-list-item .tab-content {
    padding-bottom: 1px
}

.ts-grid-box {
    position: relative;
    margin-bottom: 15px;
    padding: 0 5px 0 0
}

.ts-grid-box .post-cat {
    position: absolute;
    margin-left: 30px;
    top: 0
}

.ts-grid-box .ts-post-thumb {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 5px;
    min-height: 10px
}

.ts-grid-box.ts-grid-content .post-content {
    padding: 0 10px 10px;
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 8%)
}

.post-title {
    font-size: 22px;
    font-weight: 500;
    color: #232323;
    margin-bottom: 5px
}

.post-date-info {
    font-size: 15px;
    display: block;
    position: relative;
    color: #8a8a8a
}

.post-list-item .tab-pane {
    max-height: 600px;
    overflow: hidden;
    overflow-y: scroll
}

.post-list-item .tab-pane::-webkit-scrollbar {
    width: 5px
}

.post-list-item .tab-pane::-webkit-scrollbar-track {
    background: #f1f1f1
}

.post-list-item .tab-pane::-webkit-scrollbar-thumb {
    background: #888
}

.post-list-item .tab-pane::-webkit-scrollbar-thumb:hover {
    background: #555
}

.post-list-item {
    position: relative;
    background: var(--white);
    padding: 5px
}

.post-list-item .nav-tabs {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 6px
}

.post-list-item .nav-tabs li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    text-align: center
}

.post-list-item .nav-tabs li a {
    font-size: 18px;
    text-transform: uppercase;
    color: #8a8a8a;
    line-height: 2;
    font-weight: 400;
    position: relative;
    display: block
}

.post-list-item .nav-tabs li a.active {
    color: #fff;
    background: var(--brand-color);
}

.post-content.media {
    border-bottom: 1px solid #ededed;
    margin-bottom: 10px;
    background: #fff;
    height: 100%;
    padding: 10px;
}
.tab-content .post-content.media {
    border-bottom: 1px solid #ededed;
    margin-bottom: 10px;
    background: var(--theme-bg);
    height: 100%;
    padding: 5px;
}
.tab-content .post-content.media a {
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.post-content.media .post-title {
    font-size: 1rem;
    font-family: shurjo; 
}

.news-1 {
    width: 40px;
    text-align: center;
    margin-right: 10px
}

.news-1 h3 {
    font-size: 2.5rem;
    margin: 0;
    color: #8b8b8b
}

.media-img {
    width: 80px;
    text-align: center;
    margin: 5px 10px 5px 5px
}

.post-tab-list .post-tag {
    line-height: 10px;
    margin-bottom: 6px;
    display: block
}

.post-tab-list .post-tag a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700
}

.green-color {
    color: #4ab106
}

.pink-color {
    color: #ff5575
}

.purple-color {
    color: #6200ee !important
}

.light-blue-color {
    color: #4949ff
}

.yellow-color {
    color: #ffaf31
}

.post-tab-list .post-content.media .post-title {
    margin-bottom: 0;
    font-size: 1.05rem;
    font-family: 'Shurjo';
}

.block-wrapper.top .row {
    overflow: hidden
}

.heading-title {
    margin: 10px 0;
    width: 100%;
    background: #f1f1f1;
    padding: 5px 0 0 10px;
    border-left: 5px solid var(--headline_caption)
}

.bg-dark .heading-title {
    color: #fff;
    background: 0 0;
    padding: 0;
    border: 0
}

.bg-dark .heading-title h2 {
    color: #ffc107;
    margin-left: 20px;
    margin-bottom: 17px
}

.bg-dark .heading-title h2 a {
    color: #ffc107;
    margin-left: 20px
}

.section-2 a h2 {
    font-size: 1.2rem;
    margin-top: 10px
}

.section-2 a p {
    font-size: 1.05rem
}

.section-2 .news-time p {
    font-size: 16px
}

.section-2 span.news-caption {
    color: #3037a0;
    font-size: 18px;
    line-height: 1.1;
    float: left;
    width: 100%
}

.section-3 .mbl-view {
    display: none
}

.section-3 .bd-bt {
    float: left;
    border-bottom: .5px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.section-3 .bd-r8-lft {
    border-left: .5px solid #ddd;
    border-right: .5px solid #ddd
}

.section-3 .side-bar .news-image {
    width: 40%;
    float: left
}

.section-3 .side-bar .news-headline {
    width: 60%;
    float: left;
    padding-left: 10px
}

.section-3 .side-bar .news-time {
    width: 60%;
    float: right;
    padding-left: 10px
}

.section-3 a h2 {
    font-size: 1.25rem;
    font-weight: 700
}

.section-3 a h2.top {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.27;
    width: 100%;
    margin-top: 9px;
    float: left
}

.section-3 span.news-caption {
    color: #3037a0;
    font-size: 18px;
    line-height: 1.1;
    float: left;
    width: 100%;
    margin-top: 5px
}

.section-4 .bd-bt {
    float: left;
    border-bottom: .5px solid #e5e5e5;
    margin-bottom: 15px;
    padding-bottom: 15px
}

.section-4 .column-2 .news-image {
    width: 35%;
    float: left
}

.section-4 .column-2 .news-content {
    width: 65%;
    float: left;
    padding-left: 15px
}

.section-4 a h2.top {
    font-size: 2rem
}

.section-4 a h2 {
    font-size: 1.5rem
}

.section-4 .news-time p {
    font-size: 16px
}

.section-4 span.news-caption {
    color: #3037a0;
    font-size: 18px
}

.hover {
    overflow: hidden;
    position: relative;
    padding-bottom: 60%;
    height: 380px
}

.hover-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    transition: .4s
}

.hover img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    transition: .3s
}

.hover-content {
    position: relative;
    z-index: 99
}

.hover-2 .hover-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, .7), rgba(0, 0, 0, .1))
}

.hover-2-title {
    position: absolute;
    left: 0;
    bottom: 5px;
    text-align: center;
    width: 100%;
    z-index: 99;
    transition: .3s;
    font-size: 1.4rem;
    padding: 5px 10px 15px
}

a.news-link .hover-2-title {
    color: var(--white)
}

a.news-link:hover .hover-2-title {
    color: var(--alt-headline)
}

a.news-link:hover .hover-2-title-cat {
    color: var(--white) !important
}

.hover-2-title-cat {
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px 1px 1px;
    text-align: center;
    z-index: 99;
    transition: .3s;
    background: #e49b2e;
    color: #ffdaa4 !important;
    width: 80%;
    margin: 0 10%;
    font-size: 1.5rem
}

.hover-2-description {
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 0;
    left: 0;
    text-align: center;
    z-index: 99;
    transition: .3s
}

.hover-2:hover .hover-2-title {
    transform: translateY(-1.5rem)
}

.hover-2:hover .hover-2-description {
    bottom: .5rem;
    opacity: 1
}

.hover-2:hover .hover-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, .9), rgba(0, 0, 0, .1))
}

.MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 15px;
    width: 100%;
    position: relative
}

.MultiCarousel .MultiCarousel-inner {
    transition: 1s;
    float: left
}

.MultiCarousel .MultiCarousel-inner .item {
    float: left;
    padding: 20px
}

.MultiCarousel .MultiCarousel-inner .item>div {
    text-align: center;
    padding: 10px;
    margin: 10px;
    background: #f1f1f1;
    color: #666
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
    position: absolute;
    border-radius: 50%;
    top: calc(50% - 20px)
}

.MultiCarousel .leftLst {
    left: 0;
    background: #c3c3c380;
    border: none;
    width: 40px;
    height: 40px;
    margin: 0 10px
}

.MultiCarousel .rightLst {
    right: 0;
    background: #c3c3c380;
    border: none;
    width: 40px;
    height: 40px;
    margin: 0 10px
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
    pointer-events: none;
    background: #ccc;
    display: none
}

.opinion-blog {
    background: #4caf500d;
    padding: 25px 0
}

.section-6 .part-1 .mark {
    width: 30%;
    background: #001246;
    padding: 2px;
    margin: 5px 0 10px
}

.section-6 .part-2 .mark {
    width: 10%;
    background: #ff9800;
    padding: 1px;
    margin: 5px 0
}

.section-6 .dv-align {
    width: 90%;
    margin: 0 5%
}

.section-6 .part-1 .title h2 {
    padding: 2px 10px;
    box-decoration-break: clone;
    box-decoration-break: clone;
    background-color: #001246;
    position: relative;
    left: -32px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    display: inline;
    font-size: 1.5rem;
    line-height: 1.8
}

.section-6 .part-1 a.news-link {
    color: var(--white)
}

.section-6 .part-1 a.news-link:hover h2 {
    color: var(--alt-headline)
}

.section-6 .part-1 .main-content {
    border: .5px solid #ddd;
    width: 80%;
    margin: 0 0 0 10%;
    float: right
}

.section-6 .part-1 .main-content .title {
    margin-left: -12.5%;
    margin-top: 24px
}

.section-6 .part-1 .main-content .content p {
    padding: 30px
}

.section-6 .part-1 .main-content .writer-heading {
    position: relative;
    bottom: 0;
    padding-left: 40px
}

.section-6 .part-1 .main-content .writer-heading h4 {
    font-size: 1.2rem;
    font-weight: 700
}

.section-6 .part-1 .main-content .writer-heading h4 a:hover {
    color: #ff9800
}

.section-6 .part-2 .icon-view {
    width: 80px;
    height: 80px;
    float: left;
    text-align: center;
    display: flex;
    justify-content: center
}

.section-6 .part-2 .icon-view-image {
    width: 70px;
    float: left;
    height: 70px;
    border-radius: 50%
}

.section-6 .part-2 .icon-view img {
    width: 100%;
    height: 100%;
    float: left;
    border-radius: 50%
}

.section-6 .part-2 .content {
    width: 85%;
    float: left;
    padding-left: 15px
}

.section-6 .part-2 .content h2 {
    font-size: 1.45rem;
    font-weight: 400;
    margin: 0
}

.section-6 .part-2 .content .writer-heading h4 {
    margin: 0;
    font-size: 16px
}

.section-6 .part-2 .content .writer-heading h4 .fa-pencil {
    color: #818181
}

.section-6 .part-2 .content .writer-heading h4 a:hover {
    color: #ff9800
}

.section-6 .part-2 .content .writer {
    font-size: 1rem;
    font-weight: 700
}

.section-6 .part-2 .content .writer span {
    color: var(--caption);
    font-size: 1.1rem
}

.section-6 .part-2 .writer-heading {
    bottom: 0
}

.writer-heading img {
    width: 50px;
    border-radius: 50%;
    box-shadow: 0 1px 6px #87878778
}

.section-7 a h2 {
    font-size: 1.15rem
}

footer {
    background: #2a2a2a
}

footer .mbl-row {
    display: none
}

footer .part-1 ul {
    margin-top: 20px
}

footer .part-1 li {
    list-style: none;
    margin-top: 10px;
    margin-bottom: 10px
}

footer .part-2 ul {
    margin-top: 20px
}

footer .part-2 li {
    list-style: none;
    margin-top: 10px
}

footer .part-3 ul {
    margin-top: 20px
}

footer .part-3 li {
    list-style: none;
    margin-top: 10px
}

footer .bd-r8 {
    border-right: .5px solid #ddd
}

.dev-section {
    background: #000;
    font-family: calibri, Shurjo, Helvetica, Arial, sans-serif
}

p.IT-section {
    font-size: 16px;
    margin: 0;
    padding: 10px;
    color: #fff
}

p.IT-section img {
    height: 35px
}

p.IT-section a {
    color: #fff !important
}

p.IT-section a:hover {
    color: var(--headline_caption) !important
}

.footer-address-bar p {
    font-size: 16px;
    color: #fff;
    font-family: Shurjo, Helvetica, Arial, sans-serif
}

.footer-address-bar h5 {
    color: #ff6868;
    font-size: 1.8rem;
    margin: 0
}

footer ul.social-network {
    list-style: none;
    display: block;
    margin-left: 0 !important;
    padding: 0;
    line-height: .6;
    text-align: center
}

footer ul.social-network li {
    display: inline;
    margin-right: 10px;
    margin-bottom: 10px
}

footer .social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 5px;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff
}

footer .social-circle li a.icoFacebook {
    background-color: #1877f2
}

footer .social-circle li a.icoXTwitter {
    background-color: #000
}

footer .social-circle li a.icoInstagram {
    background: #833ab4;
    background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045)
}

footer .social-circle li a.icoYoutube {
    background-color: red
}

footer .social-circle li i {
    margin: 0;
    line-height: 40px;
    text-align: center
}

.footer-logo img {
    max-width: 100%;
    height: 70px;
    padding: 5px;
    background: #fff;
    margin-top: 20px;
    border-radius: 5px
}

.triggeredHover,
footer .social-circle li a:hover i {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: all .2s;
    transition: .2s
}

footer .social-circle i {
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -o-transition: .8s;
    -ms-transition: all .8s;
    transition: .8s
}

.news-details {
    padding-top: 20px
}

.news-details .head-part {
    width: 100%;
    border-bottom: 1.5px solid #ddd;
    float: left
}

.news-details .head-part p.category {
    display: inline-block;
    border-bottom: 2px solid #ececec
}

.news-details .head-part p.news-caption {
    font-weight: 700;
    color: #000;
    font-size: 1.1rem;
    margin-bottom: 2px
}

.news-details .head-part p.category a {
    font-size: 20px;
    font-weight: 700;
    color: var(--lochmara-blue);
    margin-bottom: 2px
}

.news-details .head-part .news-title .sub-title {
    color: #24ab54;
    font-size: 1.0rem;
}

.news-details .head-part .news-reporter .mark {
    width: 5%;
    padding: 3px;
    background: #d4d4d4
}

.news-details .news-dt-share {
    width: 100%
}

.news-details .news-dt-share .news-time {
    float: left;
    width: 100%
}

.news-details .news-dt-share .news-share ul.share-list {
    list-style: none;
    margin-left: 0 !important;
    padding: 0;
    line-height: .6;
    float: right
}

.news-details .news-dt-share .news-share ul.share-list li {
    display: inline-block;
    padding-left: 10px
}

.news-details .news-dt-share .news-share ul.share-list li a {
    width: 30px;
    height: 30px;
    padding: 3px 5px;
    float: left;
    border-radius: 50%;
    background: #e4e4e4;
    font-size: initial
}

.news-details .news-dt-share .news-share ul.share-list li a .fa {
    font-weight: 400;
    padding: 4px
}

.news-details .news-body {
    float: left;
    padding: 20px 0
}

.news-details .news-body .image-caption {
    color: var(--caption)
}

.news-details .news-body .news-content {
    float: left;
    width: 90%;
    margin: 0 5%
}

.news-details .news-body .news-content img {
    width: 100%;
    margin-bottom: 10px;
    aspect-ratio: auto;
    object-fit: unset;
    float: left
}

.news-details .news-body .news-content p {
    font-size: 1.25rem;
    line-height: 1.75;
    font-family: Shurjo, Helvetica, Arial, sans-serif
}

.news-details .news-body .news-content .line {
    height: 1px;
    background: #c7c7c7;
    width: 20%
}

.news-details .news-body .news-content .more {
    padding: 10px 0
}

.news-details .news-body .news-content .more p a {
    color: #0573e6
}

.news-details .news-body .news-content .more p a:hover {
    color: #d60000
}

.news-details .news-body .news-content ul.news-tag {
    list-style: none;
    margin-left: 0 !important;
    padding: 0;
    line-height: .6;
    float: left;
    width: 100%
}

.news-details .news-body .news-content ul.news-tag form {
    display: inline-block
}

.news-details .news-body .news-content ul.news-tag li {
    display: inline-block;
    padding-right: 10px
}

.news-details .news-body .news-content ul.news-tag li button {
    padding: 7px 10px;
    background: var(--site-alt-color);
    border-radius: 5px;
    color: #fff;
    padding-bottom: 5px;
    border: 0;
    line-height: 1;
    font-size: 1rem
}

.news-details .news-body .news-content ul.news-tag li button:hover {
    background: #d9802f;
    border-radius: 5px
}

.news-details .news-body .news-content .news-share ul.share-list {
    list-style: none;
    margin-left: 0 !important;
    padding: 0;
    line-height: .6;
    float: left
}

.news-details .news-body .news-content .news-share ul.share-list li {
    display: inline-block;
    margin-right: 5px
}

.news-details .news-body .news-content .news-share ul.share-list li a {
    padding: 10px 16px;
    float: left;
    background: #e4e4e4;
    color: #1c1c1c
}

.news-details .news-body .news-content .news-share ul.share-list li a:hover {
    opacity: .8;
    color: unset
}

.news-details-view{
    padding: 5px 25px;
    background: #ffffff;
    margin-bottom: 15px;
    border-radius: 2px;
}

.details-sidebar .more-tag {
    background: #ffffff;
    padding: 10px 10px 8px;
    border-left: 5px solid #124b65;
    color: #124b65;
}

.details-sidebar a.news-link h2 {
    font-size: 1.05rem;
    font-family: shurjo;
}

.details-lastest-tag {
    display: inline-block;
    padding: 5px 15px 5px 0;
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--lochmara-blue);
    line-height: .8
}

.details-lastest-tag img {
    margin-top: -5px
}

.details-sidebar .sidebar-news {
    position: sticky;
    top: 60px;
    float: left;
    width: 100%;
    margin: 10px 0
}

.details-sidebar .news-section {
    float: left;
    width: 100%;
    border-bottom: .5px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px
}

.details-sidebar .news-section .news-details-section,
.details-sidebar .news-section .news-heading {
    width: 100%
}

.details-sidebar .news-section .news-details-section .news-image img {
    max-height: 80px
}

.details-sidebar .news-section a:hover {
    color: #000
}

.details-sidebar .news-section .news-heading h3 {
    font-size: 24px
}

.details-sidebar .news-section .news-details-section .news-details {
    width: 60%;
    float: left;
    padding-right: 5px;
    padding-top: 0;
    color: #292929;
    line-height: 1.25
}

.details-sidebar .news-section .news-details-section .news-time p {
    font-size: 16px;
    color: #5d5d5d;
    cursor: text
}

.details-sidebar .news-section .news-details-section .news-image {
    width: 40%;
    float: left
}

.news-details .category-wise-news h2 {
    font-size: 1.25rem
}

.news-category {
    padding: 20px 0
}

.news-category .category-title {
    display: -webkit-inline-box;
    border-bottom: 2px solid #e7e7e7;
    padding: 0;
    margin-bottom: 25px
}

.news-category .category-title h1 {
    font-size: 2rem;
    margin-bottom: 0;
    color: #262626;
    font-weight: 700
}

.news-category .sidebar {
    padding-top: 40px
}

.news-category .sidebar .top-advertise {
    width: 100%
}

.news-category .news-section .news-heading,
.news-category .news-section .news-image {
    width: 100%;
    float: left
}

.news-category .news-section .news-heading h3 {
    font-size: 1.6rem
}

.news-category .news-section .news-heading h3 span {
    color: #cc0909
}

.news-category .news-section .news-details {
    width: 100%;
    float: left
}

.news-category .news-section .news-time {
    font-size: 16px;
    color: var(--time)
}

.news-category .news-section2,
.news-category hr {
    width: 100%;
    float: left
}

.news-category .news-section2 .news-image {
    width: 40%;
    float: left
}

.news-category .news-section2 .news-content {
    width: 60%;
    float: left;
    padding-left: 15px
}

.news-category .news-section2 .news-content h3 {
    font-size: 1.35rem
}

.news-category .news-section2 .news-content p {
    margin-bottom: 10px;
    color: var(--secondary)
}

.news-category .news-section2 .news-image,
.news-category .news-section2 .news-image img {
    max-height: 120px
}

.news-category .news-section2 .news-time {
    font-size: 16px;
    color: var(--time)
}

.news-category .news-section2 .news-content h2 span,
.news-category .news-section2 .news-content h3 span {
    color: #cc0909
}

.news-more a.news-link h2 {
    font-size: 1.3rem
}

.news-category .more-btn-load {
    box-shadow: none;
    margin-top: 20px
}

.news-category .news-more {
    width: 100%;
    float: left;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ececec
}

.news-category .news-more p {
    color: #6c757d;
    line-height: 1.27
}

.news-category .news-more .news-content {
    width: 65%;
    float: left;
    padding-right: 15px
}

.news-category .news-more .news-image {
    width: 35%;
    float: left;
    object-fit: cover;
    max-height: 140px;
    overflow: hidden
}

.news-category .news-more .news-time {
    font-size: 16px;
    color: var(--time)
}

.news-category .more-btn {
    width: 20%;
    margin: 20px 40%;
    float: left;
    text-align: center
}

.news-filter {
    margin-top: 50px
}

.news-filter .filter-heading h2 {
    display: inline;
    font-size: 30px;
    margin-bottom: 10px;
    float: left;
    color: var(--headline)
}

.news-filter .search-filter {
    width: 100%
}

.news-filter .search-filter input {
    width: 95%;
    float: left;
    border: none;
    height: 50px;
    font-weight: 700;
    color: var(--lochmara-blue);
    font-size: 30px;
    transition: .5s ease-in
}

.news-filter .search-filter input:focus-visible {
    outline: 0;
    color: var(--caption);
    transition: .5s ease-out
}

.news-filter .search-filter button {
    border: none;
    height: 50px;
    background: 0 0;
    color: var(--blue);
    font-size: 20px;
    width: 5%;
    float: right
}

.news-filter hr {
    float: left;
    width: 100%
}

.news-filter .news-more {
    width: 100%;
    float: left
}

.news-filter .news-more .news-content {
    width: 70%;
    float: left;
    padding-right: 5px
}

.news-filter .news-more .news-content h2 a span {
    color: red
}

.news-filter .news-more .news-image {
    width: 30%;
    float: left
}

.news-filter .news-more .news-image img {
    max-height: 120px
}

.news-filter .news-more .news-time {
    font-size: 16px;
    color: var(--time)
}

.news-filter .more-btn {
    width: 20%;
    margin: 20px 40%;
    float: left;
    text-align: center
}

.shop-widget {
    margin: 30px 0
}

.widget-title {
    margin: 20px 0 35px
}

.widget-title h4 {
    text-transform: uppercase;
    font-family: Poppins;
    font-size: 16px;
    color: #222;
    letter-spacing: 1px
}

.widget-content {
    width: 100%;
    float: left
}

.widget-content ul#accordion {
    margin: 0;
    padding: 0;
    list-style: none
}

.widget-content ul#accordion li {
    display: block;
    margin: 0 0 25px
}

.widget-content ul#accordion li span {
    position: absolute;
    right: 14px
}

.widget-content ul#accordion li h4 {
    font-size: 13px;
    font-family: Poppins;
    color: #222;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .5px;
    border-bottom: 1px solid #e9e9e9;
    padding: 10px 0;
    cursor: pointer
}

.widget-content ul#accordion li ul {
    padding: 0;
    margin: 0;
    display: none
}

.widget-content ul#accordion li ul li {
    padding: 0 0 5px;
    margin: 0
}

.widget-content ul#accordion li ul li a {
    color: #888;
    text-transform: none;
    font-size: 13px;
    font-family: Poppins;
    font-weight: 300;
    transition: .3s
}

.widget-content ul#accordion li ul li a:hover {
    text-decoration: none;
    color: #000
}

.news-authorwise .search-filter button {
    width: 5%;
    float: right
}

.news-authorwise hr {
    float: left;
    width: 100%
}

.news-authorwise .news-more {
    width: 100%;
    float: left
}

.news-authorwise .news-more .news-content {
    width: 70%;
    float: left;
    padding-right: 5px
}

.news-authorwise .news-more .news-content h2 a span {
    color: var(--headline_caption)
}

.news-authorwise .news-more .news-content .news-brief-details {
    color: var(--subheadline)
}

.news-authorwise .news-more .news-image {
    width: 30%;
    float: left
}

.news-authorwise .news-more .news-time {
    font-size: 16px;
    color: var(--time)
}

.news-authorwise .more-btn {
    width: 20%;
    margin: 20px 40%;
    float: left;
    text-align: center
}

.news-authorwise .author-details img {
    width: 50%;
    border-radius: 50%;
    aspect-ratio: 1/1;
    object-fit: cover
}

.news-authorwise .author-details .reporter-name {
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px
}

.news-authorwise .author-details .reporter-designation {
    color: #333333;
    font-family: 'Shurjo';
    font-size: 1.15rem;
}

@media(max-width:768px) {
    .news-filter .news-more .news-content .news-brief-details {
        display: none
    }
    .news-filter .news-more .news-content h2 {
        font-size: 1.5rem;
        line-height: 1.2
    }
    .news-filter .news-more .news-image img {
        max-height: 80px
    }
    .news-authorwise .author-details {
        border-bottom: .5px solid #ddd;
        padding: 15px;
        margin-bottom: 20px
    }
    .news-authorwise .news-more .news-content .news-brief-details {
        display: none
    }
    .news-authorwise .news-more .news-content h2 {
        font-size: 1.5rem;
        line-height: 1.2
    }
    .news-authorwise .news-more .news-image img {
        max-height: 80px
    }
}

.news-tag .search-filter button {
    width: 5%;
    float: right
}

.news-tag hr {
    float: left;
    width: 100%
}

.news-tag .news-more {
    width: 100%;
    float: left
}

.news-tag .news-more .news-content {
    width: 70%;
    float: left;
    padding-right: 5px
}

.news-tag .news-more .news-content h2 a span {
    color: var(--headline_caption)
}

.news-tag .news-more .news-content .news-brief-details {
    color: var(--subheadline)
}

.news-tag .news-more .news-image {
    width: 30%;
    float: left
}

.news-tag .news-more .news-time {
    font-size: 16px;
    color: var(--time)
}

.news-tag .more-btn {
    width: 20%;
    margin: 20px 40%;
    float: left;
    text-align: center
}

.news-tag .author-details img {
    width: 50%;
    border-radius: 50%
}

.news-tag .author-details .reporter-name {
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px
}

.news-tag .author-details .reporter-designation {
    color: var(--caption)
}

@media(max-width:768px) {
    .news-tag .author-details {
        border-bottom: .5px solid #ddd;
        padding: 15px;
        margin-bottom: 20px
    }
    .news-tag .news-more .news-content .news-brief-details {
        display: none
    }
    .news-tag .news-more .news-content h2 {
        font-size: 1.5rem;
        line-height: 1.2
    }
    .news-tag .news-more .news-image img {
        max-height: 80px
    }
}

.src__menu .show {
    border: #ffdead;
    background: #fff;
    font-size: 28px
}

#imaginary_container {
    width: 85%;
    float: left;
    margin-top: 5%
}

#searchIDform {
    display: none
}

.stylish-input-group .input-group-addon {
    background: #09f !important;
    padding: 3px 4px;
    color: #fff;
    border-radius: 0 5px 5px 0
}

.stylish-input-group .form-control {
    box-shadow: 0 0 0;
    border-color: #ccc
}

.stylish-input-group button {
    border: 0;
    background: 0 0;
    color: #fff
}

.sidebar .sidebar-mbl-item {
    display: none
}

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    padding-top: 60px;
    overflow-y: visible;
    z-index: 99;
    box-shadow: 5px 5px 5px #7c7c7c4d
}

.sidebar .news-menu {
    width: 100%;
    padding: 8px 32px
}

.sidebar .news-menu a {
    text-decoration: none;
    padding: 8px 5px;
    font-size: 18px;
    color: #000;
    display: block;
    font-family: solaimanlipi;
    transition: .3s;
    border-bottom: .5px solid #ddd
}

.sidebar a:hover {
    color: var(--site-alt-color);
    letter-spacing: .5px
}

@media(max-width:768px) {
    .mySidenav_intro {
        background-color: rgba(0, 0, 0, .9)
    }
}

.sidebar .closebtn {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 15px;
    right: 10px;
    font-size: 22px;
    font-weight: 700;
    border-radius: 50%;
    margin-left: 0;
    border: none;
    background: var(--site-alt-color);
    color: #fff;
    padding: 0;
    line-height: 35px;
    font-family: unset;
    display: flex;
    align-items: center;
    justify-content: center
}

#main {
    transition: margin-left .5s;
    padding: 16px
}

.sidebar ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5)
}

.sidebar .toggle-social-link ul.social-network {
    list-style: none;
    display: inline-block;
    margin-left: 0 !important;
    padding: 25px;
    line-height: 0
}

.sidebar .toggle-social-link ul.social-network li {
    display: inline;
    margin: 0 5px
}

.sidebar .toggle-social-link .social-circle li a {
    display: inline-block;
    position: relative;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    background: #ececec;
    font-size: 16px;
    line-height: 0
}

.sidebar .toggle-social-link .social-circle li i {
    margin: 0;
    text-align: center
}

.top-bar-3 {
    margin-top: 35px
}

.date {
    float: left;
    width: 100%
}

.date .datebng,
.date p {
    color: var(--caption);
    margin: 0;
    float: left
}

.top-bar-3 .navbar {
    float: right
}

.text-show {
    color: #585858
}

.dropdown :hover {
    color: #000
}

.dropdown li a:hover {
    color: var(--brand-content-color) !important;
    background: var(--brand-color) !important;
    font-weight: 400
}

.dropdown li a:hover .fa {
    color: #007bff
}

.dropdown li a .fa {
    margin-right: 5px
}

.drop-down ul li {
    padding: 5px
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible
}

.dropdown:hover .dropdown-menu {
    display: block;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: 0 3px 5px #d3d3d36b
}

.drop-down {
    white-space: nowrap
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 18px !important;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 8rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    color: #212529;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-toggle {
    display: inline-block;
    margin-left: 5px;
    cursor: pointer
}

.linkMenu {
    float: left
}

.toggleMenu {
    float: right
}

.navbar-nav .nav-item .dropdown-menu a {
    font-size: 1rem;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    padding-top: .7rem;
    padding-bottom: .5rem;
    transition: .5s;
    color: var(--brand-color);
    border-bottom: 1px solid #ececec;
    font-family: shurjo
}

.navbar-new-bottom ul.dropdown-menu li {
    margin: 0 !important
}

.nav-pills .dropdown-menu,
.nav-tabs .dropdown-menu,
.navbar .dropdown-menu {
    margin-top: 0
}

.navbar .nav>li>.dropdown-menu:after {
    position: absolute;
    top: -6px;
    right: 40px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: ''
}

.news-paper-mode a {
    color: #222
}

.news-paper-mode {
    padding: 0
}

.news-paper-mode a:hover {
    color: #222;
    font-weight: 700
}

.news-paper-mode a i {
    color: #222;
    font-size: 14px;
    font-weight: 700
}

img.lazy {
    background-image: url(images/lazy.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    aspect-ratio: 16/10;
    object-fit: cover;
    max-width: 100%
}

.details-author .author {
    display: block;
    margin-right: 10px;
    width: 100%
}

.details-author .author-info {
    display: flex;
    align-items: center
}

.details-author .author-div {
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 10px
}

.details-author .author-image img {
    height: 25px;
    width: 25px;
    object-fit: cover;
    aspect-ratio: 4/4;
    border-radius: 50%
}

.details-author .author-details {
    padding: 0 10px
}

.details-author .author-details p {
    font-size: .9rem
}

.details-author .author-details p a:hover {
    color: var(--site-alt-color)
}

.ad-img-link,
.ad-img-link img {
    max-width: 100%
}

.ad-bg {
    background: #f7f7f7
}

@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }
    100% {
        background-position: 468px 0
    }
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }
    100% {
        background-position: 468px 0
    }
}

.content-placeholder {
    display: inline-block;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eee), color-stop(18%, #ddd), color-stop(33%, #eee));
    background: -webkit-linear-gradient(left, #eee 8%, #ddd 18%, #eee 33%);
    background: linear-gradient(to right, #eee 8%, #ddd 18%, #eee 33%);
    -webkit-background-size: 800px 104px;
    background-size: 800px 104px;
    height: inherit;
    position: relative
}

.post_data {
    padding: 24px;
    border: 1px solid #f9f9f9;
    border-radius: 5px;
    margin-bottom: 24px;
    box-shadow: 10px 10px 5px #eee
}

.divider {
    font-size: 30px;
    display: flex;
    align-items: center
}

.divider img {
    width: 8%
}

.divider::after,
.divider::before {
    flex: 1;
    content: '';
    margin: 5px;
    border: 1px solid #ececec
}

.news-t-ticker {
    background-color: #ff000026;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px
}

.news-ticker {
    margin-left: 0
}

.news_ticker .section-title h5 {
    font-weight: 700;
    color: var(--site-alt-color);
    margin: 0 15px 0 0;
    width: 70px;
    align-items: center;
    position: relative;
    line-height: 1;
    border-right: 1px solid grey;
    font-size: 19px
}

.news_ticker .section-title h5 a {
    color: var(--site-alt-color)
}

.section-title {
    padding: 7.5px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.acme-news-ticker {
    position: relative;
    height: 35px;
    width: 100%;
    margin-top: 45px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border: 0;
    margin-bottom: 0px;
    border-radius: 5px
}
.cbox{
    background: #d4dde3;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
}
.classified-epaper{
    background: var(--brand-color);
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.classified-epaper a{
    width: 50%;
    text-align: center;
    color: #fff;
    transition: 0.1s ease;
}
.classified-epaper a:hover{
    letter-spacing: 0.25px;
}

@media (min-width:768px) {
    .acme-news-ticker {
        margin-top: 0
    }
}

.acme-news-ticker-label {
    background: var(--brand-color);
    padding: 10px;
    width: auto;
    float: left;
    margin-right: 15px;
    line-height: normal;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center
}

.acme-news-ticker-box {
    overflow: hidden
}

@media (max-width:575px) {
    .acme-news-ticker-label {
        position: absolute;
        top: -45px
    }
    .acme-news-ticker-box {
        padding-left: 10px;
        padding-right: 120px
    }
}

.acme-news-ticker-box ul {
    width: 100%;
    list-style-type: none !important;
    padding: 0;
    margin: 0 0 0 -30000px
}

.acme-news-ticker-box ul li a {
    text-decoration: none
}

.acme-news-ticker-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0
}

.acme-news-ticker-controls button {
    height: 100%;
    background: #f6f6f6;
    padding: 0;
    width: 40px;
    border-color: #eee;
    border-style: solid;
    border-width: 0 0 0 1px;
    cursor: pointer;
    display: inline-block
}

.acme-news-ticker-controls button:hover {
    background: #eee
}

.acme-news-ticker-controls button.acme-news-ticker-arrow {
    margin: 0;
    display: inline-block;
    position: relative
}

.acme-news-ticker-controls button.acme-news-ticker-arrow:after {
    border-color: #999;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    content: '';
    display: inline-block;
    height: 8px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 8px
}

.acme-news-ticker-controls button.acme-news-ticker-pause {
    position: relative;
    display: inline-block
}

.acme-news-ticker-controls button.acme-news-ticker-pause:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-color: #999;
    border-style: solid;
    border-width: 0 2px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%
}

.acme-news-ticker-controls.acme-news-ticker-horizontal-controls button.acme-news-ticker-prev:after {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg)
}

.acme-news-ticker-controls.acme-news-ticker-horizontal-controls button.acme-news-ticker-next:after {
    -webkit-transform: translate(-50%, -50%) rotate(315deg);
    -ms-transform: translate(-50%, -50%) rotate(315deg);
    transform: translate(-50%, -50%) rotate(315deg)
}

.acme-news-ticker-controls.acme-news-ticker-vertical-controls button.acme-news-ticker-prev:after {
    -webkit-transform: translate(-50%, -50%) rotate(225deg);
    -ms-transform: translate(-50%, -50%) rotate(225deg);
    transform: translate(-50%, -50%) rotate(225deg)
}

.acme-news-ticker-controls.acme-news-ticker-vertical-controls button.acme-news-ticker-next:after {
    -webkit-transform: translate(-50%, -50%) rotate(405deg);
    -ms-transform: translate(-50%, -50%) rotate(405deg);
    transform: translate(-50%, -50%) rotate(405deg)
}

.news-caption {
    color: var(--site-alt-color)
}

.news-time {
    line-height: 1;
    display: flex
}

.news-post-lead h2 {
    font-size: 1.4rem;
    margin-bottom: 5px;
    font-weight: 700;
    margin-top: 5px
}

.news-post-box {
    margin-bottom: 5px;
    padding-bottom: 5px
}

.news-post-box h2 {
    font-size: 1.15rem;
    margin-bottom: 2px
}

.bg-dark .news-post-box {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    height: 100%
}

.bg-dark .news-post-box .news-content {
    padding: 0 10px
}

.news-post-side {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border-color)
}

.news-post-side h2 {
    font-size: 1.15rem;
    margin-top: 0
}

.news-video-box {
    background: #ff686824;
    padding: 8px;
    border-radius: 5px;
    height: 100%
}

section.entertainment {
    background: #ffc1888c;
    padding: 25px 0
}

section.entertainment .news-post-side {
    border-bottom: 1px solid #b5b5b5
}

section.entertainment a.news-link .news-time span {
    color: #686565
}

.popup-youtube {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    background: #ff0000c2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff
}

.popup-youtube:hover {
    background: var(--site-alt-color);
    color: #fff
}

.news-title h1 {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--brand-color)
}

.popup-youtube.popup-youtube-details {
    position: absolute;
    left: 45%;
    top: unset;
    width: 60px;
    height: 60px;
    background: #ff0000c2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 25px
}

.popup-youtube.popup-youtube-details:hover {
    background: var(--site-alt-color);
    color: #fff
}

.news-post-cat {
    background: #e9e9e9;
    padding: 10px;
    height: 100%
}

.btn-more {
    border: 0;
    background: var(--caption_headline);
    padding: 10px 30px 7px;
    border-radius: 5px;
    color: #fff
}

.btn-more:hover {
    background: var(--site-alt-color)
}

.intro-banner {
    height: 10px;
    width: 10px;
    position: absolute;
    top: -10px;
    left: 15px;
    border-radius: 100px;
    margin: 26px 10px
}

.pinkBg {
    background-color: red !important;
    background-image: linear-gradient(90deg, red, red)
}

.intro-banner .ripple {
    position: absolute;
    width: 40px;
    height: 40px;
    left: -15px;
    top: -15px;
    opacity: 0;
    border-radius: 100px;
    -webkit-animation: 1.8s infinite ripple;
    animation: 1.8s infinite ripple
}

.intro-banner .ripple:nth-child(2) {
    animation-delay: .3s;
    -webkit-animation-delay: .3s
}

.intro-banner.ripple:nth-child(3) {
    animation-delay: .6s;
    -webkit-animation-delay: .6s
}

@-webkit-keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.nav-pills .nav-link,
.nav-pills .show>.nav-link {
    color: #fff
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #000;
    background-color: #ffc107
}

.news-post.box {
    background: var(--white);
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
    height: 96%
}

.news-post.box .news-content {
    padding: 0 10px
}

.custom-dot {
    margin-top: 6px;
    margin-right: 10px;
    color: var(--caption_headline)
}

.mform {
    background: #ffe6e6;
    padding: 10px 10px 0;
    margin-bottom: 15px;
    border-radius: 5px
}

.close-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    right: 0;
    position: absolute;
    z-index: 9;
    border: 0;
    margin-top: -15px;
    background: #ff3939;
    color: #fff;
    margin-right: -15px;
}

@media (min-width: 576px) {
    .modal-ad {
        max-width: 400px;
        margin: 1.75rem auto;
    }
}

.version-div a {
    padding: 5px 10px;
    background: var(--white);
    color: #595959;
    transition: .5s ease;
}

.version-div a:hover {
    background: var(--brand-color);
    color: #fff;
}

.my-news-ticker li a {
    font-size: .95rem;
}
.my-news-ticker li a:hover{
    color: var(--brand-color);
}

/* img:not([src]) {
    visibility: hidden;
} */
/* img[alt]:after {  
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-family: 'Helvetica';
    font-weight: 300;
    line-height: 2;  
    text-align: center;
    content: attr(alt);
} */
/* img:not([src]) {
    width: 100%;
    background: url(images/lazy.jpg);
    -webkit-animation: flash linear 1s lazyload;
	animation: flash linear 1s infinite;
    aspect-ratio: 16/9;
    object-fit: cover;
}
@-webkit-keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 1; }
}
@keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 1; }
} */

.counter{
    position: absolute;
    top: 25%;
    left: -6.75%;
    width: 25px;
    height: 25px;
    background: #ffffffa1;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: 50%;
    border: 1px solid #124b6580;
}

.overlay-link {
    /* position: absolute; */
    display: flex;
    /* inset: 0; */
    align-items: center;
    width: 100%;
    background: #eff2f6;
    border: 5px solid #fff;
    padding: 5px 10px;
    top: 40%;
    color: var(--brand-color); 
}
.overlay-link:hover{
    color: var(--brand-color); 
}
.overlay-link img{
    width: 60px !important;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}
.overlay-link h3{
    font-size: 1rem;
    margin: 0;
}
.overlay-link p{
    font-size: .9rem;
    font-family: shurjo;
    margin: 0;
}

.footer-imp-link a{
    margin: 0 5px;
    color: var(--brand-content-color);
    transition: 0.2s;
    font-family: shurjo;
}
.footer-imp-link a:hover{
    color: #ff6868;
}

.single_advisor_profile .advisor-img{
    border-radius: 5px;
    overflow: hidden;
}
.single_advisor_profile .advisor-img img{
    width: 100%;
}
.single_advisor_profile h2{
    font-size: 1.25rem;
    font-weight: bold;
}
.single_advisor_profile p{
    font-size: 1rem;
    font-family: shurjo;
}
.single_advisor_details_info{
    width: 90%;
    margin: 0 5%;
    position: absolute;
    bottom: -35px;
    border-radius: 5px;
    background: #fff;
    padding: 10px 5px;
    text-align: center;
    transition: .05s;
    
}
.single_advisor_details_info:hover{
    transform: scale(1.02);
}
.single_advisor_details_info a:hover h2{
    color: var(--brand-color);
}

.trending-section a{
    background: #608191;
    color: #fff;
    padding: 4px 10px 1px 10px;
    border-radius: 5px;
    margin: 0 5px;
    transition: .2s ease;
    display: inline-block;
    margin-bottom: 10px;
}
.trending-section a:hover{
    background: var(--brand-color);
}
.pagination{
    justify-content: end;
}

.pagination li{
    margin-left: 5px; 
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: 0px;
    line-height: 1.25;
    color: #eff2f6;
    background-color: #32647b;
    /* border: 1px solid #dee2e6; */
    border-radius: 5px;
}
.pagination li.active .page-link {
    background-color: var(--brand-color);
}

.page-link:hover {
    z-index: 2;
    color: #124b65;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #124b65;
}
.pagination li.active .page-link:hover {
    color: #e9ecef;
}

.ad
{
    margin:0px 0px 5px 0px;
}

/*share icon*/
.share-icon {
  list-style: none;
  padding: 0;
  margin: 15px auto 0; /* add top margin & center horizontally */
  display: flex;
  justify-content: center;
  gap: 10px;
  width: fit-content; /* prevents it from stretching full width */
}

.share-icon li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #f3f3f3;
}

.share-icon li a {
  color: #333;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.share-icon li a:hover {
  color: #fff;
  border-radius: 50%;
  color:#124b65;
}


