@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&family=Noto+Serif+Bengali:wght@100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.maateen.me/solaiman-lipi/font.css');

:root {
    --brand-color: #821517;
    --brand-color-hover: #F26522;
    --link-hover-color: #333;
    --border-color-light: #eeeeee;
    --bg-one: #eff5f4;
    --nav-font-size: 18px;
    --font-size-14: 14px;
    --font-size-15: 15px;
    --font-size-16: 16px;
    --font-size-17: 17px;
    --font-size-18: 18px;
    --font-size-19: 19px;
    --font-size-20: 20px;
    --font-size-22: 22px;
    --font-size-23: 23px;
    --font-size-25: 25px;
    --font-size-31: 31px;
    --font-size-33: 33px;
    --font-size-36: 36px;
}


*, body {
	font-family: "Roboto Serif", Noto Serif Bengali, Arial, serif !important;
    outline: 0!important;
    /**font-family: 'SolaimanLipi', Arial, sans-serif;**/
    font-size: var(--font-size-16);
}
@media (min-width: 1300px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1240px;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
input:focus, select:focus, textarea:focus, button:focus {
    outline: none!important;
}
*:focus {
    outline: none;
}
a {
    text-decoration: none;
    color: black;
}
a:hover {
    color: var(--link-hover-color);
}

body.offcanvas-active {
    overflow:hidden;
}
.offcanvas-header {
    display:none;
}
.nav-link {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}
@media (max-width: 992px) {
  .offcanvas-header {
      display:block;
    }
  .navbar-collapse {
    position: fixed;
    top:0; 
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: var(--colorLighter);
    transition: visibility .2s ease-in-out, transform .2s ease-in-out;
  }
  .navbar-collapse.show {
    visibility: visible;
    transform: translateX(-100%);
  }
}
#main_nav a {
    color: var(--colorFirst);
    font-weight: 700;
}
#main_nav a:hover, #main_nav a:active {
    color: var(--colorSecond) !important;
}
div#main_nav {
    z-index: 10000001;
    background: var(--brand-color);
}
.offcanvas-header.close {
    color: #fff;
}
.srcmblcss {
    background: var(--brand-color)!important;
    margin: 10px 0px;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255);
}
a.nav-link, a.nav-link:hover, a.nav-link:focus {
    color: rgba(255,255,255)!important;
}
/* Navbar */
.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: var(--nav-font-size);
}
.navbackground {
    background: var(--brand-color);
}
.nav-link {
    padding: .5rem 1rem!important;
}
.nav-item:hover {
    background-color: var(--brand-color-hover);
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu {
    padding: 0px!important;
}

/* Search form */
button#searchsubmit {
    border-radius: 0px;
}
button#searchclose {
    border-radius: 0px 5px 5px 0px;
}
input#s {
    border: 1px solid #fff !important;
}
.abs {
    position: relative;
}
.searchbgcss {
    position: absolute;
    top: 2px;
    width: 100%;
}

/* Social Icon */
.social-icon a {
    text-decoration: none;
}
.mobile svg {
    background: #fff;
    padding: 10px;
    height: 40px;
    width: 40px;
    border-radius: 15%;
}
.facebook, .facebook:hover {
    color: #3b5998;
}
.youtube, .youtube:hover {
    color: red;
}
.twitter, .twitter:hover {
    color: #1da1f2;
}
.linkedin, .linkedin:hover {
    color: #0a66c2;
}
.rss, .rss:hover {
    color: #495057;
}

/* Top Section  */
.topsmall {
    display: flex;
    max-height: 80px;
    overflow: hidden;
    margin-bottom: 10px;
}
.topsmall img {
    width: 40%;
    height: 80px;
    object-fit: cover;
    object-position: center;
    margin-right: 10px;
}
.topsmall h1 {
    font-size: var(--font-size-18);
    line-height: 26px;
}
.topbig {
    /* border-bottom: 3px solid #dddddd; */
    margin-bottom: 15px;
}
.topbig h1 {
    font-size: var(--font-size-36);
}
.topbig img {
    width: 100%;
    height: 320px;
    margin-bottom: 10px;
}
@media (max-width: 768px) { 
    .topbig h1 {
        font-size: var(--font-size-25);
        font-weight: 700;
    }
    .topbig img {
        width: 100%;
        height: 200px;
        margin-bottom: 10px;
    }
}
.hbchild:not(:last-child) {
    border-right: 2px solid #dddddd;
}

.spTitle {
    display: flex;
    margin-bottom: 10px;
}
.spTitle h1 {
    font-size: 20px;
}
.spTitle img {
    width: 30%;
    height: auto;
    margin-right: 10px;
}
.layout-1 img {
    float: left;
    width: 50%;
    height: auto;
    margin-right: 20px;
}
.layout-1 h1 {
    font-size: 26px;
}
.layout-1-small img {
    width: 100%;
    height: auto;
	max-height: 150px;
    object-fit: cover;
	object-position: top;
}
.layout-1-small h1 {
    font-size: 18px;
    margin-top: 10px;
}

.layout-2 img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.layout-2 h1 {
    font-size: 26px;
}
.layout-2-small img {
    width: 100%;
    height: auto;
    max-height: 150px;
    object-fit: cover;
	object-position: top;
}
.layout-2-small h1 {
    font-size: var(--font-size-20);
    margin-top: 10px;
}
/* Motamot */
.motamot {
    background: #f8f8f8;
    padding: 0px 15px 5px;
    border-bottom: 1px solid #333;
}
.motamot-title {
    border-top: 3px solid #333;
    border-bottom: 1px solid #333;
    padding: 5px 0px;
    margin-bottom: 15px;
}
.motamot-title h1 {
    font-size: var(--font-size-25);
    margin-bottom: 0px;
}

/* Left Selective */
.leftselective {
    background: #f8f8f8;
    padding: 15px 15px 5px;
    border-bottom: 1px solid #333;
}

/* Background */
.bg-one {
    background: var(--bg-one);
}

.card-body {
    flex: 1 1 auto;
    padding: .4rem .7rem!important;
}
.latesttab {
    border: 2px solid var(--brand-color);
}
@media (max-width: 768px) { 
    .latesttab {
        height: 300px;
        overflow: hidden;
    }
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #fff;
    background: var(--brand-color);
    border-radius: 0px;
    border:0px;
    width: 100%;
}
#myTab li.nav-item {
    width: 50%;
}
.nav-tabs .nav-link {
    width: 100%;
    background: #e5ebed;
    color: black;
    border: 0px;
}
.latesttab .tab-content {
    padding: 10px;
    max-height: 420px;
    overflow-y: scroll;
}
@media (max-width:768px) {
    .latesttab .tab-content {
        padding: 10px;
        max-height: 420px;
        overflow: hidden;
    }
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-radius: 0px!important;
}

.todaysall {
    background: var(--brand-color);
    text-align: center;
    padding: 7px;
}

.joshorerdak-title {
    border-left: 8px solid var(--brand-color);
}
.joshorerdak-title h1 {
    font-size: var(--font-size-31);
    font-weight: 700;
    padding-left: 15px;
}
.video-title {
    border-left: 8px solid white;
}
.video-title h1 {
    font-size: var(--font-size-31);
    font-weight: 700;
    padding-left: 15px;
}
/* Card */
.card-img, .card-img-top {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.card {
    border-radius: 0px;
}
a.fourone {
    border-bottom: 1px solid #dddddd;
}
a.fourone img {
    width: 100%;
    max-height: 130px;
    object-position: center;
    object-fit: cover;
}
.fourone p.card-text {
    padding: 10px 0px;
    height: 70px;
    overflow: hidden;
}
.fouroneheadline {
    padding: 10px 0px;
    height: 70px;
    overflow: hidden;
}
.fouroneheadline:not(:last-child) {
    border-bottom: 1px dashed #dddddd;
}
.fouroneTitle h1 {
    font-size: var(--font-size-25);
}
.fouroneTitle {
    border-left: 7px solid var(--brand-color);
    border-right: 2px solid #dddddd;
    padding: 0px 10px;
}

.mastercard a img {
    height: 140px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.mastercard p.card-text {
    height: 54px;
    overflow: hidden;
}
.mastercard .card-footer a {
    font-size: var(--font-size-14)!important;
}

.joshorerdak h1 {
    font-size: var(--font-size-19);
    margin-top: 5px;
}
.joshorerdak img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    object-position: center;
}
@media (max-width: 768px) { 
    .joshorerdak img {
        width: 100%;
        height: 90px;
        object-fit: cover;
        object-position: center;
    }
}

/* slider  */
.carousel {
    border: 1px solid #dddddd;
}
.carousel-caption {
    position: absolute;
    left: 0;
    text-align: left;
    bottom: 0;
    background: rgba(0, 0, 0, 0.493);
    width: 100%;
}
.carousel-caption h5 {
    color: #fff;
    margin-bottom: 0px;
    padding: 0px 20px;
    font-size: var(--font-size-25);
}
.chobighar img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
@media (max-width:574px) {
    .chobighar img {
        height: 200px;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100001;
}
.stickymobile {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100001;
    padding: 13px;
    background: var(--brand-color);
    color: #fff!important;
}
.stickymobile .text-dark {
    color: #ffffff!important;
}
.dropdown-menu {
    border: 0px solid rgba(0,0,0,.15)!important;
    border-radius: 0px!important;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 30%);
}
.othermenu {
    display: none;
}
.othermenu a, .othermenu a:hover {
    color: #000!important;
}
.othermenuparent:hover .othermenu {
    display: grid;
    grid-template-columns: repeat(4, auto);
    text-align: left;
    align-items: center;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    background-color: #ffffff;
    padding: 20px 0px;
    z-index: 111101;
    border-bottom: 2px solid #000;
}
h1.singletitle {
    font-size: var(--font-size-36);
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 20px;
}
.info h6 {
    font-size: var(--font-size-14);
}
.singleleadimgae {
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.singlecontent p {
    padding: 0px 50px;
    font-size: var(--font-size-19);
    margin-bottom: 30px;
    text-align: justify;
}
.nc {
    padding: 0px 50px;
}
@media (max-width: 574px) {
    .singlecontent, .nc {
        padding: 0px;
    }
}
/* Video Slider */
.videobg {
    background: #000;
}
.splide__slide img {
    height: 140px!important;
    width: 100%!important;
    /* padding: 20px!important; */
    object-fit: cover;
    object-position: center;
}
.splide__slide {
    padding: 10px!important;
}
.vidSecTitle {
    height: 47px;
    overflow: hidden;
}
.ybutton {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
}
a:hover .ybutton {
    color: #CD201F;
}
.fbutton {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
}
a:hover .fbutton {
    color: #1877F2;
}

.footerTwo {
    background: var(--brand-color);
}
.footerlist {
    list-style: none;
}
@media (max-width:768px) {
    .footerlist {
        text-align: center;
        margin-bottom: 20px;
    }
    .footerlist li {
        list-style: none;
        display: inline;
        padding: 10px;
    }
}

.advertisement img {
    width: 100%;
    height: auto;
    object-position: center;
    text-align: center;
}
.footerOne {
    border-top: 3px solid var(--brand-color);
}