/*************************************

Template Name: citynewsdhaka - Online NewsPaper
Author: Jonayed Islam
Author Url: http://jonayed.com
Version: 1.0
Design and Developed by: Bongosoft Ltd.

****************************************/

@import url(../fonts/solimanLipi/soliman-lipi-font-face.css);
/* @font-face {
  font-family: "SolaimanLipiNormal";
  src: url("../fonts/solaimanlipi/solaimanlipi_20-04-07.eot");
  src: url("../fonts/solaimanlipi/solaimanlipi_20-04-07.eot")
      format("embedded-opentype"),
    url("../fonts/solaimanlipi/solaimanlipi_20-04-07.woff") format("woff"),
    url("../fonts/solaimanlipi/solaimanlipi_20-04-07.ttf") format("truetype"),
    url("../fonts/solaimanlipi/SolaimanLipi_29-05-06.svg") format("svg");
} */
body {
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  font-size: 16px;
  color: #333;
  background: #fff;
  /* background: #eff3f4; */
  /* background: #eaeaea; */
}

@media (min-width: 1200px) {
  .container {
    max-width: 1320px !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;
}
.top-search-secton {
  box-shadow: rgb(0 0 0) 0px 5px 5px -5px;
}
/*======================== 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: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400;
}
a {
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important
}
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 ============================*/
.big-banner-1 {
  text-align: center;
  margin-bottom: 30px;
}
.header-top-area {
  /* background: #f0f0ed; */
}
.current-date {
  margin: 0;
  padding: 0;
  padding-top: 22px;
}
.current-date li {
  display: inline-block;
  margin-right: 0;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  width: 180px;
}
.current-date li span {
  display: block;
}
.current-date li i {
  padding-left: 0;
  padding-right: 5px;
  color: #fff;
}
.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
-----------------------------------*/
.social-share-icon {
  text-align: right;
  /* padding-top: 24px; */
}
.tc-social-share a {
  display: inline-block;
  margin-right: 8px;
}
.tc-social-share .social-icon {
  display: inline-block;
  font-size: 0px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #444;
  -webkit-box-shadow: 0 0 0 4px rgba(0,0,0,0.09);
  box-shadow: 0 0 0 4px 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;
}
.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: 20px;
  line-height: 36px;
  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 Colors
-----------------------------------*/
.tc-social-share i[class*="-facebook"] {
  background: #4766A9;
  color: #fff;
}
.tc-social-share i[class*="-facebook"]:hover {
  background: #fff;
  color: #4766A9;
  -webkit-box-shadow: 0 0 0 2px #4766A9;
  box-shadow: 0 0 0 2px #4766A9;
}
.tc-social-share i[class*="-twitter"] {
  background: #00ACED;
  color: #fff;
}
.tc-social-share i[class*="-twitter"]:hover {
  background: #fff;
  color: #00ACED;
  -webkit-box-shadow: 0 0 0 2px #00ACED;
  box-shadow: 0 0 0 2px #00ACED;
}
.tc-social-share i[class*="-youtube"] {
  background: #c4302b;
  color: #fff;
 }
.tc-social-share i[class*="-youtube"]:hover {
  background: #fff;
  color: #c4302b;
  -webkit-box-shadow: 0 0 0 2px #c4302b;
  box-shadow: 0 0 0 2px #c4302b;
}
.tc-social-share i[class*="-rss"] {
  background: #ee802f;
  color: #fff;
}
.tc-social-share i[class*="-rss"]:hover {
  background: #fff;
  color: #ee802f;
  -webkit-box-shadow: 0 0 0 2px #ee802f;
  box-shadow: 0 0 0 2px #ee802f;
}
.tc-social-share i[class*="-instagram"] {
  background: #e4405f;
  color: #fff;
}
.tc-social-share i[class*="-instagram"]:hover {
  background: #fff;
  color: #e4405f;
  -webkit-box-shadow: 0 0 0 2px #e4405f;
  box-shadow: 0 0 0 2px #e4405f;
}
.tc-social-share i[class*="-pinterest"] {
  background: #BB0B1F;
  color: #fff;
}
.tc-social-share i[class*="-pinterest"]:hover {
  background: #fff;
  color: #BB0B1F;
  -webkit-box-shadow: 0 0 0 2px #BB0B1F;
  box-shadow: 0 0 0 2px #BB0B1F;
}
/*----------------------------------
	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 {
  padding: 15px 0;
  background: #2174ee;
}
.header-banner {
  text-align: right;
}
.main-logo {
 text-align: center;
}
.m-logo {
  display: none;
}
.top-date {font-size: 15px;}
/*================================================
   START JQUERY MARQUEE SECTION
==================================================*/
.marquee-container {
  margin-top: 18px;
}
.marquee-block {
  position: relative;
}
.marquee-block h2 {
  font-size: 20px;
  margin: 0;
  line-height: 25px;
  position: absolute;
  background: rgb(223, 32, 41);

  color: #fff;
  padding: 5px 10px;
}

.marquee {
  width: 100%;
  overflow: hidden;
  background: #e3e3e3;
  list-style: none;
  display: inline-block;
  padding: 0;
  /* border: 1px solid #DF2029; */
  margin-bottom: 12px;
  min-height: 35px;
  max-height: 35px;
  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: 18px;
  display: inline-block;
}
.marquee li a:hover {
  color: #DF2029;
}
.marquee li i {
  display: inline-block;
}
/*=========================================== LEAD NEWS WRAPPER STYLE ============================================*/
.title-heading-wrapper {
  background: #fff;
  margin-bottom: 15px;
  border-bottom: 1px solid #e3e3e3;
}
.title-heading {
  color: #e60000;
  font-size: 30px;
  line-height: 22px;
  font-weight: 600;
  height: 38px;
  position: relative;
  margin: 0;
  display: inline-block;
  padding: 2px 0px;
}

.title-heading-text {
  color: #DF2029;
  /* font-weight: 400; */
  /* font-size: 20px; */
  text-decoration: none;
}
.title-heading-text:hover {
  color:#ff661f;
}
.title-right-link {
  font-size: 18px;
  float: right;
  color: #DF2029;
  padding-right: 20px;
  line-height: 40px;
  text-decoration: none;
}
.title-right-link:hover {
  color: #DF2029;
}
.lead-news-section-wrapper {
  padding-top: 15px;
  padding-bottom: 5px;
}
.lead-news {
  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: 395px;
  min-height: 395px;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.lead-news-image span {
  background: #dc2028;
  padding: 5px 10px;
  position: absolute;
  font-size: 16px;
  z-index: 1;
  color: #fff;
  right: 0;
  top: -35px;
  transition: all 0.5s ease 0s;
}
.lead-news-text {
  position: absolute;
  width: 100%;
  background: linear-gradient( to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.8) 100% );
  color: #fff;
  bottom: 0;
  padding: 20px 10px 5px;
  border-radius: 10px;
}
.lead-news-text span {
  color: red;
  font-size: 14px;
  line-height: 14px;
}
.lead-news-text h1 {
  margin: 0;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
}
.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: 15px;
}
.single-lead-other-news-image {
  display: block;
  overflow: hidden;
  position: relative;
}
.single-lead-other-news-image img {
  max-height: 135px;
  min-height: 135px;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.single-lead-other-news-image span {
  background: #dc2028;
  padding: 5px 10px;
  position: absolute;
  font-size: 14px;
  z-index: 1;
  color: #fff;
  right: 0;
  top: -31px;
  transition: all 0.5s ease 0s;
}
.single-lead-other-news-text {
  padding: 3px 5px 0;
  min-height: 68px;
  max-height: 68px;
  overflow: hidden;
}
.single-lead-other-news-text h2 {
  font-size: 17px;
  line-height: 21px;
  color: #000;
  margin: 0;
}
.single-lead-other-news-text span {
  font-size: 14px;
  line-height: 14px;
  color: red;
}
.single-lead-other-news-image i {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 45px;
  width: 45px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 38px;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  padding-left: 4px;
  border: 4px solid #fff;
  -webkit-box-shadow: 0 0 15px 1px grey;
  -moz-box-shadow: 0 0 15px 1px gray;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}
.single-lead-other-news a:hover .single-lead-other-news-image span {
  top: 0;
}
.single-lead-other-news a:hover .single-lead-other-news-image i {
  background: #fff;
  color: red;
}
.lead-news-small {
  position: relative;
  margin-bottom: 24px;
}
.lead-news-small-image {
  position: relative;
  display: block;
  overflow: hidden;
}
.lead-news-small-image img {
  max-height: 158px;
  min-height: 158px;
  width: 100%;
  overflow: hidden;
}
.lead-news-small-image i {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 45px;
  width: 45px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 38px;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  padding-left: 4px;
  border: 4px solid #fff;
  -webkit-box-shadow: 0 0 15px 1px grey;
  -moz-box-shadow: 0 0 15px 1px gray;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}
.lead-news-small-image span {
  background: #dc2028;
  padding: 5px 10px;
  position: absolute;
  font-size: 14px;
  z-index: 1;
  color: #fff;
  right: 0;
  top: -31px;
  transition: all 0.5s ease 0s;
}
.lead-news-small-text {
  position: relative;
  background: #fff;
  width: 100%;
  margin: auto;
  min-height: 75px;
  max-height: 75px;
  overflow: hidden;
  padding: 4px 7px;
  margin-top: 0;
}
.lead-news-small-text h3 {
  font-size: 18px;
  line-height: 23px;
  color: #000;
  margin: 0;
}
.lead-news-small-text span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.lead-news-small a:hover .lead-news-small-image span {
  top: 0;
}
.lead-news-small a:hover .lead-news-small-image i {
  background: #fff;
  color: red;
}
/*======================= START FADE STYLE ============================*/
.fade {
  -webkit-animation: fadeInScale 0.5s ease-in-out;
   -moz-animation: fadeInScale 0.5s ease-in-out;
   animation: fadeInScale 0.5s ease-in-out;
}
@keyframes fadeInScale {
  0% {transform: scale(0.9);opacity: 0;}
  100% {transform: scale(1);opacity: 1;}
}
.side-tab-main {
  width: 100%;
  padding-left: 0;
  margin-top: -1px;
}
.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: #3b72e6;
    border-radius: 0;
    padding: 5px 15px;
    border-top: 3px solid transparent;
}
.nav-pills .nav-link.active {
    background: #fff;
    color: #19232d;
    border-top: 1px solid #3b72e6;
}
.latest-news-tab-wrapper {
  border: 2px solid #3b72e6;
}
.latest-news {
  position: relative;
}
.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: -4px;
  text-decoration: none;
  display: inline-block;
  padding: 7px 7px 7px;
  border-bottom: 1px solid #969696;
  /* border-bottom: 1px dotted gray; */
  width: 100%;
}
.latest-news-ul li:last-child a {
  border-bottom: 0;
}
.latest-news-ul .latest-news-left {
  float: left;
  width: 40%;
  padding-right: 3%;
  position: relative;
}
.latest-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;
}
.latest-news-ul li a:hover .latest-news-left i  {
  color: red;
  background: #fff;
}
.latest-news-ul .latest-news-left img {
  /* min-height: 64px;
  max-height: 64px; */
  border-radius: 7px;
}
.latest-news-ul .latest-news-right {
  float: left;
  width: 60%;
  min-height: 64px;
  max-height: 64px;
  overflow: hidden;
}
.latest-news-ul .latest-news-right h3 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 21px;
}
.custom-tab-content {
  max-height: 368px;
  overflow-y: auto;
}
.latest-news-right span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
/*========================================== NATIONAL NEWS WRAPPER STYLE =================================================*/
.national-news-wrapper {
  padding-top: 0;
}
.national-news-wrapper-left {
    width: 73.27%;
    float: left;
}
.national-news-wrapper-right {
    width: 26.73%;
    float: left;
}
.national-ul {
  padding: 0;
  margin: 0;
  margin-top: -5px;
}
.national-ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
}
.national-ul li a {
  margin-bottom: -4px;
  text-decoration: none;
  display: inline-block;
  padding: 7px 7px 7px;
  width: 100%;
  /* background: #eff3f4; */
  /* border-radius: 5px; */
}
.national-ul-left img {
  border-radius: 7px;
}
.national-ul-left {
  position: relative;
  float: left;
  width: 40%;
  padding-right: 3%;
}
.national-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;
}
.national-ul li a:hover i {
  color: red;
  background: #fff;
}
.national-ul-right {
  float: left;
  width: 60%;
  min-height: 64px;
  max-height: 64px;
  overflow: hidden;
}
.national-ul-right span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.national-ul-right h2 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 21px;
}
/*=========================================== NATIONAL NEWS WRAPPER STYLE ============================================*/
.national-lead-news-wrapper {
  position: relative;
}
.national-lead-news-image {
  position: relative;
  overflow: hidden;
}
.national-lead-news-image img {
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  min-height: 304px;
  max-height: 304px;
}
.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 {
  background: #eee;
  padding: 3px 8px 0;
  overflow: hidden;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  min-height: 92px;
  max-height: 92px;
}
.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: 6px;
}
.national-other-news-ul li a {
  display: inline-block;
  padding: 7px;
  background: #eee;
  border-radius: 10px;
  width: 100%;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}
.national-other-news-left {
  position: relative;
  float: left;
  width: 36%;
  padding-right: 2%;
}
.national-other-news-left img {
  overflow: hidden;
  border-radius: 7px;
}
.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: 73px;
  max-height: 73px;
  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;
}
/*========================================== COUNTRY NEWS WRAPPER STYLE =================================================*/
.international-news-wrapper {
  margin-bottom: -40px;
}
.country-news-wrapper {
  padding-top: 20px;
}
/* .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{
  border-radius: 10px;
  width: 100%;
  min-height: 400px;
  max-height: 400px;
  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: 185px;
  max-height: 185px;
  padding-bottom: 0;
  overflow: hidden;
  padding-top: 5px;
}
.country-news-lead-text h2 {
  font-size: 30px;
  line-height: 34px;
  margin: 0;
  color: #000;
  margin-bottom: 3px;
}
.country-news-lead-text span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.country-news-lead-text p {
  color: #000;
  margin: 0;
}
.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 a{
  display: flex;
}
.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;
  margin-top: -8px;
}
.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 0;
  display: inline-block;
  margin-bottom: -7px;
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
}
.country-new-ul-left {
  float: left;
  width: 37%;
  padding-right: 2%;
  position: relative;
}
.country-new-ul-left img{
  border-radius: 10px;
}
/* .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: 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;
}
.country-new-ul-right {
  float: left;
  width: 63%;
  overflow: hidden;
  padding-left: 5px;
}
.country-new-ul-2 .country-new-ul-right {
  padding-left: 3px;
}
.country-new-ul-right h3 {
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 21px;
  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;
}
.country-new-ul-2 .country-new-ul-left {
  width: 40%;
}
.country-new-ul-2 .country-new-ul-right {
  width: 60%;
}
.country-new-ul-2 li a {
  border-bottom: none;
  margin-bottom: 3px;
}
.special-title-heading {
  background: #fff;
}
.special-title-heading .title {
  border-bottom: 1px solid #DF2029;
  border-right: 5px solid #DF2029;
  text-align: center;
}
.special-title-heading .title {
  position: relative;
  overflow: hidden;
  margin: 0 0 15px 0;
  font-size: 24px;
  border-left: 5px solid #DF2029;
  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: #DF2029;
    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: #DF2029;
}
.map-form .btn-date-picker:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/*==============================NEW COUNTRY NEWS STYLE ============================================*/
.homePageSideSvg {margin-right: 10px;margin-right: 10px;}
.new-country-news-wrapper-left {width: 73.27%;float: left;}
.new-country-news-wrapper-right {width: 26.73%;float: left;}
.new-country-news-lead {margin-bottom: 24px;}
.new-country-news-lead-image {position: relative;}
.new-country-news-lead-image img {border-top-left-radius: 10px;border-top-right-radius: 10px}
.new-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;}
.new-country-news-lead a:hover .new-country-news-lead-image i {background: #fff;color: red;}
.new-country-news-lead-text {padding: 3px 7px;background: #eee;min-height: 92px;max-height: 92px;padding-bottom: 0;overflow: hidden;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}
.new-country-news-lead-text span {font-size: 14px;line-height: 14px;color: #e74c4f;}
.new-country-news-lead-text h2 {font-size: 26px;line-height: 30px;margin: 0;color: #000;}
.new-country-lead-news-small {margin-bottom: 0;}
.new-country-lead-news-small-image {position: relative;}
.new-country-lead-news-small-image img {border-top-left-radius: 10px;border-top-right-radius: 10px;}
.new-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;}
.new-country-lead-news-small a:hover .new-country-lead-news-small-image i {background: #fff;color: red;}
.new-country-lead-news-small-text {padding: 3px 7px;background: #eee;min-height: 75px;max-height: 75px;padding-bottom: 0;overflow: hidden;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}
.new-country-lead-news-small-text span {font-size: 14px;line-height: 14px;color: #e74c4f;}
.new-country-lead-news-small-text h3 {font-size: 18px;line-height: 23px;margin: 0;color: #000;}
.new-country-new-ul {margin: 0;padding: 0;}
.new-country-new-ul  li {list-style-type: none;position: relative;display: inline-block;width: 100%;}
.new-country-new-ul  li a {background-color: #eee;padding: 8px;display: inline-block;margin-bottom: -7px;width: 100%;border-bottom: 1px dashed #929292;}
.new-country-new-ul  li:first-child a {border-top-left-radius: 10px;border-top-right-radius: 10px;}
.new-country-new-ul li:last-child a {border: 0; border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}
.new-country-new-ul .new-country-new-ul-left {float: left;width: 38%;padding-right: 2%;position: relative;}
.new-country-new-ul .new-country-new-ul-left img {border-radius: 10px;}
.new-country-new-ul .new-country-new-ul-right {float: left;width: 62%;overflow: hidden;padding-left: 2px;}
.new-country-new-ul .new-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;}
.new-country-new-ul  li a:hover .new-country-new-ul-left i {background: #fff;color: red;}
.new-country-new-ul .new-country-new-ul-right span {font-size: 14px;line-height: 14px;color: #e74c4f;}
.new-country-new-ul .new-country-new-ul-right h3 {margin: 0;padding: 0;font-size: 17px;line-height: 22px;transition: all .5s ease 0s;color: #000;}
/*============================================== VDIEO SECTION WRAPPER SYTLE ==============================================*/
section.video-section {
    box-shadow: 0 4px 25px rgb(0 0 0 / 25%);
    padding-top: 35px;
    margin-top: 50px;
    padding-bottom: 25px;
    margin-bottom: 20px;
}
.video-section-wrapper {
  background: #000;
  padding-top: 30px;
  padding-bottom: 10px;
}
.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 {
  box-shadow: 0 4px 25px rgb(0 0 0 / 25%);
  padding-top: 35px;
  margin-top: 25px;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.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: 80px;
  max-height: 80px;
  width: 100%;
  overflow: hidden;
  padding: 3px 6px 0 6px;
}
.political-lead-news-other-text h3 {
  margin: 0;
  font-size: 16px;
  line-height: 21px;
  color: #000;
}
.political-lead-news-other-text span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.political-lead-news-other a:hover .political-lead-news-other-image i {
  background: #fff;
  color: red;
}
/*=========================================== ECONOMIC NEWS WRAPPER STYLE ============================================*/
.economic-lead-news {
  position: relative;
  margin-bottom: 20px;
}
.economic-lead-news-image {
  position: relative;
}
.economic-lead-news-image img {
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
  min-height: 240px;
  max-height: 240px;
}
.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 {
  position: absolute;
    width: 100%;
    background: linear-gradient( to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.8) 100% );
    color: #fff;
    bottom: 0;
    padding: 15px 10px 5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.economic-lead-news-text h2 {
  color: #fff;
  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;
  border-right: 1px solid #e3e3e3;
}
.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: 39%;
  padding-right: 3%;
  position: relative;
  overflow: hidden;
}
.economic-news-ul-left img{
  border-radius: 10px;
}
.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: 57%;
  padding-left: 1px;
  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 {
  box-shadow: 0 4px 25px rgb(0 0 0 / 25%);
  padding-top: 35px;
  margin-top: 50px;
  padding-bottom: 40px;
  margin-bottom: 20px
}
.sports-section-left {
  float: left;
  width: 28%;
}
.sports-section-middle {
  float: left;
  width: 44%;
}
.sports-section-right {
  float: left;
  width: 28%;
}
/* .sports-lead-news {
  background-color: #fff;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  padding: 7px;
} */
.sports-lead-news {
  position: relative;
}
.sports-lead-news-image {
  position: relative;
}
.sports-lead-news-image img{
  border-radius: 10px;
  min-height: 316px;
  width: 100%;
  overflow: hidden;
  max-height: 316px;
}
.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 {
  position: absolute;
  width: 100%;
  background: linear-gradient( to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.8) 100% );
  color: #fff;
  bottom: 0;
  padding: 20px 10px 5px;
  border-radius: 10px;
}
.sports-lead-news-text h2 {
  margin: 0;
  font-size: 26px;
  line-height: 30px;
  color: #fff;
}
.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;
}
.sports-news-ul-left {
  float: left;
  width: 40%;
  padding-right: 3%;
  position: relative;
  overflow: hidden;
}
.sports-news-ul-left img{
  border-radius: 10px;
}
.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: #212121; */
  padding-top: 20px;
}
.entertainment-lead-news {
  position: relative;
  margin-bottom: 20px;
}
.entertainment-lead-image {
  display: block;
  overflow: hidden;
  position: relative;
}
.entertainment-lead-image img {
  border-radius: 10px;
}
.entertainment-lead-image i {
  position: absolute;
  top: 48%;
  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 {
  position: absolute;
  width: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.5) 30%,
    rgba(0, 0, 0, 0.8) 100%
  );
  color: #fff;
  bottom: 0;
  padding: 15px 10px 5px;
  border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
.entertainment-lead-text h2 {
  margin: 0;
  font-size: 26px;
  line-height: 32px;
}
.entertainment-lead-text span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.entertainment-other-news {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  padding: 7px;
  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 {
  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: 10px 8px 5px;
}
.entertainment-other-news-text h3 {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  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;
  padding-top: 30px;
}
.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 img {
  width: 100%;
}
.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: #e74c4f;
}
.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;
}
/*========================================== FOOTER WRAPPER STYLE =================================================*/
.mobile-footer-top, .mobile-copy-right, .mobile-footer-logo-social-wrapper {
  display: none;
}
.footer-wrapper {
  background-image: url("../../media/common/footer-bg-world.png");
  background-color: #212529;
  background-position: bottom;
  padding-top: 30px;
  padding-bottom: 5px;
}
.footer-btn ul{
  margin: 0;
  padding: 0;
}
.footer-btn-list-2{
  float: right;
}
.footer-btn-list li{
  list-style-type: none;
  float: left;
  color: #fff;
  padding-right: 46px;
}
.footer-btn-list-2 li{
  padding-right: 0;
  padding-left: 46px;
}
.footer-btn-list li a{
  color: #fff;
  font-size: 16px;
}
.footer-logo{
  padding: 20px 0;
  padding-top: 8px;
}
.footer-wrapper-mid{
  margin: 20px 0 30px;
}
.footer-address{
  padding: 24px 0px;
}
.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;
}
.header-news{
  background: #e3e3e3;
  margin: 10px 0;
}
.header-news a{
  display: flex;
}
.header-news-img img{
  min-width: 110px;
  max-width: 110px;
  /* min-height: 80px;
  max-height: 80px; */
}
.header-news-text{
  padding: 3px 6px;
}
.header-news-text h3{
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #000;
}
.middle-news-sec{
  background: #f5f5f5;
  padding: 60px 0;
}
.middle-news{
  position: relative;
}
.middle-news-img img{
  border-radius: 10px;
}
.middle-news-txt{
  position: absolute;
  width: 100%;
  bottom: 0;
  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 6px;
  overflow: hidden;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.middle-news-txt h2{
  font-size: 26px;
}
.entertainment-news-list{
  margin: 0;
  padding: 0;
  position: relative;
}
.entertainment-news-list li {
  list-style: none;
  width: 100%;
  margin-bottom: 8px;
}
.entertainment-news-list li a {
    display: inline-block;
    padding: 0;
    background: #fff;
    width: 100%;
    /* box-shadow: 0 1px 2px rgb(0 0 0 / 20%); */
}
.entertainment-news-list-image {
    float: left;
    width: 43%;
    padding-right: 3%;
    position: relative;
    overflow: hidden;
}
.entertainment-news-list-image img{
  border-radius: 10px;
}
.entertainment-news-list-image 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;
}
.entertainment-news-list li a:hover .entertainment-news-list-image i {
  background: #fff;
  color: red;
}
.entertainment-news-list-text span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.entertainment-news-list-text {
    float: left;
    width: 57%;
    padding-left: 1px;
    padding-top: 5px;
    min-height: 79px;
    max-height: 79px;
    overflow: hidden;
}
.entertainment-news-list-text h3{
  color: #000;
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 20px;
}
.video-news{
  margin-bottom: 24px;
  border-radius: 10px;
}
.video-news-img {
  position: relative;
}
.video-news-img i {
  position: absolute;
  top: 50%;
  left: 46.5%;
  height: 45px;
  width: 45px;
  line-height: 46px;
  font-size: 21px;
  padding-left: 5px;
  transform: translate(-50%, -50%);
  text-align: center;
  background: #fff;
  color: #ef002d;
  border-radius: 50%;
  transition: 0.5s;
  opacity: 0.75;
}
.video-news a:hover .video-news-img i {
  background: #ef002d;
  color: #fff;
  opacity: 0.95;
}
.video-news-text {
  background: #333;
  min-height: 55px;
  max-height: 55px;
  width: 100%;
  overflow: hidden;
  padding: 5px 7px 0 7px;
}
.video-news-text h2 {
  color: #fff;
  margin: 0;
  font-size: 17px;
  line-height: 21px;
}
.custom-owl-carousel .custom-owl-carousel-text h3 {
    color: #fff;
    margin: 0;
    font-size: 17px;
    line-height: 21px;
}
#featured-videos-section .owl-nav .owl-prev {
    background: transparent;
    width: 26px;
    text-align: center;
    height: 26px;
    border-radius: 0;
    opacity: 1;
    margin: 2px;
    right: 46px;
    top: -54px;
    position: absolute;
    border: 1px solid #e3e3e3;
    transition: all 0.5s ease 0s;
}
#featured-videos-section .owl-nav .owl-next {
    background: transparent;
    width: 26px;
    height: 26px;
    border-radius: 0;
    opacity: 1;
    margin: 2px;
    left: 498px;
    position: absolute;
    top: -54px;
    border: 1px solid #e3e3e3;
    transition: all 0.5s ease 0s;
    text-align: center;
}
#featured-videos-section .owl-nav .owl-prev i {
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
    color: #333;
}
#featured-videos-section .owl-nav .owl-next i {
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
    color: #333;
}
.navbar-container{
  margin: 0 71px;
}
.home-archive-btn {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition-duration: 0.5s;
  background: #3b72e6;
  color: white;
  font-size: 18px;
  padding: 4px 10px 3px;
  box-shadow: rgb(0 0 0 / 10%) 0px 1px 2px;
  vertical-align: middle;
  border-radius: 0;
  border-top: 0;
}
.home-archive-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;
}
.home-archive-btn:hover {
  color: #3b72e6;
}
.home-archive-btn:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* news sports style*/
.new-sports-lead {
position: relative;
margin-bottom: 24px;
display: inline-block;
width: 100%;
}
.new-sports-lead-text {
width: 40%;
float: left;
background: #eee;
padding: 10px 12px 10px 10px;
min-height: 293px;
max-height: 293px;
overflow: hidden;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
.new-sports-lead-text span{
color: #e90000;
font-size: 14px;
line-height: 14px;
}
.new-sports-lead-text h2{
font-size: 32px;
line-height: 38px;
color: #000;
}
.new-sports-lead-text p {
  color: #000;
}
.new-sports-lead-img {
width: 60%;
float: left;
position: relative;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}
.new-sports-lead-img img {
min-height: 293px;
max-height: 293px;
overflow: hidden;
width: 100%;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}
.new-sports-lead-img 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;
}
.new-sports-lead a:hover .new-sports-lead-img i {
background: #fff;
color: red;
}
.new-sports-small {
box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
margin-bottom: 24px;
}
.new-sports-small-image {
position: relative;
}
.new-sports-small-image img {
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.new-sports-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;
}
.new-sports-small a:hover .new-sports-small-image i {
background: #fff;
color: red;
}
.new-sports-small-text {
min-height: 74px;
max-height: 74px;
overflow: hidden;
padding: 3px 5px;
background: #eee;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
.new-sports-small-text span {
color: #e74c4f;
font-size: 14px;
line-height: 14px;
}
.new-sports-small-text h3 {
font-size: 17px;
line-height: 21px;
color: #000;
margin: 0;
}
.new-sports-small-text-2 {
min-height: 110px;
max-height: 110px;
}
.new-sports-mobile {
  display: none;
}
/*========================= DETAILS PAGE STYLE ===================================*/
.details-page-breadcrumb {
  background-color: #fff !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 5px 10px !important;
  margin-bottom: 15px;
}
.details-page-breadcrumb li {
  font-size: 18px;
  line-height: 30px;
}
.details-page-breadcrumb li a {
  color: #19232d;
  font-size: 20px;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.details-page-breadcrumb .active a {
  color: #000;
  font-size: 18px;
  line-height: 28px;
  transition: all 0.5s ease 0s;
}
.details-page-breadcrumb .active a:hover {
  color: #e74c4f;
}
.left-content-area {
  float: left;
  width: 63.4%;
}
.right-content-area {
  float: left;
  width: 36.6%;
}
.details-left-content-area {
  padding-top: 25px;
  padding-bottom: 30px;
}
.details-right-content-area {
  padding-top: 25px;
  padding-bottom: 50px;
}
.details-content-wrapper {color: #000000;background-color: #fff;box-shadow: 0 1px 2px rgb(0 0 0 / 10%);padding: 10px 10px 1px;margin-bottom: 25px;display: block;padding-bottom: 10px;position: relative;width: 100%;}
.details-content-top  span {
  font-size: 14px;
    line-height: 14px;
    color: #ff0000;
}
.details-content-top h1 {
    font-size: 38px;
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebf0f5;
}
.details-content-top .small {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ebf0f5;
    padding: 10px 0;
    margin-bottom: 8px;
}
.small-left {
    width: 50%;
    float: left;
}
.details-content-top .small .fa-user-circle {
    font-size: 42px;
    line-height: 50px;
    float: left;
    margin-right: 10px;
    color: #363636;
}
.details-content-top .small p {
    font-size: 15px;
    margin: 0;
    color: #666;
    padding-top: 8px;
}
.small-right {
    width: 50%;
    float: right;
    text-align: right;
}
.share-btn {
    display: inline-block;
    padding-top: 5px;
}
.share-btn a {
    background: #d5d1d1;
    color: #fff;
    margin-right: 10px;
    height: 28px;
    line-height: 30px;
    float: left;
    width: 30px;
    display: block;
    text-align: center;
    border-radius: 50%;
    font-size: 15px;
}
.share-btn .facebook {
    background: #3b5999;
}
.share-btn .twitter {
    background: #0077b5;
}
.share-btn .youtube {
    background: #c4302b;
}
.details-content p {
    margin: 12px 0;
    font-size: 17px;
    line-height: 24px;
    text-align: justify;
    color: #000;
}
.tag-ul {
    margin: 0;
    padding: 0;
    margin: 24px 0 0;
    text-align: left;
    margin-bottom: 20px;
}
.tag-ul li {
    color: #000;
    list-style: none;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 12px;
}
.tag-ul li:first-child {
    font-size: 15px;
    color: #222;
    padding: 3px 0px 2px 0;
}
.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;
}
.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 #DF2029;
    top: 10px;
    display: inline-block;
    vertical-align: bottom;
}
.catTitle .liner::after {
    position: absolute;
    content: '';
    width: 100%;
    border-top: 6px dashed #DF2029;
    top: 20px;
    display: inline-block;
    vertical-align: bottom;
}
.more-news-single {
  background: #fff;
  /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); */
  margin-bottom: 24px;
}
.more-news-single-image {
  position: relative;
}
.more-news-single-image i {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 34px;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  padding-left: 5px;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 30px 2px grey;
  -moz-box-shadow: 0 0 30px 2px gray;
  box-shadow: 0 0 30px 2px grey;
  opacity: 0.8;
}
.more-news-single-text {
  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-news-single a:hover .more-news-single-image i {
  background: #fff;
  color: red;
}
.details-page-side-banner {
    text-align: center;
    margin-bottom: 24px;
}
.details-news-single {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  background: #fff;
}
.details-news-single-image {
  float: left;
  width: 45%;
  padding-right: 2%;
  position: relative;
}
.details-news-single-image 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: 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;
}
.details-news-single a:hover .details-news-single-image i {
  background: #fff;
    color: red;
}
.details-news-single-text {
  float: left;
    width: 55%;
    padding-right: 2%;
    padding-top: 5px;
    max-height: 93px;
    min-height: 93px;
    overflow: hidden;
}
.details-news-single-text span {
  color: #ff0000;
    font-size: 14px;
    line-height: 14px;
}
.details-news-single-text h2 {
  padding-left: 2px;
    font-size: 17px;
    line-height: 22px;
    margin: 0;
    color: #000;
}
.details-right-news-heading {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 25px;
}
.details-right-news-heading h2 {
    background: rgb(223, 32, 41);
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    padding: 5px;
    margin: 0;
}
.category-more-news-btn {
    position: relative;
    max-width: 200px;
    margin: auto;
}
.btn-more-details {
    position: relative;
    z-index: 10;
    overflow: hidden;
    transition-duration: 0.50s;
    background: #DF2029;
    color: #fff;
    font-size: 18px;
    padding: 5px 10px 4px;
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 2px;
    display: block;
    border-radius: 0;
}
.btn-more-details: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-details:hover {
    color: #DF2029;
}
.btn-more-details:focus:before, .btn-more-details:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.details-latest-news-ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  background: #fff;
}
.details-latest-news-ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
}
.details-latest-news-ul li a {
  margin-top: 9px;
  padding-bottom: 18px;
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px dashed #e5e5e5;
  width: 100%;
}
.details-latest-news-ul li:last-child a {
  border-bottom: 0;
}
.details-latest-news-ul .details-latest-news-left {
  float: left;
  width: 10%;
  text-align: right;
}
.details-latest-news-ul .details-latest-news-left h2{
  font-size: 50px;
  line-height: 40px;
  margin: 0;
  color: #c7c7c7;
}
.details-latest-news-ul .details-latest-news-right {
  float: left;
  padding-left: 3%;
  padding-top: 4px;
  width: 90%;
  min-height: 44px;
  max-height: 44px;
  overflow: hidden;
}
.details-latest-news-ul .details-latest-news-right h3 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
}
.details-latest-news-right span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.details-latest-area{
  display: inline-block;
}
.details-page-side-banner-2 {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 24px;
}
.catagory-heading{
  margin-bottom: 12px;
}
.catagory-heading h2 {
  margin: 0;
  font-size: 24px;
  border-bottom: 2px solid #e41f27;
  width: 66px;
}
/*---------- CATEGORY PAEG STYE */
.left-content-area {
  float: left;
  width: 63.4%;
}
.right-content-area {
  float: left;
  width: 36.6%;
}
.details-left-content-area {
  padding-top: 25px;
}
.details-right-content-area {
  padding-top: 25px;
}
.details-page-side-banner {
  text-align: center;
}
.category-content-lead {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.category-content-lead-left {
  float: left;
  width: 60%;
  position: relative;
}
.category-content-lead-left 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;
}
.category-content-lead a:hover .category-content-lead-left i {
  background: #fff;
  color: red;
}
.category-content-lead-left img {
  width: 100%;
  max-height: 280px;
  min-height: 280px;
  overflow: hidden;
}
.category-content-lead-right {
  float: left;
  width: 40%;
  background: #fff;
  padding: 19px 20px;
}
.category-content-lead-right-text {
  max-height: 244px;
  min-height: 244px;
  overflow: hidden;
}
.category-content-lead-right span {
  font-size: 14px;
  line-height: 14px;
  color: #ff0000;
}
.category-content-lead-right h1 {
  font-size: 24px;
  line-height: 28px;
  margin: 0;
  color: #000;
  padding: 0 1px;
}
.category-content-lead-right p {
  margin: 0;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  padding: 0 1px;
}
.category-single {
  margin-bottom: 24px;
}
.category-single-image {
  position: relative;
}
.category-single-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-single a:hover .category-single-image i {
  background: #fff;
  color: red;
}
.category-single-text {
  background-color: #fff;
  padding: 5px;
  max-height: 70px;
  min-height: 70px;
  overflow: hidden;
}
.category-single-text span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.category-single-text h2 {
  margin: 0;
  font-size: 17px;
  line-height: 20px;
  color: #000;
}
.category-list-ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.category-list-ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
}
.category-list-ul li a {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  background: #fff;
}
.category-list-ul-left {
  float: left;
  width: 45%;
  padding-right: 2%;
  position: relative;
}
.category-list-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;
}
.category-list-ul li a:hover .category-list-ul-left i {
  background: #fff;
  color: red;
}
.category-list-ul-right {
  float: left;
  width: 55%;
  padding-right: 2%;
  padding-top: 5px;
  max-height: 93px;
  min-height: 93px;
  overflow: hidden;
}
.category-list-ul-right h3 {
  padding-left: 2px;
  font-size: 17px;
  line-height: 22px;
  margin: 0;
  color: #000;
}
.category-list-ul-right span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.details-right-news-heading {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 25px;
}
.details-right-news-heading h2 {
    background: rgb(223, 32, 41);
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    padding: 5px;
    margin: 0;
}
.category-more-news-btn {
  position: relative;
  max-width: 200px;
  margin: auto;
  margin-bottom: 30px;
}
.btn-more-details {
  position: relative;
    z-index: 10;
    overflow: hidden;
    transition-duration: 0.50s;
    background: #DF2029;
    color: #fff;
    font-size: 18px;
    padding: 5px 10px 4px;
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 2px;
    display: block;
    border-radius: 0;
}
.btn-more-details: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-details:hover {
  color: #DF2029;
}
.btn-more-details:focus:before, .btn-more-details:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.details-page-breadcrumb {
  background-color: #fff !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 5px 10px !important;
  margin-bottom: 15px;
}
.details-page-breadcrumb li {
  font-size: 18px;
  line-height: 30px;
}
.details-page-breadcrumb li a {
  color: #19232d;
  font-size: 20px;
}
.breadcrumb > li + li:before {
  padding: 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;
}
.top-text {font-size: 17px;margin-bottom: 1px;color: #fd000c;}
.logo-area {background: #Eff5F4;}
.current-date li {color: #000;}
.current-date li i {color: #000;}
#header.headerbg-darkcolor {background-color: rgb(223, 32, 41);box-shadow: rgb(0 0 0) 0px 5px 5px -5px;}
nav.navbar.bootsnav ul.nav > li > a span::before{background: rgb(185 0 0);}
#header.headerbg-darkcolor {background-color: rgb(223, 32, 41);box-shadow: rgb(0 0 0) 0px 5px 5px -5px;}
nav.navbar.bootsnav ul.menu-col > li > a, nav.navbar.bootsnav.navbar-transparent ul.nav > li > a {color: rgb(255, 255, 255);}
.fixed-nav nav.navbar.bootsnav ul.nav > li > a.active, .fixed-nav nav.navbar.bootsnav ul.nav > li > a:hover, .white-bg nav.navbar.bootsnav ul.nav > li > a.active, .white-bg nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav li.megamenu-fw > a:hover, nav.navbar.bootsnav ul.nav > li > a.active, nav.navbar.bootsnav ul.nav > li > a:hover {color: #fff;}
#header.headerbg-darkcolor nav.navbar.bootsnav {background-color: rgb(223, 32, 41);}
.lead-news-section-wrapper {box-shadow: 0 2px 15px rgb(0 0 0 / 20%);padding-top: 15px;}
.national-news-wrapper {padding-top: 45px;}
.home-archive-btn {background: #DF2029;}
.home-archive-btn:hover {color: #DF2029;}
.side-tab-main .nav-item .nav-link {background: #DF2029;color: #fff;}
.latest-news-tab-wrapper {border: 2px solid #DF2029;}
.nav-pills .nav-link.active {border-top: 1px solid #DF2029;background: #fff;color: #000;}
#header nav.navbar.bootsnav li.dropdown ul.simple-megamenu-content li::before {background: #DF2029;}
#header nav.navbar.bootsnav li.dropdown ul.simple-megamenu-content li:hover {background-color: #DF2029;}
.top-search .input-group-addon .fa {background: #DF2029;}
.top-search .input-group-addon .fa:hover {background: #DF2029;}
.new-international-left {width: 75.4%;}
.new-international-right {width: 24.6%;}
.international-right-banner {margin-bottom: 20px;margin-top: 20px;}
.country-news-lead-image img {min-height: unset;max-height: unset;}
.country-news-wrapper {padding-bottom: 25px;}
/* Photo gallery Page Style */
.photo-gallery-wrapper {
    padding: 0 0 20px
}
.photo-gallery-heading {
    border-bottom: 3px double #e3e3e3;
    margin-bottom: 12px
}
.photo-gallery-heading h2 {
    font-size: 28px;
    padding-bottom: 5px;
    margin-bottom: 1px;
    border-bottom: 1px solid #e3e3e3
}
.photo-gallery-heading a {color: #DF2029;}
.photo-gallery-heading a:hover {color: #ff661f;}
.demo {width: 100%}
#image-gallery {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0
}
#image-gallery li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor: pointer;
    position: relative
}
#image-gallery li img {
    display: block;
    max-height: 435px;
    min-height: 435px;
    max-width: 100%;
    min-width: 100%;
    overflow: hidden
}
#image-gallery .photo-gallery-text {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    text-align: left;
    font-size: 18px;
    color: #fff;
    z-index: 10;
    zoom: 1;
    text-rendering: optimizeLegibility
}
#image-gallery li a h3 {
    font-size: 18px;
    margin: 0
}
.photo-gallery-ul {
    margin: 0;
    padding: 0
}
.photo-gallery-ul li {
    list-style: none;
    display: inline-block;
    width: 100%
}
.photo-gallery-ul li a {
    position: relative;
    display: inline-block;
    padding: 8px;
    background: #eee;
    width: 100%;
    margin-bottom: 9px;
}
.photo-gallery-ul li a .fa {
    background: rgba(255, 255, 255, .8) none repeat scroll 0 0;
    padding: 5px 7px;
    position: absolute;
    z-index: 1;
    color: #ef002d;
    left: 8px
}
.photo-gallery-ul-left {
    width: 40%;
    float: left;
    padding-right: 2%;
}
.photo-gallery-ul-right {
    float: left;
    width: 60%;
    overflow: hidden;
    padding: 5px;
    min-height: 76px;
    max-height: 76px;
}
.photo-gallery-ul-right h2 {
    font-size: 18px;
    color: #000;
    line-height: 20px;
    margin: 0
}
.photo-gallery-ul li a img {
    max-width: 100%;
    min-width: 100%;
    max-height: 77px;
    min-height: 77px;
    overflow: auto
}
.photo-gallery-ul li a:hover img {
    opacity: .8
}
#lightgallery {
    margin: 0;
    padding: 0
}
#lightgallery li {
    position: relative
}
#lightgallery li a img {
    padding: 10px 0
}
#lightgallery li a {
    cursor: zoom-in
}
#lightgallery li p {
    font-size: 18px;
    color: #000;
    margin: 0;
    line-height: 20px;
    margin-bottom: 5px
}
#lightgallery li .icon-box {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 10px
}
#lightgallery li .icon-box i {
    color: #fff;
    padding: 10px 13px;
    background: #dc3545d1;
    display: inline-block;
    font-size: 20px;
    cursor: pointer
}
.lSAction>.lSPrev:before, .lSAction>.lSNext:before{font-family: 'FontAwesome'; font-size: 18px; line-height: 20px;}
.menu-logo img{display: none;}
