/*************************************
Template Name: Gonews - 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;
}

@media (min-width: 1200px) {
  .container { max-width: 1212px!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 img {
  opacity: 0.9;
}

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: 9px 12px !important;
  color: #000 !important;
}
.new-top-nav {
    box-shadow: 0px 5px 5px -5px #000;
    padding: 0;
    background: #b2ecba !important;
}

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

/* .top-nav-main li.nav-item a.active {
  color: #000 !important;
} */
.search-icon {
  padding-right: 5px !important;
}

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

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

.dropdown-menu-new {
  border: 0;
  border-radius: 0;
  border-bottom: 3px solid #1da255;
  -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: #1da255;
}
/*====================== END FOR MENU =========================================*/
#back_to_top {
  border: none;
  background: #212529;
  color: #fff;
  padding: 2px 5px 3px;
  cursor: pointer;
  position: fixed;
  bottom: 15px;
  right: 30px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 10;
  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;
}

.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: 30px;
  width: 30px;
  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;
}

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

.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: #1da1f2;
}

.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 {
  margin-top: 6px;
}
.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: #3C3B3B;
  margin-top: 40px;
}

.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: #424242;
  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;
}
/*======================   National Section Style =========================================*/
.new-sports-title-style {
  background: #fff;
  margin-bottom: 20px;
}
.new-sports-title-style h2 {
  border-left: 5px solid #1da255;
  border-bottom: 1px solid #1da255;
  padding: 0 15px;
  margin: 0;
}
.new-sports-title-style a {
  font-size: 26px;
  color: #000;
  line-height: 44px;
}
section.national-new-style-wrapper {
  padding: 10px 0 0;
  width: 100%;
}
.national-new-left {
  width: 73.27%;
  float: left;
  padding: 0;
}
.national-new-right {
  width: 26.73%;
  float: left;
  padding: 0;
}
.national-new-big {
  margin-bottom: 24px;
}
.national-new-big-img {
  position: relative;
}
.national-new-big-img svg {
  position: absolute;
  top: 18%;
  left: 10%;
  height: 45px;
  width: 45px;
  background: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 38px;
  fill: #000;
  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: #1da255;
}
.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: 20px;
  line-height: 24px;
  color: #000;
  margin: 0;
}
.national-new-big-text h2 span  {
  font-size: 14px;
  margin-right: 2px;
  color: #e10612;
}
.national-new-big-text h2 span svg {
  margin-left: 6px;
  fill: #999;
  margin-right: 6px;
  background: #999;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.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: 23px;
  margin: 0;
}
.national-new-small-image-text h3 span {
  font-size: 16px;
  margin-right: 2px;
  color: #e10612;
}
.national-new-small-image-text h3 span svg {
  margin-left: 6px;
  fill: #999;
  margin-right: 6px;
  background: #999;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.political-news-lead {
  margin-bottom: 24px;
}
.new-feature-lead-image {
  position: relative;
}
.new-feature-lead-image svg {
  position: absolute;
  top: 20%;
  left: 12%;
  height: 45px;
  width: 45px;
  background: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 38px;
  fill: #000;
  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: #1da255;
}
.national-new-small-image svg {
  position: absolute;
  top: 26%;
  left: 16%;
  height: 38px;
  width: 38px;
  background: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 38px;
  fill: #000;
  border-radius: 50%;
  font-size: 20px;
  padding-left: 3px;
  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: #1da255;
}
.political-news-lead .new-feature-lead-text {max-height: 67px;min-height: 67px;padding-top: 3px;padding-bottom: 0;}
.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: 38%;
  left: 28%;
  height: 35px;
  width: 35px;
  background: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 38px;
  fill: #000;
  border-radius: 50%;
  font-size: 20px;
  padding-left: 3px;
  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: #1da255;
}
.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;
}
/*======================  Lead New Style =========================================*/
.lead-news-row {margin-top: 20px;margin-bottom: 20px;}
.lead-news-left {
  float: left;
  width: 73.2%;
  padding: 0;
}
.lead-news-right {
  float: left;
  width: 26.8%;
  padding: 0;
}
.tab-content-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}

.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%;
}

.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 #4caf50;
}

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

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

.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 h3 span {
  color: red;
  font-size: 14px;
  line-height: 14px;
}
.latest-news-right h3 span svg {
  margin-left: 6px;
  fill: #999;
  margin-right: 6px;
  background: #999;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.latest-news-left svg {
  position: absolute;
  top: 38%;
  left: 25%;
  height: 35px;
  width: 35px;
  background: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 28px;
  fill: #000;
  border-radius: 50%;
  padding-left: 6px;
  padding-right: 2px;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}
.latest-news-ul li a:hover .latest-news-left svg {
  fill: #1da255;
  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: 16%;
  left: 8%;
  height: 45px;
  width: 45px;
  background: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 44px;
  fill: #000;
  border-radius: 50%;
  font-size: 25px;
  padding-left: 8px;
  padding-right: 3px;
  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: 28px;
  line-height: 32px;
}
.lead-news-image-text h1 span svg {
  margin-left: 6px;
  fill: #999;
  margin-right: 6px;
  background: #999;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.lead-news-image-text h1 span {
  color: red;
  font-size: 24px;
  margin-right: 2px;
}
.lead-news a {
  color: #000;
}
.lead-news a:hover .lead-news-image svg {
  fill: #1da255;
  background: #fff;
}
.focus-title h2 {
  background-color: #252525;
  color: #fff;
  margin: 0;
  text-align: center;
  padding: 5px 0;
  font-size: 24px;
}
.focus-news {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 3px;
}
.focus-news-image {
  position: relative;
}
.focus-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;
}
.focus-news-text {
  padding: 3px 5px;
  max-height: 172px;
  min-height: 172px;
  overflow: hidden;
}

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

.focus-news-text h3 {
  margin: 0;
  font-size: 22px;
}

.focus-news-text p {
  font-size: 16px;
}

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

.focus-news a:hover .focus-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: 22%;
  left: 14%;
  height: 40px;
  width: 40px;
  background: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 38px;
  fill: #000;
  border-radius: 50%;
  font-size: 20px;
  padding-left: 8px;
  padding-right: 3px;
  border: 0;
  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;}
.other-lead-news-text h2 {
  font-size: 18px;
  line-height: 21px;
  margin: 0;
  color: #000;}
.other-lead-news-text h2 span {
  color: red;
  font-size: 14px;
  line-height: 14px;}
.other-lead-news-text h2 span svg {
  margin-left: 6px;
  fill: #999;
  margin-right: 6px;
  background: #999;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

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

.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 h2 {font-size: 18px;line-height: 22px;margin-bottom: 0;color: #000;}
.opinion-news-text h2 span svg {margin-left: 6px;fill: #999;margin-right: 6px;background: #999;width: 7px;height: 7px;border-radius: 50%;}
.lead-news-right-banner {margin-bottom: 15px;}
.opinion-news-text span {color: red;font-size: 14px;line-height: 14px;}


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

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

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

.bd-news-title-container {
  position: relative;
  margin-bottom: 5px;
  border-bottom: 2px solid #4caf50;
  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: #4caf50;
  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: #4caf50;
  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
}
.bangladesh-lead-news-image {
  position: relative;
}
.bangladesh-lead-news-image svg {
  position: absolute;
  top: 18%;
  left: 10%;
  height: 50px;
  width: 50px;
  background: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 50px;
  fill: #000;
  border-radius: 50%;
  font-size: 26px;
  padding-left: 6px;
  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: 90px;
  max-height: 90px;
  padding-left: 1px;
}
.bangladesh-lead-news-text h2 span {
  color: red;
  font-size: 22px;
  line-height: 14px;
}
.bangladesh-lead-news-text h2 span svg {
  margin-left: 9px;
  fill: #999;
  margin-right: 2px;
  background: #999;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.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: 2px;
}

.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: 35%;
  left: 21%;
  height: 35px;
  width: 35px;
  background: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 28px;
  fill: #000;
  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 h3 span {
  color: red;
  font-size: 14px;
  line-height: 14px;
}
.bangladesh-news-ul-right h3 span svg {
  margin-left: 6px;
  fill: #999;
  margin-right: 6px;
  background: #999;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.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: #1da255;
}

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

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

/* ============================ sports SECTION ======================== */
.sports-wrapper {
  background-color: #424242;
  padding-top: 30px;
  padding-bottom: 15px;
  margin-top: 20px;
}
.sports-big-image {
  position: relative;
}
.sports-big-text {
  background: #2f2f2f;
  min-height: 113px;
  max-height: 113px;
  width: 100%;
  overflow: hidden;
  padding: 4px 7px 0 7px;
}
.sports-big-text h2 {
  font-size: 26px;
  line-height: 34px;
  margin: 0;
  color: #fff;
}
.sports-small {
  margin-bottom: 20px;
}
.sports-small-image {
  position: relative;
}
.sports-small-text {
  background: #2f2f2f;
  padding: 4px 5px 0;
  min-height: 52px;
  max-height: 52px;
  overflow: hidden;
}
.sports-small-text h3 {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  margin: 0;
}
.sports-big-text h2 span {
  color: #ffc107;
  font-size: 22px;
  line-height: 20px;
}
.sports-big-text h2 span svg {
  margin-left: 9px;
  fill: #ffc107;
  margin-right: 9px;
  background: #ffc107;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.sports-small-text h3 span {
  color: #ffc107;
  font-size: 16px;
  line-height: 14px;
}
.sports-small-text h3 span svg {
  margin-left: 6px;
  fill: #ffc107;
  margin-right: 6px;
  background: #ffc107;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.sports-big-image svg {
  position: absolute;
  top: 15%;
  left: 9%;
  height: 50px;
  width: 50px;
  background: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 50px;
  fill: #000;
  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-big a:hover .sports-big-image svg {
  background: #fff;
  fill: #1da255;
}

.sports-small-image svg {
  position: absolute;
  top: 22%;
  left: 13%;
  height: 38px;
  width: 38px;
  background: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 38px;
  fill: #000;
  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;
}
.sports-small a:hover .sports-small-image svg {
  background: #fff;
  fill: #1da255;
}
.sports-big-image img {
  max-height: 265px;
  min-height: 265px;
}





/*=========================================== 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 #1da255;
  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: #009135;
  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: 347px;
  min-height: 347px;
  width: 100%;
  overflow: hidden;
}
.entertainment-lead-image svg {
  position: absolute;
  top: 15%;
  left: 9%;
  height: 55px;
  width: 55px;
  background: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 50px;
  fill: #000;
  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: #1da255;
}
.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 h3 span {
  color: #ffc107;
  font-size: 20px;
  line-height: 20px;
}
.entertainment-lead-text h3 span svg {
  margin-left: 9px;
  fill: #ffc107;
  margin-right: 2px;
  background: #ffc107;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.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: 157px;
  min-height: 157px;
}
.entertainment-news-image svg {
  position: absolute;
  top: 21%;
  left: 12%;
  height: 45px;
  width: 45px;
  background: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 38px;
  fill: #000;
  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 h3 span {
  color: #ffc107;
  font-size: 14px;
  line-height: 14px;
}
.entertainment-other-news-text h3 span svg {
  margin-left: 6px;
    fill: #ffc107;
    margin-right: 6px;
    background: #ffc107;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}
.entertainment-other-news a:hover .entertainment-news-image svg {
  background: #fff;
  fill: #1da255;
}

/*=========================== LIFESTYLE WRAPPER STYLE ============================*/
.lifestyle-section {
  padding-top: 40px;
  padding-bottom: 10px;
}

.lifestyle-title {
  border-bottom: 2px solid #4db2ec;
}

.lifestyle-title .main-heading h2 {
  background-color: #4db2ec;
}

.lifestyle-news-img {
  position: relative;
}
.lifestyle-news-img svg {
  position: absolute;
  top: 20%;
  left: 12%;
  height: 45px;
  width: 45px;
  background: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 38px;
  fill: #000;
  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;
}
.lifestyle-news a:hover .lifestyle-news-img svg {
  background: #fff;
  fill: #1da255;
}
.lifestyle-news-text {
  background: #fff;
  padding: 4px 7px;
  min-height: 75px;
  max-height: 75px;
  overflow: hidden;
}
.lifestyle-news-text h3 span {
  color: red;
  font-size: 14px;
  line-height: 14px;
}
.lifestyle-news-text h3 span svg {
  margin-left: 6px;
  fill: #999;
  margin-right: 6px;
  background: #999;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.lifestyle-news-text h3 {
  font-size: 17px;
  line-height: 22px;
  transition: all 0.5s ease 0s;
  color: #000;
  margin: 0;
}

/*=========================== 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;
}

.category-lead {
  position: relative;
  margin-bottom: 14px;
}

.category-lead-img {
  position: relative;
}
.category-lead-img svg {
  position: absolute;
  top: 16%;
  left: 10%;
  height: 45px;
  width: 45px;
  background: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 38px;
  fill: #000;
  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: #1da255;
}
.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 h2 span {
  color: red;
  font-size: 16px;
  line-height: 14px;
}
.category-lead-text h2 {
  font-size: 19px;
  line-height: 25px;
  color: #fff;
}
.category-lead-text h2 span svg {
  margin-left: 6px;
  fill: #999;
  margin-right: 6px;
  background: #999;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.category-lead-text h2 span {
  color: red;
  font-size: 16px;
  line-height: 14px;
}
.category-lead-text h3 {
  font-size: 17px;
  line-height: 23px;
  color: #fff;
}
.category-lead-text h3 span svg {
  margin-left: 6px;
  fill: #999;
  margin-right: 6px;
  background: #999;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.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: 32%;
  left: 20%;
  height: 35px;
  width: 35px;
  background: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 28px;
  fill: #000;
  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: #1da255;
}
.category-list-text {
  padding-top: 3px;
  padding-left: 3%;
  float: left;
  width: 64%;
  min-height: 65px;
  max-height: 65px;
  overflow: hidden;
}
.category-list-text h4 span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.category-list-text h4 {
  font-size: 17px;
  line-height: 20px;
  transition: all 0.5s ease 0s;
  margin: 0;
  color: #000;
}
.category-list-text h4 span svg {
  margin-left: 6px;
  fill: #999;
  margin-right: 6px;
  background: #999;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.category-list-text h3 span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.category-list-text h3 {
  font-size: 17px;
  line-height: 20px;
  transition: all 0.5s ease 0s;
  margin: 0;
  color: #000;
}
.category-list-text h3 span svg {
  margin-left: 6px;
  fill: #999;
  margin-right: 6px;
  background: #999;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

/*=================== 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: 48px;
    width: 48px;
    text-align: center;
    line-height: 52px;
    background: #fff;
    fill: #1da255;
    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: #1da255;
    border-color: #1da255;
    fill: #fff;
}

section.video-gallery-section {
  margin-top: 35px;
  margin-bottom: 45px;
  background: #212121;
  padding: 40px 0;
}
/*=================== 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: #1da255;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: #1da255;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: #4caf50;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: 408px;max-height: 408px;overflow: hidden;}
/*----- right selection style -----------*/
.district-news-heading {background-color: #4caf50;text-align: center;font-size: 18px;margin-bottom: 12px;padding: 6px;}
.district-news-heading a {color: #fff;}
.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;}
.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: #757575;font-weight: 700;}
.btn-block {display: block;width: 100%;}
.bangladesh-section-right .btn-block:hover {background: #4caf50;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: #009135;color: #fff;}
.country-add {text-align: center;}
.new-feature-lead-text h3 {font-size: 18px;color: #000;line-height: 23px;margin: 0;}
.new-feature-lead-text h3 span {font-size: 16px;margin-right: 2px;color: #e10612;}
.new-feature-lead-text h3 span svg {margin-left: 6px;fill: #999;margin-right: 6px;background: #999;width: 7px;height: 7px;border-radius: 50%;}
.new-feature-news-ul li:last-child a .new-feature-news-single {border-bottom: 0;}

@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: 140px;}
  .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-big-img svg {height: 45px;width: 45px;}
  .sports-small-image svg {top: 28%;left: 15%;height: 35px;width: 35px;border: 2px solid #fff;}
  .lead-news-image-text p {display: none;}



.mobile-focus-news .focus-news,
.mobile-focus-news .lead-news-banner,
.mobile-focus-news .focus-title {display: block;margin-bottom: 15px;}
.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: 22px;line-height: 24px;}
.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;}
.sports-news {margin-bottom: 10px;width: 100%;display: inline-block;}
.sports-news a {display: inline-block;padding: 0px;background: #eff3f4;width: 100%;background: #282828;}
.sports-news-img {width: 40%;float: left;padding-right: 2%;}
.sports-lead-img svg {height: 50px;width: 50px;background: #fff;fill: #000;padding-left: 6px;border: 3px solid #fff;}
.sports-news-img svg {height: 35px;width: 35px;background: #fff;fill: #000;padding-left: 5px;border: 2px solid #fff;}
.sports-news-text {width: 60%;min-height: unset;max-height: unset;padding-left: 3%;float: left;}
.bangladesh-lead-news-image svg {height: 45px;width: 45px;background: #fff;fill: #000;padding-left: 6px;border: 3px solid #fff;}
.bangladesh-news-ul-left svg {height: 35px;width: 35px;background: #fff;fill: #000;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;}
.focus-news,.lead-news-banner,.focus-title { display: none;}
.latest-news-left svg {border: none;background: #fff;fill: #000;padding-left: 4px;}
.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;padding-top: 5px;}
.other-lead-news a {display: inline-block;}
.other-lead-news {padding: 5px 5px 0 5px;}
.lead-news-image svg {height: 45px;width: 45px;background: #fff;fill: #000;padding-left: 6px;border: 3px solid #fff;}
.lead-news {margin-bottom: 14px;}
.other-lead-news {width: 100%;display: inline-block;background: #fff;margin-bottom: 10px;}
.other-lead-news-image {float: left;width: 40%;padding-right: 1%;}
.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;}
.other-lead-news-image svg {height: 35px;width: 35px;background: #fff;fill: #000;padding-left: 5px;border: 2px solid #fff;top: 30%;left: 16%;}
.lifestyle-news-img svg {height: 35px;width: 35px;background: #fff;fill: #000;padding-left: 5px;border: 2px solid #fff;top: 24%;left: 14%;}
.category-lead-img svg {height: 45px;width: 45px;background: #fff;fill: #000;padding-left: 6px;border: 3px solid #fff;}
.category-list-img svg {height: 35px;width: 35px;background: #fff;fill: #000;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: 45px;width: 45px;background: #fff;fill: #000;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: #000;padding-left: 5px;border: 2px solid #fff;top: 24%;left: 14%;}
.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: 17px;line-height: 21px;}
.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;}
a.navbar-brand img {width: 175px;}
a.navbar-brand {text-align: center;}
.new-top-nav {background: #ffffff !important;}
.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;}
.single-videos .images svg {
  height: 40px;
  width: 40px;
}
.sports-big-text {
  min-height: 86px;
  max-height: 86px;
}
.sports-big-text h2 {
  font-size: 20px;
  line-height: 26px;
}
.sports-big-text h2 span {
  color: #ffc107;
  font-size: 18px;
  line-height: 16px;
}
.sports-big-text h2 span svg {
  width: 7px;
  height: 7px;
}
.sports-small-text {
  min-height: 74px;
  max-height: 74px;
}
.sports-big-image svg {
  height: 45px;
  width: 45px;
}
.sports-big-image img {
  max-height: unset;
  min-height: unset;
}
.logo-area img {
  margin-top: 0px;
}




}