.grecaptcha-badge, .VIpgJd-ZVi9od-l4eHX-hSRGPd{
  display: none !important;
}

/* .d-none{
  display: none !important;
} */
/*#language_div{
    z-index: 1900;position: fixed;bottom:  0; padding: 10px;
}*/
#language_div{
    z-index: 1900;position: fixed;bottom:  20px; padding: 5px 10px;
    left: 1%;
    background: gray;
    border-radius: 15px;
}
.hero-eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--tj-color-theme-primary);
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 16px;
  animation: fadeUp 0.8s 0.2s forwards;
}
.hero-eyebrow::before {
  content: '';
  display: block;
  width: 36px;
  height: 1px;
  background: var(--tj-color-theme-primary);
}
.hero-bg-video {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero-bg-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-bg-video video::after {
  position: absolute;
  content: "";
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.836) 0%, rgba(0, 0, 0, 0.596) 35%, rgba(0, 212, 255, 0) 100%);
  top: 0;
  bottom: 0;
  z-index: -1;
}
.tj-slider-item .slider-content .slider-desc {
  max-width: unset;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-slider-item .slider-wrapper {
    padding: 170px 0 170px 30px;
  }
}

/* ── MARQUEE ── */
  .marquee-wrap {
    background: var(--ink); color: var(--paper);
    padding: 18px 0; overflow: hidden;
    border-top: 1px solid var(--tj-color-theme-primary);
    border-bottom: 1px solid var(--tj-color-theme-primary);
  }
  .marquee-track {
    display: flex; gap: 0;
    animation: marquee 28s linear infinite;
    white-space: nowrap;
  }
  .marquee-item {
    display: inline-flex; align-items: center; gap: 28px;
    font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--tj-color-heading-primary); padding: 0 40px;
    flex-wrap: nowrap;
  }
  .marquee-item .dot { color: var(--gold); font-size: 1.2rem; line-height: 0; }

  @keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.footer-main-area {
  position: relative;
  padding: 0px 0 90px 0;
}
.w-100{
  width: 100%;
}
.text-capitalize{
    text-transform: capitalize;
}
.pt-0{
    padding-top: 0;
}
.mt-0{
    margin-top: 0;
}
@media screen and (max-width: 479px) {
  .display-1 {
    font-size: 38px !important;
  }
}


/* Slideshow container */
/* .alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}
 .alert-heading{color:inherit}
 .alert-link{font-weight:700}
 .alert-dismissible{padding-right:4rem}
 .alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}
 .alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}
 .alert-primary hr{border-top-color:#9fcdff}
 .alert-primary .alert-link{color:#002752}
 .alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}
 .alert-secondary hr{border-top-color:#c8cbcf}
 .alert-secondary .alert-link{color:#202326}
 .alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}
 .alert-success hr{border-top-color:#b1dfbb}
 .alert-success .alert-link{color:#0b2e13}
 .alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}
 .alert-info hr{border-top-color:#abdde5}
 .alert-info .alert-link{color:#062c33}
 .alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}
 .alert-warning hr{border-top-color:#ffe8a1}
 .alert-warning .alert-link{color:#533f03}
 .alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}
 .alert-danger hr{border-top-color:#f1b0b7}
 .alert-danger .alert-link{color:#491217}
 .alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}
 .alert-light hr{border-top-color:#ececf6}
 .alert-light .alert-link{color:#686868}
 .alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}
 .alert-dark hr{border-top-color:#b9bbbe}
 .alert-dark .alert-link{color:#040505} */
@media(max-width:1024px) {
/*    #language_div{
        z-index: 1900;position: fixed;bottom:  0; padding: 10px;
        left: 10%
    }*/
    
    .hidden-sm-down {
        display:none!important
    }
    
    
}
