/*************************************

Template Name: citynewsdhaka - Online NewsPaper
Author: Jonayed Islam
Author Url: http://jonayed.com
Version: 1.0
Design and Developed by: Bongosoft Ltd.

****************************************/
@charset "utf-8";

@font-face {
  font-family: "SolaimanLipiNormal";
  src: url("../fonts/solaimanlipi/solaimanlipi_20-04-07.eot");
  src: url("../fonts/solaimanlipi/solaimanlipi_20-04-07.eot")
      format("embedded-opentype"),
    url("../fonts/solaimanlipi/solaimanlipi_20-04-07.woff") format("woff"),
    url("../fonts/solaimanlipi/solaimanlipi_20-04-07.ttf") format("truetype"),
    url("../fonts/solaimanlipi/SolaimanLipi_29-05-06.svg") format("svg");
}
:root {
  --color1: #1a1b1c;
  --white: #fff;
  --black1: #000;
  --black2: #282828;
  --gray: #555;
  /* #1b7780 */
  /* #022e52 */
  /* #124B65 */
}
body {
  font-family: "SolaimanLipiNormal", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #333;
  background: #eff3f4;
  /* background: #eaeaea; */
}

@media (min-width: 1200px) {
  .container {
    max-width: 1212px !important;
  }
}
/*======================== For LAZY LOAD CSS ============================*/
.lazyload {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.lazy-loaded {
  opacity: 1;
}
/*======================== CUSTOM BOOTSTRAP STYLE ============================*/
.custom-container {
  padding-left: 12px;
  padding-right: 12px;
}
.custom-row {
  margin-right: -12px;
  margin-left: -12px;
}
.custom-padding {
  padding-left: 12px;
  padding-right: 12px;
}
.p-0 {
  padding-left: 0;
  padding-right: 0;
}
.p-left-0 {
  padding-left: 0;
}
.p-right-0 {
  padding-right: 0;
}
.m-0 {
  margin-left: 0;
  margin-right: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
textarea {
  font-family: "SolaimanLipiNormal", Helvetica, Arial, SolaimanLipi, sans-serif;
  font-weight: 400;
}
a {
  font-family: "SolaimanLipiNormal", Helvetica, Arial, sans-serif;
}
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;
}

/*================================================
       BACK TO TOP
==================================================*/
.scrollup {
  background: #343a40 none repeat scroll 0 0;
  border: 1px solid #343a40;
  bottom: 38px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  height: 40px;
  line-height: 35px;
  position: fixed;
  right: 30px;
  text-align: center;
  width: 40px;
  z-index: 99;
}
.scrollup:hover {
  background: #ffffffff;
  color: #000000;
  border: 1px solid #343a40;
  transition: 1s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.back-to-top span {
  padding-bottom: 10px;
}
.back-to-top--active {
  visibility: visible;
  -webkit-animation: back-to-top 0.3s ease-in;
  animation: back-to-top 0.3s ease-in;
  transition: width 2s;
}
/*======================== HEADER STYLE ============================*/
.header-info {
  width: 100%;
  padding: 2px 0;
  position: relative;
}
.new-header {
  background: #fff;
  position: relative;
  width: 100%;
  padding: 20px 0;
}
.top-banner-wrapper{
  background: #fff;
  padding-top: 10px;
  padding-bottom: 5px;
}
.d-ad{
  display: unset;
}
.m-ad{
  display: none;
}
.big-banner-1 {
  text-align: center;
  margin-bottom: 40px;
}
.big-banner-2 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
.big-banner-3 {
  text-align: center;
  margin-bottom: 40px;
}
.big-banner-33{
  margin-bottom: 40px;
}
.big-banner-4 {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 6px;
}
.big-banner-5 {
  text-align: center;
  margin-top: 40px;
}
.big-banner-6 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: -10px;
}
.header-top-area {
  /* background: #f0f0ed; */
}
.top-date {
  font-size: 14px;
  line-height: 30px;
  color: #000;
}
.current-date {
  margin: 0;
  padding: 0;
  padding-top: 12px;
}

.current-date li {
  display: inline-block;
  margin-right: 0;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}
.current-date li span {
  display: block;
}
.current-date li i {
  padding-left: 5px;
  padding-right: 5px;
  color: #000;
}
.language-wrapper {
  text-align: right;
  padding-right: 5px;
  margin-bottom: 13px;
  padding-top: 3px;
}
.language-wrapper .custom-select {
  padding: 3px 5px;
  color: #000;
  height: 30px;
  width: 100px;
  text-align: justify;
  /* color: #ced4da; */
}
.language-wrapper .custom-select:focus {
  outline: 0;
  box-shadow: none;
  border-color: #ced4da;
}
.language-ul {
  margin: 0;
  padding: 0;
}
.language-ul li {
  list-style: none;
  display: inline-block;
}
.language-ul li a {
  color: #000;
  display: inline-block;
}
.language-ul li:first-child {
  margin-right: 5px;
}
/* .language-wrapper .bn-flag img {
  margin-right: 3px;
}
.language-wrapper .en-flag {
  display: inline-block;
}
.language-wrapper .en-flag img {
  margin-right: 3px;
} */
/*----------------------------------
	Social Share
-----------------------------------*/
.tc-social-share.social-animation-top {
    height: 31px;
}
.social-share-icon {
  text-align: right;
  margin-bottom: 0;
  /* margin-top: 6px; */
  /* padding-top: 24px; */
}
.e-paper-area{
  float: left;
  text-align: right;
  width: 34%;
  padding-top: 4px;
}
.e-paper-area a{
  color: #222;
  font-size: 17px;
  line-height: 18px;
}
.e-paper-area a:hover{
  color: #e90c0c;
}
.tc-social-share a {
  display: inline-block;
  margin-right: 0;
  margin-bottom: 0;
}
.tc-social-share .social-icon {
  display: inline-block;
  font-size: 0;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #444;
  /* -webkit-box-shadow: 0 0 0 2px rgba(0,0,0,0.09);
  box-shadow: 0 0 0 2px rgba(0,0,0,0.09); */
  overflow: hidden;
  -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  transition: background 0.3s, color 0.3s,
  box-shadow 0.3s;
  margin-bottom: 0;
}
.tc-social-share .social-icon:after {
  display: none;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.tc-social-share .social-icon:before  {
  speak: none;
  font-size: 17px;
  line-height: 31px;
  display: block;
  -webkit-font-smoothing: antialiased;
}
.tc-social-share .social-icon:hover {
  background: #444;
  color: #fff;
  /* -webkit-box-shadow: 0 0 0 2px #444;
  box-shadow: 0 0 0 2px #444; */
}
.tc-social-share .social-icon:hover:before {
  -webkit-animation: animationLeft 0.3s forwards;
  animation: animationLeft 0.3s forwards;
}
/* =================== social share buttons ================ */
.social-share-icon ul {
  /* display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  display: inline-block;
  margin: 0;
  padding: 0;
}

.social-share-icon ul li {
  list-style: none;
  display: inline-block;
}

.social-share-icon ul li a {
  width: 35px;
  height: 35px;
  background-color: #fff;
  text-align: center;
  line-height: 29px;
  font-size: 18px;
  margin: 0 4px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 3px solid #fff;
  z-index: 1;
}

.social-share-icon ul li a .icon {
  position: relative;
  color: #262626;
  transition: .5s;
  z-index: 3;
  font-size: 18px;
}

.social-share-icon ul li a:hover {
  border-radius: 0;
}
.social-share-icon ul li a:hover .icon {
  color: #fff;
  transform: rotateY(360deg);
}

.social-share-icon ul li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  transition: .5s;
  z-index: 2;
}

.social-share-icon ul li a:hover:before {
  top: 0;
}

.social-share-icon ul li:nth-child(1) a:before{
  background: #3b5999;
}

.social-share-icon ul li:nth-child(2) a:before{
  background: #55acee;
}

.social-share-icon ul li:nth-child(3) a:before {
  background: #0077b5;
}

.social-share-icon ul li:nth-child(4) a:before {
  background: #e4405f;
}
.social-share-icon ul li:nth-child(5) a:before {
  background: #c4302b;
}
/* .social-share-icon ul li:nth-child(6) a:before {
  background: #BB0B1F;
} */
.social-share-icon ul li:nth-child(6) a:before {
  background: #ee802f;
}
/*----------------------------------
	Social Share Colors
-----------------------------------*/
.tc-social-share i[class*="-facebook"] {
  background: #4766A9;
  color: #fff;
}
.tc-social-share i[class*="-facebook"]:hover {
  background: #4766A9;
  color: #fff;
}
.tc-social-share i[class*="-twitter"] {
  background: #00ACED;
  color: #fff;
}
.tc-social-share i[class*="-twitter"]:hover {
  background: #00ACED;
  color: #fff;
}
.tc-social-share i[class*="-youtube"] {
  background: #c4302b;
  color: #fff;
 }
.tc-social-share i[class*="-youtube"]:hover {
  background: #c4302b;
  color: #fff;
}
.tc-social-share i[class*="-rss"] {
  background: #ee802f;
  color: #fff;
}
.tc-social-share i[class*="-rss"]:hover {
  background: #ee802f;
  color: #fff;
}
.tc-social-share i[class*="-instagram"] {
  background: #e4405f;
  color: #fff;
}
.tc-social-share i[class*="-instagram"]:hover {
  background: #e4405f;
  color: #fff;
}
.tc-social-share i[class*="-pinterest-p"] {
  background: #BB0B1F;
  color: #fff;
}
.tc-social-share i[class*="-pinterest-p"]:hover {
  background: #BB0B1F;
  color: #fff;
}
.tc-social-share i[class*="-linkedin"] {
  background: #0e76a8;
  color: #fff;
}
.tc-social-share i[class*="-linkedin"]:hover {
  background: #0e76a8;
  color: #fff;
}
.tc-social-share i:hover{
  /* background: #ede1e1 !important; */
  border-radius: 0 !important;
}
/*----------------------------------
	Social Corners
-----------------------------------*/
.tc-social-square .social-icon {border-radius: 0;}
.tc-social-round .social-icon {border-radius: 4px;}
/*----------------------------------
	Social Sizes
-----------------------------------*/
.tc-social-small .social-icon {width: 50px;height: 50px;}
.tc-social-small .social-icon:before {font-size: 24px;line-height: 50px;}
.tc-social-medium .social-icon {width: 64px;height: 64px;}
.tc-social-medium .social-icon:before {font-size: 32px;line-height: 64px;}
/*----------------------------------
	Animation Effect
-----------------------------------*/
.tc-social-share.social-animation-right .social-icon:hover:before {
  -webkit-animation: animationRight 0.3s forwards;
  animation: animationRight 0.3s forwards;
}
.tc-social-share.social-animation-top .social-icon:hover:before {
  -webkit-animation: animationTop 0.3s forwards;
  animation: animationTop 0.3s forwards;
 }
.tc-social-share.social-animation-bottom .social-icon:hover:before {
  -webkit-animation: animationBottom 0.3s forwards;
  animation: animationBottom 0.3s forwards;
}
/*----------------------------------
	Animation Top
-----------------------------------*/
@-webkit-keyframes animationTop {
	49% {-webkit-transform: translateY(100%);}
	50% {opacity: 0;-webkit-transform: translateY(-100%);}
	51% {opacity: 1;}
}
@keyframes animationTop {
	49% {transform: translateY(100%);}
	50% {opacity: 0;transform: translateY(-100%);}
	51% {opacity: 1;}
}
.logo-area {
  background: #4267B2;
  padding: 15px 0;
}
.header-banner {
  text-align: right;
  padding-top: 6px;
}
.main-logo {
 text-align: center;
}
.m-logo{
  display: none;
}
.sticky-logo {
  margin-right: 15px;
}
.sticky-wrapper .sticky-logo {
  display: none;
}
.is-sticky .sticky-logo {
  display: block;
  transition: 0.5s;
}
.sticky-logo img {
  height: 47px;
}
/*================================================
   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: #DF2029;
  color: #fff;
  padding: 6px 10px;
}
.marquee-block h2:after {
  content: "";
  position: absolute;
  left: 84px;
  border-left: 20px solid #DF2029;
  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 #DF2029;
  margin-bottom: 12px;
}
.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: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s ease-in;
}
.marquee li a span {
  padding-left: 18px;
}
.marquee li a span img {
  max-width: 22px;
  display: inline-block;
  margin-top: -2px;
}
.marquee li a:hover {
  color: #DF2029;
}
.marquee li i {
  display: inline-block;
}
/*=========================================== TRENDING NEWS STYLE ============================================*/
.trending-area{
  margin-bottom: 20px;
}
.trending-list{
  margin: 0;
  padding: 0;
}
.trending-list li{
  list-style-type: none;
  display: inline-block;
}
.trending-list li span{
  margin-right: 10px;
  font-weight: bold;
  font-size: 15px;
}
.trending-list li a{
  background: #fff;
  color: #000;
  padding: 4px 8px;
  margin-right: 10px;
  transition: .2s;
}
/*=========================================== LEAD NEWS WRAPPER STYLE ============================================*/
.title-heading-wrapper {
  background: #fff;
  margin-bottom: 10px;
}
.bg-gray{
  background: #eff3f4;
}
.title-heading, .title-heading-2 {
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  height: 40px;
  position: relative;
  background: var(--black2);
  margin: 0;
  display: inline-block;
  padding: 10px 15px;
}
.title-heading-2{
      padding: 8px 15px;
}
.title-heading:before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid var(--black2);
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.title-heading-text {
  color: #fff;
  /* font-weight: 400; */
  /* font-size: 20px; */
  text-decoration: none;
}
.title-heading-text-2 {
  font-size: 19px;
}
.title-heading-text:hover {
  color: #fff;
}
.m-title-right-link{
  display: none;
}
.title-right-link {
  font-size: 17px;
  float: right;
  color: #333;
  padding-right: 8px;
  line-height: 42px;
  text-decoration: none;
}
.title-right-link:hover {
  color: #222;
  opacity: .7;
}
.title-right-link i{
  margin-left: 6px;
  position: relative;
  top: -2px;
  font-size: 12px;
  padding: 2px 3px;
  color: #fff;
  background: var(--black2);
  border-radius: 50%;
}
.lead-news-section-wrapper {
  /* padding-top: 20px;
  padding-bottom: 5px; */
}
.lead-news {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  position: relative;
}
.lead-news-image {
  display: block;
  overflow: hidden;
  position: relative;
}
.lead-news-image i {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 60px;
  color: #fff;
  border-radius: 50%;
  font-size: 30px;
  padding-left: 8px;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 30px 2px grey;
  -moz-box-shadow: 0 0 30px 2px gray;
  box-shadow: 0 0 30px 2px grey;
  opacity: 0.8;
  z-index: 1;
}
.lead-news-image img {
  max-height: 336px;
  min-height: 336px;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.lead-news-image span {
  background: #dc2028;
  padding: 5px 10px;
  position: absolute;
  font-size: 16px;
  z-index: 1;
  color: #fff;
  right: 0;
  top: -35px;
  transition: all 0.5s ease 0s;
}
.lead-news-text {
  position: absolute;
  width: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.5) 30%,
    rgba(0, 0, 0, 0.8) 100%
  );
  color: #fff;
  bottom: 0;
  padding: 30px 10px 5px;
}
.lead-news-text span {
  color: red;
  font-size: 14px;
  line-height: 14px;
}
.lead-news-text h1 {
  margin: 0;
  font-size: 30px;
  line-height: 36px;
}
.lead-news a:hover .lead-news-image span {
  top: 0;
}
.lead-news a:hover .lead-news-image i {
  background: #fff;
  color: red;
}
.single-lead-other-news {
  position: relative;
  margin-bottom: 20px;
}
.single-lead-other-news-image {
  display: block;
  overflow: hidden;
  position: relative;
}
.single-lead-other-news-image img {
  max-height: 158px;
  min-height: 158px;
  width: 100%;
  overflow: hidden;
}
.single-lead-other-news-image span {
  background: #dc2028;
  padding: 5px 10px;
  position: absolute;
  font-size: 14px;
  z-index: 1;
  color: #fff;
  right: 0;
  top: -31px;
  transition: all 0.5s ease 0s;
}
.single-lead-other-news-text {
  position: absolute;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, .8) 100%);
  color: #fff;
  bottom: 0;
  padding: 15px 10px 5px;
}
.single-lead-other-news-text h2 {
  font-size: 18px;
  line-height: 23px;
  color: #fff;
  margin: 0;
}
.single-lead-other-news-text span {
  font-size: 14px;
  line-height: 14px;
  color: red;
}
.single-lead-other-news-image i {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 45px;
  width: 45px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 38px;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  padding-left: 4px;
  border: 4px solid #fff;
  -webkit-box-shadow: 0 0 15px 1px grey;
  -moz-box-shadow: 0 0 15px 1px gray;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}
.single-lead-other-news a:hover .single-lead-other-news-image span {
  top: 0;
}
.single-lead-other-news a:hover .single-lead-other-news-image i {
  background: #fff;
  color: red;
}
.lead-news-small {
  position: relative;
  margin-bottom: 24px;
}
.lead-news-small-image {
  position: relative;
  display: block;
  overflow: hidden;
}
.lead-news-small-image img {
  max-height: 158px;
  min-height: 158px;
  width: 100%;
  overflow: hidden;
}
.lead-news-small-image i {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 45px;
  width: 45px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 38px;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  padding-left: 4px;
  border: 4px solid #fff;
  -webkit-box-shadow: 0 0 15px 1px grey;
  -moz-box-shadow: 0 0 15px 1px gray;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}
.lead-news-small-image span {
  background: #dc2028;
  padding: 5px 10px;
  position: absolute;
  font-size: 14px;
  z-index: 1;
  color: #fff;
  right: 0;
  top: -31px;
  transition: all 0.5s ease 0s;
}
.lead-news-small-text {
  position: relative;
  background: #fff;
  width: 100%;
  margin: auto;
  min-height: 75px;
  max-height: 75px;
  overflow: hidden;
  padding: 4px 7px;
  margin-top: 0;
}
.lead-news-small-text h3 {
  font-size: 18px;
  line-height: 23px;
  color: #000;
  margin: 0;
}
.lead-news-small-text span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.lead-news-small a:hover .lead-news-small-image span {
  top: 0;
}
.lead-news-small a:hover .lead-news-small-image i {
  background: #fff;
  color: red;
}
/*====================================== NEW LEAD NEWS STYLE ===========================================*/
.top-news-section {
  margin-top: 20px;
  margin-bottom: 40px;
}
.top-news-left-main {
  width:73.27%;
  float:left;
}
.top-news-left {
  width:33%;
  float:left;
}
.top-news-middle {
  width:67%;
  float:left;
  padding: 0 2px 0px 4px;
}
.left-news-bottom{
  float: left;
}
.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: 17px;
}
.top-left-side-bar li:last-child {
  margin-bottom: 0;
}
.top-left-side-bar li a {
  display: inline-block;
  padding: 7px 7px;
  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%;
  display: block;
  overflow: hidden;
  position: relative;
}
.top-left-side-bar-left img {
  min-height: 74px;
  max-height: 74px;
}
.top-left-side-bar-right {
  float: left;
  width: 60%;
  min-height: 74px;
  max-height: 74px;
  overflow: hidden;
}
.top-left-side-bar-right h3 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 24px;
}
.top-left-side-bar-right span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.left-banner-2 {
  margin-top: 24px;
}
.top-lead-news-wrapper {
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.top-lead-news {
  position: relative;
}
.top-lead-news-image {
  display: block;
  overflow: hidden;
  position: relative;
}
.top-lead-news-image span {
  background: var(--black2);
  padding: 5px 10px;
  position: absolute;
  font-size: 16px;
  z-index: 1;
  color: #fff;
  right: 0;
  top: -35px;
  transition: all 0.5s ease 0s;
}
.top-lead-news-image i {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 60px;
  color: #fff;
  border-radius: 50%;
  font-size: 30px;
  padding-left: 8px;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 30px 2px grey;
  -moz-box-shadow: 0 0 30px 2px gray;
  box-shadow: 0 0 30px 2px grey;
  opacity: 0.8;
  z-index: 1;
}
.top-lead-news a:hover .top-lead-news-image i {
  background: #fff;
  color: red;
}
.top-lead-news a:hover .top-lead-news-image span {
  top: 0;
}
.lead-other-news-img, .m-lead-other-news-img {
  display: block;
  overflow: hidden;
  position: relative;
}
/* .lead-other-news-img img {
  overflow: hidden;
  min-height: 151px;
  max-height: 151px;
  width: 100%;
} */
.lead-other-news-img span, .m-lead-other-news-img span{
  background: var(--black2);
  padding: 5px 10px;
  position: absolute;
  font-size: 14px;
  z-index: 1;
  color: #fff;
  right: 0;
  top: -31px;
  transition: all .5s ease 0s;
}
.lead-other-news-img i, .m-lead-other-news-wrapper i {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 45px;
  width: 45px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 38px;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  padding-left: 4px;
  border: 4px solid #fff;
  -webkit-box-shadow: 0 0 15px 1px grey;
  -moz-box-shadow: 0 0 15px 1px gray;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}
.top-left-side-bar-left span {
  background: var(--black2);
  padding: 2px 8px 0;
  position: absolute;
  font-size: 13px;
  z-index: 1;
  color: #fff;
  right: 8px;
  top: -22px;
  transition: all .5s ease 0s;
}
.top-left-side-bar-left i {
  position: absolute;
  top: 50%;
  left: 45%;
  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: 5px;
  border: 4px solid #fff;
  -webkit-box-shadow: 0 0 15px 1px grey;
  -moz-box-shadow: 0 0 15px 1px gray;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}
.lead-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 {
  position: relative;
  background: #fff;
  margin-top: 24px;
  padding: 7px 7px 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2)
}
.lead-other-news-wrapper .text-heading {
  padding: 2px 8px 3px;
  min-height: 74px;
  max-height: 74px;
  overflow: hidden;
}
.text-heading h3 {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  margin: 0;
}
.text-heading span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.lead-other-news-wrapper a:hover .lead-other-news-img span {
  top: 0;
}
.lead-other-news-wrapper a:hover .lead-other-news-img i {
  background: #fff;
  color: red;
}
.m-lead-other-news-wrapper {
  position: relative;
  background: #fff;
  margin-top: 24px;
  padding: 7px 7px 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  display: none
}
.m-lead-other-news-wrapper .m-text-heading {
  padding: 2px 8px 3px;
  min-height: 74px;
  max-height: 74px;
  overflow: hidden;
}
.m-text-heading h3 {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  margin: 0;
}
.m-text-heading span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.m-lead-other-news-wrapper a:hover .m-lead-other-news-img span {
  top: 0;
}
.m-lead-other-news-wrapper a:hover .m-lead-other-news-img i {
  background: #fff;
  color: red;
}

.top-left-side-bar li a:hover .top-left-side-bar-left span {
  top: 0;
}
.top-left-side-bar li a:hover .top-left-side-bar-left i {
  background: #fff;
  color: red;
}
.m-lead-other{
  display: none;
}
/*================================ TOP NEWS RIGHT  ====================================*/
.top-news-right {
  width:26.73%;
  float:left;
}
.fb-frame{
  margin-bottom: 10px;
}
.youtube-frame{
  margin-bottom: 18px;
  text-align: center;
  background: #fff;
  padding-top: 6px;
}
.top-news-right-banner{
  margin-bottom: 24px;
}
.top-news-right-2-banner {
  margin-top: 23px;
}
/*========================================== NATIONAL NEWS WRAPPER STYLE =================================================*/
.national-news-wrapper {
  padding-top: 0;
  padding-bottom: 23px;
  padding-top: 40px;
  background: #fff;
}
.national-news-wrapper-left {
  width: 73.27%;
  float: left;
}
.national-news-wrapper-right {
  width: 26.73%;
  float: left;
}
.opinion-heading-headline {
  width: 100%;
  background: #DF2029;
  margin-bottom: 15px;
  text-align: center;
}
.opinion-heading-headline a {
  color: #fff;
  font-size: 22px;
  line-height: 40px;
}
.opinion {
  position: relative;
  margin: 0;
  padding: 0;
  margin-bottom: 12px;
}
.opinion li {
  list-style: none;
  width: 100%;
}
.opinion li a {
  display: inline-block;
  padding: 7px 7px;
  background: #fff;
  width: 100%;
}
.opinion-left {
  float: left;
  width: 33%;
  overflow: hidden;
  padding-right: 3%;
}
/* .opinion-left img {
  width: 100%;
  min-height: 85px;
  max-height: 85px;
  overflow: hidden;
} */
.opinion-right {
  float: left;
  width: 60%;
  min-height: 85px;
  max-height: 85px;
  overflow: hidden;
}
.opinion-right h3 {
  font-size: 18px;
  padding-right: 10px;
  color: #000;
  line-height: 22px;
  margin: 0;
}
.opinion-right span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.banner-right-top{
  margin-bottom: 20px;
  text-align: center;
}
/*======================= 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;
    }
}
.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%;
}
.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: 5px 15px;
  border-top: 3px solid transparent;
}
.nav-pills .nav-link.active {
  background: #fff;
  color: #19232d;
  border-top: 3px solid #DF2029;
}
.latest-news {
  position: relative;
}
/* .latest-news-lead{
  background: #fff;
  padding: #fff;
  padding: 8px 8px 0;
}
.latest-news-lead-txt{
  border-bottom: 1px solid #e1e1e1;
  padding: 4px 0;
  min-height: 56px;
  max-height: 56px;

}
.latest-news-lead-txt h3{
  font-size: 18px;
  line-height: 20px;
  color: #000;
} */
.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 7px 9px;
  /* border-bottom: 1px dashed #969696; */
  border-bottom: 1px dotted gray;
  width: 100%;
}
.latest-news-ul li:last-child a {
  border-bottom: 0;
}
.latest-news-ul .latest-news-left {
  float: left;
  width: 37%;
  padding-right: 3%;
}
.latest-news-ul .latest-news-left img {
  min-height: 60px;
  max-height: 60px;
}
.latest-news-ul .latest-news-right {
  float: left;
  width: 63%;
  min-height: 60px;
  max-height: 60px;
  overflow: hidden;
}
.latest-news-ul .latest-news-right h3 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
}
.custom-tab-content {
  max-height: 405px;
  overflow-y: auto;
}
.latest-news-right span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
/*=========================================== NATIONAL NEWS WRAPPER STYLE ============================================*/
.national-lead-news-m-wrapper{
  display: none;
}
.national-lead-news-wrapper {
  background-color: #eff3f4;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  padding: 7px;
}
.national-lead-news-image {
  position: relative;
  overflow: hidden;
}
.national-lead-news-image img {
  overflow: hidden;
}
.national-lead-news-image i {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 60px;
  width: 60px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 50px;
  color: #fff;
  border-radius: 50%;
  font-size: 26px;
  padding-left: 7px;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 30px 2px grey;
  -moz-box-shadow: 0 0 30px 2px gray;
  box-shadow: 0 0 30px 2px grey;
  opacity: 0.8;
  z-index: 1;
}
.national-lead-news-text {
  overflow: hidden;
  background: #eff3f4;
  padding-top: 3px;
  min-height: 98px;
  max-height: 98px;
  padding-left: 1px;
}
.national-lead-news-text h2 {
  font-size: 26px;
  line-height: 30px;
  margin: 0;
  color: #000;
}
.national-lead-news-text span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.national-lead-news-text p {
  margin: 0;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  padding: 0 1px;
}
.national-lead-news-wrapper a:hover .national-lead-news-image i {
  background: #fff;
  color: red;
}
.national-other-news-ul {
  position: relative;
  margin: 0;
  padding: 0;
}
.national-other-news-ul li {
  list-style: none;
  width: 100%;
  margin-bottom: 8px;
}
.national-other-news-ul li a {
  display: inline-block;
  padding: 8px;
  background: #eff3f4;
  width: 100%;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}
.national-other-news-left {
  position: relative;
  float: left;
  width: 36%;
  padding-right: 3%;
}
.national-other-news-left img {
  max-width: 112px;
  min-width: 112px;
  overflow: hidden;
  max-height: 67px;
  min-height: 67px;
}
.national-other-news-left i {
  position: absolute;
  top: 50%;
  left: 47.5%;
  height: 35px;
  width: 35px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 28px;
  color: #fff;
  border-radius: 50%;
  font-size: 15px;
  padding-left: 4px;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 15px 1px grey;
  -moz-box-shadow: 0 0 15px 1px gray;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}
.national-other-news-right {
  float: left;
  width: 64%;
  min-height: 67px;
  max-height: 67px;
  overflow: hidden;
  padding-left: 3px;
}
.national-other-news-right span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.national-other-news-right h3 {
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 21px;
  color: #000;
}
.national-other-news-ul li a:hover .national-other-news-left i {
  color: red;
  background: #fff;
}
.national-lead-news-wrapper a:hover img {
  opacity: 0.90;
  transition: 0.5s;
}
.national-other-news-ul li a:hover img {
  opacity: 0.85;
  transition: 0.5s;
}
/*========================================== COUNTRY NEWS WRAPPER STYLE =================================================*/
.country-news-wrapper {
  padding-bottom: 15px;
  padding-top: 40px;
}
.country-news-wrapper-left {
  width: 73.27%;
  float: left;
}
.country-news-wrapper-right {
  width: 26.73%;
  float: left;
}
.country-news-lead {
  margin-bottom: 24px;
  /* box-shadow: 0 1px 2px rgb(0 0 0 / 20%); */
}
.country-news-lead-image {
  position: relative;
}
.country-news-lead-image i {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 60px;
  width: 60px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 50px;
  color: #fff;
  border-radius: 50%;
  font-size: 26px;
  padding-left: 7px;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 30px 2px grey;
  -moz-box-shadow: 0 0 30px 2px gray;
  box-shadow: 0 0 30px 2px grey;
  opacity: 0.8;
  z-index: 1;
}
.country-news-lead-text {
  padding: 3px 7px;
  background: #fff;
  min-height: 75px;
  max-height: 75px;
  padding-bottom: 0;
  overflow: hidden;
}
.country-news-lead-text h2 {
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  color: #000;
}
.country-news-lead-text span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.country-news-lead a:hover .country-news-lead-image i {
  background: #fff;
  color: red;
}
.country-lead-news-small {
  margin-bottom: 24px;
}
.country-lead-news-small-image {
  position: relative;
}
.country-lead-news-small-image i {
  position: absolute;
    top: 50%;
    left: 50%;
    height: 45px;
    width: 45px;
    background: rgba(0, 0, 0, 0.14);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 38px;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    padding-left: 4px;
    border: 4px solid #fff;
    -webkit-box-shadow: 0 0 15px 1px grey;
    -moz-box-shadow: 0 0 15px 1px gray;
    box-shadow: 0 0 15px 1px grey;
    opacity: 0.8;
    z-index: 1;
}
.country-lead-news-small-text {
  padding: 3px 7px;
  background: #fff;
  min-height: 74px;
  max-height: 74px;
  padding-bottom: 0;
  overflow: hidden;
}
.country-lead-news-small-text h3 {
  font-size: 18px;
  line-height: 23px;
  margin: 0;
  color: #000;
}
.country-lead-news-small-text span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.country-lead-news-small a:hover .country-lead-news-small-image i {
  background: #fff;
  color: red;
}
.country-new-ul {
  margin: 0;
  padding: 0;
}
.country-new-ul li {
  list-style-type: none;
  position: relative;
  display: inline-block;
  width: 100%;
}
.country-new-ul li a {
  background-color: #fff;
  padding: 8px;
  display: inline-block;
  margin-bottom: -7px;
  width: 100%;
  border-bottom: 1px dashed #929292;
}
.country-new-ul-left {
  float: left;
  width: 40%;
  padding-right: 2%;
  position: relative;
}
.country-new-ul-left img {
  max-height: 88px;
  min-height: 88px;
  min-width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.country-new-ul-left i {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 35px;
  width: 35px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 28px;
  color: #fff;
  border-radius: 50%;
  font-size: 15px;
  padding-left: 4px;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 15px 1px grey;
  -moz-box-shadow: 0 0 15px 1px gray;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}
.country-new-ul-right {
  float: left;
  width: 60%;
  overflow: hidden;
  padding-left: 2px;
}
.country-new-ul-right h3 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 23px;
  transition: all .5s ease 0s;
  color: #000;
}
.country-new-ul-right span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.country-new-ul li a:hover .country-new-ul-left i {
  background: #fff;
  color: red;
}
.country-new-ul li:last-child a {
  border: 0;
}
.special-title-heading {
  background: #fff;
}
.special-title-heading .title {
  border-bottom: 1px solid var(--black2);
  border-right: 5px solid var(--black2);
  text-align: center;
}
.special-title-heading .title {
  position: relative;
  overflow: hidden;
  margin: 0 0 15px 0;
  font-size: 24px;
  border-left: 5px solid var(--black2);
  padding-left: 10px;
}
.special-title-heading .title a {
    font-size: 22px;
    color: #000;
    line-height: 38px;
}
.map-form {
    margin-top: 16px;
}
.map-form .btn-date-picker {
    position: relative;
    z-index: 10;
    overflow: hidden;
    transition-duration: 0.5s;
    background: #423f3f;
    color: white;
    font-size: 18px;
    padding: 5px 10px 4px;
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 2px;
}
.map-form .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;
}
.map-form .btn-date-picker:hover {
    color: #423f3f;
}
.map-form .btn-date-picker:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.archive-btn .btn-date-picker {
    position: relative;
    z-index: 10;
    overflow: hidden;
    transition-duration: 0.5s;
    background: #423f3f;
    color: white;
    font-size: 18px;
    padding: 5px 10px 4px;
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 2px;
}
.archive-btn .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;
}
.archive-btn .btn-date-picker:hover {
    color: #423f3f;
}
.archive-btn .btn-date-picker:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/*============================================== VDIEO SECTION WRAPPER SYTLE ==============================================*/
.video-section-wrapper {
  background: #000;
  padding-top: 30px;
  padding-bottom: 10px;
}
.catTitle {
    position: relative;
    overflow: hidden;
    margin: 0 0 10px;
    padding: 2px 0 6px;
    font-size: 26px;
}
.catTitle a {
    background: 0 0;
    color: #222;
    padding-right: 15px;
    padding-left: 2px;
    text-decoration: none;
}
.catTitle .liner::before {
    position: absolute;
    content: '';
    width: 100%;
    border-top: 6px dashed #333;
    top: 10px;
    display: inline-block;
    vertical-align: bottom;
}
.catTitle .liner::after {
    position: absolute;
    content: '';
    width: 100%;
    border-top: 6px dashed #333;
    top: 20px;
    display: inline-block;
    vertical-align: bottom;
}
.video-heading {
  margin-bottom: 15px;
  position: relative;
}
.video-heading:before {
  position: absolute;
  content: '';
  width: 100%;
  border-top: 2px solid #DF2029;
  display: inline-block;
  vertical-align: bottom;
  left: 1px;
  bottom: -1px;
  z-index: 9;
}
.video-heading h2 {
  background-color: #363636;
  margin: 0;
  color: #fff;
  left: 11px;
  display: inline-block;
  font-size: 24px;
  padding: 9px 20px;
  padding-bottom: 4px;
  position: relative;
  transform: rotate(0) scale(1.003) skew(
-26deg) translate(0);
  -webkit-transform: rotate(0) scale(1.003) skew(
-26deg) translate(0);
  -moz-transform: rotate(0) scale(1.003) skew(-26deg) translate(0);
  -o-transform: rotate(0) scale(1.003) skew(-26deg) translate(0);
  -ms-transform: rotate(0) scale(1.003) skew(-26deg) translate(0);
}
.video-heading h2 a span {
  color: #fff;
  position: relative;
  display: block;
  transform-style: flat;
  -webkit-transform-style: flat;
  -moz-transformtransform-style: flat;
  -ms-transform-style: flat;
  transform: rotate(0) scale(1.003) skew(
26deg) translate(0);
  -webkit-transform: rotate(0) scale(1.003) skew(
26deg) translate(0);
  -moz-transform: rotate(0) scale(1.003) skew(26deg) translate(0);
  -o-transform: rotate(0) scale(1.003) skew(26deg) translate(0);
  -ms-transform: rotate(0) scale(1.003) skew(26deg) translate(0);
}
.video-lead-news {
  margin-bottom: 24px;
}
.video-lead-news-image {
  position: relative;
}
.video-lead-news-image i {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  line-height: 70px;
  font-size: 30px;
  padding-left: 6px;
  transform: translate(-50%, -50%);
  text-align: center;
  background: #DF2029;
  color: #fff;
  border-radius: 50%;
  transition: 0.5s;
    opacity: 0.80;
}
.video-lead-news-text {
  background: #363636;
  min-height: 74px;
  max-height: 74px;
  width: 100%;
  overflow: hidden;
  padding: 4px 7px 0 7px;
}
.video-lead-news-text h2 {
  font-size: 26px;
  line-height: 30px;
  margin: 0;
  color: #fff;
}
.video-lead-news-text span {
  color: #ffc107;
  font-size: 14px;
  line-height: 14px;
}
/* .video-lead-news a:hover .video-lead-news-image i {
  background: #DF2029;
} */
.video-ul-news {
  margin: 0;
  padding: 0;
  position: relative;
}
.video-ul-news li {
  list-style: none;
  width: 100%;
  margin-bottom: 3px;
}
.video-ul-news li a {
  display: inline-block;
  background: #363636;
  width: 100%;
  margin-bottom: 7px;
}
.video-ul-news-left {
  float: left;
  width: 36%;
  padding-right: 2%;
  position: relative;
}
.video-ul-news-left img {
  min-height: 100px;
  min-width: 164px;
  max-height: 100px;
  max-width: 164px;
  overflow: hidden;
}
.video-ul-news-left i {
  position: absolute;
  top: 50%;
  left: 46.5%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 20px;
  padding-left: 3px;
  transform: translate(-50%, -50%);
  text-align: center;
  background: #DF2029;
  color: #fff;
  border-radius: 50%;
  transition: 0.5s;
  opacity: 0.80;
}
.video-ul-news-right {
  float: left;
  width: 64%;
  overflow: hidden;
  padding-left: 2px;
  min-height: 100px;
  max-height: 100px;
  padding-top: 7px;
}
.video-ul-news-right span {
  color: #ffc107;
  font-size: 14px;
  line-height: 14px;
}
.video-ul-news-right h3 {
  color: #fff;
  margin: 0;
  font-size: 20px;
  line-height: 26px;
}
/* .video-ul-news li a:hover .video-ul-news-left i {
  background: #DF2029;
} */
/*========================================== POLITICAL NEWS SECTION WRAPPER STYLE =================================================*/
.political-news-section-wrapper {
  padding-bottom: 35px;
}
.political-lead-news {
  margin-bottom: 25px;
}
.political-lead-news-image {
  position: relative;
}
.political-lead-news-image i {
  position: absolute;
    top: 50%;
    left: 50%;
    height: 45px;
    width: 45px;
    background: rgba(0, 0, 0, 0.14);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 38px;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    padding-left: 4px;
    border: 4px solid #fff;
    -webkit-box-shadow: 0 0 15px 1px grey;
    -moz-box-shadow: 0 0 15px 1px gray;
    box-shadow: 0 0 15px 1px grey;
    opacity: 0.8;
    z-index: 1;
}
.political-lead-news-text {
  position: relative;
  background-color: #fff;
  padding: 3px 6px;
  max-height: 75px;
  min-height: 75px;
  overflow: hidden;
}
.political-lead-news-text h2 {
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  color: #000;
}
.political-lead-news-text span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.political-lead-news a:hover .political-lead-news-image i {
  background: #fff;
  color: red;
}
.political-lead-news-other {
  margin-bottom: 24px;
}
.political-lead-news-other-image {
  position: relative;
}
.political-lead-news-other-image i {
  position: absolute;
    top: 50%;
    left: 50%;
    height: 45px;
    width: 45px;
    background: rgba(0, 0, 0, 0.14);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 38px;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    padding-left: 4px;
    border: 4px solid #fff;
    -webkit-box-shadow: 0 0 15px 1px grey;
    -moz-box-shadow: 0 0 15px 1px gray;
    box-shadow: 0 0 15px 1px grey;
    opacity: 0.8;
    z-index: 1;
}
.political-lead-news-other-text {
  background: #fff;
  min-height: 76px;
  max-height: 76px;
  width: 100%;
  overflow: hidden;
  padding: 3px 6px 0 6px;
}
.political-lead-news-other-text h3 {
  margin: 0;
  font-size: 16px;
  line-height: 21px;
  color: #000;
}
.political-lead-news-other-text span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.political-lead-news-other a:hover .political-lead-news-other-image i {
  background: #fff;
  color: red;
}
.political-news-section-wrapper nav{
  display: inline-block;
  position: relative;
  left: 14%;
  top: -3px;
}
.political-news-section-wrapper .nav-international{
  display: inline-block;
  position: relative;
  left: 12%;
  top: -3px;
}
.political-news-section-wrapper nav .nav-tabs {
  border-bottom: none;
}
.political-news-section-wrapper nav .nav-tabs .nav-link {
  margin-bottom: -4px;
  color: #767676;
  padding: 1px 14px;
  border-radius: 0;
  margin-right: 6px;
}
.political-news-section-wrapper nav .nav-tabs .nav-link.active{
  border-color: none;
  background: #ebe8e8;
  color: #222;
}
/*=========================================== ECONOMIC NEWS WRAPPER STYLE ============================================*/
.economic-lead-news {
  padding: 8px 8px 0 8px;
  background: #fff;
  margin-bottom: 25px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}
.economic-lead-news-image {
  position: relative;
}
/* .economic-lead-news-image img {
  min-height: 132px;
  max-height: 132px;
  max-width: 100%;
  min-width: 100%;
  overflow: hidden;
} */
.economic-lead-news-image i {
  position: absolute;
  top: 50%;
  left: 47%;
  height: 45px;
  width: 45px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 38px;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  padding-left: 4px;
  border: 4px solid #fff;
  -webkit-box-shadow: 0 0 15px 1px grey;
  -moz-box-shadow: 0 0 15px 1px gray;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}
.economic-lead-news-text {
  background: #fff;
  padding: 5px 3px;
  min-height: 79px;
  max-height: 79px;
  overflow: hidden;
}
.economic-lead-news-text h2 {
  color: #000;
  margin: 0;
  font-size: 20px;
  line-height: 22px;
}
.economic-lead-news-text span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.economic-lead-news a:hover .economic-lead-news-image i {
  color: red;
  background: #fff;
}
.economic-news-ul {
  margin: 0;
  padding: 0;
  position: relative;
}
.economic-news-ul li {
  list-style: none;
  width: 100%;
  margin-bottom: 8px;
}
.economic-news-ul li a {
  display: inline-block;
  padding: 0;
  background: #fff;
  width: 100%;
  /* box-shadow: 0 1px 2px rgb(0 0 0 / 20%); */
}
.economic-news-ul-left {
  float: left;
  width: 36%;
  position: relative;
  overflow: hidden;
}
.economic-news-ul-left i {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 35px;
  width: 35px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 28px;
  color: #fff;
  border-radius: 50%;
  font-size: 15px;
  padding-left: 4px;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 15px 1px grey;
  -moz-box-shadow: 0 0 15px 1px gray;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}
.economic-news-ul-right {
  float: left;
  width: 64%;
  padding-left: 3%;
  padding-top: 5px;
  min-height: 79px;
  max-height: 79px;
  overflow: hidden;
}
.economic-news-ul-right h3 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 20px;
}
.economic-news-ul-right span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.economic-news-ul li a:hover .economic-news-ul-left i {
  background: #fff;
  color: red;
}
/*========================================== SPORTS SECTION WRAPPER STYLE =================================================*/
.sports-section-wrapper {
  padding-bottom: 28px;
}
.sports-section-left {
  float: left;
  width: 28%;
}
.sports-section-middle {
  float: left;
  width: 44%;
}
.sports-section-right {
  float: left;
  width: 28%;
}
.sports-section-middle{
  display: block;
}
.m-sports-lead-news{
  display: none;
}
.sports-lead-news {
  background-color: #fff;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  padding: 7px;
}
.sports-lead-news-image {
  position: relative;
  overflow: hidden;
}
.sports-lead-news-image i {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 60px;
  width: 60px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 50px;
  color: #fff;
  border-radius: 50%;
  font-size: 26px;
  padding-left: 7px;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 30px 2px grey;
  -moz-box-shadow: 0 0 30px 2px gray;
  box-shadow: 0 0 30px 2px grey;
  opacity: 0.8;
  z-index: 1;
}
.sports-lead-news-text {
  overflow: hidden;
  background: #fff;
  padding-top: 3px;
  min-height: 89px;
  max-height: 89px;
  padding-left: 1px;
}
.sports-lead-news-text h2 {
  font-size: 26px;
  line-height: 30px;
  margin: 0;
  color: #000;
}
.sports-lead-news-text span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.sports-lead-news a:hover .sports-lead-news-image i {
  background: #fff;
  color: red;
}
.sports-news-ul {
  padding: 0;
  margin: 0;
  position: relative;
}
.sports-news-ul li {
  list-style: none;
  width: 100%;
  margin-bottom: 8px;

}
.sports-news-ul li a {
  display: inline-block;
  padding: 8px 8px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}
.sports-news-ul-left {
  float: left;
  width: 40%;
  padding-right: 3%;
  position: relative;
  overflow: hidden;
}
.sports-news-ul-left i {
  position: absolute;
  top: 50%;
  left: 47.5%;
  height: 35px;
  width: 35px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 28px;
  color: #fff;
  border-radius: 50%;
  font-size: 15px;
  padding-left: 4px;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 15px 1px grey;
  -moz-box-shadow: 0 0 15px 1px gray;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}
.sports-news-ul-right {
  float: left;
  width: 60%;
  padding-left: 1px;
  min-height: 67px;
  max-height: 67px;
  overflow: hidden;
}
.sports-news-ul-right h3 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 20px;
}
.sports-news-ul-right span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.sports-news-ul li a:hover .sports-news-ul-left i {
  color: red;
  background: #fff;
}
/*=========================================== ENTERTAINMENT SECTION WRAPPER STYLE ============================================*/
.entertainment-section-wrapper {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.entertainment-section-wrapper .title-heading-wrapper {
  background: #eff3f4;
}
.entertainment-lead-news {
  position: relative;
  background-color: #fff;
  /* box-shadow: 0 1px 2px rgb(0 0 0 / 20%); */
  /* padding: 7px; */
  margin-bottom: 20px;
}
.entertainment-lead-image {
  display: block;
  overflow: hidden;
  position: relative;
}
.entertainment-lead-image img {
  /* max-height: 347px;
  min-height: 347px; */
  width: 100%;
  overflow: hidden;
}
.entertainment-lead-image i {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 60px;
  color: #fff;
  border-radius: 50%;
  font-size: 30px;
  padding-left: 8px;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 30px 2px grey;
  -moz-box-shadow: 0 0 30px 2px gray;
  box-shadow: 0 0 30px 2px grey;
  opacity: 0.8;
  z-index: 1;
}
.entertainment-lead-news a:hover .entertainment-lead-image i {
  background: #fff;
  color: red;
}
.entertainment-lead-text-wrapper {
  position: relative;
}
.entertainment-lead-text {
  background: #eff3f4;
  color: #000;
  padding: 5px 10px 5px;
  min-height: 153px;
  max-height: 153px;
  overflow: hidden;
}
.entertainment-lead-text h2 {
  margin: 0;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 5px;
}
.entertainment-lead-text span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.entertainment-lead-text p {
  font-size: 16px;
  color: #333;
  margin: 0;
  line-height: 24px;
}
.entertainment-other-news {
  position: relative;
  background-color: #fff;
  margin-bottom: 20px;
}
.entertainment-news-image {
  display: block;
  overflow: hidden;
  position: relative;
}
.entertainment-news-image img {
  /* max-height: 156px;
  min-height: 156px; */
  width: 100%;
  overflow: hidden;
}
.entertainment-news-image i {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 45px;
  width: 45px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 38px;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  padding-left: 4px;
  border: 4px solid #fff;
  -webkit-box-shadow: 0 0 15px 1px grey;
  -moz-box-shadow: 0 0 15px 1px gray;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}
.entertainment-other-news-text-wrapper {
  position: relative;
}
.entertainment-other-news-text {
  background: #eff3f4;
  color: #000;
  padding: 4px 5px 0;
  min-height: 73px;
  max-height: 73px;
  overflow: hidden;
  /* box-shadow: 0 1px 2px rgb(0 0 0 / 10%); */
}
.entertainment-other-news-text h3 {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  margin: 0;
}
.entertainment-other-news-text span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.entertainment-other-news a:hover .entertainment-news-image i {
  background: #fff;
  color: red;
}
/*=========================================== ENTERTAINMENT SECTION WRAPPER STYLE ============================================*/
.feature-news-section {
  padding-bottom: 40px;
}
.feature-lead-news-wrapper {
  position: relative;
  background: #fff;
  padding: 7px;
}
.feature-lead-news {
  position: relative;
}
.feature-lead-news-image {
  position: relative;
}
.feature-lead-news-image i {
  position: absolute;
  top: 50%;
  left: 48%;
  height: 55px;
  width: 55px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 46px;
  color: #fff;
  border-radius: 50%;
  font-size: 24px;
  padding-left: 4px;
  border: 4px solid #fff;
  -webkit-box-shadow: 0 0 15px 1px grey;
  -moz-box-shadow: 0 0 15px 1px gray;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}
.feature-lead-news-text {
  position: absolute;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, .8) 100%);
  color: #fff;
  bottom: 0;
  padding: 15px 10px 5px;
}
.feature-lead-news-text h2 {
  margin: 0;
  font-size: 22px;
  line-height: 24px;
  color: #fff;
}
.feature-lead-news-text span {
  font-size: 14px;
  line-height: 14px;
  color: red;
}
.feature-lead-news-wrapper a:hover .feature-lead-news-image i {
  background: #fff;
  color: red;
}
.feature-news-ul {
  position: relative;
  margin: 0;
  padding: 0;
}
.feature-news-ul li {
  list-style: none;
  width: 100%;
  display: inline-block;
  padding: 0 7px;
  background: #fff;
}
.feature-news-ul li a {
  width: 100%;
  border-bottom: 1px dotted #767272;
  display: inline-block;
  padding: 7px 0;
  margin-bottom: -7px;
}
.feature-news-ul li:first-child a {
    border-top: 1px dotted #767272;
}
.feature-news-ul li:last-child a {
  border-bottom: 0;
}
.feature-news-ul-left {
  position: relative;
  float: left;
  width: 36%;
  padding-right: 3%;
}
.feature-news-ul-left i {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 35px;
  width: 35px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 28px;
  color: #fff;
  border-radius: 50%;
  font-size: 15px;
  padding-left: 4px;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 15px 1px grey;
  -moz-box-shadow: 0 0 15px 1px gray;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}
.feature-news-ul-right {
  float: left;
  width: 64%;
  padding-top: 1px;
  min-height: 72px;
  max-height: 72px;
  overflow: hidden;
  padding-left: 1px;
}
.feature-news-ul-right span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.feature-news-ul-right h3 {
  color: #000;
  margin: 0;
  font-size: 17px;
  line-height: 20px;
}
.feature-news-ul li a:hover .feature-news-ul-left i {
  background: #fff;
  color: red;
}
.small-feature-news-ul .feature-news-ul-left img {
  width: 100%;
  min-height: 72px;
  max-height: 72px;
  overflow: hidden;
}
.small-feature-news-ul .feature-news-ul-left {
  width: 40%;
}
.small-feature-news-ul .feature-news-ul-right {
  width: 60%;
}
.feature-lead-news-wrapper-3 .feature-lead-news-text h2 {
  font-size: 18px;
  line-height: 22px;
}
/* =========================== POLITICAL NEWS LIST ========================== */
.political-news-ul {
  position: relative;
  margin: 0;
  padding: 0;
}
.political-news-ul li {
  list-style: none;
  width: 100%;
  display: inline-block;
}
.political-news-ul li a {
  width: 100%;
  display: inline-block;
  padding: 8px;
  margin-bottom: 9px;
  background: #eff3f4;
}
.political-news-ul li:last-child a {
  border-bottom: 0;
}
.political-news-ul-left {
  position: relative;
  float: left;
  width: 38%;
}
.political-news-ul-left img{
  max-width: 112px;
  min-width: 112px;
  overflow: hidden;
  max-height: 67px;
  min-height: 67px;
}
.political-news-ul-left i {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 35px;
  width: 35px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 28px;
  color: #fff;
  border-radius: 50%;
  font-size: 15px;
  padding-left: 4px;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 15px 1px grey;
  -moz-box-shadow: 0 0 15px 1px gray;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}
.political-news-ul-right {
  float: left;
  width: 62%;
  padding-top: 1px;
  min-height: 64px;
  max-height: 64px;
  overflow: hidden;
  padding-left: 3%;
}
.political-news-ul-right span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.political-news-ul-right h3 {
  color: #000;
  margin: 0;
  font-size: 17px;
  line-height: 20px;
}
.political-news-ul li a:hover .political-news-ul-left i {
  background: #fff;
  color: red;
}
/*========================================== SPECIAL NEWS WRAPPER STYLE =================================================*/
.special-news-wrapper {
 padding-top: 40px;
 padding-bottom: 50px;
 background: #fff;
 margin-bottom: 40px;
}
.special-news-wrapper-2{
  margin-bottom: 40px;
}
.special-news-single {
  background: #eff3f4;
}
.special-news-image {
  position: relative;
}
.special-news-image i {
  position: absolute;
    top: 50%;
    left: 50%;
    height: 55px;
    width: 55px;
    background: rgba(0, 0, 0, 0.14);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 46px;
    color: #fff;
    border-radius: 50%;
    font-size: 26px;
    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: 0.8;
}
.special-news-text {
  padding: 5px 5px 0;
  min-height: 75px;
  max-height: 75px;
  overflow: hidden;
}
.special-news-text h3 {
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  color: #000;
  transition: all 0.5s ease 0s;
}
.special-news-text span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.special-news-single a:hover .special-news-image i {
  background: #fff;
  color: red;
}
/*=================== VIDEO GALLERY SECTION ==============================*/
.photo-gallery-section {
  padding: 40px 0 30px;
  background: #fff;
}
.single-photo {
  position: relative;
}
.photo-image {
  position: relative;
}
.photo-image i {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  padding: 5px 7px;
  position: absolute;
  z-index: 1;
  color: red;
  top: 50%;
  left: 50%;
  height: 35px;
  width: 45px;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 26px;
  font-size: 23px;
  -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;
}
.single-photo a:hover .photo-image i {
  background: #d51f26;
  color: #fff;
  transition: 0.5s;
}
.single-photo-text {
  position: absolute;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, .8) 100%);
  color: #fff;
  bottom: 0;
  padding: 15px 10px 5px;
}
.single-photo-text h3 {
  font-size: 18px;
  line-height: 23px;
  color: #fff;
  margin: 0;
}
.single-photo-text span {
  font-size: 14px;
  line-height: 14px;
  color: red;
}
#photo-gallery .owl-nav .owl-next {
  background: transparent;
  width: 35px;
  height: 35px;
  border-radius: 0;
  opacity: 1;
  right: 1px;
  margin: 0;
  position: absolute;
  top: 87px;
  border: 1px solid #fff;
  transition: all 0.5s ease 0s;
  text-align: center;
}
#photo-gallery .owl-nav .owl-next i {
  color: #fff !important;
}
#photo-gallery .owl-nav .owl-next:hover {
  background: #d51f26;
  border: 1px solid #d51f26;
}
#photo-gallery .owl-nav .owl-next:hover i {
  color: #ffffff !important;
}
#photo-gallery .owl-nav .owl-next i {
  font-size: 30px;
  margin-right: -2px;
  font-weight: 700;
  line-height: 32px;
}
#photo-gallery .owl-nav .owl-prev {
  background: transparent;
  width: 35px;
  text-align: center;
  height: 35px;
  border-radius: 0;
  opacity: 1;
  margin: 0px;
  top: 87px;
  left: 1px;
  position: absolute;
  border: 1px solid #fff;
  transition: all 0.5s ease 0s;
}
#photo-gallery .owl-nav .owl-prev i {
  color: #fff !important;
}
#photo-gallery .owl-nav .owl-prev:hover {
  background: #d51f26;
  border: 1px solid #d51f26;
}
#photo-gallery .owl-nav .owl-prev:hover i {
  color: #ffffff !important;
}
#photo-gallery .owl-nav .owl-prev i {
  font-size: 30px;
  margin-left: -2px;
  font-weight: 700;
  line-height: 32px;
}
#photo-gallery .owl-dots .owl-dot.active span, #photo-gallery .owl-dots .owl-dot:hover span {
  background: #d51f26;
}
#photo-gallery .owl-dots .owl-dot span {
  background: #869791;
}
/*========================================== VIDEO GALLERY WRAPPER STYLE =================================================*/
.video-gallery-wrapper {
  background: #000;
  padding-top: 40px;
  padding-bottom: 20px;
}
.video-gallery-big {

}
.video-gallery-big-image {
  position: relative;
}
.video-gallery-big-image i {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  line-height: 70px;
  font-size: 30px;
  padding-left: 6px;
  transform: translate(-50%, -50%);
  text-align: center;
  background: #fff;
  color: #DF2029;
  border-radius: 50%;
  transition: 0.5s;
  opacity: 0.80;
}
.video-gallery-big a:hover .video-gallery-big-image i {
  background: #DF2029;
  color: #fff;
  transition: 0.5s;
}
.video-gallery-big-text {
  background: #363636;
  min-height: 113px;
  max-height: 113px;
  width: 100%;
  overflow: hidden;
  padding: 4px 7px 0 7px;
}
.video-gallery-big-text span {
  color: #ffc107;
  font-size: 14px;
  line-height: 14px;
}
.video-gallery-big-text h2 {
  font-size: 26px;
  line-height: 34px;
  margin: 0;
  color: #fff;
}
.video-gallery-small {
  margin-bottom: 20px;
}
.video-gallery-small-image {
  position: relative;
}
.video-gallery-small-image i {
  position: absolute;
  top: 50%;
  left: 46.5%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 20px;
  padding-left: 3px;
  transform: translate(-50%, -50%);
  text-align: center;
  background: #fff;
  color: #DF2029;
  border-radius: 50%;
  transition: 0.5s;
  opacity: 0.80;
}
.video-gallery-small-text {
  background: #363636;
  padding: 4px 5px 0;
  min-height: 52px;
  max-height: 52px;
  overflow: hidden;
}
.video-gallery-small-text h3 {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  margin: 0;
}
.video-gallery-small-text span {
  color: #ffc107;
  font-size: 14px;
  line-height: 14px;
}
.video-gallery-small a:hover .video-gallery-small-image i {
  background: #DF2029;
  color: #fff;
  transition: 0.5s;
}
/* ================================== */
.health-ul .feature-news-ul-right{
  min-height: 63px;
  max-height: 63px;
  overflow: hidden;
}
.health-ul .feature-news-ul-left img{
  min-height: 63px;
  max-height: 63px;
  overflow: hidden;
}
.health-ul li:first-child a {
    border-top: none;
}
/*========================================== FOOTER WRAPPER STYLE =================================================*/
.footer-wrapper {
  /* background-image: url("../../media/common/footer-bg-world.png"); */
  background-color: #454b50;
  background-position: bottom;
  padding-top: 30px;
  padding-bottom: 5px;
}
.footer-btn ul{
  margin: 0;
  padding: 0;
}
.footer-btn-list-2{
  float: right;
}
.footer-btn-list li{
  list-style-type: none;
  float: left;
  color: #fff;
  padding-right: 46px;
}
.footer-btn-list-2 li{
  padding-right: 0;
  padding-left: 46px;
}
.footer-btn-list li a{
  color: #fff;
  font-size: 16px;
}
.footer-logo{
  width: 100%;
  text-align: center;
}
.footer-wrapper-mid{
  margin: 20px 0 25px;
}
.footer-address{
  padding: 24px 0px;
  text-align: center;
}
.footer-address p{
  color: #fff;
  font-size: 15px;
  margin: 0;
}
.footer-tex-left{
  color: #fff;
  font-size: 15px;
}
.footer-text-mid{
  color: #fff;
  font-size: 15px;
  text-align: center;
}
.media-btn-list{
  float: right;
}
.media-btn-list li{
  list-style-type: none;
  float: left;
  margin-left: 20px;
}
.media-btn-list li a i{
  color: #fff;
  font-size: 22px;
}
.footer-text-mid a {
  color: #fff;
  transition: 0.5s;
}
.footer-text-mid a:hover {
  color: #1da255;
}
/* =============== archive btn ================ */
.archive-btn{
  text-align: center;
  background: var(--black2);
}
.archive-btn a{
  color: #fff;
  font-size: 18px;
  display: block;
}
/*============================= CATEGORY PAGE STYLE ============================*/
.category-breadcrumb {
  padding: 20px 0;
}
.category-breadcrumb .breadcrumb {
  background: #ebebeb;
  margin-bottom: 0;
  padding: 6px 8px;
}
.category-breadcrumb .breadcrumb > li {
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
}
.category-breadcrumb .breadcrumb > li > a {
  color: #e74c4f;
  font-size: 19px;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.category-breadcrumb .breadcrumb .active {
    color: #333;
    font-size: 18px;
    line-height: 28px;
}
.category-top {
  margin-bottom: 30px;
}
.top-category-left {
  width: 73.27%;
  float: left;
}
.top-category-right {
  width: 26.73%;
  float: left;
}
.category-lead-news {
  position: relative;
  margin-bottom: 24px;
}
.category-lead-news-image {
  position: relative;
}
.category-lead-news-image img {
  width: 100%;
  min-height: 334px;
  max-height: 334px;
}
.category-lead-news-image i {
  position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    background: rgba(0, 0, 0, 0.14);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 60px;
    color: #fff;
    border-radius: 50%;
    font-size: 30px;
    padding-left: 8px;
    border: 5px solid #fff;
    -webkit-box-shadow: 0 0 30px 2px grey;
    -moz-box-shadow: 0 0 30px 2px gray;
    box-shadow: 0 0 30px 2px grey;
    opacity: 0.8;
    z-index: 1;
}
.category-lead-news a:hover .category-lead-news-image i {
  background: #fff;
  color: red;
}
.category-lead-news-heading {
  position: absolute;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, .8) 100%);
  color: #fff;
  bottom: 0;
  padding: 30px 10px 5px;
}
.category-lead-news-heading h1 {
  margin: 0;
  font-size: 30px;
  line-height: 36px;
}
.category-lead-news-small-wrapper {
  position: relative;
}
.category-lead-news-small {
  position: relative;
  margin-bottom: 24px;
}
.category-lead-news-heading-small {
    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: 20px 10px 5px;
}
.category-lead-news-heading-small h2 {
    margin: 0;
    font-size: 20px;
    line-height: 24px;
}
.category-lead-news-small-image {
  position: relative;
}
.category-lead-news-small-image i {
  position: absolute;
    top: 50%;
    left: 50%;
    height: 45px;
    width: 45px;
    background: rgba(0, 0, 0, 0.14);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 38px;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    padding-left: 4px;
    border: 4px solid #fff;
    -webkit-box-shadow: 0 0 15px 1px grey;
    -moz-box-shadow: 0 0 15px 1px gray;
    box-shadow: 0 0 15px 1px grey;
    opacity: 0.8;
    z-index: 1;
}
.category-lead-news-small a:hover .category-lead-news-small-image i {
  background: #fff;
  color: red;
}
.category-lead-news-small-image img {
  min-height: 155px;
  max-height: 155px;
  width: 100%;
}
.category-lead-news-heading-small span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.single-block-category {
  margin-top: 20px;
  background: #fff;
  padding: 7px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  display: inline-block;
}
.single-block-category-left {
  width: 38%;
  float: left;
  position: relative;
}
.single-block-category-left i {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 35px;
  width: 35px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 28px;
  color: #fff;
  border-radius: 50%;
  font-size: 15px;
  padding-left: 4px;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 15px 1px grey;
  -moz-box-shadow: 0 0 15px 1px gray;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}
.single-block-category a:hover .single-block-category-left i {
  background: #fff;
  color: red;
}
.single-block-category-right {
  float: left;
  padding-left: 3%;
  width: 59%;
  min-height: 86px;
  max-height: 86px;
  overflow: hidden;
}
.single-block-category-right span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.single-block-category-right h3 {
  color: #000;
  margin: 0;
  font-size: 20px;
  line-height: 24px;
}
.category-lead-news-second-image {
  position: relative;
}
.category-lead-news-second-image i {
  position: absolute;
    top: 50%;
    left: 50%;
    height: 45px;
    width: 45px;
    background: rgba(0, 0, 0, 0.14);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 38px;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    padding-left: 4px;
    border: 4px solid #fff;
    -webkit-box-shadow: 0 0 15px 1px grey;
    -moz-box-shadow: 0 0 15px 1px gray;
    box-shadow: 0 0 15px 1px grey;
    opacity: 0.8;
    z-index: 1;
}
.category-lead-news-second a:hover .category-lead-news-second-image i {
  background: #fff;
  color: red;
}
.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-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: #222;
  font-size: 14px;
  line-height: 14px;
}
.btn-more {
  position: relative;
  z-index: 10;
  overflow: hidden;
  transition-duration: 0.50s;
  background: var(--black2);
  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: #222;
}
.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;
}
.text-headline-style-3-category h3 {
    border-bottom: 2px solid #222;
    line-height: 100%;
    margin: 0 0 0px;
    font-size: 22px;
}
.text-headline-style-3-category h3 span {
    background: #DF2029;
    padding: 7px 30px;
    color: #fff;
    height: 30px;
    line-height: 41px;
    position: relative;
    border-bottom: 2px solid #DF2029;
}
.text-headline-style-3-category h3 span:after {
    border-color: #DF2029 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;
}
.top-side-banner-1 {
  text-align: center;
  margin-bottom: 24px;
}
.top-side-banner-2 {
  text-align: center;
  margin-top: 24px;
}
.category-tab-content {
  max-height: 646px;
}
/*====================================================================================================================
   DETAILS PAGE  STYLE
================================================================================================================*/
.left-content-area {
  float: left;
  width: 73.2%;
}
.right-content-area {
  float: left;
  width: 26.8%;
}
.details-left-content-area {
  padding-top: 25px;
}
.details-right-content-area {
  padding-top: 25px;
}
.details-page-side-banner {
  text-align: center;
}
.details-page-breadcrumb {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
  margin-bottom: 12px;
}
.details-page-breadcrumb li a {
  color: #19232d;
  font-size: 22px;
}
.breadcrumb > li + li:before {
  padding: 0 0 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.details-page-breadcrumb .active a {
  color: #000;
  font-size: 18px;
  line-height: 34px;
  transition: all 0.5s ease 0s;
}
.details-page-breadcrumb .active a:hover {
  color: #e74c4f;
}
.details-content {
  color: #000000;
  /* background-color: #fff; */
  /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); */
  padding: 10px 10px 1px;
  padding-bottom: 1px;
  margin-bottom: 25px;
  display: block;
  padding-bottom: 10px;
  position: relative;
  width: 100%;
}
.details-content h1 {
  font-size: 38px;
  margin: 0;
}
.details-content span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.details-content hr {
  margin-top: 16px;
  margin-bottom: 20px;
}
.details-content .small {
  margin: 10px 0;
  display: block;
  margin-bottom: 10px;
}
.details-content .small .fa-user-circle{
  font-size: 42px;
  line-height: 50px;
  float: left;
  margin-right: 10px;
  color: #237ea1;
}
.details-content iframe{
  height: 465px;
}
.details-content .small p{
  font-size: 15px;
  margin: 0;
}
.share-btn{
  display: inline-block;
  margin-top: 14px;
}
.share-btn a {
    background: #d5d1d1;
    color: #222;
    margin-right: 10px;
    height: 28px;
    line-height: 30px;
    float: left;
    width: 30px;
    display: block;
    text-align: center;
    border-radius: 4px;
}
.details-content p {
  margin: 12px 0;
  font-size: 18px;
  line-height: 26px;
  text-align: justify;
  color: #000;
}
.details-content img {
  margin-bottom: 5px;
}
.details-content img {
  padding: 5px 0;
  width: 100%;
  height: auto;
}
.details-content .details-banner{
  text-align: center;
  margin: 14px 0;
}
.details-content .details-banner img{
  width: auto;
}
.details-right-news-heading {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 25px;
}
.details-right-news-heading h2 {
  color: #222;
  font-size: 24px;
  line-height: 30px;
  padding: 5px;
  margin: 0;
  border-top: 3px solid #19232d;
  border-bottom: 1px solid #19232d;
}
.details-btn {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.btn-more-details {
  background: var(--black2);
  color: #fff;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  font-size: 18px;
  border: 0;
}
.btn-more-details:hover {
  color: #fff;
}
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  transition: all 0.5s ease 0s;
  text-decoration: none;
}
.hvr-bounce-to-right::before {
  background: var(--gray);
  color: #ffffff;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-more-details:hover {
  color: #fff;
}
.hvr-bounce-to-right:active,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:hover {
  color: #fff;
}
.hvr-bounce-to-right:active:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.tag-ul {
  margin: 0;
  padding: 0;
  margin: 24px 0 0;
  text-align: left;
}
.tag-ul li {
    color: #000;
    list-style: none;
    display: inline-block;
    margin-right: 6px;
}
.tag-ul li:first-child {
    font-size: 15px;
    /* background: #000; */
    color: #222;
    padding: 3px 0px 2px 0;
    /* font-weight: 700; */
}
.tag-ul li a {
    color: #000;
    background: #eee;
    border: 1px solid #e3e3e3;
    font-size: 16px;
    padding: 4px 12px 3px;
    transition: .3s;
}
.tag-ul li a:hover{
  background: #dbd6d6;
}
.facebook-comment-box {
  border: 1px solid #dadada;
  margin-bottom: 20px;
  background: #fff;
}
.fb-h2 {
  background: #4d4e8a;
  padding: 15px;
  font-size: 18px;
  color: #fff;
  margin: -1px -1px 0;
}
.details-news-ul{
  margin: 0;
  padding: 0;
  margin-bottom: 14px;
}
.details-news-ul li{
  display: inline-block;
  list-style-type: none;
  background: #fff;
  margin-bottom: 20px;
}
.details-news-single-image {
  position: relative;
  width: 40%;
  float: left;
}
.details-news-single-image i {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 34px;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  padding-left: 5px;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 30px 2px grey;
  -moz-box-shadow: 0 0 30px 2px gray;
  box-shadow: 0 0 30px 2px grey;
  opacity: 0.8;
}
.details-news-single a:hover .details-news-single-image i {
  background: #fff;
  color: red;
}
.details-news-single img {
  overflow: hidden;
}
.details-news-single-text {
  width: 60%;
  background-color: #fff;
  padding: 3px;
  padding-left: 3%;
  max-height: 71px;
  min-height: 71px;
  overflow: hidden;
}
.more-news-single a:hover img {
  opacity: 0.89;
}
.details-news-single a:hover img {
  opacity: 0.89;
}
.details-news-single-text h2 {
  margin: 0;
  font-size: 17px;
  line-height: 21px;
  color: #000;
}
.details-news-single-text span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.details-news-single a:hover {
  color: #000;
}
.details-tab-container {
  margin-bottom: 25px;
}
.detail-latest-news-ul {
}
.detail-latest-news-ul .latest-news-left img {
  min-height: 79px;
  max-height: 79px;
  min-width: 132px;
  max-width: 132px;
  overflow: hidden;
}
.detail-latest-news-ul .latest-news-right h3 {
  padding-left: 2px;
  font-size: 18px;
  line-height: 24px;
}
.more-news-single {
  background: #fff;
  /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); */
  margin-bottom: 24px;
}
.more-news-single-image {
  position: relative;
}
.more-news-single-image i {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 34px;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  padding-left: 5px;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 30px 2px grey;
  -moz-box-shadow: 0 0 30px 2px gray;
  box-shadow: 0 0 30px 2px grey;
  opacity: 0.8;
}

.more-news-single-text {
  background-color: #eff3f4;
  padding: 5px;
  max-height: 70px;
  min-height: 70px;
  overflow: hidden;
}
.more-news-single-text h3 {
  font-size: 17px;
  line-height: 21px;
  margin: 0;
  color: #000;
  transition: all 0.5s ease 0s;
}
.more-news-single-text span {
  font-size: 14px;
  line-height: 14px;
  color: #ff0000;
}
.more-new-heading-style {
  margin-bottom: 18px;
  position: relative;
}
.more-new-heading-style:before {
  position: absolute;
  content: "";
  width: 100%;
  border-top: 2px solid var(--black2);
  display: inline-block;
  vertical-align: bottom;
  left: 0;
  bottom: -2px;
  z-index: 99;
}
.more-new-heading-style h2 {
  background-color: var(--black2);
  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);
}
.more-new-heading-style span {
  color: #fff;
  position: relative;
  display: block;
  transform-style: flat;
  -webkit-transform-style: flat;
  -moz-transformtransform-style: flat;
  -ms-transform-style: flat;
  transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
  -webkit-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
  -moz-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
  -o-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
  -ms-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
}
.more-news-single a:hover .more-news-single-image i {
  background: #fff;
  color: red;
}
.detail-latest-news-ul .latest-news-left img {
    min-height: 79px;
    max-height: 79px;
    min-width: 132px;
    max-width: 132px;
    overflow: hidden;
}
.detail-latest-news-ul .latest-news-right {
  min-height: 73px;
  max-height: 73px;
}
.details-tab-content-wrapper {
  margin-bottom: 24px;
}
.details-tab-content {
  min-height: 600px;
}
.details-breadcrumb {
  background: #ebebeb;
  padding: 5px 10px;
}
.details-breadcrumb > li > a {
  color: #333;
  font-size: 19px;
}
.details-breadcrumb .active {
  color: #000;
  font-size: 18px;
  line-height: 28px;
}
.details-page-side-banner-2 {
  text-align: center;
  margin-bottom: 24px;
}
/* ====================== ARCHIVE ====================== */
.archive-body-wrapper{
  width: 100%;
}
.archive-heading h3 {
  line-height: 1.3;
  margin: 0;
}

.archive-wrapper {
  padding: 13px 20px 10px;
  background: #fff;
  margin-bottom: 22px;
  margin-top: 10px;
  display: flow-root;
  text-align: center;
}

.archive-heading {
  float: left;
  width: 24%;
  text-align: right;
}
.archive-btn-wrapper {
  float: left;
  width: 18%;
}
.date-picker-main {
  float: left;
  width: 40%;
  padding-left: 2%;
  padding-right: 2%;
}
.all-news-btn {
    position: relative;
    z-index: 10;
    overflow: hidden;
    transition-duration: 0.5s;
    background: var(--color1);
    color: white;
    font-size: 18px;
    padding: 5px 10px 4px;
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 2px;
    display: block;
    width: 100%;
    border-radius: 0;
}
.all-news-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.all-news-btn:focus:before, .all-news-btn:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.archive-news-image {
  position: relative;
}
.archive-news-image i {
  position: absolute;
    top: 50%;
    left: 50%;
    height: 45px;
    width: 45px;
    background: rgba(0, 0, 0, 0.14);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 38px;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    padding-left: 4px;
    border: 4px solid #fff;
    -webkit-box-shadow: 0 0 15px 1px grey;
    -moz-box-shadow: 0 0 15px 1px gray;
    box-shadow: 0 0 15px 1px grey;
    opacity: 0.8;
    z-index: 1;
}
.archive-news a:hover .archive-news-image i {
  background: #fff;
  color: red;
}
.archive-news {
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  padding: 7px;
  margin-bottom: 24px;
}
.archive-news-heading {
  min-height: 71px;
  max-height: 71px;
  overflow: hidden;
  padding-top: 3px;
  padding-left: 3px;
}
.archive-news-heading h3 {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  margin: 0;
}
.archive-news-heading span {
  color: #f50000;
  font-size: 14px;
  line-height: 14px;
}
/* ============================ VIDEO CATEGORY ===================== */
.video-news-image {
  position: relative;
}
.video-news-image i {
  position: absolute;
  top: 16%;
  left: 11%;
  color: #fff;
  background: rgba(0, 0, 0, 0.65);
  padding: 10px 10px 10px 13px;
  transform: translate(-50%, -50%);
  border-radius: 16%;
  font-size: 19px;
  line-height: 10px;
  height: 31px;
  width: 41px;
  text-align: center;
  transition: 0.5s;
}
.video-news a:hover .video-news-image i {
  background: #fff;
  color: #111;
}
.video-news {
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  padding: 7px;
  margin-bottom: 24px;
}
.video-news-heading {
  min-height: 71px;
  max-height: 71px;
  overflow: hidden;
  padding-top: 3px;
  padding-left: 3px;
}
.video-news-heading h3 {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  margin: 0;
}
.video-news-heading span {
  color: #f50000;
  font-size: 14px;
  line-height: 14px;
}
/* ======================= DISTRICT PAGE ====================== */
.district-title{
  font-size: 34px;
}
.district-title i{
  color: #ff0000;
  padding-right: 8px;
}
.district-wrapper {
  background: #fff;
  padding: 10px 10px 9px;
  margin-bottom: 14px;
}
.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: #d90000;
  color: #fff;
}
.bottom-margin{
  margin-bottom: 0;
}
