@charset "utf-8";

@font-face {
    font-family: "SolaimanLipiNormal";
    src: url("../fonts/solaimanlipi/solaimanlipi_20-04-07.eot");
    src: url("../fonts/solaimanlipi/solaimanlipi_20-04-07.eot") format("embedded-opentype"), url("../fonts/solaimanlipi/solaimanlipi_20-04-07.woff") format("woff"), url("../fonts/solaimanlipi/solaimanlipi_20-04-07.ttf") format("truetype"), url("../fonts/solaimanlipi/SolaimanLipi_29-05-06.svg") format("svg");
}
body {
    font-family: "SolaimanLipiNormal",Helvetica,Arial,sans-serif;
    font-size: 16px;
    /* background: #f2f2f2; */
    color: #333;
    background: #eff3f4;
    /* background: #ECEFF1; */
    /* background: #F0F0ED; */
    /* background: #EEEEEE; */
    /* background: #F0F0ED; */
    /* background: #F2F2F2; */
}
.logo-area {
  background: #fff;
}
@media (min-width: 1200px) {
  .container {
      max-width: 1212px!important;
  }

}
/*======================== CUSTOM BOOTSTRAP STYLE ============================*/
.jagaran-container {
  padding-left: 12px;
  padding-right: 12px;
}
.jagaran-row {
  margin-right: -12px;
  margin-left: -12px;
}
.jagaran-padding {
  padding-left: 12px;
  padding-right: 12px;
}
.p-0 {
  padding-left: 0;
  padding-right: 0;
}
.p-left-0 {
  padding-left: 0;
}
.p-right-0 {
  padding-right: 0;
}
.m-0 {
  margin-left: 0;
  margin-right: 0;
}


body, h1, h2, h3, h4, h5, h6, p, textarea {
    font-family: "SolaimanLipiNormal",Helvetica,Arial,SolaimanLipi,sans-serif;
}
a{
    font-family: "SolaimanLipiNormal",Helvetica,Arial,sans-serif;
}
a:focus {
    outline: 0 solid !important;
}
a:hover {
    text-decoration: none !important;
}
*a:hover {
    text-decoration: none !important;
}
/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  line-height: 1;
/*  float: left;*/
  margin-top: 0px;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 15px 13px 14px 12px;
  font-size: 18px;
  text-decoration: none;
  color: #000;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  /* color: #000000;
  border-bottom: 2px solid #ff5a5f !important; */
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.4s ease;
  -moz-transition: border-color 0.4s ease;
  -ms-transition: border-color 0.4s ease;
  -o-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #fff;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index: 9999;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .4s ease;
  -moz-transition: height .4s ease;
  -ms-transition: height .4s ease;
  -o-transition: height .4s ease;
  transition: height .4s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul li a {
  padding: 10px 20px;
  width: 160px;
  font-size: 17px;
  /* background: #ff6600; */
  background: #fff;
  text-decoration: none;
  /* color: #fff; */
  color: #000;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li:hover > a {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: #19232d;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #15263f;
  border-right: 1px solid #15263f;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #15263f;
  border-left: 1px solid #15263f;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
/* @media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) { */
@media all and (max-width: 768px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #000000;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 16px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 14px;
    right: 20px;
    display: block;
    width: 25px;
    height: 3px;
    background: #000000;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 25px;
    height: 9px;
    border-top: 3px solid #000000;
    border-bottom: 3px solid #000000;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}
/*======================== END Menu Style ========================*/


/*======================== START HEADER TOP AREA ========================*/
.header-top-area {
  background: #F0F0ED;
}
.current-date {
  margin: 0;
  padding: 0;
}
.current-date li {
  display: inline-block;
  margin-right: 0px;
  color: #000;
  line-height: 30px;
  font-size: 16px;
}
.current-date li i {
  padding-left: 5px;
  padding-right: 5px;
  color: #000;
}

.top-other-link {
  float: left;
}
.other-link {
  margin: 0;
  padding: 0;
}
.other-link li {
  position: relative;
  list-style: none;
  float: left;
}
.other-link li a {
  display: block;
  float: left;
  line-height: 30px;
  font-size: 16px;
  color: #000;
  padding-right: 10px;
}
.other-link li a i {
  padding-right: 3px;
}

.social-helper {
  position: relative;
  float: right;
}
.social-top-icon {
  margin: 0;
  padding: 0;
  /* position: absolute; */
}
.social-top-icon li {
  position: relative;
  list-style: none;
  float: left;
}
.social-top-icon li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  display: block;
  float: left;
  white-space: nowrap;
  text-decoration: none;
  transition: width 0.5s;
  box-sizing: border-box;
}
.social-top-icon li:hover a {
  width: 120px;
}
.social-top-icon li a .fa {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-right: 2px solid #fff;
}
.social-top-icon li:last-child a .fa {
  border-right: 0;
}
/* .social-top-icon li a span {
  color: #fff;
  padding-left: 10px;
} */
.social-top-icon li a span {
  color: #fff;
  padding-left: 3px;
  font-size: 16px;
  line-height: 30px;
  font-family: sans-serif;
}
.social-top-icon li:nth-child(1) a {
  background: #3b5999;
}
.social-top-icon li:nth-child(2) a {
  background: #cd201f;
}
.social-top-icon li:nth-child(3) a {
  background: #55acee;
}
.social-top-icon li:nth-child(4) a {
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}
.social-top-icon li:nth-child(5) a {
  background: #007bb6;
}
.social-top-icon li:nth-child(6) a {
  background: #cb2027;
}
.social-top-icon li:nth-child(7) a {
  background: #F26522;
}
/* .main-logo img {
  padding: 10px 40px 10px 0;
} */
.main-logo {
    padding: 20px 0 20px 0;
}
.header-baner {
  padding: 20px 0;
}
.top-nav-color {
  background: #F0F0ED;
  box-shadow: 0 5px 5px -5px #000;
  position: relative;
  width: 100%;
  z-index: 9999;
}
#cssmenu > ul > li > a {
  /* position: relative; */
  display: inline-block;
}
#cssmenu > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  background-color: #19232d;
  transition: transform 0.5s;
}
#cssmenu > ul > li:hover:before {
  transform: scaleX(1);
}
#cssmenu > ul > li:after {
  content: '';
  position: absolute;
  /* top: 0; */
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  transform: scaleX(0);
  background-color: #e74c4f;
  transition: transform 0.5s;
}
#cssmenu > ul > li:hover:after {
  transform: scaleX(1);
}
#cssmenu > ul > li:hover > a {
  color: #fff;
}
#cssmenu > ul > li.current-item > a {
  color: #fff;
}
#cssmenu > ul > li.current-item:after {
  transform: scaleX(1);
}
#cssmenu > ul > li.current-item:before {
  transform: scaleX(1);
}

/*================== SEARCH BOX ========================*/
.search-icon {
  margin: 0;
  padding: 0;
  float: right;
}
.search-icon li {
  list-style: none;
}
.search-icon li a {
  color: #000;
  margin-top: 13px;
  padding-right: 7px;
  display: inline-block;
}
.search-box{
  background: #E8E8E4;
  position: absolute;
  top: 54px;
  right: 17%;
  width: 286px;
  height: 44px;
  line-height: 39px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  border-top: 4px solid #D80B15;
  display: none;
  z-index: 2;
}

.search-box:before{
  content: "";
  position: absolute;
  top: -32px;
  right: 1px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid transparent;
  border-bottom: 14px solid #D80B15;
}

.search-box input[type="text"]{
  width: 200px;
  padding: 5px 10px;
  margin-left: 9px;
  border: 1px solid #D80B15;
  outline: none;
  height: 30px;
}

.search-box input[type="button"]{
  width: 80px;
  padding: 5px 0;
  background: #D80B15;
  color: #fff;
  margin-left: -6px;
  border: 1px solid #D80B15;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 700px) {

  .search-box{
    width: 270px;
    right: -16%;
  }
  .search-box input[type="text"]{
    width: 140px;
    margin-left: 15px;
  }
  .search-box input[type="button"] {
    margin-right: 12px;
  }

}

/*======================== TOP NEWS SECTION STYLE ============================*/
.top-news-section {
  margin-top: 25px;
  margin-bottom: 40px;
}
.top-news-left {
  width:26.73%;
  float:left;
}
.top-news-middle {
  width:46.54%;
  float:left;
}
.top-lead-news-wrapper {
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.top-lead-news {
  position: relative;
}
/* ================ News Tag =============== */
.top-lead-news .video-icon-block, .lead-other-news-img, .top-left-side-bar-left{
  display: block;
  overflow: hidden;
  position: relative;
}
.top-lead-news .video-icon-block span, .lead-other-news-img span, .top-left-side-bar-left span{
  background: #dc2028;
  padding: 5px 10px;
  position: absolute;
  font-size: 14px;
  z-index: 1;
  color: #fff;
  right: 0;
  top: -31px;
  transition: all .5s ease 0s;
}
.top-left-side-bar-left span{
  background: #dc2028;
  padding: 2px 8px 0;
  position: absolute;
  font-size: 13px;
  z-index: 1;
  color: #fff;
  right: 8px;
  top: -31px;
  transition: all .5s ease 0s;
}
.top-lead-news a:hover .video-icon-block span, .lead-other-news-wrapper:hover .lead-other-news-img span, .top-left-side-bar li a:hover .top-left-side-bar-left span {
    top: 0;
}
.lead-news-heading {
  position: absolute;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, .8) 100%);
  color: #fff;
  bottom: 0;
  padding: 30px 10px 5px;
}
.lead-news-heading span {
  font-size: 16px;
  color: #ec1134;
  color: #ED1C24;
  line-height: 17px;
  font-weight: 500;
  display: block;
}
.lead-news-heading h1 {
  margin: 0;
  font-size: 30px;
  line-height: 36px;
}
.lead-other-news-wrapper {
  background: #fff;
  margin-top: 24px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2)
}
.lead-other-news-wrapper .text-heading {
  padding: 2px 8px 3px;
  min-height: 69px;
  max-height: 69px;
  overflow: hidden;
}
.text-heading h3 {
  font-size: 18px;
  line-height: 21px;
  color: #000;
  margin: 0;
}
.text-heading span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 16px;
}
/*================================ TOP NEWS RIGHT  ====================================*/
.top-news-right {
  width:26.73%;
  float:left;
}
.top-news-right-banner{
  margin-bottom: 24px;
}
.opinion {
  position: relative;
  margin: 0;
  padding: 0;
}
.opinion li {
  list-style: none;
  width: 100%;
}
.opinion li a {
  display: inline-block;
  padding: 7px 7px;
  background: #fff;
    width: 100%;
}
.opinion li a h3 {
  font-size: 17px;
  padding-right: 10px;
  color: #000;
  line-height: 22px;
  margin: 0;
}
.opinion-left {
  float: left;
  width: 65%;
  overflow: hidden;
}
.opinion-right {
  float: left;
  width: 35%;
}
.opinion-right img {
  min-height: 60px;
  max-height: 60px;
}
/*========== HEADING HEADLINE HEADING ====================*/
.heading-headline-heading {
  overflow: hidden;
  background: #19232d;
  border-bottom: 3px solid #e74c4f;
  position: relative;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.heading-headline-heading a {
  color: #fff;
  display: inline-block;
  padding: 6px 30px 6px 15px;
  font-size: 24px;
  margin: 0;
  line-height: 24px;
}
.heading-headline-heading span {
  position: relative;
}
.heading-style-heading:after {
  background: #fff;
  content: "";
  position: absolute;
  left: 0;
  right: -20000px;
  top: -11px;
  height: 40px;
  bottom: 0;
  -webkit-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  transform: skewX(45deg);
  /* z-index: -200; */
}
/*===================== SIDE BAR TAB STYLE ==================================*/

.jagaran-tab-content {
  max-height: 286px;
  overflow-y: auto;
}

/*======================= 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;
    /* background-color: hsla(0,0%,100%,.2); */
    transition: background-color .3s .2s;
}
.side-tab-main {
  width: 100%;
  margin-top: 27px;
}
.side-tab-main .nav-item {
  display: block;
  float: left;
  width: 50%;
}
.side-tab-main .nav-item .nav-link {
  transition: background-color .3s 0s;
  font-weight: 700;
  font-size: 20px;
  color: #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: #fff;
  color: #19232d;
  border-top: 3px solid #e74c4f;
}
.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: 10px 7px 9px;
  /* border-bottom: 1px dashed #969696; */
  border-bottom: 1px dotted gray;
  width: 100%;
}
.least-news-ul li:last-child a {
  border-bottom: 0;
}
.least-news-ul .least-news-left {
  float: left;
  width: 37%;
  padding-right: 3%;
}
.least-news-ul .least-news-left img {
  min-height: 60px;
  max-height: 60px;
}
.least-news-ul .least-news-right {
  float: left;
  width: 63%;
  min-height: 60px;
  max-height: 60px;
  overflow: hidden;
}
.least-news-ul .least-news-right h3 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
}

/*======================= OPINION 2 STYLE =======================*/
.opinion-2 {
  position: relative;
  margin: 0;
  padding: 0;
  background: #fff;
}
.opinion-2 li {
  list-style: none;
  width: 100%;
}
.opinion-2 li a {
  display: inline-block;
  padding: 7px 7px;
  background: #fff;
  width: 100%;
  margin-bottom: -10px;
}
.opinion-2-left {
  width: 30%;
  float: left;
  padding-right: 3%;
}
.opinion-2-left  img {

}
.opinion-2-right {
  float: left;
  width: 70%;
  overflow: hidden;
}
.opinion-2-right h3 {
  font-size: 17px;
  padding-right: 10px;
  color: #000;
  line-height: 22px;
  margin: 0;
  padding-top: 15px;
}


/*===================== TOP LEFT SIDE BAR ====================*/
.top-left-side-bar-wrapper {

}
.top-left-side-bar {
  position: relative;
  margin: 0;
  padding: 0;
}
.top-left-side-bar li {
  list-style: none;
  width: 100%;
  margin-bottom: 8px;
}
.top-left-side-bar li:last-child {
  margin-bottom: 0;
}
.top-left-side-bar li a {
  display: inline-block;
  padding: 8px 8px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.top-left-side-bar li:last-child a {
  margin-bottom: -7px;
}
.top-left-side-bar-left {
  float: left;
  width: 40%;
  padding-right: 3%;
}
.top-left-side-bar-left img {
  min-height: 70px;
  max-height: 70px;
}
.top-left-side-bar-right {
  float: left;
  width: 60%;
  min-height: 70px;
  max-height: 70px;
  overflow: hidden;
}
.top-left-side-bar-right h3 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 22px;
}
.top-left-side-bar-right span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.left-banner-2 {
  margin-top: 24px;
}

/*================================= SPORTS WRAPPER SECTION =======================================*/
.bg-white {
  background: #fff;
  width: 100%;
}
.sports-sectioin-wrapper {
  padding: 40px 0;
}
.text-headline-style-3 h3 {
  border-bottom: 2px solid #e74c4f;
  line-height: 100%;
  margin: 0 0 15px;
  font-size: 24px;
}
.text-headline-style-3 h3 span {
  /* background: #e74c4f; */
  background: #19232d;
  padding: 7px 20px;
  color: #fff;
  height: 30px;
  line-height: 43px;
  position: relative;
  border-bottom: 2px solid #e74c4f;
}
.text-headline-style-3 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: -20px;
  margin-left: -10px;
  left: 50%;
  border-width: 10px;
  border-style: solid;
}
.other-sports-big {
    background: #eff3f4;
    padding: 8px;
    box-shadow: 1px 2px 0 0 rgb(0 0 0 / 5%);
    margin-bottom: 24px;
}
.other-sports-big-image {
    position: relative;
}
.other-sports-big-text {
    max-height: 152px;
    min-height: 152px;
    overflow: hidden;
}
.other-sports-big-text h2 {
    font-size: 22px;
    line-height: 28px;
    margin: 0;
    color: #000;
    padding: 8px 5px 5px;
}
.other-sports-big-text p {
    margin: 0;
    color: #000;
    font-size: 16px;
    line-height: 23px;
    padding: 0 8px;
}
.other-sports-medium {
    background: #eff3f4;
    padding: 8px;
    position: relative;
    margin-bottom: 24px;
    box-shadow: 1px 2px 0 0 rgb(0 0 0 / 5%);
}
.other-sports-medium-image {
    position: relative;
}
.other-sports-medium-text {
    position: absolute;
    bottom: 8px;
    width: 95.05%;
    background: rgba(0,0,0,.5) none repeat scroll 0 0;
    padding: 3px 5px;
}
.other-sports-medium-text span {
    font-size: 14px;
    line-height: 14px;
    color: #e74c4f;
}
.other-sports-medium-text h3 {
    font-size: 18px;
    color: #fff;
    line-height: 22px;
    margin: 0;
}
.other-sports-small {
    background: #eff3f4;
    padding: 8px;
    position: relative;
    box-shadow: 1px 2px 0 0 rgb(0 0 0 / 5%);
}
.other-sports-small-image {
    position: relative;
}
.other-sports-small-text {
    position: absolute;
    bottom: 8px;
    width: 94.3%;
    background: rgba(0,0,0,.5) none repeat scroll 0 0;
    padding: 3px 5px;
}
.other-sports-small-text h3 {
    font-size: 18px;
    color: #fff;
    line-height: 22px;
    margin: 0;
}

/*========================= INTERNATIONAL NEWS SECTION =========================*/
.international-section {
  padding: 40px 0;
}
.top-news-international {
  margin-top: 10px;
  background: #fff;
  padding: 8px;
}
.international-top-news {
  position: relative;
}
.international-top-news-lead {
  position: absolute;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, .8) 100%);
  color: #fff;
  bottom: 0;
  padding: 30px 10px 5px;
}
.international-top-news-lead h2 {
  margin: 0;
  font-size: 22px;
  line-height: 24px;
  color: #fff;
}
.international-news-ul {
  margin: 0;
  padding: 0;
}
.international-news-ul li {
  list-style: none;
  width: 100%;
  display: inline-block;
  padding: 0 8px;
  background: #fff;
}
.international-news-ul li a {
  text-decoration: none;
  width: 100%;
  border-bottom: 1px dotted #ccc;
  display: inline-block;
  padding: 8px 0;
  margin-bottom: -7px;
}
.international-news-ul li:last-child a {
  border-bottom: 0;
}
.international-news-ul li:first-child a {
  border-top: 1px dotted #ccc;
}
.international-news-left {
  float: left;
  width: 36%;
  padding-right: 3%;
}
.international-top-news-lead span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}

/*========================= INTERNATIONAL NEWS 2 SECTION =========================*/
.international-section-2 {
  padding: 40px 0;
}
.top-news-international-2 {
  margin-top: 10px;
  background: #fff;
  padding: 8px;
}
.international-top-news-2 {
  position: relative;
}
.international-top-news-lead-2 {
  position: absolute;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, .8) 100%);
  color: #fff;
  bottom: 0;
  padding: 30px 10px 5px;
}
.international-top-news-lead-2 h2 {
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}
.international-news-ul-2 {
  margin: 0;
  padding: 0;
}
.international-news-ul-2 li {
  list-style: none;
  width: 100%;
  display: inline-block;
  padding: 0 8px;
  background: #fff;
}
.international-news-ul-2 li a {
  text-decoration: none;
  width: 100%;
  border-bottom: 1px dotted #ccc;
  display: inline-block;
  padding: 8px 0;
  margin-bottom: -7px;
}
.international-news-ul-2 li:last-child a {
  border-bottom: 0;
}
.international-news-ul-2 li:first-child a {
  border-top: 1px dotted #ccc;
}
.international-news-left-2 {
  float: left;
  width: 36%;
  padding-right: 3%;
}
.international-news-right{
  float: left;
    width: 64%;
    min-height: 67px;
    max-height: 67px;
    overflow: hidden;
}
.international-news-right span {
    font-size: 14px;
    line-height: 14px;
    color: #e74c4f;
}
.international-news-right h3 {
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 20px;
}
.international-news-right-2 {
  float: left;
  width: 64%;
  min-height: 60px;
  max-height: 60px;
  overflow: hidden;
}
.international-news-right-2 h3 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 19px;
}
.international-news-right-2 span {
  font-size: 12px;
  color: #e74c4f;
  font-weight: 600;
}
.international-top-news-lead-2 span {
  font-size: 12px;
  line-height: 12px;
  color: #e74c4f;
  /* font-weight: 600; */
}
.international-news-left-2 img {
  height: 60px;
}

/*====================== WRAPPER MAIN BANNER ===========================*/
.wrapper-main-banner {
  background: #fff;
  width: 100%;
}
.main-banner {
  padding: 40px 0;
  text-align: center;
}

/*====================== ENTERTAINMENT SECTION ===========================*/
.entertainment-section {
  padding: 40px 0 20px;
}
.entertainment-news-img{
  position: relative;
}
.text-headline-style-2 {
  margin-bottom: 15px;
  /* border-bottom: 3px solid #FF8C00; */
  border-bottom: 3px solid #e74c4f;
}
.text-headline-style-2 h3 {
    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);
}
.text-headline-style-2 h3 {
  background-color: #e74c4f;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  line-height: 28px;
  padding: 7px 20px 7px;
  position: relative;
  left: 11px;
  margin: 0;
}
.text-headline-style-2 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);
}
.entertainment-heading-details {
  border-top: 3px solid #e74c4f;
  background-color: #F2F2F2;
  position: relative;
  padding: 6px 10px;
  min-height: 179px;
  max-height: 179px;
  overflow: hidden;
}
.entertainment-heading-details h2 {
  margin: 0;
  color: #000;
  font-size: 24px;
  line-height: 28px;
  padding-bottom: 3px;
}
.entertainment-heading-details p {
  margin: 0;
  color: #000;
  font-size: 16px;
  line-height: 22px;
}
.entertainment-small-details {
  border-top: 3px solid #e74c4f;
  background-color: #F2F2F2;
  position: relative;
  padding: 5px;
  min-height: 84px;
  max-height: 84px;
  overflow: hidden;
}
.entertainment-small-details span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.entertainment-small-details h2 {
  margin: 0;
  color: #000;
  font-size: 18px;
  line-height: 22px;
}
.entertainment-small {
  padding-bottom: 24px;
}

/*====================== LIFT STYLE SECTION ===========================*/
.life-style-section {
  padding: 40px 0 40px;
}
.life-style-left {
  width: 73.27%;
  float: left;
}
.life-style-right {
  width: 26.73%;
}
.life-style-top-banner {
  margin-bottom: 20px;
}
.text-headline-lift-style {

}
.text-headline-lift-style h3 {
    border-bottom: 2px solid #e74c4f;
    line-height: 100%;
    margin: 0 0 15px;
    font-size: 24px;
    margin-top: 4px;
}
.text-headline-lift-style h3 span {
    background: #19232d;
    padding: 7px 20px 5px;
    color: #fff;
    height: 30px;
    line-height: 39px;
    position: relative;
    border-bottom: 2px solid #e74c4f;
}
.text-headline-lift-style 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: -20px;
    margin-left: -10px;
    left: 50%;
    border-width: 10px;
    border-style: solid;
}
.life-style-left-news {
  background: #f6f6f6;
  margin-bottom: 24px;
  border-bottom: 1px solid #e74c4f;
}
.life-style-news-details h3 {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin: 0;
}
.life-style-news-details {
  padding: 8px 10px;
  min-height: 63px;
  max-height: 63px;
  overflow: hidden;
}
.life-style-news-details span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.life-style-left-news .time {
  background: #f6f6f6;
  margin: 0;
  color: #333;
  display: block;
  padding: 5px 10px 2px;
}
.life-style-left-news-2 {
  background: #f6f6f6;
  border-bottom: 1px solid #e74c4f;
}
.life-style-news-details-2 {
  padding: 8px 10px;
  min-height: 87px;
  max-height: 87px;
  overflow: hidden;
}
.life-style-news-details-2 span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.life-style-left-news-2 h3 {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin: 0;
}
.life-style-left-news-2 .time {
  background: #f6f6f6;
  margin: 0;
  color: #333;
  display: block;
  padding: 5px 10px 2px;
}

/*====================== ENTERTAINMENT TWO ===========================*/
.entertainment-three {
  background: #fff;
  width: 100%;
  padding: 40px 0;
}
.entertainment-three-big {
  background-color: #F2F2F2;
  padding: 8px;
  box-shadow: 1px 2px 0 0 rgba(0,0,0,0.05);
}
.entertainment-three-small {
  background-color: #F2F2F2;
  padding: 8px;
  position: relative;
  margin-bottom: 24px;
  box-shadow: 1px 2px 0 0 rgba(0,0,0,0.05);
}

.entertainment-three-small-text {
  position: absolute;
  bottom: 8px;
  width: 95.2%;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}
.entertainment-three-small-text h3 {
  font-size: 18px;
  padding: 5px;
  color: #fff;
  line-height: 22px;
  margin: 0;
}
.entertainment-three-big-text {
  max-height: 159px;
  min-height: 159px;
  overflow: hidden;
}
.entertainment-three-big-text h3 {
  font-size: 22px;
  line-height: 28px;
  margin: 0;
  color: #000;
  padding: 8px 5px 5px;
}
.entertainment-three-big-text p {
  margin: 0;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  padding: 0 8px;
}
.entertainment-three-small-2 {
  background-color: #F2F2F2;
  padding: 8px;
  position: relative;
  box-shadow: 1px 2px 0 0 rgba(0,0,0,0.05);
}
.entertainment-three-small-text-2 {
  position: absolute;
  bottom: 8px;
  width: 94.5%;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}
.entertainment-three-small-text-2 h3 {
  font-size: 18px;
  padding: 5px;
  color: #fff;
  line-height: 22px;
  margin: 0;
}
/*======================== PHOTO GALLERY WRAPPER ================================*/
.photo-gallery-wrapper {
  padding: 35px 0 18px;
  background: #fff;
}
.slider-wrapper {
  background: #fff;
  padding: 8px;
  -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
  -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
  box-shadow: 0px 1px 5px 0px #4a4a4a;
  min-height: 432px;
  max-height: 432px;
  overflow: hidden;
}
.life-style-heading-three {
  margin-bottom: 15px;
  position: relative;
}
.life-style-heading-three h3 {
  background-color: #19232d;
  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);
}
.life-style-heading-three 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);
}

.life-style-heading-three:before {
  position: absolute;
  content: '';
  width: 100%;
  border-top: 2px solid #e74c4f;
  display: inline-block;
  vertical-align: bottom;
  left: 0;
  bottom: -2px;
  z-index: 99;
}
.photo-gallery-single {
  position: relative;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 24px;
}
.photo-gallery-text {
  padding: 6px 8px 3px;
  min-height: 78px;
  max-height: 78px;
  overflow: hidden;
}
.photo-gallery-text h3 {
  font-size: 18px;
  line-height: 21px;
  color: #000;
  margin: 0;
}
.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-single a:hover .photo-gallery-image .fa{
  color: #333;
}
/*=================== VIDEO GALLERY SECTION ==============================*/
.video-gallery-section {
  padding: 35px 0 70px;
}
.video-gallery-heading {
  position: relative;
  margin-bottom: 25px;
  text-align: center;
}
.title-bg {
  position: relative;
  font-size: 20px;
  color: #101010;
  line-height: 20px;
  display: inline-block;
  text-transform: uppercase;
  margin: 0;
}
.title-bg:before {
  bottom: -16px;
    width: 100px;
    padding: 4px 0 5px;
    border-style: solid;
    border-width: 1px 0;
    border-color: #e74c4f;
}
.title-bg:before, .title-bg:after{
  content: " ";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.title-bg:after {
  bottom: -11px;
    width: 100%;
    height: 1px;
    background-color: #e74c4f;
}
.title-bg a {
  color: #000;
  font-size: 28px;
  text-decoration: none;
}
.single-videos {
  position: relative;
  overflow: hidden;
}
.single-videos .images {
  position: relative;
  overflow: hidden;
}
.single-videos .images a {
  display: block;
  transition: all 0.5s ease 0s;
  text-decoration: none;
}
.single-videos .images .overley {
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  text-align: left;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  transform: scaleY(0);
  transform-origin: 0 1 0;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.single-videos .images:after {
  /* background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0; */
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.single-videos .images .overley .videos-icon{
  padding: 20% 0;
  text-align: center;
}
.single-videos .images a img {
  transition: all 0.5s ease 0s;
}
.single-videos .images:hover .overley{
  opacity: 1;
  transform: scaleY(1);
  z-index: 10;
}
.videos-text {
  position: absolute;
  /* z-index: 10; */
  /* background-color: #fff; */
  padding: 10px;
  max-height: 64px;
  min-height: 64px;
  bottom: 0;
  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%);
}
.single-videos h3 {
  margin: 0;
  transition: all 0.5s ease 0s;
  font-size: 20px;
  line-height: 22px;
}
.single-videos a {
  color: #fff;
}
.overley .videos-icon a img {
  width: auto;
  margin: auto;
}
#featured-videos-section .owl-nav .owl-next {
  background: transparent;
  width: 30px;
  height: 30px;
  border-radius: 0;
  opacity: 1;
  margin: 2px;
  left: 600px;
  position: absolute;
  top: 225px;
  border: 1px solid #e74c4f;
  transition: all 0.5s ease 0s;
  text-align: center;
}
#featured-videos-section .owl-nav .owl-next i {
  color: #e74c4f !important;
}
#featured-videos-section .owl-nav .owl-next:hover {
  background: #e74c4f;
  border: 1px solid #e74c4f;
}
#featured-videos-section .owl-nav .owl-next:hover i {
  color: #ffffff !important;
}
#featured-videos-section .owl-nav .owl-next i {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #e74c4f;
}
#featured-videos-section .owl-nav .owl-prev {
  background: transparent;
  width: 30px;
  text-align: center;
  height: 30px;
  border-radius: 0;
  opacity: 1;
  margin: 2px;
  right: 600px;
  top: 225px;
  position: absolute;
  border: 1px solid #e74c4f;
  transition: all 0.5s ease 0s;
}
#featured-videos-section .owl-nav .owl-prev i {
  color: #e74c4f !important;
}
#featured-videos-section .owl-nav .owl-prev:hover {
  background: #e74c4f;
  border: 1px solid #e74c4f;
}
#featured-videos-section .owl-nav .owl-prev:hover i {
  color: #ffffff !important;
}
#featured-videos-section .owl-nav .owl-prev i {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #d51f26;
}
.owl-carousel .owl-item.active {
  transform: scale(0.9);
  transition: .5s ease-in-out;
}
.owl-carousel .owl-item.active.center {
  /* width: 400px; */
  transform: scale(1.1);
  transition: .5s ease-in-out;
}
.single-videos .images i{
  position: absolute;
      top: 50%;
      left: 50%;
      height: 50px;
      width: 50px;
      background: #d51f26;
      transform: translate(-50%, -50%);
      text-align: center;
      line-height: 51px;
      color: #fff;
      border-radius: 50%;
      font-size: 25px;
      padding-left: 5px;
      /* border: 3px solid #fff; */
      -webkit-box-shadow: 0 0 15px 1px grey;
      -moz-box-shadow: 0 0 15px 1px gray;
      box-shadow: 0 0 15px 1px grey;
      opacity: 0.9;
}
.single-videos a:hover .images i{
  color: #d51f26;
  background: #fff;
}
.owl-carousel .owl-item.active.center .single-videos .images i{
  color: #d51f26;
  background: #fff;
}

/*========================= FOOTER STYLE ========================*/
.footer-top {
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  padding: 15px 0;
}
.footer-top-left {
  float: left;
}
.footer-top-right {
  float: right;
}
.footer-logo img {
  width: 70%;
  height: auto;
}
.social-top-icon-2 {
  padding: 0;
  margin: 0;
  display: flex;
  padding-top: 10px;
}
.social-top-icon-2 li {
  list-style: none;
  margin: 0;
}
.social-top-icon-2 li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  text-decoration: none;
  font-size: 22px;
  color: #000;
  line-height: 22px;
  transition: 0.5s;
  cursor: pointer;
}
.social-top-icon-2 li a:hover {
  color: #fff;
}
.social-top-icon-2 li a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  border-radius: 50%;
  z-index: -1;
  transform: scale(0);
  transition: 0.5s cubic-bezier(.95,.32,.37,1.31);
}
.social-top-icon-2 li a:hover:before {
  transform: scale(1);
}

.social-top-icon-2 li:nth-child(1) a:hover:before {
  background: #3b5999;
}
.social-top-icon-2 li:nth-child(2) a:hover:before {
  background: #cd201f;
}
.social-top-icon-2 li:nth-child(3) a:hover:before {
  background: #55acee;
}
.social-top-icon-2 li:nth-child(4) a:hover:before {
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}
.social-top-icon-2 li:nth-child(5) a:hover:before {
  background: #007bb6;
}
.social-top-icon-2 li:nth-child(6) a:hover:before {
  background: #cb2027;
}
.social-top-icon-2 li:nth-child(7) a:hover:before {
  background: #F26522;
}
.footer-middle {
  background: rgba(0, 0, 0, 0.35);
  width: 100%;
}
.footer-middle-row {
  padding: 20px 0;
}
.footer-details {
  padding: 35px 0;
}
.footer-bottom {
  /* background: rgba(0, 0, 0, 0.45); */
  background: #4c4c4c;
  width: 100%;
  color: #fff;
}
.footer-bottom-row {
  padding: 15px 0;
}
.footer-bottom-row p {
  font-size: 14px;
}
.footer-bottom-row a {
  /* color: #fbc02d; */
  color: #0c980c;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.design-link {
  float: right;
}
.footer-facebook-like {
  float: right;
}
.footer-details .small-email {
  font-size: 16px;
}
.footer-details h3 {
  line-height: 40px;
  font-size: 28px;
  margin: 0;
}
.footer-bottom-row p {
  margin: 0;
}
.footer-details a {
  color: #000;
  transition: all 0.5s ease 0s;
}
.footer-details a:hover {
  padding-left: 5px;
}
.footer-details span {
  color: #231010;
}
.footer-details span i {
  color: #000;
  font-size: 18px;
}
.ul-play-store {
  margin: 0;
  padding: 0;
  text-align: center;
}
.ul-play-store li {
  list-style: none;
  display: inline-block;
  width: 145px;
  padding-top: 11px;
  padding-right: 5px;
}
.ul-play-store li a {
  text-decoration: none;
  display: inline-block;
}
.ul-play-store li:hover img {
  opacity: 0.75;
  transition: all 0.5s ease 0s;
}

/*========================== DESH JURA ====================================*/
.desh-jura-wrapper {
  padding: 40px 0 20px;
  background: #fff;
}
.new-country-section-left{
  width: 73.27%;
  float: left;
}
.new-country-section-right{
  width: 26.73%;
  float: left;
}
.desh-jura-details {
  /* padding: 7px; */
  position: relative;
  background: #F2F2F2;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
}
.desh-jura-details-heading h2 {
  margin: 0;
  padding: 0 5px;
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 3px;
  color: #000;
}
.desh-jura-details-heading {
  padding-top: 5px;
  min-height: 76px;
  max-height: 76px;
  overflow: hidden;
}
.desh-jura-details-heading span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.desh-jura-details-heading p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
.desh-jura-right {
  /* padding: 7px 7px 0 7px; */
  position: relative;
  background: #F2F2F2;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.desh-jura-right h3 {
  margin: 0;
  padding: 0 5px;
  font-size: 18px;
  line-height: 23px;
  color: #000;
}
.desh-jura-right-heading {
  padding: 5px 7px;
  min-height: 76px;
  max-height: 76px;
  overflow: hidden;
}
.desh-jura-right-heading span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.new-country-ul {
    background-color: #f1f4f7;
    position: relative;
    margin: 0;
    padding: 0;
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}
.new-country-ul li {
    list-style-type: none;
    position: relative;
    display: inline-block;
    width: 100%;
}
.new-country-ul li a {
    background-color: #f1f4f7;
    padding: 8px;
    display: inline-block;
    margin-bottom: -7px;
    width: 100%;
    border-bottom: 1px dashed #929292;
}
.new-country-ul-left {
    float: left;
    width: 40%;
    padding-right: 2%;
    position: relative;
}
.new-country-ul-left img {
    max-height: 88px;
    min-height: 88px;
    min-width: 100%;
    max-width: 100%;
    overflow: hidden;
}
.new-country-ul-right {
    float: left;
    width: 60%;
    overflow: hidden;
}
.new-country-ul-right h3 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 23px;
    transition: all .5s ease 0s;
    padding-left: 2px;
    color: #000;
}
.new-country-ul li:last-child a {
    border: 0;
}
/*=================== MAP NEWS ======================*/
.map-title {
  position: relative;
  text-align: center;
}
.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: #eff3f4;
  position: relative;
  padding: 21px 16px;
}
.btn-date-picker {
  position: relative;
  z-index: 10;
  overflow: hidden;
  transition-duration: 0.50s;
  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: .3s;
    transition-duration: .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: .25rem;
}
.division-style:after {
    clear: both;
    content: "";
    display: table;
}
/*================================================
             3. BACK TO TOP
==================================================*/
.scrollup {
  background: #19232d  none repeat scroll 0 0;
  border: 1px solid #19232d;
  bottom: 38px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  height: 40px;
  line-height: 35px;
  position: fixed;
  right: 30px;
  text-align: center;
  width: 40px;
  z-index: 99999;
}
.scrollup:hover {
  background: #ffffffff;
  color: #000000;
  border: 1px solid #19232d;
  transition: 1s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.back-to-top span {
  padding-bottom: 10px;
}
.back-to-top--active {
  visibility: visible;
  -webkit-animation: back-to-top .3s ease-in;
  animation: back-to-top .3s ease-in;
  transition: width 2s;
}

/*============== MEGA MENU =======================*/
#cssmenu li:hover > ul.mega-menu {
  /* max-height: 300px; */
}
#cssmenu ul ul.mega-menu li {
  height: 30px;
}
#cssmenu ul ul.mega-menu .mega-menu-container {
  height: 159px;
  position: relative;
  left: -1002px;
  width: 1188px;
  box-shadow: 0 6px 12px rgba(0,0,0,.7);
  border-bottom: 2px solid #e74c4f;
  background: #fff;
}

#cssmenu ul ul.mega-menu li.mega-menu-sub-li {
  /* padding: 7px 30px; */
}
#cssmenu ul ul.mega-menu li.mega-menu-sub-li a {
  width: 100%;
  /* text-align: center; */
}
#cssmenu ul ul.mega-menu li.mega-menu-sub-li:hover a {
  background: #fff;
  color: #DC2028;
  /* color: #e74c4f; */
}
/*============================= CATEGORY PAGE STYLE ============================*/
.category-breadcrumb {
    padding: 20px 0;
}
.new-breadcrumb-style {
    padding: 5px 0;
}
.new-breadcrumb-style-ul-top {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}
.new-breadcrumb-style-ul-top li {
    margin-right: 20px;
    display: inline-block;
}
.new-breadcrumb-style-ul-top li:first-child a h1 {
    color: #ff8c00;
    font-size: 40px;
}
.new-breadcrumb-style-ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.new-breadcrumb-style-ul li {
    position: relative;
    padding-left: 10px;
    display: inline-block;
}
.new-breadcrumb-style-ul li:before {
    content: "";
    position: absolute;
    top: 11px;
    background: red;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    transition: .5s;
}
.new-breadcrumb-style-ul li:first-child {
    padding-left: 0;
}
.new-breadcrumb-style-ul li a {
    padding-left: 15px;
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 16px;
    line-height: 30px;
    transition: .5s;
}
.new-breadcrumb-style-ul li a:hover {
    color: red;
}
.category-top {
  margin-bottom: 30px;
}
.top-category-left {
  width: 73.27%;
  float: left;
}
.top-category-right {
  width: 26.73%;
  float: left;
}
.category-top-lead {
  background: #fff;
  padding: 7px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 24px!important;
}
.catagory-details-lead {
  padding: 0 5px;
  max-height: 340px;
  min-height: 340px;
  overflow: hidden;
  padding-top: 7px;
}
.catagory-details-lead h2 {
  margin: 0;
  color: #000;
  line-height: 30px;
  font-size: 30px;
  padding-bottom: 7px;
}
.catagory-details-lead p {
  margin: 0;
  color: #000;
  text-align: justify;
  line-height: 24px;
}
.catagory-details-lead span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 16px;
}
.single-block-category {
  margin-top: 20px;
  background: #fff;
  padding: 7px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.img-single-block-category {

}
.single-block-catagory-heading {
  max-height: 85px;
  min-height: 85px;
  overflow: hidden;
  padding-top: 9px;
}
.single-block-catagory-heading span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.single-block-catagory-heading h3 {
  color: #000;
  margin: 0;
  font-size: 20px;
  line-height: 24px;
}
.category-lead-news img{
  height: 341px;
}
.category-lead-news-second {
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  padding: 7px;
  margin-bottom: 24px;
}
.category-lead-news-second-heading {
  min-height: 71px;
  max-height: 71px;
  overflow: hidden;
  padding-top: 3px;
  padding-left: 3px;
}
.category-lead-news-second-heading h3 {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  margin: 0;
}
.category-lead-news-second-heading span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
/*====================== CATAGORY PAGE TAB ==========================*/
.right-category-tab {
  margin-bottom: 27px;
}
.category-page-tab {
  width: 100%;
  margin-top: 27px;
}
.category-page-tab .nav-item {
    display: block;
    float: left;
    width: 33.33%;
}
.category-page-tab .nav-item .nav-link {
  transition: background-color .3s 0s;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background: #19232d;
  border-radius: 0;
  padding: 9px 0;
  border-top: 3px solid transparent;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.category-page-tab .nav-link.active {
    background: #fff;
    color: #19232d;
    border-top: 3px solid #e74c4f;
}
.category-page-least-news {
  max-height: 322px;
  overflow-y: auto;
}

.allnews-title {
  position: relative;
}
.all-news-btn {
  position: relative;
  z-index: 10;
  overflow: hidden;
  transition-duration: 0.50s;
  background: #e74c4f;
  color: white;
  font-size: 18px;
  padding: 5px 10px 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;
  display: block;
  width: 100%;
  border-radius: 0;
}
.all-news-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.all-news-btn:hover {
    color: #e74c4f;
}
.all-news-btn:focus:before, .all-news-btn:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.allnews-title-2 {
  position: relative;
}
.allnews-title-2 a {
  display: block;
  text-align: center;
  border: none;
  padding: 5px;
  color: #000;
  background: #f6f6f6;
  text-decoration: none;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
  -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
  -o-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
}

.allnews-title-3 {
  position: relative;
}
.all-news-btn-2 {
  position: relative;
  z-index: 10;
  overflow: hidden;
  transition-duration: 0.50s;
  background: #19232d;
  color: white;
  font-size: 18px;
  padding: 5px 10px 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;
  display: block;
  width: 100%;
  border-radius: 0;
}
.all-news-btn-2: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: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.all-news-btn-2:hover {
    color: #19232d;
}
.all-news-btn-2:focus:before, .all-news-btn-2:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.btn-more {
  position: relative;
  z-index: 10;
  overflow: hidden;
  transition-duration: 0.50s;
  background: #e74c4f;
  color: white;
  font-size: 18px;
  padding: 5px 10px 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;
  display: block;
  width: 100%;
  border-radius: 0;
}
.btn-more: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: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn-more:hover {
    color: #e74c4f;
}
.btn-more:focus:before, .btn-more:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.btn-more-wrapper {
  position: relative;
  padding-top: 20px;
}
.main-banner-category {
  padding-top: 30px;
}
/*============= CATEGORY SECOND PAGE STYLE ======================*/
.category-second-lead-main {
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  padding: 7px;
}
.category-second-lead {
  min-height: 80px;
  max-height: 80px;
  overflow: hidden;
  padding-top: 3px;
  padding-left: 3px;
}
.category-second-lead span{
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}

.category-second-lead h3 {
  font-size: 22px;
  line-height: 26px;
  color: #000;
  margin: 0;
}
.text-headline-style-3-category h3 {
  border-bottom: 2px solid #e74c4f;
  line-height: 100%;
  margin: 0 0 0px;
  font-size: 22px;
}
.text-headline-style-3-category h3 span {
  background: #19232d;
  padding: 7px 30px;
  color: #fff;
  height: 30px;
  line-height: 41px;
  position: relative;
  border-bottom: 2px solid #e74c4f;
}
.text-headline-style-3-category-details h3 span {
  background: #ffffff;
  color: #000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.text-headline-style-3-category 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: -20px;
  margin-left: -10px;
  left: 50%;
  border-width: 10px;
  border-style: solid;
}


/*================== DETAILS PAGE STYLE =======================*/
.details-page {
  padding-top: 25px;
  padding-bottom: 25px;
}
.details-left {
  width: 15.20%;
  float: left;
}
.details-middle {
  width: 58.07%;
  float: left;
}
.details-right {
  width: 26.73%;
  float: left;
}
.details-side-banner {
  padding-top: 24px;
}
.main-banner-category-details{
  padding: 30px 0;
}
.details-left-top {
  background: #fff;
  padding: 10px;
  color: #000;
  font-size: 13px;
  line-height: 18px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.media-part {
  padding: 5px 0;
}
.details-heading-time {
  padding-top: 10px;
  font-size: 16px;
  line-height: 20px;
}
.details-main-news {
  background: #fff;
  padding: 7px;
  /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); */
}
.details-main-news {

}
.details-main-news h2 {
  margin: 0;
  font-size: 30px;
  line-height: 32px;
  color: #000;
}
.details-main-news img {
  padding: 10px 0;
}
.details-main-news p {
  margin: 0;
  text-align: justify;
  padding: 5px 10px;
  margin-bottom: 10px;
  line-height: 24px;
  font-size: 18px;
}
.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;
}
.more-news-add {
  max-height: 646px;
  overflow-y: auto;
}
.details-page-breadcrumb {
  border-radius: 0;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  padding: 6px;
}
.details-page-breadcrumb li a {
  color: #e74c4f;
  font-size: 22px;
}
.details-page-breadcrumb .active {
  color: #000;
  font-size: 18px;
  line-height: 34px;
}
.more-news-wrapper {
  margin-top: 24px;
}
.details-side-banner-left {
  padding-top: 24px;
  padding-bottom: 7px;
}
.details-bottom-more-news-title {
  margin-top: 24px;
}
.single-block-details {
  margin-top: 20px;
  background: #fff;
  padding: 7px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.single-block-details-heading {
  max-height: 70px;
  min-height: 70px;
  overflow: hidden;
}
.single-block-details-heading {
  padding-top: 3px;
}
.single-block-details-heading span{
    color: #e74c4f;
    font-size: 14px;
    line-height: 14px;
}
.single-block-details-heading h3 {
  color: #000;
  margin: 0;
  font-size: 17px;
  line-height: 21px;
}
.img-single-block-details img {
  height: 70px;
}
.banner-bg-color {
  background: #eff3f4;
}


.sticky-wrapper {
  height: auto!important;
}
/*============= NEW CATEGORY STYLE ==================*/
.category-row {

}
.category-lead-news {
  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.8) 100%); */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, .8) 100%);
  color: #fff;
  bottom: 0;
  padding: 20px 10px 10px;
}
.category-lead-news-heading h3 {
  margin: 0;
  font-size: 24px;
  line-height: 28px;
}
.category-lead-news-small {
  position: relative;
  margin-bottom: 24px;
  height: 159px;
}
.category-lead-news-small img {
  height: 159px;
}
.category-lead-news-heading-small {
  position: absolute;
  width: 98%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, .8) 100%);
  color: #fff;
  bottom: 0;
  padding: 20px 10px 5px;
}
.category-lead-news-heading-small h3 {
  margin: 0;
  font-size: 20px;
  line-height: 24px;
}
.category-lead-news-small-wrapper {
  position: relative;
}





/*====== NEW PHOTOGALLERY DETAISL PAGE STYLE ======*/
.top-nav-color {
  z-index: 99 !important;
}
.details-photo-gallery {
  background: #fff;
  padding: 7px;
}
.details-photo-gallery-heading {
  position: relative;
  padding: 5px;
}
.details-photo-gallery-heading h1 {
  margin: 0;
  font-size: 30px;
  line-height: 32px;
  color: #000;
}
#lightgallery {
  margin: 0;
  padding: 0;
}
#lightgallery li {
  position: relative;
}
#lightgallery li a img {
  padding: 10px 0;
}
#lightgallery li a {
  cursor: zoom-in;
}
#lightgallery li p {
  font-size: 18px;
  color: #000;
  margin: 0;
  line-height: 20px;
  margin-bottom: 5px;
}
#lightgallery li .icon-box {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 10px;
}
#lightgallery li .icon-box i {
  color: #fff;
  padding: 10px 13px;
  background: rgba(220,36,40,0.8);
  display: inline-block;
  font-size: 20px;
  cursor: pointer;
}
.photo-gallery-more-news-row {
  margin-top: 24px;
}
.photo-gallery-more-news {
  position: relative;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 24px;
}
.gallery-more-news-image {
  position: relative;
}
.gallery-more-news-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-more-news a:hover .gallery-more-news-image .fa{
  color: #333;
}
.gallery-more-news-heading {
  padding: 6px 5px 0;
  min-height: 72px;
  max-height: 72px;
  overflow: hidden;
}
.gallery-more-news-heading h3 {
  font-size: 17px;
  line-height: 22px;
  color: #000;
  margin: 0;
}
/*====== NEW VIDEO GALLERY DETAISL PAGE STYLE ======*/
.video-gallery-details {
  background: #fff;
  padding: 7px;
}
.video-gallery-details-heading {
  position: relative;
  padding: 5px;
}
.video-gallery-details p {
  font-size: 18px;
  color: #000;
  margin: 0;
  line-height: 20px;
  margin-bottom: 5px;
}
.embed-responsive {
  margin-top: 5px;
  margin-bottom: 10px;
}
.video-gallery-details-heading h1 {
  margin: 0;
  font-size: 30px;
  line-height: 32px;
  color: #000;
}
.video-gallery-more-news-row {
  margin-top: 24px;
}
.video-gallery-more-news {
  position: relative;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 24px;
}
.video-more-news-image {
  position: relative;
}
.video-more-news-image .fa {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  padding: 5px 7px;
  position: absolute;
  z-index: 1;
  color: #e74c4f;
}
.video-gallery-more-news a:hover .video-more-news-image .fa{
  color: #333;
}
.video-more-news-heading {
  padding: 6px 5px 0;
  min-height: 72px;
  max-height: 72px;
  overflow: hidden;
}
.video-more-news-heading h3 {
  font-size: 17px;
  line-height: 22px;
  color: #000;
  margin: 0;
}
/*====== NEW PHOTO GALLERY CATEGORY PAGE STYLE ======*/
.photo-gallery-category-row {

}
.photo-gallery-category {
  position: relative;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 24px;
}
.photo-gallery-category-image {
  position: relative;
}
.photo-gallery-category-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-category a:hover .photo-gallery-category-image .fa{
  color: #333;
}
.photo-gallery-category-heading {
  padding: 6px 5px 0;
  min-height: 72px;
  max-height: 72px;
  overflow: hidden;
}
.photo-gallery-category-heading h2 {
  font-size: 17px;
  line-height: 22px;
  color: #000;
  margin: 0;
}
.btn-more-photo-catagory {
  position: relative;
  padding-top: 10px;
}

/* =========== DISTRICT PAGE STYLE =============*/
.district-contaienr {
  margin-bottom: 35px;
}
.district-page-left {
  width: 73.27%;
  float: left;
}
.district-page-right {
  width: 26.73%;
  float: left;
}
.district-page-right-tab {
  margin-top: -2px;
}
.district-map-form {
  background: #fff;
  padding: 19px 17px 1px 17px;
  position: relative;
  margin: 0;
}
.btn-district {
  margin-top: 10px;
}
.district-map-left {
  position: relative;
}
.district-map-left h1 {
  margin: 0;
  display: inline-block;
  font-size: 35px;
  line-height: 44px;
  font-weight: 700;
  color: #000;
}


/*==== NEW VIDEO ICON ADD ====*/
.video-icon-block {
  position: relative;
}
.lead-other-news-img{
  position: relative;
}
.video-icon-block .fa-play, .lead-other-news-img .fa-play, .entertainment-news-img .fa-play{
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50px;
  width: 50px;
  background: rgba(0,0,0,0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  font-size: 30px;
  padding-left: 6px;
  border: 4px solid #fff;
  -webkit-box-shadow: 0 0 30px 2px grey;
  -moz-box-shadow: 0 0 30px 2px gray;
  box-shadow: 0 0 30px 2px grey;
  opacity: 0.9;
  /* z-index: 99999; */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.video-icon-block:hover .fa-play, .top-lead-news a:hover .video-icon-block .fa-play, .entertainment-small a:hover .fa-play, .international-news-ul li a:hover .fa-play, .other-sports-medium a:hover .small-video-icon-block .fa-play, .other-sports-small a:hover .small-video-icon-block .fa-play, .international-top-news a:hover .video-icon-block .fa-play, .entertainment-three-big a:hover .video-icon-block .fa-play,
.life-style-left-news-2 a:hover .small-video-icon-block .fa-play, .international-news-ul-2 li a:hover .small-video-icon-block .fa-play, .international-top-news-2 a:hover .video-icon-block .fa-play, .desh-jura-right a:hover .small-video-icon-block .fa-play, .new-country-ul li a:hover .small-video-icon-block .fa-play, .top-left-side-bar li a:hover .small-video-icon-block .fa-play, .other-sports-big a:hover .video-icon-block .fa-play, .life-style-left-news a:hover .video-icon-block .fa-play, .desh-jura-details a:hover .video-icon-block .fa-play, .category-lead-news-small a:hover .small-video-icon-block .fa-play, .category-lead-news-second a:hover .small-video-icon-block .fa-play, .single-block-category a:hover .small-video-icon-block .fa-play, .single-block-details a:hover .small-video-icon-block .fa-play
{
  border: 4px solid #e74c4f;
  background: #e74c4f;
}


/*==== NEW SMALL VIDEO ICON ADD ====*/
.small-video-icon-block {
  position: relative;
}
.small-video-icon-block .fa-play {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 35px;
  width: 35px;
  background: rgba(0,0,0,0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 27px;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  padding-left: 6px;
  border: 4px solid #fff;
  -webkit-box-shadow: 0 0 30px 2px grey;
  -moz-box-shadow: 0 0 30px 2px gray;
  box-shadow: 0 0 30px 2px grey;
  opacity: 0.9;
  /* z-index: 99999; */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.small-video-icon-block:hover .fa-play{
  border: 4px solid #e74c4f;
  background: #e74c4f;
}



.divider-details {
  border-top: 1px solid #d0cdcd;;
  margin: 5px 0;
}
.details-tag-heading .fa {
  color: #e74c4f;
}
