/*************************************
Template Name: News Template - Online NewsPaper
Author: Jonayed Islam
Author Url: http://jonayed.com
Version: 1.0
Design and Developed by: Bongosoft Ltd.
****************************************/
@charset "utf-8"; @font-face {
  font-family: "SolaimanLipiNormal";
  src: url("../fonts/solaimanlipi/solaimanlipi_20-04-07.eot");
  src: url("../fonts/solaimanlipi/solaimanlipi_20-04-07.eot") format("embedded-opentype"), url("../fonts/solaimanlipi/solaimanlipi_20-04-07.woff") format("woff"), url("../fonts/solaimanlipi/solaimanlipi_20-04-07.ttf") format("truetype"), url("../fonts/solaimanlipi/SolaimanLipi_29-05-06.svg") format("svg");
}

body {
  font-family: "SolaimanLipiNormal", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #333;
  /* background: #f1f1f1; */
  background: #eff3f4;
}

@media (min-width: 1200px) {
  .container { max-width: 1280px!important;}
}

/*======================== For LAZY LOAD CSS ============================*/
.lazyload {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.lazy-loaded {
  opacity: 1;
}

.top-search-secton {
  box-shadow: rgb(0 0 0) 0px 5px 5px -5px;
}

a:hover {
  color: #0573e6;
}
.right-menu-link {
  display: none !important;
}
.right-menu-link .btn svg {
  fill: #000;
  height: 25px;
  width: 25px;
}
.right-menu-link .btn {
  padding: 3px 5px;
}
/*======================== CUSTOM BOOTSTRAP STYLE ============================*/
.custom-container {
  padding-left: 12px;
  padding-right: 12px;
}

.custom-row {
  margin-right: -12px;
  margin-left: -12px;
}

.custom-padding {
  padding-left: 12px;
  padding-right: 12px;
}

.p-0 {
  padding-left: 0;
  padding-right: 0;
}

.p-left-0 {
  padding-left: 0;
}

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

.m-0 {
  margin-left: 0;
  margin-right: 0;
}

body,h1,h2,h3,h4,h5,h6,p,textarea {
  font-family: "SolaimanLipiNormal", Helvetica, Arial, SolaimanLipi, sans-serif;
  font-weight: 400;
}

a {
  font-family: "SolaimanLipiNormal", Helvetica, Arial, sans-serif;
  text-decoration: none;
}

a:focus {
  outline: 0 solid !important;
}

a:hover {
  text-decoration: none !important;
}

*a:hover {
  text-decoration: none !important;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.offcanvas-top-height {
  height: 105px !important;
}
.form-control:focus {
  box-shadow: none;
  border-color: #c6ccd4;
}
/*====================== START FOR MENU =========================================*/
.dropdown-new:hover .dropdown-menu-new {
  display: block;
}

.dropdown-new:hover .dropdown-menu-new {
  display: block;
}

@keyframes fadeIn {
  from {
      opacity: 0;
  }

  to {
      opacity: 1;
  }
}

.new-fade {
  -webkit-animation: .7s ease-in-out fadeInScale;
  -moz-animation: .7s ease-in-out fadeInScale;
  animation: .7s ease-in-out fadeInScale
}

@keyframes fadeInScale {
  0% {
      transform: scale(.9);
      opacity: 0
  }

  100% {
      transform: scale(1);
      opacity: 1
  }
}

.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  animation: fadeIn 0.3s alternate;
}

.dropdown.dropdown-mega {
  position: static;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}

.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}

.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #333;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}

.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}

.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}

.icons {
  display: inline-flex;
  margin-left: auto;
}

.icons a {
  transition: all 0.2s ease-in-out;
  padding: 0.2rem 0.4rem;
  color: #ccc !important;
  text-decoration: none;
}

.icons a:hover {
  color: white;
  text-shadow: 0 0 30px white;
}

.top-nav-main li.nav-item a.nav-link {
  position: relative;
  font-size: 18px;
  padding: 10px 15px !important;
  color: #000 !important;
}
.new-top-nav {
    box-shadow: 0px 5px 5px -5px #000;
    padding: 0;
    background: #F0F0ED !important;
    border-top: 1px solid #ccc;
}

.navbar-brand {
  display: none;
}
.top-nav-main li a svg {
  fill: #000;
}
.top-nav-main li.nav-item a span:before {
  content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    background-color: #343a40;
    transition: transform .5s;
    z-index: -1;
}
.top-nav-main li.nav-item a span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  transform: scaleX(0);
  background-color: #ec2028;
  transition: transform .5s;
}
.top-nav-main li.nav-item a.nav-link {fill: #000;}
.top-nav-main li.nav-item a.nav-link.active svg{
  fill: #fff;
}
.top-nav-main li.nav-item a.nav-link:hover {
  color: #fff !important;
  transition: 0.5s;
}
.top-nav-main li.nav-item a:hover span:before {transform: scaleX(1);}
.top-nav-main li.nav-item a:hover span:after {transform: scaleX(1);}
.top-nav-main li.nav-item a.active span:before {transform: scaleX(1);}
.top-nav-main li.nav-item a.active span:after {transform: scaleX(1);}
.search-icon {
  padding-right: 5px !important;
}

.search-icon svg {
  height: 20px;
  width: 20px;
  fill: #000;
}

.other-list-group a {
  border: 0;
  padding: 4px 0;
  font-size: 16px;
}
.other-list-group a:hover {
  color: #C70B0B;
  transition: 0.3s;
}

.dropdown-menu-new {
  border: 0;
  border-radius: 0;
  border-bottom: 3px solid #2d292a;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  padding: 0 !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li a:hover {
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: #2d292a;
}
/*====================== END FOR MENU =========================================*/
#back_to_top {
  border: none;
  background: #212529;
  color: #fff;
  padding: 2px 5px 3px;
  cursor: pointer;
  position: fixed;
  bottom: 15px;
  z-index: 9999999999;
  right: 30px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border: 1px solid transparent;
  padding-top: 0;
}

#back_to_top svg {
  color: #fff;
  width: 30px
}

#back_to_top.show {
  opacity: 1
}

#back_to_top:hover {
  background: #fff;
  border: 1px solid #212529;
}

#back_to_top:hover svg {
  color: #212529;
}

/*====================== END FOR Back to top =========================================*/
.top-header {
  background-color: #f0f0ed;
  padding: 2px 0;
  padding-bottom: 3px;
}

.top-bar-date {
  color: #000;
  font-size: 14px;
  padding: 4px 0;
}

.top-bar-date .bi-calendar3 {
  margin-left: 5px;
}

.top_socail_icon_area {
  float: right;
  position: relative;
  margin-top: 2px;
}

.top_socail_icon_area .list-inline {
  padding: 0;
  margin: 0;
}

.top_socail_icon_area .list-inline li {
  display: inline-block;
  padding-left: 5px;
  list-style: none;
  position: relative;
  height: 25px;
  width: 25px;
  margin-right: 2px;
}

.top_socail_icon_area .list-inline li a {
  display: inline-block;
  text-align: center;
  line-height: 29px;
  cursor: pointer;
}

.top_socail_icon_area .list-inline li a .cube-top svg {
  fill: #fff;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  height: 13px;
  width: 13px;
}

.cube,.cube span {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transform-style: preserve-3d;
  transition: transform 0.5s ease-in-out;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cube-top {
  background: transparent;
  background-size: 100%;
}

.cube-front {
  background-size: 100%;
  transform: translate(0, -100%) rotateX(90deg);
  transform-origin: bottom;
  border-radius: 50px;
}

.top_socail_icon_area .list-inline li a .cube-front svg {
  line-height: 30px;
  fill: #fff;
  height: 13px;
  width: 13px;
}

.top_socail_icon_area .list-inline li:hover .cube {
  transform: translate(0, 50%) rotateX(-90deg);
}

.top_socail_icon_area .list-inline li .facebook .cube-top {
  background: #3b5998;
}

.top_socail_icon_area .list-inline li .twitter .cube-top {
  background: #000;
}

.top_socail_icon_area .list-inline li .instagram .cube-top {
  background: linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

.top_socail_icon_area .list-inline li .linkedin .cube-top {
  background: #007bb5;
}

.top_socail_icon_area .list-inline li .youtube .cube-top {
  background: #ff0000;
}

.top_socail_icon_area .list-inline li .pinterest .cube-top {
  background: #cb2027;
}

.top_socail_icon_area .list-inline li .rss .cube-top {
  background: #f26522;
}

.top_socail_icon_area .list-inline li .cube-top {
  border-radius: 50%;
}

.top_socail_icon_area .list-inline li .facebook .cube-front {
  background: #fff;
}

.top_socail_icon_area .list-inline li .facebook .cube-front svg {
  fill: #4e4e4e;
}

.top_socail_icon_area .list-inline li .twitter .cube-front {
  background: #fff;
}

.top_socail_icon_area .list-inline li .twitter .cube-front svg {
  fill: #4e4e4e;
}

.top_socail_icon_area .list-inline li .instagram .cube-front {
  background: #fff;
}

.top_socail_icon_area .list-inline li .instagram .cube-front svg {
  fill: #4e4e4e;
}

.top_sbackground: #fff;}

.top_socail_icon_area .list-inline li .linkedin .cube-front svg {
  fill: #4e4e4e;
}

.top_socail_icon_area .list-inline li .youtube .cube-front {
  background: #fff;
}

.top_socail_icon_area .list-inline li .youtube .cube-front svg {
  fill: #4e4e4e;
}

.top_socail_icon_area .list-inline li .pinterest .cube-front {
  background: #fff;
}

.top_socail_icon_area .list-inline li .pinterest .cube-front svg {
  fill: #4e4e4e;
}

.top_socail_icon_area .list-inline li .rss .cube-front {
  background: #fff;
}

.top_socail_icon_area .list-inline li .rss .cube-front svg {
  fill: #4e4e4e;
}

.top_socail_icon_area .list-inline li .linkedin .cube-front {
  background: #fff;
}

.top_socail_icon_area .list-inline li .linkedin .cube-front svg {
  fill: #4e4e4e;
}

@-webkit-keyframes animationTop {
  49% {
      -webkit-transform: translateY(100%);
  }

  50% {
      opacity: 0;
      -webkit-transform: translateY(-100%);
  }

  51% {
      opacity: 1;
  }
}

@keyframes animationTop {
  49% {
      transform: translateY(100%);
  }

  50% {
      opacity: 0;
      transform: translateY(-100%);
  }

  51% {
      opacity: 1;
  }
}

.middle-header {
  padding-bottom: 24px;
  padding-top: 24px;
  background: #fff;
}

.logo-area {
  float: left;
  width: 29.66%;
  padding-left: 0;
}
.logo-area img {height: 80px;margin-top: 5px;}
.top-banner-area {
  float: left;
  width: 70.34%;
  padding-left: 12px;
  text-align: right;
}

.logo-area a:hover img {
  opacity: 1;
}

/*====================== Footer Style =========================================*/
.copy-right-text {
  margin-bottom: 15px;
}

.credit-text p {
  margin-bottom: 0;
}

.footer-top {
  background-color: #424242;
  text-align: center;
}

.footer-menu {
  padding: 15px 0;
}

.footer-menu ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: inline-block;
}

.footer-menu ul li {
  display: inline-block;
}

.footer-menu ul li a {
  color: #fff;
  padding: 6px 12px;
  border: 1px solid #777;
  font-size: 16px;
  margin-right: 8px;
}

.footer-menu ul li a:hover {
  background-color: #777;
}

.footer-bottom {
  background-color: #2d2d2d;
  color: #fff;
}

.footer-col-1 {
  padding-top: 30px;
  padding-left: 0;
}

.editors-board {
  padding-top: 30px;
  text-align: center;
}

.email-subscription-aria {
  padding-top: 25px;
  text-align: center;
}

.email-subscription-aria #txtEmail {
  background-color: #555;
  outline: none;
  border: none;
  padding: 7px 12px 8px;
  border-radius: 5px 0 0 5px;
  width: 200px;
  color: #ccc;
}

.email-subscription-aria #btn-subscribe {
  background-color: #222;
  border: none;
  border-radius: 0 5px 5px 0;
  color: #555;
  padding: 7px 9px 8px;
}

.footer-col-3 {
  padding-top: 30px;
  padding-right: 0;
}

.copy-right-text {
  margin-top: 20px;
  margin-bottom: 25px;
}

.credit-text {
  margin-top: 20px;
  text-align: right;
  margin-bottom: 25px;
}

.copy-right-text-row {
  border-top: 1px solid #777;
  margin-top: 30px;
}

.footer-social-icons {
  float: left;
  margin-top: 10px;
}

.footer-col-1 p {
  margin-bottom: 5px;
}

.credit-text a {
  color: #fff;
  transition: 0.5s;
}

.credit-text a:hover {
  color: #ffc107;
}
.footer-bottom {
  background: #2d2d2d;
  padding-top: 5px;
}

.footer-col-3 p {
  margin-bottom: 5px;
}

.footer-col-3 p:last-child {
  margin-bottom: 0px;
}

.editors-board p {
  margin-bottom: 5px;
}

.editors-board p {
  margin-bottom: 5px;
}

.copy-right-text-row {
  margin-top: 25px;
}
/*========================================== SPORTS SECTION WRAPPER STYLE =================================================*/
.sports-section-wrapper {
  padding-top: 35px;
  padding-bottom: 15px;
}
.new-sports-lead {
  position: relative;
  margin-bottom: 24px;
  display: inline-block;
  width: 100%;
  }
  .new-sports-lead-text{
  width: 40%;
  float: left;
  background: #fff;
  padding: 6px 5px 6px 10px;
  min-height: 293px;
  max-height: 293px;
  overflow: hidden;
  }
  .new-sports-lead-text span{
  color: #dc2028;
  font-size: 14px;
  line-height: 14px;
  }
  .new-sports-lead-text h2{
  font-size: 28px;
  line-height: 34px;
  color: #000;
  }
  .new-sports-lead-img {
  width: 60%;
  float: left;
  position: relative;
  }
  .new-sports-lead-img img {
  min-height: 293px;
  max-height: 293px;
  overflow: hidden;
  width: 100%;
  }
  .new-sports-lead-img svg{
  position: absolute;
  top: 50%;
  left: 50%;
  height: 60px;
  width: 60px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 50px;
  color: #fff;
  border-radius: 50%;
  font-size: 26px;
  padding-left: 7px;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 30px 2px grey;
  -moz-box-shadow: 0 0 30px 2px gray;
  box-shadow: 0 0 30px 2px grey;
  opacity: 0.8;
  z-index: 1;
  }
  .new-sports-lead a:hover .new-sports-lead-img svg {
  background: #fff;
  color: red;
  fill: red;
  }
  .new-sports-small {
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  margin-bottom: 24px;
  }
  .new-sports-small-image {
  position: relative;
  }
  .new-sports-small-image img {
  }
  .new-sports-small-image svg {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 45px;
  width: 45px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 38px;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  padding-left: 4px;
  border: 4px solid #fff;
  -webkit-box-shadow: 0 0 15px 1px grey;
  -moz-box-shadow: 0 0 15px 1px gray;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
  }
  .new-sports-small a:hover .new-sports-small-image svg {
  background: #fff;
  color: red;
  fill: red;
  }
  .new-sports-small-text {
  min-height: 74px;
  max-height: 74px;
  overflow: hidden;
  padding: 3px 5px;
  background: #fff;
  }
  .new-sports-small-text span {
  color: #dc2028;
  font-size: 14px;
  line-height: 14px;
  }
  .new-sports-small-text h3 {
  font-size: 18px;
  line-height: 23px;
  color: #000;
  margin: 0;
  }
  .new-sports-small-text-2 {
  min-height: 110px;
  max-height: 110px;
  }
  .new-sports-mobile {
    display: none;
  }
.new-sports-lead a:hover .new-sports-lead-text h2 {transform: 0.3s;color: #9d151b;}
.new-sports-small a:hover .new-sports-small-text h3 {transform: 0.3s;color: #9d151b;}
/*======================   National Section Style =========================================*/
.new-sports-title-style {
  background: #fff;
  margin-bottom: 20px;
}
.new-sports-title-style h2 {
  border-left: 5px solid #2d292a;
  border-bottom: 1px solid #2d292a;
  padding: 0 15px;
  margin: 0;
}
.new-sports-title-style a {
  font-size: 26px;
  color: #000;
  line-height: 44px;
}
section.national-new-style-wrapper {
  padding: 30px 0 0;
  width: 100%;
}
.national-new-left {
  width: 74.60%;
  float: left;
  padding: 0;
}
.national-new-right {
  width: 25.40%;
  float: left;
  padding: 0;
}
.national-new-big {
  margin-bottom: 24px;
}
.national-new-big-img {
  position: relative;
}
.national-new-big-img svg {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 45px;
    width: 45px;
    background: rgba(0, 0, 0, 0.14);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 38px;
    fill: #fff;
    border-radius: 50%;
    font-size: 20px;
    padding-left: 4px;
    border: 4px solid #fff;
    box-shadow: 0 0 15px 1px grey;
    opacity: 0.8;
    z-index: 1;
}
.national-new-big-img:hover svg {
  background: #fff;
  fill: red;
}
.national-new-big-text {
  background: #fff;
  padding: 5px 7px 3px;
  min-height: 54px;
  max-height: 54px;
  overflow: hidden;
}
.national-new-big-text h2 {
  font-size: 18px;
  line-height: 21px;
  color: #000;
  margin: 0;
}
.national-new-big-text span {
  color: #ff0000;
  font-size: 14px;
  line-height: 14px;
}
.national-new-small-image {
  position: relative;
}
.national-new-small-image-text {
  background-color: #fff;
  padding: 5px 7px;
  min-height: 75px;
  max-height: 75px;
  overflow: hidden;
}
.national-new-small-image-text h3 {
  font-size: 18px;
  color: #000;
  line-height: 22px;
  margin: 0;
}
.national-new-small-image-text span {
  color: #ff0000;
  font-size: 14px;
  line-height: 14px;
}
.national-new-big a:hover .national-new-big-text h2 {transform: 0.3s;color: #9d151b;}
.national-new-small a:hover .national-new-small-image-text h3 {transform: 0.3s;color: #9d151b;}
.political-news-lead {
  margin-bottom: 24px;
}
.new-feature-lead-image {
  position: relative;
}
.new-feature-lead-image svg {
  position: absolute;
    top: 50%;
    left: 50%;
    height: 45px;
    width: 45px;
    background: rgba(0, 0, 0, 0.14);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 38px;
    fill: #fff;
    border-radius: 50%;
    font-size: 20px;
    padding-left: 4px;
    border: 4px solid #fff;
    box-shadow: 0 0 15px 1px grey;
    opacity: 0.8;
    z-index: 1;
}
.new-feature-lead:hover .new-feature-lead-image svg {
  background: #fff;
  fill: red;
}
.national-new-small-image svg {
  position: absolute;
    top: 50%;
    left: 50%;
    height: 35px;
    width: 35px;
    background: rgba(0, 0, 0, 0.14);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 38px;
    fill: #fff;
    border-radius: 50%;
    font-size: 20px;
    padding-left: 4px;
    border: 4px solid #fff;
    box-shadow: 0 0 15px 1px grey;
    opacity: 0.8;
    z-index: 1;
}
.national-new-small:hover .national-new-small-image svg {
  background: #fff;
  fill: red;
}
.political-news-lead .new-feature-lead-text {
  max-height: 65px;
  min-height: 65px;
}
.new-feature-lead-text {
  background: #fff;
  padding: 5px 8px;
  overflow: hidden;
}
.new-feature-lead-text h2 {
  margin: 0;
  font-size: 20px;
  line-height: 24px;
  color: #000;
}
ul.new-feature-news {
  margin: 0;
  padding: 0;
  background: #fff;
  margin-top: 10px;
}
.new-feature-news li {
  list-style-type: none;
  position: relative;
  display: inline-block;
  width: 100%;
}
.new-feature-news-single {
  padding: 8px;
  display: inline-block;
  margin-bottom: -7px;
  width: 100%;
  border-bottom: 1px dashed #a9a8a8;
}
.new-feature-news-left {
  float: left;
  width: 36%;
  padding-right: 3%;
  position: relative;
}
.new-feature-news-left img {
  min-height: 63px;
  max-height: 63px;
  overflow: hidden;
}
.new-feature-news-left svg {
  position: absolute;
    top: 50%;
    left: 50%;
    height: 35px;
    width: 35px;
    background: rgba(0, 0, 0, 0.14);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 38px;
    fill: #fff;
    border-radius: 50%;
    font-size: 20px;
    padding-left: 4px;
    border: 4px solid #fff;
    box-shadow: 0 0 15px 1px grey;
    opacity: 0.8;
    z-index: 1;
}
.new-feature-news-single:hover .new-feature-news-left svg {
  background: #fff;
  fill: red;
}
.new-feature-news-right {
  float: left;
  width: 64%;
  min-height: 63px;
  max-height: 63px;
  overflow: hidden;
}
.new-feature-news-right h3 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 21px;
  padding-left: 2px;
  transition: all 0.5s ease 0s;
}
ul.new-feature-news li:last-child a .new-feature-news-single {border: 0;}
/*======================  Lead New Style =========================================*/
.lead-news-row {margin-top: 20px;margin-bottom: 20px;}
.carousel-lead-news .carousel-item {text-align: left;}
.carousel-lead-news .carousel-item span {color: #ffc107;font-size: 14px;line-height: 14px;text-align: left;}
.carousel-lead-news .carousel-item h1 {text-align: left;margin: 0;font-size: 26px;line-height: 30px;color: #fff;}
.carousel-lead-news .carousel-caption {text-align: left;padding: 3px 7px;padding-bottom: 20px;}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #fff;
}
.carousel-lead-news-slider .carousel-control-next, .carousel-control-prev {width: 8%;}
.lead-news-left {
  float: left;
  width: 74.6%;
  padding: 0;
}

.lead-news-right {
  float: left;
  width: 25.4%;
  padding: 0;
}
.lead-date {
  position: relative;
  width: 100%;
  padding: 10px;
  right: 0;
  left: 0;
  border-top: 1px solid #eee;
  background: #fff;
  bottom: 0;
  color: #000;
  min-height: 38px;
  line-height: 17px;
}
.lead-date span {
  font-size: 14px;
  color: #000;
  line-height: 14px;
  /* border-left: 3px solid #f11a1e;
  padding-left: 5px; */
}
.lead-date span svg{margin-right: 3px;}
.tab-content-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #007bff;
  transition: background-color .3s .2s;
}

.side-tab-main {
  width: 100%;
}

.side-tab-main .nav-item {
  display: block;
  float: left;
  width: 50%;
}
.carousel-lead-news .carousel-item a:hover .carousel-lead-news .carousel-item h1 {transform: 0.3s;color: #9d151b;}
.lead-other-news-wrapper a:hover .text-heading h3 {transform: 0.3s;color: #9d151b;}
.side-tab-main .nav-item .nav-link {
  transition: background-color .3s 0s;
  font-weight: 700;
  font-size: 20px;
  color: #444;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background: #d7d7d7;
  border-radius: 0;
  padding: 7px 10px;
  border-top: 3px solid transparent;
}

.nav-pills .nav-item.active a {
  background: #fff;
  border-top: 3px solid #2d292a;
}

.latest-news {
  overflow-y: scroll;
  height: 652px;
}

.latest-news-ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
}

.latest-news-ul li {
  list-style: none;
}

.latest-news-ul li a {
  padding: 7px 7px 9px;
  border-bottom: 1px solid #757575;
  display: inline-block;
  background: #fff;
  color: #000;
  margin-bottom: -5px;
  width: 100%;
}

.latest-news-left {
  float: left;
  width: 37%;
  margin-right: 2%;
  position: relative;
}

.latest-news-left img {
  min-height: 62px;
  max-height: 62px;
}

.latest-news-right {
  float: left;
  width: 61%;
  padding-left: 2px;
  max-height: 62px;
  overflow: hidden;
  min-height: 62px;
}

.latest-news-right h3 {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}

.latest-news-right span {
  color: red;
  font-size: 14px;
  line-height: 14px;
}

.latest-news-left svg {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 35px;
  width: 35px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 28px;
  fill: #fff;
  border-radius: 50%;
  padding-left: 3px;
  border: 3px solid #fff;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}

.latest-news-ul li a:hover .latest-news-left svg {
  fill: red;
  background: #fff;
}

.lead-news {
  background-color: #fff;
  padding: 8px 8px 0 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.lead-news-image {
  position: relative;
}

.lead-news-image svg {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 60px;
  width: 60px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 50px;
  fill: #fff;
  border-radius: 50%;
  font-size: 26px;
  padding-left: 7px;
  border: 5px solid #fff;
  box-shadow: 0 0 30px 2px grey;
  opacity: 0.8;
  z-index: 1;
}

.lead-news-image-text {
  min-height: 176px;
  max-height: 176px;
  overflow: hidden;
  padding-left: 2px;
  padding-top: 5px;
}

.lead-news-image-text h1 {
  margin: 0;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 3px;
}

.lead-news-image-text span {
  color: red;
  font-size: 14px;
  line-height: 14px;
}

.lead-news a {
  color: #000;
}

.lead-news a:hover .lead-news-image svg {
  fill: red;
  background: #fff;
}
.left-other-lead-news {background-color: #fff;padding: 8px 8px 0 8px;box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);margin-bottom: 24px;}
.left-other-lead-news a {}
.left-other-lead-news-image {position: relative;}
.left-other-lead-news-image svg {position: absolute;top: 50%;left: 50%;height: 45px;width: 45px;background: rgba(0, 0, 0, 0.14);transform: translate(-50%, -50%);text-align: center;line-height: 38px;fill: #fff;border-radius: 50%;font-size: 20px;padding-left: 4px;border: 4px solid #fff;box-shadow: 0 0 15px 1px grey;opacity: 0.8;z-index: 1;}
.left-other-lead-news-text {min-height: 70px;max-height: 70px;overflow: hidden;padding-top: 3px;}
.left-other-lead-news-text h2 {font-size: 18px;line-height: 21px;margin: 0;color: #000;}
.left-other-lead-news-text span {color: red;font-size: 14px;line-height: 14px;}
.left-other-lead-news a:hover .left-other-lead-news-image svg {background: #fff;fill: red;}
.lead-news-banner {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.other-lead-news {
  background-color: #fff;
  padding: 8px 8px 0 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
}

.other-lead-news-image {
  position: relative;
}

.other-lead-news-image svg {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 45px;
  width: 45px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 38px;
  fill: #fff;
  border-radius: 50%;
  font-size: 20px;
  padding-left: 4px;
  border: 4px solid #fff;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}

.other-lead-news-text {
  min-height: 70px;
  max-height: 70px;
  overflow: hidden;
  padding-top: 3px;
  padding: 2px;
}

.other-lead-news-text h2 {
  font-size: 18px;
  line-height: 21px;
  margin: 0;
  color: #000;
}

.other-lead-news-text span {
  color: red;
  font-size: 14px;
  line-height: 14px;
}

.other-lead-news a:hover .other-lead-news-image svg {
  background: #fff;
  fill: red;
}

/*======================  Bangladewsh Section Style =========================================*/
.bangladesh-section {
  background-color: #fff;
  padding: 40px 0 30px;
  margin-top: 25px;
}

.bangladesh-section-left {
  float: left;
  width: 69.94%;
  padding: 0;
}

.bangladesh-section-right {
  float: left;
  width: 30.06%;
  padding: 0;
  margin-top: 10px;
}

.bd-news-title-container {
  position: relative;
  margin-bottom: 5px;
  border-bottom: 2px solid #2d292a;
  width: 100%;
  display: inline-block;
}

.bd-news-title-container .main-heading {
  float: left;
}

.bd-news-title-container .main-heading h2 {
  margin: 0;
  padding: 7px 20px;
  background-color: #2d292a;
  font-size: 18px;
  color: #fff;
}

.bd-news-title-container .main-heading h2 a {
  color: #fff;
}

.bd-news-sub-title {
  float: right;
}

.bd-news-sub-title ul {
}

.bd-news-sub-title ul li {
  background: transparent;
}

.bd-news-sub-title ul li button {
  font-size: 16px;
  color: #000;
  padding: 6px 15px;
}

.bd-news-sub-title .nav-pills .nav-link.active {
  color: #C70B0B;
  background: transparent;
}

.bd-news-sub-title ul li:last-child button {
  padding-right: 0;
}

.bangladesh-lead-news {
  background-color: #eff3f4;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  padding: 7px;
  padding-bottom: 0;
  margin-bottom: 22px;
}

.bangladesh-lead-news-image {
  position: relative;
}

.bangladesh-lead-news-image svg {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 60px;
  width: 60px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 50px;
  fill: #fff;
  border-radius: 50%;
  font-size: 26px;
  padding-left: 7px;
  border: 5px solid #fff;
  box-shadow: 0 0 30px 2px grey;
  opacity: 0.8;
  z-index: 1;
}

.bangladesh-lead-news-text {
  overflow: hidden;
  padding-top: 4px;
  min-height: 85px;
  max-height: 85px;
  padding-left: 1px;
}

.bangladesh-lead-news-text span {
  color: red;
  font-size: 14px;
  line-height: 14px;
}

.bangladesh-lead-news-text h2 {
  font-size: 24px;
  line-height: 28px;
  margin: 0;
  color: #000;
}

.bangladesh-news-ul {
  position: relative;
  margin: 0;
  padding: 0;
}

.bangladesh-news-ul li {
  list-style: none;
  width: 100%;
  margin-bottom: 8px;
}
.bangladesh-news-ul li:last-child {margin-bottom: 0;}
.bangladesh-news-ul li a {
  background: #eff3f4;
  display: inline-block;
  padding: 6px;
  width: 100%;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}

.bangladesh-news-ul-left {
  position: relative;
  float: left;
  width: 37%;
}

.bangladesh-news-ul-left svg {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 35px;
  width: 35px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 28px;
  fill: #fff;
  border-radius: 50%;
  padding-left: 3px;
  border: 3px solid #fff;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}

.bangladesh-news-ul-right {
  float: left;
  width: 63%;
  padding-left: 7px;
  min-height: 67px;
  max-height: 67px;
  overflow: hidden;
}

.bangladesh-news-ul-right span {
  color: red;
  font-size: 14px;
  line-height: 14px;
}

.bangladesh-news-ul-right h3 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 21px;
}

.bangladesh-news-ul li a:hover .bangladesh-news-ul-left svg, .bangladesh-lead-news a:hover .bangladesh-lead-news-image svg {
  background: #fff;
  fill: red;
}
.country-lead-news-small {
  margin-bottom: 24px;
  background: #eff3f4;
  padding: 7px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  padding-bottom: 0;
}
.country-lead-news-small-text {
  padding: 3px 7px;
  background: #eff3f4;
  min-height: 74px;
  max-height: 74px;
  padding-bottom: 0;
  overflow: hidden;
}
.country-lead-news-small-image {
position: relative;
}
.country-lead-news-small-image svg {
  position: absolute;
    top: 50%;
    left: 50%;
    height: 45px;
    width: 45px;
    background: rgba(0, 0, 0, 0.14);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 38px;
    fill: #fff;
    border-radius: 50%;
    font-size: 20px;
    padding-left: 4px;
    border: 4px solid #fff;
    box-shadow: 0 0 15px 1px grey;
    opacity: 0.8;
    z-index: 1;
}
.country-lead-news-small a:hover .country-lead-news-small-image svg {background: #fff;fill: red;}
.country-lead-news-small-text span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.country-lead-news-small-text h3 {
  font-size: 18px;
  line-height: 23px;
  margin: 0;
  color: #000;
}

.bd-news-sub-title ul li button:hover {
  color: #2d292a;
}

.international-title .main-heading h2 {
  background-color: #f9c100;
}

.international-title {
  border-bottom: 2px solid #f9c100;
}

.international-title .main-heading h2 {
  background-color: #f9c100;
}

.international-new-ul li a {
  background: #fff;
  box-shadow: none;
  padding: 0;
}

.international-new-ul li {
  margin-bottom: 12px;
}

.international-new-ul li:last-child {
  margin-bottom: 0;
}
.bangladesh-lead-news a:hover .bangladesh-lead-news-text h2 {transform: 0.3s;color: #9d151b;}
.country-lead-news-small a:hover .country-lead-news-small-text h3 {transform: 0.3s;color: #9d151b;}
.bangladesh-news-ul li a:hover .bangladesh-news-ul-right h3 {transform: 0.3s;color: #9d151b;}
/* ============================ sports SECTION ======================== */
.lifestyle-section-wrapper {
  padding-top: 30px;
  padding-bottom: 20px;
  width: 100%;
  background: #fff;
  margin-top: 25px;
}
.lifestyle-section-left {
  float: left;
  width: 28%;
  padding: 0;
}
.lifestyle-section-middle {
  float: left;
  width: 44%;
  padding: 0;
}
.lifestyle-section-right {
  float: left;
  width: 28%;
  padding: 0;
}
.lifestyle-section-middle{
  display: block;
}
.m-sports-lead-news{
  display: none;
}
.sports-lead-news {
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  position: relative;
}
.sports-lead-news-image {
  position: relative;
  overflow: hidden;
}
.sports-lead-news-image img {
  min-height: 292px;
  max-height: 292px;
  width: 100%;
  overflow: hidden;
}
.sports-lead-news-image svg {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 60px;
  width: 60px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 50px;
  color: #fff;
  border-radius: 50%;
  font-size: 26px;
  padding-left: 7px;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 30px 2px grey;
  -moz-box-shadow: 0 0 30px 2px gray;
  box-shadow: 0 0 30px 2px grey;
  opacity: 0.8;
  z-index: 1;
}
.sports-lead-news-text {position: absolute;
  width: 100%;
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 30%,rgba(0,0,0,.8) 100%);
  color: #fff;
  bottom: 0;
  padding: 30px 10px 5px;}
.sports-lead-news-text h2 {
  font-size: 26px;
  line-height: 30px;
  margin: 0;
  color: #fff;
}
.sports-lead-news-text span {
  font-size: 14px;
  line-height: 14px;
  color: #dc2028;
}
.sports-lead-news a:hover .sports-lead-news-image svg {
  background: #fff;
  color: red;
  fill: red;
}
.lifestyle-ul {
  padding: 0;
  margin: 0;
  position: relative;
}
.lifestyle-ul li {
  list-style: none;
  width: 100%;
  margin-bottom: 8px;

}
.lifestyle-ul li a {
  display: inline-block;
  padding: 8px 8px;
  background: #eff3f4;
  width: 100%;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}
.lifestyle-ul-left {
  float: left;
  width: 40%;
  padding-right: 3%;
  position: relative;
  overflow: hidden;
}
.lifestyle-ul-left svg {
  position: absolute;
  top: 50%;
  left: 44.5%;
  height: 35px;
  width: 35px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 28px;
  color: #fff;
  border-radius: 50%;
  font-size: 15px;
  padding-left: 4px;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 15px 1px grey;
  -moz-box-shadow: 0 0 15px 1px gray;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}
.lifestyle-ul-right {
  float: left;
  width: 60%;
  padding-left: 1px;
  min-height: 67px;
  max-height: 67px;
  overflow: hidden;
}
.lifestyle-ul-right h3 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 20px;
}
.lifestyle-ul-right span {
  font-size: 14px;
  line-height: 14px;
  color: #dc2028;
}
.lifestyle-ul li a:hover .lifestyle-ul-left svg {
  color: red;
  background: #fff;
}
.lifestyle-ul li a:hover .lifestyle-ul-right h3 {transform: 0.3s;color: #9d151b;}
/*=========================================== ENTERTAINMENT SECTION WRAPPER STYLE ============================================*/
.entertainment-section-wrapper {
  background-color: #424242;
  padding-top: 30px;
  padding-bottom: 15px;
}
.entertainment-title h2 {
        color: #fff;
    font-size: 30px;
    padding-left: 10px;
}
.entertainment-title {
  border-left: 4px solid red;
  line-height: 26px;
  margin-bottom: 15px;
}
.entertainment-title-2 {
  text-align: right;
  margin-top: 5px;
}
.entertainment-title-2 a {
    font-size: 22px;
    padding: 8px 25px;
    background-color: #333;
    transition: background-color .3s;
    line-height: 1;
    color: #fff;
    border-radius: 10px 10px 0 0!important;
}
.entertainment-title-2 a:hover {
  background: #2d292a;
  color: #fff;
}

.entertainment-lead-news {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  padding: 5px;
  margin-bottom: 20px;
}

.entertainment-lead-image {
  display: block;
  overflow: hidden;
  position: relative;
}

.entertainment-lead-image img {
  max-height: 350px;
  min-height: 350px;
  width: 100%;
  overflow: hidden;
}

.entertainment-lead-image svg {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 60px;
  width: 60px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 50px;
  fill: #fff;
  border-radius: 50%;
  font-size: 26px;
  padding-left: 7px;
  border: 5px solid #fff;
  box-shadow: 0 0 30px 2px grey;
  opacity: 0.8;
  z-index: 1;
}

.sports-lead a:hover .sports-lead-img svg {
  background: #fff;
  fill: red;
}

.entertainment-lead-news a:hover .entertainment-lead-image svg {
  background: #fff;
  fill: red;
}

.entertainment-lead-text-wrapper {
  position: relative;
}

.entertainment-lead-text {
  position: absolute;
  width: 100%;
  background: linear-gradient(to bottom,rgba(0, 0, 0, 0) 0,rgba(0, 0, 0, 0.5) 30%,rgba(0, 0, 0, 0.8) 100%);
  color: #fff;
  bottom: 0;
  padding: 15px 10px 5px;
}

.entertainment-lead-text h2 {
  margin: 0;
  font-size: 26px;
  line-height: 32px;
}

.entertainment-lead-text span {
  color: #ffc107;
  font-size: 14px;
  line-height: 14px;
}

.entertainment-other-news {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  padding: 5px;
  margin-bottom: 20px;
}

.entertainment-news-image {
  display: block;
  overflow: hidden;
  position: relative;
}

.entertainment-news-image img {
  width: 100%;
  overflow: hidden;
  max-height: 160px;
  min-height: 160px;
}

.entertainment-news-image svg {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 45px;
  width: 45px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 38px;
  fill: #fff;
  border-radius: 50%;
  font-size: 20px;
  padding-left: 4px;
  border: 4px solid #fff;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}

.entertainment-other-news-text-wrapper {
  position: relative;
}

.entertainment-other-news-text {
  position: absolute;
  width: 100%;
  background: linear-gradient(to bottom,rgba(0, 0, 0, 0) 0,rgba(0, 0, 0, 0.5) 30%,rgba(0, 0, 0, 0.8) 100%);
  color: #fff;
  bottom: 0;
  padding: 10px 8px 5px;
}

.entertainment-other-news-text h3 {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  margin: 0;
}

.entertainment-other-news-text span {
  color: #ffc107;
  font-size: 14px;
  line-height: 14px;
}

.entertainment-other-news a:hover .entertainment-news-image svg {
  background: #fff;
  fill: red;
}

/*=========================== Category News Home STYLE ============================*/
.job-title {
  border-bottom: 2px solid #f44336;
}

.job-title .main-heading h2 {
  background-color: #f44336;
}

.technology-title {
  border-bottom: 2px solid #ff7500;
}

.technology-title .main-heading h2 {
  background-color: #ff7500;
}

.special-news-title {
  border-bottom: 2px solid #607d8b;
}

.special-news-title .main-heading h2 {
  background-color: #607d8b;
}
.other-section {margin-top: 35px;}
.category-lead {
  position: relative;
  margin-bottom: 14px;
}

.category-lead-img {
  position: relative;
}
.category-lead-img img {width: 100%;}
.category-lead-img svg {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 45px;
  width: 45px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 38px;
  fill: #fff;
  border-radius: 50%;
  font-size: 20px;
  padding-left: 4px;
  border: 4px solid #fff;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}

.category-lead a:hover .category-lead-img svg {
  background: #fff;
  fill: red;
}

.category-lead-text {
  position: absolute;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, .8) 100%);
  color: #fff;
  bottom: 0;
  padding: 7px 7px 0;
}

.category-lead-text span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}

.category-lead-text h3 {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}

.category-ul {
  margin: 0;
  padding: 0;
}

.category-ul li {
  list-style-type: none;
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 2px;
}

.category-ul li a {
  display: inline-block;
  background: #fff;
  padding: 7px;
}

.category-ul li:last-child {
  border: none;
  padding: 0;
}

.category-list-img {
  float: left;
  width: 36%;
  position: relative;
}

.category-list-img svg {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 35px;
  width: 35px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 28px;
  fill: #fff;
  border-radius: 50%;
  padding-left: 3px;
  border: 3px solid #fff;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}

.category-ul li a:hover .category-list-img svg {
  background: #fff;
  fill: red;
}

.category-list-text {
  padding-top: 3px;
  padding-left: 3%;
  float: left;
  width: 64%;
  min-height: 75px;
  max-height: 75px;
  overflow: hidden;
}

.category-list-text span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}

.category-list-text h4 {
  font-size: 18px;
  line-height: 23px;
  transition: all 0.5s ease 0s;
  margin: 0;
  color: #000;
}
/* .category-lead a:hover .category-lead-text h3 {transform: 0.3s;color: #9d151b;} */
.category-ul li a:hover .category-list-text h4 {transform: 0.3s;color: #9d151b;}
/*=================== VIDEO GALLERY SECTION ==============================*/
.single-videos {
    position: relative;
    overflow: hidden;
}
.single-videos .images {
    position: relative;
    overflow: hidden;
}
.single-videos .images img {
    display: block;
    width: 100%;
}
.single-videos .images .overley {
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    text-align: left;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    transform: scaleY(0);
    transform-origin: 0 1 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.single-videos:hover .images {
  transform: scaleY(1);
}
.videos-text {
  position: relative;
  z-index: 10;
  background-color: #333;
  padding: 4px 7px;
  max-height: 72px;
  min-height: 72px;
  overflow: hidden;
}
.videos-text h3 {
    margin: 0;
    transition: all 0.5s ease 0s;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}
.single-videos .images svg {
    position: absolute;
    top: 35%;
    left: 35%;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 52px;
    background: #fff;
    fill: red;
    border-radius: 50%;
    padding-left: 6px;
    border: 5px solid #fff;
    opacity: 0.8;
    z-index: 1;
    transition: 0.5s;
}
.single-videos:hover .images svg {
    background: #2d292a;
    border-color: #2d292a;
    fill: #fff;
}

section.video-gallery-section {
  background: #212121;
  padding: 40px 0;
}
.opinion-news-title {margin-top: 24px;margin-bottom: 15px;}
.opinion-news {}
.opinion-news a {
  display: inline-block;
  padding: 7px;
  background: #fff;
}
.opinion-news-img img {
  width: 40%;
    float: left;
    position: relative;
    overflow: hidden;
}
.opinion-news-text {
  width: 60%;
  float: left;
  padding-left: 3%;
  min-height: 69px;
  max-height: 69px;
  overflow: hidden;
}
.opinion-news-text span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.opinion-news-text h2 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0;
  color: #000;
}
/*=================== PHOTO GALLERY SECTION ==============================*/
.photo-gallery-wrapper {
  padding: 25px 0 25px;
}

.photo-gallery-heading {
  border-bottom: 3px double #a2a2a2;
  margin-bottom: 10px;
}
.photo-gallery-heading h2 {padding-bottom: 5px;margin-bottom: 1px;border-bottom: 1px solid #a2a2a2;color: #000;font-size: 22px;line-height: 20px;}
.carousel-caption {background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, .8) 100%);padding: 10px 0;width: 100%;right: 0;left: 0;bottom: 0;padding-bottom: 15px;}
.carousel-caption h3 {font-size: 18px;}
.carousel-indicators {bottom: -15px;}
.photo-gallery-single {background-color: #fff;box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);margin-bottom: 22px;}
.photo-gallery-single-image {position: relative;}
.photo-gallery-icon {position: relative;}
.photo-gallery-icon {background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;padding: 3px 8px;left: 0;top: 0;position: absolute;z-index: 1;color: #f44336;text-align: center;transition: 0.5s;}
.photo-gallery-icon svg {height: 22px;width: 22px;}
.photo-gallery-single-text {min-height: 65px;max-height: 65px;overflow: hidden;padding: 3px 5px 0;}
.photo-gallery-single-text h3 {font-size: 17px;line-height: 21px;color: #000;}
.photo-gallery-single a:hover .photo-gallery-icon {background: red;color: #fff;}
.btn-more-albums {background: #fff;box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);width: 100%;border: 0;font-size: 18px;color: #000;}
.btn-more-albums:hover {background: #2d292a;color: #fff;}
.mobile-focus-news .focus-news,
.mobile-focus-news .lead-news-banner,
.mobile-focus-news .focus-title {display: none;}
.sports-mobile-img {display: none;}
button.nav-link {font-size: 14px !important;}
#carouselExampleIndicators .carousel-item img {min-height: 422px;max-height: 422px;overflow: hidden;}
.photo-gallery-single a:hover .photo-gallery-single-text h3 {transform: 0.3s;color: #9d151b;}
/*----- right selection style -----------*/
.district-news-heading {background-color: #2d292a;text-align: center;font-size: 18px;margin-bottom: 12px;padding: 6px;}
.district-news-heading a {color: #fff;}
.sonali-map {margin-left: 8px;margin-right: 7px;}
.map-form {background: #eff3f4;position: relative;padding: 15px;}
.map-form h3 {font-size: 20px;margin-bottom: 5px;font-weight: 600;}
/* .map-form .form-group {margin-bottom: 10px;} */
.map-form .col-m {margin-bottom: 10px;}
.map-padding-right {padding-right: 5px;}
.map-padding-left {padding-left: 5px;}
.sr-only {position: absolute;width: 1px;height: 1px;padding: 0;overflow: hidden;clip: rect(0,0,0,0);white-space: nowrap;border: 0;}
.division-style {position: relative;margin: 0 auto;padding: 6px 10px;background: #fff;border: 1px solid rgba(0, 0, 0, 0.15);box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;cursor: pointer;outline: none;color: #19232d;line-height: 1.5;font-size: 16px;border-radius: 0.25rem;}
.division-dropdown-area {width: 46%;margin-right: 4%;position: relative;float: left;}
.district-dropdown-area {width: 46%;margin-left: 4%;position: relative;float: left;}
.wrapper-demo {zoom: 1;font-weight: 400;}
.wrapper-demo:after {clear: both;content: "";display: table;}
.wrapper-dropdown-3 {position: relative;margin: 0 auto;padding: 6px 10px;background: #fff;border-radius: 7px;border: 1px solid rgba(0, 0, 0, 0.15);box-shadow: 0 1px 1px rgba(50, 50, 50, 0.1);cursor: pointer;outline: none;font-weight: 700;color: #757575;margin-bottom: 5px;}
.btn-custom {background-color: #fff;border: 1px solid rgba(0, 0, 0, 0.15);border-radius: 7px;box-shadow: 0 1px 1px rgba(50, 50, 50, 0.1);font-size: 15px;color: #000;font-weight: 700;font-size: 16px;}
.btn-custom svg {height: 15px;width: 15px;}
.btn-custom:hover {background: #000;color: #fff;transition: 0.3s;}
.btn-custom:hover svg {fill: #fff;transition: 0.3s;}
.btn-block {display: block;width: 100%;}
.bangladesh-section-right .btn-block:hover {background: #2d292a;color: #fff;}
/*----- gallary wrapper style -------------*/
.photo-gallery-wrapper .carousel {margin-bottom: 14px;}
/*=========================================== TRENDING NEWS STYLE ============================================*/
.trending-wrapper {padding: 20px 0 0}
.trending-area {text-align: center;}
.trending-list {margin: 0;padding: 0;}
.trending-list li {list-style-type: none;display: inline-block;}
.trending-list li span {margin-right: 10px;font-weight: bold;font-size: 15px;}
.trending-list li a {background: #fff;color: #000;padding: 4px 8px;margin-right: 10px;transition: .2s;box-shadow: 0 1px 2px rgb(0 0 0 / 10%);margin-bottom: 0;display: inline-block;}
.trending-list li a:hover {background: #2d292a;color: #fff;}
.country-add {text-align: center;margin-top: 10px;}
/*==================== NEW LEAD NEWS SPECIAL SECTION STYLE ======================*/
.heading-headline-heading {
  overflow: hidden;
  background: #19232d;
  border-bottom: 3px solid #e74c4f;
  position: relative;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-bottom: 15px;
}
.heading-headline-heading a {
  color: #fff;
  display: inline-block;
  padding: 6px 30px 6px 15px;
  font-size: 24px;
  margin: 0;
  line-height: 24px;
}
.heading-headline-heading span {
  position: relative;
}
.heading-style-heading:after {
  background: #fff;
  content: "";
  position: absolute;
  left: 0;
  right: -20000px;
  top: -11px;
  height: 40px;
  bottom: 0;
  -webkit-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  transform: skewX(45deg);
}
.heading-style-heading-left {float: right;margin-right: -16px;}
.heading-style-heading-left a {color: #000;font-size: 20px;}
.heading-style-heading-left a:hover {color: red;transition: 0.5s;}
.special-section{
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.special-section-wrapper {
  padding: 20px 0 5px 0;
}
.sps-ul{
  position: relative;
    margin: 0;
    padding: 0;
    margin-top: -1px;
}
.sps-ul li {
    list-style: none;
    width: 100%;
    margin-bottom: 14px;
}
.sps-ul li a {
    display: inline-block;
    padding: 8px 8px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}
.sps-ul-left {
    float: left;
    width: 40%;
    padding-right: 3%;
    position: relative;
    overflow: hidden;
}
.sps-ul-left svg {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 35px;
  width: 35px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 28px;
  color: #fff;
  border-radius: 50%;
  font-size: 15px;
  padding-left: 4px;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 15px 1px grey;
  -moz-box-shadow: 0 0 15px 1px gray;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
}
.sps-ul li a:hover .sps-ul-left svg {
  background: #fff;
  color: red;
  fill: red;
}
.sps-ul-right {
    float: left;
    width: 60%;
    padding-left: 1px;
    min-height: 67px;
    max-height: 67px;
    overflow: hidden;
}
.sps-ul-right span {
    color: #dc2028;
    font-size: 14px;
    line-height: 14px;
}
.sps-ul-right h2 {
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 21px;
}
.sps-lead {
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    position: relative;
}
.sps-lead-image {
    display: block;
    overflow: hidden;
    position: relative;
}
.sps-lead-image img {min-height: 297px;
  max-height: 297px;
  width: 100%;
  overflow: hidden;
}
.sps-lead-image svg {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 55px;
  width: 55px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 46px;
  color: #fff;
  border-radius: 50%;
  font-size: 26px;
  padding-left: 6px;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 30px 2px grey;
  -moz-box-shadow: 0 0 30px 2px gray;
  box-shadow: 0 0 30px 2px grey;
  opacity: 0.8;
}
.sps-lead a:hover .sps-lead-image svg {
  background: #fff;
  color: red;
  fill: red;
}
.sps-lead-text {
    position: absolute;
    width: 100%;
    background: linear-gradient( to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.8) 100% );
    color: #fff;
    bottom: 0;
    padding: 30px 10px 5px;
}
.sps-lead-text h1 {
    margin: 0;
    font-size: 30px;
    line-height: 36px;
}
.sps-lead-text span {
  color: #dc2028;
  font-size: 14px;
  line-height: 14px;
}
.pb-section-left{
  width: 27.5%;
  padding: 0;
}
.pb-section-middle{
  width: 45%;
  padding: 0;
}
.pb-section-right{
  width: 27.5%;
  padding: 0;
}
.sps-ul-left span {background: #dc2028;
  padding: 4px 8px;
  padding-top: 6px;
  position: absolute;
  font-size: 13px;
  line-height: 13px;
  z-index: 1;
  color: #fff;
  bottom: -27px;
  left: 0;
  transition: .5s;}
.sps-ul li a:hover .sps-ul-left span {bottom: 0;}
.sps-lead-image span {background: #dc2028;
  padding: 8px 10px;
  position: absolute;
  font-size: 14px;
  line-height: 14px;
  z-index: 1;
  color: #fff;
  right: 0;
  top: -31px;
  transition: .5s;}
.sps-lead a:hover .sps-lead-image span {top:0;}

/*================================================
  4. START JQUERY MARQUEE SECTION
==================================================*/
.footer-bottom {padding-bottom: 30px;}
.marquee-section-wrapper {position: fixed;bottom: -19px;width: 100%;z-index: 999999;}
.marquee-block {position: relative;}
.marquee-block h2 {font-size: 20px;margin: 0;line-height: 24px;position: absolute;background: #000;color: #fff;padding: 6px 10px;}
.marquee-block h2:after {content: "";position: absolute;left: 84px;border-left: 20px solid #000;border-top: 36px solid transparent;clear: both;top: 0;}
.marquee {width: 100%;overflow: hidden;background: #fff;list-style: none;display: inline-block;padding: 0;border: 1px solid #000;margin-bottom: 12px;min-height: 36px;max-height: 36px;overflow: hidden;}
.marquee li {display: inline-block;padding-right: 15px;padding-top: 2px;padding-bottom: 2px;}
.marquee li a {display: block;color: #000;line-height: 30px;font-size: 22px;font-weight: 400;text-decoration: none;transition: all 0.3s ease-in;}
.marquee li a span {padding-left: 20px;}
.marquee li a span img {max-width: 20px;display: inline-block;}
.marquee li a:hover {color: #c00;}
.marquee li i {display: inline-block;}
.marquee-block-breaking {position: relative;background-size: cover;height: 42px;margin-bottom: 20px;}
.marquee-block-breaking h2 {font-size: 26px;margin: 0;line-height: 30px;position: absolute;background: #c00;color: #fff;padding: 6px 10px;z-index: 1;padding-left: 29px;}
.marquee-breaking {width: 100%;overflow: hidden;list-style: none;display: inline-block;padding: 0;}
.marquee-breaking li {display: inline-block;padding-right: 15px;padding-top: 2px;padding-bottom: 2px;}
.marquee-breaking li p {display: block;padding-right: 15px;color: #fff;line-height: 40px;font-size: 20px;font-weight: 600;text-decoration: none;transition: all 0.3s ease-in;position: relative;}
.marquee-breaking li p span {padding-left: 0;margin-left: -10px;}
.marquee-breaking li p:hover {color: #fff;}
.marquee-breaking li i {display: inline-block;}
.marquee-breaking li p span img {margin-top: -4px;}
/*====================== NEW LEAD NEWS SECTION =========================================*/
.top-banner {margin-top: 24px;margin-bottom: 24px;text-align: center;}
.lead-news-section-wrapper {
  margin-top: 20px;
  margin-bottom: 30px;
}
.top-news-left-main {
  width:74.60%;
  float:left;
  padding: 0;
}
.top-news-left {
  width:40%;
  float:left;
  padding: 0;
}
.top-news-middle {
  width:60%;
  float:left;
  padding: 0;
}
.other-top-news {width:100%;float:left;padding: 0;}
.left-news-bottom{
  float: left;
}
.top-left-side-bar-wrapper {

}
.top-left-side-bar {
  position: relative;
  margin: 0;
  padding: 0;
}
.top-left-side-bar li {
  list-style: none;
  width: 100%;
  margin-bottom: 9px;
}
.top-left-side-bar li:last-child {
  margin-bottom: 0;
}
.top-right-banner {display: inline-block;margin-top: 16px;margin-bottom: 15px;}
.top-left-side-bar li a {
  display: inline-block;
  padding: 7px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.top-left-side-bar li:last-child a {
  margin-bottom: -7px;
}
.top-left-side-bar-left {
  float: left;
  width: 37%;
  display: block;
  overflow: hidden;
  position: relative;
}
.top-left-side-bar-right {
  float: left;
  width: 63%;
  min-height: 76px;
  max-height: 76px;
  overflow: hidden;
  padding-left: 3%;
}
.top-left-side-bar-right h3 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 20px;
}
.top-left-side-bar-right span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.left-banner-2 {
  margin-top: 24px;
}
.top-lead-news-wrapper {
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.top-left-side-bar li a:hover .top-left-side-bar-right h3 {transform: 0.3s;color: #9d151b;}
.top-lead-news {
  position: relative;
}
.top-lead-news-image {
  display: block;
  overflow: hidden;
  position: relative;
}
.top-lead-news-image span {
  background: #dc2028;
  padding: 7px 10px;
  padding-top: 9px;
  position: absolute;
  font-size: 16px;
  line-height: 16px;
  z-index: 1;
  color: #fff;
  right: 0;
  top: -35px;
  transition: all 0.5s ease 0s;
}
.top-lead-news-image svg {
  position: absolute;
    top: 50%;
    left: 50%;
    height: 55px;
    width: 55px;
    background: rgba(0, 0, 0, 0.14);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 46px;
    color: #fff;
    border-radius: 50%;
    font-size: 26px;
    padding-left: 6px;
    border: 5px solid #fff;
    -webkit-box-shadow: 0 0 30px 2px grey;
    -moz-box-shadow: 0 0 30px 2px gray;
    box-shadow: 0 0 30px 2px grey;
    opacity: 0.8;
}
.top-lead-news a:hover .top-lead-news-image svg {
  background: #fff;
  color: red;
}
.top-lead-news a:hover .top-lead-news-image span {
  top: 0;
}
.lead-other-news-img, .m-lead-other-news-img {
  display: block;
  overflow: hidden;
  position: relative;
}
/* .lead-other-news-img img {
  overflow: hidden;
  min-height: 151px;
  max-height: 151px;
  width: 100%;
} */
.lead-other-news-img span, .m-lead-other-news-img span{
  background: #dc2028;
  padding: 7px 10px;
  padding-top: 9px;
  position: absolute;
  font-size: 14px;
  line-height: 14px;
  z-index: 1;
  color: #fff;
  right: 0;
  top: -31px;
  transition: all .5s ease 0s;
}
.lead-other-news-img svg, .m-lead-other-news-wrapper svg {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 45px;
  width: 45px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 38px;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  padding-left: 4px;
  border: 4px solid #fff;
  -webkit-box-shadow: 0 0 15px 1px grey;
  -moz-box-shadow: 0 0 15px 1px gray;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}
.top-left-side-bar-left span {
  background: #dc2028;
  padding: 2px 8px 0;
  position: absolute;
  font-size: 13px;
  z-index: 1;
  color: #fff;
  right: 0;
  top: -22px;
  transition: all .5s ease 0s;
}
.top-left-side-bar-left svg {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 35px;
  width: 35px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 30px;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  padding-left: 5px;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 15px 1px grey;
  -moz-box-shadow: 0 0 15px 1px gray;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}
.lead-news-heading {
  position: absolute;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, .8) 100%);
  color: #fff;
  bottom: 0;
  padding: 30px 10px 5px;
}
.lead-news-heading span {
  font-size: 16px;
  color: #ec1134;
  color: #ED1C24;
  line-height: 17px;
  font-weight: 500;
  display: block;
}
.lead-news-heading h1 {
  margin: 0;
  font-size: 30px;
  line-height: 36px;
}
.lead-other-news-wrapper {
  position: relative;
  background: #fff;
  margin-top: 24px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) */
}
.lead-other-news-wrapper .text-heading {
  padding: 4px 5px;
  min-height: 68px;
  max-height: 68px;
  overflow: hidden;
}
.text-heading h3 {
  font-size: 18px;
  line-height: 21px;
  color: #000;
  margin: 0;
}
.text-heading span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.bottom-stamp{
  font-size: 13px;
  padding: 4px 7px 2px;
  color: #868686;
  border-top: 1px solid #e5e5e5;
  display: inline-block;
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  position: relative;
}
.bottom-stamp span, .bottom-stamp span a{
  font-size: 13px;
  color: #868686;
}
.bottom-stamp .meta-cat{
  padding-right: 4px;
  /* border-right: 3px solid red; */
  font-size: 13px;
  color: #868686;
}
.bottom-stamp .meta-cat:before{
  position: absolute;
content: "";
width: 3px;
height: 13px;
right: 5px;
background: #e02128;
top: 8px;
}
.lead-other-news-wrapper a:hover .lead-other-news-img span {
  top: 0;
}
.lead-other-news-wrapper a:hover .lead-other-news-img svg {
  background: #fff;
  color: red;
}
.m-lead-other-news-wrapper {
  position: relative;
  background: #fff;
  margin-top: 24px;
  padding: 7px 7px 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  display: none
}
.m-lead-other-news-wrapper .m-text-heading {
  padding: 2px 8px 3px;
  min-height: 74px;
  max-height: 74px;
  overflow: hidden;
}
.m-text-heading h3 {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  margin: 0;
}
.m-text-heading span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.m-lead-other-news-wrapper a:hover .m-lead-other-news-img span {
  top: 0;
}
.m-lead-other-news-wrapper a:hover .m-lead-other-news-img svg {
  background: #fff;
  color: red;
}

.top-left-side-bar li a:hover .top-left-side-bar-left span {
  top: 0;
}
.top-left-side-bar li a:hover .top-left-side-bar-left svg {
  background: #fff;
  color: red;
}
.m-lead-other{
  display: none;
}
.top-news-right {
  width:25.40%;
  float:left;
  padding: 0;
}
.special-video-area{
  border: 1px solid #19232d ;
  padding: 5px;
  margin-bottom: 24px;
}
.special-video-title{
  width: 100%;
  background: #19232d;
  text-align: center;
  margin-bottom: 15px;
}
.special-video-title a {
  color: #fff;
  font-size: 20px;
  line-height: 37px;
}
.top-news-right-banner{
  margin-bottom: 24px;
}
.top-news-right-2-banner {
  margin-top: 23px;
}
.new-category-ul li {margin-bottom: 4px;}    
.new-category-ul .category-list-text {min-height: 62px;max-height: 62px;padding-top: 0;}
.new-category-ul .category-list-text h4 {font-size: 17px;line-height: 21px;}
@media screen and (max-width: 768px) {
  a.navbar-brand {width: 65%;display: block;margin: 0;}
  .nav-item.dropdown.dropdown-mega .dropdown-menu {transform: translateX(0%);}
  .middle-header {display: none;}
}
 /*----=============================== FOR RESPONSIVE CSS ==============================================--------*/
@media only screen and (max-width: 767px) {
  #back_to_top {right: 12px;}
  .navbar-nav-mobile-sub-body {padding: 0;margin-left: 10px;}
  .mobile-nav-ul-body {padding-top: 0;}
  .mobile-menu-sub-text {padding-left: 10px;padding-right: 10px;font-size: 17px;color: #000;padding-top: 12px;padding-bottom: 12px;}
  .mobile-menu-sub-text:focus {box-shadow: none;}
  .mobile-nav-ul {margin-bottom: 0 !important;padding-left: 0 !important;}
  .mobile-nav-ul li a {padding-left: 10px;padding-right: 10px;font-size: 17px;}
  .new-top-nav {padding-top: 2px;padding-bottom: 2px;}
  .mobile-side-logo img {width: 80%;}
  .mobile-side-logo-wrapper {padding-top: 10px;padding-bottom: 10px;}
  .right-menu-link {display: block !important;}
  .custom-row {margin-right: -5px;margin-left: -5px;}
  .custom-padding {padding-left: 7px;padding-right: 7px;}
  .custom-container {padding-left: 10px;padding-right: 10px;max-width: 100%;}
  .copy-right-text {text-align: center;margin-bottom: 5px;}
  .credit-text {text-align: center;margin-top: 0px;}
  .footer-menu ul {text-align: center;}
  .footer-menu ul li {margin-bottom: 20px;}
  .footer-menu ul li:last-child {margin-bottom: 0px;}
  .footer-col-1 {text-align: center;padding-left: 50px;padding-right: 50px;}
  .footer-social-icons {float: none;}
  .editors-board {text-align: center;padding-top: 15px;}
  .footer-col-3 {text-align: center;padding-top: 5px;}
  .top-bar-date {text-align: center;}
  .top_socail_icon_area .list-inline {display: none;}
  .mobile-menu-social .top_socail_icon_area .list-inline {display: block;}
  .mobile-menu-social .top_socail_icon_area {width: 100%;text-align: center;margin-top: 20px;}

.sports-dekstop-img {display: none;}
.bangladesh-lead-news {padding: 0;}
.category-list-text {min-height: 70px;max-height: 70px;}
.lead-news-image-text h1,
.bangladesh-lead-news-text h2,
.sports-lead-text h2{font-size: 20px;line-height: 23px;}
.bangladesh-lead-news-text {padding-right: 7px;padding-left: 7px;}
.lifestyle-news {margin-bottom: 20px;}
.lifestyle-section .custom-row {padding-bottom: 0px !important;}
.category-ul li a {padding: 5px;}
.sports-mobile-img {display: block;margin-bottom: 0;}
.district-news-heading {background: #2d2d2d;}
.bd-news-title-container {display: flex;}
.country-section .bd-news-sub-title {overflow: auto;white-space: nowrap;margin-left: 45px;}
.bangladesh-section .nav {display: unset;flex-wrap: unset;}
.bd-news-sub-title ul li {display: inline-block;}
.lifestyle {margin-bottom: 10px;width: 100%;display: inline-block;}
.lifestyle a {display: inline-block;padding: 0px;background: #eff3f4;width: 100%;background: #282828;}
.lifestyle-img {width: 40%;float: left;padding-right: 2%;}
.sports-lead-img svg {height: 50px;width: 50px;background: #fff;fill: red;padding-left: 6px;border: 3px solid #fff;}
.lifestyle-img svg {height: 35px;width: 35px;background: #fff;fill: red;padding-left: 5px;border: 2px solid #fff;}
.lifestyle-text {width: 60%;min-height: unset;max-height: unset;padding-left: 3%;float: left;}
.bangladesh-lead-news-image svg {height: 50px;width: 50px;background: #fff;fill: red;padding-left: 6px;border: 3px solid #fff;}
.bangladesh-news-ul-left svg {height: 35px;width: 35px;background: #fff;fill: red;padding-left: 5px;border: 2px solid #fff;}
.lead-news-left,.lead-news-right {width: 100%;}
.lead-news-right-banner,
.lead-news-right-banner-2 {text-align: center;}
.bangladesh-section-left,.bangladesh-section-right {width: 100%;}
.bangladesh-lead-news {margin-bottom: 16px;}
.bd-news-sub-title ul li button {padding: 5px 8px;}
.country-add {text-align: center;}
#featured-videos-section .owl-nav .owl-next,
#featured-videos-section .owl-nav .owl-prev {top: 225px;}
.videos-text {padding-left: 25px;}
.focus-news,.lead-news-banner,.focus-title { display: none;}
.latest-news-left svg {border: none;background: #fff;fill: red;padding-left: 5px;border: 2px solid #fff;}
.focus-news-text {min-height: 63px;max-height: 63px;padding: 0 7px;}
.space-top {padding-top: 20px;}
.sports-lead-text {width: 100%;min-height: 100px;max-height: 100px;margin-bottom: 15px;}
.sports-lead-img {width: 100%;margin-bottom: 24px;}
.focus-news {padding: 0px;}
.bangladesh-news-ul li {margin-bottom: 5px;}
.mobile-focus-news {margin-top: 10px;}
.mobile-focus-news .focus-news-image svg {height: 50px;width: 50px;background: #fff;fill: red;padding-left: 6px;border: 3px solid #fff;}
.lead-news {padding: 0;}
.lead-news-image-text {padding: 0 7px;padding-bottom: 5px;min-height: unset;max-height: unset;}
.left-other-lead-news a {display: inline-block;}
.left-other-lead-news {padding: 5px 5px 0 5px;}
.lead-news-image svg {height: 50px;width: 50px;background: #fff;fill: red;padding-left: 6px;border: 3px solid #fff;}
.lead-news {margin-bottom: 14px;}
.left-other-lead-news {width: 100%;display: inline-block;background: #fff;margin-bottom: 15px;}
.left-other-lead-news-image {float: left;width: 40%;padding-right: 1%;}
.left-other-lead-news-text {min-height: 63px;max-height: 63px;width: 60%;float: left;padding: 0;background: #fff;padding-left: 2px;}
.latest-news-left img {min-height: unset;max-height: unset;}
.left-other-lead-news-image svg {height: 35px;width: 35px;background: #fff;fill: red;padding-left: 5px;border: 2px solid #fff;}
.lifestyle-news-img svg {height: 35px;width: 35px;background: #fff;fill: red;padding-left: 5px;border: 2px solid #fff;}
.category-lead-img svg {height: 50px;width: 50px;background: #fff;fill: red;padding-left: 6px;border: 3px solid #fff;}
.category-list-img svg {height: 35px;width: 35px;background: #fff;fill: red;padding-left: 5px;border: 2px solid #fff;}
.entertainment-title a img {display: none;}
.entertainment-title {border-left: 4px solid red;line-height: 26px;margin-bottom: 15px;text-align: unset;}
.entertainment-title h2 {color: #ffc107;font-size: 30px;padding-left: 10px;}
.entertainment-lead-news {background-color: transparent;padding: 0;margin-bottom: 15px;}
.entertainment-other-news {background-color: transparent;padding: 0;}
.entertainment-lead-image img {min-height: unset;max-height: unset;}
.entertainment-lead-image svg {height: 50px;width: 50px;background: #fff;fill: red;padding-left: 6px;border: 3px solid #fff;}
.entertainment-lead-text {position: relative;background: #333;padding: 3px 5px;min-height: unset;max-height: unset;overflow: hidden;}
.entertainment-lead-text h2 {font-size: 22px;line-height: 26px;}
.entertainment-other-news {background-color: transparent;padding: 0;}
.entertainment-news-image svg {height: 35px;width: 35px;background: #fff;fill: red;padding-left: 5px;border: 2px solid #fff;}
.entertainment-other-news-text {position: relative;background: #333;padding: 2px 5px;min-height: 90px;max-height: 90px;overflow: hidden;}
.entertainment-other-news-text h3 {font-size: 18px;line-height: 22px;}
.sports-big-img img {max-width: 100%;min-width: 100%;}
.national-new-right {width: 100%;}
.national-new-left {width: 100%;}
.trending-list li {margin-top: 10px;}
.national-new-small {margin-bottom: 15px;}
.entertainment-news-image img {max-height: none;}
#carouselExampleIndicators .carousel-item img {min-height: auto;}
.sports-big-text {max-height: unset;margin-bottom: 20px;min-height: unset;}
a.navbar-brand img {width: 175px;}
a.navbar-brand {text-align: center;}
.new-top-nav {background: #ffffff !important;}
.sports-big-text {max-height: none;}
.entertainment-news-image img {min-height: auto;}
.entertainment-title-2 {display: none;}
.footer-col-1 img {width: 200px;}
.trending-area {text-align: left;overflow: auto;white-space: nowrap;}
.lead-news-image-text p {display: none;}
.trending-wrapper {padding-top: 10px;}
.national-new-small-image-text {padding: 2px 5px;min-height: 90px;max-height: 90px;}
.sports-small-image-text {padding: 2px 5px;min-height: 90px;max-height: 90px;}
.sports-small-image-text h3 {line-height: 22px;}
.latest-news {height: 467px;}
.sports-big-text h2 {font-size: 22px;line-height: 26px;padding: 2px 7px;}
.other-lead-news {padding: 0;margin-bottom: 18px}
.other-lead-news-text {padding: 2px 5px;min-height: 90px;max-height: 90px;}
.other-lead-news-image svg {height: 35px;width: 35px;background: #fff;fill: red;padding-left: 5px;border: 2px solid #fff;}
.top-news-left-main,.top-news-right,.top-news-middle,.top-news-left {width: 100%;}
.top-news-middle {padding-bottom: 15px;}
.lead-news-section-wrapper {margin-top: 15px;}
.lead-date {padding: 5px;}
.top-news-right {margin-top: 25px;}
.videos-text {padding: 2px 5px;min-height: 90px;max-height: 90px;}
.videos-text h3 {font-size: 18px;line-height: 22px;}
.single-videos {margin-bottom: 20px;}
.new-sports-lead-text {width: 100%;bottom: 0px;max-height: unset;min-height: unset;position: absolute;z-index: 99;}
.new-sports-lead-text h2 {font-size: 20px;line-height: 24px;margin:0;}
.new-sports-lead-text {display: none;}
.new-sports-mobile {display: block;position: relative;}
.new-sports-lead-img {width: 100%;float: left;position: relative;margin-bottom: 0;}
.new-sports-lead {margin-bottom: 15px;}
.new-sports-small {width: 100%;display: inline-block;background: #fff;margin-bottom: 10px;}
.new-sports-small-image {width: 40%;float: left;padding-right: 2%;}
.new-sports-small-text {min-height: unset;max-height: unset;width: 60%;float: left;padding: 0;padding-left: 2px;padding-top: 2px;}
.new-sports-small-text h3 {line-height: 22px;}
.lifestyle-section-middle {width: 100%;padding: 0;}
.lifestyle-section-left {margin-top: 15px;width: 100%;padding: 0;}
.lifestyle-section-right {float: none;width: 100%;padding: 0;}
.carousel-lead-news .carousel-item h1 {font-size: 20px;line-height: 23px;}
.small-sub-lead-last {display: none;}
.single-videos .images svg {height: 40px;width: 40px;line-height: 40px;border: 3px solid #fff;padding-left: 6px;}
section.video-gallery-section {padding-bottom: 25px;}
.top-left-side-bar-left svg, .lead-other-news-img svg, .lifestyle-ul-left svg, .new-sports-small-image svg, .national-new-small-image svg {height: 35px;width: 35px;background: #fff;fill: red;padding-left: 5px;border: 2px solid #fff;}
.national-new-big-img svg, .new-sports-lead-img svg, .sports-lead-news-image svg {height: 50px;width: 50px;background: #fff;fill: red;padding-left: 6px;border: 3px solid #fff;}
.national-new-right {padding-top: 25px;}
section.national-new-style-wrapper {position: relative;margin-bottom: -25px;}
.mobile-m-t-25 {margin-top: 25px;}
.bangladesh-section-right {margin-top: 24px;}
.bangladesh-section {padding-bottom: 40px;}
.new-sports-lead-img img {min-height: unset;max-height: unset;}
.national-new-big-text h2 {font-size: 20px;line-height: 23px;}
.national-new-big-text {max-height: unset;}
.country-lead-news-small {padding: 0;margin-bottom: 18px;}
.country-lead-news-small-text {padding: 2px 5px;min-height: 90px;max-height: 90px}
.text-heading h3 {line-height: 22px;}
.national-new-big {margin-bottom: 15px;}
.sports-lead-news-image img {min-height: unset;max-height: unset;}
.lead-other-news-wrapper .text-heading {padding: 3px 5px;min-height: 70px;max-height: 70px;}


}