/*************************************

Template Name: Songbad Prokash - Online NewsPaper
Author: Jonayed Islam
Author Url: http://jonayed.com
Version: 1.0
Design and Developed by: Bongosoft Ltd.

****************************************/
@charset "utf-8";

@font-face {
  font-family: "SolaimanLipiNormal";
  src: url("../fonts/solaimanlipi/solaimanlipi_20-04-07.eot");
  src: url("../fonts/solaimanlipi/solaimanlipi_20-04-07.eot")
      format("embedded-opentype"),
    url("../fonts/solaimanlipi/solaimanlipi_20-04-07.woff") format("woff"),
    url("../fonts/solaimanlipi/solaimanlipi_20-04-07.ttf") format("truetype"),
    url("../fonts/solaimanlipi/SolaimanLipi_29-05-06.svg") format("svg");
}
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 ============================*/
.big-banner-1 {
  text-align: center;
  margin-bottom: 30px;
}
.header-top-area {
  /* background: #f0f0ed; */
}
.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
-----------------------------------*/
.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 {
  background: #4267B2;
  padding: 15px 0;
}
.header-banner {
  text-align: right;
}
.main-logo {
 text-align: center;
}
/*================================================
   START JQUERY MARQUEE SECTION
==================================================*/
.marquee-container {
  margin-top: 18px;
}
.marquee-block {
  position: relative;
}
.marquee-block h2 {
  font-size: 20px;
  margin: 0;
  line-height: 24px;
  position: absolute;
  background: #DF2029;
  color: #fff;
  padding: 6px 10px;
}
.marquee-block h2:after {
  content: "";
  position: absolute;
  left: 84px;
  border-left: 20px solid #DF2029;
  border-top: 36px solid transparent;
  clear: both;
  top: 0;
}
.marquee {
  width: 100%;
  overflow: hidden;
  background: #fff;
  list-style: none;
  display: inline-block;
  padding: 0;
  border: 1px solid #DF2029;
  margin-bottom: 12px;
}
.marquee li {
  display: inline-block;
  padding-right: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.marquee li a {
  display: block;
  color: #000;
  line-height: 30px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s ease-in;
}
.marquee li a span {
  padding-left: 18px;
}
.marquee li a span img {
  max-width: 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;
}
.title-heading {
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  height: 40px;
  position: relative;
  background: #DF2029;
  margin: 0;
  display: inline-block;
  padding: 10px 20px;
}
.title-heading:before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #DF2029;
  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:hover {
  color: #fff;
}
.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: 20px;
  padding-bottom: 5px;
}
.lead-news {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  position: relative;
}
.lead-news-image {
  display: block;
  overflow: hidden;
  position: relative;
}
.lead-news-image i {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 60px;
  color: #fff;
  border-radius: 50%;
  font-size: 30px;
  padding-left: 8px;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 30px 2px grey;
  -moz-box-shadow: 0 0 30px 2px gray;
  box-shadow: 0 0 30px 2px grey;
  opacity: 0.8;
  z-index: 1;
}
.lead-news-image img {
  max-height: 336px;
  min-height: 336px;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.lead-news-image span {
  background: #dc2028;
  padding: 5px 10px;
  position: absolute;
  font-size: 16px;
  z-index: 1;
  color: #fff;
  right: 0;
  top: -35px;
  transition: all 0.5s ease 0s;
}
.lead-news-text {
  position: absolute;
  width: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.5) 30%,
    rgba(0, 0, 0, 0.8) 100%
  );
  color: #fff;
  bottom: 0;
  padding: 30px 10px 5px;
}
.lead-news-text span {
  color: red;
  font-size: 14px;
  line-height: 14px;
}
.lead-news-text h1 {
  margin: 0;
  font-size: 30px;
  line-height: 36px;
}
.lead-news a:hover .lead-news-image span {
  top: 0;
}
.lead-news a:hover .lead-news-image i {
  background: #fff;
  color: red;
}
.single-lead-other-news {
  position: relative;
  margin-bottom: 20px;
}
.single-lead-other-news-image {
  display: block;
  overflow: hidden;
  position: relative;
}
.single-lead-other-news-image img {
  max-height: 158px;
  min-height: 158px;
  width: 100%;
  overflow: hidden;
}
.single-lead-other-news-image span {
  background: #dc2028;
  padding: 5px 10px;
  position: absolute;
  font-size: 14px;
  z-index: 1;
  color: #fff;
  right: 0;
  top: -31px;
  transition: all 0.5s ease 0s;
}
.single-lead-other-news-text {
  position: absolute;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, .8) 100%);
  color: #fff;
  bottom: 0;
  padding: 15px 10px 5px;
}
.single-lead-other-news-text h2 {
  font-size: 18px;
  line-height: 23px;
  color: #fff;
  margin: 0;
}
.single-lead-other-news-text span {
  font-size: 14px;
  line-height: 14px;
  color: red;
}
.single-lead-other-news-image i {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 45px;
  width: 45px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 38px;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  padding-left: 4px;
  border: 4px solid #fff;
  -webkit-box-shadow: 0 0 15px 1px grey;
  -moz-box-shadow: 0 0 15px 1px gray;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}
.single-lead-other-news a:hover .single-lead-other-news-image span {
  top: 0;
}
.single-lead-other-news a:hover .single-lead-other-news-image i {
  background: #fff;
  color: red;
}
.lead-news-small {
  position: relative;
  margin-bottom: 24px;
}
.lead-news-small-image {
  position: relative;
  display: block;
  overflow: hidden;
}
.lead-news-small-image img {
  max-height: 158px;
  min-height: 158px;
  width: 100%;
  overflow: hidden;
}
.lead-news-small-image i {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 45px;
  width: 45px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 38px;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  padding-left: 4px;
  border: 4px solid #fff;
  -webkit-box-shadow: 0 0 15px 1px grey;
  -moz-box-shadow: 0 0 15px 1px gray;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}
.lead-news-small-image span {
  background: #dc2028;
  padding: 5px 10px;
  position: absolute;
  font-size: 14px;
  z-index: 1;
  color: #fff;
  right: 0;
  top: -31px;
  transition: all 0.5s ease 0s;
}
.lead-news-small-text {
  position: relative;
  background: #fff;
  width: 100%;
  margin: auto;
  min-height: 75px;
  max-height: 75px;
  overflow: hidden;
  padding: 4px 7px;
  margin-top: 0;
}
.lead-news-small-text h3 {
  font-size: 18px;
  line-height: 23px;
  color: #000;
  margin: 0;
}
.lead-news-small-text span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.lead-news-small a:hover .lead-news-small-image span {
  top: 0;
}
.lead-news-small a:hover .lead-news-small-image i {
  background: #fff;
  color: red;
}
/*========================================== NATIONAL NEWS WRAPPER STYLE =================================================*/
.national-news-wrapper {
  padding-top: 0;
  padding-bottom: 25px;
}
.national-news-wrapper-left {
  width: 73.27%;
  float: left;
}
.national-news-wrapper-right {
  width: 26.73%;
  float: left;
}
/*======================= 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-ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  background: #fff;
}
.latest-news-ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
}
.latest-news-ul li a {
  margin-bottom: -6px;
  text-decoration: none;
  display: inline-block;
  padding: 10px 7px 9px;
  /* border-bottom: 1px dashed #969696; */
  border-bottom: 1px dotted gray;
  width: 100%;
}
.latest-news-ul li:last-child a {
  border-bottom: 0;
}
.latest-news-ul .latest-news-left {
  float: left;
  width: 37%;
  padding-right: 3%;
}
.latest-news-ul .latest-news-left img {
  min-height: 60px;
  max-height: 60px;
}
.latest-news-ul .latest-news-right {
  float: left;
  width: 63%;
  min-height: 60px;
  max-height: 60px;
  overflow: hidden;
}
.latest-news-ul .latest-news-right h3 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
}
.custom-tab-content {
  max-height: 390px;
  overflow-y: auto;
}
.latest-news-right span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
/*=========================================== NATIONAL NEWS WRAPPER STYLE ============================================*/
.national-lead-news-wrapper {
  background-color: #fff;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  padding: 7px;
}
.national-lead-news-image {
  position: relative;
  overflow: hidden;
}
.national-lead-news-image img {
  overflow: hidden;
}
.national-lead-news-image i {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 60px;
  width: 60px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 50px;
  color: #fff;
  border-radius: 50%;
  font-size: 26px;
  padding-left: 7px;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 30px 2px grey;
  -moz-box-shadow: 0 0 30px 2px gray;
  box-shadow: 0 0 30px 2px grey;
  opacity: 0.8;
  z-index: 1;
}
.national-lead-news-text {
  overflow: hidden;
  background: #fff;
  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: #fff;
  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: 35px;
}
.country-news-wrapper-left {
  width: 73.27%;
  float: left;
}
.country-news-wrapper-right {
  width: 26.73%;
  float: left;
}
.country-news-lead {
  margin-bottom: 24px;
  /* box-shadow: 0 1px 2px rgb(0 0 0 / 20%); */
}
.country-news-lead-image {
  position: relative;
}
.country-news-lead-image i {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 60px;
  width: 60px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 50px;
  color: #fff;
  border-radius: 50%;
  font-size: 26px;
  padding-left: 7px;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 30px 2px grey;
  -moz-box-shadow: 0 0 30px 2px gray;
  box-shadow: 0 0 30px 2px grey;
  opacity: 0.8;
  z-index: 1;
}
.country-news-lead-text {
  padding: 3px 7px;
  background: #fff;
  min-height: 75px;
  max-height: 75px;
  padding-bottom: 0;
  overflow: hidden;
}
.country-news-lead-text h2 {
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  color: #000;
}
.country-news-lead-text span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.country-news-lead a:hover .country-news-lead-image i {
  background: #fff;
  color: red;
}
.country-lead-news-small {
  margin-bottom: 24px;
}
.country-lead-news-small-image {
  position: relative;
}
.country-lead-news-small-image i {
  position: absolute;
    top: 50%;
    left: 50%;
    height: 45px;
    width: 45px;
    background: rgba(0, 0, 0, 0.14);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 38px;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    padding-left: 4px;
    border: 4px solid #fff;
    -webkit-box-shadow: 0 0 15px 1px grey;
    -moz-box-shadow: 0 0 15px 1px gray;
    box-shadow: 0 0 15px 1px grey;
    opacity: 0.8;
    z-index: 1;
}
.country-lead-news-small-text {
  padding: 3px 7px;
  background: #fff;
  min-height: 74px;
  max-height: 74px;
  padding-bottom: 0;
  overflow: hidden;
}
.country-lead-news-small-text h3 {
  font-size: 18px;
  line-height: 23px;
  margin: 0;
  color: #000;
}
.country-lead-news-small-text span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.country-lead-news-small a:hover .country-lead-news-small-image i {
  background: #fff;
  color: red;
}
.country-new-ul {
  margin: 0;
  padding: 0;
}
.country-new-ul li {
  list-style-type: none;
  position: relative;
  display: inline-block;
  width: 100%;
}
.country-new-ul li a {
  background-color: #fff;
  padding: 8px;
  display: inline-block;
  margin-bottom: -7px;
  width: 100%;
  border-bottom: 1px dashed #929292;
}
.country-new-ul-left {
  float: left;
  width: 40%;
  padding-right: 2%;
  position: relative;
}
.country-new-ul-left img {
  max-height: 88px;
  min-height: 88px;
  min-width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.country-new-ul-left i {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 35px;
  width: 35px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 28px;
  color: #fff;
  border-radius: 50%;
  font-size: 15px;
  padding-left: 4px;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 15px 1px grey;
  -moz-box-shadow: 0 0 15px 1px gray;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}
.country-new-ul-right {
  float: left;
  width: 60%;
  overflow: hidden;
  padding-left: 2px;
}
.country-new-ul-right h3 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 23px;
  transition: all .5s ease 0s;
  color: #000;
}
.country-new-ul-right span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.country-new-ul li a:hover .country-new-ul-left i {
  background: #fff;
  color: red;
}
.country-new-ul li:last-child a {
  border: 0;
}
.special-title-heading {
  background: #fff;
}
.special-title-heading .title {
  border-bottom: 1px solid #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);
}
/*============================================== VDIEO SECTION WRAPPER SYTLE ==============================================*/
.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 {

}
.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 {
  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: 75px;
  max-height: 75px;
  overflow: hidden;
}
.economic-lead-news-text h2 {
  color: #000;
  margin: 0;
  font-size: 18px;
  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: 43%;
  padding-right: 3%;
  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: 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 {
  padding-top: 15px;
  padding-bottom: 25px;
}
.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-image {
  position: relative;
  overflow: hidden;
}
.sports-lead-news-image i {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 60px;
  width: 60px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 50px;
  color: #fff;
  border-radius: 50%;
  font-size: 26px;
  padding-left: 7px;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 30px 2px grey;
  -moz-box-shadow: 0 0 30px 2px gray;
  box-shadow: 0 0 30px 2px grey;
  opacity: 0.8;
  z-index: 1;
}
.sports-lead-news-text {
  overflow: hidden;
  background: #fff;
  padding-top: 3px;
  min-height: 89px;
  max-height: 89px;
  padding-left: 1px;
}
.sports-lead-news-text h2 {
  font-size: 26px;
  line-height: 30px;
  margin: 0;
  color: #000;
}
.sports-lead-news-text span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.sports-lead-news a:hover .sports-lead-news-image i {
  background: #fff;
  color: red;
}
.sports-news-ul {
  padding: 0;
  margin: 0;
  position: relative;
}
.sports-news-ul li {
  list-style: none;
  width: 100%;
  margin-bottom: 8px;

}
.sports-news-ul li a {
  display: inline-block;
  padding: 8px 8px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}
.sports-news-ul-left {
  float: left;
  width: 40%;
  padding-right: 3%;
  position: relative;
  overflow: hidden;
}
.sports-news-ul-left i {
  position: absolute;
  top: 50%;
  left: 47.5%;
  height: 35px;
  width: 35px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 28px;
  color: #fff;
  border-radius: 50%;
  font-size: 15px;
  padding-left: 4px;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 15px 1px grey;
  -moz-box-shadow: 0 0 15px 1px gray;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}
.sports-news-ul-right {
  float: left;
  width: 60%;
  padding-left: 1px;
  min-height: 67px;
  max-height: 67px;
  overflow: hidden;
}
.sports-news-ul-right h3 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 20px;
}
.sports-news-ul-right span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.sports-news-ul li a:hover .sports-news-ul-left i {
  color: red;
  background: #fff;
}
/*========================================== FOOTER WRAPPER STYLE =================================================*/
.footer-wrapper {
  background-image: url("../../media/common/footer-bg-world.png");
  background-color: #212529;
  background-position: bottom;
  padding-top: 30px;
  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{
  padding: 24px;
}
.footer-wrapper-mid{
  margin: 24px 0 42px;
}
.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;
}
