/*************************************

Template Name: Aganinews.com - Online NewsPaper
Author: Jonayed Islam
Author Url: http://jonayed.com
Version: 1.0
Design and Developed by: Bongosoft Ltd.

****************************************/

@charset "utf-8";

@font-face {
  font-family: "SolaimanLipiNormal";
  src: url("../fonts/solaimanlipi/solaimanlipi_20-04-07.eot");
  src: url("../fonts/solaimanlipi/solaimanlipi_20-04-07.eot")
      format("embedded-opentype"),
    url("../fonts/solaimanlipi/solaimanlipi_20-04-07.woff") format("woff"),
    url("../fonts/solaimanlipi/solaimanlipi_20-04-07.ttf") format("truetype"),
    url("../fonts/solaimanlipi/SolaimanLipi_29-05-06.svg") format("svg");
}

body {
  font-family: "SolaimanLipiNormal", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #000;
  background: #fff;
}
/*======================== For LAZY LOAD CSS ============================*/
.lazyload {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.lazy-loaded {
  opacity: 1;
}
/*======================== CUSTOM BOOTSTRAP STYLE ============================*/
.custom-container {
  padding-left: 10px;
  padding-right: 10px;
  max-width: 700px;
}
.custom-row {
  margin-right: -5px;
  margin-left: -5px;
}
.custom-padding {
  padding-left: 7px;
  padding-right: 7px;
}
.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;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-t-20 {
  margin-top: 20px;
}
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 */
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
/*================================================
    2. Mobile Menu Custom Style
==================================================*/
nav:not(.mm-menu) {
  display: none;
}
.header,
.content {
  text-align: center;
}
.header {
  background-color: #ffffff;
  padding: 5px 0;
  text-align: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 800;
  box-shadow: 0 5px 5px -5px #000;
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.header-wrapper {
  background: #fff;
  position: relative;
  width: 100%;
}
.main-logo {
  text-align: center;
  /* display: inline-block;
  position: relative;
  padding: 5px 0; */
}
.header .mobile-menu-top {
  display: block;
  width: 46px;
  height: 18px;
  padding: 11px;
  position: absolute;
  top: 0;
  left: 5px;
}
.header .mobile-menu-top {
  top: 12px;
}
.header .mobile-menu-top:before,
.header .mobile-menu-top:after {
  background: #000000;
  height: 3px;
  content: "";
  display: block;
}
.header .mobile-menu-top span {
  background: #000000;
  height: 3px;
  width: 100%;
  display: block;
  margin: 6px 0;
}
.header a img {
  max-height: 55px;
  min-width: 210px;
}
.mm-clear:before,
.mm-close:before {
  right: 13px;
}
.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before {
  width: 10px;
  height: 10px;
}
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.9);
}
.mm-menu .mm-navbar .mm-title {
  font-size: 20px;
  color: #000;
}
.mm-listview {
  font-size: 17px;
  color: #000 !important;
  line-height: 20px;
}
/*======================= TOP NAV START SEARCH BAR TOGGLE STYLE ============================*/
.top-search {
  display: none;
}
.top-search {
  padding: 12px 20px;
  background: #fff;
  position: absolute;
  z-index: 9999;
  top: 0;
  text-align: center;
  width: 100%;
  left: 0;
}
.top-search .input-group-addon {
  background-color: transparent;
  border: none;
  color: #19232d;
  padding-left: 0;
  padding-right: 0;
}
.top-search input.form-control {
  background: #fff;
  border: 2px solid #f0f0ed;
  color: #000;
  height: 40px;
  line-height: 40px;
  display: block;
  padding: 8px 1%;
  font-size: 18px;
  font-family: SolaimanLipi;
  /* width: 100%; */
}
.top-search .input-group-addon {
  background-color: transparent;
  border: none;
  color: #19232d;
  padding-left: 0;
  padding-right: 0;
  width: 35px;
  height: 35px;
  text-align: center;
}
.top-search .input-group-addon .fa {
  font-size: 20px;
  line-height: 30px;
  padding: 5px 8px;
  background: #efefef;
}
.top-search .input-group-addon.close-search {
  cursor: pointer;
}
.attr-nav {
  right: 12px;
  top: 20px;
  position: absolute;
}
.attr-nav ul {
  margin: 0;
  padding: 0;
}
.attr-nav ul li {
  list-style: none;
}
.attr-nav ul li a {
  color: #19232d;
  font-size: 24px;
  line-height: 30px;
  margin-right: 0px;
  display: inline-block;
}
.top-search input.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.01);
}
.top-search .m-search {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}
/*======================= TOP NAV END SEARCH BAR TOGGLE STYLE ============================*/
/*================================================
             3. BACK TO TOP
==================================================*/
.scrollup {
  background: #009135 none repeat scroll 0 0;
  border: 1px solid #009135;
  bottom: 20px;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  height: 35px;
  line-height: 31px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 35px;
  border-radius: 50%;
  z-index: 99;
}
.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;
}

/*================================================
      4. Lead New
==================================================*/
.top-date {
  font-size: 14px;
  padding: 5px;
  border-bottom: 1px solid #f6f6f6;
  background-color: #fafafa;
  /* background-color: #f1f1f1; */
}
.lead-news-container {
  /* padding-top: 75px; */
}
.lead-news {
  margin-top: 15px;
  position: relative;
}
.lead-news-image {
  position: relative;
}
.lead-news-image i.fa-play {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 60px;
  width: 60px;
  background: rgba(255, 255, 255, 0.95);
  color: #009135;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  font-size: 30px;
  padding-left: 8px;
  -webkit-box-shadow: 0 0 30px 2px grey;
  -moz-box-shadow: 0 0 30px 2px gray;
  box-shadow: 0 0 30px 2px grey;
  opacity: 0.8;
  z-index: 1;
}
.lead-news-heading {
  position: absolute;
  width: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.5) 30%,
    rgba(0, 0, 0, 0.8) 100%
  );
  color: #fff;
  bottom: 0;
  padding: 15px 10px 3px;
}
.lead-news-heading h1 {
  margin: 0;
  font-size: 20px;
  line-height: 24px;
}
.lead-other-news {
  margin: 0;
  padding: 0;
  margin-top: 15px;
  margin-bottom: 10px;
}
.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 0;
  margin-bottom: -7px;
}
.lead-other-news li:first-child a {
  border-top: 1px solid #a9a8a8;
}
.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: 40px;
  width: 40px;
  background: rgba(255, 255, 255, 0.95);
  color: #009135;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  font-size: 18px;
  padding-left: 4px;
  -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-right {
  float: left;
  width: 60%;
  min-height: 78px;
  max-height: 78px;
  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;
}
.lead-news-second {
  margin-top: 10px;
}
.lead-news-second-image {
  position: relative;
}
.lead-news-second-image i.fa-play {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50px;
  width: 50px;
  background: rgba(255, 255, 255, 0.99);
  color: #009135;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  font-size: 25px;
  padding-left: 6px;
  -webkit-box-shadow: 0 0 30px 2px grey;
  -moz-box-shadow: 0 0 30px 2px gray;
  box-shadow: 0 0 30px 2px grey;
  opacity: 0.8;
  z-index: 1;
}
.lead-news-second-heading {
  padding-top: 5px;
}
.lead-news-second-heading h3 {
  margin: 0;
  font-size: 17px;
  line-height: 21px;
  color: #000;
}
.mobile-banner {
  margin-top: 20px;
  margin-bottom: 20px;
}
.text-heading {
  padding-bottom: 39px;
}
.text-heading-style {
  position: relative;
  display: block;
}
.text-heading-style:after {
  content: "";
  position: absolute;
  bottom: -38px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 2px;
  border-bottom: 2px solid #1da255;
}
.text-heading-style h2 {
  font-size: 24px;
  margin: 0;
  line-height: 24px;
  position: absolute;
  background: #1da255;
  color: #fff;
  padding: 6px 15px;
}
.text-heading-style h2:after {
  content: "";
  position: absolute;
  left: 122px;
  border-left: 25px solid #037533;
  border-top: 36px solid transparent;
  clear: both;
  top: 0;
}
.good-news-wrapper {
  position: relative;
  margin-top: 5px;
}
.good-news {
  padding: 8px;
  background: #fff;
  position: relative;
  border: 2px solid #1da255;
  border-top: 0px;
  margin-top: -1px;
}
.good-news-image {
  position: relative;
}
.good-news-image i.fa-play {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 60px;
  width: 60px;
  background: rgba(255, 255, 255, 0.95);
  color: #009135;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  font-size: 30px;
  padding-left: 8px;
  -webkit-box-shadow: 0 0 30px 2px grey;
  -moz-box-shadow: 0 0 30px 2px gray;
  box-shadow: 0 0 30px 2px grey;
  opacity: 0.8;
  z-index: 1;
}
.good-news img {
  /* width: 100%; */
}
.good-news-heading h2 {
  margin: 0;
  font-size: 20px;
  line-height: 22px;
  color: #000;
  padding-top: 5px;
}
/*======================= 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: 24px;
}
.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;
}
.least-news {
  position: relative;
}
.least-news-ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  background: #fff;
}
.least-news-ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
}
.least-news-ul li a {
  margin-bottom: -6px;
  text-decoration: none;
  display: inline-block;
  padding: 7px 0px;
  border-bottom: 1px dotted gray;
  width: 100%;
}
.least-news-ul li:last-child a {
  /* border-bottom: 0; */
}
.least-news-ul .least-news-left {
  width: 40%;
  float: left;
  padding-right: 3%;
  position: relative;
}
.least-news-left i.fa-play {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  background: rgba(255, 255, 255, 0.95);
  color: #009135;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  font-size: 18px;
  padding-left: 4px;
  -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;
}
.least-news-ul .least-news-right {
  float: left;
  width: 60%;
  overflow: hidden;
  padding-top: 1px;
  min-height: 62px;
  max-height: 62px;
}
.least-news-ul .least-news-right {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.least-news-ul .least-news-right h3 {
  font-size: 18px;
  color: #000;
  line-height: 20px;
  margin: 0;
}
.right-main-tab-style-2 {
  /* border-left: 1px solid gray; */
}
.least-news-ul {
  max-height: 455px;
  overflow-y: auto;
}

/*======================= FEATURE NEW STYLE ============================*/
.national-heading h2 {
  padding: 8px 15px;
}
.national-heading {
  margin-bottom: 5px;
}
.national-heading h2:after {
  left: 87px;
  border-left: 30px solid #037533;
  border-top: 38px solid transparent;
}
.national-heading .text-heading-style:after {
  bottom: -40px;
}
.feature-news-lead {
  position: relative;
  margin-bottom: 5px;
  margin-top: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;
  display: inline-block;
}
.feature-news-lead-image {
  position: relative;
}
.feature-news-lead-image i.fa-play {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50px;
  width: 50px;
  background: rgba(255, 255, 255, 0.99);
  color: #009135;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  font-size: 25px;
  padding-left: 6px;
  -webkit-box-shadow: 0 0 30px 2px grey;
  -moz-box-shadow: 0 0 30px 2px gray;
  box-shadow: 0 0 30px 2px grey;
  opacity: 0.8;
  z-index: 1;
}
.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: 20px;
  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-ul {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.feature-news-ul li {
  list-style-type: none;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 6px 0;
}
.feature-news-single {
  background-color: #eff3f4;
  padding: 7px 6px;
  display: inline-block;
  margin-bottom: -7px;
  width: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.feature-news-left {
  float: left;
  width: 40%;
  padding-right: 2%;
  position: relative;
}
.feature-news-left i.fa-play {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  background: rgba(255, 255, 255, 0.95);
  color: #009135;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  font-size: 18px;
  padding-left: 4px;
  -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-right {
  float: left;
  width: 60%;
  padding-left: 2px;
  min-height: 63px;
  max-height: 63px;
  overflow: hidden;
}
.feature-news-right h3 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 21px;
}
.feature-news-right span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.polities-heading h2:after {
  left: 105px;
}
.economic-heading h2:after {
  left: 122px;
}
.international-heading h2:after {
  left: 125px;
}
.low-heading h2:after {
  left: 174px;
}
.education-heading h2:after {
  left: 74px;
}
.crime-heading h2:after {
  left: 93px;
}
/*======================= SPORTS NEW STYLE ============================*/
.sports-news {
  margin: 10px 0 20px;
}
.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);
}
.sports-big {
  margin-bottom: 15px;
}
.sports-big-image {
  position: relative;
}
.sports-big-image i.fa-play {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 60px;
  width: 60px;
  background: rgba(255, 255, 255, 0.95);
  color: #009135;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  font-size: 30px;
  padding-left: 8px;
  -webkit-box-shadow: 0 0 30px 2px grey;
  -moz-box-shadow: 0 0 30px 2px gray;
  box-shadow: 0 0 30px 2px grey;
  opacity: 0.8;
  z-index: 1;
}
.sports-big-text {
  border-top: 3px solid #1da255;
  background-color: #f5f5f5;
  position: relative;
  padding: 5px 10px;
}
.sports-big-text h2 {
  margin: 0;
  color: #000;
  font-size: 20px;
  line-height: 24px;
}
.sports-big-text span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.sports-small {
  margin-bottom: 15px;
}
.sports-small-image {
  position: relative;
}
.sports-small-image i.fa-play {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50px;
  width: 50px;
  background: rgba(255, 255, 255, 0.99);
  color: #009135;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  font-size: 25px;
  padding-left: 6px;
  -webkit-box-shadow: 0 0 30px 2px grey;
  -moz-box-shadow: 0 0 30px 2px gray;
  box-shadow: 0 0 30px 2px grey;
  opacity: 0.8;
  z-index: 1;
}
.sports-small-text {
  border-top: 3px solid #1da255;
  background-color: #f5f5f5;
  position: relative;
  padding: 5px;
  min-height: 78px;
  max-height: 78px;
  overflow: hidden;
}
.sports-small-text h3 {
  margin: 0;
  color: #000;
  font-size: 17px;
  line-height: 22px;
}
.sports-small-text span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.all-new-btn {
}
.more-news {
  border: none;
  padding: 5px 20px;
  color: #000;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  z-index: 99;
  font-size: 17px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.more-news:before,
.more-news:after {
  content: "";
  position: absolute;
  transform: skew(-30deg);
  transition: all 0.5s ease-in-out;
  bottom: 0;
  left: 0;
  background: #ececec;
  box-shadow: 0px 3px 3px -3px #000;
  width: 100%;
  height: 100%;
  z-index: -1;
}
/*======================= ENTERTAINMENT WRAPPER NEW STYLE ============================*/
.entertainment-wrapper {
  margin: 20px 0;
}
.entertainment-lead-news {
  position: relative;
  margin-bottom: 15px;
}
.entertainment-lead-overley {
  position: absolute;
  width: 100%;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.7) 100%
  );
  bottom: 0;
  padding: 20px 10px 5px;
}
.entertainment-lead-overley h2 {
  margin: 0;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}
.entertainment-small {
  margin-bottom: 15px;
}
.entertainment-small-text {
  padding-top: 5px;
}
.entertainment-small-text h3 {
  margin: 0;
  font-size: 17px;
  line-height: 21px;
  color: #000;
}
.special-event-heading {
}
.special-event-heading a {
  color: #000;
}
.special-event-heading .title {
  position: relative;
  overflow: hidden;
  margin: 0 0 7px 0;
  font-size: 24px;
  border-left: 5px solid #1da255;
  line-height: 36px;
  padding-left: 10px;
}
.special-event-heading .title .liner {
  padding-left: 10px;
}
.special-event-heading .title .liner:before {
  position: absolute;
  content: "";
  width: 100%;
  border-top: 5px dashed #1da255;
  top: 12px;
  display: inline-block;
  vertical-align: bottom;
}
.special-event-heading .title .liner:after {
  position: absolute;
  content: "";
  width: 100%;
  border-top: 5px dashed #1da255;
  top: 21px;
  display: inline-block;
  vertical-align: bottom;
}
.other-lead-news {
  position: relative;
  margin-bottom: 5px;
}
.other-lead-news-image {
  position: relative;
}
.other-lead-news-image i.fa-play {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50px;
  width: 50px;
  background: rgba(255, 255, 255, 0.99);
  color: #009135;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  font-size: 25px;
  padding-left: 6px;
  -webkit-box-shadow: 0 0 30px 2px grey;
  -moz-box-shadow: 0 0 30px 2px gray;
  box-shadow: 0 0 30px 2px grey;
  opacity: 0.8;
  z-index: 1;
}
.other-news-overley {
  position: absolute;
  width: 100%;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.7) 100%
  );
  bottom: 0;
  padding: 20px 10px 5px;
}
.other-news-overley h2 {
  margin: 0;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}
.other-news-overley span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.other-news-ul {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
.other-news-ul li {
  list-style: none;
  display: block;
  border-bottom: 1px solid #ccc;
  padding-top: 7px;
  padding-bottom: 7px;
}
.other-news-ul li a {
  list-style: none;
  color: #000000;
  font-size: 18px;
}
.other-news-ul li a i {
  margin-right: 5px;
}
/*============================================================
      PHOTO GALLERY SECTION
============================================================*/
.photo-gallery-heading h2 a {
  color: #000;
}
.photo-gallery-wrapper {
  background: #eff3f4;
  padding: 20px 0 10px;
}
.photo-gallery-heading {
  border-bottom: 3px double #009135;
  margin-bottom: 12px;
}
.photo-gallery-heading h2 {
  font-size: 24px;
  padding-bottom: 5px;
  margin-bottom: 1px;
  border-bottom: 1px solid #009135;
}
.photo-gallery-heading a:hover {
  color: #000;
}

.demo {
  width: 100%;
}
#image-gallery {
  list-style: none outside none;
  padding-left: 0;
  margin-bottom: 0;
  height: auto;
}
#image-gallery li {
  display: block;
  float: left;
  margin-right: 6px;
  cursor: pointer;
  position: relative;
}
#image-gallery li img {
  display: block;
  height: auto;
  max-width: 100%;
  min-width: 100%;
}
#image-gallery .photo-gallery-text {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  text-align: left;
  font-size: 18px;
  color: #ffffff;
  z-index: 10;
  zoom: 1;
  text-rendering: optimizeLegibility;
}
#image-gallery li a h3 {
  font-size: 15px;
  margin: 0;
  line-height: 18px;
  font-weight: 400;
}
.photo-gallery-ul {
  margin: 0;
  padding: 0;
  margin-top: 15px;
}
.photo-gallery-ul li {
  list-style: none;
  display: inline-block;
  width: 100%;
}
.photo-gallery-ul li a {
  position: relative;
  display: inline-block;
  padding: 7px 7px;
  background: #fff;
  width: 100%;
  margin-bottom: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.photo-gallery-ul li 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: 7px;
}
.photo-gallery-ul-left {
  width: 40%;
  float: left;
  padding-right: 2%;
}
.photo-gallery-ul-right {
  float: left;
  width: 60%;
  overflow: hidden;
  padding: 5px 0;
  padding-left: 2px;
  min-height: 60px;
  max-height: 60px;
  overflow: hidden;
}
.photo-gallery-ul-right h2 {
  font-size: 17px;
  color: #000;
  line-height: 20px;
  margin: 0;
}

/*======================= FOOTER SECTION ============================*/
.footer-mobile {
  background: #19232d;
  background: #009135;
  /* background: #00A651;
  background: #1da255; */
  /* background: #409b61; */
  padding: 25px 0;
}
.top-social-icons-mobile {
  text-align: center;
  padding: 0 0 10px 0;
}
.top-social-icons-mobile a {
  color: #ffffff;
  width: 30px;
  display: inline-block;
  text-align: center;
  height: 30px;
  line-height: 33px;
  font-size: 16px;
}
.top-social-icons-mobile .facebook {
  background: #3b5999;
}
.top-social-icons-mobile .youtube {
  background: #cd201f;
}
.top-social-icons-mobile .twitter {
  background: #55acee;
}
.top-social-icons-mobile .google {
  background: #dd4b39;
}
.top-social-icons-mobile .instagram {
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
}
.top-social-icons-mobile .pinterest {
  background: #cb2027;
}
.top-social-icons-mobile .linkedin {
  background: #007bb6;
}
.top-social-icons-mobile .rss {
  background: #f26522;
}
.copy-right {
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
}
.copy-right a {
  color: #fff;
}
.copy-right p {
  margin-bottom: 0;
}
.copy-right .small-link {
  font-size: 13px;
}
.copy-right .writter {
  font-size: 20px;
  margin: 0;
}
/*======================= MAP SECTION ============================*/
.sara-bangla-wrapper {
  padding: 20px 0;
}
.map-heading {
  text-align: center;
}
.map-heading h2 {
  background: #009135;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  padding: 5px;
}
.dividion-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;
  border-radius: 0.25rem;
  margin-bottom: 15px;
}
.btn-date-picker {
  position: relative;
  z-index: 10;
  overflow: hidden;
  transition-duration: 0.5s;
  background: #009135;
  color: white;
  font-size: 18px;
  padding: 5px 10px 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;
  margin-top: -5px;
}
.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: #009135;
}
.btn-date-picker:active::before,
.btn-date-picker:focus::before,
.btn-date-picker:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.map-form {
  background: #eff3f4;
  padding: 25px 20px;
  margin-bottom: 30px;
}

/*============================================================
    PHOTO GALLERY SECTION
============================================================*/
.lifestyle-wrapper {
  padding: 20px 0 20px;
}
.lifestyle-big {
  margin-bottom: 15px;
}
.lifestyle-big-image {
  position: relative;
}
.lifestyle-big-image i.fa-play {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50px;
  width: 50px;
  background: rgba(255, 255, 255, 0.99);
  color: #009135;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  font-size: 25px;
  padding-left: 6px;
  -webkit-box-shadow: 0 0 30px 2px grey;
  -moz-box-shadow: 0 0 30px 2px gray;
  box-shadow: 0 0 30px 2px grey;
  opacity: 0.8;
  z-index: 1;
}
.lifestyle-big-text {
  background: #eff3f4;
  position: relative;
  padding: 5px 10px;
}
.lifestyle-big-text span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.lifestyle-big-text h2 {
  margin: 0;
  color: #000;
  font-size: 20px;
  line-height: 24px;
}
.lifestyle-small {
  margin-bottom: 15px;
}
.lifestyle-small-image {
  position: relative;
}
.lifestyle-small-image i.fa-play {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50px;
  width: 50px;
  background: rgba(255, 255, 255, 0.99);
  color: #009135;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  font-size: 25px;
  padding-left: 6px;
  -webkit-box-shadow: 0 0 30px 2px grey;
  -moz-box-shadow: 0 0 30px 2px gray;
  box-shadow: 0 0 30px 2px grey;
  opacity: 0.8;
  z-index: 1;
}
.lifestyle-small-text {
  background-color: #eff3f4;
  position: relative;
  padding: 5px;
  min-height: 78px;
  max-height: 78px;
  overflow: hidden;
}
.lifestyle-small-text h3 {
  margin: 0;
  color: #000;
  font-size: 17px;
  line-height: 22px;
}
/*============================================================
    PHOTO GALLERY SECTION
============================================================*/
.video-gallery-wrapper {
  margin-top: 15px;
  margin-bottom: 10px;
}
.video-gallery-heading {
  position: relative;
  margin-bottom: 20px;
}
.video-gallery-heading .title-bg {
  position: relative;
  font-size: 24px;
  line-height: 24px;
  display: inline-block;
  text-transform: uppercase;
}
.video-gallery-heading .title-bg a {
  color: #000;
}
.video-gallery-heading .title-bg:before {
  position: absolute;
  content: "";
  left: 0;
  background-color: #009135;
  height: 1px;
  width: 60%;
  bottom: -10px;
}
.video-gallery-heading .title-bg:after {
  position: absolute;
  content: "";
  background-color: #009135;
  left: 0;
  height: 1px;
  bottom: -5px;
  width: 100%;
}
.video-single {
  position: relative;
  background: #fff;
  margin-bottom: 20px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.video-single-image {
  position: relative;
}
.video-single-image .fa {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  padding: 5px 7px;
  position: absolute;
  /* transform: translate(-50%, -50%); */
  z-index: 1;
  color: #009135;
}
.video-single-text {
  padding: 3px 5px 3px;
  min-height: 64px;
  max-height: 64px;
  overflow: hidden;
}
.video-single-text h2 {
  color: #000;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}
.bg-white-btn:before,
.bg-white-btn:after {
  background: #fff;
}
/*============================================================
    CATEGORY PAGE SECTION STYLE
============================================================*/
.breadcrumb-mobile {
  background: #eff3f4;
  padding: 6px 8px;
  margin-top: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.breadcrumb-mobile > li {
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
}
.breadcrumb-mobile > li > a {
  color: #009135;
  font-size: 18px;
}
.breadcrumb-mobile > li.active > a {
  color: #000;
  font-size: 20px;
}
.breadcrumb-mobile > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.category-lead-news {
  margin-top: 5px;
  margin-bottom: 15px;
  position: relative;
}
.category-lead-news-heading {
  position: absolute;
  width: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.5) 30%,
    rgba(0, 0, 0, 0.8) 100%
  );
  color: #fff;
  bottom: 0;
  padding: 15px 10px 3px;
}
.category-lead-news-heading h1 {
  margin: 0;
  font-size: 20px;
  line-height: 24px;
}
.catagory-ul {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.catagory-ul li {
  list-style-type: none;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 6px 0;
}
.catagory-ul li a {
}
.catagory-news-single {
  background-color: #eff3f4;
  padding: 7px 6px;
  display: inline-block;
  margin-bottom: -7px;
  width: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.catagory-news-left {
  float: left;
  width: 40%;
  padding-right: 2%;
}
.catagory-news-right {
  float: left;
  width: 60%;
  padding-left: 2px;
  min-height: 63px;
  max-height: 63px;
  overflow: hidden;
}
.catagory-news-right span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.catagory-news-right h2 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 21px;
}
.video-bg-mobile {
  background-color: #eff3f4;
  box-shadow: none;
}
.photo-gallery-category {
  margin: 0;
  padding: 0;
}
.photo-gallery-category li {
  list-style: none;
  display: inline-block;
  width: 100%;
}
.photo-gallery-category li a {
  position: relative;
  display: inline-block;
  background: #eff3f4;
  width: 100%;
  margin-bottom: 5px;
}
.photo-gallery-category-left {
  width: 45%;
  float: left;
  padding-right: 2%;
}
.photo-gallery-category-right {
  float: left;
  width: 55%;
  overflow: hidden;
  padding: 5px 0;
  padding-left: 2px;
  min-height: 70px;
  max-height: 70px;
  overflow: hidden;
}
.photo-gallery-category-right h2 {
  font-size: 17px;
  color: #000;
  line-height: 20px;
  margin: 0;
}
.photo-gallery-category li a .fa {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  padding: 5px 6px;
  position: absolute;
  z-index: 1;
  color: #1da255;
  left: 0;
}

/*============================================================
    DETAILS PAGE STYLE
============================================================*/
.details-video {
  /* padding-top: 5px; */
}
.details-video h1 {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  color: #000;
}
.details-video .embed-responsive {
  margin: 10px 0;
}
.details-video p {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 24px;
  text-align: justify;
}
.more-video-heading {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 15px;
}
.more-video-heading h2 {
  background: #009135;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  padding: 7px;
  margin: 0;
}
.video-more-video {
  position: relative;
  background: #eff3f4;
  margin-bottom: 20px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.video-more-img {
  position: relative;
}
.video-more-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-more-title {
  padding: 3px 5px 3px;
  min-height: 64px;
  max-height: 64px;
  overflow: hidden;
}
.video-more-title h2 {
  color: #000;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}
.details-photo-gallery {
  padding-bottom: 15px;
}
.details-photo-gallery-heading {
  padding-left: 2px;
}
.details-photo-gallery-heading h1 {
  margin: 0;
  font-size: 24px;
  line-height: 28px;
  color: #000;
}
#lightgallery {
  margin: 0;
  padding: 0;
}
#lightgallery li {
  position: relative;
}
#lightgallery li a {
  cursor: zoom-in;
}
#lightgallery li a img {
  padding: 10px 0;
}
#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, 166, 81, 0.7);
  display: inline-block;
  font-size: 20px;
  cursor: pointer;
}
#lightgallery li p {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 24px;
  text-align: justify;
}
.lg-sub-html p {
  line-height: 20px;
  margin: 0;
}
.mobile-details .content-sub-head {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.mobile-details h1 {
  font-size: 24px;
  line-height: 30px;
  color: #000;
  margin: 0;
}
.mobile-details img {
  margin-top: 5px;
  margin-bottom: 5px;
  max-width: 100%;
  height: auto;
}
.mobile-details .image-caption {
    background-color: #e9f5f5;
    font-size: 16px !important;
    line-height: 1.7 !important;
    text-align: center !important;
    color: #666 !important;
    width: 100%;
    margin: 0 !important;
    margin-top: -5px !important;
}
/* .mobile-details small {
    background-color: #e9f5f5;
    font-size: 16px !important;
    line-height: 1.7 !important;
    text-align: center !important;
    color: #666 !important;
    width: 100%;
    margin: 0 !important;
    margin-top: -10px !important;
} */
.mobile-details p {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 24px;
  text-align: justify;
}
.details-time {
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
  width: 100%;
  display: inline-block;
  color: #000;
}
.details-more-heading {
  text-align: center;
  margin-bottom: 15px;
  margin-top: 20px;
}
.details-more-heading h2 {
  background: #009135;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  padding: 7px;
  margin: 0;
}
.details-more-news {
  position: relative;
  background: #eff3f4;
  margin-bottom: 20px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.details-more-news-heading {
  padding: 3px 5px 3px;
  min-height: 64px;
  max-height: 64px;
  overflow: hidden;
}
.details-more-news-heading h2 {
  color: #000;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}

.image-caption {
  background-color: #e9f5f5;
  font-size: 16px !important;
  line-height: 1.6 !important;
  text-align: center !important;
  color: #666 !important;
  width: 100%;
  margin: 0 !important;
  margin-top: -5px !important;
}

/*======================== District Page Style ============================*/
.district-header {
}
.district-header h2 {
}
.district-header h2 i {
  color: #1da255;
}
.district-wrapper {
  padding: 10px;
  margin-bottom: 10px;
  background: #eff3f4;
}
.district-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.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;
}
/*================   Coronavirus Statistics Style ========================*/
.content-coronavirus {
  margin-bottom: 2px;
  display: block;
  background: #fed574;
  float: left;
  width: 100%;
  margin-top: 24px;
}
.coronavirus-statistics {
  background: #fed574;
  text-align: center;
  padding-bottom: 12px;
}
.coronavirus-statistics h2 {
  margin-top: 15px;
  font-size: 25px;
  margin-bottom: 0;
  font-weight: 600;
}
.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: 6px;
  padding-bottom: 6px;
}
.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: 74%;
  margin-left: 13%;
  border-radius: 6px;
  padding: 4px 4px;
  font-size: 22px;
  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;
}

/*================   MARQUEE Block SECTION Style ========================*/

.marquee-block-breaking {
  position: relative;
  background-image: url(../bg/marquee.png);
  height: 70px;
  width: 100%;
  margin-bottom: 0;
  margin-top: 10px;
}
.marquee-block-breaking h2 {
  font-size: 24px;
  margin: 0;
  line-height: 30px;
  position: relative;
  color: #fff;
  padding-bottom: 6px;
  margin-bottom: 0;
  z-index: 1;
  text-align: center;
  font-weight: 600;
  padding-top: 3px;
}
.marquee-breaking {
  width: 100%;
  overflow: hidden;
  list-style: none;
  display: inline-block;
  padding: 0;
  margin-top: -10px;
}
.marquee-breaking li {
  display: inline-block;
  padding-right: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.marquee-breaking li p {
  display: block;
  padding-right: 15px;
  color: #fff;
  line-height: 40px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease-in;
  position: relative;
}
.marquee-breaking li p span {
  padding-left: 0;
  margin-left: -10px;
}
.marquee-breaking li p:hover {
  color: #fff;
}
.marquee-breaking li i {
  display: inline-block;
}
.marquee-breaking li p span img {
  margin-top: -4px;
}
.pinkBg {
  background-color: #fff !important;
  background-image: linear-gradient(90deg, #fff, #fff);
}
.intro-banner-vdo-play-btn {
  height: 8px;
  width: 8px;
  position: absolute;
  top: 15px;
  left: -3px;
  border-radius: 50%;
}

.intro-banner-vdo-play-btn .ripple {
  position: absolute;
  width: 40px;
  height: 40px;
  left: -7px;
  top: -15px;
  opacity: 0;
  border-radius: 50%;
  -webkit-animation: ripple 1.8s infinite;
  animation: ripple 1.8s infinite;
}

@-webkit-keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.intro-banner-vdo-play-btn .ripple:nth-child(2) {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
.intro-banner-vdo-play-btn .ripple:nth-child(3) {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}
/*======== IFTER TIME Style =============*/
.romadan-section {
  margin-top: 20px;
}
.sahari-time-wrapper h2 {
  font-size: 24px;
  line-height: 40px;
  margin: 0;
  margin-bottom: 6px;
  text-align: center;
  background: #009135;
  color: #fff;
}
.ifter-time {
  width: 100%;
  position: relative;
  display: inline-block;
}
.ifter-time .place {
  width: 35%;
  float: left;
  text-align: left;
}
.ifter-time .time {
  width: 65%;
  float: left;
  text-align: center;
}
.ifter-padding {
  padding: 0;
  margin-bottom: 24px;
}
.countdown {
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding-top: 5px;
  display: inline-flex;
  line-height: 20px;
  width: 100%;
}
.countdown .time {
  display: inline-block;
  margin-left: 5px;
  border-radius: 2px;
  padding: 5px 10px;
  text-align: center;
  width: 33.33%;
}
.place h2 {
  margin: 0;
  font-size: 20px;
  text-align: center;
  line-height: 52px;
  font-weight: bold;
  color: #000;
}
.countdown .time span {
  margin-top: 0;
  padding-top: 0;
  font-size: 14px;
}
.countdown .hours {
  background: #fbbc1f;
}
.countdown .minutes {
  background: #03c7ac;
}
.countdown .seconds {
  background: #296ec1;
}
.place-text {
  position: relative;
  width: 100%;
  background: #eef2f3;
  margin-top: 5px;
}
.countdown .expired {
  color: #ef2f3c;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
}
/*======================== CORONA COLUMNS MAIN WRAPPER STYLE ============================*/
.corona-columns-main-wrapper {
  width: auto;
  background: #000;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.corona-columns {
  display: flex;
}
.clogo {
}
.corona-columns-main-wrapper .corona-col {
  flex: 0 0 60%;
  max-width: 60%;
}
.corona-columns-main-wrapper .corona-col.clogo {
  border-right: 1px solid #4c4c4c;
  background-image: url(../common/virus-logo.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 50px;
  flex: 0 0 40%;
  max-width: 40%;
}
.corona-columns-main-wrapper .corona-col.clogo .virus-logo {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  color: #fff;
}
.corona-columns-main-wrapper .corona-col.clogo .virus-logo h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 10px auto 0;
  line-height: 1.4;
}
.corona-columns-main-wrapper .corona-col.clogo .virus-logo h2 small {
  color: #fff;
  font-size: 90%;
}
.corona-columns-main-wrapper .corona-col .height-100 {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.corona-columns-main-wrapper .cases-count {
  display: flex;
  padding: 30px 0 0;
  align-items: center;
}
.corona-columns-main-wrapper .cases-count .total-cases,
.corona-columns-main-wrapper .cases-count .recovered-cases,
.corona-columns-main-wrapper .cases-count .death-cases {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
}
.corona-columns-main-wrapper .cases-count h5 {
  font-size: 14px;
  line-height: normal;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.corona-columns-main-wrapper .cases-count h2 {
  font-size: 18px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}
.corona-columns-main-wrapper .cases-count .total-cases h2 {
  color: #e3b410;
}
.corona-columns-main-wrapper .cases-count .recovered-cases h2 {
  color: #25ad00;
}
.corona-columns-main-wrapper .cases-count .death-cases h2 {
  color: #d51e20;
}
.coronavirus-statistics-ul {
  position: relative;
  width: 100%;
  float: left;
  overflow: hidden;
  margin-bottom: 10px;
}
.coronavirus-statistics-ul li {
  display: inline-block;
  margin-top: 5px;
}
.coronavirus-statistics-ul li h5 {
  background: rgba(34, 34, 34, 0.5);
  border: 1px solid #565656 !important;
  margin: 0 7px;
  border-radius: 7px;
  padding: 3px 15px !important;
  margin-right: 12px;
  font-size: 15px;
  color: #fff;
}
.coronavirus-statistics-ul li h5 span.number {
  text-align: center;
  color: #e3b410;
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 600;
}
.sourcing-other-number {
  color: #fff;
  padding: 7px 5px;
  font-size: 14px;
  background: #272727;
  position: relative;
  float: left;
  width: 100%;
  line-height: 1.3;
}
.sourcing-other-number strong {
  letter-spacing: 0.99px;
}
.corona-sec-height {
  height: 80px;
}
/* ================== Scroll Menu ================= */
.scrollmenu{
  display: block;
}
.scrollmenu {
  margin-top: 73px;
    margin-bottom: 10px;
    background-color: #eff3f4;
    padding-left: 5px;
    overflow: auto;
    white-space: nowrap;
    -webkit-box-shadow: 0 1px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
    -o-box-shadow: 0 1px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 0 rgb(0 0 0 / 10%);
    -webkit-overflow-scrolling: touch;
}
.scrollmenu ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
.scrollmenu ol li {
    display: inline-block;
}
.scrollmenu ol li a {
    display: inline-block;
    color: #666;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    font-weight: 700;
}
.scrollmenu ol li a.active-category {
    color: #4f8605;
    border-bottom: 2px solid;
}
.scrollmenu::-webkit-scrollbar {
    width: 5px;
    height: 0;
}
/* ================== Scroll Menu End================= */
/* ==================================================
                  ARCHIVE PAGE
================================================== */
.archive-page-breadcrumb {
  margin-top: 25px;
}
.archive-heading h3 {
  font-size: 22px;
  margin: 0;
  padding-left: 13px;
}
.archive-wrapper {
  padding: 13px 0px 10px;
  background: #eff3f4;
  margin-bottom: 14px;
  margin-top: 0px;
  display: flow-root;
  text-align: center;
}
.archive-btn-wrapper {
  float: left;
  width: 25%;
}
.date-picker-main {
  float: left;
  width: 45%;
  padding-left: 2%;
  padding-right: 2%;
}
.archive-btn-wrapper {
  position: relative;
}
.archive-search-btn {
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  border: 0;
  line-height: 33px;
  width: 100%;
  text-align: center;
  background: #ff4444;
  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;
  border: 1px solid transparent;
}
.archive-search-btn:before {
  background: #fff;
  color: #ff4444;
  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;
}
.single-block-category {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  padding: 7px 6px;
  background-color: #eff3f4;
}
.img-single-block-category {
  position: relative;
}
.img-single-block-category span {
  background: #1da255;
  padding: 3px 8px;
  position: absolute;
  font-size: 13px;
  color: #fff;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease 0s;
}
.block-category-news {
  margin-bottom: 15px;
}
.block-category-text {
  background-color: #eff3f4;
  position: relative;
  padding: 3px 5px;
  min-height: 74px;
  max-height: 74px;
  overflow: hidden;
}
.block-category-text h2 {
  margin: 0;
  color: #000;
  font-size: 18px;
  line-height: 22px;
}
.single-block-catagory-heading  {

}
.single-block-catagory-heading span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.single-block-catagory-heading h3 {
  font-size: 18px;
  color: #000;
  line-height: 20px;
  margin: 0;
}
/*================================================
  Tag style
==================================================*/
.tag-ul {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  margin-top: 10px;
}
.tag-ul li {
  color: #000;
  list-style: none;
  display: inline-block;
  margin-bottom: 5px;
}
.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;
}
