@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;
  /* background: #f2f2f2; */
  color: #333;
  background: #eff3f4;
  /* background: #ECEFF1; */
  /* background: #F0F0ED; */
  /* background: #EEEEEE; */
  /* background: #F0F0ED; */
  /* background: #F2F2F2; */
}
.logo-area {
  background: #fff;
  padding: 10px 0;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1212px !important;
  }
}
/*======================== 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;
}
a {
  font-family: "SolaimanLipiNormal", Helvetica, Arial, sans-serif;
}
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;
}
/*================================================
             3. BACK TO TOP
==================================================*/
.scrollup {
  background: #1da255 none repeat scroll 0 0;
  border: 1px solid #1da255;
  bottom: 38px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  height: 40px;
  line-height: 35px;
  position: fixed;
  right: 30px;
  text-align: center;
  width: 40px;
  z-index: 99999;
}
.scrollup:hover {
  background: #ffffffff;
  color: #ff0000;
  border: 1px solid #ff0000;
  transition: 1s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.back-to-top span {
  padding-bottom: 10px;
}
.back-to-top--active {
  visibility: visible;
  -webkit-animation: back-to-top 0.3s ease-in;
  animation: back-to-top 0.3s ease-in;
  transition: width 2s;
}
/*-----------dropdown animation------------*/

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: 97%;
  float: left;
  line-height: 1;
  margin-top: 0px;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 12px 11px 11px 11px;
  font-size: 18px;
  text-decoration: none;
  color: #000;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  /* color: #000000;
  border-bottom: 2px solid #ff5a5f !important; */
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 17px;
  right: 10px;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.4s ease;
  -moz-transition: border-color 0.4s ease;
  -ms-transition: border-color 0.4s ease;
  -o-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #fff;
}
#cssmenu > ul > li.current-item > a::after {
  border-color: #fff;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index: 9999;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height 0.4s ease;
  -moz-transition: height 0.4s ease;
  -ms-transition: height 0.4s ease;
  -o-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul li a {
  padding: 10px 20px;
  width: 160px;
  font-size: 17px;
  /* background: #ff6600; */
  background: #fff;
  text-decoration: none;
  /* color: #fff; */
  color: #000;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li:hover > a {
  -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;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #15263f;
  border-right: 1px solid #15263f;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #15263f;
  border-left: 1px solid #15263f;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
/* @media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and
(max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and
(max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) { */

@media all and (max-width: 768px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #000000;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 16px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: "";
    position: absolute;
    top: 14px;
    right: 20px;
    display: block;
    width: 25px;
    height: 3px;
    background: #000000;
  }
  #cssmenu #menu-button::before {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 25px;
    height: 9px;
    border-top: 3px solid #000000;
    border-bottom: 3px solid #000000;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: "";
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: "";
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}
/*======================== END Menu Style ========================*/

/*======================== START HEADER TOP AREA ========================*/
.sticky-wrapper {
  height: unset !important;
}
.header-top-area {
  background: #f0f0ed;
  /*border-top: 1px solid #F00;*/
}
.current-date {
  margin: 0;
  padding: 0;
}
.current-date li {
  display: inline-block;
  margin-right: 0px;
  color: #000;
  line-height: 30px;
  font-size: 16px;
}
.current-date li i {
  padding-left: 5px;
  padding-right: 5px;
  color: #000;
}

.top-other-link {
  float: left;
}
.other-link {
  margin: 0;
  padding: 0;
}
.other-link li {
  position: relative;
  list-style: none;
  float: left;
}
.other-link li a {
  display: block;
  float: left;
  line-height: 30px;
  font-size: 16px;
  color: #000;
  padding-right: 10px;
}
.other-link li a i {
  padding-right: 3px;
}

.social-helper {
  position: relative;
  float: right;
}
.social-top-icon {
  margin: 0;
  padding: 0;
  /* position: absolute; */
}
.social-top-icon li {
  position: relative;
  list-style: none;
  float: left;
}
.social-top-icon li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  display: block;
  float: left;
  white-space: nowrap;
  text-decoration: none;
  transition: width 0.5s;
  box-sizing: border-box;
}
.social-top-icon li:hover a {
  width: 120px;
}
.social-top-icon li a .fa {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-right: 2px solid #fff;
}
.social-top-icon li:last-child a .fa {
  border-right: 0;
}
.social-top-icon li a span {
  color: #fff;
  padding-left: 3px;
  font-size: 16px;
  line-height: 30px;
  font-family: sans-serif;
}
.social-top-icon li:nth-child(1) a {
  background: #3b5999;
}
.social-top-icon li:nth-child(2) a {
  background: #cd201f;
}
.social-top-icon li:nth-child(3) a {
  background: #55acee;
}
.social-top-icon li:nth-child(4) a {
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
}
/* .social-top-icon li:nth-child(5) a {
  background: #007bb6;
} */
.social-top-icon li:nth-child(5) a {
  background: #cb2027;
}
.social-top-icon li:nth-child(6) a {
  background: #f26522;
}
.main-logo {
  padding: 20px 0 20px 0;
}
.header-baner {
  padding: 20px 0;
}
.top-nav-color {
  /*background: #F0F0ED;*/
  background: #b2ecba;
  box-shadow: 0 5px 5px -5px #000;
  position: relative;
  width: 100%;
  z-index: 999;
}

#cssmenu > ul > li > a {
  /* position: relative; */
  display: inline-block;
}
#cssmenu > ul > li: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;
}
#cssmenu > ul > li:hover:before {
  transform: scaleX(1);
}
/* #cssmenu > ul > li:first-child:hover:before {
  transform: scaleX(0);
} */
#cssmenu > ul > li:after {
  content: "";
  position: absolute;
  /* top: 0; */
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  transform: scaleX(0);
  background-color: #ff0000;
  transition: transform 0.5s;
}
#cssmenu > ul > li:hover:after {
  transform: scaleX(1);
}
/* #cssmenu > ul > li:first-child:hover:after {
  transform: scaleX(0);
} */

#cssmenu > ul > li:hover > a {
  color: #fff;
}

/* #cssmenu > ul > li:first-child:hover > a {
  color: #000;
} */

#cssmenu > ul > li.current-item > a {
  color: #fff;
}
#cssmenu > ul > li.current-item:after {
  transform: scaleX(1);
}
#cssmenu > ul > li.current-item:before {
  transform: scaleX(1);
}

/*============== MEGA MENU =======================*/
#cssmenu li:hover > ul.mega-menu {
  /* max-height: 300px; */
}
#cssmenu ul ul.mega-menu li {
  height: 30px;
}
#cssmenu ul ul.mega-menu .mega-menu-container {
  height: 100px;
  position: absolute;
  /* left: -1004px; */
  left: -1067px;
  width: 1188px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.7);
  border-bottom: 2px solid #ff0000;
  background: #fff;
}

#cssmenu ul ul.mega-menu li.mega-menu-sub-li {
  /* padding: 7px 30px; */
}
#cssmenu ul ul.mega-menu li.mega-menu-sub-li a {
  width: 100%;
  /* text-align: center; */
}
#cssmenu ul ul.mega-menu li.mega-menu-sub-li:hover a {
  background: #fff;
  color: #ff0000;
  /* color: #e74c4f; */
}
/*=========== TOP NAV START SEARCH BAR TOGGLE STYLE ===============*/
.top-search {
  display: none;
}
.top-search {
  padding: 7px 0 7px 0;
  /* background: #fff; */
  /* position: relative; */
  position: absolute;
  z-index: 9;
  width: 100%;
}
.top-search-secton {
  float: right;
  margin-right: 0px;
  margin-top: -7px;
  background: #fff;
  padding: 15px;
}
.top-search input.form-control {
  background: #fff;
  border: 2px solid #f0f0ed;
  color: #000;
  height: 34px;
  line-height: 34px;
  display: block;
  padding: 8px 1%;
  font-size: 15px;
}
.top-search .input-group-addon {
  background-color: transparent;
  border: none;
  /* color: #19232d; */
  padding-left: 0;
  padding-right: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-top: -1px;
}
.top-search .input-group-addon:focus {
  border: 0;
}
.top-search .input-group-addon .fa {
  font-size: 19px;
  line-height: 30px;
  padding: 2px 6px;
  color: #fff;
  background: #1da255;
  transition: all 0.5s ease 0s;
  cursor: pointer;
}
.top-search .input-group-addon .fa:hover {
  color: #000;
}
.top-search .input-group-addon .fa:focus {
  border: 0;
}
.top-search .input-group-addon.close-search {
  cursor: pointer;
  margin-top: 0;
}
.top-search input.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.01);
}
.attr-nav {
  text-align: right;
}
.attr-nav ul {
  margin: 0;
  padding: 0;
}
.attr-nav ul li {
  list-style: none;
}
.attr-nav ul li a {
  color: #000;
  margin-top: 10px;
  display: block;
  font-size: 18px;
  margin-right: 5px;
}
/* Laptop Layout: 768px. */
@media only screen and (min-width: 992px) and (max-width: 1110px) {
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .attr-nav {
    position: absolute;
    right: 0;
    top: 18px;
  }
  .attr-nav ul li a {
    font-size: 25px;
  }
  #header nav.navbar.bootsnav .navbar-toggle {
    top: -14px;
  }
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
  .attr-nav {
    position: absolute;
    right: 0;
    top: 15px;
  }
  .attr-nav ul li a {
    font-size: 25px;
  }
}

/*====== TOP NAV END SEARCH BAR TOGGLE STYLE ============*/
/*==============================  MARQUEE SECTION  STYLE ==================================*/
.marquee-block-breaking {
  position: relative;
  background: #009135;
  height: 38px;
}
.marquee-block-breaking h2 {
  font-size: 22px;
  margin: 0;
  line-height: 26px;
  position: absolute;
  color: #fff;
  background: #ec1c27;
  padding: 6px 10px;
  z-index: 1;
}
.marquee-breaking {
  width: 100%;
  overflow: hidden;
  list-style: none;
  display: inline-block;
  padding: 0;
}
.marquee-breaking li {
  padding-right: 15px;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.9px;
  margin: 0;
  display: inline-block;
}
/* .marquee-breaking li img {
  margin-right: 5px;
  height: 25px;
} */
.marquee-breaking li span {
  border-radius: 50%;
  background: transparent;
  display: inline-block;
  border: 3px solid #ec1c27;
  height: 15px;
  width: 15px;
  margin-right: 5px;
  position: relative;
  bottom: -3px;
}
.marquee-breaking li h3 {
  font-size: 18px;
  color: #000;
  margin: 0;
  display: inline-block;
}
.sports-right-banner {
  margin-top: 5px;
  margin-bottom: 18px;
}

/*======================== LEAD NEWS SECTION STYLE ============================*/
.lead-news-section-wrapper {
  padding-bottom: 24px;
  padding-top: 20px;
}
.lead-news-section-left {
  width: 73.27%;
  float: left;
}
.lead-news-section-right {
  width: 26.73%;
  float: left;
}
.lead-news-main a {
  color: #000;
}
.lead-news-main-image {
  position: relative;
}
.lead-news-main-image img {
}
.lead-news-main-image i.fa-play {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 60px;
  color: #fff;
  border-radius: 50%;
  font-size: 30px;
  padding-left: 8px;
  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;
}
.lead-news-text {
  background: #fff;
  padding: 5px 10px;
  min-height: 177px;
  max-height: 177px;
  overflow: hidden;
}
.lead-news-text span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.lead-news-text h1 {
  font-size: 30px;
  line-height: 34px;
  margin: 0;
  margin-bottom: 7px;
}
.lead-news-text p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.lead-news-main a:hover img {
  opacity: 0.85;
}
.lead-news-main a:hover .lead-news-main-image i.fa-play {
  background: #fff;
  color: #009135;
}
.lead-other-news {
  margin: 0;
  padding: 0;
}
.lead-other-news li {
  list-style: none;
  width: 100%;
  display: inline-block;
  background: #fff;
}
.lead-other-news li a {
  text-decoration: none;
  width: 100%;
  border-bottom: 1px solid #a9a8a8;
  display: inline-block;
  padding: 8px;
  margin-bottom: -7px;
}
.lead-other-news li a:hover img {
  opacity: 0.8;
}
.lead-other-news li a img {
  max-width: 122px;
  max-height: 73px;
  min-height: 73px;
  min-width: 122px;
  overflow: hidden;
}
.lead-other-news li:last-child a {
  border-bottom: none;
}
.lead-other-news-left {
  float: left;
  width: 40%;
  padding-right: 3%;
  overflow: hidden;
  position: relative;
}
.lead-other-news-left i.fa-play {
  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;
  z-index: 1;
}
.lead-other-news li a:hover .lead-other-news-left i.fa-play {
  background: #fff;
  color: #009135;
}
.lead-other-news-right {
  float: left;
  width: 60%;
  min-height: 73px;
  max-height: 73px;
  overflow: hidden;
  padding-left: 2px;
}
.lead-other-news-right h2 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 22px;
}
.lead-other-news-right span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.other-lead-news-single {
  margin-top: 24px;
}
.other-lead-news-single-image {
  position: relative;
}
.other-lead-news-single-image i.fa-play {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 60px;
  color: #fff;
  border-radius: 50%;
  font-size: 30px;
  padding-left: 8px;
  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;
}
.other-lead-news-single-text {
  padding: 4px 7px;
  background: #fff;
  min-height: 76px;
  max-height: 76px;
  overflow: hidden;
}
.other-lead-news-single-text h3 {
  font-size: 18px;
  line-height: 23px;
  margin: 0;
  color: #000;
}
.other-lead-news-single-text span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.other-lead-news-single a:hover img {
  opacity: 0.85;
}
.top-right-banner {

}
.other-lead-news-single a:hover .other-lead-news-single-image i.fa-play {
  background: #fff;
  color: #009135;
}
/*======================= START FADE STYLE ============================*/
.fade {
  -webkit-animation: fadeInScale 0.7s ease-in-out;
  -moz-animation: fadeInScale 0.7s ease-in-out;
  animation: fadeInScale 0.7s ease-in-out;
}
@keyframes fadeInScale {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/*======================= END FADE STYLE ============================*/
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
  transition: background-color 0.3s 0.2s;
}
.side-tab-main {
  width: 100%;
  margin-top: 20px;
}
.side-tab-main .nav-item {
  display: block;
  float: left;
  width: 50%;
}
.side-tab-main .nav-item .nav-link {
  transition: background-color 0.3s 0s;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background: #1da255;
  border-radius: 0;
  padding: 9px 15px;
  border-top: 3px solid transparent;
}
.nav-pills .nav-link.active {
  background: #fff;
  color: #19232d;
  border-top: 3px solid #ff0000;
}
.latest-news {
  position: relative;
}
.latest-news-ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  background: #fff;
}
.latest-news-ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
}
.latest-news-ul li a {
  margin-bottom: -6px;
  text-decoration: none;
  display: inline-block;
  padding: 7px 7px 7px;
  border-bottom: 1px dotted gray;
  width: 100%;
}
.latest-news-ul li:last-child a {
  border-bottom: 0;
}
.latest-news-ul .latest-news-left {
  float: left;
  width: 37%;
  padding-right: 3%;
}
.latest-news-left {
  position: relative;
}
.latest-news-left i.fa-play {
  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;
}
.latest-news-ul li a:hover .latest-news-left i.fa-play {
  background: #fff;
  color: #009135;
}
/* .latest-news-ul .latest-news-left img {
  min-height: 60px;
  max-height: 60px;
} */
.latest-news-ul .latest-news-left img {
  min-height: 60px;
  max-height: 60px;
  overflow: hidden;
  min-width: 92px;
  max-width: 92px;
}
.latest-news-ul .latest-news-right {
  float: left;
  width: 63%;
  min-height: 60px;
  max-height: 60px;
  overflow: hidden;
}
.latest-news-ul .latest-news-right span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.latest-news-ul .latest-news-right h3 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
}
.latest-news-ul {
  max-height: 378px;
  overflow-y: auto;
}
.focus-news-wrapper {
  /* float: left; */
  /*margin-top: 10px;*/
}
.focus-news {
  margin-top: 10px;
}
.focus-news-text {
  background: #fff;
  padding: 4px 8px;
  min-height: 69px;
  max-height: 69px;
  overflow: hidden;
}
.focus-news-text span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.focus-news img {
}
.focus-news-text h3 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 22px;
}
.focus-news a:hover img {
  opacity: 0.85;
}
.focus-news-images {
  position: relative;
}
.focus-news-images i.fa-play {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 60px;
  color: #fff;
  border-radius: 50%;
  font-size: 30px;
  padding-left: 8px;
  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;
}
.focus-news a:hover .focus-news-images i.fa-play {
  background: #fff;
  color: #009135;
}
/*======================= FEATURE NEWS WRAPPER STYLE ============================*/
.feature-news-wrapper {
  background: #fff;
  padding: 30px 0;
  padding-bottom: 30px;
}
.feature-news-title {
  margin-bottom: 10px;
}
.feature-news-main {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.feature-news-lead-wrapper {
  padding: 8px 8px;
  background: #f6f6f6;
}
.feature-news-lead-image {
  position: relative;
}
.feature-news-lead-image i.fa-play {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 60px;
  color: #fff;
  border-radius: 50%;
  font-size: 30px;
  padding-left: 8px;
  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;
}
.feature-news-lead {
  position: relative;
  display: inline-block;
}
.feature-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, 0.8) 100%
  );
  color: #fff;
  bottom: 0;
  padding: 30px 10px 5px;
}
.feature-news-heading h3 {
  margin: 0;
  font-size: 21px;
  line-height: 23px;
  color: #fff;
  transition: all 0.5s ease 0s;
}
.feature-news-heading span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.feature-news-lead-wrapper a:hover img {
  opacity: 0.85;
}
.feature-news-lead-wrapper a:hover .feature-news-lead-image i.fa-play {
  background: #fff;
  color: #009135;
}
.feature-news {
  margin: 0;
  padding: 0;
  background-color: #f6f6f6;
  /* background-color: #f7f7f5; */
}
.feature-news li {
  list-style-type: none;
  position: relative;
  display: inline-block;
  width: 100%;
  border-top: 1px solid #ccc;
}
.feature-news li a {
  padding: 8px 8px;
  display: inline-block;
  margin-bottom: -7px;
  width: 100%;
}
.feature-news-left {
  float: left;
  width: 36%;
  padding-right: 3%;
  position: relative;
}
.feature-news-left i.fa-play {
  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;
  z-index: 1;
}
.feature-news li a:hover .feature-news-left i.fa-play {
  background: #fff;
  color: #009135;
}
.feature-news-right {
  float: left;
  width: 64%;
  min-height: 67px;
  max-height: 67px;
  overflow: hidden;
}
.feature-news-right span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.feature-news-right h3 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 22px;
  padding-top: 2px;
  transition: all 0.5s ease 0s;
}
.feature-news li a:hover img {
  opacity: 0.85;
}
/*======================= SPORTS WRAPPER SECTION STYLE ============================*/
.sports-wrapper-section {
  padding: 30px 0 8px 0;
}
.sports-wrapper-left {
  width: 73.27%;
  float: left;
}
.sports-wrapper-right {
  width: 26.73%;
  float: left;
}
.big-section-title {
  margin-bottom: 10px;
}
.sports-news-big {
  margin-bottom: 24px;
}
.sports-news-big-image {
  position: relative;
}
.sports-news-big-image i.fa-play {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 60px;
  color: #fff;
  border-radius: 50%;
  font-size: 30px;
  padding-left: 8px;
  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;
}
.sports-news-big a:hover .sports-news-big-image i.fa-play {
  background: #fff;
  color: #009135;
}
.sports-news-big-text {
  padding: 5px 7px 3px 7px;
  background: #fff;
  min-height: 56px;
  max-height: 56px;
  overflow: hidden;
}
.sports-news-big-text h2 {
  font-size: 21px;
  line-height: 25px;
  margin: 0;
  color: #000;
}
.sports-news-big-text span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.sports-news-big a:hover img {
  opacity: 0.85;
}
.sports-news-small {
  margin-bottom: 24px;
}
.sports-news-small-image {
  position: relative;
}
.sports-news-small-image i.fa-play {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50px;
  width: 50px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 44px;
  color: #fff;
  border-radius: 50%;
  font-size: 24px;
  padding-left: 4px;
  border: 4px 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;
}
.sports-news-small a:hover .sports-news-small-image i.fa-play {
  background: #fff;
  color: #009135;
}
.sports-news-small a:hover img {
  opacity: 0.85;
}
.sports-news-small-text {
  padding: 5px 7px 3px 7px;
  background: #fff;
  min-height: 76px;
  max-height: 76px;
  overflow: hidden;
}
.sports-news-small-text h3 {
  font-size: 18px;
  line-height: 23px;
  margin: 0;
  color: #000;
}
.sports-news-small-text span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
/*======================= ENTERTAINMENT WRAPPER SECTION STYLE ============================*/
.entertainment-wrapper-section {
  padding: 30px 0 26px 0;
}
.entertainment-wrapper-left {
  width: 73.27%;
  float: left;
}
.entertainment-title {
  margin-bottom: 10px;
}
.entertainment-wrapper-right {
  width: 26.73%;
  float: left;
}
.entertainment-news {
  margin-bottom: 24px;
}
.entertainment-news-image {
  position: relative;
}
.entertainment-news-image i.fa-play {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 60px;
  color: #fff;
  border-radius: 50%;
  font-size: 30px;
  padding-left: 8px;
  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;
}
.entertainment-news a:hover .entertainment-news-image i.fa-play {
  background: #fff;
  color: #009135;
}
.entertainment-news a:hover img {
  opacity: 0.85;
}
.entertainment-news-text {
  padding: 3px 7px;
  background: #fff;
  min-height: 66px;
  max-height: 66px;
  overflow: hidden;
}
.entertainment-news-text h3 {
  font-size: 20px;
  line-height: 21px;
  margin: 0;
  color: #000;
}
.entertainment-news-text span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
/*======================= COUNTRY NEWS WRAPPER SECTION STYLE ============================*/
.country-news-wrapper {
  padding: 30px 0;
}
.country-news-left {
  width: 73.27%;
  float: left;
}
.country-news-right {
  width: 26.73%;
  float: left;
}
.country-title {
  margin-bottom: 10px;
}
.country-lead {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 8px;
}
.country-lead-image {
  position: relative;
}
.country-lead-image i.fa-play {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 60px;
  color: #fff;
  border-radius: 50%;
  font-size: 30px;
  padding-left: 8px;
  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;
}
.country-lead a:hover .country-lead-image i.fa-play {
  background: #fff;
  color: #009135;
}
.country-lead a:hover img {
  opacity: 0.8;
}
.country-lead img {
  max-width: 478px;
  min-width: 478px;
  max-height: 269px;
  min-height: 269px;
  overflow: hidden;
}
.country-lead-heading {
  min-height: 195px;
  max-height: 195px;
  padding-top: 5px;
  overflow: hidden;
}
.country-lead-heading span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.country-lead-heading h2 {
  font-size: 24px;
  line-height: 30px;
  margin: 0;
  padding-bottom: 4px;
}
.country-lead-heading p {
  margin: 0;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  padding: 0 1px;
}
.country-lead a:hover {
  color: #000;
}
.country-lead a {
  color: #000;
}
.country-news-ul {
  position: relative;
  margin: 0;
  padding: 0;
}
.country-news-ul li a:hover img {
  opacity: 0.8;
}
.country-news-ul li {
  list-style: none;
  width: 100%;
  margin-bottom: 8px;
}
.country-news-ul li a {
  display: inline-block;
  padding: 8px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.country-news-ul li a:hover {
  color: #000;
}
.country-news-ul li a {
  color: #000;
}
.country-news-ul-left {
  float: left;
  width: 36%;
  padding-right: 3%;
  position: relative;
}
.country-news-ul-left i.fa-play {
  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;
  z-index: 1;
}
.country-news-ul li a:hover .country-news-ul-left i.fa-play {
  background: #fff;
  color: #009135;
}
.country-news-ul-left img {
  max-width: 112px;
  min-width: 112px;
  overflow: hidden;
  max-height: 68px;
  min-height: 68px;
}
.country-news-ul-right {
  float: left;
  width: 64%;
  min-height: 68px;
  max-height: 68px;
  overflow: hidden;
}
.country-news-ul-right h3 {
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 21px;
  transition: all 0.5s ease 0s;
  padding-left: 2px;
}
.country-news-ul-right span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.sonali-map {
  padding: 0 15px;
}
.map-padding-right {
  padding-right: 5px;
}
.map-padding-left {
  padding-left: 5px;
}
.map-form {
  background: #fff;
  position: relative;
  padding: 10px;
}
.map-form .form-group {
  margin-bottom: 10px;
}
.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;
}
.btn-date-picker {
  position: relative;
  z-index: 10;
  overflow: hidden;
  transition-duration: 0.5s;
  background: #1da255;
  color: white;
  font-size: 16px;
  padding: 5px 10px 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;
}
.btn-date-picker::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-date-picker:hover {
  color: #1da255;
}
.btn-date-picker:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.sonali-map-title {
  margin-bottom: 10px;
}
/*================================================
       PHOTO GALLERY WRAPPER
==================================================*/
.photo-gallery-wrapper {
  padding: 50px 0;
  padding-bottom: 0;
}
.photo-gallery h2 {
  background: #fff;
  text-align: center;
  margin-bottom: 0;
}
.photo-gallery h2 a {
  font-size: 24px;
  color: #1da255;
  text-decoration: none;
  line-height: 45px;
  display: block;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-align: center;
}
.photo-gallery {
  height: 480px;
  overflow: hidden;
}
.poster-main {
  position: relative;
  margin: 30px auto;
  /*max-width: 1000px;*/
}
.poster-main .poster-list .poster-item {
  position: absolute;
  left: 0;
  top: 0;
  list-style: none;
}
.poster-main .poster-list .poster-item a {
  position: relative;
  float: left;
  -moz-box-shadow: 0 0 5px #000;
  -webkit-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
}
.poster-main .poster-list .poster-item a p {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  width: 100%;
  padding: 5px;
  margin: 0;
  text-align: center;
}
.poster-main .poster-btn {
  position: absolute;
  top: -75px;
  cursor: pointer;
  width: 60px !important;
  height: 45px !important;
  background-color: #1da255;
  text-align: center;
}
.poster-main .poster-prev-btn {
  left: -24px;
}
.poster-main .poster-next-btn {
  right: -24px;
}
.poster-main .poster-btn i {
  font-size: 26px;
  line-height: 45px;
  color: #fff;
}
/*=================== VIDEO GALLERY SECTION ==============================*/
.video-gallery-section {
  padding: 30px 0;
}
.video-gallery-heading {
  margin-bottom: 10px;
}
.single-videos {
  position: relative;
  overflow: hidden;
}
.single-videos .images {
  position: relative;
  overflow: hidden;
}
.single-videos .images a {
  display: block;
  transition: all 0.5s ease 0s;
  text-decoration: none;
}
.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 .images:after {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.single-videos .images .overley .videos-icon {
  padding: 20% 0;
  text-align: center;
}
.single-videos .images a img {
  transition: all 0.5s ease 0s;
}
.single-videos .images:hover .overley {
  opacity: 1;
  transform: scaleY(1);
  z-index: 10;
}
.videos-text {
  position: relative;
  z-index: 10;
  background-color: #f6f6f6;
  padding: 10px;
  max-height: 64px;
  min-height: 64px;
}
.single-videos h3 {
  margin: 0;
  transition: all 0.5s ease 0s;
  font-size: 18px;
  line-height: 22px;
}
.single-videos a {
  color: #000;
}
.overley .videos-icon a img {
  width: auto;
  margin: auto;
}
#featured-videos-section .owl-nav .owl-next {
  background: #fff;
  width: 36px;
  height: 36px;
  border-radius: 0;
  opacity: 1;
  margin: 2px;
  right: -18px;
  position: absolute;
  top: 70px;
  border: 1px solid #009135;
  transition: all 0.5s ease 0s;
  text-align: center;
  outline: 0;
}
#featured-videos-section .owl-nav .owl-next i {
  color: #009135 !important;
}
#featured-videos-section .owl-nav .owl-next:hover {
  background: #009135;
  border: 1px solid #009135;
}
#featured-videos-section .owl-nav .owl-next:hover i {
  color: #ffffff !important;
}
#featured-videos-section .owl-nav .owl-next i {
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  color: #009135;
}
#featured-videos-section .owl-nav .owl-prev {
  width: 36px;
  text-align: center;
  height: 36px;
  border-radius: 0;
  opacity: 1;
  margin: 2px;
  background: #fff;
  left: -18px;
  position: absolute;
  top: 70px;
  border: 1px solid #009135;
  transition: all 0.5s ease 0s;
  outline: 0;
}
#featured-videos-section .owl-nav .owl-prev i {
  color: #009135 !important;
}
#featured-videos-section .owl-nav .owl-prev:hover {
  background: #009135;
  border: 1px solid #009135;
}
#featured-videos-section .owl-nav .owl-prev:hover i {
  color: #ffffff !important;
}
#featured-videos-section .owl-nav .owl-prev i {
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  color: #009135;
}
/*=================== LEFT SMALL NEWS WRAPPER STYLE ==============================*/
.left-small-news-wrapper {
}
.left-small-news-title {
  margin-bottom: 10px;
}
.left-small-news-lead {
  position: relative;
  display: inline-block;
}
.left-small-news-lead-image {
  position: relative;
}
.left-small-news-lead-image i.fa-play {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 60px;
  color: #fff;
  border-radius: 50%;
  font-size: 30px;
  padding-left: 8px;
  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;
}
.left-small-news-lead a:hover .left-small-news-lead-image i.fa-play {
  background: #fff;
  color: #009135;
}
.left-small-news-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: 10px 10px 5px;
}
.left-small-news-lead-text h3 {
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  transition: all 0.5s ease 0s;
}
.left-small-news-lead-text span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.left-small-news-lead a:hover img {
  opacity: 0.85;
}
.left-small-news-list {
  margin-bottom: 0;
  padding: 0;
  background: #fff;
  min-height: 53px;
  overflow: hidden;
  max-height: 53px;
}
.left-small-news-list li {
  list-style: none;
  border-top: 1px solid #ccc;
}
.left-small-news-list li:first-child {
  border-top: 0;
}
.left-small-news-list li a {
  padding: 5px 10px;
  font-size: 18px;
  display: inline-block;
  line-height: 22px;
  color: #000;
}
.left-small-news-list li a:hover {
  color: #1da255;
}
.left-small-banner {
  margin-top: 16px;
}
.facebook-like-box-title {
  margin-bottom: 10px;
}
.facebook-like-box-wrapper {
}
/*======================= FOOTER SECTION STYLE ============================*/
.footer {
  background-image: linear-gradient(
    to right,
    rgb(120, 113, 45),
    rgb(223, 33, 33),
    #256e2e
  );
  padding: 30px 0;
}
.footer-logo {
  text-align: center;
  margin-top: 30px;
}
.address {
  padding-top: 24px;
  text-align: center;
}
.address h6 {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}
.address a {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.5;
}
.trems {
  margin: 0;
  padding: 0;
}
.trems li {
  list-style: none;
  display: inline-block;
}
.trems li a {
  display: inline-block;
  padding-left: 8px;
}
.mail-intro {
  margin: 10px 20px 10px 40px;
  text-align: left;
  padding-left: 30px;
  border-left: 2px solid #ffffff;
  padding-bottom: 0px;
}
.mail-intro p {
  color: #fff;
  margin-bottom: 0;
}
/*==============================   CATEGORY PAGE STYLE ==================================*/
.category-breadcrumb {
  margin: 25px 0 20px 0;
  background: #fff;
  padding: 6px 8px;
}
.category-breadcrumb > li {
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
}
.category-breadcrumb > li > a {
  color: #1da255;
  font-size: 22px;
}
.category-breadcrumb .active {
  color: #000;
  font-size: 18px;
  line-height: 28px;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.category-row {
  position: relative;
}
.category-left {
  width: 73.27%;
  float: left;
}
.category-right {
  width: 26.73%;
  float: left;
  margin-top: 26px;
}
.category-news-single {
  margin-bottom: 24px;
}
.category-news-text {
  padding: 4px 7px;
  background: #fff;
  min-height: 76px;
  max-height: 76px;
  overflow: hidden;
}
.category-news-text h2 {
  font-size: 18px;
  line-height: 23px;
  margin: 0;
  color: #000;
}
.category-news-text span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.more-news-btn {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.btn-more-details {
  background: #fff;
  color: #000;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  font-size: 20px;
  padding: 7px 25px;
  border: 0;
}
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  transition: all 0.5s ease 0s;
  text-decoration: none;
}
.hvr-bounce-to-right::before {
  background: #1da255;
  color: #ffffff;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:active,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:hover {
  color: #fff;
}
.hvr-bounce-to-right:active:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.category-right-banner {
  margin-bottom: 24px;
}
.category-page-latest-news-ul {
  max-height: 445px;
  margin-bottom: 60px;
}
/*===================  PHOTO GALLERY CATEGORY PAGE STYLE ==============================*/
.photo-category-row {
  padding-bottom: 20px;
}
.photo-catagory-single {
}
.photo-catagory-single a {
  position: relative;
  display: inline-block;
  background: #fff;
  width: 100%;
  margin-bottom: 20px;
  padding: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.photo-catagory-single a .fa {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  padding: 5px 7px;
  position: absolute;
  z-index: 1;
  color: #1da255;
  left: 8px;
  top: 8px;
}
.photo-catagory-left {
  width: 50%;
  float: left;
  padding-right: 2%;
}
.photo-catagory-left img {
  min-width: 175px;
  max-width: 175px;
  min-height: 105px;
  max-height: 105px;
  overflow: hidden;
}
.photo-catagory-right {
  float: left;
  width: 50%;
  overflow: hidden;
  padding: 8px 5px;
  min-height: 105px;
  max-height: 105px;
}
.photo-catagory-right h2 {
  font-size: 19px;
  color: #000;
  line-height: 24px;
  margin: 0;
}
.photo-catagory-single a:hover img {
  opacity: 0.8;
}
.video-description {
  padding-top: 10px;
}
/*===================  DETAILS PAGE STYLE ==============================*/
.left-content-area {
  float: left;
  width: 63.4%;
}
.right-content-area {
  float: left;
  width: 36.6%;
}
.details-left-content-area {
  padding-top: 25px;
}
.details-right-content-area {
  padding-top: 25px;
}
.details-page-side-banner {
  text-align: center;
}
.details-page-breadcrumb {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
  margin-bottom: 12px;
}
.details-page-breadcrumb li {
  font-size: 18px;
  line-height: 34px;
}
.details-page-breadcrumb li a {
  color: #1da255;
  font-size: 22px;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.details-page-breadcrumb .active a {
  color: #000;
  font-size: 18px;
  line-height: 34px;
  transition: all 0.5s ease 0s;
}
.details-page-breadcrumb .active a:hover {
  color: #1da255;
}
.details-content {
  color: #000000;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 10px 1px;
  margin-bottom: 25px;
  display: inline-block;
  padding-bottom: 10px;
}
.details-content h1 {
  font-size: 28px;
  margin: 0;
}
.details-content hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.details-content .small {
  margin: 10px 0;
  display: block;
  margin-bottom: 10px;
}
.details-content p {
  margin: 10px 0;
  font-size: 18px;
  line-height: 26px;
  text-align: justify;
  color: #000;
}
.img-box {
  float: left;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.img-box img {
  float: left;
}
.img-box .caption {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  color: #fff;
  z-index: 100;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  left: 0;
}
.img-box .simple-caption {
  height: 30px;
  width: 100%;
  display: block;
  bottom: -30px;
  line-height: 25px;
  text-align: center;
}
.img-box:hover .simple-caption {
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  opacity: 0.75;
  transform: translateY(-100%);
}
.simple-caption .image-caption {
  color: #fff;
  text-align: center;
  margin: 0;
  padding-top: 5px;
  font-size: 16px;
  line-height: 20px;
}
/* .details-content img {
  margin-bottom: 5px;
} */
.details-description {
  float: left;
}
.details-content img {
  max-width: 100%;
  min-width: 100%;
  overflow: hidden;
}
.details-right-news-heading {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 25px;
}
.details-right-news-heading h2 {
  background: #009135;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  padding: 5px;
  margin: 0;
}
.details-btn {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.btn-more-details {
  background: #fff;
  color: #000;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  font-size: 18px;
  border: 0;
}
.btn-more-details:hover {
  color: #fff;
}
.facebook-comment-box {
  border: 1px solid #dadada;
  margin-bottom: 20px;
  background: #fff;
}
.fb-h2 {
  background: #4d4e8a;
  padding: 15px;
  font-size: 18px;
  color: #fff;
  margin: -1px -1px 0;
}
.details-news-single {
  margin-bottom: 24px;
}
.details-news-single-text {
  background-color: #fff;
  padding: 5px;
  max-height: 70px;
  min-height: 70px;
  overflow: hidden;
}
.more-news-single a:hover img {
  opacity: 0.8;
}
.details-news-single a:hover img {
  opacity: 0.8;
}
.details-news-single-text h3 {
  margin: 0;
  font-size: 17px;
  line-height: 21px;
  color: #000;
}
.details-news-single-text span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.details-news-single a:hover {
  color: #000;
}

.details-tab-container {
  margin-bottom: 25px;
}
.details-page-latest-news-ul {
  max-height: 473px;
  margin-bottom: 25px;
}
.details-page-latest-news-ul .latest-news-left img {
  min-height: 79px;
  max-height: 79px;
  min-width: 132px;
  max-width: 132px;
}
.details-page-latest-news-ul .latest-news-right {
  min-height: 79px;
  max-height: 79px;
}
.details-page-latest-news-ul .least-news-right h3 {
  padding-left: 2px;
  font-size: 18px;
  line-height: 24px;
}
.sports-heading-style {
  margin-bottom: 15px;
  position: relative;
}
.sports-heading-style:before {
  position: absolute;
  content: "";
  width: 100%;
  border-top: 2px solid #009135;
  display: inline-block;
  vertical-align: bottom;
  left: 0;
  bottom: -2px;
  z-index: 99;
}
.sports-heading-style h2 {
  background-color: #009135;
  margin: 0;
  color: #fff;
  left: 11px;
  display: inline-block;
  font-size: 24px;
  padding: 7px 20px;
  position: relative;
  transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
  -webkit-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
  -moz-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
  -o-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
  -ms-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
}
.sports-heading-style span {
  color: #fff;
  position: relative;
  display: block;
  transform-style: flat;
  -webkit-transform-style: flat;
  -moz-transformtransform-style: flat;
  -ms-transform-style: flat;
  transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
  -webkit-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
  -moz-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
  -o-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
  -ms-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
}
.details-left-content-single {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.details-left-content-single-left {
  float: left;
  width: 39%;
  padding-right: 2%;
  position: relative;
}
.details-left-content-single-right {
  float: left;
  width: 61%;
  padding-right: 2%;
  padding-top: 5px;
  max-height: 93px;
  min-height: 93px;
  overflow: hidden;
}
.details-left-content-single-right h2 {
  padding-left: 2px;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  color: #000;
}
.details-left-content-single-right span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.details-left-content-single a:hover img {
  opacity: 0.85;
}

/*===================  VIDEO DETAILS PAGE STYLE ==============================*/
.video-gallery-category {
  position: relative;
  background: #fff;
  margin-bottom: 24px;
}
.video-category-img {
  position: relative;
}
.video-category-img .fa {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  padding: 5px 7px;
  position: absolute;
  z-index: 1;
  color: #009135;
}
.video-heading {
  padding: 6px 5px 0;
  min-height: 74px;
  max-height: 74px;
  overflow: hidden;
}
.video-heading h2 {
  font-size: 18px;
  line-height: 23px;
  color: #000;
  margin: 0;
}
.details-photo-gallery {
  background: #fff;
  padding: 7px;
}
.details-photo-gallery-heading {
  position: relative;
  padding: 5px;
}
.details-photo-gallery-heading h1 {
  margin: 0;
  font-size: 30px;
  line-height: 32px;
  color: #000;
}
.video-gallery-category a:hover img {
  opacity: 0.85;
}

/*========================== PHOTOGALLERY DETAISL PAGE STYLE ============================*/

#lightgallery {
  margin: 0;
  padding: 0;
}
#lightgallery li {
  position: relative;
}
#lightgallery li a img {
  padding: 10px 0;
}
#lightgallery li a {
  cursor: zoom-in;
}
#lightgallery li p {
  font-size: 18px;
  color: #000;
  margin: 0;
  line-height: 20px;
  margin-bottom: 5px;
}
#lightgallery li .icon-box {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 10px;
}
#lightgallery li .icon-box i {
  color: #fff;
  padding: 10px 13px;
  background: rgba(0, 145, 53, 0.7);
  display: inline-block;
  font-size: 20px;
  cursor: pointer;
}
.big-banner-1 {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 10px;
}
/*========================== SHARE BAZAAR SECTION STYLE ============================*/
.share-bazaar-row {
  margin-top: 30px;
}
.share-bazaar-left {
  width: 73.27%;
  float: left;
}
.share-bazaar-right {
  width: 26.73%;
  float: left;
}
.share-news-single {
  background: #f6f6f6;
  margin-bottom: 24px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.share-news-single-text {
  padding: 5px;
  max-height: 72px;
  min-height: 72px;
  overflow: hidden;
}
.share-news-single-text h2 {
  margin: 0;
  font-size: 17px;
  line-height: 22px;
  color: #000;
}
.share-news-single-text span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.share-news-single a:hover img {
  opacity: 0.85;
}
.share-news-single-image {
  position: relative;
}
.share-news-single-image i.fa-play {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 60px;
  color: #fff;
  border-radius: 50%;
  font-size: 30px;
  padding-left: 8px;
  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;
}
.share-news-single a:hover .share-news-single-image i.fa-play {
  background: #fff;
  color: #009135;
}
.share-news-title {
  margin-bottom: 15px;
}
.share-full {
  width: 100%;
}
.share-left {
  width: 45.5%;
  float: left;
}
.share-right {
  float: left;
  width: 54.5%;
}
.share-news-ul {
  margin: 0;
  padding: 0;
  background-color: #f6f6f6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.share-news-ul li {
  list-style-type: none;
  position: relative;
  display: inline-block;
  width: 100%;
  border-top: 1px solid #ccc;
}
.share-news-ul li:first-child {
  border-top: 0;
}
.share-news-ul li a {
  padding: 12px 12px;
  display: inline-block;
  margin-bottom: -4px;
  width: 100%;
}
.share-news-left {
  float: left;
  width: 40%;
  padding-right: 3%;
  position: relative;
}
.share-news-left i.fa-play {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 35px;
  width: 35px;
  background: rgba(0, 0, 0, 0.2);
  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;
}
.share-news-ul li a:hover .share-news-left i.fa-play {
  background: #fff;
  color: #009135;
}
.share-news-left img {
}
.share-news-right {
  float: left;
  width: 60%;
  min-height: 79px;
  max-height: 79px;
  overflow: hidden;
}
.share-news-right h3 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 22px;
  padding-top: 2px;
  transition: all 0.5s ease 0s;
}
.share-news-right span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.share-news-ul li a:hover img {
  opacity: 0.85;
}

/*============= ARCHIVE PAGE STYLE ================*/
.archive-wrapper {
  padding: 13px 20px 10px;
  background: #fff;
  margin-bottom: 22px;
  margin-top: 10px;
  display: flow-root;
  text-align: center;
}
.archive-heading {
  float: left;
  width: 24%;
  text-align: right;
}
.archive-btn-wrapper {
  float: left;
  width: 25%;
}
.date-picker-main {
  float: left;
  width: 47%;
  padding-left: 2%;
  padding-right: 2%;
}
.all-news-btn {
  position: relative;
  z-index: 10;
  overflow: hidden;
  transition-duration: 0.5s;
  background: #00a651;
  color: white;
  font-size: 18px;
  padding: 5px 10px 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;
  display: block;
  width: 100%;
  border-radius: 0;
}
.all-news-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.all-news-btn:hover {
  color: #19232d;
}
.all-news-btn:focus:before,
.all-news-btn:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.category-content-single {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  background: #fff;
}
.category-content-single a:hover img {
  opacity: 0.8;
}
.category-content-single-left {
  float: left;
  width: 45%;
  padding-right: 2%;
  position: relative;
}
.category-content-single-left span {
  background: #1da255;
  padding: 3px 8px;
  position: absolute;
  font-size: 13px;
  z-index: 1;
  color: #fff;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease 0s;
}
.category-content-single-left img {
  overflow: hidden;
}
.category-content-single-right {
  float: left;
  width: 55%;
  padding-right: 2%;
  padding-top: 5px;
  max-height: 93px;
  min-height: 93px;
  overflow: hidden;
}
.category-content-single-right span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.category-content-single-right h2 {
  padding-left: 2px;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  color: #000;
}
.archive-heading h3 {
  margin: 0;
}
.district-wrapper {
  background: #fff;
  padding: 10px;
  margin-bottom: 25px;
}
.district-ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
}
.district-ul li {
  display: inline-block;
}
.district-ul li a {
  border: 1px solid #1da255;
  display: block;
  background: #fff;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  transition: 0.5s;
  padding: 2px 10px;
  margin: 2px 0;
}
.district-ul li a:hover {
  background: #1da255;
  color: #fff;
}
.division-left-content-area {
  padding-bottom: 24px;
}
/*==============================  BREAKING NEWS STCTION STYLE ==================================*/
.marquee-news-wrapper {
  position: relative;
  background: #fff;
  height: 36px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.marquee-news-wrapper h2 {
  font-size: 22px;
  margin: 0;
  line-height: 26px;
  position: absolute;
  background: #ff0000;
  background: #dc0714;
  color: #fff;
  padding: 5px 10px;
  z-index: 99;
}
.marquee-news-wrapper h2:after {
  content: "";
  position: absolute;
  left: 131px;
  border-left: 20px solid #ff0000;
  border-left: 20px solid #dc0714;
  border-top: 36px solid transparent;
  clear: both;
  top: 0;
}
.marquee-news {
  width: 100%;
  border: 1px solid #ff0000;
  border: 1px solid #dc0714;
  overflow: hidden;
  list-style: none;
  display: inline-block;
  padding: 0;
}
.marquee-news li {
  display: inline-block;
  padding-right: 15px;
  line-height: 35px;
}
.marquee-news li span {
  border-radius: 50%;
  background: transparent;
  display: inline-block;
  border: 3px solid #ff0000;
  border: 3px solid #dc0714;
  height: 20px;
  width: 20px;
  margin-right: 5px;
  position: relative;
  bottom: -3px;
}
.marquee-news li a {
  font-size: 16px;
  color: #000;
  margin: 0;
  display: inline-block;
}
/*==============================  INTERVIEW NEWS STCTION STYLE ==================================*/
.interview-news-ul {
  padding: 0;
  margin: 0;
  margin-top: 10px;
}
.interview-news-ul li {
  list-style-type: none;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 6px 0;
}
.interview-news-ul li a {
  background: #eff3f4;
  padding: 7px 6px;
  display: inline-block;
  margin-bottom: -7px;
  width: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.interview-news-ul .interview-news-left {
  float: left;
  position: relative;
  width: 35%;
  padding-right: 2%;
}
.interview-news-ul .interview-news-left img {
  min-height: 77px;
  max-height: 77px;
  min-width: 92px;
  max-width: 92px;
  overflow: hidden;
}
.interview-news-ul .interview-news-left i.fa-play {
  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;
  z-index: 1;
}
.interview-news-ul li a:hover .interview-news-left i.fa-play {
  background: #fff;
  color: #009135;
}
.interview-news-ul .interview-news-right {
  float: left;
  width: 65%;
  min-height: 72px;
  max-height: 72px;
  overflow: hidden;
  padding-top: 5px;
}
.interview-news-ul .interview-news-right h2 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 22px;
  transition: all 0.5s ease 0s;
}
.interview-news-ul .interview-news-right span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.interview-news-ul li a:hover img {
  opacity: 0.85;
}
.big-banner-top-1 {
  margin-bottom: 20px;
}
.top-left-banner-wrapper {
  position: relative;
  width: 100%;
  margin-top: 24px;
}
.top-left-banner-left {
  float: left;
  margin-right: 24px;
}
.top-left-banner-right {
  float: left;
}
.full-banner-wrapper {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}
.full-banner-left {
  float: left;
  margin-right: 24px;
}
.full-banner-right {
  float: left;
}
.image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.image figcaption {
  height: 30px;
  width: 100%;
  display: block;
  bottom: -30px;
  text-align: center;
  margin: 0;
  padding-top: 5px;
  font-size: 16px;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  color: #fff;
  z-index: 100;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  left: 0;
}
.image:hover figcaption {
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  opacity: 0.75;
  transform: translateY(-100%);
}
.use-election-wrapper {
  background: #fff;
  color: #fff;
  border: 1px solid #ccc;
  float: left;
  position: relative;
}
.use-election-wrapper h3 {
  text-align: center;
  font-size: 20px;
  margin: 0;
  padding: 10px 0;
  color: #fff;
  font-weight: 700;
  background: #04064d;
}
.use-name-heading {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
.use-name-heading li {
  list-style: none;
  display: inline-block;
  float: left;
}
.use-name-heading li img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #c72026;
}
.use-name-heading li:first-child {
  width: 35%;
  text-align: center;
  padding-top: 10px;
}
.use-name-heading li:last-child {
  width: 65%;
  text-align: center;
  padding-top: 10px;
}
.use-count-ul li img {
  border: 4px solid #2a2d7c;
}
.use-name-heading h2 {
  margin: 0;
  color: #c72026;
  font-weight: 700;
  font-size: 32px;
}
.use-count-ul h2 {
  color: #2a2d7c;
  font-weight: 700;
  font-size: 32px;
}
.use-name-heading p {
  font-size: 16px;
  color: #000;
}
.use-count-ul {
  margin-bottom: 10px;
}
.use-count-ul-2 {
  margin: 0;
  padding: 0;
}
.use-count-ul-2 li {
  list-style: none;
  display: inline-block;
  float: left;
  padding-bottom: 10px;
}
.use-count-ul-2 li h2 {
  margin: 0;
  text-align: left;
  font-size: 20px;
  color: #000;
  font-weight: 700;
}
.use-count-ul-2 li h5 {
  text-align: left;
  font-size: 32px;
  font-weight: 700;
  color: #ee802f;
  margin: 0;
}
.use-count-ul-2 li:first-child {
  width: 60%;
  padding-left: 10px;
}
.use-count-ul-2 li:last-child {
  width: 40%;
  margin-top: -11px;
}
.tag-ul {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  margin-top: 10px;
}
.tag-ul li {
  color: #000;
  list-style: none;
  display: inline-block;
}
.tag-ul li:first-child {
  font-size: 15px;
}
.tag-ul li a {
  color: #009135;
  border: 1px solid #009135;
  font-size: 14px;
  padding: 3px 10px;
  border-radius: 15px;
  transition: 0.5s;
}
.tag-ul li a:hover {
  background: #009135;
  color: #fff;
}
/*=========================================================
  New Logo Area Section Style
===========================================================*/
.new-logo-area {
  padding: 20px 0;
  background: #fff;
  width: 100%;
}
.new-logo-area-wrapper {
  position: relative;
  width: 100%;
}
.new-logo-area-left {
  float: left;
  width: 38%;
}
.new-logo-area-left a {
  display: block;
}
.new-logo-area-right {
  float: right;
  width: 62%;
  text-align: right;
}
.title-heading-wrapper {
  padding-bottom: 39px;
  margin-bottom: 10px;
}
.title-heading {
  position: relative;
  display: block;
}
.title-heading:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 3px;
  border-bottom: 3px solid #1da255;
}
.title-heading h2 {
  font-size: 24px;
  margin: 0;
  line-height: 24px;
  position: absolute;
  background: #1da255;
  color: #fff;
  padding: 8px 15px;
}
.title-heading h2:after {
  content: "";
  position: absolute;
  left: 87px;
  border-left: 20px solid #037533;
  border-top: 38px solid transparent;
  clear: both;
  top: 0;
}
.feature-heading h2:after {
  left: 81px;

}
.crim-heading h2:after {
  left: 93px;
}
.video-title-heading h2:after {
  left: 158px;
}
.lifestyle-heading h2:after {
  left: 136px;
}
.variety-news-heading h2:after {
  left: 141px;
}
.country-heading h2:after {
  left: 224px;
}
.country-news-heading h2:after {
  left: 111px;
}
.education-heading h2:after {
  left: 74px;
}
.health-heading h2:after {
  left: 70px;
}
.science-heading h2:after {
  left: 168px;
}
.entertainment-heading h2:after {
  left: 101px;
  /* left: 171px; */
}
.women-heading h2:after {
  /* left: 101px; */
  left: 81px;
}
.from-facebook-heading h2:after {
  left: 151px;
}
.sonali-special-heading h2:after {
  left: 158px;
}
.court-heading h2:after {
  left: 102px;
}
.rajdhani-heading h2:after {
  left: 102px;
}
.sports-heading h2:after {
  left: 71px;
}
.opinion-heading h2:after {
  left: 92px;
}
.economy-heading h2:after {
  left: 100px;
}
.stock-market-heading h2:after {
  left: 144px;
}
.interview-heading h2:after {
  left: 121px;
}
.international-heading h2:after {
  left: 125px;
}
.national-heading h2:after {
  left: 87px;
}
.politics-heading h2:after {
  left: 104px;
}
.focus-title-heading h2:after {
  left: 96px;
  /* left: 132px; */
}
.birthday-title-heading h2:after {
  /* left: 96px; */
  left: 132px;
}
.text-headline-style {
  margin-bottom: 10px;
}
.text-headline-style a {
  color: #000;
}
.text-headline-style h2 {
  background: #f0f0f0;
  border-left: 3px solid #ed1c24;
  padding: 8px 10px 8px;
  font-size: 24px;
  line-height: 24px;
  box-shadow: rgb(0, 0, 0) 0px 5px 5px -6px;
  -webkit-box-shadow: rgb(0, 0, 0) 0px 5px 5px -6px;
}
.redesign-logo-area {
  padding: 15px 0;
  background: #fff;
  width: 100%;
}
.new-logo-area-wrapper {
  position: relative;
  width: 100%;
}
/*------------- New Footer Sytle -----------------*/
.footer-new {
  background: #eee;
  width: 100%;
  padding: 30px 0;
}
.footer-new p {
  margin: 0;
}
.footer-bottom {
  background: #c4c1c1;
  padding: 10px 0;
  font-size: 14px;
  color: #444;
}
.footer-small-text-ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.footer-small-text-ul li {
  list-style: none;
  display: inline-block;
}
.footer-small-text-ul li a {
  display: inline-block;
  color: #444;
  padding: 0 5px;
}
.footer-small-text-ul li a:hover {
  color: #000;
}
.design-link {
  text-align: right;
}
.design-link p {
  margin: 0;
}
.design-link a {
  color: #1da255;
}
.design-link a:hover {
  color: #1da255;
}
.footer-bottom-row p {
  margin: 0;
}
.footer-logo-redesign {
  padding-top: 15px;
}
.footer-new .address {
  text-align: center;
}
.footer-new .address {
  padding-top: 0;
}
.footer-new .address h6 {
  font-size: 18px;
  line-height: 20px;
  color: #212529;
}
.footer-new .mail-intro-new {
  padding-top: 1px;
}
.opinion-wrapper-text {
  background: #fff;
  padding: 10px 15px;
  margin-bottom: 25px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.opinion-wrapper-text p {
  margin: 0;
  font-size: 16px;
  color: #000;
  text-align: justify;
}
/*============================================
  Special section Slider Style
==================================================*/
.special-slider {
  margin-top: 24px;
}
.special-slider-single {
  /* margin-bottom: 24px; */
}
.special-slider-single a:hover img {
  opacity: 0.85;
}
.special-slider-single-image img {
  position: relative;
}
.special-slider-single-text {
  padding: 4px 7px;
  background: #fff;
  min-height: 76px;
  max-height: 76px;
  overflow: hidden;
}
.special-slider-single-text h3 {
  font-size: 18px;
  line-height: 23px;
  margin: 0;
  color: #000;
}
.special-slider-single-text span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.special-slider .owl-dots .owl-dot {
  border: 0;
  background: transparent;
  outline: 0;
  margin: 0;
  padding: 0;
}
/* .special-slider .owl-dots .owl-dot span {
  color: #009135;
} */
.special-slider .owl-dots .owl-dot span {
  border: 3px solid #fff;
}
.special-slider .owl-dots .owl-dot span {
  background: none;
  display: inline-block;
  height: 15px;
  width: 25px;
  background: #009135;
  border: 3px solid #fff;
  border-radius: 0;
}
.special-slider .owl-dots .owl-dot span.active {
  background: #fff none repeat scroll 0 0;
}

/* .special-slider .owl-nav {
  margin-top: 2px;
}
.special-slider .owl-nav .owl-prev,
.special-slider .owl-nav .owl-next {
  color: #009135;
  font-size: 10px;
  margin: 5px;
  padding: 0;
  background: #009135;
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
  border: 3px solid #fff;
  outline: 0;
} */

.new-section-contaiener {
  position: relative;
  padding-bottom: 15px;
}
.new-section-contaiener-left {
  width: 70%;
  float: left;
}
.new-section-contaiener-right {
  width: 30%;
  float: left;
}
.new-small-news-lead {
  position: relative;
  display: inline-block;
}
.new-small-news-lead-image {
  position: relative;
}
.new-small-news-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: 10px 10px 5px;
}
.new-small-news-lead-text h3 {
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  transition: all 0.5s ease 0s;
}
.new-small-news-lead-text span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.new-small-news-lead a:hover img {
  opacity: 0.85;
}
.free-speech-heading h2:after {
  left: 92px;
}
.features-heading h2:after {
  left: 139px;
}
.new-small-news-lead-image img {
  max-height: 171px;
  width: 100%;
}
.free-speech-ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  min-height: 48px;
  max-height: 48px;
  overflow: hidden;
}
.free-speech-ul li a {
  list-style: none;
  color: #000000;
  font-size: 17px;
  line-height: 22px;
  padding: 2px 7px;
  display: inline-block;
  transition: 0.5s;
}
.free-speech-ul li a:hover {
  color: #1da255;
}
.writter-ul {
  margin: 0;
  padding: 0;
}
.writter-ul li {
  list-style-type: none;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 6px 0;
}
.writter-ul-single {
  background-color: #fff;
  padding: 7px 6px;
  display: inline-block;
  margin-bottom: -4px;
  width: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.writter-ul-left {
  float: left;
  width: 40%;
  position: relative;
}
.writter-ul-left i{
  position: absolute;
top: 50%;
left: 42%;
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: 16px;
padding-left: 3px;
border: 3px 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;
}
.writter-ul-left img {
  min-height: 90px;
  border-radius: 0%;
  max-height: 90px;
  overflow: hidden;
  min-width: 130px;
  max-width: 130px;
}
.writter-ul-right {
  float: left;
  width: 60%;
  min-height: 90px;
  max-height: 90px;
  overflow: hidden;
  padding-left: 6px;
}
.writter-ul-right h3 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 22px;
  transition: all 0.5s ease 0s;
}
.writter-ul-right span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
  padding-left: 1px;
}
.writter-ul li a:hover img {
  opacity: 0.85;
}
.writter-ul li a:hover .writter-ul-single .writter-ul-left i{
  background-color: #fff;
  color: #1da255;
}

/*==============================
   SPECIAL SECTION TOP STYLE
==============================*/
.special-section-top-wrapper {
  background: #212121;
  padding: 40px 0 10px;
}
.special-event-title {
  overflow: hidden;
  background: #ec1c27;
  border-bottom: 3px solid #ec1c27;
  position: relative;
  margin-bottom: 15px;
}
.special-event-title a {
  color: #fff;
  display: inline-block;
  padding: 10px 30px 7px 15px;
  font-size: 30px;
  margin: 0;
  line-height: 24px;
}
.special-event-title-span {
  position: relative;
}
.special-event-title-span:after {
  background: #212121;
  content: "";
  position: absolute;
  left: 0;
  right: -20000px;
  top: -18px;
  height: 42px;
  bottom: 0;
  -webkit-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  transform: skewX(45deg);
  /* z-index: -200; */
}
.special-big {
  position: relative;
  overflow: hidden;
}
.special-big-image {
  position: relative;
  overflow: hidden;
}
.special-big-image img {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  overflow: hidden;
}
.special-big-heading-details {
  position: relative;
  padding: 11px 10px;
  min-height: 149px;
  max-height: 149px;
  overflow: hidden;
  background: #333;
}
.special-big-heading-details h1 {
  margin: 0;
  color: #fff;
  font-size: 26px;
  line-height: 28px;
  padding-bottom: 5px;
}
.special-big-heading-details p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
}
.special-big-heading-details span {
  color: #ffc000;
  font-size: 14px;
  line-height: 14px;
}
.special-big a:hover img {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  transform: scale(1.2);
  overflow: hidden;
}
.special-news-small {
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.special-news-small-image {
  position: relative;
  overflow: hidden;
}
.special-news-small-image img {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.special-news-small-heading {
  position: relative;
  padding: 5px 5px;
  min-height: 73px;
  max-height: 73px;
  padding-bottom: 0;
  overflow: hidden;
  background: #333;
}
.special-news-small-heading h2 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
}
.special-news-small-heading span {
  color: #fff;
  font-size: 14px;
  line-height: 14px;
}
.special-news-small a:hover img {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  transform: scale(1.15);
  overflow: hidden;
}

.special-section-mujib-borsho {
  background: #248039;
  padding-top: 30px;
}
.special-section-mujib-borsho .special-event-title-span:after {
  background: #248039;
}
.special-section-mujib-borsho-new .special-big-heading-details {
  position: relative;
  padding: 10px 10px;
  min-height: 138px;
  max-height: 138px;
  overflow: hidden;
  background: #d4000b;
}
.special-section-mujib-borsho-new .special-news-small-heading {
  position: relative;
  padding: 5px 5px;
  min-height: 66px;
  max-height: 66px;
  padding-bottom: 0;
  overflow: hidden;
  /* padding-left: 2px; */
  background: #d4000b;
}

.special-section-mujib-borsho-two .special-big-heading-details {
  position: relative;
  padding: 10px 10px;
  min-height: 138px;
  max-height: 138px;
  overflow: hidden;
  background: #c71d26;
}
.special-section-mujib-borsho-two .special-news-small-heading {
  position: relative;
  padding: 3px 5px;
  min-height: 64px;
  max-height: 64px;
  padding-bottom: 0;
  overflow: hidden;
  background: #c71d26;
}

.special-section-mujib-borsho-three .special-event-title {
  background: #dc3545;
  border-bottom: 3px solid #dc3545;
}
.special-section-mujib-borsho-three .special-big-heading-details {
  position: relative;
  padding: 10px 10px;
  min-height: 138px;
  max-height: 138px;
  overflow: hidden;
  background: #b30011;
}
.special-section-mujib-borsho-three .special-news-small-heading {
  position: relative;
  padding: 3px 5px;
  min-height: 64px;
  max-height: 64px;
  padding-bottom: 0;
  overflow: hidden;
  background: #b30011;
}
.special-section-mujib-borsho-two .special-event-title {
  background: #c71d26;
  border-bottom: 3px solid #c71d26;
}
.special-big-heading-details, .special-news-small-heading-2, .special-news-small-heading{
  /* background-color: rgb(0 145 53 / 65%); */
  background-color: #146791d4;
}
.special-t-20-wrapper-overlay {
  background-color: rgb(30 30 30 / 40%);
}
.special-t-20-wrapper{
  background: #146791d4;
  background-size: cover;
  background-position: center;
}
/*================  Coronavirus Statistics SECTION  ========================*/
.coronavirus-statistics-wrapper {
  margin-bottom: 20px;
}
.text-headline-style-3 {
}
.text-headline-style-3 h3 {
  border-bottom: 2px solid #c00;
  line-height: 100%;
  margin: 0 0 10px;
  text-align: center;
}
.text-headline-style-3 h3 span {
  background: #c00;
  padding: 4px 10px;
  color: #fff;
  line-height: 40px;
  position: relative;
}
.text-headline-style-3 h3 span::after {
  border-color: #c00 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  position: absolute;
  content: " ";
  width: auto;
  height: auto;
  bottom: -20px;
  margin-left: -10px;
  left: 50%;
  border-width: 10px;
  border-style: solid;
}
.statistics-heading {
}
.statistics-heading h2 {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 600;
}
.statistics-ul {
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}
.statistics-ul li {
  list-style: none;
  display: inline-block;
  width: 100%;
  border: 2px solid #1da255;
  margin-bottom: 5px;
  background: #ddf7de;
  padding: 5px;
}
.statistics-ul li .statistics-left {
  width: 50%;
  float: left;
}
.statistics-ul li .statistics-left p {
  font-size: 24px;
  color: #000;
  line-height: 35px;
  text-align: left;
  margin-bottom: 0;
  padding-left: 10px;
}
.statistics-ul li .statistics-right {
  width: 50%;
  float: left;
  text-align: center;
}
.statistics-ul li .statistics-right span {
  background: #1da255;
  color: #fff;
  width: 100%;
  padding: 2px 0;
  display: inline-block;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 600;
}
.statistics-ul li .statistics-right .statistics-main {
  background: #000;
}
.statistics-ul p {
  text-align: center;
  font-size: 14px;
  margin-bottom: 0;
}

/*================ NEW STYLE  Coronavirus Statistics SECTION  ========================*/
.content-coronavirus {
  margin-bottom: 15px;
  margin-top: 0;
  display: block;
  background: #fed574;
  float: left;
  width: 100%;
}
.coronavirus-statistics {
  background: #fed574;
  text-align: center;
  padding-bottom: 0;
}
.coronavirus-statistics h2 {
  margin-top: 10px;
  font-size: 25px;
  margin-bottom: 0;
}
.coronavirus-statistics .virus {
  width: 50%;
  float: left;
}
.coronavirus-statistics .virus h2 {
  background: #b2ecba;
  padding: 5px;
  font-size: 20px;
  margin-top: 8px;
}
.coronavirus-statistics .virus.body-world h2 {
  background: #f77f7f;
}
.coronavirus-statistics .virus .content {
  border-right: 1px solid #ccc;
  padding-top: 4px;
  padding-bottom: 4px;
}
.coronavirus-statistics .virus.body-world .content {
  border: none;
}
.coronavirus-statistics .virus .content .text {
  font-size: 18px;
}
.coronavirus-statistics .virus .content .text.sutro {
  font-size: 10px;
  margin-bottom: -5px;
}
.coronavirus-statistics .virus .content .number {
  background: #b2ecba;
  width: 86%;
  margin-left: 7%;
  border-radius: 6px;
  padding: 4px 4px;
  font-size: 19px;
  font-weight: bold;
}
.coronavirus-statistics .virus.body-world .content .number {
  background: #f77f7f;
}
.coronavirus-statistics .virus.body-world .content .number.death {
  background: #c00;
  color: #fff;
}
.coronavirus-statistics .virus .content .number.sutro {
  background: none;
  color: #000;
  font-weight: 400;
  font-size: 12px;
  padding: 0;
  margin-left: 0;
  width: 100%;
  margin-bottom: -5px;
  line-height: 34px;
}
.coronavirus-statistics .virus.body-bangladesh .content .number.death {
  background: #1da255;
  color: #fff;
}
/*================================ IFTER TIME Style ==============================*/
.romadan-section {
  position: relative;
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 6px;
}
.sahari-time-wrapper h2 {
  font-size: 22px;
  line-height: 36px;
  margin: 0;
  margin-bottom: 8px;
  text-align: center;
  background: #009135;
  color: #fff;
}
.ifter-time {
  width: 100%;
  position: relative;
  display: inline-block;
  line-height: 18px;
}
.ifter-time .place {
  width: 35%;
  float: left;
  text-align: left;
}
.ifter-time .time {
  width: 65%;
  float: left;
  text-align: center;
}
.countdown {
  color: #fff;
  font-size: 18px;
  text-align: center;
  display: inline-flex;
  width: 100%;
}
.countdown .time {
  display: inline-block;
  margin-left: 5px;
  border-radius: 2px;
  padding: 3px 10px;
  text-align: center;
  width: 33.33%;
}
.place h2 {
  margin: 0;
  font-size: 19px;
  text-align: center;
  line-height: 45px;
  font-weight: bold;
}
.countdown .time span {
  margin-top: 0;
  padding-top: 0;
  font-size: 13px;
}
.countdown .hours {
  background: #fc7f03;
}
.countdown .minutes {
  background: #03b1fc;
}
.countdown .seconds {
  background: #07db83;
}
.place-text {
  position: relative;
  width: 100%;
  background: #fff;
  /* margin-top: 5px; */
}
.countdown .expired {
  color: #ef2f3c;
  font-size: 20px;
  text-align: center;
  line-height: 46px;
  font-weight: bold;
}
.details-social-icon-wrapper {
  width: 100%;
  position: relative;
}
.details-social-icon-left {
  display: inline-block;
  float: left;
}
.print-icon {
  display: inline-block;
  float: left;
  margin-top: 2px;
}
.print-icon a {
  display: inline-block;
  font-size: 23px;
  cursor: pointer;
  width: 41px;
  line-height: 41px;
  height: 41px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
  margin-left: 2px;
  background: #1da255;
  transition: all .2s ease-in-out;
}
.print-icon a:hover {
  transform: translateY(-4px);
}
/* ========================== BREAKING NEWS SECTION =================== */
.marquee-container {
  bottom: 0;
  position: fixed;
  z-index: 999999;
  padding: 0;
  width: 100%;
  max-width: 100% !important;
}
.marquee-block {
    position: relative;
}
.marquee-block h2 {
    font-size: 21px;
    margin: 0;
    line-height: 24px;
    position: absolute;
    background: #e41d1d;
    color: #fff;
    padding: 8px 10px;
    z-index: 1;
}
.marquee-block h2:after {
    content: '';
    position: absolute;
    left: 126px;
    border-left: 20px solid #e41d1d;
    border-top: 37px solid transparent;
    clear: both;
    top: 0;
}
.marquee {
    width: 100%;
    overflow: hidden;
    background: #fff;
    list-style: none;
    display: inline-block;
    padding: 0;
    border: 1px solid #e41d1d;
    margin-bottom: 0;
}
.marquee li {
    display: inline-block;
    padding-right: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.marquee li a {
    display: block;
    color: #000;
    line-height: 31px;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease-in;
}
.marquee li a:hover {
    color: #e41d1d;
}
/*==================== NEW SPECIAL SECTION STYLE ======================*/
.special-t-20-wrapper {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 0;
}
.special-t-20-wrapper-overlay {
  padding: 30px 0 15px 0;
  background-color: rgb(30 30 30 / 70%);
}
.special-event-title-t-20 {
  overflow: hidden;
  /* border-radius: 22px; */
  position: relative;
  margin-bottom: 15px;
  border-bottom: 2px solid #ec1c27;
}
.special-event-title-t-20 .str {
  background: #ec1c27 none repeat scroll 0 0;
  color: #fff;
  float: left;
  font-weight: 700;
  padding: 3px 10px;
  font-size: 24px;
  text-align: center;
  width: 240px;
}
.special-event-title-t-20 .rotate {
  transform: rotate(-60deg);
  background: #ec1c27 none repeat scroll 0 0;
  float: left;
  height: 27px;
  margin-left: -25px;
  overflow: hidden;
  width: 64px;
  display: none;
}
.special-news-small-heading span {
  color: #ffc000;
  font-size: 14px;
  line-height: 14px;
}
.special-big-heading-details {
  background: unset;
  background-color: rgba(0,145,53,0.20);
}
.special-news-small-heading {
  background: unset;
  background-color: rgba(0,145,53,0.70);
}
.special-news-small-heading-2 {
  background-color: rgba(0,145,53,0.20);
}
