/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* START WEB FONTS */
@font-face {
    font-family: "Readex Pro";
    src: url("../fonts/ReadexPro-SemiBold.eot");
    src: url("../fonts/ReadexPro-SemiBold.eot?#iefix") format("embedded-opentype"),
      url("../fonts/ReadexPro-SemiBold.woff2") format("woff2"),
      url("../fonts/ReadexPro-SemiBold.woff") format("woff"),
      url("../fonts/ReadexPro-SemiBold.ttf") format("truetype"),
      url("../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("../fonts/ReadexPro-Medium.eot");
    src: url("../fonts/ReadexPro-Medium.eot?#iefix") format("embedded-opentype"),
      url("../fonts/ReadexPro-Medium.woff2") format("woff2"),
      url("../fonts/ReadexPro-Medium.woff") format("woff"),
      url("../fonts/ReadexPro-Medium.ttf") format("truetype"),
      url("../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("../fonts/ReadexPro-Light.eot");
    src: url("../fonts/ReadexPro-Light.eot?#iefix") format("embedded-opentype"),
      url("../fonts/ReadexPro-Light.woff2") format("woff2"),
      url("../fonts/ReadexPro-Light.woff") format("woff"),
      url("../fonts/ReadexPro-Light.ttf") format("truetype"),
      url("../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("../fonts/ReadexPro-ExtraLight.eot");
    src: url("../fonts/ReadexPro-ExtraLight.eot?#iefix") format("embedded-opentype"),
      url("../fonts/ReadexPro-ExtraLight.woff2") format("woff2"),
      url("../fonts/ReadexPro-ExtraLight.woff") format("woff"),
      url("../fonts/ReadexPro-ExtraLight.ttf") format("truetype"),
      url("../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("../fonts/ReadexPro-Regular.eot");
    src: url("../fonts/ReadexPro-Regular.eot?#iefix") format("embedded-opentype"),
      url("../fonts/ReadexPro-Regular.woff2") format("woff2"),
      url("../fonts/ReadexPro-Regular.woff") format("woff"),
      url("../fonts/ReadexPro-Regular.ttf") format("truetype"),
      url("../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("../fonts/ReadexPro-Bold.eot");
    src: url("../fonts/ReadexPro-Bold.eot?#iefix") format("embedded-opentype"),
      url("../fonts/ReadexPro-Bold.woff2") format("woff2"),
      url("../fonts/ReadexPro-Bold.woff") format("woff"),
      url("../fonts/ReadexPro-Bold.ttf") format("truetype"),
      url("../fonts/ReadexPro-Bold.svg#ReadexPro-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  
  /* END WEB FONTS */
  
  /*Default-CSS*/
  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: 80px;
    background-color: var(--bg_gray);
  }
  
  /* section {
      padding-top: 70px;
      padding-bottom: 70px;
  } */
  *::-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;
  }
  
  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;
    /* For some Androids */
  }
  
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  .clr::after,
  ul::after,
  .clearfix::after,
  li::after {
    clear: both;
    display: block;
    content: "";
  }
  
  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;
  }
  
  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;
  }
  
  body p {
    color: var(--text-color);
    font-family: "Readex Pro";
    font-size: 16px;
    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;
    width: 100%;
    /* height: 100%; */
  }
  
  /* .container::after {
    content: "";
    display: block;
    clear: both;
  } */
  
  .container {
    width: 100%;
    padding-left: 7.66vw;
    padding-right: 7.66vw;
    margin: 0 auto;
    position: relative;
    float: none;
  }
  
  body .container .container {
    padding-left: 0;
    padding-right: 0;
  }
  
  /*scroll Hide*/
  html.no-scroll {
    overflow: hidden;
  }
  
  html.no-scroll body {
    overflow: hidden;
    height: 100%;
  }
  
  /*button*/
  button,
  html input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    cursor: pointer;
  }
  
  /* Buttons styles start */
  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: 15px;
    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);
  }
  
  /* Button styles end */
  
  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;
  }
  
  .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 {
    min-height: 100vh;
  }
  
  .comm_max {
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
  }
  
  /*Default-CSS close*/
  
  /* START CUSTOM SCROLL BAR */
  
  *::-webkit-scrollbar {
    width: 8px;
  }
  
  *::-webkit-scrollbar-track {
    background: #404040;
  }
  
  *::-webkit-scrollbar-thumb {
    background: var(--orange);
  }
  
  * {
    scrollbar-width: thin;
    scrollbar-color: var(--orange) #404040;
  }
  
  /* END CUSTOM SCROLL BAR */
  
  
  /* START COMMON CSS */
  
  body h1 {
    font-size: 40px;
  }
  
  body h2 {
    font-size: 35px;
    color: var(--white);
    line-height: 130%;
    font-weight: 400;
  }
  
  .title h2 {
    font-size: 45px;
    font-weight: 500;
  }
  
  .md_title.title h2, .md_title.title h2 a {
    font-size: 35px;
  }
  .home_top_banner {
    padding-top: 60px;
    padding-bottom: 60px;
}
  
  
  
  body h3 {
    font-size: 25px;
  }
  
  body h4 {
    font-size: 28px;
  }
  
  body h5 {
    font-size: 22px;
  }
  
  body h6 {
    font-size: 18px;
  }
  
  
  .rounded_sec.dark_gray_bg {
    background-color: var(--bg_gray);
  }
  
  .rounded_sec.light_bg {
    background-color: var(--lightgray);
  }
  
  .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;
  }
  
  
  
  
  
  /* END COMMON CSS */
  
  /*START HEADER PAGE CODE*/
  .hamburger_wrap.hide_in_desktop {
    display: none;
  }
  
  .header {
    position: fixed;
    top: 0;
    left: 0;
    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;
    z-index: 99;
    background-color: white;
    box-shadow: 0px 3px 7px #5252523d;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    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;
    z-index: 99;
    background-color: white;
  }

  
  .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{
      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;
}
.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: 30px; */
    width: fit-content;
    height: 20px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  
  header.show_mega_menu .mega_nav>.svg_icon {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  
  header .logo {
    width: 80px;
  }
  
  header .logo_megaNav>*+* {
    margin-right: 20px;
  }
  
  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 {
    padding: 30px 0;
    position: relative;
    font-weight: 400;
  }
  
  header .main_link .nav_item a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 30%;
    width: 25px;
    height: 2px;
    border-radius: 10px;
    background-color: var(--link_hover);
    opacity: 0;
    visibility: hidden;
  }
  
  header .main_link .active a::after,
  header .main_link a:hover::after {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    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;
  }
  header.show_nav .nav_mobile.hide_in_desktop{
    display: block;
    width: 100%;
  }
 
  .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,
header.show-nav-submenu .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;
}
.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 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -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;
  }
  
  .language a:last-child::before {
    display: none;
  }

  .language .active {
    border: 1px solid currentColor;
    background-color: white;
}
  /*END HEADER PAGE CODE*/
  .gradient_tab_sec .tab_slider_info_col {
    padding-bottom: 0 !important;
}
  /* START CUSTOM LIVE BTN */
  
  .live-btn {
    position: relative;
    margin: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  
  .live-text {
    font-size: 17px;
    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;
  
  }
  .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 */
  .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;
}
  /* END CUSTOM RADIO SWITCH */
  
  li.more:hover .icon svg_icon {
    background-color:var(--orange);
  }
  /* START HERO BANNER SLIDER CODE */
  .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;
  }
  
  .slide_info_wrap>*+* {
    margin-right: 10px;
  }
  
  .Category p {
    background-color: rgba(255, 255, 255, 0.29);
    border-radius: 100px;
    padding: 3px 13px;
    font-size: 14px;
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.29);
    width: fit-content;
  }
  
  .day_time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }
  
  /*.day_time::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 2px;
    height: 60%;
    background-color: var(--white);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }*/
  
  /* .day_time>* {
    padding-right: 10px;
  } */
  
  .day_time p {
    font-size: 14px;
    color: var(--white);
  }

  
  .slider_desc {
    margin-bottom: 70px;
  }
  
  .slider_desc h2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
  }
  
  .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 {
    /* width: fit-content !important; */
    
}
.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;
  /* position: absolute; */
  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.20);
    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.20);
    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;
    width: 100%;
    /* padding-top: 100%; */
  }
  .slider-container-big {
    position: relative;
}
  .slider_bg img {
    /* position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: top; */
    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;
  }
  
  .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 Slider*/
  .video_container .sideBy_thumb_slider_wrapper .swiper-slide {
    /* max-width: 150px;
    max-height: 50px; 
    width: 26% !important;
    margin: 0 !important;*/
}
.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: 50%;
}
.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:85%;
}
.mini-container.video-flex-box .tab_slider_sec .tab_slider_col {
  display: flex;
  justify-content: space-between;
  padding: 0px 5.5vw;
}
.mini-container.video-flex-box .tab_slider_sec .section-header.title {
  width: fit-content;
}

.mini-container.video-flex-box .tab_slider_sec ul.tabs {
  width: fit-content;
  overflow: visible;
  margin: 0;;
}
.video-wrapper section.all_news_slider.side_by_slider {
  background-image: url(/mdn2023/images/cover-video.png);
  background-size: cover;
  padding: 0px;
  padding-bottom: 62px !important;
  margin: 0px;
  background-position: center;
  background-repeat: no-repeat;
}
  .wather_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  
  .icon.wather_icon {
    width: 97px;
    height: 97px;
    margin-right: 30px;
    background-image: url(/mdn2023/images/rain.svg);
    background-repeat: no-repeat;
    background-size: contain;
    mix-blend-mode: soft-light;
  }
  
  .icon.wather_icon img {
    display: none;
  }
  
  .wather_box .direction.hide_in_desktop {
    display: none;
  }
  
  .wather_tamp p {
    font-size: 84px;
    font-weight: 300;
    color: var(--white);
    position: relative;
    line-height: 80%;
    margin-bottom: 5px;
  }
  
  .wather_tamp p::before {
    content: "o";
    position: absolute;
    top: 10px;
    right: -25px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 45px;
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .wather_tamp small {
    color: var(--white);
    font-size: 14px;
  }
  
  .slider_navigation {
    width: 100%;
    position: relative;
    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-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;
  }
  
  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;
    /* overflow: hidden; */
    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;
  }
  
  /* END HERO BANNER SLIDER CODE */
  
  /* START INFINITE SLIDER SEC */
  .infinite_scroll_slider .section_head {
    margin-bottom: 28px;
  }
  
  .infinite_slide_sec {
    position: relative;
    margin-top: -30px;
    z-index: 1;
    padding: 0;
  }
  
  .infinite_wrap {
    margin: -30px 0 0 0;
    overflow: hidden;
    background-color: var(--link_hover);
    border-radius: 30px 30px 0 0;
    position: relative;
    transition: all 0.5s linear;
  }
  
  .infi_slider_wrap {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
  }
  
  
  .infinite_wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 11%;
    height: 100%;
    background-image: -webkit-gradient(linear, right top, left top, from(transparent), to(#ff6b00de));
    background-image: -o-linear-gradient(right, transparent, #ff6b00de);
    background-image: linear-gradient(to left, transparent, #ff6b00de);
    z-index: 1;
  }
  
  .infinite_wrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 11%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#ff6b00de));
    background-image: -o-linear-gradient(left, transparent, #ff6b00de);
    background-image: linear-gradient(to right, transparent, #ff6b00de);
    z-index: 1;
  }
  
  .infi_slider_wrap .infi_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 28px 125px 28px 125px;
    position: relative;
    margin-bottom: 30px;
  }
  
  .infi_slider_wrap .infi_item p {
    white-space: nowrap;
    font-size: 26px;
    color: var(--white);
  }
  
  .infi_item h3 {
    font-weight: 400;
    color: #983200;
    position: relative;
    padding-left: 11px;
  }
  
  .infi_item h3::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3px;
    background-color: #983200;
    height: 90%;
    left: 0;
    border-radius: 10px;
  }
  
  .infi_slider_wrap .infi_item::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 97px;
    height: 60px;
    background: url("/mdn2023/images/dark_logo.svg") no-repeat;
    background-size: contain;
    background-position: center;
  }
  
  .infi_item .title {
    margin-left: 24px;
  }
  
  
  
  /* END INFINITE SLIDER SEC */
  
  /* START TAB SLIDER SEC CODE */
  .rounded_sec {
    /* width: 100%;
    background: var(--black);
     margin-top: -30px;
    z-index: 1;
    position: relative;
    padding-top: 80px;
    padding-bottom: 100px; */
    width: 100%;
    background: var(--black);
    /* margin-top: -30px; */
    z-index: 1;
    position: relative;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  
  .mini_container {
    padding: 0 21vw;
  }
  
  .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;
  }
  
  .tab_slider_sec .tabs::-webkit-scrollbar {
    display: none;
  }
  
  .tab_slider_sec .tab-link a {
    color: var(--text-color);
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding: 10px 0;
    white-space: nowrap;
  }
  
  .tab_slider_sec .tab-link a:hover {
    color: var(--link_hover);
  }
  
  .tab_slider_sec .tab-link a::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 10px;
    height: 2px;
    border-radius: 50px;
    background-color: var(--border);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .tab_slider_sec .tab-link.current a::before,
  .tab_slider_sec .tab-link a:hover::before {
    width: 22px;
    background-color: var(--link_hover);
    /* -webkit-box-shadow: 1px 1px 6px var(--link_hover);
    box-shadow: 1px 1px 6px var(--link_hover); */
  }
  
  .tab_slider_sec .tab-link.current a {
    color: var(--white);
    font-weight: bold;
  }
  
  .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%;
  }
  
  .tab_slider_sec .tab_slider_info_col {
    width: 100%;
    max-width: 130px;
    margin-left: 10px;
    padding-bottom: 20px;
    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: 60px;
  }
  
  .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 {
    /* margin-bottom: 45px; */
  }
  
  .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 {
    content: "";
    position: relative;
    width: 15px;
    height: 14px;
    background: url("/mdn2023/images/more_browse.svg") no-repeat;
    margin-left: 6px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .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%);
  }
  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: 0 2%;
  padding-top:1%;
  padding-bottom:3%;

}
.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;
    /* padding-top:56.25%; */
    width: 100%;
    overflow: hidden;
  }

  .top_img.hide_in_desktop {
    display: none;
}

  .tab_item_bg img {
    /* position: absolute; */
    /* top: 0;
    left: 0; */
    width: 100%;
    height: auto;
    display: block;
    /* height: 100%; */
    /* -o-object-fit: cover; */
    /* object-fit: cover; */
  }
  
  .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 {
    font-size: 20px;
    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;
    visibility: visible;
  }
  
  .tab_content_wrapper .tab-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -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-right: auto;
    overflow: hidden;
    /* margin-bottom: 80px; */
    overflow-x: auto;
    scrollbar-width: none;
  }
  
  .scaled_tab_sec .tabs::-webkit-scrollbar {
    display: none;
  }
  
  /* Ration 16:9  Image*/
  .scaled_tab_sec .tab_item_bg {
    /* padding-top: 56.25%; */
    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;
    font-size: 22px;
    line-height: 140%;
    -webkit-line-clamp: 3;
    font-weight: 600;
  }
  
  .scaled_tab_sec .swiper {
    width: auto;
    /* margin-left: -1vw;
    margin-right: -1vw; */
  }
  
  .scaled_tab_sec .tab_item_info {
    /* margin-top: 10px; */
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .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 {
    color: var(--white);
  }
  
  .white_link .more_browse_btn::before {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  
  .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 a:hover, .hover_zoom .tab_card a:hover {
    transform: scale(1.05);
  }
  .hover_zoom .swiper-slide {
    padding: 1.75vw 0.65vw;
}

  .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;
  }
  
  /* END TAB SLIDER SEC CODE */
  
  /* START COMM 4 GRID SEC CODE */
  
  .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;
    /* margin-bottom: 20px; */
    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%);
  }
  
  /* END COMM 4 GRID SEC CODE */
  
  /* START MINI BG SEC CODE */
  .mini_bg_sec .rounded_sec {
    padding-top: 0;
    overflow: hidden;
  }
  
  .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;
  }
  
  .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;
  }
  
  /* END MINI BG SEC CODE */
  
  /* START TAB VIDEO SEC CODE */
  .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;
    /* background: linear-gradient(to bottom,transparent,#0000,#002e5d 83%,#002e5d 83%); */
  }
  
  .video_tab_wrapper .video_tab_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 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;
    /* padding-bottom: 7px; */
  }
  
  .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 p {
    font-size: 16px;
  }
  
  .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;
  

}
.video-thumb::before,.slider_bg.video::before,.content-image::before {
  content: '';
    position: absolute;
    bottom: 5%;
    right: 1%;
    width: 20%;
    height: 18%;
    background-image: url(/mdn2023/images/play.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    cursor: pointer;
    
}
.big_slider .slider_bg.video::before {
    bottom: 5%;
    right: 5%;
    width: 10%;
    height: 20%;
    cursor: pointer;
    z-index: 999;
 }


  
  .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;
  }
  
  /* END TAB VIDEO SEC CODE */
  
  /* START 2 COLUMNS GRID SEC CODE */
  
  .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%;
    font-size: 25px;
    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));
  }
  
  /* END 2 COLUMNS GRID SEC CODE */
  
  /* START DOCUMENTRY SECTION CODE */
  .cust_icon {
    width: 61px;
    margin-left: 14px;
  }
  
  .dark_brown_bg {
    background: var(--dark-brown);
  }
  
  .documentry_sec .rounded_sec {
    padding: 70px 0 100px;
  }
  
  .documentry_sec .tab_item_info {
    margin: 30px auto 0;
    width: 75%;
  }
  
  .documentry_sec .tab_item_info p {
    font-size: 25px;
    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 .swiper-slide:hover .tab_item_bg {
    padding-top: 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;
  }
  
  /* END DOCUMENTRY SECTION CODE */
  
  
  
  
  /* START SPORTS TAB SECTION CODE  */
  
  .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;
  }
  
  /* END SPORTS TAB SECTION CODE  */
  
  
  
  /* START MIX CATEGORY SECTION CODE */
  .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;
  }
  
  /* .mix_category_sec .section_head {
    margin-top: 36px;
    margin-bottom: 22px;
  } */
  
  /* .mix_category_sec .cat_img.tab_item_bg {
    padding-top: 107.8%;
    margin-bottom: 20px;
  } */
  
  /* .mix_category_sec .card_desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  } */
  
  /* .mix_category_sec .card-title {
    padding-bottom: 40px;
    border-bottom: 1px solid var(--border);
  } */
  
  /* .mix_category_sec .card-title p {
    font-weight: 400;
  } */
  
  
  /* .mix_category_sec .card_desc .card_cat {
    margin-top: auto;
    font-size: 16px;
    color: var(--border);
  }
  
  .mix_category_sec>.rounded_sec {
    padding-bottom: 75px;
    padding-top: 63px;
  } */
  
  /* END MIX CATEGORY SECTION CODE */
  
  
  
  /* START DEVELOPEMENT SECTION CODE */
  
  .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%;
  }
  
  /* END DEVELOPEMENT SECTION CODE */
  
  
  /* START CARD SLIDER SECTION */

.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;
    margin-bottom: 70px;
}

.card_slider_sec .swiper_slide_card {
	/* 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;
	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%;
	padding-top: 27.46%;
	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.pt0 .tab_item_bg img {
  position: absolute;
  left: 0;
  /* object-fit: cover; */
  top: 0;
  /* height: 100%; */
  width: 100%;
}
.card_slider_sec .swiper_slide_card .card_info_col {
	width: 100%;
	max-width: 81.4%;
	transition: all 0.5s ease-in-out;
	position: relative;
	margin-right: -9.8%;
	padding-right: 8.12vw;
	padding-left: 19.72vw;
	padding-top: 75px;
	padding-bottom: 100px;
	height: 100%;
	filter: drop-shadow(3px 3px 10px rgba(0,0,0,0.16));
	margin-top: -180px;
}

/* .swiper_slide_card .card_info_col::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply;
	background-color: #1B1B1B;
} */

.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;
}
.card_swipper .swiper-wrapper::before {
  content: "";
    top: 0;
    position: absolute;
    right: -9.8%;
    width: 80.5%;
    height:80%;
    background-color: rgba(0, 0, 0, 0.54);
    background-image: url(/mdn2023/images/cover-video.png);
    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(-8vw) 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(-8vw) 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(-4vw) 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: 33px;
}

.card_slider_sec .tab_item_info {
	position: relative;
}

.card_slider_sec .tab_item_info p {
	color: var(--text-color);
	font-size: 25px;
	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: 3;
}


.card_slider_sec .tab_slider_col {
	position: relative;
}

.card_slider_sec .slider_navigation {
	position: absolute;
	bottom: 168px;
	z-index: 1;
	right: 0;
	max-width: 48.2%;
}

.pt0 {
	padding-top: 0;
}
.multi_sec .card_slider_sec {
	padding-bottom: 140px;

}
  
  /* END CARD SLIDER SECTION */
  
  
  /* START FOOTER CODE */
  footer .rounded_sec {
    background: url("/mdn2023/images/footer_bg.png") no-repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 50px;
    background-blend-mode: soft-light;
    /*background-color: #005CC8;*/
    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;
    opacity: 0.7;
    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;
  }
  
  .footer_middle_menu p {
    text-align: center;
    font-weight: 400;
    width: 36%;
    color: white !important;
    opacity: 0.8;
    font-size: 13px;
    color: var(--homewhite);
    text-align: start;
  }
 p.footer_note span {
    opacity: 0.7;
}
  
  .footer_bottom_menu {
    width: 100%;
    max-width: 340px;
    padding-top: 50px;
  }
  
  .footer_bottom_menu .footer_note {
    width: 100%;
    max-width: 58%;
    margin-bottom: 25px;
    font-size: 23px;
    font-weight: 400;
    line-height: 156.522%;
    color: var(--white);
  }
  
  .btn_wrapper .btn {
    padding: 18px 25px;
    font-size: 16px;
    font-weight: 400;
    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;
    border-color: rgba(255, 255, 255, 0.29);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: rgba(255, 255, 255, 0.29);
    background-image: unset;
  }
  
  .btn_wrapper .btn:hover {
    background-color: transparent;
    border-color: white;
  }
  
  .btn_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 17px;
    margin-bottom: 25px;
  }
  
  .right_reserved_txt {
    font-size: 14px;
    font-weight: 200;
    line-height: 19px;
    color: var(--white);
  }
  
  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;
  }
  
  .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 {
    margin-bottom: 53px;
  }
  
  .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;
  }
  ul.footer_menu .logo {
    width: 64px;
}
.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;
}
  /* END FOOTER CODE */
  
  /* START SIDE BY SLIDER CODE */
  .header+.overlap_none,
  .header~section:last-child {
    margin-bottom: 80px;
  }
  
  .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: 63px 63px 19.7%;
  }
  
  .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-size: 18px;
    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;
  }
  
  /* END SIDE BY SLIDER CODE */
  
  
  
  /* START NEWS TAB SEC CODE */
  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 {
    font-size: 25px;
    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 {
    /* max-width: 50%; */
    /* padding: 0 10px; */
    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;
  }
  
  /* END NEWS TAB SEC CODE */
  
  /* START FOLLOW IMG SEC */
  .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;
  }
  
  /* END FOLLOW IMG SEC */
  
  
  /* START SINGLE NEWS PAGE CODE */
  .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;
  }
  
  .single_news_sec .news_read_more .tab_item_info p {
    line-height: 140%;
  }
  
  .news_read_more.related_topics .card_desc:not(:last-child) {
    margin-bottom: 30px;
  }
  
  
  
  .follow_me_img_sec.video_follow {
    padding: 50px 0 100px;
  }
  
  /* END SINGLE NEWS PAGE CODE */
  
  
  /* START INFINITE SCROLL SLIDER */
  .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;
  }
  
  .header~section:last-child[class*="_bg"] {
    margin-bottom: 0;
    padding-bottom: 150px;
  }
  
  /* END INFINITE SCROLL SLIDER */
  
  /* START VIDEO PAGE VIDEO 2-COL-GRID */
  .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;
  }
  
  /* END VIDEO PAGE VIDEO 2-COL-GRID */
  
  
  /* START 3 GRID COL SEC CODE */
  .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%;
  }
  
  /* END 3 GRID COL SEC CODE */
  
  
  /* START COMMON SLIDER SEC */
  .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%);
  }
  
  /* END COMMON SLIDER SEC */
  
  
  /* VIDEO ONLINE PAGE DESIGN */
  .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;
    /* margin-bottom: 34px; */
  }
  
  .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;
    /* box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.57); */
    object-position: top;
  }
  
  .img_card_sec .section_head {
    margin-bottom: 35px;
  }
  
  /* VIDEO ONLINE PAGE DESIGN */
  
  /* FIELD GO PAGE DESIGN */
  .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 {
    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%;
  }
  
  /* Open Nav */
  .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: 3vw 2vw;
}

.show_nav .innerheader .right_col {
    width: 100%;
}

.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: 18vh;
    width: 100%;
}

.theme-light label.checkbox-label {
  background-color: var(--orange);
}
.dark .btm_line span {
  color: white;
}
.show_nav .innerheader li.nav_item a ,
.show-lang-submenu .innerheader li.nav_item a
{
  font-size: 12px;padding: 2vh 0px;
}
.show_nav .innerheader .submenu_navigation ul{
  padding-inline-start: 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 5vh;
    
}


/* IMAGES RATIO */
.covetage_wrap .single-news-item{
  flex: 1 !important;
}


/* LINE CLAMP TEXT */
/* 3 */
.scaled_tab_sec .swiper-slide-active .tab_item_info p,
.breaking-text h6,
.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: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.8;
}
/* 2 */
.video-grid-title h6{
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.7;
}
/* 1 */
.swiper_slide_card h2 {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.8;
    text-overflow: ellipsis;
}