/*************************************
Template Name: Online NewsPaper
Author: Md Jonayed Islam
Author Url: http://jonayed.com
Version: 1.0
Design and Developed by: Bongosoft Ltd.
****************************************/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Bengali:wght@400;500;600;700&display=swap');

body {
  font-size: 16px;
  font-family: 'Noto Serif Bengali', 'Calibri', 'SutonnyMJ', 'Siyamrupali', 'Arial', Georgia, "Times New Roman", Times, serif;
  color: #000;
  background: #fff;
  font-weight: 400;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1280px !important;
  }
}

/*======================== For LAZY LOAD CSS ============================*/
.lazyload {
  transition: transform .2s ease-out;
}

.top-search-secton {
  box-shadow: rgb(0 0 0) 0px 5px 5px -5px;
}

/* a:hover img {opacity: 0.9;} */
a:hover .lazyload {
  transform: scale(1.03);
  transition: transform .2s ease-out;
}

a:hover {
  color: #000;
}

/*======================== 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;
}

a {
  font-family: 'Noto Serif Bengali', 'Calibri', 'SutonnyMJ', 'Siyamrupali', 'Arial', Georgia, "Times New Roman", Times, serif;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Noto Serif Bengali', 'Calibri', 'SutonnyMJ', 'Siyamrupali', 'Arial', Georgia, "Times New Roman", Times, serif;
  font-weight: 600;
}

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;
}

.form-control:focus,
.form-select:focus {
  box-shadow: none !important;
  border-color: #ced4da !important;
  /* Optional: Reset border color */
}

/*====================== START FOR MENU =========================================*/
.top-middle-logo {
  text-align: left;
}

.navbar-brand-desktop {
  padding-top: 8px;
  display: inline-block;
}

/* .navbar-brand-desktop img {height: 63px;} */
.dropdown-new:hover .dropdown-menu-new {
  display: block;
}

.dropdown-new:hover .dropdown-menu-new {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.dropdown-menu-new {
  border: 0;
  border-radius: 0;
  border-bottom: 3px solid #19232d;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  background: #fff;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  padding: 0 !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li a:hover {
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: #19232d;
}

/*====================== Back to Top =========================================*/
#back_to_top {
  border: none;
  background: #212529;
  color: #fff;
  padding: 2px 5px 3px;
  cursor: pointer;
  position: fixed;
  bottom: 15px;
  right: 30px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 10;
  border: 1px solid transparent;
  padding-top: 0;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

#back_to_top svg {
  fill: #fff;
  width: 20px
}

#back_to_top.show {
  opacity: 1
}

#back_to_top:hover {
  background: #fff;
  border: 1px solid #212529;
}

#back_to_top:hover svg {
  fill: #212529;
}

/*====================== Header style Top nav =========================================*/
.top-header {
  padding: 15px 0;
  background: #fff;
  width: 100%;
}

.top-bar-social {
  height: 83px;
  display: flex;
  justify-content: center;
  align-items: self-end;
  flex-direction: column;
}

.top-bar-social {
  display: none;
}

.top-bar-ads {
  text-align: right;
}

.facebook-like-box img {
  width: 200px;
  display: flex;
}

.top_socail_icon_area {
  display: inline-flex;
}

.e-paper-wrapper {
  display: inline-block;
  padding-top: 16px;
  padding-right: 10px;
}

.e-paper-wrapper a {
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  color: #1f1f1f;
  font-weight: 600;
  transition: 0.5s;
}

.e-paper-wrapper a:hover {
  color: #EC1F28;
}

.e-paper-wrapper-menu {
  padding-top: 12px;
  margin-left: 7px;
}

.social-top-icon {
  padding: 0;
  margin: 0;
  display: flex;
}

.social-top-icon li {
  list-style: none;
  margin: 0;
}

.social-top-icon li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  text-decoration: none;
  color: #000;
  transition: 0.5s;
  border: 1px solid #ccc;
  margin-left: 5px;
  /* border-radius: 50%; */
}

.social-top-icon li a svg {
  z-index: 99;
  height: 16px;
  width: 16px;
}

.social-top-icon li a.fa-rss svg {
  height: 14px;
  width: 14px;
}

.social-top-icon li a.fa-facebook svg {
  fill: #3b5999;
}

.social-top-icon li a.fa-facebook {
  border-color: #3b5999;
}

.social-top-icon li a.fa-youtube svg {
  fill: #cd201f;
}

.social-top-icon li a.fa-youtube {
  border-color: #cd201f;
}

.social-top-icon li a.fa-twitter svg {
  fill: #000;
}

.social-top-icon li a.fa-twitter {
  border-color: #000;
}

.social-top-icon li a.fa-instagram svg {
  fill: #e4405f;
}

.social-top-icon li a.fa-instagram {
  border-color: #e4405f;
}

.social-top-icon li a.fa-linkedin svg {
  fill: #007bb6;
}

.social-top-icon li a.fa-linkedin {
  border-color: #007bb6;
}

.social-top-icon li a.fa-rss svg {
  fill: #f26522;
}

.social-top-icon li a.fa-rss {
  border-color: #f26522;
}

.social-top-icon li a:hover svg {
  fill: #fff;
}

.social-top-icon li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  /* border-radius: 50%; */
  /* z-index: -1; */
  transform: scale(0);
  transition: 0.5s cubic-bezier(0.95, 0.32, 0.37, 1.31);
}

.social-top-icon li a:hover:before {
  transform: scale(1);
}

.social-top-icon li:nth-child(1) a:hover:before {
  background: #3b5999;
}

.social-top-icon li:nth-child(2) a:hover:before {
  background: #000;
}

.social-top-icon li:nth-child(3) a:hover:before {
  background: #cd201f;
}

.social-top-icon li:nth-child(4) a:hover:before {
  background: linear-gradient(45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
}

/* .social-top-icon li:nth-child(5) a:hover:before {background: #007bb6;} */
.social-top-icon li:nth-child(5) a:hover:before {
  background: #f26522;
}

.footer-social-icons .social-top-icon li a {
  border-color: #fff !important;
}

.footer-social-icons .social-top-icon li a svg {
  fill: #fff !important
}

.top-bar-date-wrapper {
  height: 87px;
  display: flex;
  justify-content: center;
  align-items: self-start;
  flex-direction: column;
}

.top-bar-date {
  display: inline-block;
}

.middle-header {
  padding-bottom: 10px;
  padding-top: 10px;
  background: #fff;
}

.en-link-wrapper-main {
  float: right;
  margin-top: 30px;
  margin-right: 15px;
}

.en-link-wrapper {}

.en-link {
  color: #fff;
  background-color: #73191b;
  padding: 0 10px;
  border: 1px solid #73191b;
  transition: 0.3s;
  font-family: "Noto Serif", serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  line-height: 26px;
}

.en-link:hover {
  color: #73191b;
  background: transparent;
}

.top-nav-main {
  padding: 0;
}

.top-nav-container {
  background: #F0F0ED;
  box-shadow: 0 5px 5px -5px #000;
  z-index: 1;
}

.top-nav-main .navbar-brand {
  display: none;
  margin: 0;
}

.top-nav-main li.nav-item a.nav-link {
  position: relative;
  font-size: 18px;
  padding: 9px 22px !important;
  color: #202124 !important;
  font-weight: 600;
}

.top-nav-main li.nav-item a.nav-link:hover,
.top-nav-main li.nav-item a.active {
  color: #fff !important;
  fill: #fff;
}

.right-menu-link .btn {
  padding: 3px 5px;
}

.right-menu-link .btn svg {
  fill: #000;
  height: 25px;
  width: 25px;
}

.offcanvas-top-height {
  height: 105px !important;
}

#nav.sticky {
  box-shadow: 0 5px 5px 0 rgb(0 0 0 / 20%);
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
  width: 100%;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  transition: 0.1s;
}

#nav.sticky.top-nav-main .navbar-brand {
  margin: 0;
  padding: 0;
}

#nav.sticky.top-nav-main .navbar-brand img {
  height: 45px;
}

#nav.sticky .top-nav-container {
  border: 0 !important;
}

/* #nav.sticky li.nav-item a.nav-link {padding: 9px 11px !important;} */
.dropdown.dropdown-mega {
  position: static;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}

.mega-content {
  z-index: 9999;
}

.dropdown-new:hover .dropdown-menu-new {
  display: block;
}

.right-menu-link {
  display: none !important;
}

.dropdown-menu-new {
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.other-list-group a {
  border: 0;
  padding: 4px 0;
  font-size: 17px;
  transition: 0.3s;
}

.other-list-group a:hover {
  color: #ff0000;
}

.top-nav-main .navbar-nav .nav-item .nav-link span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  background-color: #19232d;
  transition: transform 0.5s;
  z-index: -1;
}

.top-nav-main .navbar-nav .nav-item .nav-link span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  transform: scaleX(0);
  background-color: #ff0000;
  transition: transform 0.5s;
}

.top-nav-main .navbar-nav .nav-item .nav-link:hover span:before {
  transform: scaleX(1);
}

.top-nav-main .navbar-nav .nav-item .nav-link:hover span:after {
  transform: scaleX(1);
}

.top-nav-main .navbar-nav .nav-item .nav-link:hover span:before,
.top-nav-main .navbar-nav .nav-item .nav-link:hover span:after,
.top-nav-main .navbar-nav .nav-item .nav-link.active span:before,
.top-nav-main .navbar-nav .nav-item .nav-link.active span:after {
  transform: scaleX(1);
}

/*================================================ FOR SEARCH style */
.attr-nav ul li a svg {
  height: 18px;
  width: 18px;
  fill: #000;
}

.top-search {
  display: none;
  padding: 7px 0;
  position: absolute;
  z-index: 9;
  width: 100%;
  top: 50px;
  left: 0;
}

.top-search-secton {
  float: right;
  margin-top: -7px;
  background: #fff;
  padding: 15px;
  box-shadow: 0 2px 3px #787878;
}

.top-search input.form-control {
  background: #fff;
  border: 2px solid #f0f0ed;
  color: #000;
  height: 34px;
  line-height: 34px;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .5px;
  padding: 8px 1%;
  font-size: 15px;
  background-color: #fff;
}

.top-search .input-group-addon {
  background: #1a1b1c;
  transition: .5s;
  cursor: pointer;
  border: 0;
  color: #03a9f4;
  width: 30px;
  height: 33px;
  text-align: center;
}

.top-search .input-group-addon svg {
  fill: #fff;
}

.top-search .input-group-addon.close-search {
  margin-left: 2px !important;
  line-height: 33px;
}

.attr-nav ul {
  margin: 0;
  padding: 0;
}

.attr-nav ul li {
  list-style: none;
  text-align: right;
}

.attr-nav ul li a {
  color: #fff;
  margin-left: 0;
}

.top-search input.form-control:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .01);
}

.ad-section {
  margin: 15px auto;
  text-align: center;
  max-width: 100%;
}

/*================================================ Drop Down icon Animation style */
.dropdown-toggle::after {
  transition: transform 0.15s linear;
}

.show.dropdown .new-dropdown-toggle::after {
  transform: rotate(-180deg);
  transition: all 0.3s ease-in;
}

.dropdown-menu {
  margin-top: 0;
}

.new-dropdown-toggle::after {
  margin-top: 5px;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  content: "";
  vertical-align: top;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg>');
  height: 16px;
  width: 15px;
  margin-left: 2px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li.dropend:hover .dropdown-new-sub-ul {
  display: block !important;
  top: 0;
  left: 98.5% !important;
  margin-top: 0;
  -webkit-animation: fadeIn 0.3s alternate;
  animation: fadeIn 0.3s alternate;
  border-radius: 0;
}

.sub-dropdown-toggle::after {
  transition: transform 0.15s linear;
}

/* .show1.dropend .sub-dropdown-toggle::after {transform: rotate(-450deg);transition: all 0.3s ease-in;} */
.show1.dropend .sub-dropdown-toggle::after {
  transform: rotate(-90deg);
  transition: all 0.3s ease-in;
}

.dropend .sub-dropdown-toggle::after {
  margin-top: 5px;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  content: "";
  vertical-align: top;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg>');
  height: 16px;
  width: 15px;
  margin-left: 5px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li a:hover::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="white" viewBox="0 0 448 512"><path fill-rule="evenodd" d="M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg>');
  height: 15px;
  width: 14px;
  margin-top: 5px;
}

/* .dropdown-new:hover .dropdown-menu-new {display: block;--bsb-animation-duration: 500ms;
  animation-duration: 500ms;
  animation-fill-mode: both;
  animation-name: bsb-zoomIn}
@keyframes bsb-zoomIn {
  0% {opacity: 0;transform: scale3d(.3, .3, .3)}
  50% {opacity: 1}
}
.bsb-zoomIn {animation-name: bsb-zoomIn} */
/*====================== Footer Style =========================================*/
.footer-wrapper {
  position: relative;
  background: #f4f4f4;
  padding-top: 25px;
}

footer::before,
footer::after {
  background-color: transparent;
  background-image: radial-gradient(rgba(255, 255, 255, 0.90) 1px, transparent 1px);
  background-position: 1px 1px;
  background-size: 5px 5px;
  content: "";
  display: block;
  position: absolute;
  width: 40px;
}

footer::before {
  height: 80px;
  right: 2px;
  top: 0;
}

footer::after {
  bottom: 3px;
  height: 40px;
  left: 0;
}

.footer-logo {
  height: 60px;
  position: relative;
}

.footer-socail-icon-wrapper {
  padding-top: 5px;
  display: block !important;
  text-align: center;
}

.footer-socail-icon-wrapper ul li a {
  margin: 0;
  width: 30px;
  height: 30px;
}

.footer-socail-icon-wrapper ul li a svg {
  width: 20px;
  height: 20px;
}

.footer-socail-icon-wrapper ul li:hover a svg:nth-child(1) {
  transform: translateY(-30px);
}

.footer-socail-icon-wrapper ul li:hover a svg:nth-child(2) {
  transform: translateY(-30px);
  color: #fff;
}

.footer-menu-footer-wrapper {
  text-align: end;
}

.footer-menu ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: inline-block;
}

.footer-menu ul li {
  display: inline-block;
  margin-bottom: 20px;
}

.footer-menu ul li a {
  color: #000;
  padding: 4px 12px;
  border: 1px solid #777;
  font-size: 16px;
  margin-right: 8px;
}

.footer-menu ul li a:hover {
  color: #fff;
}

.footer-menu ul li a:hover {
  background-color: #777;
}

.footer-menu {
  text-align: center;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 25px;
}

.copyright {
  font-size: 14px;
  padding-bottom: 5px !important;
}

.copyright img {
  height: 16px;
}

.footer-text {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  font-family: 'Noto Serif Bengali', 'Calibri', 'SutonnyMJ', 'Siyamrupali', 'Arial', Georgia, "Times New Roman", Times, serif;
}

.footer-text-content {
  padding-bottom: 15px;
}

.footer-text-content p {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  font-family: 'Noto Serif Bengali', 'Calibri', 'SutonnyMJ', 'Siyamrupali', 'Arial', Georgia, "Times New Roman", Times, serif;
  margin-bottom: 4px;
}

.footer-text-content p svg {}

.footer-text-writter {
  margin-bottom: 10px;
  text-align: center;
}

.footer-text-writter h4 {
  font-size: 19px;
  margin-bottom: 0;
  color: #333;
}

.footer-text-writter h4 span {
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
  margin-bottom: 5px;
  line-height: 1;
  display: inline-block;
}

.other-footer-text {
  text-align: center;
  border-bottom: 1px solid #bfbfbf;
  border-top: 1px solid #bfbfbf;
  padding: 10px 0;
  padding-top: 12px;
  margin-top: 8px;
}

.other-footer-text p {
  margin-bottom: 2px;
}

.footer-copyright-row {
  padding-top: 20px;
}

.footer-text {
  color: #000 !important;
}

.copyright {
  color: #000 !important;
}

.footer-menu-footer li a {
  color: #000;
}

.footer-wrapper hr {
  background-color: #000;
  border-color: #000;
}

.footer-logo-center {
  width: 100%;
  display: inline-block;
  text-align: center;
}


/*======================  Tranding News Style =========================================*/
.trending-area {
  margin-bottom: 12px;
  text-align: center;
}

.trending-list {
  margin: 0;
  padding: 0;
}

.trending-list li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}

.trending-list li span {
  margin-right: 10px;
  font-weight: bold;
  font-size: 15px;
}

.trending-list li a {
  background: #eff3f4;
  color: #000;
  padding: 4px 8px;
  transition: .2s;
  box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
  margin-bottom: 5px;
  display: inline-block;
  padding-bottom: 1px;
}

.trending-list li a:hover {
  background: #19232d;
  color: #fff;
}

.heading-headline-heading {
  overflow: hidden;
  background: #19232d;
  border-bottom: 2px solid #19232d;
  position: relative;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-bottom: 10px;
}

.heading-headline-heading a {
  color: #fff;
  display: inline-block;
  padding: 9px 30px 4px 15px;
  font-size: 24px;
  margin: 0;
  line-height: 24px;
}

.heading-headline-heading span {
  position: relative;
}

.heading-style-heading:after {
  background: #fff;
  content: "";
  position: absolute;
  left: 0;
  right: -20000px;
  top: -11px;
  height: 40px;
  bottom: 0;
  -webkit-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  transform: skewX(45deg);
}

.heading-headline-heading-link {
  position: relative;
  right: 0;
  top: 0;
  float: right;
  z-index: 99999;
}

.heading-headline-heading-link a {
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 3px;
}

.heading-headline-heading-link a svg {
  fill: #000;
  transition: .5s;
  height: 28px;
  width: 28px;
}

.common-heading-style {
  width: 100%;
}

.common-heading-text {
  margin-bottom: 15px;
  border-bottom: 4px solid #d9d9d9;
}

.common-heading-text .read-more-right {
  float: right;
}

.common-heading-text .read-more-right a {
  color: #000;
  transition: .5s;
  font-size: 20px;
}

.common-heading-text .read-more-right a:hover {
  color: rgb(16, 147, 71);
}

.common-heading-text .read-more-right a svg {
  fill: #000;
  transition: .5s;
  height: 30px;
  width: 30px;
}

.common-heading-text .read-more-left a {
  color: #000;
  font-size: 24px;
  line-height: 45px;
  font-weight: 600;
  transition: 0.5s;
}

.common-heading-text .read-more-left a img {
  margin-right: 10px;
}

.common-heading-text .read-more-right a:hover svg {
  fill: #e10612;
}

.common-heading-text .read-more-left a:hover {
  color: #e10612;
}

/*====================  Section LEAD TAB STYLE ======================*/
.lead-tab-wrapper {
  width: 100%;
  border: 1px solid #ddd;
  background-color: #fff;
  max-height: 418px;
  overflow-y: auto;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.lead-news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lead-news-list li {
  padding: 10px 12px;
  border-bottom: 1px solid #eee;
  font-size: 15px;
  line-height: 1.6;
  display: flex;
  gap: 6px;
}

.lead-news-list li a {
  display: flex;
  color: #000;
}

.lead-list-icon {
  color: #109347;
  font-weight: 700;
  font-size: 30px;
}

ul.lead-news-list li h2 {
  font-size: 18px;
  padding-left: 5px;
  margin: 0;
}

.lead-tab-wrapper::-webkit-scrollbar {
  width: 6px;
}

.lead-tab-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.lead-tab-wrapper::-webkit-scrollbar-thumb {
  background: #c0c0c0;
  border-radius: 10px;
}

.lead-tab-wrapper::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.lead-svg-icon {
  width: 24px;
  height: 24px;
  padding: 2px;
}

.lead-svg-icon svg {
  display: block;
  fill: #109347;
}

.lead-tab-wrapper .side-tab-main .nav-item .nav-link.active {
  background: #fff !important;
  border-top: 3px solid #EE323B !important;
  color: #000;
}

.lead-tab-wrapper .side-tab-main .nav-item .nav-link {
  padding: 7px 45px;
  background: #000;
  color: #fff;
  font-size: 19px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.lead-tab-wrapper .side-tab-main .nav-item .nav-link svg {
  width: 18px;
  fill: #fff;
}

.lead-tab-wrapper .side-tab-main .nav-item .nav-link.active svg {
  fill: #109347;
}

.lead-tab-wrapper .side-tab-main {
  overflow: hidden;
}


/*==================== Breaking News Section STYLE ======================*/
.news-ticker-wrapper {
  background-color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 20px;
  text-align: center;
  padding-bottom: 10px;
}

.news-ticker {
  display: flex;
  align-items: center;
}

.ticker-content {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left 25s linear infinite;
  font-size: 16px;
}

.news-ticker-wrapper:hover .ticker-content {
  animation-play-state: paused;
}

.ticker-content ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ticker-content li a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  transition: color 0.4s;
}

.ticker-content li a:hover {
  color: #fff;
  text-decoration: underline;
}

.tranding-label {
  background: #F3F4F6;
  margin: auto;
  width: 80%;
  margin-top: 10px;
  font-weight: 600;
  padding-bottom: 3px;
  padding-top: 4px;
  font-size: 18px;
  margin-bottom: 10px;
  border-radius: 9999px;
}

.tranding-label svg {
  margin-right: 5px;
}

.tranding-label-two {
  background: #f52323;
}

.tranding-label-two span {
  color: #fff;
}

.news-ticker-two .trending-list li a {
  background: #fff;
  color: #000;
  box-shadow: none;
  padding-top: 10px;
}

.news-ticker-two .ticker-content li a:hover {
  color: #000;
  background: #fff;
  box-shadow: none;
}

.news-ticker-two {
  border: 1px solid #f52323;
  margin-right: 8px;
  margin-left: 8px;
  overflow: hidden;
  height: 40px;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

/*======================  SPECIAL SECTION Style =========================================*/
.special-section {
  background: #fff3e0;
  padding: 20px 0 15px 0;
  display: block;
}

.text-headline-style-3 h3 {
  border-bottom: 2px solid #c9010b;
  line-height: 100%;
  margin: 0 0 20px;
  text-align: center;
}

.text-headline-style-3 h3 span {
  background: #c9010b;
  padding: 0 10px;
  color: #fff;
  height: 30px;
  line-height: 39px;
  position: relative;
  font-size: 26px;
}

.text-headline-style-3 h3 span::after {
  border-color: #c9010b rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  position: absolute;
  content: " ";
  width: auto;
  height: auto;
  bottom: -19px;
  margin-left: -10px;
  left: 50%;
  border-width: 10px;
  border-style: solid;
}

.new-special-single-news {
  position: relative;
  margin-bottom: 20px;
}

.new-special-single-news-image {
  position: relative;
}

.new-special-single-news-image {
  position: relative;
}

.new-special-single-news-text {
  position: relative;
  background: #fff;
  color: #000;
  width: 100%;
  margin: 0;
  min-height: 77px;
  max-height: 77px;
  overflow: hidden;
  padding: 5px 8px;
  box-shadow: 0 5px 5px -5px #000;
}

.new-special-single-news-text h3 {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  margin: 0;
}

.custom-owl-carousel .owl-nav .owl-next,
.custom-owl-carousel .owl-nav .owl-prev {
  width: 50px;
  text-align: center;
  height: 50px;
  border-radius: 0;
  opacity: 1;
  margin: 2px;
  top: 35%;
  position: absolute;
  transition: 0.5s;
}

.custom-owl-carousel .owl-nav .owl-next svg,
.custom-owl-carousel .owl-nav .owl-prev svg {
  color: #fff !important;
  fill: #fff !important;
  height: 30px;
  width: 30px;
}

#all-video-slider .owl-nav .owl-prev svg {
  margin-left: -15px;
}

.custom-owl-carousel .owl-nav .owl-next svg,
.custom-owl-carousel .owl-nav .owl-prev svg {
  fill: #000 !important;
}

.custom-owl-carousel .owl-nav .owl-next {
  background: 0 0;
  right: 0;
}

.custom-owl-carousel .owl-nav .owl-next:hover svg,
.custom-owl-carousel .owl-nav .owl-prev:hover svg {
  color: red !important;
  fill: red !important;
}

#all-video-slider.owl-carousel {
  z-index: 0;
}



/*======================  Lead New Style =========================================*/
.top-news-left {
  width: 74.6%;
  float: left;
  padding: 0;
}

.top-news-right {
  width: 25.4%;
  float: left;
  padding: 0;
}

section.lead-section {
  background: #eff3f4;
  padding-bottom: 10px;
  padding-top: 20px;
  /* background: #F7F8F9; */
}

.top-news-left-lead-wrapper-right {
  width: 66%;
  float: left;
  padding: 0;
}

.top-news-left-lead-wrapper-left {
  width: 34%;
  float: left;
  padding: 0;
}

.lead-news {
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  position: relative;
  margin-bottom: 20px;
}

.lead-news-img {
  display: block;
  overflow: hidden;
  position: relative;
}

.lead-news-img svg {
  position: absolute;
  top: 13%;
  left: 7%;
  height: 45px;
  width: 45px;
  background: #FFF;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 28px;
  fill: #000;
  border-radius: 50%;
  padding-left: 5px;
  border: 3px solid #fff;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
}

.lead-news-img img {
  min-height: 325px;
  max-height: 325px;
  overflow: hidden;
  width: 100%;
}

.lead-news-text {
  position: absolute;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 30%, rgba(0, 0, 0, .8) 100%);
  color: #fff;
  bottom: 0;
  padding: 30px 10px 5px;
}

.lead-news-text h1 {
  margin: 0;
  font-size: 26px;
  line-height: 32px;
}

.lead-news-text h1 span {
  font-size: 22px;
  margin-right: 2px;
  color: #ffb300;
}

.lead-news-text h1 span svg {
  margin-left: 6px;
  fill: #ffb300;
  margin-right: 6px;
  background: #ffb300;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.lead-news a:hover .lead-news-img svg {
  fill: #ff0000;
}

ul.new-lead-left-center-news-ul {
  position: relative;
  margin: 0;
  padding: 0;
}

ul.new-lead-left-center-news-ul li {
  list-style: none;
  width: 100%;
  margin-bottom: 12px;
}

ul.new-lead-left-center-news-ul li a {
  display: inline-block;
  padding: 8px;
  background: #fff;
  width: 100%;
}

.new-lead-left-center-news-ul-left {
  position: relative;
  float: left;
  width: 42%;
  overflow: hidden;
}

.new-lead-left-center-news-ul-left img {
  /* height: 80px; */
}

.new-lead-left-center-news-ul-right {
  float: left;
  width: 58%;
  min-height: 69px;
  max-height: 69px;
  overflow: hidden;
  padding-left: 7px;
}

.new-lead-left-center-news-ul-right h3 {
  font-size: 17px;
  line-height: 23px;
  transition: all 0.5s ease 0s;
  margin: 0;
  color: #000;
  font-weight: 600;
}

.new-lead-left-center-news-ul-right h3 span {
  font-size: 18px;
  margin-right: 2px;
  color: #e10612;
}

.new-lead-left-center-news-ul-right h3 span svg {
  margin-left: 6px;
  fill: #999;
  margin-right: 6px;
  background: #999;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.new-lead-left-center-news-ul li a:hover .new-lead-left-center-news-ul-left svg {
  fill: #ff0000;
}

.new-lead-left-center-news-ul-left svg {
  position: absolute;
  top: 30%;
  left: 18%;
  height: 32px;
  width: 32px;
  background: #FFF;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 28px;
  fill: #000;
  border-radius: 50%;
  padding-left: 4px;
  border: 3px solid #fff;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}

.sub-lead-2 {
  position: relative;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}

.sub-lead-2-img {
  position: relative;
  overflow: hidden;
}

.sub-lead-2-img img {
  width: 100%;
  min-height: 167px;
  max-height: 167px;
  overflow: hidden;
}

.sub-lead-2-img svg {
  position: absolute;
  top: 20%;
  left: 12%;
  height: 40px;
  width: 40px;
  background: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 38px;
  fill: #000;
  border-radius: 50%;
  font-size: 20px;
  padding-left: 4px;
  border: 3px solid #fff;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}

.sub-lead-2-text {
  padding: 3px 5px;
  min-height: 72px;
  max-height: 72px;
  overflow: hidden;
}

.sub-lead-2-text h2 {
  font-size: 19px;
  line-height: 23px;
  color: #000;
  margin: 0;
  font-weight: 600;
}

.sub-lead-2-text h2 span {
  font-size: 16px;
  margin-right: 2px;
  color: #e10612;
}

.sub-lead-2-text h2 span svg {
  margin-left: 6px;
  fill: #999;
  margin-right: 6px;
  background: #999;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.sub-lead-2 a:hover .sub-lead-2-img svg {
  fill: #ff0000;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #007bff;
  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: #444;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background: #d7d7d7;
  border-radius: 0;
  padding: 7px 10px;
  border-top: 3px solid transparent;
}

.nav-pills .nav-item.active a {
  background: #fff;
  border-top: 3px solid #EE323B;
}

.banner-top-right-1 {
  margin-top: 24px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.new-fade {
  -webkit-animation: .7s ease-in-out fadeInScale;
  -moz-animation: .7s ease-in-out fadeInScale;
  animation: .7s ease-in-out fadeInScale
}

@keyframes fadeInScale {
  0% {
    transform: scale(.9);
    opacity: 0
  }

  100% {
    transform: scale(1);
    opacity: 1
  }
}

.side-tab-main .nav-item .nav-link.active {
  background: #fff !important;
  border-top: 3px solid #EE323B !important;
}

.archive-btn {
  margin-top: 10px;
}

.archive-btn .btn-date-picker {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition-duration: 0.5s;
  background: #19232d;
  color: white;
  font-size: 20px;
  padding: 7px 10px 6px;
  box-shadow: rgb(0 0 0 / 10%) 0px 1px 2px;
}

.archive-btn .btn-date-picker:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.archive-btn .btn-date-picker:hover {
  color: #423f3f;
}

.archive-btn .btn-date-picker:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.e-paper-div {
  border: 1px solid #109347;
  border-radius: 5px;
  overflow: hidden;
}

.e-paper-div-title {
  display: block;
  width: 100%;
  background: #109347;
  text-align: center;
}

.e-paper-div-title h3 {
  margin: 0;
  padding: 11px 5px 9px;
  font-size: 19px;
  color: #fff;
}

.e-paper-div-title h3 span {
  font-size: 27px;
  margin-left: 2px;
}

.e-paper-div-image img {
  width: 100%;
}

.e-paper-div-image-ads {
  margin-top: 20px;
}

.lead-time {
  text-align: center;
  background: #fff;
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 0px;
}

.lead-time time {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
  color: #222;
  gap: 4px;
}

.lead-time .ml-2 {
  margin-left: 5px;
  font-size: 26px;
  color: #000;
  font-weight: 500;
}

.red-animated-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 700;
  color: white;
  background-color: #ff3b3b;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  animation: redPulse 1.5s ease-in-out infinite;
  text-decoration: none;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 17px;
}

.red-animated-button svg {
  width: 18px;
  height: 18px;
  fill: white;
}

.red-animated-button:hover {
  color: #fff;
}

@keyframes redPulse {
  0% {
    background-color: #ff3b3b;
    box-shadow: 0 0 0 0 rgba(255, 59, 59, 0.7);
  }

  50% {
    background-color: #e60000;
    box-shadow: 0 0 10px 4px rgba(255, 0, 0, 0.4);
  }

  100% {
    background-color: #ff3b3b;
    box-shadow: 0 0 0 0 rgba(255, 59, 59, 0.7);
  }
}


/*========================================== LEAD TAB STYLE =================================================*/
.tab-content-wrapper {
  border: 1px solid #d7d7d7;
  margin-bottom: 15px;
  background: #fff;
}

.side-tab-main {
  width: 100%;
}

.side-tab-main .nav-item {
  display: block;
  float: left;
  width: 50%;
}

.side-tab-main .nav-item {
  display: block;
  float: left;
  width: 50%;
}

.nav-pills .nav-item.active a {
  background: #fff;
  border-top: 3px solid #EE323B;
  color: #000;
}

.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: 7px 10px;
  border-top: 3px solid transparent;
}

.tab-content>.active {
  display: block;
}

.latest-news {
  overflow-y: scroll;
  height: 513px;
}

.latest-news-ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
}

.latest-news-ul li {
  list-style: none;
}

.latest-news-ul li a {
  padding: 9px 7px 9px;
  border-bottom: 1px solid #d7d7d7;
  display: inline-block;
  background: #fff;
  color: #000;
  margin-bottom: -6px;
}

.details-latest-news li a {
  background: #fff;
  border-bottom: 1px solid #e2e2e2;
}

.latest-news-left {
  float: left;
  width: 37%;
  margin-right: 2%;
  position: relative;
}

.latest-news-left svg {
  position: absolute;
  top: 32%;
  left: 20%;
  height: 35px;
  width: 35px;
  background: #FFF;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 28px;
  fill: #000;
  border-radius: 50%;
  padding-left: 3px;
  border: 3px solid #fff;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}

.latest-news-ul li a:hover .latest-news-left svg {
  fill: red;
}

.latest-news-right {
  float: left;
  width: 61%;
  padding-left: 2px;
  max-height: 65px;
  overflow: hidden;
  min-height: 65px;
  text-align: left;
}

.latest-news-right h3 {
  font-size: 17px;
  line-height: 22px;
  margin: 0;
  color: #000;
  font-weight: 600;
}

.latest-news-right span {
  font-size: 16px;
  margin-right: 2px;
  color: #e10612;
}

.latest-news-right h3 span svg {
  margin-left: 6px;
  fill: #999;
  margin-right: 6px;
  background: #999;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.archive-btn {
  text-align: center;
  background: #282828;
  margin-bottom: 15px;
}

.archive-btn a {
  color: #fff;
  font-size: 18px;
  display: block;
}

.archive-btn .btn-date-picker {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition-duration: 0.5s;
  color: white;
  font-size: 18px;
  padding: 5px 10px 4px;
  box-shadow: rgb(0 0 0 / 10%) 0px 1px 2px;
  border-radius: 0;
}

.archive-btn .btn-date-picker:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.archive-btn .btn-date-picker:hover {
  color: #423f3f;
}

.archive-btn .btn-date-picker:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*========================================== COMMON HEADING STYLE =================================================*/
.title-heading-wrapper {
  background: #fff;
  margin-bottom: 10px;
}

.title-heading,
.title-heading-2 {
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  height: 40px;
  position: relative;
  background: #19232d;
  margin: 0;
  display: inline-block;
  padding: 10px 15px;
}

.title-heading:before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #19232d;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.title-heading-text {
  color: #fff;
  text-decoration: none;
}

.title-right-link {
  font-size: 17px;
  float: right;
  color: #333;
  padding-right: 8px;
  line-height: 42px;
  text-decoration: none;
}

.title-right-link svg {
  width: 18px;
  height: 18px;
  margin-top: -2px;
  fill: #19232d;
}

.title-heading-text:hover {
  color: #fff;
}

.bg-gray {
  background: #eff3f4;
}

/*========================================== SOCIAL MEDIA STYLE =================================================*/
.social-media-2 {
  display: flex;
}

.social-media-2 ul {
  margin: 0;
  padding: 0;
}

.social-media-2 ul li {
  list-style: none;
  margin: 0 2px;
  display: inline-block;
}

.social-media-2 ul li a {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin: 8px 0px;
  padding: 5px;
  transition: .5s;
  background: #f1f1f1;
  overflow: hidden;
  border-radius: 8px;
}

.social-media-2 ul li a svg {
  width: 25px;
  height: 25px;
  display: block;
  color: #777;
  transition: .5s;
  padding: 2px;
  margin-bottom: 10px;
}

.social-media-2 ul li:hover a svg:nth-child(1) {
  transform: translateY(-30px);
}

.social-media-2 ul li:hover a svg:nth-child(2) {
  transform: translateY(-35px);
  color: #fff;
}

.social-media-2 ul li:hover:nth-child(1) a {
  background: #1877f2;
}

.social-media-2 ul li:hover:nth-child(2) a {
  background: #000;
}

.social-media-2 ul li:hover:nth-child(3) a {
  background: #E4405F;
}

.social-media-2 ul li:hover:nth-child(4) a {
  background: #e4405f;
}

.social-media-2 ul li:hover:nth-child(5) a {
  background: #f26522;
}

.social-media-2 ul li:hover:nth-child(6) a {
  background: #49C95A;
}

.social-media-2 ul li:hover:nth-child(7) a {
  background: #0084FF;
}

.social-media-2 ul li:hover:nth-child(8) a {
  background: #0077B5;
}

/*====================== JATIO Style =========================================*/
.new-national {
  padding-bottom: 20px;
  padding-top: 20px;
  background: #fff;
}

.new-national-left {
  width: 74.6%;
  float: left;
  padding: 0;
}

.new-national-right {
  width: 25.4%;
  float: left;
  padding: 0;
}

.new-binodon-single-wrapper-two {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

.new-binodon-single-wrapper-img-two {
  position: relative;
}

.new-binodon-single-wrapper-img-two img {
  width: 100%;
  border-radius: 0;
}

.new-binodon-single-wrapper-text-two {
  position: relative;
  background: #eff3f4;
  color: #000;
  width: 100%;
  margin: 0;
  min-height: 60px;
  max-height: 60px;
  overflow: hidden;
  padding: 5px 8px;
  box-shadow: 0 5px 5px -5px #000;
}

.new-binodon-single-wrapper-text-two h3 {
  color: #000;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  margin: 0;
}

.new-binodon-single-wrapper-text-two h3 span {
  font-size: 16px;
  margin-right: 2px;
  color: #e10612;
}

.new-binodon-single-wrapper-text-two h3 span svg {
  margin-left: 6px;
  fill: #999;
  margin-right: 6px;
  background: #999;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.new-binodon-single-wrapper-img-two svg {
  position: absolute;
  top: 20%;
  left: 12%;
  height: 40px;
  width: 40px;
  background: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 38px;
  fill: #000;
  border-radius: 50%;
  font-size: 20px;
  padding-left: 4px;
  border: 3px solid #fff;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}

.new-binodon-single-wrapper-two a:hover .new-binodon-single-wrapper-img-two svg {
  fill: #e10612;
}

.new-national-single-wrapper-two {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

.new-national-single-wrapper-img-two {
  position: relative;
}

.new-national-single-wrapper-img-two img {
  width: 100%;
  border-radius: 0;
}

.new-national-single-wrapper-text-two {
  position: relative;
  background: #eff3f4;
  color: #000;
  width: 100%;
  margin: 0;
  min-height: 80px;
  max-height: 80px;
  overflow: hidden;
  padding: 5px 8px;
}

.new-national-single-wrapper-text-two h4 {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
}

.new-national-single-wrapper-text-two h4 span {
  font-size: 16px;
  margin-right: 2px;
  color: #e10612;
}

.new-national-single-wrapper-text-two h4 span svg {
  margin-left: 6px;
  fill: #999;
  margin-right: 6px;
  background: #999;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

/*========================================== Other version style for photo gallery =================================================*/
section.new-photo-gallery {
  background: #2b2b2b;
  padding: 30px 0px;
}

.new-photo-gallery .flex-direction-nav a:before {
  content: "" !important;
}

.new-photo-gallery .flex-direction-nav a {
  font-size: 0;
  top: 45%;
  border-radius: 50%;
}

.new-photo-gallery .flex-direction-nav a.flex-next:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z"/></svg>');
  height: 40px;
  background-repeat: no-repeat;
  width: 40px;
  vertical-align: top;
  right: 0px !important;
  opacity: 1;
}

.new-photo-gallery .flex-direction-nav a.flex-prev:before {
  height: 40px;
  background-repeat: no-repeat;
  width: 40px;
  vertical-align: top;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M41.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 256 246.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z"/></svg>') !important;
  left: 0px !important;
  opacity: 1;
}

#new-photo-gallery-sliders ol.flex-control-nav.flex-control-thumbs img {
  width: 80px;
  margin-right: 5px;
  float: left;
  display: block;
  border-bottom: 2px solid transparent;
  padding-bottom: 4px;
}

#new-photo-gallery-sliders .flex-control-thumbs li img.flex-active {
  border-bottom: 2px solid #fff;
  padding-bottom: 4px;
}

#new-photo-gallery-sliders ol.flex-control-nav.flex-control-thumbs {
  background: #222;
  margin: 0;
  padding: 20px 0px;
}

#new-photo-gallery-sliders {
  border: 0;
  margin-bottom: 10px;
}

#new-photo-gallery {
  background: #2b2b2b;
}

#new-photo-gallery-sliders .flex-control-thumbs li {
  width: 10%;
  float: none;
  margin: 0;
}

a.new-gallery-box img {
  width: 100%;
  display: block;
  border: 5px solid #fff;
  border-radius: 5px;
}

a.new-gallery-box {
  position: relative;
  overflow: hidden;
}

a.new-gallery-box h4 {
  font-size: 26px;
  line-height: 32px;
  position: absolute;
  display: block;
  bottom: -3px;
  width: 98.9%;
  text-align: center;
  color: #fff;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1.5) 100%);
  margin-left: 5px;
  padding-bottom: 10px;
}

.new-photo-left-wrapper {
  width: 75%;
  float: left;
  padding: 0;
}

.new-photo-right-wrapper {
  width: 25%;
  float: left;
}

#new-photo-gallery-sliders .flex-direction-nav a {
  visibility: visible;
  opacity: 1;
}

#new-photo-gallery-sliders .flex-direction-nav .flex-prev {
  left: 15px;
}

#new-photo-gallery-sliders .flex-direction-nav .flex-next {
  right: 10px;
  text-align: right;
}

.single-new-right-wrapper-box img {
  width: 100%;
}

.single-new-right-wrapper-box {
  position: relative;
  margin-bottom: 20px;
}

.single-new-right-wrapper-box-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: 7px 7px 0;
}

.single-new-right-wrapper-box-text h4 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}

.new-right-full-wrapper {
  max-height: 624px;
  overflow-y: auto;
  padding-right: 7px;
  margin-top: 5px;
  border-left: 1px solid #fff;
  padding-left: 12px;
}

.single-new-right-wrapper-box-img svg {
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 99;
  right: 8px;
  bottom: 0;
  fill: #fff;
}

.single-new-right-wrapper-box:hover h4 {
  color: #ffa500;
}

.new-right-full-wrapper::-webkit-scrollbar {
  width: 5px;
  background-color: #383838;
}

.new-right-full-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
  background-color: #383838;
  border-radius: 10px;
}

.new-right-full-wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#919191), to(#919191), color-stop(.6, #919191));
}

.new-photo-gallery-title {
  border: 0;
  position: relative;
  margin-bottom: 15px;
}

.new-photo-gallery-title a {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

.new-photo-gallery-title svg {
  height: 28px;
  width: 28px;
  margin-top: -2px;
  margin-right: 2px;
  fill: #fff;
}

span.menu-link-border-middle {
  height: 3px;
  background: #fff;
  position: absolute;
  display: inline-block;
  left: 160px;
  right: 0;
  top: 16px;
}

.new-photo-gallery-title a:hover span,
.new-photo-gallery-title a:hover svg {
  color: #ffa500;
  fill: #ffa500;
}

a.new-gallery-box:hover h4 {
  color: #ffa500;
}

/*====================== VIDEO SECTION Style =========================================*/
.new-video-gallery-wrapper {
  background: #212121;
  padding: 30px 0;
  padding-bottom: 15px;
}

.new-video-title {
  border-left: 4px solid red;
  line-height: 26px;
  margin-bottom: 15px
}

.new-video-title a {
  color: #ffc107
}

.new-video-title a h2 {
  color: #ffc107;
  font-size: 30px;
  padding-left: 10px
}

.new-video-small {
  margin-bottom: 24px
}

.new-video-small-image {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.new-video-small-image img,
.new-video-extra-small-image img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}

.new-video-small-text {
  background: #333;
  min-height: 63px;
  max-height: 63px;
  width: 100%;
  overflow: hidden;
  padding: 5px 7px 0 7px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.new-video-small-text h3 {
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  margin: 0;
}

.new-video-extra-small {
  margin-bottom: 24px
}

.new-video-extra-small-image {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.new-video-extra-small-text {
  background: #333;
  min-height: 60px;
  max-height: 60px;
  width: 100%;
  overflow: hidden;
  padding: 5px 7px 0 7px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.new-video-extra-small-text h3 {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}

.new-video-small-image svg {
  position: absolute;
  top: 18%;
  left: 10%;
  height: 42px;
  width: 42px;
  background: #ef002d;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 38px;
  fill: #fff;
  border-radius: 50%;
  font-size: 20px;
  padding-left: 4px;
  border: 3px solid #ef002d;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}

.new-video-extra-small-image svg {
  position: absolute;
  top: 18%;
  left: 10%;
  height: 40px;
  width: 40px;
  background: #ef002d;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 38px;
  fill: #fff;
  border-radius: 50%;
  font-size: 20px;
  padding-left: 4px;
  border: 3px solid #ef002d;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}

.new-video-small-text h3 span {
  font-size: 18px;
  margin-right: 2px;
  color: #ffc107;
}

.new-video-small-text h3 span {
  font-size: 18px;
  margin-right: 2px;
  color: #ffc107;
}

.new-video-small-text h3 span svg {
  margin-left: 6px;
  fill: #999;
  margin-right: 6px;
  background: #999;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.new-video-small a:hover .new-video-small-image svg {
  fill: red;
  background: #fff;
  border-color: #fff;
}

.new-video-extra-small a:hover .new-video-extra-small-image svg {
  fill: red;
  background: #fff;
  border-color: #fff;
}


/*====================== entertainment-section-wrapper Style =========================================*/
section.new-entertament {
  padding-top: 20px;
  padding-bottom: 10px;
  background: #fff;
}

.entertament-wrapper {
  padding-top: 30px;
  padding-bottom: 15px;
}

.entertament-left {
  float: left;
  width: 30%;
  padding: 0;
}

.entertament-middle {
  float: left;
  width: 40%;
  padding: 0;
  border-right: 1px solid #999;
  border-left: 1px solid #999;
}

.entertament-right {
  float: left;
  width: 30%;
  padding: 0;
}

.entertament-news-ul-left {
  width: 45%;
  float: right;
  position: relative;
  overflow: hidden;
}

.entertament-news-ul-right {
  width: 55%;
  float: right;
  padding-top: 3px;
  padding-right: 3%;
  padding-left: 2px;
  min-height: 80px;
  max-height: 80px;
  overflow: hidden;
}

ul.entertament-news-ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.entertament-news-ul-right h3 {
  font-size: 20px;
  padding-right: 4px;
  color: #000;
  line-height: 26px;
  margin: 0;
}

.entertament-news-ul-right h3 span {
  font-size: 18px;
  margin-right: 2px;
  color: #e10612;
}

.entertament-news-ul-right h3 span svg {
  margin-left: 6px;
  fill: #999;
  margin-right: 6px;
  background: #999;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.entertament-news-ul-left svg {
  position: absolute;
  top: 24%;
  left: 14%;
  height: 36px;
  width: 36px;
  background: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 38px;
  fill: #000;
  border-radius: 50%;
  font-size: 20px;
  padding-left: 4px;
  border: 3px solid #fff;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}

ul.entertament-news-ul li:hover .entertament-news-ul-left svg {
  fill: #e10612;
}

ul.entertament-news-ul li {
  border-bottom: 1px solid #999;
  padding-bottom: 120px;
  margin-bottom: 25px;
}

ul.entertament-news-ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.entertament-lead-news {
  position: relative;
}

.entertament-lead-news-text h2 {
  font-size: 26px;
  color: #000;
  padding-top: 10px;
}

.entertament-lead-news-text p {
  color: #333;
  margin: 0;
}

.sports-lead-news-image {
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.entertament-lead-news-text {
  min-height: 150px;
  max-height: 150px;
  overflow: hidden;
  padding-left: 2px;
}


/*====================== JATIO Style =========================================*/
.entertainment-section-wrapper {
  padding-bottom: 20px;
}

.national-news-wrapper {
  padding-bottom: 25px;
  padding-top: 15px;
}

.sports-news-section-wrapper {
  padding-top: 35px;
  padding-bottom: 0;
  width: 100%;
}

.sports-section-middle {
  width: 46%;
  float: left;
  padding: 0;
}

.sports-news-section-left {
  width: 28%;
  float: left;
  padding: 0;
}

.sports-news-section-right {
  width: 28%;
  float: left;
  padding: 0;
}

.sports-news {
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  position: relative;
}

.sports-news-image {
  display: block;
  overflow: hidden;
  position: relative;
}

.sports-news-text {
  position: absolute;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 30%, rgba(0, 0, 0, .8) 100%);
  color: #fff;
  bottom: 0;
  padding: 30px 10px 5px;
}

.sports-news-text span {
  font-size: 22px;
  margin-right: 2px;
  color: #ffb300;
}

.sports-news-text h2 span svg {
  margin-left: 6px;
  fill: #ffb300;
  margin-right: 6px;
  background: #ffb300;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.sports-news-text h2 {
  margin: 0;
  font-size: 26px;
  line-height: 32px;
}

.sports-news-image svg {
  position: absolute;
  top: 13%;
  left: 7%;
  height: 45px;
  width: 45px;
  background: #FFF;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 28px;
  fill: #000;
  border-radius: 50%;
  padding-left: 5px;
  border: 3px solid #fff;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}

.sports-ul-top {
  position: relative;
  margin: -1px 0 0;
  padding: 0;
}

.sports-ul-top li {
  list-style: none;
  width: 100%;
  margin-bottom: 14px;
}

.sports-ul-top li a {
  display: inline-block;
  padding: 8px;
  background: #eff3f4;
  width: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

.sports-ul-top-left {
  float: left;
  width: 40%;
  padding-right: 3%;
  position: relative;
  overflow: hidden;
}

.sports-ul-top-left-image {
  display: block;
  overflow: hidden;
  position: relative;
}

.sports-ul-top-left-image svg {
  position: absolute;
  top: 34%;
  left: 22%;
  height: 30px;
  width: 30px;
  background: #FFF;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 28px;
  fill: #000;
  border-radius: 50%;
  padding-left: 3px;
  border: 3px solid #fff;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}

.sports-ul-top li a:hover .sports-ul-top-left-image svg {
  background: #fff;
  fill: red;
}

.sports-ul-top-left img {
  min-height: 70px;
  max-height: 70px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.sports-ul-top-right {
  float: left;
  width: 60%;
  padding-left: 1px;
  min-height: 67px;
  max-height: 67px;
  overflow: hidden;
}

.sports-ul-top-right h3 span {
  font-size: 18px;
  margin-right: 2px;
  color: #e10612;
}

.sports-ul-top-right h3 span svg {
  margin-left: 6px;
  fill: #999;
  margin-right: 6px;
  background: #999;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.sports-ul-top-right h3 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 23px;
}

.sports-news a:hover .sports-news-image svg {
  fill: #ff0000;
}

.sports-news-image img {
  width: 100%;
  min-height: 300px;
  max-height: 300px;
  overflow: hidden;
}

/*======================  National news Section Style =========================================*/
.bangla-section-wrapper {
  background: #e8e6d8;
  margin: 40px auto;
  width: 1400px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
  margin-top: 0;
}

.bangla-section-wrapper-title a {
  font-family: 'Noto Serif Bengali', 'Calibri', 'SutonnyMJ', 'Siyamrupali', 'Arial', Georgia, "Times New Roman", Times, serif;
  color: #000;
  font-size: 35px;
  font-weight: 600;
  padding-top: 15px;
}

.bangla-section-wrapper-title a:hover {
  transition: 0.3s;
  color: #73191b;
}

/* ========================== LIFESTYLE SECTION ========================== */
.lifestyle-item {
  position: relative;
  margin-bottom: 35px;
}

.lifestyle-item-img {
  position: relative;
  overflow: hidden;
}

.lifestyle-item-img svg {
  position: absolute;
  position: absolute;
  top: 20%;
  left: 10%;
  height: 45px;
  width: 45px;
  background: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 38px;
  fill: #000;
  border-radius: 50%;
  padding-left: 5px;
  border: 3px solid #fff;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}

.lifestyle-item-text {
  position: relative;
  background: #eff3f4;
  color: #000;
  width: 90%;
  margin: -20px auto auto;
  min-height: 80px;
  max-height: 80px;
  overflow: hidden;
  padding: 3px 7px;
  border: 1px solid #e2e2e2;
  box-shadow: 0 5px 5px -5px #000;
}

.lifestyle-item-text h3 span {
  font-size: 15px;
  margin-right: 2px;
  color: #e10612;
}

.lifestyle-item-text h3 span svg {
  margin-left: 6px;
  fill: #999;
  margin-right: 6px;
  background: #999;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.lifestyle-item-text h3 {
  color: #111;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  font-weight: 600;
}

.lifestyle-item a:hover .lifestyle-item-img svg {
  background: #fff;
  fill: red;
}

.life-style-heading h3 {
  border-color: #000 !important;
}

.life-style-heading h3 span {
  border-color: #000 !important;
}

/* ============================ new-entertament SECTION ======================== */
section.new-sports-section {
  padding-top: 50px;
  padding-bottom: 20px;
  background: #f2f2f2;
}

.new-sports {
  position: relative;
  margin-bottom: 10px;
}

.new-sports-img {
  position: relative;
  overflow: hidden;
}

.new-sports-img img {
  width: 100%;
  border-radius: 0;
}

.new-sports-text {
  position: relative;
  background: #eff3f4;
  color: #000;
  width: 100%;
  margin: 0;
  min-height: 86px;
  max-height: 86px;
  overflow: hidden;
  padding: 5px 8px;
  box-shadow: 0 5px 5px -5px #000;
}

.new-sports-text h3 {
  color: #000;
  font-weight: 600;
  font-size: 21px;
  line-height: 26px;
  margin: 0;
}

.new-sports-text h4 {
  color: #000;
  font-weight: 600;
  font-size: 19px;
  line-height: 25px;
  margin: 0;
}

.new-sports-text:hover h4 {
  color: #0d6efd;
}

.sports-second-small-left img {
  position: relative;
}

.sports-second-small-right h4 {
  font-size: 18px;
  line-height: 24px;
  color: #111;
  margin: 0;
}

.sports-second-small-left {
  width: 42%;
  float: left;
  position: relative;
  overflow: hidden;
}

.sports-second-small-right {
  width: 58%;
  float: right;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 3%;
  min-height: 86px;
  max-height: 86px;
  overflow: hidden;
}

.sports-second-small {
  margin-top: 20px;
  display: inline-block;
  background: #eff3f4;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.new-sports-img svg {
  position: absolute;
  top: 18%;
  left: 10%;
  height: 42px;
  width: 42px;
  background: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 38px;
  fill: #000;
  border-radius: 50%;
  font-size: 20px;
  padding-left: 4px;
  border: 3px solid #fff;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}

.new-sports:hover .new-sports-img svg {
  fill: #e10612;
}

.new-sports-text span {
  font-size: 18px;
  margin-right: 2px;
  color: #e10612;
}

.sports-lead-news-image svg {
  position: absolute;
  top: 9%;
  left: 8%;
  height: 50px;
  width: 50px;
  background: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 50px;
  fill: #000;
  border-radius: 50%;
  padding-left: 7px;
  border: 3px solid #fff;
  box-shadow: 0 0 30px 2px grey;
  opacity: 0.8;
  z-index: 1;
}

.entertament-lead-news:hover .sports-lead-news-image svg {
  fill: #e10612;
}

.entertament-lead-news-text h2 span {
  font-size: 24px;
  margin-right: 2px;
  color: #e10612;
}

.entertament-lead-news-text h2 svg {
  margin-left: 9px;
  fill: #999;
  margin-right: 2px;
  background: #999;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.new-sports-text span svg {
  margin-left: 6px;
  fill: #999;
  margin-right: 6px;
  background: #999;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.sports-second-small-left svg {
  position: absolute;
  top: 23%;
  left: 14%;
  height: 36px;
  width: 36px;
  background: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 38px;
  fill: #000;
  border-radius: 50%;
  font-size: 20px;
  padding-left: 4px;
  border: 3px solid #fff;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}

.sports-second-small:hover .sports-second-small-left svg {
  fill: #e10612;
}

.sports-second-small-right h4 span {
  font-size: 17px;
  margin-right: 2px;
  color: #e10612;
}

.sports-second-small-right h4 svg {
  margin-left: 6px;
  fill: #999;
  margin-right: 6px;
  background: #999;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}





/*=========================================== ENTERTAINMENT SECTION WRAPPER STYLE ============================================*/


.block-header-title {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  display: inline-block;
}

.block-header-title:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: #000;
  width: 4px;
  height: 90%;
}

.block-header-title a {
  font-size: 26px;
  text-decoration: none;
  color: #000;
  line-height: 32px;
  padding-left: 15px;
}

.block-header-title:after {
  position: absolute;
  top: 104%;
  bottom: 0;
  left: -10px;
  content: "";
  background: #000;
  width: 100%;
  height: 2px;
  margin-left: 10px;
}

.map-form {
  background: #eff3f4;
  position: relative;
  padding: 15px;
  margin-bottom: 15px;
}

.map-padding-right {
  padding-right: 5px;
}

.map-form .col-m {
  margin-bottom: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.division-style {
  position: relative;
  margin: 0 auto;
  padding: 6px 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;
  cursor: pointer;
  outline: none;
  color: #19232d;
  line-height: 1.5;
  font-size: 16px;
  border-radius: 0.25rem;
}

.btn-custom {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 7px;
  box-shadow: 0 1px 1px rgba(50, 50, 50, 0.1);
  font-size: 15px;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  width: 100%;
  position: relative;
  margin-top: -1px;
}

.btn-custom:hover {
  background: #000;
  color: #fff;
  transition: 0.3s;
}

.btn-custom:hover svg {
  fill: #fff;
}

/*=========================== Category News Home STYLE ============================*/
.job-title {
  border-bottom: 2px solid #f44336;
}

.job-title .main-heading h2 {
  background-color: #f44336;
}

.technology-title {
  border-bottom: 2px solid #ff7500;
}

.technology-title .main-heading h2 {
  background-color: #ff7500;
}

.special-news-title {
  border-bottom: 2px solid #607d8b;
}

.special-news-title .main-heading h2 {
  background-color: #607d8b;
}

.category-lead {
  position: relative;
  margin-bottom: 14px;
}

.category-lead-img {
  position: relative;
  overflow: hidden;
}

.category-lead-img img {
  width: 100%;
}

.category-lead-img svg {
  position: absolute;
  top: 20%;
  left: 10%;
  height: 45px;
  width: 45px;
  background: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 38px;
  fill: #000;
  border-radius: 50%;
  padding-left: 5px;
  border: 3px solid #fff;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}

.category-lead a:hover .category-lead-img svg {
  background: #fff;
  fill: red;
}

.category-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, .8) 100%);
  color: #fff;
  bottom: 0;
  padding: 7px 7px 0;
  padding-bottom: 3px;
}

.category-lead-text h3 {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-weight: 600;
  margin: 0;
}

.category-lead-text span {
  font-size: 18px;
  margin-right: 2px;
  color: #ffb300;
}

.category-lead-text span svg {
  margin-left: 6px;
  fill: #999;
  margin-right: 6px;
  background: #ffb300;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.category-ul {
  margin: 0;
  padding: 0;
}

.category-ul li {
  list-style-type: none;
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px solid #979797;
  padding-bottom: 4px
}

.category-ul li a {
  display: inline-block;
  background: #fff;
}

.category-ul li:last-child {
  border-bottom: 0;
}

.category-list-img {
  float: left;
  width: 36%;
  position: relative;
  overflow: hidden;
}

.category-list-img svg {
  position: absolute;
  top: 32%;
  left: 20%;
  height: 35px;
  width: 35px;
  background: #FFF;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 28px;
  fill: #000;
  border-radius: 50%;
  padding-left: 3px;
  border: 3px solid #fff;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}

.category-ul li a:hover .category-list-img svg {
  background: #fff;
  fill: red;
}

.category-list-text {
  padding-top: 2px;
  padding-left: 3%;
  float: left;
  width: 64%;
  min-height: 87px;
  max-height: 87px;
  overflow: hidden;
  padding-right: 4px;
}

.category-list-text h4 {
  font-size: 18px;
  line-height: 22px;
  transition: all 0.5s ease 0s;
  margin: 0;
  color: #000;
  font-weight: 600;
}

.category-list-text h4 span {
  font-size: 16px;
  margin-right: 2px;
  color: #e10612;
}

.category-list-text h4 span svg {
  margin-left: 6px;
  fill: #999;
  margin-right: 6px;
  background: #999;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

/*========================================== POLITICAL NEWS SECTION WRAPPER STYLE =================================================*/
.big-banner-1 {
  margin-top: 10px;
  text-align: center;
  margin-bottom: 15px;
}

.political-lead-news {
  margin-bottom: 25px;
}

.political-lead-news-image {
  position: relative;
  overflow: hidden;
}

.political-lead-news-image svg {
  position: absolute;
  top: 20%;
  left: 10%;
  height: 50px;
  width: 50px;
  background: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 50px;
  fill: #000;
  border-radius: 50%;
  padding-left: 6px;
  border: 3px solid #fff;
  box-shadow: 0 0 30px 2px grey;
  opacity: 0.8;
  z-index: 1;
}

.political-lead-news-text {
  position: relative;
  background-color: #eff3f4;
  padding: 3px 6px;
  max-height: 75px;
  min-height: 75px;
  overflow: hidden;
}

.political-lead-news-text h2 {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  font-weight: 600;
}

.political-lead-news-text h2 span {
  font-size: 16px;
  margin-right: 2px;
  color: #e10612;
}

.political-lead-news-text h2 span svg {
  margin-left: 6px;
  fill: #999;
  margin-right: 6px;
  background: #999;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.political-lead-news a:hover .political-lead-news-image svg {
  fill: #e10612;
}

.political-lead-news-other {
  margin-bottom: 24px;
}

.political-lead-news-other-image {
  position: relative;
  overflow: hidden;
}

.political-lead-news-other-image svg {
  position: absolute;
  top: 30%;
  left: 16%;
  height: 35px;
  width: 35px;
  background: #FFF;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 28px;
  fill: #000;
  border-radius: 50%;
  padding-left: 3px;
  border: 3px solid #fff;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}

.political-lead-news-other-text {
  background: #eff3f4;
  min-height: 80px;
  max-height: 80px;
  width: 100%;
  overflow: hidden;
  padding: 3px 6px 0 6px;
}

.political-lead-news-other-text h3 {
  font-size: 17px;
  line-height: 23px;
  margin: 0;
  color: #000;
  font-weight: 600;
}

.political-lead-news-other-text h3 span {
  font-size: 15px;
  margin-right: 2px;
  color: #e10612;
}

.political-lead-news-other-text h3 span svg {
  margin-left: 6px;
  fill: #999;
  margin-right: 6px;
  background: #999;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.political-lead-news-other a:hover .political-lead-news-other-image svg {
  fill: #e10612;
}


/*========================================== Other version style for photo gallery =================================================*/
.photo-gallery-wrapper {
  padding: 35px 0 35px;
  background: #fff;
}

.photo-gallery-single {
  background-color: #eff3f4;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  margin-bottom: 24px;
}

.photo-gallery-single-image {
  position: relative;
}

.photo-gallery-icon {
  background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
  padding: 3px 8px;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  color: #f44336;
  text-align: center;
  transition: 0.5s;
}

.photo-gallery-icon svg {
  height: 22px;
  width: 22px;
}

.photo-gallery-single-text {
  min-height: 76px;
  max-height: 76px;
  overflow: hidden;
  padding: 3px 5px 0;
}

.photo-gallery-single-text h3 {
  font-size: 17px;
  line-height: 21px;
  color: #000;
  margin: 0;
}

.photo-gallery-single a:hover .photo-gallery-icon {
  background: red;
  color: #fff;
}

.btn-more-albums {
  background: #242424;
  color: #fff;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  width: 100%;
  font-size: 18px;
  border: 1px solid #242424;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border: 1px solid #242424;
}

.btn-more-albums:hover {
  background: transparent;
  color: #242424;
  border: 1px solid #242424;
}

.photo-gallery-slider .carousel-caption {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, .8) 100%);
  padding: 10px 0;
  width: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  padding-bottom: 28px;
}

.photo-gallery-slider .carousel-caption h5 {
  font-size: 24px;
}

.photo-gallery-single-image img {
  width: 100%;
  height: 112px;
}

/*========================================== Technology SECTION STYLE =================================================*/
.technology-item {
  position: relative;
  margin-bottom: 35px;
}

.technology-item-img {
  position: relative;
  overflow: hidden;
}

.technology-item-img svg {
  position: absolute;
  top: 20%;
  left: 10%;
  height: 45px;
  width: 45px;
  background: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 38px;
  fill: #000;
  border-radius: 50%;
  padding-left: 5px;
  border: 3px solid #fff;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}

.technology-item-text {
  position: relative;
  background: #eff3f4;
  color: #000;
  width: 90%;
  margin: -20px auto auto;
  min-height: 80px;
  max-height: 80px;
  overflow: hidden;
  padding: 3px 7px;
  border: 1px solid #e2e2e2;
  box-shadow: 0 5px 5px -5px #000;
}

.technology-item-text h3 {
  color: #111;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  font-weight: 600;
}

.technology-item-text h3 span {
  font-size: 15px;
  margin-right: 2px;
  color: #e10612;
}

.technology-item-text h3 span svg {
  margin-left: 6px;
  fill: #999;
  margin-right: 6px;
  background: #999;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.technology-section {
  padding-bottom: 5px;
  padding-top: 0;
}

/*========================================== COUNTRY NEWS WRAPPER STYLE =================================================*/
.other-section-top {
  padding-bottom: 30px;
  padding-top: 20px;
}

/*========================================== SPORTS SECTION WRAPPER STYLE =================================================*/
.sports-section-wrapper {
  padding-top: 30px;
  padding-bottom: 25px;
}

.sports-section-left {
  float: left;
  width: 28%;
  padding: 0;
}

.sports-section-middle {
  float: left;
  width: 44%;
  padding: 0;
}

.sports-section-right {
  float: left;
  width: 28%;
  padding: 0;
}

.sports-lead-news {
  background-color: #eff3f4;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  padding: 7px;
  position: relative;
  margin-bottom: 20px;
}

.sports-lead-news-image {
  position: relative;
  overflow: hidden;
}

.sports-lead-news-image svg {
  position: absolute;
  top: 20%;
  left: 10%;
  height: 50px;
  width: 50px;
  background: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 50px;
  fill: #000;
  border-radius: 50%;
  padding-left: 6px;
  border: 3px solid #fff;
  box-shadow: 0 0 30px 2px grey;
  opacity: 0.8;
  z-index: 1;
}

.sports-lead-news-text {
  position: absolute;
  width: 97.3%;
  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: 7px;
  padding: 15px 10px 5px;
}

.sports-lead-news-text h2 {
  font-size: 24px;
  line-height: 30px;
  margin: 0;
  color: #fff;
  font-weight: 600;
}

.sports-lead-news-text h2 span {
  color: #ffb300;
  margin-right: 3px;
  font-size: 20px;
}

.sports-lead-news-text h2 span svg {
  margin-left: 6px;
  fill: #ffb300;
  margin-right: 6px;
  background: #ffb300;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.sports-lead-news a:hover .sports-lead-news-image svg {
  background: #fff;
  fill: red;
}

.sports-news-ul {
  padding: 0;
  margin: 0;
  position: relative;
}

.sports-news-ul li {
  list-style: none;
  width: 100%;
  margin-bottom: 7px;
}

.sports-news-ul li a {
  display: inline-block;
  padding: 8px 8px;
  background: #eff3f4;
  width: 100%;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}

.sports-news-ul-left {
  float: left;
  width: 40%;
  position: relative;
  overflow: hidden;
}

.sports-news-ul-left svg {
  position: absolute;
  top: 32%;
  left: 20%;
  height: 35px;
  width: 35px;
  background: #FFF;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 28px;
  fill: #000;
  border-radius: 50%;
  padding-left: 3px;
  border: 3px solid #fff;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}

.sports-news-ul-right {
  float: left;
  width: 60%;
  padding-left: 3%;
  min-height: 66px;
  max-height: 66px;
  overflow: hidden;
  padding-right: 4px;
}

.sports-news-ul-right h3 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}

.sports-news-ul-right h3 span {
  font-size: 15px;
  margin-right: 2px;
  color: #e10612;
}

.sports-news-ul-right h3 span svg {
  margin-left: 6px;
  fill: #999;
  margin-right: 6px;
  background: #999;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.sports-news-ul li a:hover .sports-news-ul-left svg {
  fill: red;
  background: #fff;
}

.big-banner-6 {
  text-align: center;
  margin-top: 15px;
}

.sports-title {
  border-left: 4px solid red;
  margin-bottom: 10px;
}

.sports-title h2 {
  font-size: 22px;
  display: inline-block;
  padding: 5px 10px;
  margin: 0;
}

.sports-title a {
  color: #000;
}

.text-headline-style-1 {
  position: relative;
}

.text-headline-style-1 a,
.text-headline-style-1 a:hover {
  color: #000000;
  text-decoration: none;
}

.text-headline-style-1 h3 {
  border-bottom: 1px solid #ea4748;
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 10px;
  font-size: 22px;
}

.text-headline-style-1 h3 span {
  width: auto;
  border-bottom: 4px solid #ea4748;
  padding-bottom: 2px;
}

/*========================================== FEATURE SECTION STYLE =================================================*/
.feature-news-section {
  padding-top: 35px;
  padding-bottom: 40px;
  background: #eff3f4;
}

.feature-lead-news-wrapper {
  position: relative;
  padding: 7px;
  background: #fff;
}

.feature-lead-news {
  position: relative;
  overflow: hidden;
}

.feature-lead-news-image {
  position: relative;
}

.feature-lead-news-image svg {
  position: absolute;
  top: 15%;
  left: 9%;
  height: 45px;
  width: 45px;
  background: #FFF;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 28px;
  fill: #000;
  border-radius: 50%;
  padding-left: 5px;
  border: 3px solid #fff;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}

.feature-lead-news-wrapper a:hover .feature-lead-news-image svg {
  fill: #ff0000;
}

.feature-news-ul-left svg {
  position: absolute;
  top: 30%;
  left: 16%;
  height: 35px;
  width: 35px;
  background: #FFF;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 28px;
  fill: #000;
  border-radius: 50%;
  padding-left: 5px;
  border: 3px solid #fff;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}

.feature-news-ul li a:hover .feature-news-ul-left svg {
  fill: #ff0000;
}

.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: 20px;
  line-height: 24px;
  color: #fff;
}

.feature-lead-news-text h2 span {
  font-size: 20px;
  margin-right: 2px;
  color: #e10612;
}

.feature-lead-news-text h2 span svg {
  margin-left: 6px;
  fill: #999;
  margin-right: 6px;
  background: #999;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.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: -4px;
}

.feature-news-ul li:first-child a {
  border-top: 1px dotted #767272;
}

.feature-news-ul-left {
  position: relative;
  float: left;
  width: 36%;
  padding-right: 3%;
  overflow: hidden;
}

.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 h3 {
  color: #000;
  margin: 0;
  font-size: 18px;
  line-height: 22px;
}

.feature-news-ul-right h3 span {
  font-size: 18px;
  margin-right: 2px;
  color: #e10612;
}

.feature-news-ul-right h3 span svg {
  margin-left: 6px;
  fill: #999;
  margin-right: 6px;
  background: #999;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.health-ul li:first-child a {
  border-top: none;
}

.feature-news-ul li:last-child a {
  border-bottom: 0;
}

.small-feature-news-ul .feature-news-ul-left {
  width: 40%;
}

.small-feature-news-ul .feature-news-ul-right {
  width: 60%;
}

.lifestyle-top-wrapper {
  padding-bottom: 30px;
}

.small-feature-news-ul .feature-news-ul-left img {
  width: 100%;
  min-height: 70px;
  max-height: 70px;
  overflow: hidden;
}

.health-ul .feature-news-ul-left img {
  min-height: 63px;
  max-height: 63px;
  overflow: hidden;
}

.health-ul .feature-news-ul-right {
  min-height: 63px;
  max-height: 63px;
  overflow: hidden;
}

.small-feature-news-ul .feature-news-ul-right {
  min-height: 63px;
  max-height: 63px;
}



/*========================================== NEW NATION SECTION WRAPPER STYLE =================================================*/
.lead-news-bn {
  position: relative;
  margin-bottom: 24px;
  display: inline-block;
}

.lead-news-bn-text {
  width: 40%;
  float: right;
  background: #eff3f4;
  padding: 6px 10px 6px 10px;
  min-height: 293px;
  max-height: 293px;
  overflow: hidden;
}

.lead-news-bn-img {
  width: 60%;
  float: left;
  position: relative;
  overflow: hidden;
}

.lead-news-bn-img img {
  width: 100%;
  min-height: 293px;
  max-height: 293px;
  overflow: hidden;
}

.lead-news-bn-text span {
  color: red;
  font-size: 14px;
  line-height: 14px;
}

.lead-news-bn-text h2 {
  font-size: 25px;
  line-height: 30px;
  color: #000;
  margin-bottom: 5px;
}

.lead-news-bn-text p {
  color: #000;
  font-size: 16px;
  text-align: justify;
}

.lead-news-bn-other {
  margin-bottom: 24px;
}

.lead-news-bn-other-img {
  position: relative;
  overflow: hidden;
}

.lead-news-bn-other-img svg {
  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;
  fill: #fff;
  border-radius: 50%;
  padding-left: 3px;
  border: 3px solid #fff;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}

.lead-news-bn-other a:hover .lead-news-bn-other-img svg {
  background: #fff;
  fill: red;
}

.lead-news-bn a:hover .lead-news-bn-img svg {
  background: #fff;
  fill: red;
}

.lead-news-bn-other-text {
  background: #eff3f4;
  min-height: 102px;
  max-height: 102px;
  display: inline-block;
  overflow: hidden;
  padding: 5px 7px;
}

.lead-news-bn-other-text span {
  color: red;
  font-size: 14px;
  line-height: 14px;
}

.lead-news-bn-other-text h2 {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin: 0;
}

.new-national-category-ul li {
  border-bottom: none;
  padding-bottom: 0;
  margin-top: 3px;
  margin-bottom: 10px;
}

.lead-news-bn-img svg {
  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;
  fill: #fff;
  border-radius: 50%;
  font-size: 20px;
  padding-left: 4px;
  border: 4px solid #fff;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}

.new-national-category-lead-image img {
  min-height: 207px !important;
  max-height: 207px !important;
  overflow: hidden;
  width: 100%;
}

.special-title-heading {
  background: #fff;
}

.special-title-heading .title {
  position: relative;
  overflow: hidden;
  margin: 0 0 15px 0;
  font-size: 24px;
  border-left: 5px solid #282828;
  padding-left: 10px;
}

.special-title-heading .title {
  border-bottom: 1px solid #282828;
  border-right: 5px solid #282828;
  text-align: center;
}

.special-title-heading .title a {
  font-size: 22px;
  color: #000;
  line-height: 38px;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.new-binodon-single-wrapper-text-2 {
  min-height: 94px;
  max-height: 94px;
  padding: 3px 5px;
}

.new-binodon-single-wrapper-text {
  min-height: 88px;
  max-height: 88px;
  padding: 3px 5px;
}

.new-national-ads {
  margin-top: 30px;
}

.new-national-ads .img-1 {
  margin-bottom: 24px;
}

.latest-news-left h2 {
  font-size: 35px;
  line-height: 35px;
  margin: 0;
  color: #607D8B;
}

/*========================================== VERSION Two STYLE for binodon =================================================*/
.new-binodon-section {
  padding: 40px 0 10px 0;
}

.side-banner-1 {
  margin-bottom: 24px;
  margin-top: 15px;
}

.new-binodon-single-wrapper {
  position: relative;
  margin-bottom: 24px;
}

.new-binodon-single-wrapper-img {
  position: relative;
}

.new-binodon-single-wrapper-img svg {
  position: absolute;
  top: 20%;
  left: 12%;
  height: 35px;
  width: 35px;
  background: #FFF;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 28px;
  fill: #000;
  border-radius: 50%;
  padding-left: 3px;
  border: 3px solid #fff;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}

.new-binodon-single-wrapper-img img {
  width: 100%;
  border-radius: 0;
}

.new-binodon-single-wrapper-text h3 {
  color: #000;
  font-weight: 600;
  font-size: 21px;
  line-height: 26px;
  margin: 0;
}

.new-binodon-single-wrapper-text h4 {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}

.new-binodon-single-wrapper-text {
  position: relative;
  background: #eff3f4;
  color: #000;
  width: 100%;
  margin: 0;
  min-height: 84px;
  max-height: 84px;
  overflow: hidden;
  padding: 5px 8px;
  box-shadow: 0 5px 5px -5px #000;
}

.new-binodon-left-wrapper {
  width: 74.6%;
  float: left;
  padding: 0;
}

.new-binodon-right-wrapper {
  width: 25.4%;
  float: left;
  padding: 0;
}

.new-binodon-single-wrapper-text h3 span {
  font-size: 15px;
  margin-right: 2px;
  color: #e10612;
}

.new-binodon-single-wrapper-text h3 span svg {
  margin-left: 6px;
  fill: #999;
  margin-right: 6px;
  background: #999;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.new-binodon-single-wrapper-text h4 span {
  font-size: 15px;
  margin-right: 2px;
  color: #e10612;
}

.new-binodon-single-wrapper-text h4 span svg {
  margin-left: 6px;
  fill: #999;
  margin-right: 6px;
  background: #999;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.new-binodon-single-wrapper:hover {
  opacity: 0.9;
}

.new-binodon-single-wrapper:hover h4 {
  color: #0d6efd;
}

.new-binodon-single-wrapper:hover h3 {
  color: #0d6efd;
}

.new-binodon-single-wrapper a:hover .new-binodon-single-wrapper-img svg {
  fill: red;
}

.new-binodon-right-wrapper-ads img {
  width: 100%;
  margin-top: 45px;
}

.new-binodon-single-wrapper-text-small {
  min-height: 76px;
  max-height: 76px;
  padding: 3px 5px;
}

.feature-news-section-one {}

.footer-socail-icon-wrapper ul li a {
  background: #fff;
}

/*========================================== MOBILE VERSION STYLE =================================================*/
@media only screen and (max-width:767px) {
  .new-national-ads {
    margin-top: 15px;
  }

  .new-national-ads .img-1,
  .new-national-ads .img-2 {
    text-align: center;
  }

  .bangla-section-wrapper,
  .new-national-left,
  .new-national-right {
    width: 100%;
  }

  .top-bar-date {
    font-size: 15px;
  }

  .custom-container {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 100%
  }

  .custom-row {
    margin-right: -5px;
    margin-left: -5px
  }

  .custom-padding {
    padding-left: 7px;
    padding-right: 7px
  }

  .middle-header {
    display: none;
  }

  .top-nav-container {
    border: none !important;
  }

  #nav {
    box-shadow: 0 3px 7px 1px rgba(144, 161, 180, .2);
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
  }

  #nav.sticky .top-nav-container {
    border: none !important;
  }

  .top-nav-main .navbar-brand {
    display: block;
    padding: 0;
  }

  .right-menu-link {
    display: block !important;
  }

  .mobile-side-logo-wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .mobile-side-logo img {
    height: 55px;
  }

  .mobile-nav-ul-body {
    padding-top: 0;
  }

  .navbar-nav-mobile-sub-body {
    padding: 0;
  }

  .mobile-menu-sub-text:focus {
    border: 0;
    box-shadow: none;
  }

  .mobile-menu-social {
    text-align: center;
    padding-top: 20px;
  }

  .mobile-menu-social .top_socail_icon_area {
    float: unset;
    width: 100%;
    margin: 0;
  }

  .mobile-nav-ul {
    margin-bottom: 0 !important;
    padding-left: 0 !important;
  }

  .mobile-nav-ul li a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
  }

  .navbar-nav-mobile-sub {}

  .mobile-menu-sub-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
    color: #000;
  }

  .navbar-nav-mobile-sub li a {
    font-size: 16px;
  }

  #back_to_top {
    right: 15px;
  }

  .latest-news-left img {
    min-height: unset;
    max-height: unset;
  }

  .latest-news-left svg {
    background: #fff;
    fill: red;
    padding-left: 4px;
  }

  .m-t-30 {
    margin-top: 30px;
  }

  .m-t-25 {
    margin-top: 25px;
  }

  .footer-bottom {
    text-align: center;
    padding-top: 10px;
  }

  .footer-social-icons {
    float: unset;
    margin-top: 15px;
  }

  .footer-col-1 {
    padding-top: 15px;
  }

  .footer-menu {
    padding-bottom: 0;
  }

  .credit-text {
    margin-top: 0;
    text-align: center;
  }

  .copy-right-text {
    margin-bottom: 5px;
  }

  .top-news-left,
  .top-news-right,
  .country-news-wrapper-left,
  .country-news-wrapper-right,
  .bangladesh-section-left,
  .bangladesh-section-right {
    width: 100%;
  }

  .trending-list {
    overflow: auto;
    white-space: nowrap;
  }

  .trending-wrapper {
    padding: 20px 0 2px;
    background: #f9f9f9;
  }

  .lead-news-text h1 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 0;
    color: #000;
  }

  .lead-news-text span {
    color: red;
  }

  .sub-lead-image {
    display: block;
    position: relative;
  }

  .sub-lead-text,
  .sub-lead-2-text {
    min-height: 92px;
    max-height: 92px;
    padding-top: 3px;
  }

  .sub-lead-text h2,
  .sub-lead-2-text h2,
  .sub-lead-2-text h3 {
    font-size: 18px;
    line-height: 23px;
    margin: 0;
  }

  .bt,
  .br {
    border: 0;
  }

  .sub-lead-top-right {
    padding-top: 0;
  }

  .lead-news-text {
    position: relative;
    width: 100%;
    background: transparent;
    color: #000;
    bottom: 0;
    padding: 2px 5px 0;
  }

  .sub-lead-text p {
    display: none;
  }

  .lead-news {
    margin-bottom: 15px;
  }

  .sub-lead-wrapper {
    border: 0;
    margin-bottom: 6px !important;
    padding-bottom: 0 !important;
  }

  .sub-lead-2 {
    padding-top: 0;
    padding-bottom: 5px;
  }

  .lead-news {
    margin-bottom: 16px;
  }

  .other-lead-news-row {
    margin-top: 10px;
  }

  .top-news-right {
    margin-top: 15px;
  }

  .banner-top-right {
    text-align: center;
  }

  .lead-news-img svg,
  .country-news-lead-image svg,
  .entertainment-lead-image svg,
  .category-lead-img svg,
  .bangladesh-lead-news-image svg,
  .sports-lead-news-image svg {
    height: 50px;
    width: 50px;
    background: #fff;
    fill: red;
    padding-left: 6px;
    border: 3px solid #fff;
  }

  .sub-lead-2-img svg,
  .sub-lead-image svg,
  .country-lead-news-small-image svg,
  .entertainment-news-image svg,
  .category-list-img svg,
  .bangladesh-news-ul-left svg,
  .sports-news-ul-left svg {
    height: 35px;
    width: 35px;
    background: #fff;
    fill: red;
    padding-left: 5px;
    border: 2px solid #fff;
  }

  .country-new-ul-left svg {
    background: #fff;
    fill: red;
    padding-left: 4px;
  }

  .trending-area {
    margin-bottom: 10px;
  }

  .video-lead-text {
    display: none;
  }

  .video-lead-text {
    width: 100%;
    min-height: unset;
    max-height: unset;
    padding: 2px 2px 2px 4px;
  }

  .video-lead-text-mobile {
    display: block;
  }

  .video-lead-text h2 {
    font-size: 20px;
    line-height: 26px;
  }

  .video-lead-img {
    width: 100%;
  }

  .video-lead {
    margin-bottom: 12px;
    display: inline-block;
  }

  .video-lead-img svg {
    bottom: 0;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 50px;
  }

  .video-lead-img img {
    min-height: unset;
    max-height: unset;
  }

  .video-news {
    width: 100%;
    margin-bottom: 5px;
    display: inline-block;
    background: #282828;
  }

  .video-news-text h3 {
    line-height: 21px;
    font-size: 18px;
  }

  .video-news-img svg {
    bottom: 0;
    top: 50%;
    left: 47%;
    padding: 2px 2px 2px 6px;
    height: 35px;
    width: 35px;
  }

  .video-news {
    margin-bottom: 15px;
  }

  .entertainment-lead-image img,
  .entertainment-news-image img,
  .entertainment-other-news-image img {
    min-height: unset;
    max-height: unset;
  }

  .entertainment-other-news {
    background-color: transparent;
    padding: 0;
  }

  .entertainment-other-news-text {
    position: relative;
    background: #333;
    padding: 2px 5px;
    min-height: 90px;
    max-height: 90px;
    overflow: hidden;
  }

  .entertainment-other-news-text h3 {
    font-size: 17px;
    line-height: 21px;
  }

  .entertainment-lead-news {
    background-color: transparent;
    padding: 0;
    margin-bottom: 15px;
  }

  .entertainment-lead-text {
    position: relative;
    background: #333;
    padding: 3px 5px;
    min-height: unset;
    max-height: unset;
    overflow: hidden;
  }

  .entertainment-lead-text h2 {
    font-size: 22px;
    line-height: 26px;
  }

  .big-banner-6 {
    display: none;
  }

  .bangladesh-lead-news-image img {
    min-height: unset;
    max-height: unset;
  }

  .bangladesh-lead-news-text h2 {
    font-size: 22px;
    line-height: 26px;
  }

  .bangladesh-lead-news {
    margin-bottom: 15px;
  }

  #carouselExampleIndicators {
    margin-bottom: 15px;
  }

  .photo-gallery-single {
    margin-bottom: 15px;
  }

  .sports-section-left,
  .sports-section-middle,
  .sports-section-right {
    width: 100%;
  }

  .sports-lead-news {
    margin-bottom: 15px;
  }

  .sports-lead-news-text h2 {
    font-size: 22px;
    line-height: 26px;
  }

  .sports-lead-news-text {
    min-height: unset;
    max-height: unset;
  }

  .photo-gallery-single-text h3 {
    font-size: 16px;
    line-height: 20px;
  }

  .photo-gallery-single-text {
    min-height: 63px;
    max-height: 63px;
  }

  .country-lead-news-small-text {
    padding: 3px 5px;
    min-height: 90px;
    max-height: 90px;
  }

  .country-lead-news-small-text h3,
  .country-new-ul-right h3 {
    font-size: 17px;
    line-height: 21px;
  }

  .country-new-ul-left img {
    min-height: unset;
    max-height: unset;
  }

  .sports-news-ul li a {
    padding: 0;
  }

  .sports-news-ul-left {
    width: 40%;
  }

  .sports-news-ul-right {
    width: 60%;
    min-height: unset;
    max-height: unset;
    padding-top: 3px;
  }

  .top-news-left {
    width: 100%;
  }

  .top-news-right {
    width: 100%;
  }

  .lead-news-img svg {
    top: 18%;
    left: 10%;
  }

  .sub-lead-top-right {
    padding-top: 0;
  }

  .sub-lead-2-img svg,
  .sub-lead-image svg {
    top: 28%;
    left: 16%;
    height: 36px;
    width: 36px;
  }

  .banner-top-right {
    margin-bottom: 40px;
    text-align: center;
    padding-top: 0px;
  }

  .new-international-left {
    width: 100%;
  }

  .new-international-right {
    width: 100%;
  }

  .right-menu-link {
    display: block !important;
  }

  .entertainment-lead-text p {
    display: none;
  }

  .lifestyle-item-img svg {
    top: 27%;
    left: 18%;
    height: 40px;
    width: 40px;
  }

  .lifestyle-item {
    margin-bottom: 25px;
  }

  .new-photo-left-wrapper {
    width: 100%;
  }

  .new-photo-right-wrapper {
    width: 100%;
  }

  .copyright {
    text-align: center;
  }

  .video-lead-text {
    display: none;
  }

  .video-lead-img {
    width: 100%;
  }

  .video-lead-text-mobile {
    display: block;
    width: 100%;
    min-height: 75px;
    max-height: 75px;
  }

  .video-news-text-2 {
    min-height: 75px;
    max-height: 75px;
  }

  .video-news-img svg {
    top: 26%;
    left: 15%;
  }

  .video-lead-img img {
    min-height: unset;
    max-height: unset;
  }

  .new-photo-gallery .flex-direction-nav a {
    top: 36%;
    background: #fff;
    border-radius: 2px;
    padding-left: 7px;
  }

  a.new-gallery-box h4 {
    font-size: 24px;
    line-height: 24px;
    position: unset;
    display: block;
    width: 97%;
    text-align: center;
    color: #fff;
    background: #222222;
    margin-left: 5px;
    padding: 6px 10px;
    max-height: 56px;
    min-height: 56px;
  }

  #new-photo-gallery-sliders ol.flex-control-nav.flex-control-thumbs img {
    width: 65px;
  }

  #new-photo-gallery-sliders .flex-control-thumbs li {
    width: unset;
  }

  #new-photo-gallery-sliders ol.flex-control-nav.flex-control-thumbs {
    padding: 20px 0px 10px;
  }

  .top-middle-logo {
    display: none;
  }

  .top-bar-date-wrapper {
    height: 25px;
    display: block;
    text-align: center;
  }

  .top-bar-social {
    display: none;
  }

  .top-nav-main .navbar-brand {
    display: block;
    padding: 8px 0px;
  }

  .navbar-brand img {
    height: 50px;
  }

  .mobile-menu-social {
    text-align: center;
  }

  .mobile-menu-social .social-media-2 {
    display: block;
  }

  .footer-menu-footer-wrapper {
    text-align: center;
  }

  .entertainment-other-news-text {
    overflow: hidden;
  }

  .lead-news-text p {
    display: none;
  }

  .lead-news-text {
    min-height: unset;
    max-height: unset;
    background: #fff;
  }

  .country-new-ul {
    margin-bottom: 35px;
  }

  .video-news-img {
    float: left;
    width: 40%;
  }

  .video-news-img img {
    min-height: 87px;
    max-height: 87px;
    overflow: hidden;
  }

  .video-news-text {
    padding: 5px 7px;
    background: #fff;
    min-height: 87px;
    max-height: 87px;
    overflow: hidden;
    padding-top: 0;
    width: 60%;
  }

  #nav.sticky {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .new-national {
    margin-top: 0px;
  }

  .new-international {
    padding-top: 40px;
  }

  .lifestyle-item-text {
    margin: -10px auto auto;
    min-height: 102px;
    max-height: 102px;
  }

  .other-section {
    padding-bottom: 0px;
  }

  .m-t-25 {
    margin-top: 0;
  }

  .new-right-full-wrapper {
    border-left: none;
    max-height: 554px;
  }

  .category-top-wrapper-img img {
    height: 100%;
  }

  .category-sub-article {
    transform: translateY(0px);
    padding: 0px;
  }

  .category-top-wrapper::before {
    background: none;
  }

  .category-top-wrapper-text::before {
    display: none;
  }

  .category-top-wrapper-text {
    position: unset;
    padding-left: 10px;
  }

  .category-top-wrapper-text h1 {
    color: #000;
    font-size: 24px;
  }

  .category-top-wrapper-text h1 span {
    font-size: 22px;
  }

  .category-top-wrapper-text {
    position: unset;
    padding-left: 10px;
    padding-top: 5px;
  }

  .category-top-wrapper {
    margin-bottom: 30px;
  }

  .category-news-img svg {
    top: 26%;
    left: 17%;
    height: 40px;
    width: 40px;
  }

  .category-sub-article-box {
    margin-bottom: 20px;
  }

  .category-sub-article-img img {
    float: left;
    width: 40%;
    min-height: 87px;
    max-height: 87px;
    overflow: hidden;
  }

  .category-sub-article-box h4 {
    padding: 5px 7px;
    background: #fff;
    min-height: 87px;
    max-height: 87px;
    overflow: hidden;
    padding-top: 2px;
    width: 60%;
    line-height: 21px;
    -webkit-line-clamp: 4;
  }

  .category-news-text {
    min-height: 93px;
    max-height: 93px;
    padding: 3px 5px;
  }

  .category-news-text h2 {
    font-size: 18px;
    -webkit-line-clamp: 4;
    line-height: 22px;
    min-height: 93px;
    max-height: 93px;
  }

  .category-sub-article {
    margin-bottom: 40px;
  }

  .category-sub-article-img svg {
    top: 8%;
    left: 8%;
    height: 38px;
    width: 38px;
  }

  .category-sub-article a:hover .category-sub-article-img svg {
    background: #fff;
    fill: red;
  }

  .details-page-top-text h1 {
    font-size: 34px;
    margin-bottom: 10px;
  }

  .small-right {
    width: 100%;
    text-align: start;
  }

  .small-left {
    width: 100%;
    float: left;
  }

  .details-main-left-side-tag {
    text-align: left;
  }

  .top-bar-date svg {
    width: 14px;
    height: 14px;
  }

  .common-heading-text .read-more-left a {
    font-size: 20px;
    line-height: 35px;
  }

  .read-more-right {
    display: none;
  }

  span.menu-link-border-middle {
    left: 156px;
    top: 20px;
  }

  .footer-menu-footer {
    margin-bottom: 25px;
  }

  .new-binodon-single-wrapper-img svg {
    top: 27%;
    left: 15%;
  }

  .international-single-image svg {
    top: 27%;
    left: 18%;
  }

  .country-news-lead-image {
    width: 100%;
  }

  .country-news-lead-text {
    width: 100%;
    min-height: unset;
    max-height: unset;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
  }

  .country-news-lead-text p {
    display: none;
  }

  .new-binodon-single-wrapper-text h3 {
    font-size: 22px;
    line-height: 26px;
  }

  .new-binodon-single-wrapper-text-mobile h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .new-binodon-single-wrapper-text-mobile {
    min-height: 94px;
    max-height: 94px;
    padding: 3px 5px;
  }

  .country-news-lead-text h2 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 0;
  }

  .top-header {
    padding: 0;
    display: none;
  }

  #nav.sticky.top-nav-main .navbar-brand img {
    height: 45px;
  }

  .top-news-left-lead-wrapper-right {
    width: 100%;
  }

  .top-news-left-lead-wrapper-left {
    width: 100%;
  }

  .lead-news-img img {
    min-height: unset;
    max-height: unset;
  }

  .sub-lead-2-img img {
    min-height: unset;
    max-height: unset;
  }

  .entertament-middle {
    width: 100%;
    border-right: none;
    border-left: none;
  }

  .entertament-left {
    width: 100%;
  }

  .entertament-right {
    width: 100%;
  }

  .entertament-lead-news-text p {
    display: none;
  }

  .entertament-lead-news-text {
    min-height: 72px;
    max-height: 72px;
  }

  .sports-news-section-left {
    width: 100%;
  }

  .sports-news-section-right {
    width: 100%;
  }

  .e-paper-div {
    margin-top: 10px;
  }

  .feature-news-ul {
    margin-bottom: 25px;
  }

  .feature-news-section {
    padding-bottom: 15px;
  }

  ul.entertament-news-ul {
    margin-top: 20px;
  }

  .form-control {
    margin-bottom: 10px;
  }

  .map-form {
    padding-bottom: 10px;
  }

  .sports-news-image img {
    min-height: 100%;
    max-height: 100%;
  }

  .sports-news {
    margin-bottom: 20px;
  }

  .technology-item-img svg {
    position: absolute;
    top: 24%;
    left: 14%;
    height: 38px;
    width: 38px;
  }

  .small-feature-news-ul .feature-news-ul-left img {
    min-height: 100%;
    max-height: 100%;
  }

  .photo-gallery-slider {
    margin-bottom: 15px;
  }

  .new-video-small-text {
    min-height: 90px;
    max-height: 90px;
  }

  .new-video-extra-small-text {
    min-height: 90px;
    max-height: 90px;
  }

  .new-video-extra-small-text h3 {
    font-size: 17px;
    line-height: 21px;
  }

  .new-video-small-image svg {
    top: 26%;
    left: 14%;
    height: 38px;
    width: 38px;
  }

  .new-video-extra-small-image svg {
    top: 26%;
    left: 14%;
    height: 38px;
    width: 38px;
  }

  .new-national-single-wrapper-text-two h4 {
    font-size: 17px;
    line-height: 21px;
  }

  .new-national-single-wrapper-text-two {
    min-height: 88px;
    max-height: 88px;
  }

  .e-paper-div-image img {
    min-height: unset;
  }

  .new-binodon-single-wrapper-text-two {
    min-height: 88px;
    max-height: 88px;
  }

  .new-binodon-single-wrapper-text-two h3 {
    font-size: 17px;
    line-height: 21px;
  }

  .new-binodon-single-wrapper-text-two-responsive {
    min-height: 75px;
    max-height: 75px;
  }

  .new-binodon-single-wrapper-text-two-responsive h3 {
    font-size: 22px;
    line-height: 26px;
  }

  .new-binodon-single-wrapper-text-two-responsive h3 span {
    font-size: 20px;
    margin-right: 2px;
    color: #e10612;
  }

  .feature-lead-news-text {
    position: relative;
    min-height: 75px;
    max-height: 75px;
    background: #fff;
    color: #000;
    padding: 8px 10px 5px;
  }

  .feature-lead-news-text h2 {
    color: #000;
  }

  .feature-news-ul-right h3 {
    line-height: 24px;
  }

  .sports-news-text {
    position: relative;
    min-height: 75px;
    max-height: 75px;
    background: #eff3f4;
    padding: 6px 10px 5px;
  }

  .sports-news-text h2 {
    font-size: 22px;
    line-height: 24px;
    color: #000;
  }

  .new-sports-text h3 {
    font-size: 17px;
    line-height: 21px;
  }

  .technology-item-text {
    min-height: 100px;
    max-height: 100px;
    padding: 2px 7px;
  }

  .small-feature-news-ul .feature-news-ul-right {
    min-height: 72px;
    max-height: 72px;
  }

  .new-sports-img svg {
    top: 25%;
    left: 14%;
    height: 40px;
    width: 40px;
  }

  .new-video-small-text h3 {
    font-size: 17px;
    line-height: 21px;
  }

  .new-video-small-extra .new-video-small-image svg {
    top: 16%;
    left: 9%;
    height: 45px;
    width: 45px;
  }

  .new-video-small-extra .new-video-small-text h3 {
    font-size: 22px;
    line-height: 24px;
  }

  .new-video-small-extra .new-video-small-text {
    min-height: 75px;
    max-height: 75px;
  }

  .sports-second-small-right h4 {
    line-height: 26px;
  }

  .big-banner-1 {
    display: none;
  }

  .lead-tab-wrapper .side-tab-main .nav-item .nav-link {
    padding: 7px 59px;
  }

  .new-binodon-single-wrapper-img-two svg {
    top: 26%;
    left: 14%;
  }

  .e-paper-div-image-ads {
    text-align: center;
  }
}

/*================ Header Social Media ============================= */
.breaking-new-bg {
  background: black;
}

.breaking-new-bg .news-ticker-two .trending-list li a {
  background: none;
  color: #fff;
}

.social-hover {
  margin-left: auto;
  width: fit-content;
  width: 135px;
  position: relative;
}

.social-hover:before {
  content: "";
  position: absolute;
  top: 15px;
  right: 60px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 17px solid transparent;
  border-bottom: 17px solid #fff;
  z-index: 99999;
  opacity: 0;
  transition: opacity .3s ease-in;
}

.social-hover .sabtn {
  border: 0;
  padding: 0 5px;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  background: transparent;
}

.social-hover .sabtn svg {
  display: inline-block;
}

.social-hover .box-container {
  width: 610px;
  float: right;
}

.samajikota-box {
  top: 11px;
  border-radius: 5px;
}

.samajikota-box {
  width: 100%;
  transition: all 0.5s ease;
  padding: 0 20px;
  background: #fff;
  position: absolute;
  display: block;
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  z-index: 9999;
  height: 0px;
  overflow: hidden;
  top: 11px;
  border-radius: 5px;
}

.samajikota-box::before {
  content: "";
  position: absolute;
  top: -29px;
  right: 41px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 17px solid transparent;
  border-bottom: 17px solid #fff;
}

.head-title {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 5px;
  text-align: left;
  margin-bottom: 0;
}

.box-container a {
  color: #000;
  text-decoration: none;
}

.single-icon {
  display: flex;
  align-items: center;
  height: 20px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.single-icon svg {
  width: 17px;
}

.single-icon p {
  margin-left: 4px;
  font-weight: 700;
  font-size: 14px;
  text-transform: capitalize;
  margin-right: 2px;
  text-align: left;
  margin-bottom: 0;
  margin-top: 4px;
}

.social-hover:hover .samajikota-box {
  padding: 20px;
  height: 490px;
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}

.social-hover:hover .samajikota-box {
  padding-top: 12px;
}

.social-hover:hover:before {
  opacity: 1;
}

/*--========== Breaking News ==============*/
.breaking-news-container {
  background: red;
  border-radius: 12px;
  padding: 12px;
  max-width: 43%;
  margin: 15px auto;
  position: relative;
  z-index: 1;
}

.headline {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1em;
  justify-items: center;
}

.glow-dot {
  display: inline-block;
  background: #fff;
  height: 6px;
  width: 6px;
  margin-bottom: 3px;
  position: relative;
  border-radius: 50%;
}

.breaking-news-container::before,
.breaking-news-container::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: inherit;
  top: 0;
  left: 0;
  z-index: -1;
  background: red;
  border-radius: inherit;
  animation: pulsing 2.5s linear infinite;
}

.breaking-news-container::after {
  animation: pulsing1 2.5s linear infinite;
}

  @keyframes pulsing {
  0% {
    opacity: 1;
    transform: scaleY(1) scaleX(1);
  }
  20% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.2;
    transform: scaleY(1.8) scaleX(1.4);
  }
  80% {
    opacity: 0;
    transform: scaleY(1.8) scaleX(1.4);
  }
  90% {
    opacity: 0;
    transform: scaleY(1) scaleX(1);
  }
}
@keyframes pulsing1 {
  0% {
    opacity: 1;
    transform: scaleY(1) scaleX(1);
  }
  20% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.2;
    transform: scaleY(1.3) scaleX(1.15);
  }
  80% {
    opacity: 0;
    transform: scaleY(1.3) scaleX(1.15);
  }
  90% {
    opacity: 0;
    transform: scaleY(1) scaleX(1);
  }
}