@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"),

}

/* @import "sidebar.css"; */

/* @import "sidebar.css"; */


: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: 10px 0 15px 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;
  display: inline-block;
  margin-top: 17px;
}

.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: 15px;
  /* 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
==================================================*/
.breaking-news-wrpper {
  width: 100%;
  position: fixed;
  bottom: -7px;
  z-index: 9999;
}

.breaking-news-wrpper .container-fluid {
  padding: 0;
}

.marquee-container {
  margin-top: 0;
}

.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: 122px;
  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: 0;
  min-height: 36px;
  max-height: 36px;
  overflow: hidden;
}

.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;
}

.news-wrpper .marquee-block h2 {
  background: #1a1b1c;
}

.news-wrpper .marquee {
  border: 1px solid #1a1b1c;
  min-height: 36px;
  max-height: 36px;
  overflow: hidden;
}

.breaking-news-wrpper .marquee-block h2:after {
  left: 121px;
  border-left: 20px solid #DF2029;
}

.news-wrpper .marquee-block h2:after {
  left: 96px;
  border-left: 20px solid #1a1b1c;
}

/*=========================================== 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: #282828;
  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: #282828;
  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: #282828;
  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: 25px;
  margin-bottom: 20px;
}

.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%;
  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;
  padding-left: 3%;
}

.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 img {
  max-width: 565px;
  min-width: 565px;
  min-height: 286px;
  max-height: 286px;
  overflow: hidden;
}

.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: 0;
  top: -22px;
  transition: all .5s ease 0s;
}

.top-left-side-bar-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: 30px;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  padding-left: 5px;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 15px 1px grey;
  -moz-box-shadow: 0 0 15px 1px gray;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}

.lead-news-heading {
  position: absolute;
  bottom: -26px;
  background: #A52A2A;
  width: 94%;
  left: 3%;
  opacity: 0.9;
  margin: auto;
  color: #000;
  padding: 6px 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 3px rgb(0 0 0 / 20%);
  box-shadow: rgba(0, 0, 0, 0.24) 2px 5px 8px;
}

.lead-news-heading span {
  font-size: 16px;
  /* color: #ec1134;
  color: #ED1C24; */
  color: #ffc107;
  line-height: 17px;
  font-weight: 500;
  display: block;
}

.lead-news-heading h1 {
  margin: 0;
  font-size: 30px;
  line-height: 36px;
  color: #000;
}

.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: 30%;
  overflow: hidden;
  position: relative;
}

.opinion-left img {
  min-height: 86px;
  max-height: 86px;
  overflow: hidden;
}

.opinion-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: 30px;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  padding-left: 5px;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 15px 1px grey;
  -moz-box-shadow: 0 0 15px 1px gray;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}

.opinion li a:hover .opinion-left i {
  color: #f10505;
  background: #fff;
}

/* .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;
  padding-left: 3%;
}

.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: 7px 7px 7px;
  /* 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 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: 30px;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  padding-left: 5px;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 15px 1px grey;
  -moz-box-shadow: 0 0 15px 1px gray;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}

.latest-news-ul li a:hover .latest-news-left i {
  color: #f10505;
  background: #fff;
}

.latest-news-ul .latest-news-left img {
  min-height: 65px;
  max-height: 65px;
}

.latest-news-ul .latest-news-right {
  float: left;
  width: 63%;
  min-height: 65px;
  max-height: 65px;
  overflow: hidden;
  padding-left: 3%;
}

.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;
  min-width: 480px;
  max-width: 480px;
  min-height: 265px;
  max-height: 265px;
  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 img {
  min-width: 420px;
  max-width: 420px;
  min-height: 232px;
  max-height: 232px;
  overflow: hidden;
}

.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: 1;
  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;
}

.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: 22px;
  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: 8%;
  top: -3px;
}

.political-news-section-wrapper .nav-international {
  display: inline-block;
  position: relative;
  left: 6%;
  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 img {
  max-width: 495px;
  min-width: 495px;
  min-height: 273px;
  max-height: 273px;
  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: 265px;
  min-height: 265px;
  max-width: 481px;
  min-width: 481px;
  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: 18px;
  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: 5%;
}

.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 img {
  min-width: 481px;
  max-width: 481px;
  min-height: 265px;
  max-height: 265px;
  overflow: hidden;
}

.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: 92px;
  max-height: 92px;
  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 img {
  min-height: 117px;
  max-height: 117px;
  overflow: hidden;
}

.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: 24px;
  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: 18px;
  padding-bottom: 30px;
}

.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: 68.2%;
}

.right-content-area {
  float: left;
  width: 31.8%;
}

.details-left-content-area {
  padding-top: 25px;
}

.details-right-content-area {
  padding-top: 25px;
  margin-bottom: 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;
}

.details-content .small .details-author {
  float: left;
  margin-right: 5px;
  width: 7%;
}

.details-content .small .details-author img {
  width: auto !important;
  padding: 0;
  margin: 0;
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
  overflow: hidden;
}

.post-text {
  padding-top: 4px;
  width: 92%;
  min-height: 50px;
  max-height: 50px;
}

.details-content .small .fa-user-circle {
  font-size: 42px;
  line-height: 50px;
  float: left;
  margin-right: 10px;
  color: #237ea1;
}

.details-content .small p {
  font-size: 15px;
  line-height: 20px;
  margin: 0;
}

.details-content .small p a {
  color: #000;
}

.details-content .small p i {
  padding-right: 2px;
}

.share-btn {
  display: inline-block;
  margin-top: 4px;
}

.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;
}

.category-left-more-btn-wrapper {
  margin: auto;
}

.details-btn {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
}

.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: #fff;
  color: #282828;
  border: 1px solid #282828;
  border-radius: 3px;
  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: #282828;
}

.hvr-bounce-to-right:active,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:hover {
  color: #282828;
}

.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;
}

.details-news-single {
  margin-bottom: 24px;
}

.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: 87px;
  min-height: 87px;
  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;
}

.details-news-ul li:last-child .details-news-single {
  margin-bottom: 0;
}

.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;
}

.archive-news-image span {
  background: #000000;
  padding: 5px 10px;
  position: absolute;
  font-size: 15px;
  z-index: 1;
  color: #fff;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease 0s;
}

/* ============================ VIDEO DETAILS ===================== */
.video-news-single {
  margin-bottom: 24px;
}

.video-news-single-image {
  position: relative;
}

.video-news-single-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-news-single a:hover .video-news-single-image i {
  background: #DF2029;
  color: #fff;
  transition: 0.5s;
}

.video-news-single img {
  overflow: hidden;
}

.video-news-single-text {
  background-color: #fff;
  max-height: 71px;
  min-height: 71px;
  overflow: hidden;
  padding: 4px;
}

.more-news-single a:hover img {
  opacity: 0.89;
}

.video-news-single a:hover img {
  opacity: 0.89;
}

.video-news-single-text h2 {
  margin: 0;
  font-size: 17px;
  line-height: 22px;
  color: #000;
}

.video-news-single-text span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}

.video-news-single a:hover {
  color: #000;
}

/* ============================ VIDEO CATEGORY ===================== */
.video-news-image {
  position: relative;
}

.video-news-image i {
  position: absolute;
  top: 22%;
  left: 13%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 20px;
  padding-left: 5px;
  transform: translate(-50%, -50%);
  text-align: center;
  background: #fff;
  color: #DF2029;
  border-radius: 50%;
  transition: 0.5s;
  opacity: 0.80;

}

.video-news a:hover .video-news-image i {
  background: #DF2029;
  color: #fff;
  transition: 0.5s;
}

.video-news {
  margin-bottom: 0;
  position: relative;
}

.video-news-heading {
  position: relative;
  min-height: 77px;
  max-height: 77px;
  overflow: hidden;
  padding: 5px;
  bottom: 24px;
  background: #fff;
  width: 90%;
  margin: auto;
  box-shadow: 0 5px 5px -5px #000;
}

.video-news-heading h3 {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  margin: 0;
}

.video-news-heading span {
  color: #f50000;
  font-size: 14px;
  line-height: 14px;
}

.video-details-text {
  margin-top: 10px;
}

/* ======================= 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;
}

/* ============================ PHOTO CATEGORY ===================== */
.photo-news-image {
  position: relative;
}

.photo-news-image img {
  max-width: 279px;
  min-width: 279px;
  max-height: 154px;
  min-height: 154px;
  overflow: hidden;
}

.photo-news-image i {
  position: absolute;
  top: 22%;
  left: 12%;
  color: #d51f26;
  background: #fff;
  padding: 10px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  font-size: 19px;
  line-height: 22px;
  height: 41px;
  width: 41px;
  text-align: center;
  transition: 0.5s;
}

.photo-news a:hover .photo-news-image i {
  background: #d51f26;
  color: #fff;
}

.photo-news {
  margin-bottom: 0;
}

.photo-news-heading {
  position: relative;
  min-height: 77px;
  max-height: 77px;
  overflow: hidden;
  padding: 5px;
  bottom: 24px;
  background: #fff;
  width: 90%;
  margin: auto;
  box-shadow: 0 5px 5px -5px #000;
}

.photo-news-heading h2 {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  margin: 0;
}

.photo-news-heading span {
  color: #f50000;
  font-size: 14px;
  line-height: 14px;
}

/* =========================== PHOTO DETAILS ======================== */
#lightgallery li {
  position: relative;
}

#lightgallery li .icon-box {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 5px;
}

#lightgallery li .icon-box i {
  color: #fff;
  padding: 10px 13px;
  background: #000000c4;
  display: inline-block;
  font-size: 20px;
  cursor: pointer;
}

.gallery-news-ul {
  margin: 0;
  padding: 0;
  margin-bottom: 14px;
}

.gallery-news-ul li {
  display: inline-block;
  list-style-type: none;
  background: #fff;
  margin-bottom: 16px;
  padding: 7px;
}

.gallery-news-single {
  margin-bottom: 24px;
}

.gallery-news-single-image {
  position: relative;
  width: 40%;
  float: right;
}

.gallery-news-single-image i {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  background: rgba(0, 0, 0, 0.65);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  padding-left: 5px;
  border: none;
  -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;
}

.photo-news-ul li a .gallery-news-single-image i {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  background: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 40px;
  color: #d51f26;
  border-radius: 50%;
  font-size: 20px;
  padding-left: 0;
  border: none;
  -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;
}

.gallery-news-single a:hover .gallery-news-single-image i {
  background: #d51f26;
  color: #fff;
}

.gallery-news-single img {
  overflow: hidden;
}

.gallery-news-single-text {
  background-color: #fff;
  max-height: 71px;
  min-height: 71px;
  overflow: hidden;
  width: 60%;
  float: left;
  padding-right: 3%;
}

.more-news-single a:hover img {
  opacity: 0.89;
}

.gallery-news-single a:hover img {
  opacity: 0.89;
}

.gallery-news-single-text h2 {
  margin: 0;
  font-size: 17px;
  line-height: 21px;
  color: #000;
}

.gallery-news-single-text span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}

.gallery-news-single a:hover {
  color: #000;
}

.btn-division {
  padding-top: 5px;
}

/*======================== Author page style ============================*/
.author-main-wrapper {
  background: #eff3f4;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  margin-bottom: 24px;
  padding: 7px;
  text-align: center;
}

.author-img {
  text-align: center;
}

.author-info {
  text-align: center;
  min-height: 53px;
  max-height: 53px;
  overflow: hidden;
}

.author-info h2 {
  font-size: 20px;
  color: #000;
  margin-top: 6px;
  margin-bottom: 4px;
}

.author-info h3 {
  font-size: 18px;
  color: #ff4000;
  margin: 0;
}

.writter-details-wrapper {
  margin-top: 28px;
  background: #eff3f4;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  padding: 10px;
  margin-bottom: 24px;
  position: relative;
  float: left;
  width: 100%;
}

.writter-details-left {
  width: 30%;
  float: left;
}

.writter-details-right {
  width: 70%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}

.writter-details-right h1 {
  font-size: 35px;
  margin-bottom: 0;
}

.writter-details-right h2 {
  font-size: 18px;
  color: #ff4000;
  margin-bottom: 3px;
}

.writter-details-right p {
  font-size: 16px;
  color: #000;
  margin: 0;
}

.author-details-news {
  background: #eff3f4;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  padding: 7px;
  margin-bottom: 24px;
}

.author-details-news-image {
  position: relative;
}

.author-details-news-text {
  min-height: 71px;
  max-height: 71px;
  overflow: hidden;
  padding-top: 3px;
  padding-left: 3px
}

.author-details-news-text h2 {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  margin: 0;
}

.author-details-news-text span {
  color: #f50000;
  font-size: 14px;
  line-height: 14px;
}

.author-btn-wrapper {
  padding-top: 0;
}

.author-more-btn {
  width: 74%;
  margin: auto;
}

.country-news-wrapper .nav-country {
  display: inline-block;
  position: relative;
  left: 6%;
  top: -3px;
}

.country-news-wrapper nav .nav-tabs {
  border-bottom: none;
}

.country-news-wrapper nav .nav-tabs .nav-link {
  margin-bottom: -4px;
  color: #767676;
  padding: 1px 14px;
  border-radius: 0;
  margin-right: 6px;
}

.country-news-wrapper nav .nav-tabs .nav-link.active {
  background: #ebe8e8;
  color: #000;
}

.sports-section-wrapper .nav-sports {
  display: inline-block;
  position: relative;
  left: 29.5%;
  top: -3px;
}

.sports-section-wrapper nav .nav-tabs {
  border-bottom: none;
}

.sports-section-wrapper nav .nav-tabs .nav-link {
  margin-bottom: -4px;
  color: #767676;
  padding: 1px 14px;
  border-radius: 0;
  margin-right: 6px;
}

.sports-section-wrapper nav .nav-tabs .nav-link.active {
  background: #ebe8e8;
  color: #000;
}

.entertainment-section-wrapper .nav-entertainment {
  display: inline-block;
  position: relative;
  left: 29.5%;
  top: -3px;
}

.entertainment-section-wrapper nav .nav-tabs {
  border-bottom: none;
}

.entertainment-section-wrapper nav .nav-tabs .nav-link {
  margin-bottom: -4px;
  color: #fff;
  padding: 1px 14px;
  border-radius: 0;
  margin-right: 6px;
  border: 0;
  background: #333;
}

.entertainment-section-wrapper nav .nav-tabs .nav-link:hover {
  background: red;
  color: #fff;
  border: 0;
}

.entertainment-section-wrapper nav .nav-tabs .nav-link.active {
  background: red;
  color: #fff;
  border: 0;
}

.entertainment-section-wrapper {
  background: #0e0e0e;
}

.entertainment-lead-text {
  background: #282828;
  color: #fff;
}

.entertainment-lead-text p {
  color: #fff;
}

.entertainment-other-news-text {
  background: #282828;
  color: #fff;
}

.entertainment-other-news-text h3 {
  color: #fff;
}

.entertainment-section-wrapper .title-heading-wrapper {
  background: transparent;
}

.entertainment-lead-text span {
  color: #ffc107;
}

.entertainment-other-news-text span {
  color: #ffc107;
}

.entertainment-section-wrapper .title-right-link {
  color: #fff;
  background-color: #333;
  padding-right: 8px;
  padding-left: 12px;
  line-height: 40px;
}

.entertainment-section-wrapper .title-right-link i {
  color: #fff;
}

.entertainment-section-wrapper .title-right-link:hover {
  color: #fff;
  background-color: red;
  opacity: 1;
}

.country-more-news {
  text-align: right;
  position: relative;
  margin-top: -10px;
}

.country-more-news a {
  color: #000;
  padding: 5px 10px;
  background: #fff;
}

.c-title-right-link i {
  margin-left: 5px;
}

.country-more-news a:hover {
  transition: 0.5s;
  color: #222;
  opacity: .8;
}

/*=============================== FOR Special Section News ============================== */
.eid-special {
  background: #111;
  padding: 30px 0 20px;
  margin-bottom: 34px;
}

.eid-title {
  margin-bottom: 8px;
}

.eid-title a {
  color: #fff;
  font-size: 34px;
}

.eid-lead {}

.eid-lead-text {
  width: 40%;
  float: left;
  background: #282828;
  padding: 6px 0 0 6px;
  min-height: 293px;
  max-height: 293px;
  overflow: hidden;
}

.eid-lead-text span {
  color: #f7c716;
  font-size: 14px;
  line-height: 14px;
}

.eid-lead-text h2 {
  font-size: 32px;
  line-height: 38px;
  color: #fff;
}

.eid-lead-img {
  width: 60%;
  float: left;
  position: relative;
}

.eid-lead-img i {
  position: absolute;
  bottom: -7px;
  left: 8%;
  height: 60px;
  width: 60px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 53px;
  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;
}

.eid-lead a:hover .eid-lead-img i {
  background: #fff;
  color: #e3002b;
  border-color: #fff;
}

.eid-news {}

.eid-news-img {
  position: relative;
}

.eid-news-img i {
  position: absolute;
  bottom: -11px;
  left: 11%;
  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: 23px;
  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;
}

.eid-news a:hover .eid-news-img i {
  background: #fff;
  color: #e3002b;
}

.eid-news {
  margin-bottom: 24px;

}

.eid-news-text {
  min-height: 76px;
  max-height: 76px;
  overflow: hidden;
  padding: 5px 8px;
  background: #282828;
}

.eid-news-text-2 {
  min-height: 126px;
  max-height: 126px;
  overflow: hidden;
}

.eid-news-text h3 {
  font-size: 18px;
  line-height: 23px;
  color: #fff;
  margin: 0;
}

.eid-news-text span {
  color: #f7c716;
  font-size: 14px;
  line-height: 14px;
}

.eid-lead-img img {
  min-height: 293px;
  max-height: 293px;
  min-width: 100%;
}

.secHdg {
  text-align: center;
  font-family: "blacker_pro_displayheavy";
  font-size: 20px;
  font-weight: normal;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 12px;
}

.hdgTexure,
.hdgTexure::after,
.hdgTexure::before {
  position: absolute;
  top: 24px;
  left: 0;
  height: 2px;
  width: 100%;
  border-top: solid 1px #e62028;
}

.hdgTexure:before {
  content: "";
  display: block;
  top: -3px;
}

.hdgTexure:after {
  content: "";
  display: block;
  top: 1px;
}

.hdgStyle {
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  background-color: #111;
  display: inline-block;
  padding: 0 5px;
  top: 3px;
}

.hdgStyle span {
  font-family: "blacker_pro_displayheavy";
  color: #e62028;
  font-size: 36px;
  line-height: 30px;
  padding: 0 4px;
}

.secHdg h2 {
  text-align: center;
  font-size: 32px;
  font-weight: normal;
  display: inline-block;
  color: #fff;
}

/*=========================Style For live tv section ===================*/
.live-tv {
  position: relative;
  padding-bottom: 10px;
}

.pinkBg {
  background-color: #ec2028;
  background-image: linear-gradient(90deg, #ec2028, #b30f0f);
}

.live-text-ani {
  position: relative;
  font-size: 26px;
  margin-left: 30px;
  margin-bottom: 5px;
  background: none;
}

.intro-banner-vdo-play-btn {
  height: 10px;
  width: 10px;
  position: absolute;
  top: 12px;
  left: -22px;
  border-radius: 100px;
}

.live-text-ani small {
  font-size: 14px;
}

.intro-banner-vdo-play-btn .ripple {
  position: absolute;
  width: 40px;
  height: 40px;
  left: -15px;
  top: -15px;
  opacity: 0;
  border-radius: 100px;
  -webkit-animation: ripple 1.8s infinite;
  animation: ripple 1.8s infinite
}

.live-tv-box {
  padding: 0px 10px 10px 10px;
  border-radius: 0px;
}

@-webkit-keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

/* ================== POLL SECTION STYLE ================== */
.right_poll_block {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  background: #f0f0ed;
  margin-bottom: 20px;
}

.right_poll_title {
  background: #d37d2a;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 35px;
}

.right_poll_title a {
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  line-height: 40px;
}

.right_poll_cont {
  border: 1px solid #d17c29;
  border-top: 0;
  padding: 10px;
  overflow: hidden;
  border-radius: 0 0 5px 5px;
  min-height: 238px;
}

.poll_ques {
  display: block;
  margin: 5px 0 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.pull-ques-ul {
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  position: relative;
}

.pull-ques-ul li {
  list-style: none;
  display: inline-block;
  padding-right: 5px;
  cursor: pointer;
  font-size: 18px;
}

.pull-ques-ul li input,
.pull-ques-ul li label {
  cursor: pointer;
}

.poll-btn-wrapper {
  position: relative;
  width: 100%;
  text-align: center;
}

.old-pull-link {
  text-align: right;
  margin-top: 3px;
}

.old-pull-link a {
  font-size: 16px;
  color: #666;
  transition: 0.5s;
}

.old-pull-link a:hover {
  color: #000;
}

.right_poll_cont [type="radio"]:checked,
.right_poll_cont [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.right_poll_cont [type="radio"]:checked+label,
.right_poll_cont [type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 36px;
  cursor: pointer;
  line-height: 28px;
  display: inline-block;
  color: #666;
}

.right_poll_cont [type="radio"]:checked+label:before,
.right_poll_cont [type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background: #fff;
}

.pull-ques-ul li:nth-child(1) [type="radio"]:checked+label:before,
.pull-ques-ul li:nth-child(1) [type="radio"]:not(:checked)+label:before {
  border: 3px solid #00a651;
}

.pull-ques-ul li:nth-child(2) [type="radio"]:checked+label:before,
.pull-ques-ul li:nth-child(2) [type="radio"]:not(:checked)+label:before {
  border: 3px solid #ff3b30;
}

.pull-ques-ul li:nth-child(3) [type="radio"]:checked+label:before,
.pull-ques-ul li:nth-child(3) [type="radio"]:not(:checked)+label:before {
  border: 3px solid #007aff;
}

.right_poll_cont [type="radio"]:checked+label:after,
.right_poll_cont [type="radio"]:not(:checked)+label:after {
  content: '';
  width: 13px;
  height: 13px;
  background: chocolate;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.pull-ques-ul li:nth-child(1) [type="radio"]:checked+label:after,
.pull-ques-ul li:nth-child(1) [type="radio"]:not(:checked)+label:after {
  background: #00a651;
}

.pull-ques-ul li:nth-child(2) [type="radio"]:checked+label:after,
.pull-ques-ul li:nth-child(2) [type="radio"]:not(:checked)+label:after {
  background: #ff3b30;
}

.pull-ques-ul li:nth-child(3) [type="radio"]:checked+label:after,
.pull-ques-ul li:nth-child(3) [type="radio"]:not(:checked)+label:after {
  background: #007aff;
}

.right_poll_cont [type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.right_poll_cont [type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*=====================Namaj Time section style ==================================*/
.namaj-time {
  margin-top: 15px;
}

.namaj-time-heading {
  text-align: center;
  /* margin-bottom: 5px; */
}

.namaj-time-date {
  color: #0063af;
  font-size: 15px;
  text-align: right;
  background: #fff;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 1px;
}

.namaj-time-heading h2 {
  background: #b1b1b1;
  color: #fff;
  font-size: 24px;
  line-height: 22px;
  padding: 5px;
  margin: 0;
}

.namaj-time-table {
  color: #fff;
  font-size: 16px;
  margin: 0;
}

.nonpraytime {
  width: 100%;
  margin: 5px 0 0;
  padding: 5px;
  text-align: center;
  line-height: 23px;
  font-size: 18px;
  color: #fff;
  display: inline-block;
  background: #455960;
}

span.sunrise {
  margin-right: 25px;
}

.namaj-time-table td {
  padding: 0 12px;
  line-height: 27px;
}

.namaj-time-body-left img {
  width: 100%;
  height: 196px;
}

.namaj-time-table tbody tr:nth-of-type(odd) {
  background-image: linear-gradient(281deg, #6b8e23, #808000);
}

.namaj-time-table tbody tr:nth-of-type(even) {
  background-image: linear-gradient(281deg, #808000, #6b8e23);
}

.namaj-time-body {
  position: relative;
  display: inline-block;
  width: 100%;
}

.namaj-time-body-left {
  float: left;
  width: 50%;
}

.namaj-time-body-right {
  float: left;
  width: 50%;
}

.podcast-details iframe {
  height: 120px;
}

/* NEW PHOTO GALLERY DETAILS */
.camera_wrap_main {
  background: #333333;
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  float: left;
  padding-bottom: 156px;
}

.camera_prev,
.camera_next,
.camera_commands {
  top: 95%;
}

.camera_wrap .camera_pag .camera_pag_ul li {
  margin: 10px 5px;
}

.camera_caption {
  min-height: 156px;
  max-height: 156px;
  overflow: hidden;
  color: #fff;
}

.camera_caption span {
  color: #fff;
  font-size: 15px;
  line-height: 15px;
}

.camera_caption h2 {
  margin: 0;
  color: #fff;
  font-size: 26px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.camera_caption p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

.camera_caption>div {
  background: #333333;
}

.camera_target_content {
  overflow: unset;
}

.camera_caption {
  position: relative;
  bottom: -100%;
  background: #333333;
}

.camera_wrap {
  margin: 0 !important;
}

.camera_caption>div {
  padding: 10px 10px;
}

/* ==== Aout us ==== */
.text-wrapper {
  background: #fff;
  padding: 24px;
  margin: 24px 0;
  box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
  color: #000;
}

.text-wrapper h3 {
  text-align: center;
  font-size: 28px;
}

/* ==== footer menu ==== */
.footer-menu {
  padding: 0;
}

.footer-menu ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: inline-block;
}

.footer-menu ul li {
  display: inline-block;
}

.footer-menu ul li a {
  color: #fff;
  padding: 6px 12px;
  border: 1px solid #777;
  font-size: 14px;
  margin-right: 8px;
}

.footer-menu ul li a:hover {
  background-color: #777;
}