@font-face {
  font-family: "Readex Pro";
  src: url("/Mdn2023/fonts/ReadexPro-SemiBold.eot");
  src: url("/Mdn2023/fonts/ReadexPro-SemiBold.eot?#iefix")
      format("embedded-opentype"),
    url("/Mdn2023/fonts/ReadexPro-SemiBold.woff2") format("woff2"),
    url("/Mdn2023/fonts/ReadexPro-SemiBold.woff") format("woff"),
    url("/Mdn2023/fonts/ReadexPro-SemiBold.ttf") format("truetype"),
    url("/Mdn2023/fonts/ReadexPro-SemiBold.svg#ReadexPro-SemiBold")
      format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Readex Pro";
  src: url("/Mdn2023/fonts/ReadexPro-Medium.eot");
  src: url("/Mdn2023/fonts/ReadexPro-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("/Mdn2023/fonts/ReadexPro-Medium.woff2") format("woff2"),
    url("/Mdn2023/fonts/ReadexPro-Medium.woff") format("woff"),
    url("/Mdn2023/fonts/ReadexPro-Medium.ttf") format("truetype"),
    url("/Mdn2023/fonts/ReadexPro-Medium.svg#ReadexPro-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Readex Pro";
  src: url("/Mdn2023/fonts/ReadexPro-Light.eot");
  src: url("/Mdn2023/fonts/ReadexPro-Light.eot?#iefix")
      format("embedded-opentype"),
    url("/Mdn2023/fonts/ReadexPro-Light.woff2") format("woff2"),
    url("/Mdn2023/fonts/ReadexPro-Light.woff") format("woff"),
    url("/Mdn2023/fonts/ReadexPro-Light.ttf") format("truetype"),
    url("/Mdn2023/fonts/ReadexPro-Light.svg#ReadexPro-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Readex Pro";
  src: url("/Mdn2023/fonts/ReadexPro-ExtraLight.eot");
  src: url("/Mdn2023/fonts/ReadexPro-ExtraLight.eot?#iefix")
      format("embedded-opentype"),
    url("/Mdn2023/fonts/ReadexPro-ExtraLight.woff2") format("woff2"),
    url("/Mdn2023/fonts/ReadexPro-ExtraLight.woff") format("woff"),
    url("/Mdn2023/fonts/ReadexPro-ExtraLight.ttf") format("truetype"),
    url("/Mdn2023/fonts/ReadexPro-ExtraLight.svg#ReadexPro-ExtraLight")
      format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Readex Pro";
  src: url("/Mdn2023/fonts/ReadexPro-Regular.eot");
  src: url("/Mdn2023/fonts/ReadexPro-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("/Mdn2023/fonts/ReadexPro-Regular.woff2") format("woff2"),
    url("/Mdn2023/fonts/ReadexPro-Regular.woff") format("woff"),
    url("/Mdn2023/fonts/ReadexPro-Regular.ttf") format("truetype"),
    url("/Mdn2023/fonts/ReadexPro-Regular.svg#ReadexPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Readex Pro";
  src: url("/Mdn2023/fonts/ReadexPro-Bold.eot");
  src: url("/Mdn2023/fonts/ReadexPro-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("/Mdn2023/fonts/ReadexPro-Bold.woff2") format("woff2"),
    url("/Mdn2023/fonts/ReadexPro-Bold.woff") format("woff"),
    url("/Mdn2023/fonts/ReadexPro-Bold.ttf") format("truetype"),
    url("/Mdn2023/fonts/ReadexPro-Bold.svg#ReadexPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.col.rt {
  width: 100%;
  max-width: 37%;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 30px;
  justify-content: space-between;
}

.col.lft {
  width: 100%;
  max-width: 63%;
  z-index: 3;
  position: relative;
  display: inline-flex;
}

input[type="file"]::-webkit-file-upload-button {
  cursor: pointer;
}

input[type="file"]::-moz-file-upload-button {
  cursor: pointer;
}

input[type="file"]::-ms-file-upload-button {
  cursor: pointer;
}

input[type="file"]::-o-file-upload-button {
  cursor: pointer;
}

p {
  line-height: 1.8 !important;
}

input[type="file"] {
  cursor: pointer;
}

html body {
  font-family: "Readex Pro";
  margin: 0;
  padding-top: 70px;
  background-color: #f3f3f3;
}

*::-moz-selection {
  color: var(--black);
  background: var(--white);
}

*::-webkit-selection {
  color: var(--black);
  background: var(--white);
}

*::-webkit-input-placeholder {
  color: var(--lightgray);
  opacity: 1;
  font-family: "Readex Pro";
  font-weight: 500;
}

*:-moz-placeholder {
  color: var(--lightgray);
  opacity: 1;
  font-family: "Readex Pro";
  font-weight: 500;
}

*::-moz-placeholder {
  color: var(--lightgray);
  opacity: 1;
  font-family: "Readex Pro";
  font-weight: 500;
}

*:-ms-input-placeholder {
  color: var(--lightgray);
  opacity: 1;
  font-family: "Readex Pro";
  font-weight: 500;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

header a,
header a:active {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

a,
span,
div a:hover,
div a:active,
button {
  text-decoration: none;
}

*::after,
*::before,
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

figure {
  margin: 0;
  line-height: 0;
}

ul,
ul li,
ol,
li {
  font-family: "Readex Pro";
  color: var(--black);
}

body a {
  outline: none;
  color: var(--text-color);
  display: block;
  font-weight: 200;
  font-size: 17px;
}

.active a {
  color: var(--link_hover);
}

body a:hover {
  color: var(--link_hover);
}

body .clearfix,
body .clear {
  clear: both;
  line-height: 100%;
}

body .clearfix {
  height: auto;
}

* {
  outline: none !important;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.flex-widgets .ad {
  width: 63%;
}

.numbered-swiper-section .weather_info,
.numbered-swiper-section .coverage-widget {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35%;
  margin-right: 15px;
}

.numbered-swiper-section .weather_info {
  min-height: 113.6px;
}

.weather_info {
  padding: 8px 10px;
}

.weather_box .day small {
  font-weight: 300;
  color: #929292;
  font-size: 10px;
  letter-spacing: 0.13px;
  line-height: 193%;
}

.weather_temp small {
  position: absolute;
  right: 8px;
  top: 30%;
  font-size: 13px;
  color: var(--white);
  line-height: 100%;
  font-weight: 700;
}

.weather_temp.night_temp small {
  font-size: 10px;
  font-weight: 300;
  right: 9px;
  top: 50%;
}

.weather_temp p {
  position: relative;
  font-size: 17px;
  color: var(--d-white);
  line-height: 100%;
  letter-spacing: 0.23px;
  margin-bottom: 0;
  font-weight: 500;
}

.weather_temp p::before {
  content: "o";
  position: absolute;
  top: 5px;
  right: -10px;
  width: 12px;
  height: 12px;
  font-size: 10px;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}

.weather_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.weather_btm {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 5px;
  position: relative;
}

.weather_top h3 {
  margin-bottom: 0;
  color: var(--d-white);
  font-weight: 700;
}

.search_wrap {
  position: relative;
}

.weather_top .search-result-sec {
  top: 0;
  width: 9.435vw;
  padding: 0;
  background: var(--border);
  border: 0;
}

.weather_top .search-click.menu_link {
  padding: 0;
  background: transparent;
}

.search_wrap .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.weather_box.weather-1 {
  padding: 0;
}

.weather_box {
  display: flex;
  position: relative;
  flex: 1;
  min-height: 55px;
  padding-right: 5px;
}

.weather_box .icon.wather_icon {
  width: 45px;
  height: 45px;
  margin-top: auto;
}

.weather_box .day {
  display: inline-block;
}

.weather_temp.day_temp {
  min-width: 42px;
  min-height: 32px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: -8px;
}

.weather_temp {
  position: relative;
}

.weather_box:not(:first-child)::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 2px;
  height: 100%;
  width: 1px;
  background: #ccc8c8;
}

.weather_box:last-child::after {
  display: none;
}

.weather_temp.night_temp {
  width: 20px;
  height: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 5px;
  right: 8px;
}

.weather_temp.night_temp p {
  font-size: 10px;
  letter-spacing: 0.16px;
  color: #929292;
  font-weight: 300;
}

.weather_temp.night_temp small {
  color: #929292;
  right: -3px;
}

.weather_temp.night_temp p::before {
  color: #929292;
  font-size: 7px;
  right: -10px;
  top: 0;
  font-weight: 300;
  width: 12px;
  height: 12px;
}

div input,
div select,
div textarea,
div button {
  font-family: "Readex Pro";
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Readex Pro";
  line-height: 120%;
  color: var(--text-color);
  font-weight: 500;
  margin: 0 0 15px;
}

.theme-dark body h3 {
  color: white;
}

html {
  font-size: 62.5%;
}

h1 {
  font-size: 3rem;
  line-height: 1.2;
}

h2 {
  font-size: 2.3rem;
  line-height: 1.5;
}

h3 {
  font-size: 2rem;
  line-height: 1.3;
}

h4 {
  font-size: 1.6rem;
  line-height: 1.35;
}

h5 {
  font-size: 1.4rem;
}

h6 {
  font-size: 1.3rem;
  line-height: 1.6;
}

p {
  font-size: 1.4rem;
}

@media (min-width: 550px) {
  h1 {
    font-size: 3.4rem;
  }

  h2 {
    font-size: 2.8rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.6rem;
  }

  h5 {
    font-size: 1.4rem;
    line-height: 1.8 !important;
  }

  h6 {
    font-size: 1.2rem;
  }

  p {
    font-size: 1.4rem;
  }
}

body h1:last-child,
body h2:last-child,
body h3:last-child,
body h4:last-child,
body h5:last-child,
body h6:last-child {
  margin-bottom: 0;
}

div select {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div select option {
  font-size: 13px;
  color: var(--text-color);
  padding: 2px 5px;
}

img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  border-radius: 5px;
  display: block;
}

body p {
  color: var(--text-color);
  font-family: "Readex Pro";
  line-height: 1.8;
  margin: 0 0 15px;
  padding: 0;
}

body p:empty {
  margin: 0;
  line-height: 0;
}

body p:last-child {
  margin-bottom: 0;
}

p strong {
  font-weight: bold;
}

label em {
  color: var(--red);
  display: inline-block;
  font-style: normal;
  vertical-align: top;
  margin-left: 5px;
}

.hidden {
  display: none !important;
}

iframe {
  display: block;
  max-width: 100%;
}

.container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  position: relative;
  float: none;
}

.tab_slider_sec .tab_slider_col .current .show-more-tab-text a {
  color: white !important;
  border: 1px solid white;
  font-weight: 500;
}

.tab_slider_sec .tab_slider_col a {
  cursor: pointer;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .container {
    max-width: 1140px;
  }

  header .main_link li {
    margin-right: 14px !important;
  }

  section.coverflow-slider .section_head.title_tab_bar.with-filters {
    padding-bottom: 8px;
  }

  section.inside-sports .grid-wrapper-one {
    grid-gap: 25px;
  }

  .slider-grid-6 .swiper-slide {
    width: 15.265% !important;
  }

  section .col-52 .single-item.no-gap.inlarge .lg_para {
    min-height: 52px;
  }

  section .slider_navigation.custom-navs {
    top: 26%;
  }

  section.editors-pick .ad-hide-ipad {
    width: 27.2%;
  }

  section.coverflow-slider .swiper-coverflow::before {
    top: 55px;
  }

  section .small-grid-image {
    flex: 0 0 32.44%;
  }

  section.big-card-related .col-54 {
    width: 56%;
  }

  section.opinion .col-6.col-md-6 .inlarge {
    margin-top: 33px;
  }

  section.big-card-related .col-44 {
    max-width: 42.66%;
  }

  section .episode-section {
    padding-top: 28px;
  }

  section.two-one-align .item-image {
    flex: 0 0 38%;
  }

  section.two-one-align .col-47 {
    max-width: 44%;
  }

  section.two-one-align .col-52 {
    max-width: 54%;
  }

  section.animated-grids .grid-item:hover .animated-box {
    top: 35%;
  }

  section .swiper-slide.white-themed-slide::before {
    height: 51%;
  }

  section.society .col-47,
  .related-posts-featured .col-47 {
    max-width: 46.44%;
  }

  section.society .grid-wrapper-2 {
    margin-top: 24px !important;
  }

  section .theme-society .card-title {
    height: 65px;
  }

  section.society .col-52,
  .related-posts-featured .col-52 {
    max-width: 52%;
  }

  section .coverflow-btn-box.next-box {
    margin-right: 480px !important;
  }

  .grid-wrapper-2 .single-item .white-card :where(.Category, .title) {
    margin-bottom: 5px !important;
  }

  section.featured-latest-section .item-image {
    flex: 0 0 37%;
  }

  section.resize-col .col-6.col-md-6 {
    max-width: 57%;
  }

  section .col-48 .grid-wrapper-one {
    grid-gap: 10px;
  }

  section.resize-col .col-6.col-md-6:first-child {
    max-width: 41%;
  }

  section .white-card p {
    -webkit-line-clamp: 2;
  }

  section .slider_navigation.large {
    top: 35%;
  }

  section .inlarge .white-card {
    flex: 0 0 55%;
  }

  section .col-6.col-md-6 .inlarge .item-image {
    flex: 0 0 40%;
  }

  section.opinion .col-6.col-md-6 .metas-align-row .Category {
    display: none;
  }

  section.opinion .col-6.col-md-6 .inlarge .item-image {
    flex: 0 0 44%;
  }

  section .right-most .grid-wrapper-3 {
    row-gap: 42px;
  }

  section .col-47 {
    max-width: 48%;
  }

  section .col-52 {
    max-width: 51%;
  }

  section .post-info::before {
    height: 102%;
  }

  section.misc-section .col-48 {
    max-width: 48%;
  }

  section.misc-section .col-48 .grid-wrapper-one {
    grid-gap: 30px;
  }

  section.misc-section .inlarge .white-card {
    flex: 0 0 53%;
  }

  section.misc-section .single-item + .single-item {
    margin-top: 19px;
  }

  section.misc-section .inlarge {
    margin-top: 0px;
  }

  section .grid-wrapper-one {
    grid-gap: 23px;
  }

  section .slider-box {
    width: 70%;
  }

  section .big_slider .slider_bg.video {
    min-width: 500px;
  }

  section .has_advertising {
    gap: 20px;
  }

  section .slider_navigation.custom-navs.full {
    top: 21% !important;
  }

  .read-section .row .col-4 .breaking-content-wrap {
    max-height: 534px;
  }

  .big-section-wrap.linear-bg-dark .slider_desc h2 {
    font-size: 2.4rem;
    line-height: 1.58;
  }

  .numbered-swiper-section .slider_navigation {
    right: 33% !important;
  }

  .col.lft {
    max-width: 74%;
  }

  .numbered-swiper-section .weather_info,
  .numbered-swiper-section .coverage-widget {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 28%;
    margin-right: 15px;
  }

  .col.rt {
    max-width: 30%;
    gap: 10px;
  }

  .post-info::before .post-info::before {
    height: 101%;
  }

  .read-section .row .breaking-content-wrap {
    max-height: 500px !important;
  }

  .read-section .row .breaking-content-wrap.more-news {
    max-height: 663px !important;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

.read-section .row .breaking-content-wrap {
}

body .container .container {
  padding-left: 0;
  padding-right: 0;
}

html.no-scroll {
  overflow: hidden;
}

html.no-scroll body {
  overflow: hidden;
  height: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  cursor: pointer;
}

button {
  border: none;
}

button:hover,
button:focus {
  background: var(--red);
  color: var(--white);
}

.round-coner {
  border-radius: 8px;
}

.btn {
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  border-radius: 5px;
  color: var(--white);
  font-weight: bold;
  padding: 12px 36px;
  font-size: 20px;
  background-image: -o-linear-gradient(301deg, #ffffff52, #e2e2e252, #f28d2532);
  background-image: linear-gradient(149deg, #ffffff52, #e2e2e252, #f28d2532);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: transparent;
}

.btn:hover {
  color: var(--white);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-image: -o-linear-gradient(
    301deg,
    transparent,
    transparent,
    transparent
  );
  background-image: linear-gradient(
    149deg,
    transparent,
    transparent,
    transparent
  );
}

.btn.outline_btn {
  background-image: -o-linear-gradient(
    301deg,
    transparent,
    transparent,
    transparent
  );
  background-image: linear-gradient(
    149deg,
    transparent,
    transparent,
    transparent
  );
  color: var(--white);
}

.btn.outline_btn:hover {
  background-image: -o-linear-gradient(301deg, #ffffff52, #e2e2e252, #f28d2532);
  background-image: linear-gradient(149deg, #ffffff52, #e2e2e252, #f28d2532);
}

svg {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  color: var(--lightgray);
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.more-index .svg_icon svg * {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.svg_icon:hover path,
.svg_icon:hover svg line,
.svg_icon:hover svg g,
.show_search_bar .svg_icon:hover svg line,
.show_search_bar .svg_icon:hover svg g {
  stroke: var(--orange);
}

.svg_icon:hover path,
.show-menu .svg_icon:hover path,
.show_mega_menu .more .svg_icon path {
  fill: var(--orange);
}

.main-wrapper {
  position: relative;
}

.comm_max {
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  background: #404040;
}

*::-webkit-scrollbar-thumb {
  background: var(--orange);
}

* {
  scrollbar-color: #404040;
}

body h2 {
  color: var(--white);
  line-height: 130%;
  font-weight: 400;
}

.title h2 {
  font-weight: 500;
}

.md_title.title h2,
.md_title.title h2 a {
}

.home_top_banner {
  padding-top: 60px;
  padding-bottom: 60px;
}

.rounded_sec.dark_gray_bg {
  background-color: var(--bg_gray);
}

.theme-dark {
  --bg_gray: #212121;
  --dark-brown: #1f1400;
  --brown: #362300;
  --lightgray: #707070;
  --text-color: #c4c4c4;
  --border: #c4c4c4;
  --cust_shadow: #545454;
  --borer-light: #ececec;
  --white: #fff;
  --homewhite: #f8f8f8;
  --black: #000;
  --orange: #ff6b00;
  --link_hover: #ff6b00;
  --accent: #983200;
  --dark_blue: #0055b8;
  --blue: #002e6d;
}

.hamburger_wrap.hide_in_desktop {
  display: none;
  padding: 5px;
  border-radius: 5px;
  background: #002e6d0f;
  margin-right: 5px;
}

.hamburger path {
  stroke: #1c3664;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: white;
  box-shadow: 0px 3px 7px #5252523d;
}

.innerheader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.show_mega_menu .innerheader {
  border-radius: 0;
}

.mega_nav.more-index {
  z-index: -1;
}

.mega_nav {
  position: relative;
}

.mega_navigation {
  position: absolute;
  width: fit-content;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  max-height: 0;
  overflow: hidden;
  left: -120px;
  top: 45px;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 20px 20px 30px rgba(78, 78, 78, 0.15);
  box-shadow: 0px -1px 6px 1px rgb(78 78 78 / 10%);
  background-color: rgba(33, 33, 33, 0.75);
  -webkit-backdrop-filter: blur(27px);
  backdrop-filter: blur(27px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.show_mega_menu .mega_navigation {
  opacity: 1;
  visibility: visible;
  max-height: 620px;
  z-index: 99;
}

.mega_navigation .nav_wrap ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
}

li.nav_item.more.has_dropdown li {
  margin: 0;
}

.nav_item.more.has_dropdown .nav_wrap li a {
  width: 100%;
  padding: 15px;
}

header li.nav_item.more.has_dropdown a::after {
  content: unset;
}

.mega_navigation .nav_wrap ul li {
  border-bottom: 1px solid var(--borer-light);
  width: 170px;
  text-align: start;
}

.mega_navigation .nav_wrap ul li a {
  font-size: 13px;
  padding: 16px 1px;
}

.nav_wrappper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.nav_wrap {
  text-align: center;
}

.nav_wrap h2 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 26px;
}

.nav_wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav_wrap ul a {
  padding: 16px 0;
  font-size: 16px;
  font-weight: 300;
}

header .right_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

header .logo_megaNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

header .right_col > * + * {
  margin-right: 15px;
}

header .svg_icon {
  width: fit-content;
  height: 20px;
  gap: 3px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
}

header.show_mega_menu .mega_nav > .svg_icon {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

header .logo {
  width: 80px;
}

header .main_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

header .main_link li {
  margin-right: 36px;
}

header .main_link a,
header .main_link .sub-submenu {
  padding: 30px 0;
  position: relative;
  font-weight: 400;
  color: #1c3664;
}

header .main_link .nav_item a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 4px;
  background-color: var(--link_hover);
  opacity: 0;
  visibility: hidden;
}

.main_link li.nav_item.more.hide_in_mobile.has_dropdown.more-index {
  position: relative;
}

.nav_wrap ul li a::before {
  content: unset !important;
}

.nav_wrap ul li a:hover {
  background: #65779621;
}

.main_link
  li.nav_item.more.hide_in_mobile.has_dropdown.more-index
  a:hover::after {
  opacity: 1;
}

.show_mega_menu .mega_nav.more-index {
  z-index: 9 !important;
}

header .main_link .active a::before,
header .main_link a:hover::before {
  opacity: 1;
  visibility: visible;
}

header .main_link .active a {
  font-weight: bold;
}

header .left_col,
header .head_contols,
header .language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3px;
}

.left_col > * + * {
  margin-right: 30px;
}

.head_contols > * + * {
  margin-right: 15px;
}

.head_contols.hide_in_desktop,
.nav_mobile.hide_in_desktop {
  display: none !important;
}

header.show_nav .nav_mobile.hide_in_desktop {
  display: block !important;
  width: 100%;
}

.nav_item.more.hide_in_desktop {
  display: none;
}

.icon {
  width: 30px;
  height: 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lang_navigation,
.submenu_navigation {
  display: none;
}

.lang_navigation li.nav_item a {
  font-size: 11px !important;
}

.lang_navigation ul {
  padding: 0;
}

.show-lang-submenu .lang_navigation,
.show-nav-submenu.submenu_navigation {
  display: block;
}

.more .icon.svg_icon,
.more-submenu-icon.svg_icon,
.lang-submenu-icon.svg_icon,
.sub-submenu-icon.svg_icon,
.theme-submenu-icon.svg_icon {
  height: 17px !important;
  margin-top: 4px;
}

header.show-more-submenu .more-submenu > .svg_icon,
header.show-lang-submenu .lang-submenu-icon,
header.show-theme-sub-menu .theme-submenu > .svg_icon {
  -webkit-transform: rotate(-180deg) !important;
  -ms-transform: rotate(-180deg) !important;
  transform: rotate(-180deg) !important;
}

.rotate_arrow .sub-submenu-icon {
  -webkit-transform: rotate(-180deg) !important;
  -ms-transform: rotate(-180deg) !important;
  transform: rotate(-180deg) !important;
}

.language.mini-menu {
  width: 100% !important;
}

.language.mini-menu ul {
  width: 100%;
  padding: 0;
}

.language.mini-menu ul li.nav_item a {
  background-color: transparent;
  font-size: 11px;
  padding: 2vh 11px;
}

.mini-search-container {
  padding: 10px 4vh;
}

.mini-search {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 5px 10px;
  border-radius: 4px;
  color: var(--dim-color-text) !important;
  background-color: #c4c4c44a;
  min-height: 40px;
}

.mini-search input#search_text,
.mini-search .search-click.menu_link {
  border: 0px;
  background: transparent;
}

.mini-search .search-click.menu_link svg {
  fill: var(--dim-color-text) !important;
}

.mini-search input#search_text {
  flex: 1;
}

.mini-search input#search_text::placeholder {
  color: grey;
  font-weight: 500;
  font-size: 14px;
}

.mini-search input#search_text,
.mini-search .search-click.menu_link a {
  padding: 0;
}

.theme-light header .language.mini-menu a:hover {
  color: #000;
}

header.show_nav .main_link .active a::after,
header.show_nav .main_link a:hover::after {
  opacity: 0;
}

.theme_wrap .icon img {
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  display: none;
  -o-object-fit: contain;
  object-fit: contain;
}

.theme_wrap {
  position: relative;
}

.theme_switch {
  position: absolute;
  margin: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.theme_wrap .icon img.light {
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  display: block;
}

.language a {
  font-size: 13px;
  position: relative;
  padding: 9px;
  background-color: #ececec7a;
  border-radius: 5px;
  font-weight: 400;
  color: #1c3664;
}

.language a:last-child::before {
  display: none;
}

.language .active {
  border: 1px solid currentColor;
  background-color: white;
}

.gradient_tab_sec .tab_slider_info_col {
  padding-bottom: 0 !important;
}

.live-btn {
  position: relative;
  margin: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.live-text {
  font-size: 15px;
  color: white;
  padding: 7px 8px;
  background-color: #ad0000;
  background: linear-gradient(270deg, #df1717, #ad0000);
  display: inline-flex;
  cursor: pointer;
  transition: all 0.7s cubic-bezier(0.63, -0.05, 0.8, 1.26);
  font-weight: 400;
  border-radius: 5px;
}

.live-btn:hover .live-text,
.live_brodcast a:active {
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  background: transparent linear-gradient(270deg, #f36928 0%, #ad0000 100%) 0%
    0% no-repeat padding-box;
}

.search_wrap {
  position: relative;
}

.search_wrap input {
  width: calc(100% - 99px);
  font-size: 15px;
  color: var(--cust_shadow);
  border: 0;
  border-bottom: 1px solid var(--border);
  padding: 7px;
}

.search_wrap input::placeholder {
  color: var(--border);
  font-weight: 300;
}

.search-click.menu_link {
  padding: 4px;
  background: var(--bg_blue);
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.mini-search input {
  width: 80%;
  overflow: hidden;
}

.show_search_bar .search-result-sec {
  display: block;
}

.search_wrap .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 0;
}

.search-click {
  cursor: pointer;
}

.search-result-sec {
  display: none;
  position: absolute;
  top: 120%;
  left: 0;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #ececec;
  width: 35.12vw;
  padding: 10px 5px;
  z-index: 1;
}

li.more:hover .icon svg_icon {
  background-color: var(--orange);
}

.header + section {
  padding-bottom: 10px;
}

.hero_slider .container {
  max-width: 94.2%;
}

.hero_slider {
  padding-bottom: 0;
  background-color: var(--lightgray);
}

.swiper.swiper_banner {
  border-radius: 30px;
}

.swiper_banner .slider_bg {
  position: relative;
  padding-top: 52.25%;
  overflow: hidden;
  width: 100%;
  border-radius: 30px;
}

.swiper_banner .slider_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 37%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#000),
    to(transparent)
  );
  background-image: -o-linear-gradient(left, #000, transparent);
  background-image: linear-gradient(to right, #000, transparent);
  z-index: 1;
}

.swiper_banner .slider_bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero_slider .slider_info {
  position: absolute;
  top: 15%;
  left: 6%;
  max-width: 340px;
  width: 100%;
  z-index: 2;
}

.img_icon {
  width: 60px;
  height: 60px;
  margin-bottom: 60px;
  border-radius: 20px;
  overflow: hidden;
}

.img_icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide_info_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

.other-featured-videos .Category p,
.videos-featured .Category p {
  color: white !important;
}

.other-featured-videos .Category:hover p,
.videos-featured .Category:hover p {
  color: white !important;
  background: #ffffff21 !important;
  border: 1px solid;
}

.Category p {
  padding: 2px 10px;
  border: 1px solid var(--orange);
  border-radius: 5px;
  font-weight: 400;
  font-size: 13px;
  transition: 0.2s all;
}

.Category:hover p {
  color: white !important;
  border: 1px solid var(--orange);
  background: var(--orange);
}

.nav_item.more:hover path {
  fill: var(--orange) !important;
}

.day_time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.day_time p {
  font-size: 14px;
  color: var(--white);
}

.slider_desc {
  margin-bottom: 50px;
}

.slider_desc h2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  line-height: 1.8;
}

.slider_bottom_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -75px;
  z-index: 1;
  position: relative;
}

.thumb_swiper .slider_bg {
  height: 60px;
  width: 100px;
  padding: 0px;
  transition: all 0.3s ease-out 0s;
}

.thumb_swiper .slider_bg:hover {
  opacity: 1;
  height: 67px;
  width: 110px;
  transform: translate(0px, -5px);
}

.sideBy_thumb_slider_wrapper .swiper {
  overflow: hidden;
}

.news-latest-container .sideBy_thumb_slider_wrapper .swiper-slide {
}

.news-latest-container.Big-slider-wrap
  .sideBy_thumb_slider_wrapper
  .slider_bg
  img {
  border-radius: 5px;
}

.sideBy_thumb_slider_wrapper .slider_bg img {
  object-position: top;
  opacity: 0.9;
  transition: 0.3s ease-out;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
}

.sideBy_thumb_slider_wrapper .slider_bg:hover img {
  opacity: 1;
}

.thumb_slider_wrapper {
  width: 100%;
  max-width: 74%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.filter_bg {
  -webkit-backdrop-filter: blur(27px);
  backdrop-filter: blur(27px);
  padding: 45px 45px 56px 45px;
}

.thumb_slider_wrapper {
  width: 100%;
  max-width: 74%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 0 30px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: transparent;
  border-left: transparent;
  background-image: -o-linear-gradient(
    325deg,
    #00000042 50%,
    #0c0c0c42 87%,
    #f28d255e
  );
  background-image: linear-gradient(
    125deg,
    #00000042 50%,
    #0c0c0c42 87%,
    #f28d255e
  );
}

.slider_bottom_row .wather_wrapper {
  width: 100%;
  max-width: 25%;
  border-radius: 30px 0 0 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: transparent;
  border-right: transparent;
  background-image: -o-linear-gradient(
    215deg,
    #00000040 70%,
    #0c0c0c42 72%,
    #f28d255e
  );
  background-image: linear-gradient(
    -125deg,
    #00000040 70%,
    #0c0c0c42 72%,
    #f28d255e
  );
}

.thumb_controler {
  max-width: 27%;
  width: 100%;
  margin-left: 38px;
}

.slider_bg {
  position: relative;
}

.slider-container-big {
  position: relative;
}

.slider_bg img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top;
}

.live-btn-thumb {
  position: absolute;
  left: 30px;
  top: 14px;
}

.live-btn-thumb .live-btn .live-text {
  padding: 4px 15px;
  font-size: 18px;
  border: 1px solid;
  border-radius: 6px;
  font-weight: 400;
  z-index: 100;
}

.thumb_slider_wrapper .thumb_swiper {
  width: 100%;
  max-width: 49%;
  margin-left: auto;
  margin-right: 0;
  margin-top: -90px;
}

.thumb_slider_wrapper .slider_bg {
  border-radius: 35px;
  overflow: hidden;
}

.thumb_info_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 20px;
}

.thumb_info p {
  font-size: 16px;
  color: var(--white);
  font-weight: bold;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.breaking-text h5 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.thumb_info_wrap .day_time {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.thumb_info_wrap .day_time::after {
  display: none;
}

.thumb_info {
  margin-bottom: 16px;
}

.video_container .sideBy_thumb_slider_wrapper .swiper-slide .slider_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  opacity: 1;
  border-radius: 5px;
  border: 0px;
}

.video_container .slider_bg {
  padding-top: 70px;
}

.big_slider .slider_bg.video {
  max-width: 47%;
}

.slider_bg.video-thumb {
  cursor: pointer;
  width: 100%;
}

.slider_bottom_row.video {
  max-width: 45%;
  bottom: 7% !important;
}

.thumb_controler .slider_navigation {
  display: flex;
}

.sideBy_thumb_slider_wrapper
  .thumb_controler.video
  div[class*="swiper-pagination"].swiper-pagination-progressbar {
  width: 90%;
}

.video-wrapper .all_news_slider.side_by_slider {
  background-size: cover;
  padding: 0px;
  padding-bottom: 62px !important;
  margin: 0px;
  background-position: center;
  background-repeat: no-repeat;
}

.slider_navigation {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}

.slider_navigation .swiper-button-next,
.slider_navigation .swiper-button-prev,
.slider_navigation div[class*="swiper-button-next"],
.slider_navigation div[class*="swiper-button-prev"] {
  position: relative;
  right: unset;
  left: unset;
  top: unset;
  margin: unset;
  width: 20px;
  height: 10px;
  text-align: center;
}

.large.slider_navigation div[class*="swiper-button-next"],
.large.slider_navigation div[class*="swiper-button-prev"] {
  position: relative;
  right: unset;
  left: unset;
  top: unset;
  margin: unset;
  width: 45px;
  height: 45px;
  text-align: center;
  background: unset !important;
}

.large img {
  filter: brightness(0);
}

div[class*="swiper-pagination"].swiper-pagination-progressbar {
  position: relative;
  top: unset;
  left: unset;
  margin-top: unset;
  width: calc(100% - 54px);
  margin-left: auto;
  border-radius: 50px;
  background-color: rgba(248, 248, 248, 0.35);
}

.slider_navigation .swiper-button-next::after,
.slider_navigation .swiper-button-prev::after,
.slider_navigation div[class*="swiper-button-next"]::after,
.slider_navigation div[class*="swiper-button-prev"]::after {
  display: none;
}

.slider_navigation
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background-color: var(--orange);
  -webkit-filter: drop-shadow(1px 1px 2px var(--orange));
  filter: drop-shadow(1px 1px 2px var(--orange));
  border-radius: 100px;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-box-shadow: 1px 1px 0px var(--link_hover);
  box-shadow: 1px 1px 0px var(--link_hover);
}

.slider_navigation .swiper-button-next,
.slider_navigation div[class*="swiper-button-next"] {
  background: url(/mdn2023/images/sw-next.svg) no-repeat;
  background-size: contain;
  cursor: pointer;
}

.slider_navigation .swiper-button-prev,
.slider_navigation div[class*="swiper-button-prev"] {
  background: url(/mdn2023/images/sw-prev.svg) no-repeat;
  background-size: contain;
  cursor: pointer;
}

div[class*="swiper-button-next"].swiper-button-disabled,
div[class*="swiper-button-prev"].swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.thumb_controler h2 {
  font-size: 45px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
}

.tab_slider_col div[class*="swiper-pagination"].swiper-pagination-progressbar,
.sideBy_thumb_slider_wrapper
  div[class*="swiper-pagination"].swiper-pagination-progressbar {
  height: 1px;
  background-color: var(--border);
  overflow: visible;
}

.tab_slider_col
  .slider_navigation
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill,
.side_by_slider
  .slider_navigation
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  top: -1px;
  height: 2px;
}

section {
  padding: 30px 0px;
  width: 100%;
}

section.bg_transperent {
  background: unset !important;
}

section:not(.light_bg) {
  background-color: white;
}

section.light_bg {
  background-color: #f3f3f3;
}

.rounded_sec {
  width: 100%;
  z-index: 1;
  position: relative;
}

.tab_slider_sec .tabs {
  padding: 0;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  overflow-x: auto;
  scrollbar-width: none;
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 0px;
}

.tab_slider_sec .tabs::-webkit-scrollbar {
  display: none;
}

.theme-dark .tick-tabs .tab-link a,
.theme-dark .tick-tabs .tab-link span {
  color: #898989 !important;
}

.theme-light .tick-tabs .tab-link {
  color: black !important;
}

.tab_slider_sec .tab-link a,
.tab_slider_sec .tab-link span:not(.tab-svg) {
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding: 0px 0px 10px 0;
  white-space: nowrap;
  padding: 5px 10px;
  border-radius: 5px;
  transition: 0.3s all;
  border: 1px solid #ff6b0000;
}

.pop-div .tab-link.current:hover a {
  color: black;
}

.pop-div .tab_slider_sec .tabs > * + * {
  margin-right: 15px;
}

.documentary-wrapper a {
  color: #979191;
}

.tab_slider_sec .tab-link.current a {
  color: var(--white);
  border: 1px solid var(--orange);
}

.tab_slider_sec .inner_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gradient_tab_sec.tab_slider_sec .tab_slider_col {
  width: 100%;
  max-width: 83.4%;
}

.tab_slider_sec .tab_slider_col {
  width: 100%;
}

.comm_tabination_sec.grid_tab_sec .section_head {
  width: 100%;
  max-width: fit-content;
  flex-direction: column;
  overflow: hidden;
  align-items: flex-start;
  margin-bottom: 22px;
}

.tab_slider_sec .tab_slider_info_col {
  width: 100%;
  max-width: 130px;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: space-between;
}

.tab_slider_sec .tabs > * + * {
  margin-right: 30px;
}

.tab_slider_info_col h2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
}

.title p {
  color: var(--white);
  line-height: 1.7;
}

.note_icon {
  width: 18px;
  height: 18px;
  margin-bottom: 28px;
}

.tab_slider_info_col .title {
}

.more_browse_btn {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--white);
}

.more_browse_btn::before {
}

.more_browse_btn:hover::before {
}

section.coverage_sec.grey-bg .section_head {
  width: fit-content;
}

section.coverage_sec.grey-bg .flex-head {
  align-items: center;
}

section.coverage_sec.grey-bg .covetage_wrap,
section.coverage_sec.grey-bg .inner_wrapper {
  width: 100% !important;
}

section.coverage_sec.grey-bg .news-grid {
  padding: 20px;
  padding-top: 0;
}

.theme-dark section.coverage_sec.grey-bg .news-grid .single-news-item {
  border-bottom: 1px solid var(--cust_shadow);
}

section.big-section-wrap .tab_item_bg {
  border-radius: 0px;
}

.theme-light section.coverage_sec.grey-bg .covetage_wrap .news-grid,
.theme-light section.coverage_sec.grey-bg .flex-head {
  background: white;
}

section.coverage_sec.grey-bg {
  padding: 20px 0px;
  padding-top: 40px;
  background-color: transparent;
}

.tab_item_bg {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
}

.top_img.hide_in_desktop {
  display: none;
}

.tab_item_bg img {
  width: 100%;
  margin: 0;
  height: auto;
  width: 100%;
  display: block;
  transition: 0.3s;
  transition-delay: 0.1s;
}

.tab_item_bg:hover img {
}

.gradient_tab_sec .tab_item_bg .tab_item_info {
  position: absolute;
  bottom: 50px;
  z-index: 1;
  width: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}

.tab_item_info p {
  color: var(--white);
  line-height: 125%;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  font-weight: 400;
}

.tab_content_wrapper {
  position: relative;
  width: 100%;
  height: fit-content;
}

.tab_content_wrapper .tab-content.current {
  position: relative;
  opacity: 1;
  z-index: 2;
}

.tab_content_wrapper .tab-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.scaled_tab_sec.tab_slider_sec .tab_slider_col {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.scaled_tab_sec .title {
  margin-left: 15px;
}

.scaled_tab_sec .tabs {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  overflow: hidden;
  overflow-x: auto;
  scrollbar-width: none;
}

.scaled_tab_sec .tabs::-webkit-scrollbar {
  display: none;
}

.scaled_tab_sec .tab_item_bg {
  position: relative;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.scaled_tab_sec .tab_item_info p {
  text-align: right;
  color: var(--text-color);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 140%;
  -webkit-line-clamp: 2;
  font-weight: 600;
}

.scaled_tab_sec .swiper {
  width: auto;
}

.scaled_tab_sec .tab_item_info {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.tab_item_info h4 {
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.tab_slider_bottom_row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

.tab_slider_bottom_row .slider_navigation {
  width: auto;
  margin: 0;
}

.white_link .more_browse_btn::before {
}

.white_link .more_browse_btn:hover {
  color: var(--link_hover);
}

.white_link .more_browse_btn:hover::before {
  -webkit-filter: invert(48%) sepia(99%) saturate(2911%) hue-rotate(2deg)
    brightness(102%) contrast(109%);
  filter: invert(48%) sepia(99%) saturate(2911%) hue-rotate(2deg)
    brightness(102%) contrast(109%);
}

.swipe_tab .tab_item_info {
  position: relative;
  min-height: 110px;
}

.swipe_tab .tab_item_bg img {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.swipe_tab .hover_box {
  opacity: 0;
  visibility: hidden;
}

.hover_zoom .swiper-slide {
  transition: 0.3s all;
  backface-visibility: hidden;
}

.hover_zoom .swiper-slide:hover {
  transform: scale(1.02);
  transition-delay: 0.1s;
  backface-visibility: hidden;
  -webkit-filter: blur(0);
}

.hover_zoom .swiper-slide {
  padding: 0.2vw;
}

.swipe_tab .tab_item_info p {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.swipe_tab .swiper-slide:hover .hover_box {
  opacity: 1;
  visibility: visible;
}

.swipe_tab .swiper-slide:hover .default_box {
  opacity: 0;
  visibility: hidden;
}

.section_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.section_head .title h2,
.section_head .title h2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.md_title.title h2 a {
  font-weight: bold;
  color: var(--white);
}

.read_icon {
  margin-left: 10px;
  width: 18px;
}

.grid_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.grid_wrapper .grid_wrap {
  padding: 0 15px;
  width: 100%;
  max-width: 25%;
  margin-bottom: 30px;
}

.grid_card {
  width: 100%;
  background-color: var(--lightgray);
  border-radius: 30px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.grid_wrap .top_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grid_wrap .direction a {
  width: 12px;
}

.grid_wrap .card_desc p {
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  color: var(--white);
  font-size: 20px;
  width: 86%;
  margin-left: auto;
  margin-right: auto;
}

.grid_wrap .bottom_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid rgba(196, 196, 196, 0.5);
  padding-top: 12px;
  margin-top: auto;
}

.grid_wrap .card_avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.35);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.35);
}

.grid_wrap .avatar_info {
  width: calc(100% - 70px);
  margin-right: 20px;
}

.grid_wrap .avatar_name {
  margin-bottom: 0;
  color: var(--white);
}

.grid_wrap .date_time span {
  font-size: 12px;
  color: var(--text-color);
}

.grid_wrap .content_row {
  margin: 40px 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid_wrap .direction img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.grid_wrap .direction a:hover img {
  -webkit-filter: invert(48%) sepia(99%) saturate(2911%) hue-rotate(2deg)
    brightness(102%) contrast(109%);
  filter: invert(48%) sepia(99%) saturate(2911%) hue-rotate(2deg)
    brightness(102%) contrast(109%);
}

.mini_bg_sec {
  padding-top: 0;
  overflow: hidden;
}

.mini_bg_sec .container {
  z-index: 2;
}

.mini_bg_sec .mini_container {
  z-index: 2;
  position: relative;
}

.mini_banner {
  width: 100%;
  position: relative;
  padding-top: 23.4%;
  margin-bottom: -10%;
}

.mini_banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0px;
}

.mini_banner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(73%, #212121)
  );
  background-image: -o-linear-gradient(transparent, #212121 73%);
  background-image: linear-gradient(transparent, #000000 73%);
  z-index: 1;
}

.tab_content_wrapper.video_tab_wrapper {
  min-height: 34.7vw;
}

.tab_slider_sec.video_tab_sec {
  position: relative;
}

.video_tab_sec .rounded_sec {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(60%, #052044),
    to(transparent)
  );
  background-image: -o-linear-gradient(left, #052044 60%, transparent);
  background-image: linear-gradient(to right, #052044 60%, transparent);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: transparent;
  pointer-events: none;
  padding-bottom: 83px;
  padding-top: 41px;
}

.video_tab_sec .inner_sec {
  pointer-events: all;
}

.video_tab_sec .video_wrap {
  position: absolute;
  top: 0;
  right: 25px;
  width: 37%;
  height: 100%;
}

.video_tab_wrapper .tab-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.video_tab_wrapper .video_col {
  width: 100%;
  max-width: 40.2%;
}

.video_tab_wrapper .video_tab_wrap {
  width: 100%;
  position: relative;
  padding-top: 151.2%;
  border-radius: 35px;
  overflow: hidden;
}

.video_tab_wrapper .video_tab_wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(transparent),
    color-stop(80%, #002e6d)
  );
  background: -o-linear-gradient(top, transparent, transparent, #002e6d 80%);
  background: linear-gradient(to bottom, transparent, transparent, #002e6d 80%);
  z-index: 1;
  pointer-events: none;
}

.video_tab_wrapper .video_tab_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.video_tab_wrapper .video_info {
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 83%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  z-index: 1;
}

.video_tab_wrapper .video_info p {
  font-size: 23px;
  line-height: 150%;
  color: var(--white);
}

.video_tab_sec .tabs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 57px;
}

.video_tab_wrapper .swiper {
  width: calc(100% - 42.6%);
  margin-left: unset;
}

.video_tab_wrapper .swiper_slide_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--blue);
  border-radius: 35px;
  padding: 15px;
  width: 100%;
  margin-bottom: 0;
}

.video_tab_wrapper .tab_item_bg {
  max-width: 24.2%;
  padding-top: 31.1%;
}

.video_tab_wrapper .swiper .swiper-slide {
  min-width: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-bottom: 3px solid transparent;
}

.video_tab_wrapper .video_info_col {
  width: calc(100% - 31.7%);
}

.video_info_col .tab_item_info {
  margin-bottom: 50px;
  max-width: 69%;
}

.video_tab_sec .tab_slider_col .tab_slider_bottom_row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: 35px;
}

.slider_desc.video-title h2 {
  color: white !important;
  font-weight: 500;
}

.time.video-time p {
  color: white !important;
}

.slider_desc.video-title {
  margin-bottom: 10px;
}

.bg-light-grey-wrapper .rounded_sec.light_bg {
  background-color: transparent;
}

.bg-light-grey-wrapper {
  margin-bottom: 10px;
}

.slider_bg.video a::before,
.content-image::before,
.slider-img a::before {
  content: "";
  position: absolute;
  bottom: 5%;
  right: 3%;
  width: 60px;
  height: 60px;
  background-image: url(/mdn2023/images/play.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  cursor: pointer;
}

.video-thumb a::before {
  content: "";
  position: absolute;
  bottom: 5%;
  right: 5%;
  width: 30px;
  height: 30px;
  background-image: url(/mdn2023/images/play.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  cursor: pointer;
}

.white_txt .more_browse_btn {
  color: var(--white);
}

.white_txt .more_browse_btn:hover {
  color: var(--link_hover);
}

.white_txt .more_browse_btn::before {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.white_txt .more_browse_btn:hover::before {
  -webkit-filter: invert(48%) sepia(99%) saturate(2911%) hue-rotate(2deg)
    brightness(102%) contrast(109%);
  filter: invert(48%) sepia(99%) saturate(2911%) hue-rotate(2deg)
    brightness(102%) contrast(109%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.col2_grid_sec .grid_wrapper .grid_wrap {
  max-width: 50%;
}

.col2_grid_sec h2 {
  font-size: 43px;
}

.col2_grid_sec .grid_wrapper .grid_wrap .grid_card {
  padding: 30px;
}

.col2_grid_sec .top_row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 35px;
  border-bottom: 1px solid var(--border);
  position: relative;
  border-radius: 1px;
}

.col2_grid_sec .card_desc .tab_item_bg {
  max-width: 45%;
  padding-top: 26.5%;
  -webkit-filter: drop-shadow(10px 10px 50px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(10px 10px 50px rgba(0, 0, 0, 0.16));
}

.col2_grid_sec .card_desc {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col2_grid_sec .card_desc:not(:last-child) {
  margin-bottom: 20px;
}

.col2_grid_sec .card_desc .card_info_col {
  width: 100%;
  max-width: calc(100% - 45% - 18px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.col2_grid_sec .card_desc .tab_item_info p {
  text-align: right;
  width: 100%;
  line-height: 35px;
  font-weight: 400;
}

.col2_grid_sec .content_row .tab_item_info {
  margin-bottom: 4px;
}

.col2_grid_sec .day_time_ep {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--text-color);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.col2_grid_sec .dark_gray_bg {
  padding-top: 88px;
  padding-bottom: 71px;
}

.day_time_ep span {
  font-size: 16px;
  padding: 0 3px;
  display: inline-block;
  line-height: 13px;
  font-weight: 300;
}

.col2_grid_sec .grid_wrapper .content_row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 8px;
  height: auto;
}

.col2_grid_sec .top_row::before {
  content: "";
  position: absolute;
  bottom: -2px;
  height: 4px;
  background: var(--orange);
  width: 100%;
  max-width: 40%;
  border-radius: 2px;
  -webkit-filter: drop-shadow(1px 1px 6px var(--orange));
  filter: drop-shadow(1px 1px 6px var(--orange));
}

.cust_icon {
  width: 61px;
  margin-left: 14px;
}

.dark_brown_bg {
  background: var(--dark-brown);
}

.documentry_sec .rounded_sec {
  padding: 70px 0 100px;
}

section.documentary-wrapper section {
  background: transparent;
}

.documentry_sec .tab_item_info {
  margin: 30px auto 0;
  width: 75%;
}

.documentry_sec .tab_item_info p {
  line-height: 35px;
  font-weight: 400;
  color: var(--border);
  text-align: center;
}

.cust_icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.cust_container .cust_width {
  padding: 0 21vw;
}

.documentry_sec .swiper-slide {
  width: 100% !important;
  max-width: 25%;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
  cursor: pointer;
}

.documentry_sec .swiper-slide:hover {
  max-width: 37.2%;
}

.documentry_sec .tab_content_wrapper {
  padding-right: 21.2%;
}

.documentry_sec .tab_item_bg {
  padding-top: 0;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  min-height: 28.7vw;
  max-height: 28.7vw;
}

.documentry_sec .tab_content_wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: -8%;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1f1400),
    to(rgba(31, 20, 0, 0))
  );
  background-image: -o-linear-gradient(
    left,
    #1f1400 0%,
    rgba(31, 20, 0, 0) 100%
  );
  background-image: linear-gradient(90deg, #1f1400 0%, rgba(31, 20, 0, 0) 100%);
  max-width: 29.75%;
  max-height: 100%;
  pointer-events: none;
  z-index: 2;
}

.documentry_btm_inner_row {
  padding-top: 47px;
  border-top: 1px solid #ececec50;
  margin-top: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.documentry_single_card {
  background: var(--brown);
  border-radius: 35px;
  width: 100%;
  padding: 10px;
  max-width: 49%;
}

.documentry_single_card img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: var(--lightgray);
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.documentry_single_card .show_img {
  overflow: hidden;
  padding-top: 29%;
  position: relative;
  border-radius: 35px;
  width: 100%;
  max-width: 29%;
}

.documentry_single_card .show_info {
  width: 100%;
  max-width: calc(100% - 29% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px 0;
}

.documentry_single_card > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.documentry_single_card .show_details > *,
.documentry_single_card .show-title {
  font-size: 20px;
  font-weight: 300;
  color: var(--white);
  line-height: 30px;
}

.documentry_single_card .show_details > .show-date-title {
  margin-left: 5px;
}

.documentry_single_card .show-desc {
  -webkit-line-clamp: 2;
  color: var(--white);
}

.documentry_sec .section_head {
  margin-bottom: 74px;
}

.documentry_sec .show_details {
  margin-top: auto;
}

.new_tab_item {
  position: absolute;
  bottom: -150px;
  left: 0;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  opacity: 0;
  visibility: hidden;
}

.swiper-slide:hover .new_tab_item {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.new_tab_item .btn_new {
  background: -o-linear-gradient(320deg, #ffffff32 70%, #f28d2560);
  background: linear-gradient(130deg, #ffffff32 70%, #f28d2560);
  padding: 13px 33px;
  border-radius: 0 35px 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  color: var(--white);
  font-weight: bold;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.btn_new:hover {
  color: var(--link_hover);
}

.btn_new img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn_new:hover img {
  -webkit-filter: invert(49%) sepia(90%) saturate(2584%) hue-rotate(358deg)
    brightness(99%) contrast(108%);
  filter: invert(49%) sepia(90%) saturate(2584%) hue-rotate(358deg)
    brightness(99%) contrast(108%);
}

.btn_new .svg_icon {
  width: 14px;
  height: 14px;
  margin-left: 7px;
}

.sports_tab_sec .swiper-slide:hover .tab_item_bg {
  -webkit-filter: drop-shadow(10px 10px 30px var(--cust_shadow));
  filter: drop-shadow(10px 10px 30px var(--cust_shadow));
}

.sports_tab_sec .rounded_sec {
  padding-top: 63px;
  padding-bottom: 100px;
}

.sports_tab_sec .swiper {
  padding-top: 4vw;
}

.sports_tab_sec.scaled_tab_sec .tabs {
  margin-bottom: 0;
}

.mix_category_sec .grid_card {
  padding: 13px;
}

.follow_me_img_row {
  -webkit-filter: drop-shadow(20px 20px 50px rgba(126, 23, 186, 31%));
  filter: drop-shadow(20px 20px 50px rgba(126, 23, 186, 31%));
}

.follow_me_img_row figure {
  position: relative;
  padding-top: 13.16%;
  border-radius: 30px;
  overflow: hidden;
}

.follow_me_img_row figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.developments_sec > .black_bg {
  padding-top: 0;
  padding-bottom: 0;
}

.developments_sec .mini_banner {
  margin-bottom: 0;
  border-radius: 30px;
  overflow: hidden;
}

.developments_sec > .rounded_sec {
  background: url("/mdn2023/images/footer_top_bg.png") no-repeat;
  background-size: cover;
}

.developments_sec > .rounded_sec::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(#000)
  );
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
}

.developments_sec .inner_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.developments_sec .mini_banner::before {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(#000)
  );
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
}

.developments_sec h2 {
  font-weight: normal;
  margin-bottom: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.developments_sec .tab_item_bg {
  padding-top: 77%;
}

.developments_sec .inner_sec .developments_sec_col {
  width: 100%;
  max-width: 29.2%;
}

.white_btn {
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
}

.developments_sec .developments_img_col {
  width: 100%;
  max-width: 62%;
  margin-top: -3.85%;
}

.card_slider_sec .title h2 {
  font-weight: 500;
}

.card_slider_sec .section_head {
  padding-top: 36px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 58px;
  margin-bottom: 4px;
  position: relative;
}

.card_slider_sec .swiper_slide_card {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  margin-left: 0;
  margin-right: 0;
}

.card_slider_sec .swiper_slide_card > .tab_item_bg {
  width: 100%;
  max-width: 48.97%;
  transition: all 0.3s ease-in-out;
  margin-right: -34%;
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.16));
}

.card_slider_sec .swiper_slide_card .card_info_col {
  width: 100%;
  max-width: 75.4%;
  transition: all 0.5s ease-in-out;
  position: relative;
  padding-left: 22vw;
  padding-top: 45px;
  padding-bottom: 100px;
  height: 100%;
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.16));
  margin-top: -180px;
}

.card_slider_sec
  .swiper-container
  .swiper-slide:not(.swiper-slide-active)
  .card_info_col {
  opacity: 0;
  visibility: hidden;
}

.card_slider_sec .swiper-slide-shadow {
  display: none;
}

.swiper.card_swipper {
  overflow: visible;
  height: auto !important;
}

.swiper-cards.card_swipper .swiper-slide {
  transform: unset !important;
  position: absolute;
  width: 100% !important;
  height: 100%;
}

.card_swipper.swiper-backface-hidden .swiper-slide {
  position: unset;
  transform: unset;
  height: auto;
  padding-top: 29.76%;
  opacity: 1 !important;
  min-height: 400px;
}

.card_swipper .swiper-wrapper {
  padding-top: 60px;
  position: relative;
}

section.tab_slider_sec.Section-flex-boxes.padding-btn-sec {
  position: relative;
}

section.card_slider_sec.pt0 {
  overflow: hidden;
  position: relative;
}

.card_swipper .swiper-wrapper::before {
  content: "";
  top: 0;
  position: absolute;
  right: -9.8%;
  width: 80.5%;
  height: 83%;
  background-color: rgba(0, 0, 0, 0.54);
  background-image: url(/mdn2023/images/bg-cover-video.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.card_slider_sec .swiper-slide.swiper-slide-active {
  z-index: 4;
}

.card_slider_sec .swiper-slide-active + .swiper-slide.swiper-slide-next,
.card_slider_sec .swiper-slide.swiper-slide-prev {
  z-index: 2;
}

.card_slider_sec .swiper-slide.swiper-slide-next {
  z-index: 1;
}

.card_slider_sec
  .swiper-slide-active
  + .swiper-slide.swiper-slide-next
  + .swiper-slide
  .tab_item_bg {
  transform: translateY(-7vw) translateX(4.4vw) scale(0.65);
}

.card_slider_sec .swiper-slide:nth-child(2).swiper-slide-active .tab_item_bg,
.card_slider_sec .swiper-slide.swiper-slide-active .tab_item_bg,
.card_slider_sec .swiper-slide.swiper-slide-active:first-child .tab_item_bg {
  transform: translateY(-0px) translateX(0px);
}

.card_slider_sec .swiper-slide:first-child .tab_item_bg {
  transform: translateY(-7vw) translateX(4.4vw) scale(0.65);
}

.card_slider_sec .swiper-slide:nth-child(2) .tab_item_bg {
  transform: translateY(-4vw) translateX(2.2vw) scale(0.83);
}

.card_slider_sec .swiper-slide-active + .swiper-slide-next .tab_item_bg {
  transform: translateY(-3vw) translateX(2.2vw) scale(0.83);
}

.tab_item_info h2 {
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  font-weight: 600;
  -webkit-line-clamp: 2;
  font-size: 22px;
}

.card_slider_sec .tab_item_info {
  position: relative;
}

.card_slider_sec .tab_item_info p {
  color: var(--text-color);
  font-weight: 300;
}

.card_slider_sec .tab_item_info p {
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.card_slider_sec .tab_slider_col {
  position: relative;
}

.card_slider_sec .slider_navigation {
  position: absolute;
  bottom: 110px;
  z-index: 1;
  right: 0;
  max-width: 48.2%;
}

.section_head.show-mobile-only .slider_navigation {
  position: relative !important;
  bottom: 0;
  width: fit-content;
  margin: auto 0px;
}

.show-mobile-only {
  padding-top: 0 !important;
  display: flex;
  justify-content: space-between !important;
  align-items: center !important;
  display: none;
}

.big-slider-section .sideBy_thumb_slider_wrapper .swiper-slide {
  width: 15.68%;
  cursor: pointer;
  margin-left: 15px;
}

.multi_sec .card_slider_sec {
  padding-bottom: 140px;
}

footer {
  background: linear-gradient(45deg, #db7100, #ff8025);
  padding: 20px 0px;
  overflow: hidden;
}

footer .has_dropdown ul {
  margin-right: 20px !important;
  row-gap: 0px !important;
  z-index: 10;
}

.theme-dark footer .has_dropdown ul li a {
  color: white !important;
}

footer .has_dropdown ul li a {
  color: var(--text-blue) !important;
  font-weight: 500;
}

.mega_navigation ul li a:hover {
  transform: scale(1);
  opacity: 1;
}

footer .footer_top_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 31px;
  margin: 0;
  padding: 0;
}

footer ul li {
  list-style-type: none;
}

footer .footer_top_menu ul li a {
  font-size: 17px;
  font-weight: 300;
  line-height: 20px;
  color: var(--white);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

footer .footer_top_menu ul li a:hover,
footer .footer_top_menu ul li a:focus,
footer .footer_top_menu ul li.active a {
  mix-blend-mode: normal;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: var(--white);
}

.footer_top_menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 35px;
  margin-bottom: 35px;
}

.logo.white img {
  filter: brightness(50);
}

.footer_middle_menu p {
  text-align: center;
  font-weight: 400;
  width: 38%;
  color: white !important;
  font-size: 1.5rem;
  color: var(--homewhite);
  text-align: start;
  margin-bottom: 0px;
}

.footer_bottom_menu {
  width: 100%;
  max-width: 340px;
}

.footer_middle_menu {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer_note {
  font-size: 2rem;
  font-weight: 200;
  line-height: 1.8;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.btn_wrapper .btn {
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 300;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  background-color: rgba(255, 255, 255, 0.29);
  background-image: unset;
  border: none !important;
}

.btn_wrapper .btn:hover {
  background-color: rgba(255, 255, 255, 0.38);
}

.btn_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}

.footer-bottom-text {
  font-size: 14px;
  font-weight: 200;
  line-height: 19px;
  color: white;
}

.footer-bottom-txt {
  display: flex;
  gap: 20px;
}

footer .social_share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  gap: 6.2px;
}

.footer-list-wrap {
  display: flex;
  gap: 15px;
}

.footer-list-col {
  display: flex;
  gap: 15px;
}

.social_link img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: 22px;
  border-radius: 0px;
}

.footer_btm_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

footer .social_share ul {
  display: flex;
  gap: 15px;
  padding: 10px 0px;
}

.footer_btm_img {
  width: 100%;
  max-width: 60%;
  margin-bottom: -12.6%;
}

.footer_btm_img .tab_item_bg img {
  opacity: 0.9;
  object-fit: contain;
}

.footer_menu .logo {
  width: 64px;
}

.footer_menu {
  display: flex;
  gap: 20px;
}

.footer_top_menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer ul li.active a {
  opacity: 1;
}

footer ul li:hover a {
  opacity: 1;
}

.home_page .header ~ section:last-child {
  margin-bottom: 0;
}

.side_by_slider .section_head {
  margin-bottom: 16px;
  margin-top: 16px;
}

.side_by_slider .swiper-slide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.swiper_news_banner {
  background-color: var(--black);
  overflow: hidden;
}

.swiper_news_banner .big_slider {
  padding: 16px;
  box-sizing: border-box;
}

.swiper_news_banner .big_slider .slider_bg {
  max-width: 60.69%;
  overflow: hidden;
  padding-top: 52.593%;
}

.side_by_slider .slider_info {
  width: 100%;
  max-width: 45%;
  padding: 25px 0px;
}

.side_by_slider .slider_desc h2 {
  -webkit-line-clamp: 3;
  margin-bottom: 54px;
}

.side_by_slider .slider_desc p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.side_by_slider .img_icon {
  margin-bottom: 0;
  width: 27px;
  height: 27px;
  border-radius: 50px;
}

.lg_para {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 300;
  line-height: 1.8;
}

.side_by_slider .slider_bottom_row {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 40px;
  left: 46px;
}

.sideBy_thumb_slider_wrapper {
  width: 100%;
  max-width: 75.82%;
}

.sideBy_thumb_slider_wrapper .slider_navigation {
  margin-top: 20px;
}

.sideBy_thumb_slider_wrapper
  div[class*="swiper-pagination"].swiper-pagination-progressbar {
  width: 100%;
}

.sideBy_thumb_slider_wrapper .thumb_controler {
  max-width: 100%;
  margin: 0;
  padding-bottom: 10px;
}

section.news_tab_sec {
  padding-top: 40px;
  padding-bottom: 40px;
}

.news_inner_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.news_tab_sec .news_inner_wrap {
  border-top: 1px solid var(--lightgray);
  padding-top: 50px;
}

.news_tab_sec .news_aside {
  padding-top: 86px;
}

.news_aside {
  max-width: 32%;
  width: 100%;
}

.news_tab_wrapper {
  width: 100%;
  max-width: calc(100% - 32% - 43px);
}

.browse_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--border);
  position: relative;
  border-radius: 1px;
  margin-bottom: 43px;
}

.news_read_more {
  border: 1px solid var(--lightgray);
  border-radius: 30px;
  overflow: hidden;
  padding: 30px;
  background-color: var(--black);
}

.news_read_more .card_desc {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.news_read_more .tab_item_bg {
  max-width: 36%;
  padding-top: 36%;
  max-height: 36%;
}

.news_read_more .card_info_col {
  width: 100%;
  max-width: calc(100% - 36% - 32px);
}

.news_read_more .card_desc:not(:last-child) {
  margin-bottom: 17px;
}

.news_read_more .slide_info_wrap {
  margin-bottom: 8px;
}

.news_read_more .tab_item_info {
  margin-bottom: 10px;
}

.news_read_more .day_time_ep {
  font-size: 0;
}

.news_read_more .tab_item_info p {
  line-height: 170%;
  -webkit-line-clamp: 2;
}

.news_read_more .content_row {
  max-height: 1001px;
  overflow: hidden;
  overflow-y: auto;
}

.news_tab.tabs {
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  align-items: center;
  margin-top: 0;
  margin-bottom: 45px;
  white-space: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
}

.news_tab.tabs > * {
  margin-left: 16px;
}

.news_tab.tabs a,
.tag_item a {
  padding: 10px 22px;
  background-color: var(--cust_shadow);
  border-radius: 50px;
  font-weight: 400;
  transition: all 0.3s ease;
}

.news_tab.tabs .current a {
  background-color: #ffc79f;
  color: var(--orange);
}

.news_card_wrapper {
  margin-left: -10px;
  margin-right: -10px;
  align-items: flex-start;
  column-count: 2;
}

.news_card_wrapper .news_card_item {
  width: 100%;
  margin-bottom: 20px;
  float: left;
  break-inside: avoid-column;
}

.news_card_wrapper .news_card_body {
  background-color: var(--black);
  border-radius: 30px;
  padding: 20px 20px 65px;
}

.news_card_wrapper .news_img {
  width: 100%;
}

.news_img img {
  width: 100%;
  border-radius: 30px;
}

.news_content .img_icon {
  margin-bottom: 0;
  width: 26px;
  height: 26px;
  border-radius: 50px;
}

.news_content {
  padding: 35px 15px;
}

.news_title {
  margin-bottom: 23px;
}

.news_title h2 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  line-height: 135%;
}

.news_info p {
  font-weight: 400;
}

.news_tab_content_wrapper .tab-content:not(.current) {
  display: none;
}

.news_aside .aside_item {
  position: sticky;
  top: 130px;
}

.follow_me_img_sec {
  padding: 40px 0;
}

.follow_me_img_sec .follow_me_img_row {
  max-width: 1108px;
  margin: 0 auto;
  width: 80%;
  padding: 0;
}

.follow_inner_row {
  position: relative;
}

.follow_inner_row::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #707070;
}

.remove_bar .follow_inner_row::before {
  display: none;
}

.single_news_sec .news_card_wrapper .news_card_item {
  margin-bottom: 0;
  float: unset;
  display: block;
}

.single_news_sec .section_head {
  margin-bottom: 20px;
}

.related_topics.news_read_more .card_info_col {
  max-width: 100%;
}

.news_ad_bg img {
  width: 100%;
  border-radius: 30px;
}

.news_aside .aside_item > :not(:last-child) {
  margin-bottom: 20px;
}

.news_ad_bg img {
  width: 100%;
  border-radius: 30px;
}

.full_news_wrapper .news_card_wrapper {
  column-count: 1;
  margin-left: 0;
  margin-right: 0;
}

.read_wrap {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  align-items: center;
}

.read_wrap h2 {
  margin-bottom: 0;
  margin-left: 10px;
  min-width: 180px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.read_wrap p {
  width: 100%;
}

.tags_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: -26px;
  padding: 0 71px;
  margin-left: -5px;
  margin-right: -5px;
}

.tags_wrapper .tag_item {
  padding: 5px;
}

.full_news_wrapper .news_info p:not(:last-child) {
  margin-bottom: 38px;
}

.news_bottom_row {
  border-top: 1px solid var(--border);
  margin-top: 10px;
  padding-top: 35px;
}

.featured-post-column {
  width: 100%;
  margin-bottom: 20px;
}

.single_news_sec .news_read_more .tab_item_info p {
  line-height: 140%;
}

.read-col.separate .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.align-right .video-grid-title {
  text-align: right;
}

.featured-videos .col-6.col-md-6 + .col-6.col-md-6 {
  margin-right: 20px;
}

.separate .item-image {
  flex: 0 0 22% !important;
}

.news_read_more.related_topics .card_desc:not(:last-child) {
  margin-bottom: 30px;
}

.col-6.col-md-6 {
  flex: 1;
}

.follow_me_img_sec.video_follow {
  padding: 50px 0 100px;
}

.blue_bg {
  background-color: var(--blue);
}

.infinite_scroll_slider {
  overflow: hidden;
  padding-bottom: 50px;
}

.infinite_scroll_slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 14px;
  padding-bottom: 14px;
}

.infinite_scroll_slider .swiper-container.swiper--bottom:after {
  animation-direction: reverse;
}

.infinite_scroll_slider .swiper-wrapper {
  transition-timing-function: linear !important;
  position: relative;
}

.infinite_scroll_slider .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0 14px;
  max-width: 49.7%;
}

.infinite_scroll_slider .infi_item {
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
}

.infi_item .img_wrap {
  position: relative;
  padding-top: 65.5%;
  width: 100%;
}

.infi_item .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img_wrap .slide_link {
  position: absolute;
  top: 30px;
  right: 43px;
  z-index: 2;
}

.slide_link a {
  font-size: 20px;
  font-weight: bold;
  color: var(--orange);
}

.infi_item .infi_item_info {
  position: absolute;
}

.infi_item .infi_item_info {
  position: absolute;
  bottom: 0;
  padding: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 70%;
  z-index: 1;
}

.infi_item .img_wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(transparent, var(--dark_blue) 60%);
  z-index: 1;
}

.video_grid.col2_grid_sec .top_row {
  justify-content: center;
}

.video_grid.col2_grid_sec .top_row {
  justify-content: center;
  border: none;
  padding-bottom: 10px;
}

.video_grid.col2_grid_sec .top_row::before {
  display: none;
}

.video_grid .top_row > * {
  margin: 0 15px;
}

.col2_grid_sec.video_grid .grid_wrapper .grid_wrap .grid_card {
  padding: 0;
}

.video_grid .grid_card {
  background: unset;
}

.video_grid.col2_grid_sec .card_desc:not(:last-child) {
  margin-bottom: -80px;
}

.video_grid.col2_grid_sec .card_desc .tab_item_bg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  z-index: 1;
  background: linear-gradient(transparent, rgb(0, 46, 109) 62%);
}

.video_grid.col2_grid_sec .card_desc .tab_item_bg {
  max-width: 100%;
  padding-top: 65.5%;
  filter: unset;
  z-index: 1;
}

.video_grid .grid_wrapper .grid_wrap {
  padding: 0 30px;
}

.video_grid .grid_wrapper {
  margin-left: -30px;
  margin-right: -30px;
}

.video_grid .inner_grid_sec {
  border-top: 1px solid var(--dark_blue);
  padding-top: 45px;
}

.col3_grid_sec {
  padding-bottom: 75px;
}

.section_head.top_border {
  border-top: 1px solid var(--dark_blue);
  padding-top: 60px;
}

.col3_grid_sec .grid_wrapper .grid_wrap {
  padding: 0 12px;
  max-width: 33.33%;
  margin-bottom: 24px;
}

.col3_grid_sec .grid_card {
  background: no-repeat;
  padding: 0;
}

.col3_grid_sec .tab_item_bg {
  padding-top: 65%;
}

.comm_slider_sec {
  overflow: hidden;
}

.swiper.comm_swiper {
  overflow: visible;
}

.horizontal_slider .tab_item_bg {
  padding-top: 64.75%;
}

.comm_slider_sec .tab_item_bg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  z-index: 1;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 46, 109, 0.34) 96%,
    rgb(0, 46, 109) 100%
  );
}

.img_card_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -9px;
  padding-bottom: 75px;
}

.img_card_item {
  width: 33.33%;
  padding-inline: 9px;
  margin-bottom: 25px;
}

.img_card_body {
  border-radius: 35px;
  background: linear-gradient(30deg, #0055b8 0%, rgba(27, 54, 101, 0) 100%);
  padding: 19px 17px 35px;
}

.video_img {
  position: relative;
  padding-top: 74.25%;
  margin-bottom: 40px;
}

.img_content .day_time {
  justify-content: center;
}

.country_img {
  display: flex;
  justify-content: center;
  gap: 19px;
  margin-top: auto;
  align-items: center;
}

.img_content .img_icon {
  margin-bottom: 0;
  width: 29px;
  height: 26px;
  border-radius: 13.17px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding-right: 0;
}

.img_title {
  text-align: center;
}

.follow_me_img_sec.video_online_follow {
  padding-bottom: 148px;
  padding-top: 85px;
}

.more_browse.center {
  text-align: center;
}

.center .more_browse_btn {
  display: inline-flex;
}

.img_title .title {
  display: flex;
  align-items: center;
}

.img_title h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: white;
}

.video_img img {
  position: absolute;
  left: 0;
  object-fit: cover;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 30px;
  background: #fff;
  object-position: top;
}

.img_card_sec .section_head {
  margin-bottom: 35px;
}

.col3_grid_sec.all_videos_sec {
  padding-bottom: 0;
}

.all_videos_sec .grid_wrapper {
  padding-bottom: 75px;
}

.img_wrap_sec .img_wrapper {
  display: flex;
  flex-wrap: nowrap;
}

.img_wrap_sec {
  padding-bottom: 140px;
  padding-top: 106px;
}

.img_single_item {
  flex: 1;
  position: relative;
}

.img_wrap_sec .img_content {
  position: absolute;
  bottom: 45px;
  left: 50%;
  text-align: center;
  width: calc(100% - 30px);
  transform: translateX(-50%);
  z-index: 2;
}

.item_single_body::before,
.item_single_body::after {
  position: absolute;
  left: 0;
  object-fit: cover;
  top: 0;
  content: "";
  background: linear-gradient(#002e6d 0%, rgba(0, 85, 184, 0) 100%);
  height: 100%;
  transition: all 0.3s linear;
  width: 100%;
  max-height: 42.9%;
  pointer-events: none;
  z-index: 1;
  background-position: top;
}

.item_single_body::after {
  top: unset;
  bottom: 0;
  max-height: 49.3%;
  background: linear-gradient(to top, #002e6d 0%, rgba(0, 85, 184, 0) 100%);
}

.item_single_body:hover::after,
.item_single_body:hover::before {
  opacity: 0;
  transition: all 0.3s linear;
}

.img_box {
  position: relative;
  padding-top: 187.25%;
}

.img_box img {
  position: absolute;
  left: 0;
  object-fit: cover;
  top: 0;
  height: 100%;
  width: 100%;
}

.field_video_tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  justify-content: space-between;
}

.field_video_tabs .tabs {
  margin: 0;
  max-width: 34%;
  width: 100%;
  flex-wrap: wrap;
}

.tab_single_card::before {
  display: none;
}

.field_video_sec.tab_slider_sec .tabs > * + * {
  margin-right: 0;
}

.single_info_col {
  background: var(--dark_blue);
  border-radius: 35px;
  padding: 12px 20px 20px 44px;
  width: 100%;
  max-width: 82.3%;
  margin-right: -17.8%;
}

.field_video_tabs .tab_content_wrapper {
  max-width: 59.475%;
  position: sticky;
  top: 100px;
}

.tab_slider_sec .tab-link a.tab_single_card,
.tab_slider_sec .tab-link span.tab_single_card {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.tab_slider_sec h6 {
  color: var(--orange);
}

.tab_item_single_info h6 {
  margin-bottom: 30px;
}

.tab_slider_col_img img {
  width: 100%;
  height: 100%;
  border-radius: 35px;
  background-color: var(--white);
  object-fit: cover;
  object-position: center;
}

.field_video_tabs .tab-link {
  width: 100%;
}

.field_video_tabs .tab-link:not(:last-child) {
  margin-bottom: 25px;
}

.field_video_sec .section_head {
  margin-bottom: 35px;
}

.tab_item_single_info {
  margin-bottom: 25px;
}

.tab_slider_col_img {
  width: 100%;
  max-width: 35.5%;
  line-height: 0;
  z-index: 1;
}

.single_info_col .day_time {
  margin-top: auto;
}

.tab_item_single_info p {
  font-weight: bold;
  color: var(--white);
  min-height: 68px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
}

.single_info_col_body {
  width: 100%;
  max-width: 68.8%;
  margin-right: auto;
}

.field_video_tabs .tab_item_bg {
  padding-top: 87.5%;
}

.field_video_tabs .tab_item_bg::before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  height: 100%;
  background: linear-gradient(to bottom, #0055b8 0%, rgba(27, 54, 101, 0) 100%);
  width: 100%;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}

.tab_single_info a {
  margin-bottom: 20px;
}

.tab_single_info h2 {
  max-width: 82.3%;
  margin-bottom: 16px;
  font-weight: 300;
}

.content_data_tab {
  position: relative;
}

.tab_single_info p {
  margin-bottom: 0;
  font-size: 23px;
  color: var(--white);
  font-weight: 300;
}

.tab_single_card_data {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 100%;
  z-index: 1;
  max-width: 87.5%;
}

.header.show_nav span.live-text {
  display: none;
}

.header.show_nav span.live-text {
  display: none;
}

.header.show_nav .right-col {
  width: 100% !important;
}

.show_nav .innerheader {
  width: 100%;
  padding: 15px 4vh;
}

.show_nav .left_col > * + * {
  margin-right: 0px;
}

.show_nav .innerheader .right_col .logo_megaNav {
  justify-content: space-between;
  width: 100%;
  flex-direction: row-reverse;
}

.show_nav .innerheader .right_col .navigation_menu {
  padding-top: 11vh;
}

.theme-light label.checkbox-label {
  background-color: var(--orange);
}

.dark .btm_line span {
  color: white;
}

.show_nav .innerheader li.nav_item a,
.show_nav .innerheader li.nav_item span,
.show-lang-submenu .innerheader li.nav_item a {
  font-size: 12px;
  padding: 2vh 0px;
}

.show_nav .innerheader .submenu_navigation ul,
.show-lang-submenu .lang_navigation ul {
  padding-inline-start: 0px;
  list-style: none;
}

.show-lang-submenu .lang_navigation {
  padding-right: 0px;
}

.show-lang-submenu .lang-submenu-icon.svg_icon path,
.show-nav-submenu .sub-submenu-icon.svg_icon path {
  fill: var(--orange);
}

.show_nav .innerheader li.nav_item,
.show-lang-submenu .innerheader li.nav_item {
  border-bottom: 1px solid var(--border);
  padding: 0 4vh;
}

.show_nav li.nav_item.more.nav_mobile.hide_in_desktop {
  display: flex !important;
}

.submenu_navigation {
  width: 100%;
}

.grid-wrapper-two {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(33%, 1fr));
  grid-gap: 10px;
}

.videos-featured h3,
.videos-featured h4 {
  color: white;
  font-weight: 400;
}

.right-most .col-8 {
  width: 100%;
  max-width: 55.4%;
}

.right-most .col-4 {
  width: 100%;
  max-width: 44%;
}

.covetage_wrap .single-news-item {
  flex: 1 !important;
}

.scaled_tab_sec .swiper-slide-active .tab_item_info p,
.single-latest-news-text h3,
.card-div.big.inside .title h5,
.big-slider-carousels .slide-content .section-header.title h2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.8;
}

.video-grid-title h5,
.video-grid-title h4 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.7;
}

.swiper_slide_card h2 {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.8;
  text-overflow: ellipsis;
}

li.more {
  width: fit-content;
  display: flex;
  align-items: center;
}

li.nav_item.more.has_dropdown {
  cursor: pointer;
}

.theme-toggle {
  position: relative;
}

.static-section h4 span {
  line-height: 1.8;
}

.mangoslider {
  max-height: 430px;
}

.wrap-inside {
  width: 100%;
  display: flex;
}

.slider-pagination-above {
  flex-direction: column;
}

.line-bullets-pagination-indicator {
  margin: 0 !important;
  width: 75%;
  display: flex;
  justify-content: left;
}

.line-bullets-pagination-indicator .swiper-pagination-bullet-active {
  background: var(--orange);
  width: 30px !important;
}

.slider-pagination-above .swiper-pagination-bullets-dynamic {
  position: relative;
  left: 0 !important;
  transform: unset !important;
  display: flex;
  gap: 10px;
  width: fit-content !important;
}

.slider-pagination-above .swiper-pagination-bullet {
  border-radius: 5px !important;
  right: unset !important;
  width: 20px;
  height: 4px;
  transform: scale(1);
  margin: 0 !important;
}

.video-thumb img {
  max-height: 310px;
}

.img-optimizer-240 img {
  max-height: 280px;
}

.img-optimizer-170 .tab_item_bg img {
  max-height: 270px;
}

.img-optimizer-250 img {
  max-height: 300px;
  width: auto;
}

.img-optimizer-120 img {
}

.more-hover-svg {
  font-size: 12px;
  color: #1446c8;
  display: flex;
  align-items: center;
  padding: 6px 0px;
  border-radius: 20px;
}

.more-hover-svg span {
  width: 0;
  opacity: 0;
  transition: all 0.3s ease;
}

.section_head.title_tab_bar .title a {
  cursor: pointer;
  z-index: 3;
}

.section_head.title_tab_bar .title h2 {
  margin: 0 !important;
}

.section_head.title_tab_bar .title:hover .more-hover-svg {
  background: #8080801a;
  padding-right: 12px;
}

.title.font_45 {
  gap: 10px;
  display: flex;
  align-items: center;
  width: fit-content;
  justify-content: flex-start;
}

.title:hover span {
  width: auto;
  margin-left: 8px;
  opacity: 1;
}

.title:hover .more-hover-svg img {
  filter: unset;
}

.ticker-wrap {
  position: relative;
}

.ticker-wrap .ticker-label {
  position: absolute;
  right: 0;
  z-index: 1;
  padding: 10px;
  height: 100%;
  color: white;
  background-image: linear-gradient(45deg, red, #b71414);
  margin-bottom: 0;
  border-radius: 5px;
}

.ticker-wrap .ticker-label h4 {
  color: white;
}

div#ticker-box {
  background: #fcfcfc;
  position: relative;
}

.ticker-logo svg {
  width: 30px;
  height: 30px;
}

.ticker-inner-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  animation: ticker-animation 20s linear infinite;
}

.ticker-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  white-space: nowrap;
}

.ticker-text {
  display: flex;
  align-items: center;
  padding: 5px 0px;
}

.ticker-text p {
  margin: 0;
  padding: 0px 20px;
  color: #132a53;
  font-weight: 400;
}

.ticker-item svg {
  min-width: 30px;
  height: 30px;
}

.ticker-logo {
  display: flex;
  align-items: center;
}

#ticker-box:hover {
  animation-play-state: paused;
}

#ticker-box ul {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  white-space: nowrap;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 20s !important;
  animation-duration: 115s !important;
  width: 100%;
  height: 40px;
  animation-play-state: running;
  animation-delay: 1.5s;
}

div#ticker-box ul:hover {
  animation-play-state: paused;
}

#ticker-box ul {
  display: flex;
  height: 40px;
  width: fit-content;
}

div#ticker {
  width: 100%;
  overflow: hidden;
}

div#ticker-box::before {
  background: linear-gradient(to right, #f3f3f3 38%, rgba(0, 0, 0, 0) 75%);
  position: absolute;
  left: 0;
  top: 0;
  width: 5%;
  content: "";
  height: 100%;
  z-index: 9;
}

@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.tick-tabs .tab-svg {
  display: flex;
  align-items: center;
  width: 2px;
  height: 14px;
}

.tick-tabs .current .tab-svg {
  width: 14px;
  height: 14px;
}

.tick-tabs .tabs svg {
  fill: var(--orange);
  width: 14px;
}

.tick-tabs .tabs .tab-link:not(.current) svg {
  opacity: 0;
  width: 2px;
}

.tick-tabs .tab-link a,
.tick-tabs .tab-link span:not(.tab-svg) {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #898989;
  padding: 8px 10px;
  border-radius: 5px;
  font-size: 13px;
  gap: 5px;
  min-width: 90px;
  font-weight: 500;
  transition: 0.3s all;
  cursor: pointer;
  font-weight: 400 !important;
}

section .tick-tabs .tab-link a:hover,
section .tick-tabs .tab-link span:not(.tab-svg):hover {
  border: 1px solid var(--link_hover) !important;
  background: var(--orange) !important;
  color: white !important;
}

.section_head.title_tab_bar.tick-tabs.white a,
.section_head.title_tab_bar.tick-tabs.white span:not(.tab-svg) {
  color: white !important;
}

.tick-tabs .tab-link.current a:hover,
.light_bg .tick-tabs .tab-link.current a:hover,
.light_bg .tick-tabs .tab-link.current span:not(.tab-svg):hover,
.tick-tabs .tab-link.current span:not(.tab-svg):hover {
  background: unset !important;
  color: black !important;
}

.light_bg .tick-tabs .tab-link a:hover,
.light_bg .tick-tabs .tab-link span:not(.tab-svg):hover {
  border: 1px solid var(--link_hover) !important;
  background: var(--orange) !important;
  color: white !important;
}

.light_bg .tick-tabs .tab-link a,
.light_bg .tick-tabs .tab-link span:not(.tab-svg) {
  background: white;
  border: 1px solid #898989;
}

section.documentary-wrapper .tick-tabs .tab-link.current a,
section.documentary-wrapper .tick-tabs .tab-link.current span:not(.tab-svg),
.bg-dark-grey .tick-tabs .tab-link.current span,
.bg-dark-grey .tick-tabs .tab-link.current a {
  color: white !important;
}

section.documentary-wrapper .tabs .current svg {
  fill: white !important;
}

.documentary-wrapper .tick-tabs a,
.documentary-wrapper .tick-tabs span {
  color: #979191;
}

.tab_slider_sec .tab-link a:hover,
.tab_slider_sec .tab-link span:hover {
  color: var(--link_hover);
}

.tick-tabs .tab-link a::before,
.tick-tabs .tab-link span::before {
  content: unset !important;
}

.show_nav .search-icon.small-size {
  display: none !important;
}

.search-icon.small-size {
  background: #002e6d0d;
  border-radius: 5px;
  padding: 5px;
  display: none;
}

.search-icon.small-size.show_search_bar .search-result-sec {
  width: 260px;
  top: 240%;
  left: -90px;
}

.search-icon.small-size path {
  fill: var(--text-color) !important;
  stroke: var(--text-color) !important;
}

.theme-light .light_bg .tick-tabs .tab-link.current a,
.theme-light .light_bg .tick-tabs .tab-link.current span:not(.tab-svg) {
  background: white !important;
}

.tick-tabs .tab-link.current a,
.tick-tabs .tab-link.current span:not(.tab-svg) {
  border: 1px solid var(--orange);
  padding-left: 16px;
}

.tick-tabs .tabs > * + * {
  margin-right: 10px !important;
}

.post-info {
  position: relative;
  padding: 5px 10px;
  margin: 10px 0px;
  padding-bottom: 1px;
  height: 100%;
  min-height: 310px;
  max-height: 310px;
}

.post-info::before {
  content: "";
  position: absolute;
  background: #fcfcfc;
  height: 106%;
  min-height: 218px;
  width: 105%;
  top: 0;
  right: 0;
  z-index: 5;
}

.coverage-widget {
  border-radius: 5px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}

.coverage-widget img {
  width: 100%;
  height: auto;
  position: relative;
  border-radius: 5px;
  max-height: 113px;
}

.coverage-widget::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(
    to right,
    #5c5b5aa1 20%,
    rgba(0, 0, 0, 0) 75%
  );
  border-radius: 5px;
  z-index: 1;
}

.coverage-widget p {
  color: white;
  text-decoration: unset;
  width: fit-content;
  border: 1px solid currentColor;
  padding: 12px 10px;
  border-radius: 5px;
  z-index: 6;
  width: fit-content;
  text-align: center;
  line-height: 1.8;
  font-weight: 400;
  transition: 0.3s all;
  background: #d7d7d75e;
  position: absolute;
  left: 15px;
}

.more-widget:hover {
  color: white;
  background: #00000069;
}

.grid-wrapper-3 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  grid-gap: 20px;
}

.read-section .grid-title {
  min-height: 35px;
  text-align: right;
}

.grid-title h5 {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  line-height: 1.6;
}

._read-col-4 {
  display: flex;
  flex-direction: column;
}

.breaking-news-vertical {
  background: #f3f3f3;
  flex: 1;
}

.read-section .col-4 .breaking-content-wrap {
  overflow: hidden;
  overflow-y: scroll;
  background: #eaeaea;
}

.read-section .col-4 .title {
  margin: 0;
  /* background: #2f5391; */
  border-radius: 5px;
}

.read-sd-title {
  color: #4a4a4a;
  display: block;
  font-weight: 500;
  font-size: 2rem;
  line-height:1.6
}

.read-sd-date {
  color: #898989;
  font-size: 1rem;
  margin-top: 16px;
}

html.theme-dark .read-sd-title {
  color: #ececec;
}

.read-section .breaking-content-wrap::-webkit-scrollbar {
  width: 8px;
  height: 5px;
}

.read-section .breaking-content-wrap::-webkit-scrollbar-track {
  background: #eaeaea;
}

.read-section .breaking-content-wrap::-webkit-scrollbar-thumb {
  background-color: #d5d5d5;
  border-radius: 0px;
  border: 2px solid #d5d5d5;
}

.read-section .breaking-news-vertical .breaking-text h5 {
  font-weight: 400 !important;
}

.read-section .single-news {
  padding: 10px 15px;
}

.read-section .grid-wrapper-3 {
  width: 100%;
}

.read-section .col-8 {
  height: 100%;
}

.read-section .mangoslider {
  max-height: 100% !important;
}

.aside-tabs .show-more-tab {
  flex-basis: 24%;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  justify-content: center;
  border-radius: 5px;
  position: relative;
}

.aside-tabs .show-more-tab::before {
  background-image: linear-gradient(to top, #1446c8 5%, rgba(0, 0, 0, 0) 75%);
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 100%;
  z-index: 9;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  z-index: 4;
}

.show-more-tab.culture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.show-more-tab.sports {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.aside-tabs .mangoslider {
  display: flex;
  flex-basis: 75%;
  margin-right: 0;
}

.aside-tabs .tab-content {
  display: flex;
}

.show-more-tab-text a {
  font-size: 14px;
  color: white;
  font-weight: 400;
  border: 1px solid white;
  padding: 8px;
  border-radius: 5px;
  cursor: pointer;
  z-index: 6;
}

.show-more-tab-text {
  width: 100%;
  text-align: center;
}

.show-more-tab-text a:hover {
  color: white;
  background: #ddcfcf85;
}

.infograpgh-section {
  background: #1c3664 !important;
}

.infograpgh-section .section_head.title_tab_bar .title h2,
.infograpgh-section .grid-title h5 {
  color: white !important;
  transition: color 0.3s !important;
}

.section_head.title_tab_bar .title a h2:hover {
  color: var(--orange) !important;
}

.infograpgh-section .grid-image {
  position: relative;
  overflow: hidden;
}

.infograpgh-section .grid-image::before {
  background: #000000b3;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 100%;
  -webkit-transition: all 0.4s ease-in-out 0s;
  z-index: 9;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 5px;
}

.infograpgh-section .grid-item:hover .grid-image::before {
  top: 0;
}

.infograpgh-section .grid-item .lg_para p {
  color: white;
  text-align: right;
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  font-size: 1.5rem;
  font-weight: 200;
}

.infograpgh-section .grid-item:hover .lg_para {
  opacity: 1;
}

.col-6.col-md-6 .item-image {
  flex: 0 0 28%;
}

.infograpgh-section .grid-item {
  position: relative;
  overflow: hidden;
}

.featured-latest-section .card-div.inside img {
  width: 100%;
}

.featured-latest-section .col-4 {
  max-width: 34%;
}

.most-read-section .grid-wrapper-five .tab_item_bg img,
.most-read-section .sports-grid .digit .tab_item_bg img {
  width: calc(100% - 65px) !important;
}

.tab_swiper_widget-most-sports img {
  width: calc(100% - 75px);
}

.tab_swiper_widget-most-sports {
  counter-reset: section;
}

.grid-wrapper-five,
.most-read-section .sports-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(18%, 1fr));
  grid-gap: 20px;
  counter-reset: section;
  margin-left: auto;
  margin-bottom: 0 !important;
}

.most-read-section .grid-wrapper-five .digit .tab_item_bg::after,
.most-read-section .sports-grid .digit .tab_item_bg::after {
  font-size: 50px !important;
}

.grid-wrapper-one {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(55%, 1fr));
  grid-gap: 29px;
}

.most-read-section .grid-wrapper-five .tab_item_info {
  width: calc(100% - 45px) !important;
}

.featured-latest-section .col-8 {
  max-width: 65%;
}

.sports .single-item {
  display: flex;
  gap: 5px;
}

.grid-item h4 {
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.flex-grid-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.featured-latest-section .item-image {
  flex: 0 0 34%;
}

.featured-latest-section.equal-grids .item-image {
  flex: 0 0 35%;
}

.featured-latest-section .content {
  bottom: 20px;
  right: 15px;
  width: 95%;
}

section .white-card {
  padding: 8px;
}

.featured-latest-section .col-50 {
  width: 50.5%;
}

.featured-latest-section.sports .item-image {
  flex: 0 0 40%;
}

.featured-latest-section.sports .item-content {
  flex: 0 0 58%;
}

.featured-latest-section :where(.title h3, .title h2) {
  color: white;
}

.no-background .light_bg {
  background: white !important;
}

.pd-top-0 {
  padding-top: 0;
}

.interactive_video_container {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.interactive_video_container img, .interactive_video_container picture {
    object-fit: cover;
    opacity: 1;
    transition: opacity 0.5s ease;
    max-height: 100%;
}

.mangox_interactive_video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 2;
    border-radius: 5px;
}

/* .interactive_video_container:hover .mangox_interactive_video, */
.interactive_video_container.playing .mangox_interactive_video {
    opacity: 1;
}

/* .interactive_video_container:hover img, */
.interactive_video_container.playing img, .interactive_video_container.playing picture {
    opacity: 0;
}