@import url('https://fonts.maateen.me/solaiman-lipi/font.css');
:root{--primary-color:#c98128;--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:calc(100% - 150px); padding-right:10px; padding-left:10px;}
.container-fluid{padding:0}

.Desc .Title{font-size:18px; font-weight:600; display:-webkit-box; -webkit-box-orient:vertical; overflow:hidden; text-overflow:ellipsis; line-height:26px; transition:all 0.3s ease;}
.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;}
.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(../../media/common/section-logo.png);width:22px;height:22px;background-position:center;background-size:cover;transform:translateY(-50%);border-radius: 7px;}

.spnSubHead{color: var(--primary-color);margin-right: 10px;}
.subHeading{color: var(--primary-color);margin-right: 10px;}

/*====common====*/
.sticky{position:fixed;background:var(--bg-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 .navbar-light .navbar-nav .nav-link{font-size: 15px;  padding: 10px 9px;}
.sticky .main-menu .logo img{width:170px;}
.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;}
.common-img-animation{ border-radius: 15px; overflow: hidden;}
.common-img-animation img { border-radius: 15px; transition: all 0.5s ease;}

picture img{aspect-ratio: 16/9; object-fit: cover; object-position: center; width: 100%;}
.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 button{ background:var(--primary-color); padding:6px 30px; color:var(--white-color); border:1px solid transparent;display:inline-block;}
.read-more-btn button:hover{color:var(--primary-color); background:var(--white-color); border-color:var(--primary-color);}

.read-more-btn a{ background:var(--primary-color); padding:6px 30px; color:var(--white-color); border:1px solid transparent;display:inline-block;}
.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:25px;line-height:50px;color:#fff;}
.btn-check:focus+.btn, .btn:focus{box-shadow:none;}

/*floating-ad*/
.floating-ad-left{position:fixed; left:0; top:0; width:120px; transition:all 0.5s ease; background-color:#f0f1f5; z-index:10000;}
.floating-ad-img{position:relative; text-align:center;}
.floating-ad-left .close-btn-left{position:absolute; bottom:0; right:-25px; cursor:pointer;}
.floating-ad-left .close-btn-left a > i{width:25px; height:25px; background:var(--primary-color); line-height:25px; text-align:center; color:#fff; border-radius:50%; font-size:12px;}
.floating-ad-left.close-ad-left{left:-200px;}
.floating-ad-right.close-ad-right{right:-200px;}

.floating-ad-right{position:fixed; right:0; top:0; width:120px; transition:all 0.5s ease; background-color:#f0f1f5; z-index:99999999;}
.floating-ad-right .close-btn-right{position:absolute; bottom:0; left:-25px; cursor:pointer;}
.floating-ad-right .close-btn-right a > i{width:25px; height:25px; background:var(--primary-color); line-height:25px; text-align:center; color:#fff; border-radius:50%; font-size:12px;}

.floating-ad-scroll{position:fixed; left:50%; top:43px; width:100%; height:50px; transform:translateX(-50%); transition:all 0.5s ease; z-index:2; display:flex; justify-content:center; box-shadow:0 0 0 hsla(0,0%,73%,.2),0 -3px 10px hsla(0,0%,73%,.2); background:var(--white); display:none;}
.floating-ad-scroll .floating-ad-img{display:flex; align-items:center; justify-content:center;}
.floating-ad-scroll .close-btn-scroll{position:absolute; right:15px; top:5px; cursor:pointer;}
.floating-ad-scroll .close-btn-scroll a{display:flex;}
.floating-ad-scroll .close-btn-scroll a > i{text-align:center; color:var(--background-color); border-radius:50%; font-size:16px;}
.floating-ad-scroll.close-ad-scroll{top:-200px;}

/*news-ticker*/
.ticker-wrap{ width:100%; white-space:nowrap; position:fixed; left:0; bottom:0; z-index:99; background:var(--bg-color);border-top: 1px solid #434343;}
.marquee{ display:flex; align-items:center;overflow:hidden;background:var(--bg-color) }
.ticker-title{ padding:8px 15px; background:var(--primary-color); color:var(--white-color); position:relative; z-index:99; font-weight:900; font-size:22px;}
.ticker-title2{ padding:10px; background:#EB2127; color:var(--white-color); position:relative; z-index:99; 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{transition:all 0.7s ease;color:var(--white-color); }
.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%);}
}

.DScroll{z-index:99;position:fixed;left:0;bottom:0;width:100%;background:var(--bg-color);color:var(--white-color);font-size:18px;border-top: 1px solid #434343;}
.DScrollSection{display:flex;flex-wrap:wrap;margin:0 -10px;}
.DScrollSection .ScrollHeading{width:150px;padding:10px 15px;background:var(--primary-color);}
.DScrollSection .ScrollHeading p{font-size:22px;color:var(--white-color);font-weight: bold;}
.DScrollSection .ScrollHeading2{width:150px;padding:10px 15px;background:#EB2127;}
.DScrollSection .ScrollHeading2 p{font-size:22px;color:var(--white-color);font-weight: bold;}

.DScrollSection .ScrollSubject{width:calc(100% - 150px);padding:0 10px;}
.DScrollSection .ScrollSubject a span:hover{color:var(--primary-color);}
.DScrollSection .ScrollSubject a span {padding-right: 40px;display: inline-block;margin-top: 2px;margin-bottom: -2px;font-size: 18px;color: var(--white-color);font-weight: 400;}
.DScrollSection .SquareIcon {display: inline;  padding-right: 5px;}
.DScrollSection .ScrollSubject .SquareIcon img{ width:23px; }

.DScroll marquee{scroll-behavior: smooth;}


/*====header-top====*/
/* .header-area{background:var(--bg-color);} */
.header-top{padding:15px 0;}
.top-ad-area{margin-bottom:20px;}
.HeaderTopSocialIcon{display:flex; gap:9px;justify-content: center;}
.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 .tiktok i{background:#080808;}
.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 {
    background: #fff;
    border-top: 3px double #ccc;
    border-bottom: 1px solid #ccc;
}
.sticky .main-menu {
	background: #fff;
	border: none;
}
.logo img{width:360px;}
.main-menu .logo{display:none;}
.main-menu .navbar{padding:0;}
.main-menu .navbar-light .navbar-nav .nav-link{color:var(--back-color); font-size:17px; padding:10px 8px;}
.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);}

/*mobile-scroll-menu*/
.scroll-menu{ overflow-x:auto; overflow-y:hidden; }
.scroll-menu ul{ display:flex;}
.scroll-menu ul li{ list-style:none; display:inline-block;}
.scroll-menu ul li a{ font-size:18px; color:var(--white-color); display:block; padding:10px 12px; white-space:nowrap; }
.scroll-menu ul li:first-child a{ padding-left:0; }

/*header-offcanvas*/
.menu-offcanvas .offcanvas{z-index:50000;}
.menu-offcanvas .offcanvas-start{width:300px;}
.offcan-menu ul li{list-style:none; padding:7px 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; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);}
.mobile-menu-area{z-index:99; width:100%; transition:all linear 0.2s;}
.mobile-menu-area .mobile-topbar{width:100%;  padding:7px 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:999999; overflow-y:scroll; transition-duration:0.3s;}
.mobile-menu-area .mobile-menu-main .logo{padding:20px;background:var(--white-color);}
.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;color: #ccc;}
.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;color: #ccc;}
.mm-tab-menu i{color:var(--primary-color);font-size:16px;}

/*search-button*/
.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; overflow:hidden;}
.lead-list-img img{ 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{ overflow:hidden;}
.lead-img img{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);}

.special-news{background:#F9F9C7; padding:20px 15px 10px 15px;border:2px solid var(--primary-color);}
.special-news .sp-heading{font-size:24px; padding-bottom:15px; text-align:center;}
.special-news-img{overflow:hidden; overflow:hidden;}
.special-news-img img{transition:all 0.5s ease;}
.special-news .Desc .Title{font-size:20px; margin:10px 0; line-height:30px;}
.special-news .Desc .Brief p{-webkit-line-clamp:4;}
.special-news:hover .Desc .Title{color:var(--primary-color);}
.special-news:hover .special-news-img img{transform:scale(1.1);}

/*====specialTwo-area====*/
.specialTwo-area{padding:30px 0;}
.spc-two-list{width:100%; margin-bottom:15px;}
.spc-two-list .spc-two-img{overflow:hidden; }
.spc-two-list .spc-two-img img{ 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;}
.spc-double-list .spc-double-img img{ 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);}

.spc-double-two-content-wrap{margin-top:10px;border-top:1px solid var(--gray-color);padding-top:15px;}
.spc-double-two-content-wrap .col-lg-3{border-right:1px solid var(--gray-color);}
.spc-double-two-content-wrap .col-lg-3:last-child{border-right:0;}
.spc-double-two-wrap .Desc .Title{margin-bottom:8px;}
.spc-double-two-wrap:hover .Desc .Title{color:var(--primary-color);}

/*====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:370px; 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{background:#232327;padding:30px 0 ;}
.video-area .section-heading h2{color:var(--white-color);}
.video-area .DVideoTop h3{color:var(--white-color); margin-top: 4px;}
.video-area .DVideoList h3{color:var(--white-color); font-size: 14px; margin-top: 4px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; text-overflow:ellipsis;}
.video-area .DVideoTop {position: relative;}
.video-area .DVideoListItem  {position: relative;}
.video-area .DVideoTop .videoIcon{position: absolute; top: 7px; right: 7px; z-index: 1; color: #fff; font-size: 20px; height: 45px; width: 45px; line-height: 45px; border-radius: 50%; background: var(--primary-color); text-align: center;}
.video-area .DVideoList .videoIcon{position: absolute; top: 7px; right: 7px; z-index: 1; color: #fff; font-size: 18px; height: 30px; width: 30px; line-height: 30px; border-radius: 50%; background: var(--primary-color); text-align: center;}
.video-area .DVideoTop img{ aspect-ratio: 1.7777; object-fit: cover; object-position: center; width:100%; overflow:hidden; transition:all 0.5s ease;}
.VideoLead{background:#303841;  overflow:hidden;}
.VideoLead .Desc{padding:15px 0 0 20px}
.VideoLead .Title{color:#fff; margin-bottom:10px}
.VideoLead .video-thumb{padding-left:0}
.VideoLead .video-thumb img{width:100%;  transition:all 0.5s ease;}
.video-thumb img{width:100%;}
.video-thumb img{
	aspect-ratio: 1.7777;
	object-fit: cover;
	object-position: center;
	transition: all .3s ease-in;
	width: 100%;
}
.video-area .DVideoList img{
	aspect-ratio: 1.7777;
	object-fit: cover;
	object-position: center;
	transition: all .3s ease-in;
	width: 100%;
}
.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);}
.VideoLead:hover .video-thumb img{transform:scale(1.1);}

.video-thumb{position:relative;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{background:#303841; position:relative;  overflow:hidden;}
.video-lead-two .Desc{padding:9px 13px}
.video-lead-two .Title{color:#fff; margin-bottom:6px}
.video-lead-two .Brief p{color:#eee; -webkit-line-clamp:4}
.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);}

.video-list-wrap{margin-top:24px}
.video-gallery-list{background:#303841;  overflow:hidden;}
.video-gallery-list .Desc{padding:8px 10px 6px; height:71px; overflow:hidden; box-shadow:1px 1px 6px rgb(0 0 0/10%)}
.video-gallery-list .Title{color:#fff; -webkit-line-clamp:2}
.video-gallery-list:hover .video-thumb::before{background:var(--primary-color); color:var(--white-color);}
.video-gallery-list:hover .Title{color:var(--primary-color);}
.video-gallery-list .video-thumb img{transition:all 0.5s ease;}
.video-gallery-list:hover .video-thumb img{transform:scale(1.1);}

.video-slider .slick-slide{margin-left:12px; margin-right:12px;}
.video-slider .slick-list{margin-left:-12px; margin-right:-12px;}
.video-slider .priv_arrow{position:absolute; left:0; top:50%; transform:translateY(-50%); z-index:1; cursor:pointer;}
.video-slider .next_arrow{position:absolute; right:0; top:50%; transform:translateY(-50%); z-index:1; cursor:pointer;}
.video-slider .next_arrow i, .video-slider .priv_arrow i{background:#FDC226BA; color:var(--white-color); width:30px; height:30px; line-height:30px; text-align:center; font-size:14px;}

.video-slider .slick-track{display:flex;}
.video-slider .slick-track .slick-slide{display:flex; height:auto;}


/*==== DhakaExSpc-area ====*/
.dhaka-express-spc{padding:30px 0;}
.DhakaExSpc-list{margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid var(--gray-color);}
.DhakaExSpc-list:last-child{margin-bottom:0; padding-bottom:0; border-bottom:0;}
.DhakaExSpc-img{overflow:hidden; }
.DhakaExSpc-img img{ transition:all 0.5s ease;}
.DhakaExSpc-list:hover .Desc .Title{color:var(--primary-color);}
.DhakaExSpc-list:hover .DhakaExSpc-img img{transform:scale(1.1);}

.DhakaExSpc-lead-wrap{width:100%;}
.DhakaExSpc-lead-img{position:relative;overflow:hidden;}
.DhakaExSpc-lead-img img{width:100%;  transition:all 0.5s ease;}
.DhakaExSpc-lead-img::after{content:" "; position:absolute; left:0; right:0; top:0; bottom:0; background-image:linear-gradient(180deg,transparent,transparent 50%,#000);}
.DhakaExSpc-lead-wrap .Desc{position:absolute; left:0; bottom:0; width:100%; z-index:1; padding:10px;}
.DhakaExSpc-lead-wrap .Desc .Title{color:var(--white-color); font-size:22px; line-height:30px; margin-bottom:5px;}
.DhakaExSpc-lead-wrap .Desc .Brief p{-webkit-line-clamp:2; color:#c5bebe;}
.DhakaExSpc-lead-wrap:hover .Desc .Title{color:var(--primary-color);}
.DhakaExSpc-lead-wrap:hover .DhakaExSpc-lead-img img{transform:scale(1.1);}

/*====common-category-style====*/
.CommonCat-area{padding:30px 0;}
.commonCat-wrap{}
.CommonLead{border-bottom:1px solid var(--gray-color); padding-bottom:5px;}
.CommonLead .CommonLead-img{overflow:hidden;}
.CommonLead .CommonLead-img img{width:100%;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{overflow:hidden;}
.CommonListItem .common-img img{width:100%;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:#4251A3;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{overflow:hidden;}
.enMent-list .enMent-list-img img{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{overflow:hidden;}
.enMent-lead .enMent-lead-img img{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{overflow:hidden;}
.other-one-lead-img img{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{}
.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{overflow:hidden;}
.othersOne-list .othersOne-list-img img{width:100%;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 10px; text-align:center;font-size: 15px;color: #333;}


/*====entertainment-area====*/
.sports-area{padding:30px 0; background:#232327; }
.sports-area .section-heading h2{color:var(--white-color);}
.sports-list{width:100%; margin-bottom:24px;}
.sports-list .sports-list-img{ overflow:hidden;}
.sports-list .sports-list-img img{ 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%; 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{ overflow:hidden;}
.sports-lead .sports-lead-img img{ 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:1;color: #c5bebe;}
.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;   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{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{ overflow:hidden;}
.othersTwo-list .othersTwo-list-img img{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; overflow:hidden;} 
.others-two-list-two .others-two-list-two-img img{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-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; line-height: 30px;}
.lifestyle-lead .slider-content-wrap .Desc .Brief p{-webkit-line-clamp:1;color: #c5bebe;}
.lifestyle-lead .slider-content-wrap .lifestyle-lead-img{position:relative;  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{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{ overflow:hidden;}
.lifestyle-list .lifestyle-list-img img{ min-height:121px;transition:all 0.5s ease;}
.lifestyle-list .Desc .Title{margin-top:5px;color:var(--back-color);}
.lifestyle-list-wrap .col-lg-6:nth-last-child(-n+2) .lifestyle-list{margin-bottom:0;}
.lifestyle-list:hover .Desc .Title{color:var(--primary-color);}
.lifestyle-list:hover .lifestyle-list-img img{transform:scale(1.1);}

/*photogallery*/
.Photogallery-area{padding:30px 0; margin-bottom:80px;}
.Photogallery-img{position:relative; overflow:hidden;}
.Photogallery-img img{width:100%;transition:all 0.5s ease;}
.Photogallery-overlay{position:absolute; top:0; left:0; width:100%; height:100%; background:#000; z-index:1; opacity:.44; transition:all .3s ease}
.Photogallery-wrap:hover .Photogallery-overlay{opacity:0}
.Photogallery-wrap .Desc{position:absolute; bottom:0; width:100%; padding:10px; z-index:1;text-align:center;}
.Photogallery-wrap .Desc .Title{color:#fff; font-size:22px; line-height:30px;}
.Photogallery-wrap:hover .Desc .Title{color:var(--primary-color)}
.Photogallery-wrap:hover .Photogallery-img img{transform:scale(1.1);}
.photo-icon{position:absolute; top:10px; right:10px; z-index:1}
.photo-icon i{color:var(--white-color); width:50px; height:50px; line-height:50px; text-align:center; border-radius:50%; background:#00000094;}
.Photogallery-wrap:hover .photo-icon i{color:var(--primary-color);}

.photo-list-wrap .Photogallery-wrap{margin-bottom:15px;}
.photo-list-wrap .col-lg-12:last-child .Photogallery-wrap{margin-bottom:0;}
.photo-list-wrap .Photogallery-wrap .Desc .Title{font-size:18px;}

.photo-slider-list{width:100%;}
.photo-slider-list .photo-slider-img{position:relative; overflow:hidden;} 
.photo-slider-list .photo-slider-img img{width:100%;transition:all .3s ease}
.photo-slider-list .Desc .Title{margin-top:2px; color:var(--back-color);}
.photo-slider-list:hover .Desc .Title{color:var(--primary-color);}
.photo-slider-list:hover .photo-slider-img img{transform:scale(1.1);}

.photo-slider-wrap{margin-top:24px;}
.photo-slider .slick-slide{margin-left:12px; margin-right:12px;}
.photo-slider .slick-list{margin-left:-12px; margin-right:-12px;}
.photo-slider .priv_arrow{position:absolute; left:0; top:50%; transform:translateY(-50%); z-index:1; cursor:pointer;}
.photo-slider .next_arrow{position:absolute; right:0; top:50%; transform:translateY(-50%); z-index:1; cursor:pointer;}
.photo-slider .next_arrow i, .photo-slider .priv_arrow i{background:#FDC226BA; color:var(--white-color); width:30px; height:30px; line-height:30px; text-align:center; font-size:14px;}

.photo-slider .slick-track{display:flex;}
.photo-slider .slick-track .slick-slide{display:flex; height:auto;}


/*====category-page====*/
.category-page{padding:60px 0;}
.cat-list{width:100%;margin-bottom:24px;}
.cat-list-img{overflow:hidden;}
.cat-list .cat-list-img img{ 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{overflow:hidden;}
.cat-lead .cat-lead-img img{ 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{overflow:hidden;}
.cat-sin-news-list-img img{ 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;background: #ededed;border-radius: 15px;}
.DNewsImg img{border-radius: 15px;}
.DNewsImg p{padding: 5px;font-size:15px; font-style:italic;  text-align: center;  background: #ededed;border-radius:0 0 15px 15px; }
.dcontent-details{margin-top:30px;}
.dcontent-details h2{ font-size:20px; line-height:34px; color:#333; margin-bottom:20px;font-weight:bold; }
.dcontent-details p{ font-size:20px; line-height:34px; color:#222; margin-bottom:20px; }
.dcontent-details img{height:100% !important;width:100% !important;border-radius: 15px;margin-bottom: 5px;}
.WritterInitial{color:#555;}

.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{}
.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}

/*====footer====*/
.footer-area{background:#686868; margin-top:30px;padding-bottom:50px;}
.footer-logo img{ width:360px; margin-bottom:20px; }
.DFooterBg{padding:25px 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 h2{color:var(--white-color);margin-bottom:5px;line-height:1.6;}
.DFooterBottomBg h2 a{color:var(--white-color);}
.DFooterBottomBg p{color:var(--white-color);font-size:14px;margin-top:15px;}
.DFooterBottomBg p a{color:var(--white-color)}


/* Details */
.RelatedTags{margin-top:20px;}
.RelatedTags p{margin-bottom:10px !important;color:var(--primary-color);padding:0 !important;font-weight:bold !important;}
.RelatedTags .list-inline{margin-top:10px;}
.RelatedTags .list-inline-item{border:1px solid #ddd;padding:1px 10px;}
.RelatedTags .list-inline-item:hover{background:#d0d0d0;color:#333}
.RelatedTags .list-inline-item a{font-size:15px;color:#333;}
.RelatedTags .list-inline-item i{font-size:13px;color:var(--primary-color);}

.RelatedNews{padding-bottom:10px;margin-top:20px;}
.RelatedNews .related_caption{font-size:18px;padding:10px;color:var(--primary-color);font-weight:700;}
.RelatedNews .related_caption .ColorBox{margin-right:5px;margin-top:9px;}
.RelatedNews ul{padding:0 10px;margin:0;list-style:none;}
.RelatedNews ul li{padding:5px 0;}
.RelatedNews ul li i{font-size:13px;padding-right:5px;}
.RelatedNews ul li a{color:#069;font-size:17px;line-height:20px;}
.RelatedNews ul li a:hover{color:var(--primary-color);}

.catTitle{margin:20px 0 10px 0;padding:0 0 0 5px;font-size:26px;line-height:36px;color:#4251A3;font-weight:bold;}



/*Fb Comments Width Fix*/
.fb_iframe_widget_fluid_desktop, .fb_iframe_widget_fluid_desktop span, .fb_iframe_widget_fluid_desktop iframe{max-width:100% !important;width:100% !important;}

/*Archives*/
.DPaginationL{float:left;}
.DPaginationR{float:right;}
div.DCategoryListNews{margin:10px 0;padding:5px;position:relative;}
div.DCategoryListNews h3{font-size:17px;line-height:24px;font-weight:500;}
.DCategoryListNews p{padding-top:8px;color:#666;}
.DCategoryListNews:hover .common-img-animation img{transform:scale(1.1);}

/*Archives*/
.DCategoryListNews{padding:7px;margin-top:20px;}
.DCategoryListNews:hover{color:#FDC226;}
.DCategoryListNews:hover .pHead{color:#FDC226;}
.pHead{font-size:20px;line-height:30px;padding-bottom:5px;}
.btnCatName{margin-bottom:10px;}
.arrow-right2{position:absolute;background:#EE383A;padding:3px 5px;color:#fff;}
.DArchiveNewsList{max-height:163px;overflow:hidden}
.DArchiveNewsList .col-md-8{padding-left:0;}
.DArchiveNewsList .Brief{max-height:63px;overflow:hidden;line-height:22px;}
.DArchiveNewsList .pDate{position:absolute;bottom:18px;}

.CatInnerTitle{display:block;margin-top:10px;background:#fff;}
.CatInnerTitle .breadcrumb{padding:5px 0;margin:0;background:#f2f3f4;font-size:17px;font-weight:500;}
.CatInnerTitle .breadcrumb > li.active a{color:#D1000E;padding-left:7px;}
.CatInnerTitle .breadcrumb > li i{border:1px solid #ccc;font-size:12px;padding:5px ;margin-right:2px;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;}
.CatInnerTitle .breadcrumb > li i{font-size:13px;}
.CatInnerTitle .breadcrumb > li.child{position:relative;padding-left:15px;}

/*Division*/
.DDivisionNav{min-height:30px !important;margin-bottom:15px;text-align:center;margin-top:20px;}
.DDivisionNav .nav{padding:0;margin:0;text-align:center;}
.DDivisionNav .nav li{float:left;margin-bottom:17px;}
.DDivisionNav .nav li a{padding:10px 15px;margin-right:1px;background-color:#ddd;border-bottom:1px solid #fff;font-size:0.9em;color:#000;}
.DDivisionNav .nav li a:hover{color:#FDC226;}
.DDivisionNav .dropdown-menu{padding:0;border:none;border-radius:0;}
.DDivisionNav .dropdown-menu{width:100%;border-bottom:0;}
.DDivisionNav .dropdown-menu .dropdown-item{padding:4px 15px;}
div.HmAnnouncement2{text-align:left;padding:5px 0 5px 10px;margin-top:20px;}
.HmAnnouncement2 a { color: var(--primary-color); }
.article-photo picture { display: block;}
.article-photo img {width: 100%;}
.article-big-block:hover .common-img-animation img{transform:scale(1.1);}

.content-panel{background:#fff;}
.article-big-block, .article-small-block{border-bottom:1px dotted#ccc;display:block;margin-bottom:10px;padding-bottom:10px;background:#fff;}
.article-big-block a:hover .article-header p{color:#FDC226;}

.article-big-block .article-content{margin-top:5px;padding:0 0 0 3px;}
.article-big-block .article-content .article-header h3{font-size:18px;margin:0 0 4px 0;line-height:26px;font-weight:bold;color:#333;}

.cat_content_block{margin:5px 0 0 0;padding-bottom:7px;background:#fff;}
.cat_content_block a:hover{color:#FDC226;}
.cat_content_block .col-sm-8{padding-left:0;}
.cat_content_block .col-sm-8 h4{font-size:16px;padding:0 0 0 3px;margin:0;line-height:25px;font-weight:bold;color:#333;}


/*District*/
.DDistrictNav{min-height:30px !important;margin-bottom:15px;text-align:center;}
.DDistrictNav .nav{padding:0;margin:0;text-align:center;}
.DDistrictNav .nav li{float:left;}
.DDistrictNav .nav li a{padding:10px 15px;margin-right:1px;background-color:#ddd;border-bottom:1px solid #fff;font-size:1.1em;}
.DDistrictNav .nav li a:hover{color:#FDC226;}
.DDistrictNav .dropdown-menu{padding:0;border:none;border-radius:0;}
.DDistrictNav .dropdown-menu li{width:100%;border-bottom:0;}
.DDistrictNav .dropdown-menu li a{padding:7px 15px;}

.DCatMorContain{margin-top:15px;padding-bottom:15px;}
.DCatMorContainList{margin-top:12px;background:#fff;padding:5px 2px;}
.DCatMorContainList:hover{color:#FDC226;}
.DCatMorContainList a:hover p{color:#FDC226;}
.DCatMorContainList a h4{font-size:16px;margin:0;line-height:25px;color:#333;font-weight:600;}
.DCatMorContainList a .DCatDate{font-size:0.9em;margin:0;line-height:18px;color:#888;}
.DCatMorContainList .col-sm-4{padding-right:0;}
.DCatMorContainList:hover .common-img-animation img{transform:scale(1.1);}

/*Sub Category*/
.DSubCategoryTopNews:first-child{margin-top:20px;}
.DSubCategoryTopNews{padding:7px;background:#fff;margin-bottom:15px;}
.DSubCategoryTopNews .col-lg-3{padding-right:0;}
.DSubCategoryTopNews .Title{font-size:1.1em;font-weight:500;padding-top:0px;line-height:24px;}
.DSubCategoryTopNews p{font-size:0.95em;padding-top:5px;line-height:21px;max-height:66px;overflow:hidden;color:#555;}
.DSubCategoryTopNews .pDate{font-size:14px;line-height:20px;padding-top:0;position:absolute;bottom:-6px;color:#979797;border:none;}

.DCatTopNews{border:1px solid #e2e2e2;width:100%;}
.DCatTopNews .Desc{padding:10px 12px;max-height:118px;overflow:hidden;}
.DCatTopNews h2{font-size:1.31em;margin:0;font-weight:600;line-height:25px;color:#222;}
.DCatTopNews a:hover{color:#1E88E6;}
.DCatTopNews p{font-size:15px;padding-top:7px;color:#666;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}

.DSubCategoryTopNewsList{border:1px solid #e2e2e2;margin-bottom:20px;width:100%;}
.DSubCategoryTopNewsList .Desc{padding:5px 8px;height:60px;overflow:hidden;}
.DSubCategoryTopNewsList h3{font-size:19px;line-height:25px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}

.DSubCategoryTopNewsList2{width:100%;margin-top:20px;border:1px solid #e2e2e2;}
.DSubCategoryTopNewsList2 .Desc{padding:5px 8px;}
.DSubCategoryTopNewsList2 .Heading{font-size:19px;line-height:25px;}
.single-cat-info {
    display: flex;
    gap: 15px;
    margin-block: 15px;
}

/*Tags*/
.DPaginationL{float:left;}
.DPaginationR{float:right;}
.DArchiveNewsList{background-color:#fff;border:1px solid #ccc;margin:10px 0;padding:8px;}
.DArchiveNewsList:hover{background-color:#eae8e8;border:1px solid #b4b3b3;}
.btnCatName{position:absolute;margin-bottom:5px;min-width:100px;background-color:var(--primary-color);padding:2px 8px;border-radius:10;left:5px;bottom:-10px;border:none;}
.btnCatName:hover{background-color:#000;}

.DTagName h1{font-size:24px;line-height:40px;color:var(--primary-color);margin-top:30px;}
.DTagName h1 i{color:var(--primary-color);padding-right:8px;}
.DWritersLead{margin-top:15px;margin-bottom:20px;background:#fff;padding:10px;border:1px solid#ccc;}
.DWritersLead img{border:3px solid#ccc;}
.DWritersLead p{font-size:1.1em;line-height:24px;}
.DWritersName{margin:10px 0;}
.DWritersName p{font-size:1.50em;line-height:30px;}

.DTagImgClass .img-fluid{max-width:150px!important;}

/*Writers Page*/
.DWritersTitle p{font-size:22px;line-height:40px;color:var(--primary-color);margin-top:30px;}
.DWritersTitle p i{color:var(--primary-color);}
.DWritersLead{margin-top:15px;margin-bottom:20px;background:#fff;padding:10px;border:1px solid#ccc;}
.DWritersLead img{border:3px solid#ccc;}
.DWritersLead p{font-size:1.1em;line-height:24px;}
.DWritersName{margin:10px 0;}
.DWritersName p{font-size:1.50em;line-height:30px;}
.wBrife{color:#444;font-size:15px;line-height:21px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}
.ShareTitle{font-size:18px;}

.DReadMore{margin-top:20px;}
.DReadMoreTitle{margin-bottom:10px;}
.DReadMoreTitle h2{color:#CB0000;font-weight:500;font-size:20px;}
.DReadMoreTitle a span{color:#CB0000;font-weight:900;font-size:22px;}
.DetailsReadMore{margin-bottom:20px;border-bottom:1px dotted #333;padding-bottom:10px;}
.DetailsReadMore .Desc{padding:5px;max-height:97px;overflow:hidden;}
.DetailsReadMore .Title{font-size:17px;line-height:22px;font-weight:500;padding-top:0;color:#222;}
.DetailsReadMore p{font-size:15px;line-height:21px;padding-top:8px;color:#555;max-height:69px;overflow:hidden;}
.MobileMenuShow{display:none;}

/*Privacy Policy*/
.DetailsLeftContent{margin-top:20px;}
.DetailsLeftContent .PrivacyTitle{font-size:18px;font-weight:500;margin-top:10px;line-height:26px;}
.DetailsLeftContent .PrivacyTitle2{font-size:18px;font-weight:normal;margin-top:10px;line-height:26px;}
.DetailsLeftContent p{font-size:17px;font-weight:normal;margin-top:10px;line-height:24px;}


.DAboutUs{padding:0 30px 30px;}
.DAboutUs .section-title{font-size:18px;letter-spacing:0.5px;line-height:26px;position:relative;font-weight:500;color:#053A6B}
.DAboutUs p{font-size:17px;font-weight:normal;margin-top:10px;line-height:24px;}

.DContactArea{padding:30px 0;}
.DContact1{border:1px solid #e2e2e2;padding:15px 20px;}
.DContact1 .section-title{font-size:18px;letter-spacing:0.5px;line-height:26px;position:relative;font-weight:500;color:#053A6B}
.DContact2 .section-title{font-size:18px;letter-spacing:0.5px;line-height:26px;position:relative;font-weight:500;color:#053A6B}
.DContact1 h3{font-size:15px;letter-spacing:0.5px;line-height:24px;position:relative;font-weight:500;color:#053A6B;margin-top:10px;margin-bottom:-5px;}
.DContact1 p{font-size:14px;font-weight:normal;margin-top:10px;line-height:24px;}
.DContact2 p{font-size:14px;font-weight:normal;margin-top:10px;line-height:24px;}
.DContact2 p a{color:#CD241F;}
.DContact2{border:1px solid #e2e2e2;padding:15px;}
.DMap{margin-top:50px;}

/*tag list*/
.DTagLead{margin-top:30px;} .tag-list{margin-bottom:20px;background:#efefef;padding:10px 30px;border-radius:10px;box-shadow:6px 3px 5px #ccc;} .tag-list:nth-child(n+4){margin-bottom:0;} .tag-list i{margin-right:10px;}

/* Video */
.embed-responsive::before{display:block;content:"";}
.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden;}
.embed-responsive iframe{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0;}
.embed-responsive-16by9::before{padding-top:56.25%;}


@media (min-width:1600px) and (max-width:5000px){
.container{max-width:1340px;}
}

/*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:20px 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:60px;}
.ticker-wrap{bottom: 54px;} 
.DScroll{bottom: 0;}
.DScrollSection .ScrollHeading{width:120px;padding:8px 15px;}
.DScrollSection .ScrollHeading2{width:120px;padding:8px 15px;}
.DScrollSection .ScrollSubject{width:calc(100% - 120px);}
}

/*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;}
.mobile-tab-menu {border-bottom: 1px solid #434343;}
.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:118px 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; min-height:auto;}
.MoreInfo{padding-left:unset; margin-top:20px; margin-right:58px;}
.sports-lead .sports-lead-img img{aspect-ratio:1.57; min-height:auto;}
.VideoLead .video-thumb img{aspect-ratio:1.75; 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;}
.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;}
.read-more-btn{margin-bottom:50px;}
.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:60px;}
.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;}

.ticker-wrap{bottom: 54px;}
.DScroll{bottom: 0;}
.DScrollSection .ScrollHeading{width:100px;padding:8px 15px;}
.DScrollSection .ScrollHeading2{width:100px;padding:8px 15px;}
.DScrollSection .ScrollSubject{width:calc(100% - 100px);}
.DScrollSection .ScrollHeading p{  font-size: 18px;}
.DScrollSection .ScrollSubject a span{margin-top: 6px;margin-bottom: 2px;  font-size: 17px;}
.DScrollSection .ScrollSubject .SquareIcon img {width: 20px;}

.othersTwo-list .Desc .Brief p {
	display: none;
}
.othersTwo-list:last-child {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid var(--gray-color);
}
.DCategoryListNews p {display: none;}

}

/*SM Small Device :550px.*/
@media only screen and (min-width:576px) and (max-width:767px){
}