
@import url('https://fonts.maateen.me/solaiman-lipi/font.css');

:root{
	--primary-color:#ED2024;
	--secondary-color:#F8F8F8;
	--back-color:#222;
	--white-color:#fff;
	--gray-color:#ecf0e7;
	--transision:all 0.3s ease-out 0s;
	--bg-color:#232327;
}

html{transition:all 0.3s ease;}
body{font-family:'SolaimanLipi', sans-serif;font-size:20px;background:var(--white-color);color:#222;font-weight:normal;overflow-x:hidden;padding:0;margin:0;}
h1, h2, h3, h4, h5, h6{font-family:'SolaimanLipi', sans-serif;margin-bottom:0;font-size:16px;line-height:20px}
a{color:#222;text-decoration:none;}
a:hover{text-decoration:none;color:inherit}
p{margin-bottom:0;font-size:16px;line-height:22px}
ul{margin:0;padding:0;}
.container{max-width:1140px; padding-right:10px; padding-left:10px;}
/* .container{max-width:calc(100% - 268px); padding-right:10px; padding-left:10px;} */
.container-fluid{padding:0}

.Desc .Title{font-size:18px; font-weight:600; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; text-overflow:ellipsis; line-height:26px; transition:all 0.3s ease; padding-left: 2px;}
.Brief p{font-size:15px;line-height:24px;color:#5a5a5a; display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical; overflow:hidden; text-overflow:ellipsis;}
.subHeading { color: var(--primary-color); margin-right: 10px; }

.section-heading{border-bottom:1px solid var(--gray-color); padding-bottom:15px; margin-bottom:15px;}
.section-heading h2 { font-size: 24px; padding-left:30px; position: relative; display: inline-block; line-height: 28px; }
.section-heading h2::before { position: absolute; content: ""; left:0; top:50%; background-image: url(../../common/images/section-logo3.png); width:22px; height:22px; background-position: center; background-size: cover; transform: translateY(-50%); }

/*====common====*/
.sticky{position:fixed;background:var(--white-color) !important;top:0 !important;z-index:3;margin-top:0;left:0;right:0; box-shadow:0px 1px 8px 0 #0000003d;}
.sticky .main-menu .logo{display: block;}
.sticky .main-menu .logo img{width:138px;}
.sticky .header-top{padding:0;}
.sticky .header-top .dataATime{display: none;}
.sticky .header-top .logo{display: none;}
.sticky .header-top .socialIconAndsearch{display: none !important;}
.main-menu .navbar-light .navbar-toggler-icon i{font-size:28px; line-height:30px; color:var(--primary-color);}
.navbar-toggler:focus{box-shadow:none;}
.sticky .top-ad-area{display: none;}
.sticky .main-menu .navbar-light .navbar-nav .nav-link { font-size: 15px;}

.sing-heading-wrap { margin-bottom:30px;}
.sing-heading-title { display: flex; }
.sing-heading-title h1 { font-size: 32px; text-align: start; font-weight: 600; color: var(--primary-color); margin-bottom: 10px; line-height: 1; }

.read-more-btn a { background: var(--primary-color); padding: 5px 30px; border-radius:20px; color: var(--white-color); border: 1px solid transparent; display: inline-block; font-size: 16px; transition: all 0.3s ease; }
.read-more-btn a:hover{color: var(--primary-color); background:var(--white-color); border-color: var(--primary-color);}

/*====back-to-top====*/
#button{display:inline-block;background-color:var(--primary-color);width:50px;height:50px;text-align:center;border-radius:50%;position:fixed;bottom:30px;right:30px;transition:background-color .3s, opacity .5s, visibility .5s;opacity:0;visibility:hidden;z-index:1000; border:1px solid var(--white-color);}
#button::after{font-weight:normal;font-style:normal;font-size:2em;line-height:50px;color:#fff;}
#button:hover{cursor:pointer;background-color:#333;}
#button:active{background-color:#555;}
#button.show{opacity:1;visibility:visible;}
#button i{font-size:20px;line-height:50px;color:#fff;}
.btn-check:focus+.btn, .btn:focus{box-shadow:none;}

/* news-ticker */
.ticker-wrap{ width: 100%; white-space: nowrap; position:fixed; left:0; bottom:0; z-index:1000; background:var(--white-color);}
.marquee { display:flex; align-items: center;overflow: hidden; }
.ticker-title { padding:5px 35px; background:var(--primary-color); color: var(--white-color); position: relative; z-index:2000; font-weight: 900; font-size: 22px;}
.marquee:hover .marquee__item { -webkit-animation-play-state: paused; animation-play-state: paused; }
.marquee__seperator { margin: 0 15px; }
.marquee__seperator img{ width:30px; }
.marquee__item { display: inline-block; will-change: transform; -webkit-animation: marquee 40s linear infinite; animation: marquee 40s linear infinite; }
.marquee__item a{ font-size:18px; transition: all 0.3s ease; }
.marquee__item a:hover{ color: var(--primary-color); }
  @-webkit-keyframes marquee {
	0% {
	  transform: translateX(0);
	}
	100% {
	  transform: translateX(-100%);
	}
  }
  
  @keyframes marquee {
	0% {
	  transform: translateX(0);
	}
	100% {
	  transform: translateX(-100%);
	}
  }

/*====header-top====*/
.header-area {
	/* background:var(--bg-color); */
}
.header-top{padding:30px 0 20px 0;}
.top-ad-area{margin-bottom:20px;}
.HeaderTopSocialIcon{display:flex; gap:9px;}
.HeaderTopSocialIcon a{display:flex;}
.HeaderTopSocialIcon a i{width:24px; height:24px; font-size:12px; line-height:24px; text-align:center; color:var(--white-color); border-radius:50%;}
.HeaderTopSocialIcon .twitter i{background:#14171A;}
.HeaderTopSocialIcon .facebook i{background:#4267B2;}
.HeaderTopSocialIcon .youtube i{background:#FF0000;}
.HeaderTopSocialIcon .instagram i{background:#14171A;}
.HeaderTopSocialIcon .instagram i{background:#C13584;}
.HeaderTopSocialIcon .whatsapp i{background:#25D366;}
.search-btn{font-size:0; position:relative;}
.search-btn a{border-radius:0; padding:2px 12px; color:var(--primary-color); font-size:16px; font-weight:600;}
.dataATime p{font-size:14px;color: var(--back-color);}



/*====main-menu====*/
.main-menu{border-bottom:1px solid var(--gray-color);}
.logo img{width:300px;}
.main-menu .logo{display:none;}
.main-menu .navbar {padding:0;}
.main-menu .navbar-light .navbar-nav .nav-link{color:var(--back-color); font-size:18px; padding:10px 14px;}
.main-menu .navbar-light .navbar-nav .nav-link:hover{color:var(--primary-color);}
.dropdown:hover>.dropdown-menu{display:block;}
.dropdown-menu li{border-bottom:1px solid var(--white-color);}
.dropdown-menu{padding:0;margin:0;border-radius:0;border:0px solid #ccc;font-weight:400;font-size:14px;background:var(--primary-color);color:#fff;top:100%;}
.dropdown-item:focus, .dropdown-item:hover{color:#000;text-decoration:none;background:#FFBD59;}
.dropdown-item{padding:.5rem 0.9rem;font-weight:400;color:#fff;font-size:15px;min-width:auto;}
.main-menu .navbar-light .navbar-toggler{color:var(--white-color); border:none;}
.main-menu .navbar-light .navbar-toggler-icon{background-image:none;}
.main-menu .navbar-light .navbar-toggler-icon i{font-size:28px; line-height:30px; color:var(--white-color);}

/* header-offcanvas */
.menu-offcanvas .offcanvas{z-index:50000;}
.menu-offcanvas .offcanvas-start{width:300px;}
.offcan-menu ul li{list-style:none; padding:10px 0;}
.offcan-menu ul li a{font-size:18px;}
.offcan-menu ul li:hover a{color:var(--primary-color);}
.menu-offcanvas .btn-close:focus { box-shadow:none; }

/* mobile-menu */
.mobile-tab-menu{position:fixed; left:0; right:0; top:0; z-index:100; width:100%; background: var(--white-color); padding:0 20px 0 20px; overflow:hidden;}
.mobile-menu-area{z-index:99; background-color:var(--white-color); width:100%; transition:all linear 0.2s;}
.mobile-menu-area .mobile-topbar{width:100%; padding:10px 0 5px 0;}
.mobile-menu-area .mobile-topbar .bars i{background-color:transparent; color:var(--primary-color); font-size:20px; text-align:center; border-radius:3px; cursor:pointer; transition:var(--transision);}
.mobile-menu-area .mobile-topbar .bars i:hover{background-color:var(--back-color); border-color:var(--back-color); color:var(--white-color);}
.mobile-menu-area .mobile-topbar .icon i{width:45px; height:45px; background-color:var(--white-color); border-radius:50%; text-align:center; line-height:45px; font-size:16px; cursor:pointer; transition:all linear 0.2s; box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.1);}
.mobile-menu-area .mobile-topbar .icon i:hover{background-color:var(--primary-color); color:var(--white-color); border-color:var(--primary-color);}
.mobile-menu-area .mobile-menu-overlay{width:100%; height:100%; background-color:rgba(0, 0, 0, 0.6); position:fixed; top:0; left:0; z-index:99;}
.mobile-menu-area .mobile-menu-main{width:320px; height:100%; background-color:var(--white-color); position:fixed; top:0; right:-320px; z-index:99; overflow-y:scroll; transition-duration:0.3s;}
.mobile-menu-area .mobile-menu-main .logo{padding:20px;}
.mobile-menu-area .mobile-menu-main .close-mobile-menu{position:absolute; top:15px; right:10px;}
.mobile-menu-area .mobile-menu-main .close-mobile-menu i{width:40px; height:40px; text-align:center; line-height:40px; color:var(--back-color); font-size:17px; cursor:pointer; transition:all linear 0.2s; transition:var(--transision);}
.mobile-menu-area .mobile-menu-main .close-mobile-menu i:hover{color:var(--primary-color);}
.mobile-menu-area .mobile-menu-main .menu-body .menu-list{padding-top:10px;}
.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li a{font-weight:16; font-weight:500; color:var(--back-color); border-top:1px solid var(--border-colour); width:100%; padding:0px 20px; line-height:40px; padding-right:10px; transition:all linear 0.2s; display:flex; justify-content:space-between; align-items:center;}
.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li:last-child a{border-bottom:1px solid var(--border-colour);}
.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li a:hover{color:var(--primary-color);}
.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li a i{width:32px; height:32px; background-color:var(--white-color); text-align:center; line-height:32px; font-size:12px; border-radius:3px; background-color:var(--white-color); transition:all linear 0.2s;}
.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li a:hover i{background-color:var(--primary-color); color:var(--white-color);}
.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li ul{padding-left:0; display:none;}
.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li ul a{padding:0px 20px; padding-left:40px;}
.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li ul li:last-child a{border-bottom:0;}
.mobile-menu-area .mobile-menu-main .menu-body .social-icon ul li{display:inline-block;}
.mobile-menu-area .mobile-menu-main .social-icon{padding:20px; text-align:center;}
.mobile-menu-area .mobile-menu-main .social-icon ul li{display:inline-block; margin:0 4px;}
.mobile-menu-area .mobile-menu-main .social-icon ul li a{width:36px; height:36px; color:var(--back-color); text-align:center; line-height:36px; border-radius:3px; border:1px solid var(--border-colour);}
.mobile-menu-area .mobile-menu-main .social-icon ul li a:hover{background-color:var(--primary-color); color:var(--white-color); border-color:var(--primary-color);}
.mobile-menu-overlay{transition-duration:0.3s; visibility:hidden; opacity:0;}
.mobile-menu-overlay.active{visibility:visible; opacity:1;}
.mobile-menu-main.active{right:0 !important;}
.mobile-menu-area .mobile-menu-search{padding:0 20px 16px;}
.mobile-menu-area .mobile-menu-search input{width:100%; height:45px; border:1px solid var(--border-colour); border-radius:5px; padding:0 20px; transition:var(--transision); background-color:var(--white-color);}
.mobile-menu-area .mobile-menu-search input:focus{border-color:var(--back-color);}
.mobile-menu-area .mobile-menu-search .input-groups button{position:absolute; top:50%; right:20px; transform:translateY(-50%); background-color:transparent; border:0;}
.mobile-menu-area .menu-action-btn{padding:20px;}
.mobile-menu-area .menu-action-btn a{font-weight:700; color:var(--white-color); background-color:var(--primary-color); padding:12px 30px; border-radius:5px; width:100%; text-align:center;}
.mobile-menu-area .menu-action-btn a:hover{background-color:var(--back-color);}
.mobile-menu-area .menu-action-btn a i{font-size:14px; margin-left:8px;}

.bars{display:flex; flex-direction:column; justify-content:center;}
.bars span{font-size:14px;}
.mm-tab-menu a{display:flex; flex-direction:column; justify-content:center; text-align:center;}
.mm-tab-menu span{font-size:14px; margin-top:3px;}
.mm-tab-menu i{color:var(--primary-color);}

/* search-button */
/* .icon-wrap{position:relative;} */
.search-input form{display:flex; align-items:center;}
.search-box .srch-close-btn{margin-right:10px; color:var(--primary-color);}
.srch-close-btn i{cursor:pointer; font-size:18px;}
.icon-wrap .search-input{position:absolute; right:0; top:30px; width:0; transition:all 0.5s ease; z-index:9999999; opacity:0; visibility:hidden;}
.icon-wrap span input{border-radius:0; border-color:var(--primary-color);}
.icon-wrap .search-box{width:300px; visibility:visible; opacity:1;}
.search-input .form-control:focus{border-color:var(--primary-color); box-shadow:none;}
.search-button{cursor:pointer; display:flex; flex-direction:column; font-size:14px; text-align:center;}
.srch-sub-btn{background:var(--primary-color);color:var(--white-color);border-radius:0;}

/* search-tab */
body.search-open{overflow:hidden;}
.header-search-box .close{position:absolute; top:2rem; right:2rem; background:none; border:0; font-size:1.2rem; font-weight:700; display:block; cursor:pointer; color:#fff; background:var(--primary-color); border-radius:50%; height:40px; width:40px; line-height:35px; text-align:center;}
.header-search-box .close:hover{background:var(--primary-color);}

.header-search-box .search-box.search-elem{margin:0; position:fixed; top:0; left:0; width:100%; height:100%; z-index:9999; background:rgba(50, 33, 58, 0.9); transition:all 0.3s ease-in-out; -webkit-transform:scale(0); -ms-transform:scale(0); transform:scale(0);}
.header-search-box .search-box.search-elem .inner{width:70%; margin:0 auto; position:relative; top:50%; transform:translateY(-50%);}
.header-search-box .search-box.search-elem label{color:white; font-weight:300;}
.header-search-box .search-box.search-elem button.submit{outline:none; position:absolute; top:50%; right:15px; padding:10px 2rem; background:var(--primary-color); font-size:1rem; color:#fff; border:none; transform:translateY(-50%);}
.header-search-box .search-box.search-elem button.submit[disabled]{background:var(--primary-color); color:#fff;}
.header-search-box .search-box.search-elem input{padding:10px; height:50px; width:100%; font-size:18px; font-weight:400; border:none; border-bottom:solid 2px #999; transition:border 0.3s; border-radius:0; outline:0;}
.header-search-box .search-box.search-elem input::placeholder{font-size:16px;}
.header-search-box .search-box.search-elem input:focus{border:solid 2px  var(--primary-color);}
.header-search-box #search-field:focus-visible{border:none;}
.header-search-box .search-box.search-elem.search-open{-webkit-transform:scale(1); -ms-transform:scale(1); transform:scale(1);}
.header-search-box .search-btn{text-transform:uppercase; font-size:0.875rem; padding:0 10px; display:inline-block; cursor:pointer;}
.header-search-box .search-btn:hover{color:#00A896;}


/*====lead-new-area====*/
.lead-news-area{padding:40px 0 30px 0;}
.lead-news-list { margin-bottom: 13px; border-bottom: 1px solid var(); margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid var(--gray-color); }
.lead-news-list .Desc .Title{ font-weight: normal; }
.lead-news-list:last-child{margin-bottom:0;border-bottom:0;}
.lead-list-img{overflow:hidden; border-radius:15px;overflow:hidden;}
.lead-list-img img{ aspect-ratio:1.62; object-fit:cover; object-position:center; border-radius:15px; transition:all 0.5s ease;}
.lead-news-list:hover .Desc .Title{color:var(--primary-color);}
.lead-news-list:hover .lead-list-img img{transform:scale(1.1);}

.lead-news{position:relative;}
.lead-img{border-radius:15px; overflow:hidden;}
.lead-img img{ aspect-ratio:1.62; object-fit:cover; object-position:center; transition:all 0.5s ease;}
.lead-news .Desc {padding:7px;}
.lead-news .Desc .Title{color:var(--back-color); font-size:24px; line-height:30px; margin:5px 0;}
.lead-news .Desc .Brief p{-webkit-line-clamp:2;}
.lead-news:hover .Desc .Title{color:var(--primary-color);}
.lead-news:hover .lead-img img {transform:scale(1.1);}


/*====specialTwo-area====*/
.specialTwo-area{padding:30px 0;}
.spc-two-list {width:100%; margin-bottom:24px;}
.spc-two-list .spc-two-img{overflow:hidden; border-radius:15px;}
.spc-two-list .spc-two-img img{ aspect-ratio:1.62; object-fit:cover; object-position:center; border-radius:15px; transition:all 0.5s ease;}
.spc-two-list .Desc .Title {margin-top:8px;}
.spc-two-list:hover .Desc .Title{color:var(--primary-color);}
.spc-two-list:hover .spc-two-img img {transform:scale(1.1);}

/*====spc-double-area====*/
.spc-double-list {width:100%; margin-bottom:15px; padding-bottom:15px; border-bottom:1px solid var(--gray-color);}
.spc-double-list .spc-double-img{overflow:hidden;border-radius:15px;}
.spc-double-list .spc-double-img img{ aspect-ratio:1.62; object-fit:cover; object-position:center; border-radius:15px; transition:all 0.5s ease;}
.spc-double-list .Desc .Title{margin-top:8px;}
.spc-double-list:hover .Desc .Title{color:var(--primary-color);}
.spc-double-list:hover .spc-double-img img{transform:scale(1.1);}

/*====Latest-News==== */
.LatestNews ul{border:1px solid var(--white-color);}
.tab-content{background:var(--white-color);}
.LatestNews .nav-item{width:50%;}
.LatestNews .nav-pills .nav-link {font-size:18px; width:100%; color:#000; border-radius:0;}
.LatestNews .nav-link.active{background-color:var(--primary-color); color:var(--white-color);}
.LatestNews .tab-pane .LatestNewsWrap{height:313px; overflow-x:hidden; overflow-y:auto; scrollbar-width:thin; position:relative;}
.LatestNewsWrap ul li{list-style:none; padding-top:10px; margin-top:10px; border-top:1px solid #ebebeb;}
.LatestNewsWrap ul li:hover .Title {color:var(--primary-color);}
.LatestNewsWrap ul li:first-child{padding-top:0; margin-top:0; border-top:none;}
.LastestNewsList{display:flex; align-items:center;}
.LastestNewsList .count{padding:10px 15px; font-weight:700;}
.LastestNewsList .Title {font-weight:normal;}
.LatestNewsWrap{border:1px solid #eee; padding:10px 0;}
.allnews a{display:block; text-align:center; border:none; padding:5px; color:#fff; background:#555; text-decoration:none; font-size:16px;}

/* video-area */
.video-area {padding:30px 0 ;}
.VideoLead { position: relative; }
.VideoLead .Desc { padding: 15px 0 0 20px; position: absolute; left: 0; bottom: 0; }
.VideoLead .Title { color: #fff; margin-bottom: 10px; font-size: 22px; }

.VideoLead .video-thumb{padding-left:0;overflow:hidden;}
.VideoLead .video-thumb img{ aspect-ratio:1.75; object-fit:cover; object-position:center; width:100%; transition:all 0.5s ease;}
.VideoLead:hover .video-thumb img {transform:scale(1.1);}
.video-thumb img{ aspect-ratio:1.62; object-fit:cover; object-position:center; width:100%;border-radius:15px;}

.VideoLead .video-thumb::before{left:20px; top:20px; transform:translate(-0%,-0%);}
.VideoLead:hover .video-thumb::before{background:var(--primary-color); color:var(--white-color);}
.VideoLead:hover .Title{color:var(--primary-color);}

.video-thumb{position:relative;border-radius:15px;overflow: hidden;}
.video-thumb::before{position:absolute; font-family:"Font Awesome 5 Free"; content:"\f04b"; font-weight:900; left:50%; top:50%; width:45px; height:45px; transform:translate(-50%,-50%); border-radius:50%; color:var(--primary-color); background-color:var(--white-color); text-align:center; line-height:45px; font-size:23px; transition:all 0.3s ease; z-index:1;}

.video-lead-two{position:relative; overflow:hidden;}
.video-lead-two .Desc{padding:9px 13px}
.video-lead-two .Title{ margin-bottom:6px}
.video-lead-two:hover .video-thumb::before{background:var(--primary-color); color:var(--white-color);}
.video-lead-two:hover .Title{color:var(--primary-color);}
.video-lead-two .video-thumb img{transition:all 0.5s ease;}
.video-lead-two:hover .video-thumb img {transform:scale(1.1);}


/*==== DhakaExSpc-area ====*/
.national-spc {padding:30px 0;}
.national-list {margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid var(--gray-color);}
.national-list:last-child{margin-bottom:0; padding-bottom:0; border-bottom:0;}
.national-img{overflow:hidden; border-radius:15px;}
.national-img img { aspect-ratio:1.57; object-fit:cover; object-position:center; border-radius:15px; transition:all 0.5s ease;}
.national-list .Desc .Title {-webkit-line-clamp:3;}
.national-list:hover .Desc .Title{color:var(--primary-color);}
.national-list:hover .national-img img{transform:scale(1.1);}

.national-lead-wrap{width:100%;}
.national-lead-img{position:relative;border-radius:15px;overflow:hidden;}
.national-lead-img img{ aspect-ratio:1.57; object-fit:cover; object-position:center; width:100%; border-radius:15px; transition:all 0.5s ease;}
.national-lead-img::after{content:" "; position:absolute; left:0; right:0; top:0; bottom:0; background-image:linear-gradient(180deg,transparent,transparent 50%,#000);}
.national-lead-wrap .Desc{position:absolute; left:0; bottom:0; width:100%; z-index:1; padding:10px;}
.national-lead-wrap .Desc .Title{color:var(--white-color); font-size:22px; line-height:30px; margin-bottom:5px;}
.national-lead-wrap:hover .Desc .Title{color:var(--primary-color);}
.national-lead-wrap:hover .national-lead-img img {transform:scale(1.1);}

/*====common-category-style====*/
.CommonCat-area {padding:30px 0;}
.commonCat-wrap {border-radius:15px;}
.CommonLead{border-bottom:1px solid var(--gray-color); padding-bottom:5px;}
.CommonLead .CommonLead-img{border-radius:15px;overflow:hidden;}
.CommonLead .CommonLead-img img{ aspect-ratio:1.62; object-fit:cover; object-position:center; width:100%;border-radius:15px;transition:all 0.5s ease;}
.CommonLead .Desc .Title {font-size:18px;line-height:25px;font-weight:600;margin-top:5px;min-height:50px;}
.CommonLead:hover .Desc .Title {color:var(--primary-color);}
.CommonLead:hover .CommonLead-img img {transform:scale(1.1);}

.CommonListItem{padding:10px 0;border-bottom:1px solid var(--gray-color);}
.CommonListItem:last-child{padding-bottom:0;border-bottom:none;}
.CommonListItem .common-img{border-radius:15px;overflow:hidden;}
.CommonListItem .common-img img{ aspect-ratio:1.62; object-fit:cover; object-position:center; width:100%;border-radius:15px;transition:all 0.5s ease;}
.CommonListItem .Desc .Title {font-size:16px;}
.CommonListItem:hover .Desc .Title {color:var(--primary-color);}
.CommonListItem:hover .common-img img {transform:scale(1.1);}

/*====common-category-two-style====*/
.CommonCat-two-area{padding:30px 0;}
.CommonCat-two-area .commonCat-wrap{padding:0;} 
.CommonCat-two-area .section-heading{border-bottom:1px dashed var(--primary-color);}
.CommonCat-two-area .CommonListItem .Desc .Title{position:relative; padding-left:15px; min-height:50px;} 
.CommonCat-two-area .CommonListItem .Desc .Title::before{position:absolute;content:""; left:0;top:8px; width:10px; height:10px; background:var(--primary-color);border-radius:50%;} 

/*====entertainment-area====*/
.entertainment-area{padding:30px 0;
	background:#232327;
}
.entertainment-area .section-heading h2 { color:var(--white-color); }
.enMent-list {width:100%;margin-bottom:24px;}
.enMent-list-img{border-radius:15px;overflow:hidden;}
.enMent-list .enMent-list-img img{ border-radius:15px;transition:all 0.5s ease;}
.enMent-list .Desc .Title {margin-top:5px; min-height:50px;color: var(--white-color);}
.enMent-list:hover .Desc .Title {color:var(--primary-color);}
.enMent-list:hover .enMent-list-img img {transform:scale(1.1);}

.entertainmentListTwo-wrap .enMent-list {margin-bottom:0;}
.enMent-lead {width:100%;margin-bottom:24px;}
.enMent-lead .enMent-lead-img{border-radius:15px;overflow:hidden;}
.enMent-lead .enMent-lead-img img{ aspect-ratio:1.62; object-fit:cover; object-position:center; border-radius:15px;transition:all 0.5s ease;}
.enMent-lead .Desc{min-height:112px;}
.enMent-lead .Desc .Title{margin:10px 0 5px 0; font-size:22px; line-height:30px;color: var(--white-color);}
.enMent-lead .Desc .Brief p {-webkit-line-clamp:2; color:#d7d7d7;}
.enMent-lead:hover .Desc .Title{color:var(--primary-color);}
.enMent-lead:hover .enMent-lead-img img {transform:scale(1.1);}

/* ====others-one-area==== */
.others-one-area {padding:30px 0;}
.other-one-lead-img{border-radius:15px;overflow:hidden;}
.other-one-lead-img img{border-radius:15px; aspect-ratio:1.62; object-fit:cover; object-position:center; width:100%; transition:all 0.5s ease;}
.others-one-lead .Desc .Title{font-size:22px; margin:8px 0 5px 0; line-height:30px;}
.others-one-lead .Desc .Brief p{-webkit-line-clamp:2;}
.others-one-lead:hover .Desc .Title{color:var(--primary-color);}
.others-one-lead:hover .other-one-lead-img img{transform:scale(1.1);}


.othersOne-list-wrap{border-radius:15px;}
.othersOne-list{padding-bottom:10px; margin-bottom:10px; border-bottom:1px solid var(--gray-color);}
.othersOne-list:last-child{padding-bottom:0;border-bottom:none;margin-bottom:0;}
.othersOne-list-img{border-radius:15px;overflow:hidden;}
.othersOne-list .othersOne-list-img img{ aspect-ratio:1.62; object-fit:cover; object-position:center; width:100%;border-radius:15px;transition:all 0.5s ease;}
.othersOne-list .Desc .Title {-webkit-line-clamp:3;}
.othersOne-list:hover .Desc .Title {color:var(--primary-color);}
.othersOne-list:hover .othersOne-list-img img{transform:scale(1.1);}

/* ====DPrayersTime==== */
.DPrayersTime{background:var(--primary-color); color:#f0f0f0}
.DPrayersTime .THead{font-size:18px; padding:7px 10px 5px; text-align:center}
.DPrayersTime .table{background:#fff; border-left:1px solid var(--primary-color); border-right:1px solid var(--primary-color); margin-bottom:0}
.DPrayersTime .table th{padding:5px 15px}
.DPrayersTime .table td, .DPrayersTime .table th{border-bottom:1px solid var(--primary-color); border-right:1px solid var(--primary-color); border-top:0 solid #dee2e6; color:#333; font-size:17px; text-align:center}
.DPrayersTime .table td{padding:4px 15px 3px}
.DPrayersTime .table td:last-of-type{border-right:0 solid #dee2e6}
.DPrayersTime p{padding:5px 15px; text-align:center}


/*====entertainment-area====*/
.sports-area {padding:30px 0; background:#232327; }
.sports-area .section-heading h2{color:var(--white-color);}
.sports-list {width:100%;border-radius:15px; margin-bottom:24px;}
.sports-list .sports-list-img {border-radius:15px; overflow:hidden;}
.sports-list .sports-list-img img{
	/* aspect-ratio:1.65; object-fit:cover; object-position:center;  */
	border-radius:15px; transition:all 0.5s ease;}
.sports-list .Desc .Title{margin:5px 0 5px 0; color: var(--white-color);}
.sports-list .Desc .Brief p {color:#d7d7d7;}
.sportsListTwo-wrap .sports-list {margin-bottom:0;}
.sports-list:hover .Desc .Title {color:var(--primary-color);}
.sports-list:hover .sports-list-img img {transform:scale(1.1);}

.sports-lead {width:100%;border-radius:15px; margin-bottom:24px;}
.sports-lead .sports-lead-img{position:relative;}
.sports-lead .sports-lead-img::after{content:" "; position:absolute; left:0; right:0; top:0; bottom:0; background-image:linear-gradient(180deg,transparent,transparent 50%,#000);}
.sports-lead .sports-lead-img{border-radius:15px; overflow:hidden;}
.sports-lead .sports-lead-img img{
	/* aspect-ratio:1.82; object-fit:cover; object-position:center; min-height:335px; */
	border-radius:15px; transition:all 0.5s ease;}
.sports-lead .Desc{position:absolute; left:0; bottom:0; width:100%; z-index:1; padding:10px;}
.sports-lead .Desc .Title{font-size:22px; line-height:30px;color:var(--white-color);}
.sports-lead .Desc .Brief p {-webkit-line-clamp:2;}
.sports-lead:hover .Desc .Title{color:var(--primary-color);}
.sports-lead:hover .sports-lead-img img {transform:scale(1.1);}

/* ====others-two-area==== */
.others-two-area {padding:30px 0;}
.other-Two-lead-img{position:relative;  border-radius:15px; overflow:hidden;}
.other-Two-lead-img::after{content:" "; position:absolute; left:0; right:0; top:0; bottom:0; background-image:linear-gradient(180deg,transparent,transparent 50%,#000);}
.other-Two-lead-img img{ aspect-ratio:1.62; object-fit:cover; object-position:center; min-height:367px; width:100%; transition:all 0.5s ease;}
.others-Two-lead .Desc{position:absolute; left:0; bottom:0; width:100%; z-index:1; padding:10px;}
.others-Two-lead .Desc .Title{font-size:22px; margin-bottom:5px; line-height:30px;color:var(--white-color);}
.others-Two-lead .Desc .Brief p{-webkit-line-clamp:1; color:#c5bebe;}
.others-Two-lead:hover .Desc .Title{color:var(--primary-color);}
.others-Two-lead:hover .other-Two-lead-img img {transform:scale(1.1);}

.othersTwo-list{padding-bottom:10px; margin-bottom:10px; border-bottom:1px solid var(--gray-color);}
.othersTwo-list:last-child{padding-bottom:0;border-bottom:0;margin-bottom:0;}
.othersTwo-list .othersTwo-list-img{border-radius:15px; overflow:hidden;}
.othersTwo-list .othersTwo-list-img img{
	aspect-ratio:1.62; object-fit:cover; object-position:center;width:100%;
	border-radius:15px;
	/* min-height:108px; */
	transition:all 0.5s ease;}
.othersTwo-list .Desc .Title {-webkit-line-clamp:2;}
.othersTwo-list .Desc .Brief p {-webkit-line-clamp:2;}
.othersTwo-list:hover .Desc .Title {color:var(--primary-color);}
.othersTwo-list:hover .othersTwo-list-img img {transform:scale(1.1);}


.others-two-list-two {width:100%;}
.others-two-list-two .others-two-list-two-img{position:relative;border-radius:15px; overflow:hidden;} 
.others-two-list-two .others-two-list-two-img img{ aspect-ratio:1.62; object-fit:cover; object-position:center; border-radius:15px;transition:all .3s ease}
.others-two-list-two .Desc .Title{margin-top:2px;}
.others-two-list-two:hover .Desc .Title {color:var(--primary-color);}
.others-two-list-two:hover .others-two-list-two-img img{transform:scale(1.1);}


/* ====lifestyle-area==== */
.lifestyle-area {padding:30px 0; }
/* .lifestyle-area .section-heading h2 {color:var(--white-color);} */
.lifestyle-lead .slider-content-wrap{position:relative;}
.lifestyle-lead .slider-content-wrap .Desc{position:absolute;left:0;bottom:0;padding:10px;}
.lifestyle-lead .slider-content-wrap .Desc .Title{color:var(--white-color);font-size: 22px;}
.lifestyle-lead .slider-content-wrap .lifestyle-lead-img{position:relative; border-radius:15px; overflow:hidden;}
.lifestyle-lead .slider-content-wrap .lifestyle-lead-img::after{content:" "; position:absolute; left:0; right:0; top:0; bottom:0; background-image:linear-gradient(180deg,transparent,transparent 50%,#000);}
.lifestyle-lead .slider-content-wrap .lifestyle-lead-img img{ aspect-ratio:1.62; object-fit:cover;object-position:center; width:100%; transition:all 0.5s ease;}
.lifestyle-lead:hover .slider-content-wrap .Desc .Title{color:var(--primary-color);}
.lifestyle-lead:hover .slider-content-wrap .lifestyle-lead-img img{transform:scale(1.1);}

.lifestyle-list {width:100%;margin-bottom:24px;}
.lifestyle-list .lifestyle-list-img{border-radius:15px; overflow:hidden;}
.lifestyle-list .lifestyle-list-img img{ aspect-ratio:1.62; object-fit:cover; object-position:center; border-radius:15px;transition:all 0.5s ease;}
.lifestyle-list .Desc .Title{margin-top:5px;color: var(--back-color);}
.lifestyle-list:hover .Desc .Title{color:var(--primary-color);}
.lifestyle-list:hover .lifestyle-list-img img{transform:scale(1.1);}


/*====category-page====*/
.category-page{padding:60px 0;}
.cat-list {width:100%;margin-bottom:24px;}
.cat-list-img{border-radius:15px;overflow:hidden;}
.cat-list .cat-list-img img { aspect-ratio: 1.62; object-fit: cover; object-position: center; border-radius: 15px; transition: all 0.5s ease; }
.cat-list .Desc .Title {margin-top:5px; min-height:50px; color:var(--back-color);}
.cat-list:hover .Desc .Title {color:var(--primary-color);}
.cat-list:hover .cat-list-img img {transform:scale(1.1);}

.catListTwo-wrap .cat-list {margin-bottom:0;}
.cat-lead {width:100%;margin-bottom:24px;}
.cat-lead .cat-lead-img{border-radius:15px;overflow:hidden;}
.cat-lead .cat-lead-img img{aspect-ratio: 1.62; object-fit: cover; object-position: center; border-radius: 15px; transition: all 0.5s ease;}
.cat-lead .Desc{min-height:112px;}
.cat-lead .Desc .Title{margin:10px 0 5px 0; font-size:22px; line-height:30px; color:var(--back-color);}
.cat-lead .Desc .Brief p {-webkit-line-clamp:2; color:#767676;}
.cat-lead:hover .Desc .Title{color:var(--primary-color);}
.cat-lead:hover .cat-lead-img img {transform:scale(1.1);}

.category-single-news {padding-top:60px;}
.cat-sin-news-list {margin-bottom:24px;}
.cat-sin-news-list-img{border-radius:15px;overflow:hidden;}
.cat-sin-news-list-img img{aspect-ratio: 1.62; object-fit: cover; object-position: center; border-radius: 15px; transition: all 0.5s ease;}
.cat-sin-news-list-text .Title {margin-bottom:5px;}
.cat-sin-news-list-text:hover .Desc .Title{color:var(--primary-color);}
.cat-sin-news-list:hover .cat-sin-news-list-img img {transform:scale(1.1);}

/* details-page */
.details-page { padding: 30px 0; }
.breadcrumb-wrap .breadcrumb-item {font-size:16px}
.breadcrumb-wrap .breadcrumb-item i {color:#6c757d}
.breadcrumb-item+.breadcrumb-item::before {content:"\f054"; font-family:"font awesome 5 free"; font-weight:900;font-size: 12px; line-height: 24px;}

.dheading{margin:24px 0}
.DsubHead{margin-bottom:10px; color:var(--back-color); font-size:18px;}
.DShoulder{ margin-bottom:10px; color:var(--primary-color); font-size:18px}
.dheading h1{font-size:34px; font-weight:700; line-height:44px}

.writter{margin-bottom:5px}
.writter p{font-size: 15px;font-weight:700;}
.dateAndTime p>i {font-size:14px}
.DNewsImg {margin-top:20px;}
.DNewsImg p { margin-top:5px; font-size:15px; font-style:italic }
.dcontent-details{margin-top:30px;}
.dcontent-details p { font-size:20px; line-height: 34px; color: #444; margin-bottom: 20px; }

.MostPopularTab{margin-top:55px;}
.MostPopularTab .panel-heading h2 { background: var(--gray-color); color:var(--primary-color); font-size: 18px; font-weight: 600; text-align: center; padding: 8px 15px; }
.DLatestNews { border: 1px solid #e2e2e2; border-bottom: 0; }
.MostPopularTab .PanelHeight { border-bottom:1px solid #a9a9a9; max-height:410px; overflow-x:hidden; transition:all 1s ease }
.MostPopularTabList { border-bottom:1px solid #e2e2e2; padding:10px 5px }
.MostPopularTabList .Desc {padding:0 }
.MostPopularTabList .Desc .Title {font-size:16px; font-weight:400!important; line-height:22px; overflow:hidden; text-overflow:ellipsis }
.DLatestNews img{aspect-ratio: 1.62; object-fit: cover; object-position: center; border-radius: 15px; transition: all 0.5s ease;}
.read-more-section {padding: 30px 0;}

.DTextZoom button { border-radius:50%; width:25px; height:25px; border:1px solid #000; padding:0; margin-left:5px; font-size:16px; line-height:16px }
.DTextZoom button:nth-child(1) {font-size:30px; line-height:20px}
.DTextZoom button:nth-child(2) {font-size:16px; line-height:20px}
.DTextZoom button:nth-child(3) {font-size:20px; line-height:10px}

/* archive-page */
.archive-news-search-wrap .form-control:focus { border-color:var(--primary-color); box-shadow:none; }
.archive-news-search-wrap select option { font-size: 14px; font-family:'SolaimanLipi', sans-serif; }

.archive-news-list { margin-bottom: 10px; border-bottom: 1px solid var(--gray-color); padding-bottom: 10px; }
.archive-news-list .archive-news-img{ border-radius: 15px; overflow: hidden; }
.archive-text h3 { font-size: 18px; line-height: 26px; font-weight:600; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;transition: all 0.3s ease;}
.archive-text .archive-cat-link { border: 1px solid var(--primary-color); font-size: 14px; padding: 2px 11px; font-weight: 700; color: var(--primary-color); margin-bottom: 10px; display: inline-block; border-radius: 5px; transition: all 0.3s ease;}
.archive-text .archive-cat-link:hover {background: var(--primary-color); color: var(--white-color);}
.archive-text .archive-date { font-size: 14px; }

.archive-news-list .archive-news-img img { aspect-ratio: 1.62; object-fit: cover; object-position: center; width: 100%; transition: all 0.3s ease; }
.archive-news-list:hover .archive-news-img img { transform: scale(1.1); }
.archive-news-list:hover .archive-text h3{ color: var(--primary-color);}

/* video-page */
.video-more-video .Title { color: var(--back-color); }
.DNewsImg iframe { aspect-ratio: 16/9; object-fit: cover; }

/* ====footer==== */
.footer-area{background:#000; margin-top:30px;padding-bottom:50px;}
.footer-logo img { width: 270px; margin-bottom: 20px; }
.DFooterBg{padding:30px 0;color:var(--back-color);}
.footer-info h5{font-size:18px;color:var(--white-color); margin-bottom:10px;}
.footer-info p{margin-bottom:8px;color:var(--white-color)}
.footer-info p>a{transition:all 0.3s ease;color:var(--white-color)}
.footer-info p>a:hover{color:var(--white-color);}
.footer p{color: var(--white-color);}
.address{margin:0;}
.address h5{margin-bottom:10px;font-size:18px;color: var(--white-color);;}
.address p{font-size:16px;margin-bottom:8px;color: var(--white-color);}
.address p>a{transition:all 0.3s ease; color: var(--white-color);}
.address p>a:hover{color:var(--white-color);}
.border-right-inner{border-right:1px solid var(--gray-color);}

.DFooterBottomBg{padding:15px 0; border-top:1px solid var(--gray-color);}
.DFooterBottomBg p{color:var(--white-color);font-size:14px;}
.DFooterBottomBg p a{color:var(--white-color)}

.Errors{
	font-size: 80px;
}
.ErrorHeader {
    font-size: 22px;
}
.ErrorBody{
	text-align: center;
}

@media (min-width:1600px) and (max-width:5000px) {
	.container{max-width:1440px;}
}

/* XL Device :1200px. */
@media (min-width:1200px) and (max-width:1500px) {

}

@media (min-width:1200px) and (max-width:1400px) {

}

/* LG Device :992px. */
@media (min-width:992px) and (max-width:1200px) {
	.container{max-width:100%;}
	.floating-ad-left{display:none;}
	.floating-ad-right{display:none;}
	.main-menu .navbar-light .navbar-nav .nav-link{padding:10px 12px; font-size:14px;}
	.main-menu.sticky .navbar-light .navbar-nav .nav-link{font-size:12px; padding:15px 10px;}
	.lead-img img{aspect-ratio:1.75;}
}

 
/* MD Device :768px. */
@media (min-width:768px) and (max-width:991px) {
	.container{max-width:100%;}
	.floating-ad-left{display:none;}
	.floating-ad-right{display:none;}
	.header-top {padding:10px 0;}
	.dataATime {text-align:center;margin-top:10px;}
	.dataATime p:last-child {display:none;}
	.logo img {width:200px;}
	.social-icon{display:none;}
	.top-ad-area{display:none;}
	.icon-wrap .search-input{right:-50px;}
	.sticky .header-top .logo { display:block;}
	.sticky{padding-top:10px;}
	.mobile-menu-area .mobile-topbar .bars i:hover{background:none !important; border:none !important; color:var(--back-color) !important;}
	.lead-news{margin-bottom:20px;}
	.lead-news-area { padding: 90px 0 30px 0; }
	.commonCat-wrap{margin-bottom:40px;}
	.CommonCat-area .col-lg-3:nth-last-child(-n+2) .commonCat-wrap{margin-bottom:0;}
	.DhakaExSpc-lead-img img{aspect-ratio:1.57; min-height:auto;}
	#button{width:40px; height:40px; bottom:100px;}
	#button i{font-size:18px; line-height:40px;}
	.header-search-box .search-box.search-elem .inner{width:100%;}
	.header-search-box .search-box.search-elem button.submit{padding:10px 1rem;}
	.video-lead-two{margin-top:30px;}
	.spc-double-two-wrap{margin-bottom:30px;}
	.DhakaExSpc-lead-wrap{margin-bottom:30px;}
	.DhakaExSpc-wrap{margin-bottom:30px;}
	.others-one-lead-wrap {margin-bottom:30px;}
	.others-left-wrap{margin-bottom:30px;}
	.others-Two-lead-wrap{margin-bottom:30px;}
	.sportsListTwo-wrap .sports-list{margin-bottom:24px;}
	.others-two-list-two{margin-bottom:24px;}
	.lifestyle-lead{margin-bottom:30px;}
	.Photogallery-wrap{margin-bottom:30px;}
	.footer-area {margin-bottom:43px;}
	.category-page{padding-top:100px;}
}

 
/* Extra small Device. */
@media (max-width:767px) {
	.container{max-width:100%;}
	.floating-ad-left{display:none;}
	.floating-ad-right{display:none;}
	.top-ad-area{display:none;}
	.header-top {padding:10px 0;}
	.social-icon{display:none;}
	.dataATime{margin-top:10px;}
	.dataATime p:last-child {display:none;}
	.logo img {width:200px;}
	.socialIconAndsearch{margin-top:10px;}
	.icon-wrap{display:none;}
	.sticky .header-top .logo { display:block;}
	.sticky{padding-top:10px;}
	.mobile-menu-area .mobile-topbar .bars i:hover{background:none; border:none; color:var(--back-color);}
	.lead-news-area { padding: 90px 0 30px 0; }
	.lead-news {margin-bottom:20px;}
	.commonCat-wrap{margin-bottom:40px;}
	.CommonCat-area .col-lg-3:last-child .commonCat-wrap{margin-bottom:0;}
	.DhakaExSpc-lead-img img{aspect-ratio:1.57;}
    .MoreInfo{padding-left:unset; margin-top:20px; margin-right:58px;}
	.sports-lead .sports-lead-img img{aspect-ratio:1.57;}
	.VideoLead .video-thumb img{aspect-ratio:1.75;}
	#button{width:40px; height:40px; bottom:100px;}
	#button i{font-size:18px; line-height:40px;}
	.header-search-box .search-box.search-elem .inner{width:100%;}
	.header-search-box .search-box.search-elem button.submit{padding:10px 1rem;}
	.video-lead-two {margin-top:30px;}
	.special-news{margin-top:30px;}
	.spc-double-two-wrap {margin-bottom:30px;}
	.DhakaExSpc-lead-wrap{margin-bottom:30px;}
	.DhakaExSpc-wrap{margin-bottom:30px;}
	.DhakaExSpc-lead-wrap .Desc .Brief p{display:none;}
	.others-one-lead-wrap{margin-bottom:30px;}
	.others-left-wrap{margin-bottom:30px;}
	.others-Two-lead-wrap{margin-bottom:30px;}
	.other-Two-lead-img img{min-height:unset;}
	.sportsListTwo-wrap .sports-list{margin-bottom:24px;}
	.others-Two-lead .Desc .Brief p{display:none;}
	.others-two-list-two{margin-bottom:24px;}
	.lifestyle-lead{margin-bottom:30px;}
	.Photogallery-wrap{margin-bottom:30px;}
	.entertainmentListTwo-wrap .enMent-list{margin-bottom:24px;}
	.catListTwo-wrap .cat-list { margin-bottom:24px;}
	.category-single-news {padding-top:0;}
	.LatestNews { margin-top: 30px; }
	.cat-sin-news-list-text .Desc .Brief {display:none;}
	.breadcrumb-wrap .breadcrumb-item { font-size: 12px; }
	.breadcrumb-item + .breadcrumb-item::before { line-height: 20px; }
	.DTextZoom {margin-top:20px}
	.footer-area {margin-bottom:43px;}
	.footer-info{margin-bottom:15px;}
	.address{margin-bottom:15px;}
	
	.spc-two-list{ margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid var(--gray-color); }
	.spc-two-list a { display:flex; gap:15px;}
	.spc-two-list .spc-two-img {flex: 0 0 140px;}
	
	.spc-double-list a { display:flex; gap:15px;}
	.spc-double-list .spc-double-img {flex: 0 0 140px;}
	
	.others-two-list-two a { display:flex; gap:15px;}
	.others-two-list-two .others-two-list-two-img {flex: 0 0 140px;}
	
	.othersOne-list .col-lg-5{order:1;}
	.othersOne-list .col-lg-7{order:2;}
	
	.cat-list a { display:flex; gap:15px;}
	.cat-list .cat-list-img {flex: 0 0 140px;}

	.category-page{padding-top:100px;}
	.ticker-title { padding: 8px 17px; font-size: 18px; }
	.archive-news-search-wrap input { margin-bottom: 10px; }
	.national-lead-wrap { margin-bottom: 20px; }
	
}
 
/* SM Small Device :550px. */
@media only screen and (min-width:576px) and (max-width:767px) {
}



