/* @import url('https://fonts.googleapis.com/css2?family=Baloo+Da+2:wght@400..800&display=swap'); */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


@font-face {
    font-family: "SolaimanLipiNormal";
    src: url('fonts/solaimanlipi_20-04-07.eot');
    src: url('fonts/solaimanlipi_20-04-07.eot')format('embedded-opentype'), url('fonts/solaimanlipi_20-04-07.woff') format('woff'), url('fonts/solaimanlipi_20-04-07.ttf') format('truetype'), url('fonts/solaimanlipi_20-04-07.svg#SolaimanLipiNormal') format('svg');
}

body {
    /* font-family: "Baloo Da 2", sans-serif; */
    font-family: SolaimanLipiNormal;
    font-size: 15px;
    line-height: 150%;
   overflow-x: hidden;
   color: #333;
}

.text-body-color{
    color: #333;
}

.search-btn-height {
    height: 33px;
    width: 100px;
}

.footer-bg-color {
    background-color: #FFE4B5;
}


.english-hover > h3 > a:hover {
    font-weight: bold;
}

.news-body>p{
    font-size: 16px;
}

.time>p{
    font-size: 14px;
}


.bi-house-door,
.heading>h1>a,
.heading>h2>a,
.heading>h3>a,
.heading>h4>a,
.heading>h5>a,
.heading>h6>a{
    transition: all 0.3s ease-in-out;

}
.bi-house-door:hover,
.heading>h1>a:hover,
.heading>h2>a:hover,
.heading>h3>a:hover,
.heading>h4>a:hover,
.heading>h5>a:hover,
.heading>h6>a:hover {
    color: red !important;
}




.heading>h6{
    font-size: 25px;
}

.social-icon-width {
    width: 50%;
}

.address>p{
    font-size: 18px;
}



.header-nav>ul>li>a:hover {
    color: black !important;
    background-color: white;
    transition: all 0.5s;

}


.tab-letest>ul>li>a:hover {
    color: red !important;
    background-color: white;
    border-bottom: 2px solid red;
    border-width: 100%;

}





.border-bottom-3px {
    border-bottom: 3px solid #f9c802 !important;
}

.border-bottom-2px {
    border-bottom: 2px solid #f9c802 !important;
}


.video-title {
    border-bottom: 3px solid #f9c802 !important;
}




.bg-opacity {
        background: rgba(0, 0, 0, 0.5);
        overflow: hidden;
        
}


/* .font-size-mr-6 {
    font-size: 0 ;
}


.font-size-mr-7 {
    font-size: 0 ;
}

.font-size-mr-8 {
    font-size: 0 ;
}

.font-size-mr-9 {
    font-size: 0 ;
}

.font-size-mr-10 {
    font-size: 0 ;
}

.font-size-mr-11 {
    font-size: 0;
}
.font-size-mr-12 {
    font-size: 10;
}

.font-size-mr-13 {
    font-size: 0;
}

.font-size-mr-14 {
    font-size: 0;
}

.font-size-mr-15 {
    font-size: 0 ;
}

.font-size-mr-16 {
    font-size: 0;
}

.font-size-mr-17 {
    font-size: 0;
}

.font-size-mr-18 {
    font-size: 0;
}

.font-size-mr-19 {
    font-size: 0;
}

.font-size-mr-20 {
    font-size: 0;
}

.font-size-21 {
    font-size: 0;
}

.font-size-mr-22 {
    font-size: 0;
}

.font-size-mr-23 {
    font-size: 0;
}

.font-size-mr-24 {
    font-size: 0;
}

.font-size-mr-25 {
    font-size: 0;
}

.font-size-mr-26 {
    font-size: 0;
}

.font-size-mr-27 {
    font-size: 0;
}

.font-size-mr-28 {
    font-size: 0;
}

.font-size-mr-29 {
    font-size: 0;
}

.font-size-mr-30 {
    font-size: 0;
} */


.font-size-10 {
    font-size: 10px ;
}

.font-size-11 {
    font-size: 11px;
}
.font-size-12 {
    font-size: 12px;
}

.font-size-13 {
    font-size: 13px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-15 {
    font-size: 15px  !important;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-17 {
    font-size: 17px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-19 {
    font-size: 19px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-21 {
    font-size: 21px;
}

.font-size-22 {
    font-size: 22px;
}

.pe-0 {
    padding-right: 0;
}

.font-size-23 {
    font-size: 23px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-25 {
    font-size: 25px;
}

.font-size-26 {
    font-size: 26px;
}

.font-size-27 {
    font-size: 27px;
}

.font-size-28 {
    font-size: 28px;
}

.font-size-29 {
    font-size: 29px;
}

.font-size-30 {
    font-size: 30px;
}




.social-media>ul>li>a>i {
    border: 1px solid #ddd;
    font-size: 14px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 22px;
    border-radius: 50px;
    color: #333;
    padding-left: 1px;
}

.social-media>ul>li>a>.fa-facebook-f:hover {
    background-color: #1877F2 ;
    color: white;
}

.social-media>ul>li>a>.fa-x-twitter:hover {
    background-color: #000000 ;
    color: white;
}

.social-media>ul>li>a>.fa-youtube:hover {
    background-color: #ff0000 ;
    color: white;
}

.social-media>ul>li>a>.fa-instagram:hover {
    background-color: #8134AF ;
    color: white;
}


.social-media>ul>li>a>.fa-whatsapp:hover {
    background-color:  #25d366 ;
    color: white;
}

.social-media>ul>li>a>.fa-linkedin-in:hover {
    background-color: #0077B5 ;
    color: white;
}




.bi-house-door,
.heading>h1>a,
.heading>h2>a,
.heading>h3>a,
.heading>h4>a,
.heading>h5>a,
.heading>h6>a{
    transition: all 0.3s ease-in-out;

}
.bi-house-door:hover,
.heading>h1>a:hover,
.heading>h2>a:hover,
.heading>h3>a:hover,
.heading>h4>a:hover,
.heading>h5>a:hover,
.heading>h6>a:hover {
    color: red !important;
}



.border-bottom-2px {
 border-top: 2px solid  #dee2e6 !important;   
} 


.border-md-start-1px {
 border-left: 1px solid  #dee2e6 !important;   
} 

.border-md-bottom {
 border-bottom: 1px solid  #dee2e6 !important;   
} 

.border-md-top-1px {
 border-top: 1px solid  #dee2e6 !important;   
} 


.border-md-end-1px {
 border-right: 1px solid  #dee2e6 !important;   
} 

.border-mr-end-1px {
 border-right: none !important;   
} 

.border-mr- {
 border-left: none !important;   
} 

.border-mr-bottom-1px {
 border-bottom: none !important;   
} 

.border-mr-right-1px {
    border-right: none !important;
}

.border-md-top-2px {
 border-top: 2px solid  #dee2e6 !important;   
} 

.border-md-top-5px {
 border-top: 5px solid  #dee2e6 !important;   
} 

.border-md-bottom-2px {
 border-bottom: 2px solid  #dee2e6 !important;   
} 

.border-md-start-2px {
 border-left: 2px solid  #dee2e6 !important;   
} 

.border-md-end-2px {
 border-right: 2px solid  #dee2e6 !important;   
} 

.border-mr-end-2px {
 border-right: none !important;   
} 

.border-mr-start-2px {
 border-left: none !important;   
} 

.border-mr-bottom-2px {
 border-bottom: none !important;   
} 

.border-mr-top-2px {
 border-top: none !important;   
} 


.bg-ofcanvas {
    background: #DCDCDC;
}


.box {
    height: 250px;
    width: 250px;
    margin: auto;
    background: red;
    color: white;
    font-size: 10px;
    padding: 10px;
}

.box {
    align-content: center;
    text-align: center;
}

/* .offcanvas-box {
    margin-top: 67px;
} */


.dropdown-other{
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
    min-width: 1260px;
    background: #f0f0f0 !important;
    border-bottom: 3px solid #f9c802;

}

.dropdown-menu {
  z-index: 10 !important;
  /* pointer-events: none; */

}

.has-megamenu {
    position: static!important;
}


.bg-color-footer {
    background-color: #d5d5d5 ;
}

.footer-top {
    padding: 20px;
    border-bottom: 1px solid #767676;
}

.footer-top>ul {
    list-style-type: none;
    margin-left: -33px;
    margin-top: 30px;
}

.footer-top>ul>li {
    float: left;
    line-height: 26px;
    font-size: 14px;
    min-width: 20%;
    border-right: 1px solid #767676;
    padding-left: 10px;
}

.footer-top>ul>li:nth-child(5),
.footer-top>ul>li:last-child {
    border-right: none;
}


.footer-bottom .col-md-4:first-child p {
    color: #3e3e3e;
    margin: 30px 0;
}

.footer-bottom .col-md-4:nth-child(2) p {
    color: #3e3e3e;
    font-size: 16px;
}

span.c-name-color {
    color: #ff8c00;
}

.footer-logo img {
    max-width: 60%;
}

.img-100 {
    max-width: 100%;
}

.subheading {
    color:red ;
}

.news-title {
    font-size: 18px;
    font-weight: 100;
    line-height: 1.4;
    color: #333;

}

.main-lead-title {
    font-size: 28px;
    font-weight: 100;
    line-height: 1;
    color: #333 !important;
}

.main-lead-title:hover,
.p-news-title:hover,
.news-title:hover,
.lead-heading>h2>a:hover {
    color: #ffc107 !important;
    transition: all 0.3s ease-in-out;

}

a.p-news-title:hover,
a.news-title:hover {
    color: #ffc107 !important;
    transition: all 0.3s ease-in-out;

}



.lead-down-box .col-lg-6:nth-last-child(even) {
    border-right: .5px solid #dee2e6 !important;
}

.lead-down-box-item .col-lg-6:nth-last-child(even) {
    border-bottom: .5px solid #dee2e6 !important;
}

.border-right-inner {
    border-right: 1px solid #dee2e6;
}

.border-bottom-last-none{
    border-bottom: 1px solid red;
}

.color-sp {
    color: #f9c802
;
}

.item-name {
    /* margin: 18px 0; */
    border-left: 6px solid #f9c802;
    padding-left: 10px;
    color: #606060;
    font-size: 20px;
    margin-left: 11px;
}

.item-name-underline {
    margin: 18px 0; 
    padding-left: 2px;
    color: #606060;
    font-size: 20px;
    /* text-decoration: underline #f9c802; */
    text-underline-offset: 13px;
    text-decoration-thickness: 3px;

}


.news-title-lead {
    font-size: 20px;
    font-weight: 100;
    line-height: 1.4;
    color: #333;
}



.background-box {
    background: #f0f0f0;
    border-top: 2px solid #f9c802;
}



.economics-bg {
    background: #f7f1ea;
    padding: 5px 0 30px;
}



.letest-box {
    height: 330px;
    overflow: auto;
    padding-right: 15px;
}


.bangladesh-news {
    margin-top: 0px;
    background: #fff;
    box-shadow: 1px 1px 6px rgb(0 0 0 / 10%);
    width: 100%;
}


.photo-gallery-lead {
    position: absolute;
    
}

.photo-img {
    position: relative;
}
    

.photo-gallery-lead {
    position: relative;
}

.img-icon {
    position: absolute;
    top: 0;
    left: 0;
    background: #00000094;
    padding: 10px 15px;
    z-index: 1;
}

.photo-gallery-lead .photo-title {
    position: absolute;
    bottom: 0;
}
.entertainment-pic {
    position: relative;
}

.p-img-icon-right,
.p-img-icon,
.img-icon {
    color: #CC181E;
    font-size: 25px;
}




.shadow {
    width: 100%;
    padding: 8px 3px;
    z-index: 1;
}

.lifestyle-lead-bg {
    width: 100%;
    background: #FFF;
    margin-left: -2px;
}




.p-lead {
    position: relative;
}

.p-img {
    position: relative;
}

.p-img-over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: 0.44;
    transition: all 0.3s ease;
}


.p-lead:hover .p-img-over{
    background: transparent !important;
    z-index: 1;
    transition: all 0.3s ease;
    opacity: 1;
}




.p-lead .p-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 18px;
    z-index: 1;
    padding-bottom: 14px;
}


.p-news-title {
    font-size: 20px;
    font-weight: 100;
    line-height: 1.4;
    color: white;
}


.p-lead .p-img-icon {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-left: 18px !important;
    z-index: 1;
    top: 6%;
}

.p-lead .p-img-icon-right {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-left: 18px !important;
    z-index: 1;
    top: 6%;
}


.p-lead .p-img-icon {
    /* position: absolute; */
    /* bottom: 0; */
    /* width: 100%; */
    /* padding-left: 18px !important; */
    /* z-index: 1; */
    /* padding-bottom: 321px; */
}





.border-shrink {
    width: fit-content;
    flex-shrink: 0;
}


.economics-logo {
    margin: 30px 0;
    padding-left: 10px;
    color: #333;
    font-size: 25px;
    text-align: center;
    text-decoration: underline #f9c802;
    text-underline-offset: 12px;
    text-decoration-thickness: 3px;
}

.economics-logo:after {
    content: '';
    border-top: 3px solid #ad1313;
    width: 130px;
    margin-top: 1.25rem;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.s-leading {
    font-size: 34px;
    font-weight: normal;
    line-height: 44px;
}


.last-news-title-down h2,
.last-news-title h2 {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    display: inline-block !important;
    bottom: -15px;
    background: #fff;
    padding: 0 20px;
}


.last-news-title-down h2::before, 
.last-news-title h2::before {
    position: absolute;
    content: "";
    top: 49%;
    left: 85px;
    width: 10px;
    height: 10px;
    background: #ff8c00;
    transform: translateY(-50%);
    border-radius: 50%;
}

.last-news-title h2::after {
    position: absolute;
    content: "";
    top: 46%;
    right: 87px;
    width: 10px;
    height: 10px;
    background: #ff8c00;
    transform: translateY(-50%);
    border-radius: 50%;
}

.splnewspbox {
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    padding: 27px 10px 15px;
}

.last-news-title h2 {
    text-align: center;
    display: flex;
    justify-content: center;
}


.last-news-title {
    /* border-bottom: 1px solid #eee; */
    text-align: center;
}



.last-news-title-down h2 {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    display: inline-block !important;
    bottom: -13px;
    background: #fff;
    padding: 0 41px 0px 0px;
}

.last-news-title-down {
    border-bottom: 1px solid #eee;
}




.category-down:hover,
.c-images img:hover {
    transform: scale(1.1);
    transition: all 0.3s ease-in;
}

.category-down,
.c-images{
        overflow: hidden !important;
}
.category-down,
.c-images picture{
    display: block !important;

}


.more-read-btn a {
    background: #f9c802;
    color: #000;
    padding: 10px 10px;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
}

.policy-lead h1 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 23px;
}

.policy-logo {
    height: 25px;
    float: right;
    border-bottom: 1px solid #0da2a2;
}


p.policy-text {
    text-align: justify;
}


.btn:hover {
    color: var(--bs-btn-hover-color);
}

h4.news-title-ent {
    color: white;
    font-size: 18px;
    margin-top: 10px;
}

.lifestyle-right-bg h4 {
    margin-left: 5px;
}

.lifestyle-right-bg img {
    margin-left: 2px;
    padding-left: 1px;
}