/*************************************

Template Name: Dailyjagaran - 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";
  font-display: auto;
  src: url("../fonts/solaimanlipi/solaimanlipi_20-04-07.eot");
  src: url("../fonts/solaimanlipi/solaimanlipi_20-04-07.eot")
      format("embedded-opentype"),
    url("../fonts/solaimanlipi/solaimanlipi_20-04-07.woff") format("woff"),
    url("../fonts/solaimanlipi/solaimanlipi_20-04-07.ttf") format("truetype"),
    url("../fonts/solaimanlipi/SolaimanLipi_29-05-06.svg") format("svg");
}
body {
  font-family: "SolaimanLipiNormal", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #333;
}
/*======================== 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-right: 7px !important;
  padding-left: 7px !important;
}
.jagaran-container {
  padding-left: 10px;
  padding-right: 10px;
  max-width: 700px;
}
.jagaran-row {
  margin-right: -5px;
  margin-left: -5px;
}
.jagaran-padding {
  padding-right: 7px !important;
  padding-left: 7px !important;
}
.p-0 {
  padding-left: 0;
  padding-right: 0;
}
.m-p-l {
  padding-left: 7px;
}
.m-p-r {
  padding-right: 7px;
}
.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;
}
.header-container-mobile {
  /* background: #F0F0ED; */
}
.ml-stack-nav-toggle {
  z-index: 100;
  display: inline-block;
  float: right;
  margin-top: 20px;
  margin-right: 15px;
}
.ml-stack-nav-toggle:hover,
.ml-stack-nav-toggle:focus {
  text-decoration: none;
  outline: 0 solid !important;
}
.nav {
  float: right;
}
.nav svg {
  vertical-align: middle;
}
.nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav li {
  display: inline;
}
.nav a {
  text-decoration: none;
}
.nav a:hover,
.nav a:focus {
  text-decoration: underline;
}
.mobile-top {
  display: block;
  position: relative;
  background: #f0f0ed;
  transition: 1s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.mobile-logo {
  display: inline-block;
  position: relative;
  width: 165px;
  margin-left: 10px;
  padding: 5px 0;
}
.top-search-right {
  text-align: right;
  height: 20px;
  background: #ffffff;
}
.search-box {
  float: right;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0 10px 0 0 !important;
}
.mobile-nav-bar {
  background-color: #fff;
  position: relative;
  border-top: 2px solid #19232d;
  /* border-top: 2px solid #e74c4f; */
  box-shadow: rgb(0, 0, 0) 0px 5px 8px -5px;
  -webkit-box-shadow: rgb(0, 0, 0) 0px 5px 8px -5px;
}
.mobile-nav-bar-margin {
  margin-top: 0px;
  border-top: 5px solid #ffffff;
}
.mobile-top-hidden {
  display: none;
  transition: 1s;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
}
.ml-stack-nav {
  top: 62px;
}
/*================================================
             3. BACK TO TOP
==================================================*/
.scrollup {
  background: #19232d none repeat scroll 0 0;
  border: 1px solid #19232d;
  bottom: 20px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  height: 30px;
  line-height: 28px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 30px;
  z-index: 99999;
}
.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;
}
/*======================= TOP NAV START SEARCH BAR TOGGLE STYLE ============================*/
.top-search {
  display: none;
}
.top-search {
  padding: 10px;
  background: #fff;
  position: absolute;
  z-index: 9999;
  width: 100%;
}
.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 {
  display: inline-block;
  padding-left: 10px;
  position: relative;
  float: right;
}
.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-top: 15px;
  margin-right: 15px;
  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 ============================*/
/*======================= FOOTER SECTION ============================*/
.footer-mobile {
  background: #ccc;
  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;
  border-radius: 50px;
  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: #000;
  font-size: 14px;
}
.copy-right a {
  color: #000;
}
.copy-right p {
  margin-bottom: 0;
  color: #000;
}
.copy-right .small-link {
  font-size: 13px;
  color: #000;
}
/*=================== TOP LEAD NEWS ===================*/
.top-lead-news {
  padding-top: 15px;
  padding-bottom: 15px;
}
.m-top-lead-news {
  position: relative;
  margin-bottom: 10px;
}
.m-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%
  );
  bottom: 0;
  padding: 20px 10px 5px;
}
.m-lead-news-heading span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.m-lead-news-heading h1 {
  margin: 0;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}
.m-top-lead-news-image {
  position: relative;
}
.m-top-lead-news-image i.fa-play {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 60px;
  width: 60px;
  background: rgba(255, 255, 255, 0.85);
  color: #ff0000;
  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;
}
.top-news-lead {
  margin-top: 15px;
}
.top-news-lead-text {
  padding-top: 5px;
}
.top-news-lead-text h3 {
  margin: 0;
  font-size: 18px;
  line-height: 20px;
  color: #000;
}
.top-news-lead-text span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.top-news-lead-image {
  position: relative;
}
.top-news-lead-image i.fa-play {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50px;
  width: 50px;
  background: rgba(255, 255, 255, 0.99);
  color: #ff0000;
  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;
}
.top-news-lead-row {
  margin-top: 8px;
  margin-bottom: 15px;
}
.lead-news-other {
  position: relative;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
.lead-news-other li {
  list-style: none;
  display: inline-block;
  width: 100%;
}
.lead-news-other li a {
  display: inline-block;
  padding: 7px 0px;
  background: #fff;
  width: 100%;
  margin-bottom: -6px;
  border-top: 1px dashed gray;
}
.lead-news-other-left {
  width: 40%;
  float: left;
  padding-right: 3%;
  position: relative;
}
.lead-news-other-left i.fa-play {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  background: rgba(255, 255, 255, 0.95);
  color: #ff0000;
  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-news-other-right {
  float: left;
  width: 60%;
  overflow: hidden;
  padding-top: 1px;
  min-height: 62px;
  max-height: 62px;
}
.lead-news-other-right span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.lead-news-other-right h3 {
  font-size: 18px;
  color: #000;
  line-height: 20px;
  margin: 0;
}
/*=================== VIDEO WRAPPER SECTION ===================*/
.new-video-title {
  border-left: 4px solid red;
  line-height: 26px;
  margin-bottom: 15px;
}
.new-video-title a {
  color: #ffc107;
}
.new-video-title a h2 {
  color: #ffc107;
  font-size: 26px;
  padding-left: 10px;
  line-height: 32px;
  padding-top: 3px;
}
.video-wrapper-section {
  background: #212121;
  padding: 30px 0;
}
.video-single-news {
  margin-bottom: 20px;
}
.video-single-image {
  position: relative;
}
.video-single-image i {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50px;
  width: 50px;
  background: rgba(255, 255, 255, 0.85);
  color: #ff0000;
  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;
}
.video-single-text {
  background: #333;
  padding: 5px;
  overflow: hidden;
  min-height: 75px;
  max-height: 75px;
}
.video-single-text h2 {
  font-size: 16px;
  line-height: 21px;
  margin: 0;
  padding: 0;
  color: #fff;
}
.video-single-text span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.more-video-btn-wrapper {
  text-align: center;
}
.more-vidoe-btn {
  background: #ff0000;
  font-size: 17px;
  color: #fff;
  padding: 6px 15px 4px 15px;
  border-radius: 0;
  box-shadow: 0px 4px 4px -4px #ff0000;
  border-radius: 30px;
}
.new-podcast-title {
  text-align: center;
  margin-top: 30px;
}
.new-podcast-title a {
  color: #fff;
}
.new-podcast-title h2 {
  background: #373c44;
  color: #ffc107;
  font-size: 24px;
  line-height: 30px;
  padding: 5px;
  margin-bottom: 15px;
}
.new-podcast-ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  background: #373c44;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.new-podcast-ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
}
.new-podcast-ul li a {
  margin-bottom: -6px;
  text-decoration: none;
  display: inline-block;
  padding: 11px 10px 10px;
  border-bottom: 1px dotted gray;
  width: 100%;
}
.new-podcast-ul-left {
  float: left;
  width: 37%;
  padding-right: 3%;
}
.new-podcast-image {
  position: relative;
}
.new-podcast-image i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  background: rgba(220, 32, 40, 0.8);
  padding: 5px 5px 5px 6px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  font-size: 16px;
  text-align: center;
  transition: 0.5s;
}
.new-podcast-ul-right {
  float: left;
  width: 63%;
  min-height: 67px;
  max-height: 67px;
  overflow: hidden;
}
.new-podcast-ul-right h2 {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 21px;
}
.new-podcast-ul-right span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.new-podcast-ul li:last-child a {
  border-bottom: 0;
}
.more-podcast-btn-wrapper {
  text-align: center;
}
.more-podcast-btn {
  border: none;
  padding: 6px 22px;
  color: #fff;
  position: relative;
  z-index: 99;
  font-size: 17px;
  padding-top: 7px;
  margin-top: 20px;
  box-shadow: 0;
}
.more-podcast-btn:focus {
  border: 0;
  outline: 0;
  box-shadow: 0;
  color: #fff;
}
.more-podcast-btn:before,
.more-podcast-btn:after {
  content: "";
  position: absolute;
  transform: skew(-30deg);
  transition: all 0.5s ease-in-out;
  bottom: 0;
  left: 0;
  background: #373c44;
  box-shadow: 0px 3px 3px -3px #000;
  width: 100%;
  height: 100%;
  z-index: -1;
}
/*=================== OPINION SECTION WRAPPER STYLE ===================*/
.opinion-wrapper-section {
  padding: 30px 0 10px 0;
}
.heading-title {
}
.heading-title h3 {
  border-bottom: 3px solid #e74c4f;
  line-height: 100%;
  margin: 0 0 15px;
  font-size: 22px;
}
.heading-title h3 span {
  background: #ececec;
  padding: 7px 20px;
  color: #000;
  height: 30px;
  line-height: 41px;
  position: relative;
  border-bottom: 3px solid #e74c4f;
}
.heading-title h3 span::after {
  border-color: #e74c4f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  position: absolute;
  content: " ";
  width: auto;
  height: auto;
  bottom: -23px;
  margin-left: -10px;
  left: 50%;
  border-width: 10px;
  border-style: solid;
}
.opinion-heading {
  position: relative;
  margin-bottom: 15px;
}
.opinion-heading:before {
  position: absolute;
  content: "";
  width: 100%;
  border-top: 2px solid #e74c4f;
  display: inline-block;
  vertical-align: bottom;
  left: 0;
  bottom: -1px;
  z-index: 99;
}
.opinion-heading h3 {
  background-color: #19232d;
  margin: 0;
  color: #fff;
  left: 10px;
  display: inline-block;
  font-size: 22px;
  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);
}
.opinion-heading span {
  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);
}
.opinion-single {
  margin-bottom: 15px;
}
.opinion-single-image {
  position: relative;
}
.opinion-single-image i.fa-play {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50px;
  width: 50px;
  background: rgba(255, 255, 255, 0.99);
  color: #ff0000;
  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;
}
.opinion-single-text {
  background-color: #f2f2f2;
  position: relative;
  padding: 5px;
  min-height: 78px;
  max-height: 78px;
  overflow: hidden;
}
.opinion-single-text h2 {
  margin: 0;
  color: #000;
  font-size: 18px;
  line-height: 22px;
}
.opinion-single-text span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.opinion-btn-wrapper {
  text-align: center;
  margin-top: 5px;
}
.opinion-btn {
  background: #ececec;
  color: #000;
  font-size: 17px;
  padding: 6px 15px 4px 15px;
  border-radius: 0;
  border-bottom: 2px solid #e74c4f;
  box-shadow: 0px 3px 3px -3px #000;
}
/*=================== SPORTS WRAPPER SECTION STYLE ===================*/
.sports-wrapper-section {
  padding: 15px 0;
}
.sports-headline-title {
  margin-bottom: 20px;
}
.sports-headline-title h3 {
  margin: 0;
  color: #000;
  background: #f0f0f0;
  border-left: 3px solid #ed1c24;
  padding: 8px 10px 8px;
  font-size: 22px;
  line-height: 100%;
  box-shadow: rgb(0, 0, 0) 0px 5px 8px -5px;
  -webkit-box-shadow: rgb(0, 0, 0) 0px 5px 8px -5px;
}
.sports-lead {
  position: relative;
  margin-bottom: 10px;
}
.sports-lead-image {
  position: relative;
}
.sports-lead-image i.fa-play {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50px;
  width: 50px;
  background: rgba(255, 255, 255, 0.99);
  color: #ff0000;
  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-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: 20px 10px 5px;
}
.sports-lead-text span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.sports-lead-text h2 {
  margin: 0;
  font-size: 20px;
  line-height: 24px;
}
.sports-list-news {
  position: relative;
  margin: 0;
  padding: 0;
}
.sports-list-news li {
  list-style: none;
  display: inline-block;
}
.sports-list-news li a {
  display: inline-block;
  padding: 7px 0px;
  background: #fff;
  width: 100%;
  margin-bottom: -6px;
  border-top: 1px dotted gray;
}
.sports-list-news li:last-child a {
  border-bottom: 1px dotted gray;
}
.sports-list-news-left {
  position: relative;
  width: 40%;
  float: left;
  padding-right: 3%;
}
.sports-list-news-left i.fa-play {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 35px;
  width: 35px;
  background: #fff;
  color: #ff0000;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 34px;
  border-radius: 50%;
  font-size: 15px;
  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;
}
.sports-list-news-right {
  float: left;
  width: 60%;
  overflow: hidden;
  min-height: 89px;
  max-height: 89px;
}
.sports-list-news-right h3 {
  font-size: 18px;
  color: #000;
  line-height: 20px;
  margin: 0;
}
.sports-list-news-right span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.sports-btn-wrapper {
  position: relative;
  text-align: center;
  margin-top: 15px;
}
.sports-btn {
  border: none;
  padding: 7px 20px;
  color: #000;
  position: relative;
  display: inline-block;
  z-index: 99;
  font-size: 17px;
  transition: all 0.5s ease-in-out;
  background: #ececec;
  box-shadow: 0px 3px 3px -3px #000;
  border-radius: 0px 20px;
}
/*=================== JOB WRAPPER SECTION STYLE ===================*/
.job-wrapper-section {
  padding: 20px 0;
}
.job-listing {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.job-listing li {
  list-style-type: none;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 6px 0;
}
.job-listing li a {
}
.job-listing-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);
}
.job-listing-left {
  float: left;
  width: 40%;
  padding-right: 2%;
  position: relative;
}
.job-listing-right {
  float: left;
  width: 60%;
  padding-left: 2px;
  min-height: 67px;
  max-height: 67px;
  overflow: hidden;
}
.job-listing-right span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.job-listing-right h3 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 22px;
}
.job-listing-left i.fa-play {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 35px;
  width: 35px;
  background: #fff;
  color: #ff0000;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 34px;
  border-radius: 50%;
  font-size: 15px;
  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;
}
.job-btn-wrapper {
  margin-top: 5px;
}
/*======================= MAP SECTION ============================*/
.map-section {
  padding-bottom: 15px;
}
.map-title {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}
.map-title h3 {
  margin: 0;
  display: inline-block;
  font-size: 26px;
  line-height: 44px;
  font-weight: 700;
}
.map-title h3 span:before {
  background: #e74c4f;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.bangladesh-map {
  margin-top: 5px;
}
.single-block {
  background: #fff;
  position: relative;
  padding: 16px;
}
.btn-date-picker {
  position: relative;
  z-index: 10;
  overflow: hidden;
  transition-duration: 0.5s;
  background: #e74c4f;
  color: white;
  font-size: 18px;
  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:active::before,
.btn-date-picker:focus::before,
.btn-date-picker:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn-date-picker:hover {
  color: #e74c4f;
}
.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;
}
.division-style:after {
  clear: both;
  content: "";
  display: table;
}
.bangladesh-map {
  background: #eff3f4;
}
.map-form {
  background: #eff3f4;
  padding: 10px 20px 25px;
}
/*======================= PHOTO GALLERY SECTION ============================*/
.photo-gallery-section {
  padding-top: 20px;
  margin-bottom: 20px;
  display: block;
}
.photo-gallery-title {
}
.photo-gallery-title h3 {
  border-bottom: 3px solid #e74c4f;
  line-height: 100%;
  margin: 0 0 15px;
  font-size: 22px;
}
.photo-gallery-title h3 span {
  background: #ececec;
  padding: 7px 20px;
  color: #000;
  height: 30px;
  line-height: 41px;
  position: relative;
  border-bottom: 2px solid #e74c4f;
}
.photo-gallery-title h3 span::after {
  border-color: #e74c4f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  position: absolute;
  content: " ";
  width: auto;
  height: auto;
  bottom: -23px;
  margin-left: -10px;
  left: 50%;
  border-width: 10px;
  border-style: solid;
}
#photo-gallery {
  margin-bottom: 20px;
}
.gallery-text {
  position: absolute;
  bottom: 0;
  padding: 5px 10px;
  z-index: 10;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.gallery-text h3 {
  margin: 0;
  transition: all 0.5s ease 0s;
  font-size: 18px;
  line-height: 20px;
}
.gallery-text a {
  color: #ffffff;
}
#photo-gallery .owl-nav .owl-next {
  background: transparent;
  width: 30px;
  height: 30px;
  border-radius: 0;
  opacity: 1;
  margin: 2px;
  right: 5px;
  position: absolute;
  top: -55px;
  border: 1px solid #ddd;
  transition: all 0.5s ease 0s;
  text-align: center;
}
#photo-gallery .owl-nav .owl-next i {
  color: #101010 !important;
}
#photo-gallery .owl-nav .owl-next:hover {
  background: #19232d;
  border: 1px solid #19232d;
}
#photo-gallery .owl-nav .owl-next:hover i {
  color: #ffffff !important;
}
#photo-gallery .owl-nav .owl-next i {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #fbc02d;
}
#photo-gallery .owl-nav .owl-prev {
  background: transparent;
  width: 30px;
  text-align: center;
  height: 30px;
  border-radius: 0;
  opacity: 1;
  margin: 2px;
  right: 40px;
  position: absolute;
  top: -55px;
  border: 1px solid #ddd;
  transition: all 0.5s ease 0s;
}
#photo-gallery .owl-nav .owl-prev i {
  color: #101010 !important;
}
#photo-gallery .owl-nav .owl-prev:hover {
  background: #19232d;
  border: 1px solid #19232d;
}
#photo-gallery .owl-nav .owl-prev:hover i {
  color: #ffffff !important;
}
#photo-gallery .owl-nav .owl-prev i {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #fbc02d;
}
.photo-gallery-single {
  position: relative;
  background: #f6f6f6;
  margin-bottom: 20px;
  border-bottom: 1px solid #e74c4f;
}
.photo-gallery-image {
  position: relative;
}
.photo-gallery-image .fa {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  padding: 5px 7px;
  position: absolute;
  z-index: 1;
  color: #e74c4f;
}
.photo-gallery-text {
  padding: 3px 5px 3px;
  min-height: 67px;
  max-height: 67px;
  overflow: hidden;
}
.photo-gallery-text h3 {
  color: #000;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}
/*======================= CATEGORY PAGE ============================*/
.category {
  padding-top: 15px;
  padding-bottom: 20px;
}
.breadcrumb-mobile {
}
.breadcrumb-mobile {
  padding: 20px 0;
}
.breadcrumb-mobile {
  background: #eff3f4;
  margin-bottom: 0;
  padding: 6px 8px;
}
.breadcrumb-mobile > li {
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
}
.breadcrumb-mobile > li > a {
  color: #e74c4f;
  font-size: 22px;
}
.breadcrumb-mobile > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb-mobile .active a {
  color: #000;
  font-size: 18px;
  line-height: 28px;
}
.category-row {
  margin-top: 15px;
}
.category-news {
  position: relative;
  margin: 0;
  padding: 0;
}
.category-news li {
  list-style: none;
  display: inline-block;
  width: 100%;
}
.category-news li a {
  display: inline-block;
  padding: 7px 0px;
  background: #fff;
  width: 100%;
  margin-bottom: -6px;
  border-bottom: 1px solid #ccc;
}
.category-news-left {
  width: 40%;
  float: left;
  padding-right: 3%;
  position: relative;
}
.category-news-left i.fa-play {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  background: rgba(255, 255, 255, 0.95);
  color: #ff0000;
  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;
}
.category-news-right {
  float: left;
  width: 60%;
  overflow: hidden;
  padding-top: 1px;
  min-height: 78px;
  max-height: 78px;
}
.category-news-right h3 {
  font-size: 18px;
  color: #000;
  line-height: 20px;
  margin: 0;
}
.btn-category {
  margin-top: 10px;
}
.btn-categoty-main {
  margin-top: 15px;
}
.btn-style-4 {
  margin-top: 15px;
}
.btn-title-4 {
  border: none;
  padding: 7px 20px;
  color: #000;
  position: relative;
  display: inline-block;
  z-index: 99;
  font-size: 17px;
  transition: all 0.5s ease-in-out;
  /* background: #DCDEE4; */
  background: #ececec;
  box-shadow: 0px 3px 3px -3px #000;
  border-radius: 0px 20px;
}
.btn-categoty {
  margin-top: 15px;
  border: none;
  padding: 7px 20px;
  color: #000;
  position: relative;
  display: inline-block;
  z-index: 99;
  font-size: 17px;
  transition: all 0.5s ease-in-out;
  background: #ececec;
  box-shadow: 0px 3px 3px -3px #000;
  border-radius: 0px 20px;
}
.photo-gallery-btn-wrapper {
  text-align: center;
}
.photo-gallery-btn {
  background: #ececec;
  color: #000;
  font-size: 17px;
  padding: 6px 15px 4px 15px;
  border-radius: 0;
  border-bottom: 2px solid #e74c4f;
  box-shadow: 0px 3px 3px -3px #000;
}
/* == NEW MOBILE CATEGORY PAGE STYLE ===*/
.mobile-link-category {
  position: relative;
}
.mobile-link-category-child {
  position: relative;
  display: inline-block;
  width: 100%;
}
.mobile-link-category-child a {
  text-align: none;
  display: inline-block;
  padding: 7px 0px;
  background: #fff;
  width: 100%;
  margin-bottom: -6px;
  border-bottom: 1px solid #ccc;
}
.mobile-link-category-child-left {
  width: 37%;
  float: left;
  padding-right: 3%;
}
.mobile-link-category-child-right {
  float: left;
  width: 60%;
  overflow: hidden;
  padding-top: 1px;
  min-height: 63px;
  max-height: 63px;
}
.mobile-link-category-child-right h2 {
  font-size: 18px;
  color: #000;
  line-height: 20px;
  margin: 0;
}
.btn-categoty-main {
  margin-top: 15px;
}

/*== VIDEO GALLERY DETAILS ==*/
.video-gallery-details h1 {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  color: #000;
}
.video-gallery-details hr {
  border-top: 1px solid #d0cdcd;
  margin: 10px 0;
}
.video-gallery-details .mobile-sub-head {
  font-size: 14px;
  color: #e74c4f;
}
.video-gallery-details-heading {
  position: relative;
  padding: 10px 0;
}
.video-gallery-details-heading h1 {
  margin: 0;
  font-size: 30px;
  line-height: 32px;
  color: #000;
}
.embed-responsive {
  margin-top: 5px;
  margin-bottom: 10px;
}
.video-gallery-details {
  line-height: 20px;
  font-size: 16px;
  padding-bottom: 10px;
  padding-top: 15px;
}
.video-gallery-details p {
  line-height: 20px;
  font-size: 16px;
  margin: 0;
}
.heading-more-wrapper-ul {
  margin: 0;
  padding: 0;
}
.heading-more-wrapper-ul li {
  list-style: none;
  background: #19232d;
  border-bottom: 3px solid #e74c4f;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  padding: 10px 0;
}
.video-details-mobile {
  display: block;
  padding-top: 15px;
  padding-bottom: 25px;
}
.video-details-container {
  padding-top: 15px;
}
.category-video li:first-child a {
  border-top: 0;
}
.m-details img {
  margin-top: 5px;
  margin-bottom: 5px;
  max-width: 100%;
  height: auto;
}
.m-details span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
/* Mobile verson district Page */
.district-heading {
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
.district-heading i {
  color: #e74c4f;
  margin-right: 5px;
}
.district-wrapper {
  background: #fff;
  padding: 0;
}
.district-ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
}
.district-ul li {
  display: inline-block;
}
.district-ul li a {
  border: 1px solid #ccc;
  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: #000;
  color: #fff;
}

/* ============= PHOTO GALLERY =============*/
.photo-gallery-mobile {
  padding: 15px 0;
  padding-bottom: 25px;
}
.photo-gallery-wrapper {
  padding-top: 20px;
}
.photo-gallery-text-mobile {
  max-height: 44px;
  min-height: 44px;
  overflow: hidden;
}
.photo-gallery-details {
}
.details-photo-gallery-heading {
  position: relative;
  padding-top: 10px;
}
.details-photo-gallery-heading h1 {
  margin: 0;
  font-size: 24px;
  line-height: 28px;
  color: #000;
  margin-bottom: 8px;
}
#lightgallery {
  margin: 0;
  padding: 0;
}
#lightgallery li {
  position: relative;
}
#lightgallery li a {
  cursor: zoom-in;
}
#lightgallery li a img {
  padding: 5px 0;
}
#lightgallery li .icon-box {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 5px;
}
#lightgallery li .icon-box i {
  color: #fff;
  padding: 10px 13px;
  background: rgba(220, 36, 40, 0.8);
  display: inline-block;
  font-size: 20px;
  cursor: pointer;
}
#lightgallery li p {
  font-size: 16px;
  color: #000;
  margin: 0;
  line-height: 20px;
  margin-bottom: 5px;
}
.more-video-heading {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 15px;
}
.more-video-heading h2 {
  background: #19232d;
  border-bottom: 3px solid #e74c4f;
  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: #ff0000;
}
.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;
}
.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;
  outline: 0;
  box-shadow: none;
}
.more-news:focus {
  outline: 0;
  box-shadow: none;
}
.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;
}
/*======================= DETAILS PAGE SECTION ============================*/
.details-popular-news {
  display: block;
  padding-bottom: 20px;
}
.details-more-row {
  margin-top: 25px;
}
.details-more-row-detail {
  margin-top: -15px;
}
.m-details {
  padding-top: 15px;
}
.m-details h1 {
  font-size: 24px;
  line-height: 30px;
  color: #000;
  margin: 0;
}
.m-details p {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 24px;
  text-align: justify;
}
.m-details img {
  margin-top: 5px;
  margin-bottom: 5px;
}
.details-time {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
  width: 100%;
  display: inline-block;
  color: #000;
}
.m-details .mobile-sub-head {
  font-size: 14px;
  color: #e74c4f;
}
.more-news-heading {
}
.more-news-heading h2 {
  border-bottom: 2px solid #e74c4f;
  line-height: 100%;
  margin: 0 0 15px;
  font-size: 22px;
}
.more-news-heading span {
  background: #ececec;
  padding: 7px 20px;
  color: #000;
  height: 30px;
  line-height: 41px;
  position: relative;
}
/*======================= PHOTO GALLERY SECTION ============================*/
.photo-gallery-section {
  padding-top: 5px;
  margin-bottom: 10px;
  display: block;
}
#photo-gallery {
  margin-bottom: 20px;
}
.videos-text {
  position: absolute;
  bottom: 0;
  padding: 5px 10px;
  z-index: 10;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.videos-text h3 {
  margin: 0;
  transition: all 0.5s ease 0s;
  font-size: 18px;
  line-height: 20px;
}
.videos-text a {
  color: #ffffff;
}
#photo-gallery .owl-nav .owl-next {
  background: transparent;
  width: 30px;
  height: 30px;
  border-radius: 0;
  opacity: 1;
  margin: 2px;
  right: 5px;
  position: absolute;
  top: -55px;
  border: 1px solid #ddd;
  transition: all 0.5s ease 0s;
  text-align: center;
}
#photo-gallery .owl-nav .owl-next i {
  color: #101010 !important;
}
#photo-gallery .owl-nav .owl-next:hover {
  background: #19232d;
  border: 1px solid #19232d;
}
#photo-gallery .owl-nav .owl-next:hover i {
  color: #ffffff !important;
}
#photo-gallery .owl-nav .owl-next i {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #fbc02d;
}
#photo-gallery .owl-nav .owl-prev {
  background: transparent;
  width: 30px;
  text-align: center;
  height: 30px;
  border-radius: 0;
  opacity: 1;
  margin: 2px;
  right: 40px;
  position: absolute;
  top: -55px;
  border: 1px solid #ddd;
  transition: all 0.5s ease 0s;
}
#photo-gallery .owl-nav .owl-prev i {
  color: #101010 !important;
}
#photo-gallery .owl-nav .owl-prev:hover {
  background: #19232d;
  border: 1px solid #19232d;
}
#photo-gallery .owl-nav .owl-prev:hover i {
  color: #ffffff !important;
}
#photo-gallery .owl-nav .owl-prev i {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #fbc02d;
}
.photo-gallery-single {
  position: relative;
  background: #f6f6f6;
  margin-bottom: 20px;
  border-bottom: 1px solid #e74c4f;
}
.photo-gallery-image {
  position: relative;
}
.photo-gallery-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: #e74c4f;
}
.photo-gallery-text {
  padding: 3px 5px 3px;
  min-height: 64px;
  max-height: 64px;
  overflow: hidden;
}
.photo-gallery-text h3 {
  color: #000;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}
/*======================= 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: 15px;
}
.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: 22px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background: #19232d;
  border-radius: 0;
  padding: 9px 15px;
  border-top: 3px solid transparent;
}
.nav-pills .nav-link.active {
  background: #efeded;
  color: #19232d;
  border-top: 3px solid #e74c4f;
}
.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: 10px 0 9px;
  border-bottom: 1px dashed #969696;
  width: 100%;
}
.latest-news-ul li:last-child a {
  border-bottom: 0;
}
.latest-news-ul .latest-news-left {
  float: left;
  width: 40%;
  padding-right: 3%;
  position: relative;
}
.latest-news-left i.fa-play {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  background: rgba(255, 255, 255, 0.95);
  color: #ff0000;
  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;
}
.latest-news-ul .latest-news-right {
  float: left;
  width: 60%;
  min-height: 78px;
  max-height: 78px;
  overflow: hidden;
}
.latest-news-ul .latest-news-right h3 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
}
.latest-news-ul .latest-news-right span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.latest-news ul {
  overflow-y: scroll;
  height: 492px;
}

/*======================= END FADE STYLE ============================*/
.video-gallery-page {
  padding-top: 15px;
  padding-bottom: 20px;
}
.video-category-ul {
  position: relative;
  margin: 0;
  padding: 0;
}
.video-category-ul li {
  list-style: none;
  display: inline-block;
  width: 100%;
}
.video-category-ul li a {
  position: relative;
  display: inline-block;
  padding: 7px 0px;
  background: #f6f6f6;
  width: 100%;
  margin-bottom: -6px;
  border-top: 1px dotted #e74c4f;
}
.video-category-ul li:first-child a {
  border-top: 0;
}
.video-category-ul-left {
  position: relative;
  width: 40%;
  float: left;
  padding-right: 3%;
}
.video-category-ul-left i.fa-play {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 35px;
  width: 35px;
  background: #fff;
  color: #ff0000;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 34px;
  border-radius: 50%;
  font-size: 15px;
  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;
}
.video-category-ul-right {
  float: left;
  width: 60%;
  overflow: hidden;
  padding-top: 1px;
  min-height: 78px;
  max-height: 78px;
}
.video-category-ul-right h2 {
  font-size: 18px;
  color: #000;
  line-height: 21px;
  margin: 0;
}
.details-video {
  padding-top: 15px;
}
.details-video h1 {
  font-size: 24px;
  line-height: 30px;
  color: #000;
  margin: 0;
}
.embed-responsive {
  margin: 10px 0;
}
.more-video-heading {
  text-align: center;
}
.more-video-heading h2 {
  background: #19232d;
  border-bottom: 3px solid #e74c4f;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  padding: 7px;
  margin: 0;
  padding-top: 10px;
}
.video-btn-wrapper {
  text-align: center;
  margin-top: 20px;
}
/*=======================
    VIDEO Details Page
============================*/
.video-ul {
  position: relative;
  margin: 0;
  padding: 0;
}
.video-ul li {
  list-style: none;
  display: inline-block;
  width: 100%;
}
.video-ul li a {
  position: relative;
  display: inline-block;
  padding: 7px 0px;
  background: #f6f6f6;
  width: 100%;
  margin-bottom: -6px;
  border-top: 1px dotted #e74c4f;
}
.video-ul li:last-child a {
  border-bottom: 1px dotted #e74c4f;
}
.video-ul-left {
  width: 40%;
  float: left;
  padding-right: 3%;
  position: relative;
}
.video-ul-left i {
  position: absolute;
  top: 50%;
  left: 47%;
  height: 37px;
  width: 37px;
  background: rgba(255, 255, 255, 0.85);
  color: #ff0000;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 37px;
  border-radius: 50%;
  font-size: 18px;
  padding-left: 3px;
  -webkit-box-shadow: 0 0 15px 2px grey;
  -moz-box-shadow: 0 0 15px 2px gray;
  box-shadow: 0 0 15px 2px grey;
  opacity: 0.8;
  z-index: 1;
}
.video-ul-right {
  float: left;
  width: 60%;
  overflow: hidden;
  padding-top: 1px;
  min-height: 62px;
  max-height: 62px;
}
.video-ul-right h3 {
  font-size: 18px;
  color: #000;
  line-height: 20px;
  margin: 0;
}
.video-ul li:first-child a {
  border-top: 0;
}
.video-details-btn-wrapper {
  text-align: center;
  margin-top: 15px;
}
.video-details-btn {
  background: #ececec;
  color: #000;
  font-size: 17px;
  padding: 6px 15px 4px 15px;
  border-radius: 0;
  border-bottom: 2px solid #e74c4f;
  box-shadow: 0px 3px 3px -3px #000;
  text-align: center;
  outline: 0;
  box-shadow: none;
}
.video-details-btn:focus {
  outline: 0;
  box-shadow: none;
}
.life-style-heading {
}
.life-style-heading h2 {
  border-bottom: 2px solid #e74c4f;
  line-height: 100%;
  margin: 0 0 15px;
  font-size: 22px;
}
.life-style-heading span {
  background: #ececec;
  padding: 7px 20px;
  color: #000;
  height: 30px;
  line-height: 41px;
  position: relative;
}
/*================================================
  4. START JQUERY MARQUEE SECTION
==================================================*/
.marquee-container {
  margin-top: 18px;
}
.marquee-block {
  position: relative;
}
.marquee-block h2 {
  font-size: 20px;
  margin: 0;
  line-height: 24px;
  position: absolute;
  background: #026c68;
  color: #fff;
  padding: 6px 10px;
}
.marquee-block h2:after {
  content: "";
  position: absolute;
  left: 149px;
  border-left: 20px solid #026c68;
  border-top: 36px solid transparent;
  clear: both;
  top: 0;
}
.marquee {
  width: 100%;
  overflow: hidden;
  background: #fff;
  list-style: none;
  display: inline-block;
  padding: 0;
  border: 1px solid #026c68;
  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: 30px;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s ease-in;
}
.marquee li a span {
  padding-left: 20px;
}
.marquee li a span img {
  margin-top: -4px;
  height: 16px;
  margin-right: 5px;
}
.marquee li a:hover {
  color: #03a9f4;
}
.marquee li i {
  display: inline-block;
}
.marquee-block-breaking {
  position: relative;
}
.marquee-block-breaking h2 {
  font-size: 18px;
  margin: 0;
  line-height: 24px;
  position: absolute;
  background: #ed1c24;
  color: #fff;
  padding: 5px 5px;
}
/* .marquee-block-breaking h2:after {
  content: "";
  position: absolute;
  left: 107px;
  border-left: 20px solid #ed1c24;
  border-top: 36px solid transparent;
  clear: both;
  top: 0;
} */
.marquee-breaking {
  width: 100%;
  overflow: hidden;
  background: #fff;
  list-style: none;
  display: inline-block;
  padding: 0;
  border: 1px solid #ed1c24;
  margin-bottom: 0;
}
.marquee-breaking li {
  display: inline-block;
  padding-right: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.marquee-breaking li a {
  display: block;
  color: #000;
  line-height: 28px;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s ease-in;
  cursor: no-drop;
}
.marquee-breaking li a span {
  padding-left: 20px;
}
.marquee-breaking li a:hover {
  color: #ed1c24;
}
.marquee-breaking li i {
  display: inline-block;
}
.marquee-breaking li a span img {
  margin-top: -4px;
  margin-right: 10px;
}
.marquee-block-breaking-container {
  position: fixed;
  z-index: 999999;
  padding: 0;
  bottom: -7px;
}
.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;
}

/* =============== SPECIALL SECTION SYTLE ==================*/

section.special-26-wrapper {
  background: #212121;
  padding: 20px 0;
}
.special-26-headline {
  color: #ffffff;
  margin-bottom: 15px;
  border-bottom: 2px solid red;
}
.special-26-headline h2 {
  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);
  margin-bottom: 0;
}

.special-26-headline h2 {
  background-color: red;
  color: #fff;
  display: inline-block;
  font-size: 22px;
  padding: 7px 15px 5px 15px;
  position: relative;
  left: 10px;
}

.special-26-headline span {
  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);
}

.special-26-lead-news-wrapper {
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  background: #333;
  margin-bottom: 16px;
}

.special-26-lead-news {
  position: relative;
}

.special-26-lead-news-image {
  display: block;
  overflow: hidden;
  position: relative;
}

.special-26-lead-news-text {
  width: 100%;
  background: #373c44;
  color: #fff;
  bottom: 0;
  padding: 5px 5px 5px 8px;
}

.special-26-lead-news-text h1 {
  margin: 0;
  font-size: 20px;
  line-height: 24px;
}
.special-26-lead-news-text span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
/* ================================ */
.special-side-news-ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.special-side-news-ul li {
  list-style: none;
  padding: 0;
  margin-bottom: 7px;
  display: inline-block;
  width: 100%;
  background: #373c44;
}

.special-side-news-ul li a {
  margin-bottom: -6px;
  text-decoration: none;
  display: inline-block;
  padding: 8px 8px 8px;
  width: 100%;
}

.special-side-news-ul li:last-child a {
  border: 0;
  padding-bottom: 10px;
}

.special-side-news-ul-left {
  float: left;
  width: 40%;
  padding-right: 3%;
}

.special-side-news-image {
  position: relative;
}

.special-side-news-image i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  background: rgba(220, 32, 40, 0.8);
  padding: 5px 5px 5px 7px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  font-size: 16px;
  text-align: center;
  transition: 0.5s;
}

.special-side-news-ul li a:hover .special-side-news-image i {
  background: #fff;
  color: red;
}

.special-side-news-ul-right {
  float: left;
  width: 60%;
  min-height: 60px;
  max-height: 60px;
  overflow: hidden;
}

.special-side-news-ul-right h2 {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
}

section.special-26-wrapper {
  background: #248039;
}
.special-26-lead-news-text {
  background-image: linear-gradient(to right, #076010, #940904);
}

.special-side-news-ul li {
  background-image: linear-gradient(to right, #076010, #940904);
}

.special-26-lead-sub-news-text {
  background-image: linear-gradient(to right, #076010, #940904);
}

.special-podcast-ul {
  background-image: linear-gradient(to right, #076010, #940904);
}

/*==================== IFTER TIME STYLE ================*/

.romadan-section {
  position: relative;
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.sahari-time-wrapper h2 {
  font-size: 26px;
  line-height: 42px;
  margin: 0;
  margin-bottom: 12px;
  text-align: center;
  background: #262636;
  color: #fff;
}
.ifter-time {
  width: 100%;
  position: relative;
  display: inline-block;
  line-height: 20px;
}
.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: 21px;
  text-align: center;
  display: inline-flex;
  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;
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: 700;
  background: #dadada;
}
.countdown .time span {
  margin-top: 0;
  padding-top: 0;
  font-size: 14px;
}
.countdown .hours {
  background: #8dc63f;
}
.countdown .minutes {
  background: #ff4e48;
}
.countdown .seconds {
  background: #0091ff;
}
.place-text {
  position: relative;
  width: 100%;
  background: #fff;
}
.countdown .expired {
  color: #ef2f3c;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  font-weight: 700;
}
/*=========== NEW BUDGET SECTION WRAPPER STYLE ==========================*/
.budget-section-wrapper {
width: 100%;
background: #212121;
padding: 20px 0 24px;
}
.budget-section-title {
text-align: center;
position: relative;
width: 100%;
box-sizing: border-box;
}
.budget-section-title .hdgTexure, .budget-section-title .hdgTexure::after, .budget-section-title .hdgTexure::before {
position: absolute;
top: 15px;
left: 0;
height: 2px;
width: 100%;
border-top: solid 1px #cb2027;
}
.budget-section-title .hdgTexure:before {
content: "";
display: block;
top: -3px;
}
.budget-section-title .hdgTexure:after {
content: "";
display: block;
top: 1px;
}
.budget-section-title .hdgStyle {
text-transform: uppercase;
position: relative;
z-index: 1;
background-color: #212121;
display: inline-block;
padding: 0 3px;
}
.hdgStyle span {
color: #cb2027;
font-size: 26px;
line-height: 26px;
padding: 0 3px;
}
.budget-section-title h2 {
text-align: center;
font-size: 24px;
color: #fff;
display: inline-block;
margin: 0;
}
.budget-section-left {
padding-top: 15px;
}
.budget-lead-news {

}
.budget-lead-news-image {
position: relative;
}
.budget-lead-news-image i {
position: absolute;
top: 50%;
left: 50%;
height: 55px;
width: 55px;
background: rgba(0, 0, 0, .14);
transform: translate(-50%, -50%);
text-align: center;
line-height: 45px;
color: #fff;
border-radius: 50%;
font-size: 25px;
padding-left: 6px;
border: 5px solid #fff;
-webkit-box-shadow: 0 0 30px 2px grey;
-moz-box-shadow: 0 0 30px 2px gray;
box-shadow: 0 0 30px 2px grey;
opacity: .8;
z-index: 1;
}
.budget-lead-news a:hover .budget-lead-news-image i {
background: #fff;
color: #ff0000;
}
.budget-lead-news-text {
background: #373c44;
color: #fff;
padding: 5px 10px;
min-height: 84px;
max-height: 84px;
overflow: hidden;
}
.budget-lead-news-text h2 {
margin: 0;
font-size: 30px;
line-height: 36px;
}
.budget-lead-news-text span {
font-size: 14px;
line-height: 14px;
color: #e74c4f;
}

.budget-other-news {
margin: 0;
padding: 0;
display: inline-block;
/* box-shadow: 0 1px 2px rgb(0 0 0 / 30%); */
}
.budget-other-news li {
list-style: none;
padding: 0;
margin: 0;
display: inline-block;
width: 100%;
margin-bottom: 14px;
}
.budget-other-news li a {
margin-bottom: -6px;
text-decoration: none;
}
.budget-other-news li:last-child a {
border-bottom: 0;
}
.budget-other-news-left {

}
.budget-other-news-left-image {
position: relative;
}
.budget-other-news-left-image i {
position: absolute;
top: 50%;
left: 50%;
height: 40px;
width: 40px;
background: rgba(0, 0, 0, .14);
transform: translate(-50%, -50%);
text-align: center;
line-height: 36px;
color: #fff;
border-radius: 50%;
font-size: 18px;
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: .8;
z-index: 1;
}
.budget-other-news li a:hover .budget-other-news-left-image i {
background: #fff;
color: #ff0000;
}
.budget-other-news-right {
background: #373c44;
min-height: 70px;
max-height: 70px;
overflow: hidden;
padding: 4px 4px 0;
}
.budget-other-news-right h3 {
color: #fff;
margin: 0;
padding: 0;
font-size: 18px;
line-height: 20px;
}
.budget-other-news-right span {
font-size: 14px;
line-height: 14px;
color: #e74c4f;
}
.budget-section-right {
padding-top: 15px;
}
.budget-section-right-title {

}
.budget-section-right-title-text {
border-bottom: 37px solid #6c757d;
display: inline-block;
height: 0;
cursor: pointer;
color: #ffffff;
font-size: 20px;
padding: 0px 8px 0px 8px;
text-decoration: none;
line-height: 37px;
position: relative;
}
.budget-section-right-title-text:after {
content: "";
position: absolute;
left: 103px;
border-left: 20px solid #6c757d;
border-top: 36px solid transparent;
clear: both;
top: 0;
}
.budget-section-right-title-text-2:after {
left: 98px;
}
.budget-section-right-title-text-bottom {
border: 1px solid #6c757d;
margin-top: -2px;
}
.budget-section-right-ul {
margin: 0;
padding: 0;
padding-top: 5px;
position: relative;
max-height: 182px;
overflow-y: auto;
border: 1px solid #6c757d;
border-right: 0;
padding-left: 5px;
margin-bottom: 20px;
}
.budget-section-right-ul::-webkit-scrollbar{width:8px;background:#6c757d}
.budget-section-right-ul::-webkit-scrollbar-thumb{background:#505152;color:#505152}
.budget-section-right-ul li {
list-style: none;
}
.budget-section-right-ul li a {
text-decoration: none;
color: #fff;
line-height: 28px;
}
.budget-section-right-ul li a h3 {
color: #fff;
text-decoration: none;
cursor: pointer;
font-size: 18px;
display: inline-block;
margin: 0;
}
.budget-section-right-ul li a i {
font-size: 10px;
}
.budget-section-btn-wrapper {
text-align: center;
}
.budget-btn {
background: red;
color: #fff;
transition: .5s;
font-size: 18px;
line-height: 1;
border-radius: 0;
padding: 10px 25px;
border: 0!important;
}
.budget-btn:hover {
background: #6c757d;
color: #fff;
}

.tag-ul {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  margin-left: 10px;
}

.tag-ul li {
  /* color: #000; */
  list-style: none;
  display: inline-block;
}

.tag-ul li a {
  color: red;
  border: 1px solid red;
  font-size: 14px;
  padding: 3px 10px;
  border-radius: 15px;
  transition: .5s;
}

.tag-mobile{
  background: #e9ecef;
  max-height: 73px;
  min-height: 72px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  border-radius: 1px;
}

.mobile-container {
  padding-left: 10px;
  padding-right: 10px;
  max-width: 700px;
  margin-top: 20px;
}

.mobile-breadcumb{
  margin-right: 5px;
}

.writter-mobile{
  font-size: 20px;
  margin-bottom: 20px;
}
.heading-mobile{
  font-size: 20px;
  padding: 5px;
}
.show-more-mobile{
  border: none;
  padding: 7px 20px;
  color: #000;
  position: relative;
  display: inline-block;
  z-index: 99;
  font-size: 17px;
  transition: all 0.5s ease-in-out;
  background: #ececec;
  box-shadow: 0px 3px 3px -3px #000;
  border-radius: 0px 20px;
  margin-bottom: 15px;
}

.designation-mobile{
  font-size: 14px;
  margin-bottom: 24px;
}

.jagaran-padding-mobile{   
  min-height: 63px;
  max-height: 63px;
  float: left;
  width: 100%;
  padding-bottom: 79px;
  overflow: hidden;
  margin-top: 5px;
  border-bottom: 1px solid #dcdcdc;
}

.jagaran-padding-mobile .lazy-mobile{
  width: 40%;
  height: auto;
  padding: 5px;
  position: relative;
  float: left;
}

.mobile-link-right{
  float: right;
    width: 60%;
    overflow: hidden;
    padding: 5px;
}

.mobile-heading{
  float: left;
    font-size: 18px;
    color: #000;
}