/*=====| New Template Style |=========*/
@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') format('svg');
}
#back_to_top {
    bottom: 41px !important;
    opacity: 1;
    border: none;
    background: #ED0710;
    color: #fff;
    padding: 5px 12px;
    cursor: pointer;
    position: fixed;
    bottom: 15px;
    right: 30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 19px;
    border-radius: 10px;
    z-index: 2;
    box-shadow: 0px 0px 15px 0px rgba(7, 7, 7, 0.35);
}
.single_news_detail p iframe {
    width: 100% !important;
}
img.logo_header {
    width: 250px;
}
.base_header_bg{
    background-color: #ED0710;
}
/*Mobile Menu */
.mobile_hamburger_menu {
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
}

.mobile_hamburger_menu.open {
    transform: translateX(0);
}

.mobile_hamburger_menu .menus {
    /* Additional styles for the menu content */
    padding: 20px;
}

.close_button {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
/*Mobile Menu */

.mega_menu_item_container {
    box-shadow: 4px 4px 15px 4px rgba(0, 0, 0, 0.2); /* Adjust the values as needed */
    border-color: #999;
    border: none;
    margin-top: 5px !important;
    border-radius: 5px;
}
.mobile_sticky_header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    width: 100%;
}

.search_box {
    /* Set initial height to 0 and overflow hidden for smooth transition */
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
}
.search_box.show {
    /* Set the height to the desired height when visible */
    height: 50px; /* Adjust based on the actual height of your search box */
}

body {
    font-family: SolaimanLipi, SolaimanLipiNormal, "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*padding-top:100px;*/
    overflow-x: hidden;
    background: #fff;
}
.header_menu{
    box-shadow: 0 5px 5px 0 rgb(0 0 0/12%);
    /*box-shadow: 0 3px 5px #eee;*/
    border-bottom: 1px solid #e2e2e2;
}
.mobile_header_menu{
    box-shadow: 0 3px 10px 0 rgb(0 0 0/12%);
    /*box-shadow: 0 3px 5px #eee;*/
    border-bottom: 1px solid #e2e2e2;
}

.dark .header_menu{
    box-shadow: none !important;
}
#sharethis-1726047508210 .st-btn[data-network='facebook'] {
    background-color: #636464 !important;
}
.news_container{
    max-width: 1350px;
    width:100%;
    padding: 0 20px;
    margin-right: auto;
    margin-left: auto;
}
.dark{
    background: #192132 !important;
}
.lead-text {
    font-size: 24px;
    line-height: 1.3;
    margin: 0;
    padding: 7px 0px;
}
.category-heading-text{
    font-size: 22px;
    line-height: 1.3;
    margin: 0;
    padding: 0;
}
.lead-short-text{
    font-size: 16px;
}

.post-title{
    font-size: 19px;
    line-height: 1.2;
}
.category_text{
    font-size: 24px;
    margin: 0;
}
#news_wrapper {
    /*display: none;*/
}

/*=====| New Template Style |=========*/
