@import "https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap";
* {
  color: inherit;
  margin: 0;
}
body {
  background: #fff;
}
ul {
  padding: 0;
  list-style-type: none;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"><path fill="%23ff0500" d="M0 3l5 5 5-5z"/></svg>');
  background-position: right 1rem center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  position: relative;
}
body {
  font-family: Instrument Sans, sans-serif;
}
.bg-primary {
  background: var(--primary-color, #ff0500);
  background-size: cover;
}
.bg-white {
  background: var(--white-color, #fff);
  background-size: cover;
}
.bg-gray {
  background: linear-gradient(#e6e6ed, #ffffff);
}
.text-primary {
  color: var(--primary-color, #ff0500);
}
.text-secondary {
  color: var(--secondary-color, #000);
}
.text-white {
  color: var(--white-color, #fff);
}
.text-black {
  color: var(--black-color, #141414);
}
.text-center {
  text-align: center;
}
.pt-2 {
  padding-top: 1.5rem;
}
.pb-0 {
  padding-bottom: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.br {
  border-radius: 20px;
}
.center-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.container {
  max-width: 100%;
}
.container,
.lg-container {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}
.lg-container {
  max-width: 1320px;
}
.row {
  flex-flow: wrap;
  display: flex;
}
@media (min-width: 0) {
  .col-12-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 100%;
  }
}
@media (min-width: 480px) {
  .col-4-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 33.3333%;
  }
}
.bottom-triangle {
  position: relative;
}
.bottom-triangle:after {
  content: "";
  border-top: 65px solid #fff;
  border-left: 50vw solid #0000;
  border-right: 50vw solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%) translateY(100%);
          transform: translate(-50%) translateY(100%);
}
@media (min-width: 1320px) {
  .bottom-triangle:after {
    border-left: 518px solid #0000 !important;
    border-right: 518px solid #0000 !important;
  }
}
.tilt-bg {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: skewY(-3deg);
          transform: skewY(-3deg);
}
.tilt-bg .container {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  outline: 1px solid #0000;
  -webkit-transform: skewY(3deg);
          transform: skewY(3deg);
}
@-webkit-keyframes slideReveal {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0;
            transform-origin: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    opacity: 1;
    -webkit-transform-origin: 0;
            transform-origin: 0;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes slideReveal {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0;
            transform-origin: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    opacity: 1;
    -webkit-transform-origin: 0;
            transform-origin: 0;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@-webkit-keyframes revealRedStripe {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0;
            transform-origin: 0;
    background-color: #ff0500;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    opacity: 1;
    -webkit-transform-origin: 0;
            transform-origin: 0;
    background-color: #ff0500;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes revealRedStripe {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0;
            transform-origin: 0;
    background-color: #ff0500;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    opacity: 1;
    -webkit-transform-origin: 0;
            transform-origin: 0;
    background-color: #ff0500;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.red-stripe {
  opacity: 0;
}
.red-stripe.reveal {
  -webkit-animation: 1s forwards revealRedStripe;
          animation: 1s forwards revealRedStripe;
  position: relative;
  top: -40px;
}
.slideReveal-overlay.visible {
  -webkit-animation: 1s ease-in-out forwards slideReveal;
          animation: 1s ease-in-out forwards slideReveal;
}
#reveal-image.visible {
  -webkit-animation: 1s ease-in-out forwards revealImage;
          animation: 1s ease-in-out forwards revealImage;
}
@-webkit-keyframes slideReveal2 {
  0% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(100%);
            transform: translate(100%);
  }
}
@keyframes slideReveal2 {
  0% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(100%);
            transform: translate(100%);
  }
}
@-webkit-keyframes revealImage {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes revealImage {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.button {
  background-color: var(--global-button-bg, var(--primary-color, #ff0500));
  color: var(--global-button-color, #fff);
  cursor: pointer;
  text-align: center;
  z-index: 1;
  border: none;
  border-radius: 10px;
  padding: 0.75rem 1.5rem;
  font-size: 19px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.button.learn-more {
  cursor: pointer;
  text-transform: inherit;
  border: none;
  font-weight: 700;
  box-shadow: inset -2px 0 #ff0500, inset 0 -2px #000, inset 2px 0 #000,
    inset 0 2px #ff0500;
}
.button.learn-more:hover {
  color: var(--white-color, #fff);
}
.button.featured-button {
  text-transform: capitalize;
  border-radius: 10px 10px 0 0;
}
.button:hover {
  color: var(--white-color, #fff);
}
.button:after {
  content: "";
  z-index: -1;
  background: #141414ed;
  width: 100%;
  height: 100%;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-100%);
          transform: translate(-100%);
}
.button:hover:after {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.button:focus {
  outline: 3px solid
    safe-lighten(var(--global-button-bg, var(--primary-color, #ff0500)), 20%);
  outline-offset: 2px;
}
.button.button--bordered-slider {
  background-color: var(--global-button-color, #fff);
  color: var(--global-button-bg, var(--primary-color, #ff0500));
  box-shadow: inset -2px 0 #ff0500, inset 0 -2px #ff0500, inset 2px 0 #ff0500,
    inset 0 2px #ff0500;
}
.button.button--bordered-slider:hover {
  color: var(--global-button-color, #fff);
}
.button-icon-right {
  vertical-align: middle;
  margin-left: 0.5rem;
  padding: 0.2rem;
  font-size: 12.6667px;
}
.button--primary {
  background-color: var(--primary-color, #ff0500);
  color: #fff;
  cursor: pointer;
  text-align: center;
  z-index: 1;
  border: none;
  border-radius: 10px;
  padding: 0.75rem 1.5rem;
  font-size: 19px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.button--primary.learn-more {
  cursor: pointer;
  text-transform: inherit;
  border: none;
  font-weight: 700;
  box-shadow: inset -2px 0 #ff0500, inset 0 -2px #000, inset 2px 0 #000,
    inset 0 2px #ff0500;
}
.button--primary.learn-more:hover {
  color: var(--white-color, #fff);
}
.button--primary.featured-button {
  text-transform: capitalize;
  border-radius: 10px 10px 0 0;
}
.button--primary:hover {
  color: var(--white-color, #fff);
}
.button--primary:after {
  content: "";
  z-index: -1;
  background: #141414ed;
  width: 100%;
  height: 100%;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-100%);
          transform: translate(-100%);
}
.button--primary:hover:after {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.button--primary:focus {
  outline: 3px solid safe-lighten(var(--primary-color, #ff0500), 20%);
  outline-offset: 2px;
}
.button--primary.button--bordered-slider {
  color: var(--primary-color, #ff0500);
  background-color: #fff;
  box-shadow: inset -2px 0 #ff0500, inset 0 -2px #ff0500, inset 2px 0 #ff0500,
    inset 0 2px #ff0500;
}
.button--primary.button--bordered-slider:hover {
  color: #fff;
}
.button--primary:hover {
  background-color: var(--primary-color, #ff0500);
}
@media (min-width: 0) {
  .top-navbar {
    background: var(--primary-color, #ff0500);
    justify-content: space-between;
    width: 100%;
    padding: 9px 20px;
    display: flex;
    position: relative;
  }
  .top-navbar .navbar-text {
    align-items: center;
    display: flex;
  }
  .top-navbar .navbar-text .school-name {
    color: var(--white-color, #fff);
    font-size: 12px;
    display: none;
  }
  .top-navbar .navbar-text .desc {
    color: #ffcece;
    font-size: 13px;
    font-weight: 400;
    display: block;
  }
  .top-navbar .top-nav-links {
    justify-content: flex-end;
    align-items: center;
    margin-right: 39px;
    font-size: 15px;
    display: flex;
  }
  .top-navbar .top-nav-links a:first-child {
    order: 2;
    margin-right: 0;
  }
  .top-navbar .top-nav-links a:nth-child(2) {
    margin-right: 20px;
  }
  .top-navbar .top-nav-links a i {
    color: var(--black-color, #141414);
    display: inline-block;
  }
  .top-navbar .top-nav-links a span {
    display: none;
  }
  .scrolled {
    display: none !important;
  }
 /* .bottom-navbar-container {
    justify-content: center;
    width: 100%;
    display: flex;
  }
  .bottom-navbar-container.menu-open {
    z-index: 1000;
    background-color: #fff;
    width: 100%;
    position: fixed;
    top: 0;
  }
  .bottom-navbar-container.menu-open .bottom-navbar {
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    display: flex;
  }
  .bottom-navbar-container.menu-open .bottom-navbar .nav-links {
    width: 100%;
    max-width: 100%;
    display: flex;
    left: 0;
    top: 80px !important;
  }
  .bottom-navbar-container.menu-open
    .bottom-navbar
    .bottom-navbar-content-wrapper {
    flex-direction: row !important;
  }
  .bottom-navbar-container.menu-open .bottom-navbar .nav-logo {
    width: 100%;
    margin-bottom: 10px;
    justify-content: center !important;
  }
  .bottom-navbar-container.menu-open .bottom-navbar .nav-logo img {
    width: auto;
    max-height: 62px !important;
  }
  .bottom-navbar-container.menu-open .bottom-navbar .menu-btn {
    color: var(--primary-color, #ff0500);
    cursor: pointer;
    background: 0 0;
    border: none;
    flex: none;
    margin-left: auto;
    font-size: 18px;
  }
  .bottom-navbar-container .bottom-navbar {
    box-sizing: border-box;
    z-index: 5;
    flex-direction: column;
    padding: 20px;
    position: relative;
  }
  .bottom-navbar-container .bottom-navbar,
  .bottom-navbar-container .bottom-navbar .bottom-navbar-content-wrapper {
    align-items: center;
    width: 100%;
    display: flex;
  }*/
}
@media (min-width: 0) and (min-width: 0) {
 /* .bottom-navbar-container .bottom-navbar .bottom-navbar-content-wrapper {
    flex-direction: column;
  }*/
}
@media (min-width: 0) and (min-width: 1320px) {
 /* .bottom-navbar-container .bottom-navbar .bottom-navbar-content-wrapper {
    flex-direction: unset;
  }*/
}
@media (min-width: 0) {
 /* .bottom-navbar-container
    .bottom-navbar
    .bottom-navbar-content-wrapper
    .nav-logo {
    justify-content: center;
    margin-bottom: 10px;
    display: flex;
  }
  .bottom-navbar-container
    .bottom-navbar
    .bottom-navbar-content-wrapper
    .nav-logo
    img {
    width: auto;
    max-height: 135px;
  }
  .bottom-navbar-container
    .bottom-navbar
    .bottom-navbar-content-wrapper
    .nav-links {
    text-align: start;
    background: #fff;
    flex-direction: column;
    width: 100%;
    display: none;
    position: absolute;
    top: 200px;
  }
  .bottom-navbar-container
    .bottom-navbar
    .bottom-navbar-content-wrapper
    .nav-links
    > a {
    text-transform: capitalize;
    z-index: 1;
    padding: 20px;
    font-size: 20px;
    font-weight: 600;
    transition: all 0.5s;
    position: relative;
  }*/
}
@media (min-width: 0) and (max-width: 1320px) {
  /*.bottom-navbar-container
    .bottom-navbar
    .bottom-navbar-content-wrapper
    .nav-links
    > a {
    border-bottom: 1px solid #e6e6ed;
  }*/
}
@media (min-width: 0) {
  /*.bottom-navbar-container
    .bottom-navbar
    .bottom-navbar-content-wrapper
    .nav-links
    > a:hover {
    color: #fff;
    background-color: #000;
  }
  .bottom-navbar-container
    .bottom-navbar
    .bottom-navbar-content-wrapper
    .nav-links
    > a:last-child {
    border-bottom: none;
  }
  .bottom-navbar-container
    .bottom-navbar
    .bottom-navbar-content-wrapper
    .nav-links
    > a
    i {
    margin-right: 5px;
  }
  .bottom-navbar-container
    .bottom-navbar
    .bottom-navbar-content-wrapper
    .menu-btn {
    cursor: pointer;
    background: 0 0;
    border: none;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 35px;
    height: 25px;
    display: flex;
    position: relative;
  }
  .bottom-navbar-container
    .bottom-navbar
    .bottom-navbar-content-wrapper
    .menu-btn
    .hamburger-icon.spin {
    -webkit-animation: 0.5s linear spin;
            animation: 0.5s linear spin;
  }
  .bottom-navbar-container
    .bottom-navbar
    .bottom-navbar-content-wrapper
    .menu-btn
    .close-icon {
    display: none;
  }
  @-webkit-keyframes spin {
    0% {
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
    to {
      -webkit-transform: rotate(1turn);
              transform: rotate(1turn);
    }
  }
  @keyframes spin {
    0% {
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
    to {
      -webkit-transform: rotate(1turn);
              transform: rotate(1turn);
    }
  }
  .bottom-navbar-container
    .no-fixed-bottom-navbar
    .bottom-navbar-content-wrapper {
    flex-direction: column;
  }
  .bottom-navbar-container .fixed-bottom-navbar {
    z-index: 1000;
    background-color: #fff;
    border-bottom: 0.5px solid #e6e6ed;
    width: 100%;
    position: fixed;
    top: 0;
  }
  .bottom-navbar-container .fixed-bottom-navbar .bottom-navbar-content-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
  .bottom-navbar-container
    .fixed-bottom-navbar
    .bottom-navbar-content-wrapper
    .nav-logo {
    text-align: left;
  }
  .bottom-navbar-container
    .fixed-bottom-navbar
    .bottom-navbar-content-wrapper
    .nav-logo
    img {
    max-height: 40px;
    transition: max-height 0.3s;
  }
  .bottom-navbar-container
    .fixed-bottom-navbar
    .bottom-navbar-content-wrapper
    .nav-links {
    background-color: var(--white-color, #fff);
    text-align: start;
    flex-direction: column;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
  }
  .bottom-navbar-container
    .fixed-bottom-navbar
    .bottom-navbar-content-wrapper
    .nav-links
    > a {
    padding: 20px;
  }
  .bottom-navbar-container
    .fixed-bottom-navbar
    .bottom-navbar-content-wrapper
    .menu-btn {
    color: var(--primary-color, #ff0500);
    cursor: pointer;
    background: 0 0;
    border: none;
    flex: none;
    margin-left: auto;
    font-size: 18px;
  }
  .bottom-navbar-container .modern-btn {
    display: none;
  }*/
}
@media (min-width: 1320px) {
  .top-navbar {
    background: linear-gradient(
      to right,
      var(--primary-color, #ff0500) 50%,
      var(--black-color, #141414) 50%
    );
    justify-content: space-between;
    align-items: center;
    padding: 0 28px;
    display: flex;
  }
  .top-navbar .navbar-text .school-name {
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
    font-size: 15px;
    font-weight: 700;
    display: flex;
  }
  .top-navbar .navbar-text .desc {
    color: #ffcece;
    margin-left: 9px;
    font-size: 13px;
    font-weight: 400;
    display: block;
  }
  .top-navbar .top-nav-links {
    color: var(--white-color, #fff);
    margin-right: 60px;
    padding: 10px 0;
    display: flex;
  }
  .top-navbar .top-nav-links a {
    align-items: center;
    font-size: 16px;
    display: flex;
  }
  .top-navbar .top-nav-links a:first-child {
    order: 1;
    margin-right: 20px;
    display: block;
  }
  .top-navbar .top-nav-links a:nth-child(2) {
    order: 2;
    margin-right: 0;
    display: block;
  }
  .top-navbar .top-nav-links a i {
    color: var(--white-color, #fff);
    margin-right: 5px;
  }
  .top-navbar .top-nav-links a span {
    display: inline;
  }
 /* .bottom-navbar-container {
    box-sizing: border-box;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    display: flex;
  }
  .bottom-navbar-container .bottom-navbar {
    justify-content: center;
    width: 100%;
    max-width: 100%;
    height: 98.57px;
    margin-top: 30px;
    padding: 0 30px;
    display: flex;
  }
  .bottom-navbar-container .bottom-navbar .bottom-navbar-content-wrapper {
    flex-direction: row;
    align-items: center;
    width: 100%;
    max-width: 1320px;
    display: flex;
  }
  .bottom-navbar-container
    .bottom-navbar
    .bottom-navbar-content-wrapper
    .modern-btn,
  .bottom-navbar-container
    .bottom-navbar
    .bottom-navbar-content-wrapper
    .nav-logo {
    transition: opacity 0.5s, visibility 0.5s, width 0.5s;
  }
  .bottom-navbar-container
    .bottom-navbar
    .bottom-navbar-content-wrapper
    .nav-logo {
    justify-content: flex-start;
    display: flex;
  }
  .bottom-navbar-container
    .bottom-navbar
    .bottom-navbar-content-wrapper
    .nav-logo
    img {
    max-width: 220px;
    height: auto;
    transition: max-width 0.5s;
  }
  .bottom-navbar-container
    .bottom-navbar
    .bottom-navbar-content-wrapper
    .nav-links {
    text-align: center;
    background: 0 0;
    flex-direction: row;
    flex: 1;
    justify-content: center;
    display: flex;
    position: static;
    top: 0;
  }
  .bottom-navbar-container
    .bottom-navbar
    .bottom-navbar-content-wrapper
    .nav-links
    > a {
    text-transform: capitalize;
    z-index: 1;
    border-bottom: none;
    margin: 20px 0;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.5s;
    display: block;
    position: relative;
  }
  .bottom-navbar-container
    .bottom-navbar
    .bottom-navbar-content-wrapper
    .nav-links
    > a:after {
    content: "";
    opacity: 0;
    z-index: -1;
    background-color: #262626;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  .bottom-navbar-container
    .bottom-navbar
    .bottom-navbar-content-wrapper
    .nav-links
    > a:hover {
    color: #fff;
  }
  .bottom-navbar-container
    .bottom-navbar
    .bottom-navbar-content-wrapper
    .nav-links
    > a:hover:after,
  .bottom-navbar-container
    .bottom-navbar
    .bottom-navbar-content-wrapper
    .nav-links
    > a:hover:before {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .bottom-navbar-container
    .bottom-navbar
    .bottom-navbar-content-wrapper
    .nav-links
    > a
    i {
    margin-right: 5px;
  }
  .bottom-navbar-container
    .bottom-navbar
    .bottom-navbar-content-wrapper
    .menu-btn {
    display: none;
  }
  .bottom-navbar-container
    .bottom-navbar
    .bottom-navbar-content-wrapper
    .modern-btn {
    background-color: var(--global-button-bg, var(--primary-color, #ff0500));
    color: var(--global-button-color, #fff);
    cursor: pointer;
    text-align: center;
    z-index: 1;
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 19px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    display: inline-block;
    position: relative;
    overflow: hidden;
  }
  .bottom-navbar-container
    .bottom-navbar
    .bottom-navbar-content-wrapper
    .modern-btn.learn-more {
    cursor: pointer;
    text-transform: inherit;
    border: none;
    font-weight: 700;
    box-shadow: inset -2px 0 #ff0500, inset 0 -2px #000, inset 2px 0 #000,
      inset 0 2px #ff0500;
  }
  .bottom-navbar-container
    .bottom-navbar
    .bottom-navbar-content-wrapper
    .modern-btn.learn-more:hover {
    color: var(--white-color, #fff);
  }
  .bottom-navbar-container
    .bottom-navbar
    .bottom-navbar-content-wrapper
    .modern-btn.featured-button {
    text-transform: capitalize;
    border-radius: 10px 10px 0 0;
  }
  .bottom-navbar-container
    .bottom-navbar
    .bottom-navbar-content-wrapper
    .modern-btn:hover {
    color: var(--white-color, #fff);
  }
  .bottom-navbar-container
    .bottom-navbar
    .bottom-navbar-content-wrapper
    .modern-btn:after {
    content: "";
    z-index: -1;
    background: #141414ed;
    width: 100%;
    height: 100%;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
  .bottom-navbar-container
    .bottom-navbar
    .bottom-navbar-content-wrapper
    .modern-btn:hover:after {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .bottom-navbar-container
    .bottom-navbar
    .bottom-navbar-content-wrapper
    .modern-btn:focus {
    outline: 3px solid
      safe-lighten(var(--global-button-bg, var(--primary-color, #ff0500)), 20%);
    outline-offset: 2px;
  }
  .bottom-navbar-container
    .bottom-navbar
    .bottom-navbar-content-wrapper
    .modern-btn.button--bordered-slider {
    background-color: var(--global-button-color, #fff);
    color: var(--global-button-bg, var(--primary-color, #ff0500));
    box-shadow: inset -2px 0 #ff0500, inset 0 -2px #ff0500, inset 2px 0 #ff0500,
      inset 0 2px #ff0500;
  }
  .bottom-navbar-container
    .bottom-navbar
    .bottom-navbar-content-wrapper
    .modern-btn.button--bordered-slider:hover {
    color: var(--global-button-color, #fff);
  }
  .bottom-navbar-container
    .bottom-navbar
    .bottom-navbar-content-wrapper
    .modern-btn:after {
    left: -1px;
  }
  .bottom-navbar-container .fixed-bottom-navbar {
    z-index: 1000;
    background-color: #fff;
    border-bottom: 0.5px solid #e6e6ed;
    width: 100%;
    margin-top: 0;
    position: fixed;
    top: 0;
  }
  .bottom-navbar-container .fixed-bottom-navbar .bottom-navbar-content-wrapper {
    align-items: center;
    width: 100%;
    max-width: 1320px;
    display: flex;
  }
  .bottom-navbar-container
    .fixed-bottom-navbar
    .bottom-navbar-content-wrapper
    .nav-logo {
    flex: none;
    margin-right: auto;
  }
  .bottom-navbar-container
    .fixed-bottom-navbar
    .bottom-navbar-content-wrapper
    .nav-logo
    img {
    width: auto;
    max-height: 80px;
  }
  .bottom-navbar-container
    .fixed-bottom-navbar
    .bottom-navbar-content-wrapper
    .nav-links {
    text-align: center;
    background: 0 0;
    flex: 1;
    justify-content: center;
    display: flex;
    position: static;
  }
  .bottom-navbar-container
    .fixed-bottom-navbar
    .bottom-navbar-content-wrapper
    .menu-btn {
    flex: none;
  }
  .mobile-login {
    display: none !important;
  }
  .arrow {
    width: 100%;
    max-width: 100%;
  }
  .arrow.no-desktop:after {
    content: "";
  }
  .arrow:after {
    color: var(--primary-color, #ff0500);
    content: "";
    margin-top: 10px;
    margin-left: 5px;
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    font-weight: 900;
  }
  .nested-about-back-button,
  .nested-contact-back-button,
  .nested-programs-back-button,
  .top-about-back-button,
  .top-contact-back-button,
  .top-programs-back-button {
    display: none;
  }
  .about-dropdown {
    opacity: 0;
    visibility: hidden;
    z-index: 50;
    background: #fff;
    border-bottom: 1px solid #ededed;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 190px;
    transition: opacity 0.3s, visibility 0.3s;
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
  }
  .about-dropdown img {
    max-width: 285px;
    margin-right: 980px;
    position: absolute;
  }
  .about-dropdown .dropdown-links {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 104px;
    height: 100%;
    margin: 10px 479px 20px 0;
    display: flex;
  }
  .about-dropdown .dropdown-links > a {
    color: #636466;
    border: none;
    width: 100%;
    margin: 5px 0 5px 5px;
    padding: 5px 10px;
    font-size: 13px;
    position: relative;
  }
  .about-dropdown .dropdown-links > a:hover {
    background-color: var(--primary-color, #ff0500);
    color: #fff;
    border-radius: 5px;
  }
  .about-nested-dropddown {
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    max-width: 104px;
    height: 100%;
    margin: 0;
    padding-left: 5px;
    display: flex;
    position: relative;
  }
  .about-nested-dropddown a {
    color: #636466;
    border: none;
    width: 100%;
    padding: 7px 5px 7px 20px;
    font-size: 13px;
    position: relative;
  }
  .about-nested-dropddown a:hover {
    background-color: var(--primary-color, #ff0500);
    color: #fff;
    border-radius: 5px;
  }
  .about-nested-dropddown a:before {
    content: "";
    border-top: 4px solid #0000;
    border-bottom: 4px solid #0000;
    border-left: 4px solid #636466;
    width: 0;
    height: 0;
    padding-right: 10px;
    position: absolute;
    top: 50%;
    left: 7px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
#toggle-block h2 {
    text-transform: inherit;
}
  .programs-dropdown {
    opacity: 0;
    visibility: hidden;
    z-index: 50;
    background: linear-gradient(#252525 22.5%, #fff 0);
    border-bottom: 1px solid #ededed;
    justify-content: center;
    padding: 0 0 0 112px;
    transition: opacity 0.3s, visibility 0.3s;
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
  }
  .programs-dropdown .programs-dropdown-inner {
    text-align: left;
    flex-direction: column;
    width: 100%;
    max-width: 220px;
    display: flex;
  }
  .programs-dropdown .programs-dropdown-inner > a {
    color: #fff;
    min-width: 50%;
    padding: 10px;
    font-size: 15px;
  }
  .programs-dropdown .programs-dropdown-inner > a span {
    color: #bebebe;
  }
  .programs-dropdown .programs-dropdown-inner > a span:before {
    content: "";
    width: 100%;
    height: 1px;
    margin-bottom: 5px;
    display: block;
  }
  .programs-dropdown img {
    max-width: 285px;
    margin-right: 1040px;
    position: absolute;
    top: 85px;
  }
  .programs-nested-dropddown {
    flex-direction: column;
    display: flex;
    position: relative;
  }
  .programs-nested-dropddown > a {
    color: #636466;
    width: 100%;
    max-width: 150px;
    margin: 5px 0;
    padding: 5px 10px;
    font-size: 13px;
  }
  .programs-nested-dropddown > a:hover {
    background-color: var(--primary-color, #ff0500);
    color: #fff;
    border-radius: 5px;
  }
  .contact-dropdown {
    opacity: 0;
    visibility: hidden;
    z-index: 50;
    background: #fff;
    border-bottom: 1px solid #ededed;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 190px;
    transition: opacity 0.3s, visibility 0.3s;
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
  }
  .contact-dropdown img {
    max-width: 285px;
    margin-right: 980px;
    position: absolute;
  }
  .contact-dropdown > .dropdown-links {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 104px;
    height: 100%;
    margin-bottom: 10px;
    margin-left: 435px;
    display: flex;
  }
  .contact-dropdown > .dropdown-links > a {
    color: #636466;
    border: none;
    width: 100%;
    margin: 5px 0 5px 5px;
    padding: 5px 5px 5px 20px;
    font-size: 13px;
    position: relative;
  }
  .contact-dropdown > .dropdown-links > a:hover {
    background-color: var(--primary-color, #ff0500);
    color: #fff;
    border-radius: 5px;
  }
  .contact-dropdown > .dropdown-links > a:before {
    content: "";
    border-top: 4px solid #0000;
    border-bottom: 4px solid #0000;
    border-left: 4px solid #636466;
    width: 0;
    height: 0;
    padding-right: 10px;
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .about-dropdown:hover,
  .contact-dropdown:hover,
  .nav-links > a:hover + .about-dropdown,
  .nav-links > a:hover + .contact-dropdown,
  .nav-links > a:hover + .programs-dropdown,
  .programs-dropdown:hover {
    opacity: 1;
    visibility: visible;
    display: flex;
  }*/
}
@media (max-width: 1320px) {
	
	.nav-overlay.on {
    z-index: 20;
    background-color: #0000008b;
    position: fixed;
    inset: 0;
  }
	
  /*.mobile-login {
    color: #3d3d3d;
    margin: 10px;
  }
  .mobile-login:before {
    color: #3d3d3d;
    content: "";
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 900;
  }
  
  .nested-about-back-button,
  .nested-contact-back-button,
  .nested-programs-back-button,
  .top-about-back-button,
  .top-contact-back-button,
  .top-programs-back-button {
    color: #3d3d3d;
    margin: 10px 0;
    font-size: 18px;
    font-weight: 600;
  }
  .nested-about-back-button:before,
  .nested-contact-back-button:before,
  .nested-programs-back-button:before,
  .top-about-back-button:before,
  .top-contact-back-button:before,
  .top-programs-back-button:before {
    color: #3d3d3d;
    content: "";
    margin-left: 10px;
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 550;
    right: 10px;
  }
  .arrow {
    width: 100%;
    max-width: 100%;
  }
  .arrow.no-desktop span {
    color: #3d3d3d;
    font-weight: 400;
  }
  .arrow.no-desktop span:after {
    content: ")";
  }
  .arrow.no-desktop span:before {
    content: "(";
  }
  .arrow:after {
    color: var(--primary-color, #ff0500);
    content: "";
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 10px;
  }
  .about-dropdown,
  .about-nested-dropddown,
  .contact-dropdown,
  .programs-dropdown,
  .programs-nested-dropddown {
    min-height: 340px;
    overflow: hidden scroll;
  }
  .about-dropdown a,
  .about-nested-dropddown a,
  .contact-dropdown a,
  .programs-dropdown a,
  .programs-nested-dropddown a {
    color: #000;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 500;
  }
  .about-dropdown {
    z-index: 50;
    background: #fff;
    flex-direction: column;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    display: flex;
    position: absolute;
    inset: 0 1px 0 0;
    -webkit-transform: translate(100%);
            transform: translate(100%);
  }
  .about-dropdown.open {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .about-dropdown .dropdown-links {
    flex-direction: column;
    display: flex;
  }
  .about-dropdown img {
    display: none;
  }
  .about-nested-dropddown {
    z-index: 99;
    background: #fff;
    flex-direction: column;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    display: flex;
    position: absolute;
    inset: 0 1px 0 0;
    -webkit-transform: translate(100%);
            transform: translate(100%);
  }
  .about-nested-dropddown.open {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .programs-dropdown {
    z-index: 50;
    background: #fff;
    flex-direction: column;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    display: flex;
    position: absolute;
    inset: 0 1px 0 0;
    -webkit-transform: translate(100%);
            transform: translate(100%);
  }
  .programs-dropdown.open {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .programs-dropdown .programs-dropdown-inner {
    flex-direction: column;
    display: flex;
  }
  .programs-dropdown img {
    display: none;
  }
  .programs-nested-dropddown {
    z-index: 99;
    background: #fff;
    flex-direction: column;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    display: flex;
    position: absolute;
    inset: 0 1px 0 0;
    -webkit-transform: translate(100%);
            transform: translate(100%);
  }
  .programs-nested-dropddown.open {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .contact-dropdown {
    z-index: 50;
    background: #fff;
    flex-direction: column;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    display: flex;
    position: absolute;
    inset: 0 1px 0 0;
    -webkit-transform: translate(100%);
            transform: translate(100%);
  }
  .contact-dropdown.open {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .contact-dropdown .dropdown-links {
    flex-direction: column;
    display: flex;
  }
  .contact-dropdown img {
    display: none;
  }
  .contact-nested-dropddown {
    z-index: 99;
    background: #fff;
    flex-direction: column;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    display: flex;
    position: absolute;
    inset: 0 1px 0 0;
    -webkit-transform: translate(100%);
            transform: translate(100%);
  }
  .contact-nested-dropddown.open {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .contact-nested-dropddown a {
    padding: 10px 30px;
  }
  .contact-nested-dropddown a .arrow {
    padding-left: 30px;
  }*/
}
.footer-title + .links {
  display: none;
}
.footer-container {
  box-sizing: border-box;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}
.double-footer {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: #0000;
  box-sizing: border-box;
  color: #4b4b4b;
  background: #1f1f1f;
  width: 100%;
  line-height: 1.6rem;
}
.double-footer .top-footer {
  color: var(--white-color, #fff);
  flex-flow: column wrap;
  align-items: start;
  padding: 35px 0;
  display: flex;
}
.double-footer .top-footer .footer-links {
  flex-direction: column;
  flex: 3;
  width: 100%;
  display: flex;
}
.double-footer .top-footer .footer-links .footer-column {
  margin-right: 0 0 1.5rem 0;
}
.double-footer .top-footer .footer-links .footer-column .footer-title {
  cursor: pointer;
  border-bottom: 1px solid #292929;
  margin-left: 15px;
  position: relative;
}
@media (min-width: 1320px) {
  .double-footer .top-footer .footer-links .footer-column .footer-title {
    margin-left: 0;
  }
}
.double-footer .top-footer .footer-links .footer-column .footer-title:before {
  content: "";
  cursor: pointer;
  background-color: #5c5c5c;
  justify-content: space-between;
  align-items: center;
  width: 30px;
  height: 4px;
  font-size: 20px;
  display: flex;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.double-footer
  .top-footer
  .footer-links
  .footer-column
  .footer-title
  .toggle.expanded:after {
  content: "-";
}
.double-footer
  .top-footer
  .footer-links
  .footer-column
  .footer-title
  .toggle:after {
  content: "+";
}
.double-footer .top-footer .footer-links .footer-column .footer-title h3 {
  margin: 20px 0;
  font-size: 20px;
  position: relative;
}
.double-footer .top-footer .footer-links .footer-column .footer-title .links {
  display: block;
}
.double-footer .top-footer .footer-links .footer-column .footer-title .links a {
  background-color: initial;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 25px;
  list-style: none;
  display: block;
  text-decoration: none !important;
}
.double-footer
  .top-footer
  .footer-links
  .footer-column
  .footer-title
  .links
  a:hover {
  text-decoration: underline;
}
.double-footer .top-footer .footer-links .footer-column .links {
  margin: 20px 0;
  display: none;
}
.double-footer .top-footer .footer-links .footer-column .links.visible {
  display: block !important;
}
.double-footer .top-footer .footer-links .footer-column .links a {
  color: #868686;
  margin-left: 15px;
  display: block;
}
@media (min-width: 1320px) {
  .double-footer .top-footer .footer-links .footer-column .links a {
    margin-left: 0;
  }
}
.double-footer .top-footer .footer-links .footer-column .links a:hover {
  text-decoration: underline;
}
.double-footer .top-footer .footer-logo {
  margin-top: 1.5rem;
  display: none;
}
.double-footer .bottom-footer {
  color: var(--white-color, #fff);
  text-align: center;
  background-color: #141414;
  border-top: 1px solid #141414;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  display: flex;
}
.double-footer .bottom-footer .footer-social-icons {
  justify-content: center;
  margin-bottom: 0.75rem;
  display: flex;
}
.double-footer .bottom-footer .footer-social-icons a {
  color: var(--white-color, #fff);
  margin: 0 0.375rem;
}
.double-footer .bottom-footer .footer-social-icons a:hover {
  color: var(--primary-color, #ff0500);
}
.double-footer .bottom-footer .footer-links {
  flex-direction: row;
  justify-content: center;
  margin-bottom: 0.75rem;
  display: flex;
}
.double-footer .bottom-footer .footer-links a {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: #0000;
  background-color: initial;
  box-sizing: border-box;
  color: #868686;
  letter-spacing: 0;
  vertical-align: top;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  list-style: none;
  display: inline-block;
  text-decoration: none !important;
}
.double-footer .bottom-footer .footer-links a:hover {
  color: var(--primary-color, #ff0500);
}
.double-footer .bottom-footer .copyright {
  color: #4b4b4b;
  margin: 0 0 12.8px;
  padding: 9px 0 0;
  font-size: 16px;
  line-height: 1.42857;
  float: left !important;
}
.double-footer .bottom-footer .copyright,
.double-footer .bottom-footer .copyright p {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: #0000;
  box-sizing: border-box;
}
.double-footer .bottom-footer .copyright p {
  color: #868686;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 27px;
}
.double-footer .bottom-footer .copyright span {
  color: var(--white-color, #fff);
  margin-left: 5px;
}
.double-footer .bottom-footer .copyright span a:hover {
  color: var(--primary-color, #ff0500);
  text-decoration: underline;
}
@media (min-width: 1320px) {
  .double-footer .footer-container {
    justify-content: center;
    display: flex;
  }
  .double-footer .top-footer {
    text-align: left;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 1170px;
  }
  .double-footer .top-footer .footer-links {
    flex-direction: row;
    flex: 3;
    justify-content: space-between;
    align-items: normal;
  }
  .double-footer .top-footer .footer-links .footer-column {
    min-width: 262.5px;
    margin: 0 0.75rem;
  }
  .double-footer .top-footer .footer-links .footer-column h3 .toggle {
    display: none;
  }
  .double-footer .top-footer .footer-links .footer-column .links {
    display: block;
  }
  .double-footer .top-footer .footer-logo {
    flex: 1;
    justify-content: flex-end;
    min-width: 262.5px;
    display: flex;
  }
  .double-footer .top-footer .footer-logo img {
    max-width: 200px;
    height: auto;
    display: block;
  }
  .double-footer .bottom-footer {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 10%;
  }
  .double-footer .bottom-footer .footer-social-icons {
    order: 2;
    margin-bottom: 0;
  }
  .double-footer .bottom-footer .footer-links {
    order: 1;
  }
  .double-footer .bottom-footer .copyright {
    order: 0;
  }
}
#testi-block {
  background-size: cover;
  background-attachment: fixed;
  align-items: center;
  display: flex;
}
#testi-block,
.carousel-inner {
  max-height: 850px;
}
@media (min-width: 480px) {
  #testi-block,
  .carousel-inner {
    max-height: 640px;
  }
}
#testi-block {
  color: #fff;
  opacity: 0;
  z-index: 0;
  background: #f4f4f4;
  width: 100%;
  position: relative;
}
#testi-block .custom-carousel {
  justify-content: center;
  width: 100%;
  max-width: 991px;
  display: flex;
  position: relative;
  overflow: hidden;
}
#testi-block .custom-carousel .carousel-inner {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  display: flex;
}
#testi-block .custom-carousel .carousel-inner .carousel-item {
  box-sizing: border-box;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  padding: 20px;
  display: flex;
}
#testi-block .custom-carousel .carousel-inner .carousel-item .slide-text {
  flex-direction: column;
  align-items: center;
  display: flex;
}
@media (min-width: 480px) {
  #testi-block .custom-carousel .carousel-inner .carousel-item .slide-text {
    padding: 20px;
  }
}
#testi-block
  .custom-carousel
  .carousel-inner
  .carousel-item
  .slide-text
  .quote {
  background: var(--primary-color, #ff0500);
  z-index: 1;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 105px;
  height: 105px;
  margin-bottom: 11px;
  display: flex;
  position: relative;
  bottom: -60px;
}
@media (min-width: 480px) {
  #testi-block
    .custom-carousel
    .carousel-inner
    .carousel-item
    .slide-text
    .quote {
    bottom: -10px;
  }
}
#testi-block
  .custom-carousel
  .carousel-inner
  .carousel-item
  .slide-text
  .quote
  i {
  color: #fff;
}
#testi-block .custom-carousel .custom-carousel-indicators {
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
@media (min-width: 1320px) {
  #testi-block .custom-carousel .custom-carousel-indicators {
    z-index: 0;
    padding-bottom: 110px;
  }
}
#testi-block .custom-carousel .custom-carousel-indicators li {
  cursor: pointer;
  background: #ccc;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  transition: background-color 0.3s;
}
#testi-block .custom-carousel .custom-carousel-indicators li.active {
  background: var(--primary-color, #ff0500);
}
#testi-block .custom-carousel .testimonial-desc {
  background: #fdfdfd;
  border-radius: 10px;
  flex: 1;
  padding: 40px;
  position: relative;
}
@media (min-width: 480px) {
  #testi-block .custom-carousel .testimonial-desc {
    margin: auto 35px;
    top: -50px;
  }
}
@media (min-width: 1320px) {
  #testi-block .custom-carousel .testimonial-desc {
    top: -60px;
  }
}
#testi-block .custom-carousel .testimonial-desc .desc {
  box-sizing: border-box;
  color: var(--black-color, #141414);
  text-align: center;
  align-items: center;
  margin-top: 0;
  padding: 0 25px;
  font-size: 17px;
  font-style: normal;
  line-height: 27px;
}
#testi-block .custom-carousel .testimonial-desc .d-txt,
#testi-block .custom-carousel .testimonial-desc .f-name {
  text-align: center;
  margin: 0;
  display: block;
}
#testi-block .custom-carousel .testimonial-desc .f-name {
  color: var(--black-color, #141414);
  text-align: center;
  margin-top: 30px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 10px;
}
#testi-block .custom-carousel .testimonial-desc .d-txt {
  color: #d1d1d6;
  text-align: center;
  margin: 0 0 11px;
  padding: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
}
#testi-block .custom-carousel .testimonial-desc .rating-stars {
  color: #ffd900;
  text-align: center;
  margin: 15px 0 10px;
}
#testi-block .custom-carousel-controls {
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#testi-block .custom-carousel-controls button {
  color: #b7b7b7;
  cursor: pointer;
  background: 0 0;
  border: none;
  font-size: 2rem;
  font-weight: 200;
}
#testi-block .custom-carousel-controls button.prev {
  margin-right: 100px;
}
#testi-block .custom-carousel-controls button.next {
  margin-left: 100px;
}
#testi-block .custom-carousel-controls button:hover {
  color: #ccc;
}
#testi-block.visible {
  opacity: 1;
  -webkit-animation: 1s ease-in-out forwards revealImage;
          animation: 1s ease-in-out forwards revealImage;
}
#testi-block .slideReveal-overlay {
  opacity: 0;
  -webkit-transform-origin: 0;
          transform-origin: 0;
  z-index: 2;
  background-color: #ff0500;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
#testi-block .slideReveal-overlay.visible {
  -webkit-animation: 1s ease-in-out forwards slideReveal2;
          animation: 1s ease-in-out forwards slideReveal2;
}
#testi-block .testimonial {
  opacity: 0;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
#testi-block .testimonial.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.custom-svg {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 0) {
  .custom-svg {
    max-width: 195px;
  }
}
@media (min-width: 480px) {
  .custom-svg {
    max-width: 160px;
  }
}
@media (min-width: 765px) {
  .custom-svg {
    max-width: 195px;
  }
}
@media (min-width: 1320px) {
  .custom-svg {
    max-width: 225px;
  }
}
#svg-1 {
  --color1: #000001;
  --color2: #fefefe;
  --color3: #f3f4f9;
  --color4: #fffefe;
  --color5: #ff0703;
  --color6: #030303;
  --color7: #edeef3;
  --color8: #ecedf2;
  --color9: #edeef3;
  --color10: #e9eaef;
  --color11: #fefefe;
  --color12: #454547;
  --color13: #fefefe;
  --color14: #c5c5c5;
  --color15: #ff0201;
  --color16: #fff6f5;
  --color17: #020202;
  --color18: #020202;
  --color19: #d6d6d6;
}
#svg-2 {
  --color1: #000001;
  --color2: #fefefe;
  --color3: #f3f4f9;
  --color4: #fffefe;
  --color5: #ff0703;
  --color6: #010101;
  --color7: #ff7975;
  --color8: #fefefe;
  --color9: #ff0703;
  --color10: #9a9a9a;
}
#svg-3 {
  --color1: #000001;
  --color2: #fefefe;
  --color3: #f3f4f9;
  --color4: #fffefe;
  --color5: #ff0f06;
  --color6: #ffabaa;
  --color7: #020202;
  --color8: #eff0f5;
  --color9: #fcfcfc;
  --color10: #fcfcfc;
  --color11: #cacacb;
  --color12: #f70000;
  --color13: #f70000;
  --color14: #f70000;
  --color15: #c0c0c1;
  --color16: #fcfcfc;
  --color17: #fefefe;
  --color18: #f70000;
  --color19: #fcfcfc;
  --color20: #f70000;
}
body,
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.background-wrapper {
  box-sizing: border-box;
  background: url(slider-img.56b6b596.jpg) 50% / contain no-repeat;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}
@media (min-width: 509px) {
  .background-wrapper {
    background-size: cover;
    background-attachment: fixed;
  }
}
.background-wrapper video {
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  width: auto;
  height: 42%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.background-wrapper:before {
  content: "";
  z-index: 1;
  background: linear-gradient(#fff6, #fff6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.background-wrapper .container {
  box-sizing: border-box;
  z-index: 4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}
@media (min-width: 509px) {
  .background-wrapper {
    background-size: cover;
    background-attachment: fixed;
  }
  .background-wrapper video {
    width: 100%;
    height: 99%;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
.content-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}
.text-box {
  width: 480px;
  font-size: 28px;
}
@media (min-width: 765px) {
  .text-box {
    width: 100%;
    padding-top: 16px;
  }
}
.text-box h2 {
  opacity: 0;
  -webkit-animation: 0.5s ease-out both fadeInUp;
          animation: 0.5s ease-out both fadeInUp;
}
.text-box h2.visible {
  opacity: 1;
}
@media (min-width: 765px) {
  .text-box h2 {
    width: auto;
    height: 186px;
    font-size: 52px;
    line-height: 1;
  }
}
.text-box p {
  margin: 20px 0 15px;
  font-size: 20px;
  -webkit-animation: 1s ease-out 0.5s both fadeInUp !important;
          animation: 1s ease-out 0.5s both fadeInUp !important;
}
.text-box .button-group {
  margin: 15px 0 65px;
  -webkit-animation: 1s ease-out 1.2s both fadeInUp !important;
          animation: 1s ease-out 1.2s both fadeInUp !important;
}
.text-box .button-group .button--primary {
  background-color: var(--global-button-bg, var(--primary-color, #ff0500));
  color: var(--global-button-color, #fff);
  cursor: pointer;
  text-align: center;
  z-index: 1;
  border: none;
  border-radius: 10px;
  margin-right: 16px;
  padding: 12px 35px;
  font-size: 19px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.text-box .button-group .button--primary.learn-more {
  cursor: pointer;
  text-transform: inherit;
  border: none;
  font-weight: 700;
  box-shadow: inset -2px 0 #ff0500, inset 0 -2px #000, inset 2px 0 #000,
    inset 0 2px #ff0500;
}
.text-box .button-group .button--primary.learn-more:hover {
  color: var(--white-color, #fff);
}
.text-box .button-group .button--primary.featured-button {
  text-transform: capitalize;
  border-radius: 10px 10px 0 0;
}
.text-box .button-group .button--primary:hover {
  color: var(--white-color, #fff);
}
.text-box .button-group .button--primary:after {
  content: "";
  z-index: -1;
  background: #141414ed;
  width: 100%;
  height: 100%;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-100%);
          transform: translate(-100%);
}
.text-box .button-group .button--primary:hover:after {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.text-box .button-group .button--primary:focus {
  outline: 3px solid
    safe-lighten(var(--global-button-bg, var(--primary-color, #ff0500)), 20%);
  outline-offset: 2px;
}
.text-box .button-group .button--primary.button--bordered-slider {
  background-color: var(--global-button-color, #fff);
  color: var(--global-button-bg, var(--primary-color, #ff0500));
  box-shadow: inset -2px 0 #ff0500, inset 0 -2px #ff0500, inset 2px 0 #ff0500,
    inset 0 2px #ff0500;
}
.text-box .button-group .button--primary.button--bordered-slider:hover {
  color: var(--global-button-color, #fff);
}
@media (min-width: 0) {
  .text-box .button-group {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
  .text-box .button-group .button--primary {
    width: 100%;
    margin: 8px 0 16px;
    padding: 12px 20px;
  }
}
@media (min-width: 765px) {
  .text-box .button-group {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .text-box .button-group .button--primary {
    width: auto;
    margin: 0 16px 0 8px;
    padding: 12px 35px;
  }
}
@-webkit-keyframes flipInY {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(90deg);
            transform: perspective(400px) rotateY(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(-20deg);
            transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(10deg);
            transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
            transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(90deg);
            transform: perspective(400px) rotateY(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(-20deg);
            transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(10deg);
            transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
            transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
@-webkit-keyframes flipInYnoZoom {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: rotateY(-20deg);
            transform: rotateY(-20deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: rotateY(10deg);
            transform: rotateY(10deg);
  }
  80% {
    -webkit-transform: rotateY(-5deg);
            transform: rotateY(-5deg);
  }
  to {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
}
@keyframes flipInYnoZoom {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: rotateY(-20deg);
            transform: rotateY(-20deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: rotateY(10deg);
            transform: rotateY(10deg);
  }
  80% {
    -webkit-transform: rotateY(-5deg);
            transform: rotateY(-5deg);
  }
  to {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.card-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  width: 100%;
  max-width: 1320px;
  display: flex;
}
@media (min-width: 510px) {
  .card-container {
    flex-direction: row;
  }
}
.card {
  aspect-ratio: 1.25;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  width: 100%;
  max-width: 441px;
  height: auto;
}
.card .card-inner {
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  position: relative;
}
.card .card-inner.flipped,
.card:hover .card-inner {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.card:hover .card-inner .card-title-container .card-title a:hover h3 {
  color: var(--primary-color, #ff0500);
}
.card .card-back,
.card .card-front {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
}
.card .card-front {
  opacity: 0;
  background: 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.card .card-front.flipped,
.card .card-front.visible {
  opacity: 1;
  -webkit-animation-name: flipInYnoZoom;
          animation-name: flipInYnoZoom;
  -webkit-animation-duration: 1.5s !important;
          animation-duration: 1.5s !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
  -webkit-animation-delay: 0s !important;
          animation-delay: 0s !important;
}
.card .card-front.delay-1.visible {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}
.card .card-front.delay-2.visible {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}
.card .card-front img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.card .card-front .title-box {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 5px;
  position: absolute;
  bottom: -10%;
}
.card .card-front .title-box h3 {
  font-size: 23px;
}
.card .card-front .title-box p {
  color: var(--primary-color, #ff0500);
  font-size: 16px;
}
.card .card-back {
  background: var(--primary-color, #ff0500);
  cursor: pointer;
  text-align: center;
  background: linear-gradient(
      135deg,
      #ff0500,
      #d60404 25%,
      #9f0101 50%,
      #6b0101 75%,
      #ff0500
    )
    0 0/400% 400% no-repeat;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  display: flex;
  position: relative;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.card .card-back:hover {
  background-position: 100% 100%;
}
.card .card-back img {
  mix-blend-mode: screen;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.35;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.card .card-back .ages,
.card .card-back .description,
.card .card-back .title-box,
.card .card-back button {
  color: #fff;
  width: 80%;
  max-width: 300px;
}
.card .card-back .title-box {
  padding-top: 24px;
  font-size: 38px;
  font-weight: 700;
}
.card .card-back .ages {
  margin-bottom: 22px;
  font-size: 18px;
}
.card .card-back .rating-stars {
  color: #ffd807;
  text-align: center;
  margin: 5px;
  font-size: 12px;
}
.card .card-back .description {
  flex-grow: 1;
  margin: 0 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}
.card .card-back .description ul {
  text-transform: uppercase;
  font-weight: 700;
}
.card .card-back button {
  color: #ec1d1d;
  cursor: pointer;
  text-align: center;
  z-index: 1;
  background-color: #fff;
  border: none;
  border-radius: 10px;
  align-self: center;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  max-width: 340px;
  padding: 0.75rem 1.5rem;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.card .card-back button.learn-more {
  cursor: pointer;
  text-transform: inherit;
  border: none;
  font-weight: 700;
  box-shadow: inset -2px 0 #ff0500, inset 0 -2px #000, inset 2px 0 #000,
    inset 0 2px #ff0500;
}
.card .card-back button.learn-more:hover {
  color: var(--white-color, #fff);
}
.card .card-back button.featured-button {
  text-transform: capitalize;
  border-radius: 10px 10px 0 0;
}
.card .card-back button:hover {
  color: var(--white-color, #fff);
}
.card .card-back button:after {
  content: "";
  z-index: -1;
  background: #141414ed;
  width: 100%;
  height: 100%;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-100%);
          transform: translate(-100%);
}
.card .card-back button:hover:after {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.card .card-back button:focus {
  outline: 3px solid safe-lighten(#fff, 20%);
  outline-offset: 2px;
}
.card .card-back button.button--bordered-slider {
  color: #fff;
  background-color: #ec1d1d;
  box-shadow: inset -2px 0 #ff0500, inset 0 -2px #ff0500, inset 2px 0 #ff0500,
    inset 0 2px #ff0500;
}
.card .card-back button.button--bordered-slider:hover {
  color: #ec1d1d;
}
.card-title-container,
.red-stripe {
  display: none;
}
@media (min-width: 510px) {
  .red-stripe {
    z-index: 1;
    height: 78px;
    display: block;
    position: relative;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .card {
    max-width: 100%;
  }
  .card-container {
    gap: 20px;
    margin-bottom: 20px;
  }
  .card-inner {
    width: 100%;
    height: auto;
  }
  .card .card-back,
  .card .card-back img,
  .card .card-front,
  .card .card-front img {
    border-radius: 20px;
  }
  .card .card-front .title-box {
    display: none;
  }
  .card-title-container {
    z-index: 1;
    background-color: #fff;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 89px;
    padding: 0;
    display: flex;
    position: relative;
    box-shadow: 0 0 13px #00000029;
  }
  .container > .card-title-container {
    max-width: calc(100% - 2rem);
  }
  .card-title-container .card-title {
    opacity: 0;
    text-align: center;
    flex: 1;
    height: 49px;
  }
  .card-title-container .card-title.visible {
    opacity: 1;
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-backface-visibility: visible !important;
            backface-visibility: visible !important;
    transition-duration: 1s !important;
    -webkit-animation-duration: 2s !important;
            animation-duration: 2s !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
  }
  .card-title-container .card-title a:hover h3 {
    color: var(--primary-color, #ff0500);
  }
  .card-title-container .card-title:not(:last-child) {
    border-right: 1px solid var(--primary-color, #ff0500);
    align-self: center;
  }
  .card-title-container .card-title h3 {
    font-size: 22px;
  }
  .card-title-container .card-title p {
    font-size: 20px;
  }
  .card-title-container .card-title h3,
  .card-title-container .card-title p {
    justify-content: center;
    align-items: center;
    margin: 0;
    display: flex;
  }
  .red-stripe {
    opacity: 0;
    transition: opacity 1s;
  }
  .red-stripe.reveal {
    -webkit-animation: 1s forwards revealRedStripe;
            animation: 1s forwards revealRedStripe;
  }
  .red-stripe .slideReveal-overlay.visible {
    -webkit-animation: 1s ease-in-out forwards slideReveal2;
            animation: 1s ease-in-out forwards slideReveal2;
  }
  .row .card .card-title {
    display: none;
  }
}
@media (min-width: 510px) and (max-width: 584px) {
  .card .card-back .title-box {
    padding-top: 10px;
    font-size: 13px;
  }
  .card .card-back .ages {
    margin-bottom: 5px;
    font-size: 9px;
  }
  .card .card-back .rating-stars {
    font-size: 5px;
  }
  .card .card-back .description {
    margin: 0;
    font-size: 7px;
  }
  .card .card-back ul {
    font-size: 7px;
  }
  .card .card-back button {
    padding: 5px;
    font-size: 10px;
  }
}
@media (min-width: 585px) and (max-width: 674px) {
  .card .card-back .title-box {
    padding-top: 10px;
    font-size: 12px;
  }
  .card .card-back .ages {
    margin-bottom: 5px;
    font-size: 8px;
  }
  .card .card-back .rating-stars {
    font-size: 6px;
  }
  .card .card-back .description {
    margin: 0;
    font-size: 8px;
  }
  .card .card-back ul {
    font-size: 8px;
  }
  .card .card-back button {
    padding: 10px;
    font-size: 11px;
  }
}
@media (min-width: 675px) and (max-width: 714px) {
  .card .card-back .title-box {
    padding-top: 10px;
    font-size: 15px;
  }
  .card .card-back .ages {
    margin-bottom: 5px;
    font-size: 9px;
  }
  .card .card-back .rating-stars {
    font-size: 7px;
  }
  .card .card-back .description {
    margin: 0;
    font-size: 10px;
  }
  .card .card-back ul {
    font-size: 10px;
  }
  .card .card-back button {
    padding: 10px;
    font-size: 11px;
  }
}
@media (min-width: 715px) and (max-width: 850px) {
  .card .card-back .title-box {
    padding-top: 10px;
    font-size: 23px;
  }
  .card .card-back .ages {
    margin-bottom: 5px;
    font-size: 11px;
  }
  .card .card-back .rating-stars {
    font-size: 9px;
  }
  .card .card-back .description {
    font-size: 10px;
  }
  .card .card-back button {
    font-size: 13px;
  }
}
@media (min-width: 851px) and (max-width: 1175px) {
  .card .card-back .title-box {
    padding-top: 10px;
    font-size: 30px;
  }
  .card .card-back .ages {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .card .card-back .rating-stars {
    font-size: 11px;
  }
  .card .card-back .description {
    font-size: 13px;
  }
  .card .card-back button {
    font-size: 15px;
  }
  .text-section-1-container .text-section-box h1 ,.text-section-1-container .text-section-box h2{
    margin: 0 10px;
  }
}
.text-section-1-container {
  box-sizing: border-box;
  width: 100%;
  max-width: 765px;
  margin: 0 auto;
}
.text-section-1-container .text-section-box {
  opacity: 0;
  margin: 60px 0 0;
  -webkit-animation: 0.5s ease-out both fadeInUp;
          animation: 0.5s ease-out both fadeInUp;
}
.text-section-1-container .text-section-box.visible {
  opacity: 1;
}
.text-section-1-container .text-section-box h1 ,.text-section-1-container .text-section-box h2{
  margin: 0 35px;
  font-size: 32px;
}
.text-section-1-container .text-section-box p {
  margin: 15px 50px 0;
  font-size: 16px;
  line-height: 1.55em;
}
.text-section-1-container .text-section-box p span {
  color: var(--primary-color, #ff0500);
}
.text-section-1-container .text-section-box p span:before {
  content: " ";
  display: block;
}
@media (min-width: 480px) {
  .text-section-1-container .text-section-box {
    margin: 30px 0;
  }
  .text-section-1-container .text-section-box h1 ,.text-section-1-container .text-section-box h2{
    font-size: 42px;
    line-height: 1em;
  }
}
@media (min-width: 480px) and (min-width: 1320px) {
  .text-section-1-container .text-section-box h1 ,  .text-section-1-container .text-section-box h2{
    margin: 0 -30px;
  }
}
@media (min-width: 480px) {
  .text-section-1-container .text-section-box h1 span:before, .text-section-1-container .text-section-box h2 span:before {
    content: none;
  }
  .text-section-1-container .text-section-box h1 br , .text-section-1-container .text-section-box h2 br {
    display: none;
  }
  .text-section-1-container .text-section-box p {
    margin: 30px 0 0;
    font-size: 17.6px;
    line-height: 1.6em;
  }
}
.homepage-form-container {
  box-sizing: border-box;
  width: 100%;
  max-width: 645px;
  margin: 0 auto;
}
@media (min-width: 0) {
  .request-form-container {
    width: 100%;
    max-width: 100%;
    position: relative;
  }
  .request-form-container .request-form-header-container {
    text-align: center;
    width: 100%;
    max-width: 100%;
    padding-top: 55px;
    position: relative;
  }
  .request-form-container .request-form-header-container h1 ,.request-form-container .request-form-header-container h2{
    margin: 50px 65px 30px;
    font-size: 30px;
  }
  .request-form-container .request-form-header-container p {
    margin: 0.5rem 0 0;
  }
  .request-form-container .request-form {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    margin: 0 45px 55px;
    display: grid;
  }
  .request-form-container .request-form .form-group {
    flex-direction: column;
    display: flex;
  }
  .request-form-container .request-form .form-group input,
  .request-form-container .request-form .form-group select {
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 10px;
    width: 100%;
    height: 60px;
    padding: 1rem;
    font-size: 16px;
    transition: border-color 0.3s;
  }
  .request-form-container .request-form .form-group input:focus,
  .request-form-container .request-form .form-group select:focus {
    border-color: #007bff;
    outline: none;
  }
  .request-form-container .request-form .submit-button {
    background-color: var(--global-button-bg, var(--primary-color, #ff0500));
    color: var(--global-button-color, #fff);
    cursor: pointer;
    text-align: center;
    z-index: 1;
    border: none;
    border-radius: 10px;
    width: 100%;
    padding: 1rem;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.3s;
    display: block;
    position: relative;
    overflow: hidden;
  }
  .request-form-container .request-form .submit-button.learn-more {
    cursor: pointer;
    text-transform: inherit;
    border: none;
    font-weight: 700;
    box-shadow: inset -2px 0 #ff0500, inset 0 -2px #000, inset 2px 0 #000,
      inset 0 2px #ff0500;
  }
  .request-form-container .request-form .submit-button.learn-more:hover {
    color: var(--white-color, #fff);
  }
  .request-form-container .request-form .submit-button.featured-button {
    text-transform: capitalize;
    border-radius: 10px 10px 0 0;
  }
  .request-form-container .request-form .submit-button:hover {
    color: var(--white-color, #fff);
  }
  .request-form-container .request-form .submit-button:after {
    content: "";
    z-index: -1;
    background: #141414ed;
    width: 100%;
    height: 100%;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
  .request-form-container .request-form .submit-button:hover:after {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .request-form-container .request-form .submit-button:focus {
    outline: 3px solid
      safe-lighten(var(--global-button-bg, var(--primary-color, #ff0500)), 20%);
    outline-offset: 2px;
  }
  .request-form-container .request-form .submit-button.button--bordered-slider {
    background-color: var(--global-button-color, #fff);
    color: var(--global-button-bg, var(--primary-color, #ff0500));
    box-shadow: inset -2px 0 #ff0500, inset 0 -2px #ff0500, inset 2px 0 #ff0500,
      inset 0 2px #ff0500;
  }
  .request-form-container
    .request-form
    .submit-button.button--bordered-slider:hover {
    color: var(--global-button-color, #fff);
  }
}


/* ------------- JENA ADDED THIS ------------- */ 

.new_layout_v1 .testimonial_section .overlay {
    background: rgb(0 0 0 / 50%) !important;
}

#testi-block {
    background-position: center;
}

#testi-block .custom-carousel .testimonial-desc .d-txt {
    color: #959595;
    font-size: 13px;
    font-weight: 300;
}

#program-top h2 p {
    color: #ff0400 !important;;
}

#trial-offer #web-offers .left-block {
    background: #4b4b4b !important;
}

#trial-offer .trial-form h2 {
    margin-bottom: 10px !important;
}

#trial-offer .control-checkbox .control_indicator:after {
    left: 9px !important;
    top: 6px !important;
}

#trial-offer .activeTrial .selectedOffer {
    color: #ff0400 !important;
    text-transform: uppercase !important;
}

#trial-offer .form-step h2 {
    color: #ff0400 !important;
}

@media (min-width: 1320px) {
    #trial-offer .request-form-container .request-form .gdpr_checkbox {
        padding-bottom: 30px;
    }
}

.white-btn:hover, .white-btn.selected, .red-dark-btn.selected-r {
  box-shadow: inset 260px 0 0 0 #000000 !important;
}

#web-offers .left-block {
    background: #ff001d !important;
}



.trial-form h2 {
    margin-bottom: 30px !important;
}

.web-special {
    padding: 80px 0px !important;
}

.features-list-about h2 {
    color: #f01413 !important;
}

.features-list-about {
    background: #ffffff !important;
}

.block-box {
    background: rgb(255 255 255) !important;
    border: 2px solid rgb(255 4 0) !important;
    padding: 20px 28px !important;
    border-radius: 10px !important;
	min-height: 110px !important;
}

.features-list-about h3 {
    color: #515151 !important;
}

.features-list-about .block-a {
    background: #e8e8e8 !important;
}

.features-list-about .block-b {
    background: #dddddd !important;
}

.features-list-about .block-c {
    background: #d0d0d0 !important;
}

#difference p {
    color: black !important;
}

#stick-nav { padding: 10px 0px 15px !important; }

.optin-form-section, .welcome_text, .owner-section, .large_video, #toggle-block, .about-block-rows .about-page-blocks {
    max-width: 100% !important;
}

#difference {
    min-height: 360px !important;
}

#about-mission-statement .mission-statement-box {
    padding: 40px !important
}

@media (min-width: 510px) {
    .card-title-container {
        max-width: 1320px !important;
        margin: 0 auto !important;
    }
}

#program-main.program-header .overlay {
    background: none !important;
    opacity: 1 !important;
}

#program-main {
    background-position: center;
}

#faq label {
    font-size: 24px !important;
    line-height: 28px !important;
}

#parents .col-sm-4 h2 {
    font-size: 24px !important;
}

.program-header .program-header-content-text h2, .program-header .program-header-content-text h2 p {
    margin-top: 20px !important;
}

#get-started h4 {
    font-size: 24px !important;
    font-weight: 400 !important;
    padding: 30px 0 !important;
}

#get-started.gift h2 {
    font-size: 30px !important;
}

#about-trial-form h2 {
    margin-top: 0px !important;
}

#get-started.gift {
    padding: 60px 0px !important;
}

#faq h2 {
    color: #000 !important;
    margin-bottom: 60px !important;
}

#difference {
    padding-bottom: 0px !important;
}


/* ------------- JENA ADDED THIS ------------- */ 


@media (min-width: 1320px) {
  .request-form-container {
    max-width: 50%;
    margin: 0 auto;
  }
  .request-form-container .request-form-header-container {
    text-align: center;
    margin-top: 36px;
    margin-bottom: 30px;
    position: relative;
  }
  .request-form-container .request-form-header-container h1 ,.request-form-container .request-form-header-container h2{
    margin: 0;
    font-size: 24px;
  }
  .request-form-container .request-form-header-container p {
    margin: 2.5rem 0 0;
  }
  .request-form-container .request-form {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 26px;
    margin: 0 0 20px;
    display: grid;
  }
  .request-form-container .request-form.buttons {
    margin-bottom: 50px;
  }
  .request-form-container .request-form .form-group {
    flex-direction: column;
    display: flex;
  }
  .request-form-container .request-form .form-group input,
  .request-form-container .request-form .form-group select {
    color: #767676;
    width: 100%;
  }
  .request-form-container .request-form .form-group:last-child:nth-child(odd) {
    grid-column: span 2;
  }
  .request-form-container .request-form .gdpr_checkbox {
    color: #5c5c5c;
    grid-column: span 2;
    width: 100%;
    padding-bottom: 0;
    display: block;
  }
  .request-form-container .request-form .submit-button {
    grid-column: span 2;
    width: 100%;
    margin-top: 11px;
    display: block;
  }
}
.owner-section {
  color: #fff;
  background-color: #1b1b1b;
  flex-direction: column;
  align-items: center;
  padding: 0 0 1.75rem;
  display: flex;
}
.owner-section .owner-image {
  text-align: center;
  flex: 1;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  position: relative;
  overflow: hidden;
}
.owner-section .owner-image .slideReveal-overlay {
  opacity: 0;
  -webkit-transform-origin: 0;
          transform-origin: 0;
  z-index: 2;
  background-color: #ff0500;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.owner-section .owner-image .slideReveal-overlay.visible {
  -webkit-animation: 1s ease-in-out forwards slideReveal2;
          animation: 1s ease-in-out forwards slideReveal2;
}
.owner-section .owner-image #reveal-image {
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  z-index: 0;
  max-width: 80%;
  height: auto;
  position: relative;
  top: 45px;
}
.owner-section .owner-image #reveal-image.visible {
  opacity: 1;
  -webkit-animation: 1s ease-in-out forwards revealImage;
          animation: 1s ease-in-out forwards revealImage;
}
.owner-section .owner-text-section {
  color: #000;
  text-align: center;
  z-index: 1;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  height: auto;
  margin: 0 1.75px;
  padding: 35px;
  display: flex;
}
.owner-section .owner-text-section .owner-header h1,.owner-section .owner-text-section .owner-header h2 {
  color: var(--primary-color, #ff0500);
  opacity: 0;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
}
.owner-section .owner-text-section .owner-header h1.visible,.owner-section .owner-text-section .owner-header h2.visible {
  opacity: 1;
  -webkit-animation: 0.5s ease-out both fadeInUp;
          animation: 0.5s ease-out both fadeInUp;
}
.owner-section .owner-text-section .owner-subheader p {
  opacity: 0;
  text-align: center;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 1.7em;
}
@media (min-width: 1320px) {
  .owner-section .owner-text-section .owner-subheader p {
    text-align: start;
  }
}
.owner-section .owner-text-section .owner-subheader p.visible {
  opacity: 1;
  -webkit-animation: 1s ease-out 0.5s both fadeInUp !important;
          animation: 1s ease-out 0.5s both fadeInUp !important;
}
.owner-section .owner-text-section .learn-more {
  color: #000;
  cursor: pointer;
  opacity: 0;
  text-align: center;
  z-index: 1;
  background-color: #fff;
  border: none;
  border-radius: 10px;
  padding: 0.75rem 1.5rem;
  font-size: 19px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.owner-section .owner-text-section .learn-more.visible {
  opacity: 1;
  -webkit-animation: 1s ease-out 1.2s both fadeInUp !important;
          animation: 1s ease-out 1.2s both fadeInUp !important;
}
.owner-section .owner-text-section .learn-more.learn-more {
  cursor: pointer;
  text-transform: inherit;
  border: none;
  font-weight: 700;
  box-shadow: inset -2px 0 #ff0500, inset 0 -2px #000, inset 2px 0 #000,
    inset 0 2px #ff0500;
}
.owner-section .owner-text-section .learn-more.learn-more:hover {
  color: var(--white-color, #fff);
}
.owner-section .owner-text-section .learn-more.featured-button {
  text-transform: capitalize;
  border-radius: 10px 10px 0 0;
}
.owner-section .owner-text-section .learn-more:hover {
  color: var(--white-color, #fff);
}
.owner-section .owner-text-section .learn-more:after {
  content: "";
  z-index: -1;
  background: #000;
  width: 100%;
  height: 100%;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-100%);
          transform: translate(-100%);
}
.owner-section .owner-text-section .learn-more:hover:after {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.owner-section .owner-text-section .learn-more:focus {
  outline: 3px solid safe-lighten(#fff, 20%);
  outline-offset: 2px;
}
.owner-section .owner-text-section .learn-more.button--bordered-slider {
  color: #fff;
  background-color: #000;
  box-shadow: inset -2px 0 #ff0500, inset 0 -2px #ff0500, inset 2px 0 #ff0500,
    inset 0 2px #ff0500;
}
.owner-section .owner-text-section .learn-more.button--bordered-slider:hover {
  color: #000;
}
.owner-section .owner-text-section .owner-text {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}
@media (min-width: 765px) {
  .owner-section .owner-subheader {
    font-size: 19px;
  }
}
@media (min-width: 1320px) {
  .owner-section {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    max-height: 550px;
    padding: 0;
  }
  .owner-section .owner-image {
    text-align: center;
    flex: 1;
    height: 100%;
    max-height: 550px;
  }
  .owner-section .owner-image img {
    -o-object-fit: cover;
       object-fit: cover;
    padding: 1.5rem;
    top: 22px;
  }
  .owner-section .owner-image #reveal-image {
    top: 22px;
  }
  .owner-section .owner-text-section {
    text-align: start;
    border-radius: 0;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    max-height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
  }
  .owner-section .owner-text-section .owner-text {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 568px;
    height: 465px;
    margin: 0 0 0 92px;
    display: flex;
  }
  .owner-section .owner-text-section .owner-text .owner-header h1,.owner-section .owner-text-section .owner-text .owner-header h2 {
    color: var(--black-color, #141414);
    letter-spacing: 0;
    border-bottom: 2px solid #ff0500;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 40px;
    line-height: 1.05em;
  }
  .owner-section .owner-text-section .owner-text .owner-subheader p {
    text-align: justify;
    padding-top: 20px;
    font-size: 18px;
    line-height: 1.7em;
  }
  .owner-section .owner-text-section .owner-text .learn-more {
    align-self: start;
    margin-top: 29px;
  }
}
.getting-started {
  margin: 85px 0 50px;
}
@media (min-width: 480px) {
  .getting-started {
    margin: 85px 0 100px;
  }
}
@media (min-width: 1320px) {
  .getting-started {
    margin: 125px 0 200px;
  }
}
.getting-started .getting-started-header h1,.getting-started .getting-started-header h2 {
  margin: 0 40px;
  font-size: 44px;
}
@media (min-width: 480px) {
  .getting-started .getting-started-header h1 ,.getting-started .getting-started-header h2{
    margin: 0;
    font-size: 48px;
  }
}
.getting-started .getting-started-icon-section {
  margin: 77px 0 0;
  position: relative;
}
@media (min-width: 480px) {
  .getting-started .getting-started-icon-section:before {
    content: "";
    z-index: 0;
    background-color: #ddd;
    height: 2px;
    position: absolute;
    left: 20%;
    right: 20%;
  }
}
@media (min-width: 480px) and (min-width: 480px) {
  .getting-started .getting-started-icon-section:before {
    top: 30%;
  }
}
@media (min-width: 480px) and (min-width: 1320px) {
  .getting-started .getting-started-icon-section:before {
    top: 35%;
  }
}
.getting-started .getting-started-icon-section .getting-started-icon {
  opacity: 0;
  z-index: 1;
  position: relative;
}
.getting-started .getting-started-icon-section .getting-started-icon.visible {
  opacity: 1;
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  transition-duration: 1s !important;
  -webkit-animation-duration: 1.5s !important;
          animation-duration: 1.5s !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}
.getting-started
  .getting-started-icon-section
  .getting-started-icon
  .custom-svg,
.getting-started .getting-started-icon-section .getting-started-icon img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}
@media (min-width: 0) {
  .getting-started
    .getting-started-icon-section
    .getting-started-icon
    .custom-svg,
  .getting-started .getting-started-icon-section .getting-started-icon img {
    max-width: 195px;
  }
}
@media (min-width: 480px) {
  .getting-started
    .getting-started-icon-section
    .getting-started-icon
    .custom-svg,
  .getting-started .getting-started-icon-section .getting-started-icon img {
    max-width: 160px;
  }
}
@media (min-width: 765px) {
  .getting-started
    .getting-started-icon-section
    .getting-started-icon
    .custom-svg,
  .getting-started .getting-started-icon-section .getting-started-icon img {
    max-width: 175px;
  }
}
.getting-started .getting-started-icon-section .getting-started-text {
  margin-top: 23px;
  margin-bottom: 50px;
}
@media (min-width: 1320px) {
  .getting-started .getting-started-icon-section .getting-started-text {
    margin-bottom: 0;
  }
}
.getting-started
  .getting-started-icon-section
  .getting-started-text
  .getting-started-text-header
  h1,.getting-started
  .getting-started-icon-section
  .getting-started-text
  .getting-started-text-header
  h2 {
  font-size: 34px;
}
.getting-started
  .getting-started-icon-section
  .getting-started-text
  .getting-started-text-subheader {
  color: #5c5c5c;
  max-width: 235px;
  margin-top: 4px;
  font-size: 17px;
  display: inline-block;
}
.getting-started
  .getting-started-icon-section
  .getting-started-text
  .getting-started-text-subheader
  br {
  display: none;
}
@media (min-width: 1320px) {
  .getting-started
    .getting-started-icon-section
    .getting-started-text
    .getting-started-text-subheader
    br {
    display: block;
  }
}
.video-section {
  z-index: 1;
  background-color: #e6e6ed;
  flex-direction: column;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  position: relative;
}
.video-section .text-content,
.video-section .video-content {
  flex: 100%;
  margin-bottom: 1.5rem;
}
.video-section .video-content .video-inner {
  max-width: 100%;
  height: 0;
  max-height: 421.88px;
  margin: 0 auto;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.video-section .video-content .video-inner embed,
.video-section .video-content .video-inner iframe,
.video-section .video-content .video-inner object {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.video-section .text-content {
  opacity: 0;
  text-align: center;
  padding: 40px 85px;
}
.video-section .text-content.visible {
  opacity: 1;
  -webkit-animation: 0.5s ease-out both fadeInUp;
          animation: 0.5s ease-out both fadeInUp;
}
@media (min-width: 1320px) {
  .video-section .text-content {
    text-align: left;
    max-width: 390px;
    padding: 0 20px;
  }
}
.video-section .text-content h2 {
  margin: 12px 0;
  font-size: 36px;
}
@media (min-width: 1320px) {
  .video-section .text-content h2 {
    font-size: 46px;
  }
}
.video-section .text-content p {
  text-align: center;
  margin: 12px 0;
  font-size: 16px;
  line-height: 1.645em;
}
@media (min-width: 1320px) {
  .video-section .text-content p {
    text-align: left;
    font-size: 17px;
  }
}
.video-section .text-content .sub {
  margin: 10px 0 30px;
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 1320px) {
  .video-section .text-content .sub {
    font-size: 19px;
  }
}
.video-section .text-content .learn-more {
  color: #000;
  cursor: pointer;
  text-align: center;
  z-index: 1;
  background-color: #fff;
  border: none;
  border-radius: 10px;
  padding: 0.75rem 1.5rem;
  font-size: 19px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.video-section .text-content .learn-more.learn-more {
  cursor: pointer;
  text-transform: inherit;
  border: none;
  font-weight: 700;
  box-shadow: inset -2px 0 #ff0500, inset 0 -2px #000, inset 2px 0 #000,
    inset 0 2px #ff0500;
}
.video-section .text-content .learn-more.learn-more:hover {
  color: var(--white-color, #fff);
}
.video-section .text-content .learn-more.featured-button {
  text-transform: capitalize;
  border-radius: 10px 10px 0 0;
}
.video-section .text-content .learn-more:hover {
  color: var(--white-color, #fff);
}
.video-section .text-content .learn-more:after {
  content: "";
  z-index: -1;
  background: #000;
  width: 100%;
  height: 100%;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-100%);
          transform: translate(-100%);
}
.video-section .text-content .learn-more:hover:after {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.video-section .text-content .learn-more:focus {
  outline: 3px solid safe-lighten(#fff, 20%);
  outline-offset: 2px;
}
.video-section .text-content .learn-more.button--bordered-slider {
  color: #fff;
  background-color: #000;
  box-shadow: inset -2px 0 #ff0500, inset 0 -2px #ff0500, inset 2px 0 #ff0500,
    inset 0 2px #ff0500;
}
.video-section .text-content .learn-more.button--bordered-slider:hover {
  color: #000;
}
@media (min-width: 1320px) {
  .video-section {
    flex-direction: row;
    padding: 75px 0;
  }
  .video-section .text-content {
    flex-direction: column;
    flex: 50%;
    align-items: flex-start;
    margin-right: 50px;
    padding: 0;
    display: flex;
  }
  .video-section .text-content .button {
    font-size: 19px;
  }
  .video-section .video-content {
    flex: 50%;
  }
  .video-section .video-content .video-inner {
    padding-bottom: 56.25%;
  }
}
.image-container {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
@media (min-width: 765px) {
  .image-container {
    flex-direction: row;
  }
}
.image-container .image-wrapper {
  -webkit-perspective: 1000px;
          perspective: 1000px;
  margin-bottom: 50px;
  position: relative;
  overflow: visible;
}
@media (min-width: 765px) {
  .image-container .image-wrapper {
    margin-bottom: 0;
  }
}
.image-container .image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
.image-container .image-wrapper .overlay {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  background-color: #ff0500d9;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
}
.image-container .image-wrapper .overlay .content {
  text-align: center;
}
.image-container .image-wrapper .overlay .content h2 {
  color: #fff;
  margin: 0;
  font-size: 34px;
}
.image-container .image-wrapper .overlay .content .learn-more {
  color: #ff0500;
  cursor: pointer;
  text-align: center;
  z-index: 1;
  background-color: #fff;
  border: none;
  border-radius: 10px;
  margin-top: 10px;
  padding: 0.75rem 1.5rem;
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  display: inline-block;
  position: relative;
  overflow: hidden;
  box-shadow: none !important;
}
.image-container .image-wrapper .overlay .content .learn-more.learn-more {
  cursor: pointer;
  text-transform: inherit;
  border: none;
  font-weight: 700;
  box-shadow: inset -2px 0 #ff0500, inset 0 -2px #000, inset 2px 0 #000,
    inset 0 2px #ff0500;
}
.image-container .image-wrapper .overlay .content .learn-more.learn-more:hover {
  color: var(--white-color, #fff);
}
.image-container .image-wrapper .overlay .content .learn-more.featured-button {
  text-transform: capitalize;
  border-radius: 10px 10px 0 0;
}
.image-container .image-wrapper .overlay .content .learn-more:hover {
  color: var(--white-color, #fff);
}
.image-container .image-wrapper .overlay .content .learn-more:after {
  content: "";
  z-index: -1;
  background: #141414ed;
  width: 100%;
  height: 100%;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-100%);
          transform: translate(-100%);
}
.image-container .image-wrapper .overlay .content .learn-more:hover:after {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.image-container .image-wrapper .overlay .content .learn-more:focus {
  outline: 3px solid safe-lighten(#fff, 20%);
  outline-offset: 2px;
}
.image-container
  .image-wrapper
  .overlay
  .content
  .learn-more.button--bordered-slider {
  color: #fff;
  background-color: #ff0500;
  box-shadow: inset -2px 0 #ff0500, inset 0 -2px #ff0500, inset 2px 0 #ff0500,
    inset 0 2px #ff0500;
}
.image-container
  .image-wrapper
  .overlay
  .content
  .learn-more.button--bordered-slider:hover {
  color: #ff0500;
}
.image-container .image-wrapper .mobile-content {
  text-align: center;
  background: #fff;
  border-radius: 20px;
  padding: 10px 20px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  box-shadow: 0 2px 10px #0000001a;
}
.image-container .image-wrapper .mobile-content h2 {
  color: #000;
  margin: 0;
}
.image-container .image-wrapper .mobile-content .fp2-button {
  background-color: initial;
  color: #ff0500;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}
.image-container .image-wrapper .mobile-content .fp2-button:hover {
  background-color: initial;
  color: #ff0500;
}
.image-container .image-wrapper.in-top .overlay {
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  z-index: 3;
  -webkit-animation: 0.6s forwards in-top;
          animation: 0.6s forwards in-top;
}
.image-container .image-wrapper.in-right .overlay {
  -webkit-transform-origin: 100%;
          transform-origin: 100%;
  z-index: 3;
  -webkit-animation: 0.6s forwards in-right;
          animation: 0.6s forwards in-right;
}
.image-container .image-wrapper.in-bottom .overlay {
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  z-index: 3;
  -webkit-animation: 0.6s forwards in-bottom;
          animation: 0.6s forwards in-bottom;
}
.image-container .image-wrapper.in-left .overlay {
  -webkit-transform-origin: 0;
          transform-origin: 0;
  z-index: 3;
  -webkit-animation: 0.6s forwards in-left;
          animation: 0.6s forwards in-left;
}
.image-container .image-wrapper.out-top .overlay {
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  z-index: 3;
  -webkit-animation: 0.6s forwards out-top;
          animation: 0.6s forwards out-top;
}
.image-container .image-wrapper.out-right .overlay {
  -webkit-transform-origin: 100%;
          transform-origin: 100%;
  z-index: 3;
  -webkit-animation: 0.6s forwards out-right;
          animation: 0.6s forwards out-right;
}
.image-container .image-wrapper.out-bottom .overlay {
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  z-index: 3;
  -webkit-animation: 0.6s forwards out-bottom;
          animation: 0.6s forwards out-bottom;
}
.image-container .image-wrapper.out-left .overlay {
  -webkit-transform-origin: 0;
          transform-origin: 0;
  z-index: 3;
  -webkit-animation: 0.6s forwards out-left;
          animation: 0.6s forwards out-left;
}
.image-container .image-wrapper:hover:before {
  content: "";
  background-color: #ff0500d9;
  width: 100%;
  height: 100%;
  transition: background-color 0.6s;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 765px) {
  .image-container .image-wrapper:hover:before {
    display: none;
  }
}
@-webkit-keyframes in-top {
  0% {
    opacity: 0;
    -webkit-transform: rotate3d(-1, 0, 0, 90deg);
            transform: rotate3d(-1, 0, 0, 90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 0, 0);
            transform: rotate3d(0, 0, 0, 0);
  }
}
@keyframes in-top {
  0% {
    opacity: 0;
    -webkit-transform: rotate3d(-1, 0, 0, 90deg);
            transform: rotate3d(-1, 0, 0, 90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 0, 0);
            transform: rotate3d(0, 0, 0, 0);
  }
}
@-webkit-keyframes in-right {
  0% {
    opacity: 0;
    -webkit-transform: rotate3d(0, -1, 0, 90deg);
            transform: rotate3d(0, -1, 0, 90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 0, 0);
            transform: rotate3d(0, 0, 0, 0);
  }
}
@keyframes in-right {
  0% {
    opacity: 0;
    -webkit-transform: rotate3d(0, -1, 0, 90deg);
            transform: rotate3d(0, -1, 0, 90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 0, 0);
            transform: rotate3d(0, 0, 0, 0);
  }
}
@-webkit-keyframes in-bottom {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 0, 0);
            transform: rotate3d(0, 0, 0, 0);
  }
}
@keyframes in-bottom {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 0, 0);
            transform: rotate3d(0, 0, 0, 0);
  }
}
@-webkit-keyframes in-left {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 0, 0);
            transform: rotate3d(0, 0, 0, 0);
  }
}
@keyframes in-left {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 0, 0);
            transform: rotate3d(0, 0, 0, 0);
  }
}
@-webkit-keyframes out-top {
  0% {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 0, 0);
            transform: rotate3d(0, 0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: rotate3d(-1, 0, 0, 90deg);
            transform: rotate3d(-1, 0, 0, 90deg);
  }
}
@keyframes out-top {
  0% {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 0, 0);
            transform: rotate3d(0, 0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: rotate3d(-1, 0, 0, 90deg);
            transform: rotate3d(-1, 0, 0, 90deg);
  }
}
@-webkit-keyframes out-right {
  0% {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 0, 0);
            transform: rotate3d(0, 0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: rotate3d(0, -1, 0, 90deg);
            transform: rotate3d(0, -1, 0, 90deg);
  }
}
@keyframes out-right {
  0% {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 0, 0);
            transform: rotate3d(0, 0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: rotate3d(0, -1, 0, 90deg);
            transform: rotate3d(0, -1, 0, 90deg);
  }
}
@-webkit-keyframes out-bottom {
  0% {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 0, 0);
            transform: rotate3d(0, 0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
  }
}
@keyframes out-bottom {
  0% {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 0, 0);
            transform: rotate3d(0, 0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
  }
}
@-webkit-keyframes out-left {
  0% {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 0, 0);
            transform: rotate3d(0, 0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
}
@keyframes out-left {
  0% {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 0, 0);
            transform: rotate3d(0, 0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
}
@media (min-width: 764px) {
  .image-wrapper .mobile-content {
    display: none;
  }
}
.locations-section {
  padding-bottom: 1.5rem 0;
  text-align: center;
  z-index: 2;
  background-color: #f2f2f2d7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}
.locations-section .locations-header {
  background-color: var(--white-color, #fff);
  color: var(--primary-color, #ff0500);
  text-align: center;
  text-transform: capitalize;
  width: 100%;
  margin: 12px 0;
  padding: 0.75rem 0;
  font-size: 36px;
  font-weight: 700;
}
.locations-section .locations-grid {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  padding: 0.75rem 0;
  display: flex;
}
.locations-section .locations-grid .location {
  text-align: center;
  flex-direction: column;
  flex: 300px;
  justify-content: center;
  align-items: center;
  margin: 0.75rem;
  display: flex;
  position: relative;
  overflow: hidden;
}
.locations-section .locations-grid .location .location-title {
  color: var(--black-color, #141414);
  text-transform: capitalize;
  margin-bottom: 0;
  padding: 0.75rem;
  font-size: 19px;
  font-weight: 500;
}
.locations-section .locations-grid .location .map-container {
  width: 100%;
}
.locations-section .locations-grid .location .map-container iframe {
  box-sizing: border-box;
  border: 1px solid #c7c7c7;
  border-radius: 5px;
  width: 100%;
  height: 300px;
}
.map-main {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#location-map,
#map_div5 {
  width: 100%;
  height: 640px;
}
.outer-form {
  order: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: static;
}
@media (min-width: 1320px) {
  .outer-form {
    pointer-events: none;
    z-index: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 400px;
    height: 100%;
    display: flex;
    position: absolute;
    top: 50%;
    left: 30%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.contact-form {
  color: #fff;
  pointer-events: auto;
  z-index: 1;
  background: #000000b3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 6px #0000001a;
}
.contact-form .form-group {
  width: 100%;
  margin-bottom: 1rem;
  position: relative;
}
.contact-form .form-group input,
.contact-form .form-group select,
.contact-form .form-group textarea {
  background-color: var(--white-color, #fff);
  border: 1px solid var(--primary-color, #ff0500);
  box-sizing: border-box;
  color: #767676;
  border-radius: 10px;
  width: 100%;
  margin: 0;
  padding: 1rem;
  font-size: 16px;
  transition: border-color 0.3s ease-in-out;
}
.contact-form .form-group input:focus,
.contact-form .form-group input:hover,
.contact-form .form-group select:focus,
.contact-form .form-group select:hover,
.contact-form .form-group textarea:focus,
.contact-form .form-group textarea:hover {
  border-color: var(--primary-color, #ff0500);
  box-shadow: none;
  outline: none;
}
.contact-form .form-group input::-moz-placeholder {
  color: #767676;
  opacity: 1;
}
.contact-form .form-group select::-moz-placeholder {
  color: #767676;
  opacity: 1;
}
.contact-form .form-group textarea::-moz-placeholder {
  color: #767676;
  opacity: 1;
}
.contact-form .form-group input::-webkit-input-placeholder, .contact-form .form-group select::-webkit-input-placeholder, .contact-form .form-group textarea::-webkit-input-placeholder {
  color: #767676;
  opacity: 1;
}
.contact-form .form-group input::-moz-placeholder, .contact-form .form-group select::-moz-placeholder, .contact-form .form-group textarea::-moz-placeholder {
  color: #767676;
  opacity: 1;
}
.contact-form .form-group input::placeholder,
.contact-form .form-group select::placeholder,
.contact-form .form-group textarea::placeholder {
  color: #767676;
  opacity: 1;
}
.contact-form .form-group .form-control-feedback {
  color: var(--primary-color, #ff0500);
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact-form .form-group input:focus ~ .form-control-feedback,
.contact-form .form-group input:hover ~ .form-control-feedback,
.contact-form .form-group select:focus ~ .form-control-feedback,
.contact-form .form-group select:hover ~ .form-control-feedback,
.contact-form .form-group textarea:focus ~ .form-control-feedback,
.contact-form .form-group textarea:hover ~ .form-control-feedback {
  color: var(--primary-color, #ff0500);
}
.contact-form .submit-button {
  background-color: var(--global-button-bg, var(--primary-color, #ff0500));
  background-color: var(--primary-color, #ff0500);
  color: var(--white-color, #fff);
  cursor: pointer;
  text-align: center;
  z-index: 1;
  border: none;
  border-radius: 5px;
  padding: 0.75rem;
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.contact-form .submit-button.learn-more {
  cursor: pointer;
  text-transform: inherit;
  border: none;
  font-weight: 700;
  box-shadow: inset -2px 0 #ff0500, inset 0 -2px #000, inset 2px 0 #000,
    inset 0 2px #ff0500;
}
.contact-form .submit-button.learn-more:hover {
  color: var(--white-color, #fff);
}
.contact-form .submit-button.featured-button {
  text-transform: capitalize;
  border-radius: 10px 10px 0 0;
}
.contact-form .submit-button:hover {
  color: var(--white-color, #fff);
}
.contact-form .submit-button:after {
  content: "";
  z-index: -1;
  background: #141414ed;
  width: 100%;
  height: 100%;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-100%);
          transform: translate(-100%);
}
.contact-form .submit-button:hover:after {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.contact-form .submit-button:focus {
  outline: 3px solid
    safe-lighten(var(--global-button-bg, var(--primary-color, #ff0500)), 20%);
  outline-offset: 2px;
}
.contact-form .submit-button.button--bordered-slider {
  background-color: var(--global-button-color, #fff);
  color: var(--global-button-bg, var(--primary-color, #ff0500));
  box-shadow: inset -2px 0 #ff0500, inset 0 -2px #ff0500, inset 2px 0 #ff0500,
    inset 0 2px #ff0500;
}
.contact-form .submit-button.button--bordered-slider:hover {
  color: var(--global-button-color, #fff);
}
.contact-form .submit-button:focus,
.contact-form .submit-button:hover {
  background-color: var(--primary-color, #ff0500);
  box-shadow: 0 0 8px rgba(var(--primary-color, #ff0500), 0.5);
  outline: none;
}
.contact-form .submit-button i {
  margin-left: 0.5rem;
}
input[type="submit"] {
  background: var(--primary-color, #ff0500);
  border: 2px solid var(--primary-color, #ff0500);
  color: #fff;
  cursor: pointer;
  width: 100%;
  padding: 10px;
  transition: background-color 0.3s, color 0.3s;
}
input[type="submit"]:hover {
  color: var(--primary-color, #ff0500);
  background-color: #fff;
}
.gdpr_checkbox {
  text-align: center;
  padding-bottom: 15px;
  font-size: 13px;
}
.gdpr_checkbox input[type="checkbox" i] {
  margin-right: 5px;
}



/************** navigation css aug 2024************/


@media (max-width: 1320px) {
  
  .bottom-navbar-container {
    z-index: 1000;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }
  .bottom-navbar-container.menu-open {
    z-index: 1000;
    background-color: #fff;
    position: fixed;
    top: 0;
  }
  .bottom-navbar-container.menu-open .bottom-navbar {
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    display: flex;
  }
  .bottom-navbar-container.menu-open .bottom-navbar .nav-links {
    width: 100%;
    display: flex;
    position: absolute;
    top: 80px !important;
  }
  .bottom-navbar-container.menu-open
    .bottom-navbar
    .bottom-navbar-content-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    flex-direction: row !important;
  }
  .bottom-navbar-container.menu-open
    .bottom-navbar
    .bottom-navbar-content-wrapper
    .nav-logo {
    flex: 1;
    justify-content: center;
    margin-bottom: 10px;
    display: flex;
  }
  .bottom-navbar-container.menu-open
    .bottom-navbar
    .bottom-navbar-content-wrapper
    .nav-logo
    img {
    width: auto;
    max-height: 62px;
  }
  .bottom-navbar-container.menu-open
    .bottom-navbar
    .bottom-navbar-content-wrapper
    .menu-btn {
    color: var(--primary-color, #ff0500);
    cursor: pointer;
    background: 0 0;
    border: none;
    font-size: 18px;
    position: absolute;
    top: 30%;
    right: 10px;
  }
  .bottom-navbar-container .bottom-navbar {
    box-sizing: border-box;
    z-index: 5;
    align-items: center;
    width: 100%;
    padding: 20px;
    display: flex;
    position: relative;
  }
  .bottom-navbar-container .bottom-navbar .bottom-navbar-content-wrapper {
    flex-direction: row;
    align-items: center;
    width: 100%;
    display: flex;
  }
  .bottom-navbar-container
    .bottom-navbar
    .bottom-navbar-content-wrapper
    .nav-logo {
    justify-content: center;
    margin-bottom: 10px;
    display: flex;
  }
  .bottom-navbar-container
    .bottom-navbar
    .bottom-navbar-content-wrapper
    .nav-logo
    img {
    width: auto;
    max-height: 135px;
  }
  .bottom-navbar-container
    .bottom-navbar
    .bottom-navbar-content-wrapper
    .nav-links {
    background: #fff;
    flex-direction: column;
    width: 100%;
    display: none;
    position: absolute;
    top: 200px;
  }
  .bottom-navbar-container
    .bottom-navbar
    .bottom-navbar-content-wrapper
    .nav-links.open {
    display: flex;
  }
  .bottom-navbar-container
    .bottom-navbar
    .bottom-navbar-content-wrapper
    .nav-links
    > a {
    padding: 20px;
    font-size: 20px;
    font-weight: 600;
    transition: all 0.5s;
    display: block;
    position: relative;
  }
  .bottom-navbar-container
    .bottom-navbar
    .bottom-navbar-content-wrapper
    .nav-links
    > a:hover {
    color: #fff;
    background-color: #000;
  }
  .bottom-navbar-container
    .bottom-navbar
    .bottom-navbar-content-wrapper
    .nav-links
    > a:last-child {
    border-bottom: none;
  }
  .bottom-navbar-container
    .bottom-navbar
    .bottom-navbar-content-wrapper
    .nav-links
    > a
    i {
    margin-right: 5px;
  }
  .bottom-navbar-container
    .bottom-navbar
    .bottom-navbar-content-wrapper
    .menu-btn {
    cursor: pointer;
    background: 0 0;
    border: none;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    display: flex;
    position: relative;
  }
  .bottom-navbar-container
    .bottom-navbar
    .bottom-navbar-content-wrapper
    .menu-btn
    .hamburger-icon.spin {
    -webkit-animation: 0.5s linear spin;
            animation: 0.5s linear spin;
  }
  .bottom-navbar-container
    .bottom-navbar
    .bottom-navbar-content-wrapper
    .menu-btn
    .close-icon {
    display: none;
  }
  .bottom-navbar-container
    .bottom-navbar
    .bottom-navbar-content-wrapper
    .menu-btn.spin {
    -webkit-animation: 0.5s linear spin;
            animation: 0.5s linear spin;
  }
  .bottom-navbar-container
    .bottom-navbar
    .bottom-navbar-content-wrapper
    .menu-btn.open
    .hamburger-icon {
    opacity: 0;
    pointer-events: none;
  }
  .bottom-navbar-container
    .bottom-navbar
    .bottom-navbar-content-wrapper
    .menu-btn.open
    .close-icon {
    opacity: 1;
    pointer-events: all;
    display: block;
  }
  @-webkit-keyframes spin {
    0% {
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
    to {
      -webkit-transform: rotate(1turn);
              transform: rotate(1turn);
    }
  }
  @keyframes spin {
    0% {
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
    to {
      -webkit-transform: rotate(1turn);
              transform: rotate(1turn);
    }
  }
  .bottom-navbar-container .bottom-navbar ul.bottom-navbar-content-wrapper {
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
  }
  .bottom-navbar-container
    .bottom-navbar
    ul.bottom-navbar-content-wrapper
    li.nav-item
    > a {
    color: var(--primary-color, #ff0500);
    border-bottom: 1px solid #d8d8d8;
    padding: 20px;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.5s;
    display: block;
  }
  .bottom-navbar-container
    .bottom-navbar
    ul.bottom-navbar-content-wrapper
    li.nav-item
    > a:hover {
    color: #fff;
    background-color: #000;
  }
  .bottom-navbar-container .modern-btn {
    display: none;
  }
}
@media (min-width: 1320px) {
 #hamburger.menu-btn {
    display: none;
  }
  .bottom-navbar-container {
    justify-content: center;
    width: 100%;
    max-width: 100%;
    display: flex;
    z-index: 9999;
  }
  .bottom-navbar-container .bottom-navbar {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1320px;
    height: 98.57px;
    margin: 15px 0;
    padding: 0 30px;
    display: flex;
    z-index: 9999;
  }
  .bottom-navbar-container .bottom-navbar ul.bottom-navbar-content-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 1px;
    width: 100%;
    display: flex;
    z-index: 9999;
  }
  .bottom-navbar-container
    .bottom-navbar
    ul.bottom-navbar-content-wrapper
    .nav-logo
    img {
    max-width: 220px;
    height: auto;
    transition: max-width 0.5s;
    position: relative;
    z-index: 9999;
  }
  .bottom-navbar-container
    .bottom-navbar
    ul.bottom-navbar-content-wrapper
    .nav-links {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-size: 16px;
    display: flex;
    z-index: 9998;
  }
  .bottom-navbar-container
    .bottom-navbar
    ul.bottom-navbar-content-wrapper
    .nav-links
    > li
    > a {
    text-transform: capitalize;
    color: var(--primary-color, #ff0500);
    z-index: 9999;
    padding: 5px 7px;
    margin: 20px 0;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.5s;
    display: flex;
    position: relative;
  }
  .bottom-navbar-container
    .bottom-navbar
    ul.bottom-navbar-content-wrapper
    .nav-links
    > li
    > a:after {
    border-radius: 5px;
    background-color: var(--primary-color, #ff0500);
    content: "";
    opacity: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    position: absolute;
    top: 0px;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  .bottom-navbar-container
    .bottom-navbar
    ul.bottom-navbar-content-wrapper
    .nav-links
    > li
    > a:hover {
    color: #fff;
  }
  .bottom-navbar-container
    .bottom-navbar
    ul.bottom-navbar-content-wrapper
    .nav-links
    > li
    > a:hover:before {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .bottom-navbar-container
    .bottom-navbar
    ul.bottom-navbar-content-wrapper
    .nav-links
    > li
    > a:hover:after {
    color: #fff;
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .bottom-navbar-container
    .bottom-navbar
    ul.bottom-navbar-content-wrapper
    .nav-links
    > li
    > a
    i {
    margin-right: 8px;
  }
  .bottom-navbar-container
    .bottom-navbar
    ul.bottom-navbar-content-wrapper
    .nav-links
    > li
    > a:hover,
  .bottom-navbar-container
    .bottom-navbar
    ul.bottom-navbar-content-wrapper
    .nav-links
    > li
    > a:hover
    .arrow:after {
    color: var(--white-color, #fff);
  }
  .bottom-navbar-container
    .bottom-navbar
    ul.bottom-navbar-content-wrapper
    .modern-btn {
    background-color: var(--global-button-bg, var(--primary-color, #ff0500));
    color: var(--global-button-color, #fff);
    cursor: pointer;
    text-align: center;
    z-index: 1;
    border: none;
    border-radius: 10px;
    padding: 0.75rem 1.5rem;
    font-size: 19px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    display: inline-block;
    position: relative;
    overflow: hidden;
  }
  .bottom-navbar-container
    .bottom-navbar
    ul.bottom-navbar-content-wrapper
    .modern-btn.learn-more {
    cursor: pointer;
    text-transform: inherit;
    border: none;
    font-weight: 700;
    box-shadow: inset -2px 0 #ff0500, inset 0 -2px #000, inset 2px 0 #000,
      inset 0 2px #ff0500;
  }
  .bottom-navbar-container
    .bottom-navbar
    ul.bottom-navbar-content-wrapper
    .modern-btn.learn-more:hover {
    color: var(--white-color, #fff);
  }
  .bottom-navbar-container
    .bottom-navbar
    ul.bottom-navbar-content-wrapper
    .modern-btn.featured-button {
    text-transform: capitalize;
    border-radius: 10px 10px 0 0;
  }
  .bottom-navbar-container
    .bottom-navbar
    ul.bottom-navbar-content-wrapper
    .modern-btn:hover {
    color: var(--white-color, #fff);
  }
  .bottom-navbar-container
    .bottom-navbar
    ul.bottom-navbar-content-wrapper
    .modern-btn:after {
    content: "";
    z-index: -1;
    background: #141414ed;
    width: 100%;
    height: 100%;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
  .bottom-navbar-container
    .bottom-navbar
    ul.bottom-navbar-content-wrapper
    .modern-btn:hover:after {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .bottom-navbar-container
    .bottom-navbar
    ul.bottom-navbar-content-wrapper
    .modern-btn:focus {
    outline: 3px solid
      safe-lighten(var(--global-button-bg, var(--primary-color, #ff0500)), 20%);
    outline-offset: 2px;
  }
  .bottom-navbar-container
    .bottom-navbar
    ul.bottom-navbar-content-wrapper
    .modern-btn.button--bordered-slider {
    background-color: var(--global-button-color, #fff);
    color: var(--global-button-bg, var(--primary-color, #ff0500));
    box-shadow: inset -2px 0 #ff0500, inset 0 -2px #ff0500, inset 2px 0 #ff0500,
      inset 0 2px #ff0500;
  }
  .bottom-navbar-container
    .bottom-navbar
    ul.bottom-navbar-content-wrapper
    .modern-btn.button--bordered-slider:hover {
    color: var(--global-button-color, #fff);
  }

  /* Base styles for dropdown items */
  .bottom-navbar-container .dropdown {
      display: none; /* Ensure dropdowns are hidden initially */
      opacity: 0; /* Ensure dropdowns are fully transparent initially */
      transition: opacity 0.3s ease-in-out; /* Add a transition for the opacity */
  }
  
  .bottom-navbar-container .dropdown.open {
      display: block; /* Display dropdown when opened */
  }
  
  .bottom-navbar-container .dropdown.active {
      opacity: 1; /* Make dropdown fully opaque when active */
      transition: opacity 0.3s ease-in-out; /* Add a transition for the opacity */
  }
  
  /* Initial state of dropdown items */
  .bottom-navbar-container .dropdown-links,
  .bottom-navbar-container .dropdown.programs-dropdown > li {
      opacity: 0; /* Ensure dropdowns are fully transparent initially */
      visibility: hidden; /* Ensure elements are not visible initially */
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px); /* Slightly move up initially for the drop-in effect */
      transition: opacity 0.9s ease-in-out, -webkit-transform 0.5s ease-in-out;
      transition: opacity 0.9s ease-in-out, transform 0.5s ease-in-out;
      transition: opacity 0.9s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; /* Make transition smoother and slower */
  }
  
  /* Visible state of dropdown items */
  .bottom-navbar-container .dropdown-links.visible,
  .bottom-navbar-container .dropdown.programs-dropdown > li.visible {
      opacity: 1; /* Make dropdown fully opaque when visible */
      visibility: visible; /* Make the elements visible */
      -webkit-transform: translateY(0);
              transform: translateY(0); /* Move back to original position */
  }

  /* CSS for the dropdown */
  .bottom-navbar-container .nav-links > li.nav-item .dropdown {
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px); /* Initial position above the nav item */
      max-height: 0; /* Start with zero height */
      overflow: hidden; /* Hide overflow content */
      /* padding: 0; */ /* No padding initially */
      transition: opacity 0.3s ease, visibility 0.3s ease, max-height 0.3s ease, padding 0.3s ease, -webkit-transform 0.3s ease;
      transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, max-height 0.3s ease, padding 0.3s ease;
      transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, max-height 0.3s ease, padding 0.3s ease, -webkit-transform 0.3s ease;
      display: block;
  }
  
  .bottom-navbar-container .nav-links > li.custom_program_dropdown .dropdown{display: flex;}
  
  .bottom-navbar-container .nav-links > li.nav-item:hover .dropdown {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
      transform: translateY(0); /* Move to its normal position */
      max-height: 300px; /* Adjust to the height you need */
      z-index: -1;
  }
  
 


}

@media (min-width: 1320px) {
  .dropdown.about-nested-dropdown > li > a,
  .dropdown.contact-dropdown > .dropdown-links > li > a {
    /* padding-left: 35px !important; */
    padding-right: 0 !important;
  }
  .dropdown.contact-dropdown > .dropdown-links > li > a:before {
    content: none;
  }
  
  .dropdown.custom-dropdown > .dropdown-links > li > a {
    /* padding-left: 35px !important; */
    padding-right: 0 !important;
  }
  .dropdown.custom-dropdown > .dropdown-links > li > a:before {
    content: none;
  }
  /* .dropdown.about-nested-dropdown > li > a:before {
    background-color: var(--primary-color, #ff0500);
    content: "";
    border-radius: 50%;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  } */
  .dropdown.programs-nested-dropdown {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    width: 100% !important;
  }
  .dropdown.programs-nested-dropdown li {
    width: 100%;
  }
  .dropdown.programs-nested-dropdown li a {
    box-sizing: border-box;
    border-radius: 5px;
    width: 100%;
    padding: 5px 0;
    display: block;
    font-size: 14px;
  }
  .dropdown.programs-nested-dropdown li a.active,
  .dropdown.programs-nested-dropdown li a:hover {
    color: var(--primary-color, #ff0500);
  }
  body
    > div.background-wrapper.pb-0.mb-0
    > div.container
    > div.bottom-navbar-container.menu-open
    > div
    > ul
    > div.nav-links.open
    > li:first-child
    > ul
    > div.dropdown-links
    > li:nth-child(2)
    > ul
    > li
    > a {
    display: flex;
  }
  .dropdown-logo {
    z-index: 1001;
    margin-right: 950px;
    display: none;
    position: absolute;
  }
  .dropdown-logo img {
    max-width: 285px;
  }
  a.about-nested.dropdown-toggle {
    display: flex;
  }
  .nav-links .nav-item .programs-nested .arrow span {
    color: var(--primary-color, #ff0500);
    font-size: 14px;
    display: flex;
    font-weight: 400;
  }
  .nav-links .nav-item .programs-nested .arrow {
    color: #000;
    letter-spacing: 0;
    background: #fff;
    border-radius: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    height: 100%;
    max-height: 47px;
    margin: 7px 0;
    padding-top: 8px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
  }
  .bottom-navbar-container .dropdown {
    min-height: 185px;
  }
  /* .dropdown:before {
    content: "";
    border: 18px solid #0000;
    border-top-width: 0;
    border-bottom-color: #252525;
    margin-left: 45px;
    position: absolute;
    top: -18px;
    left: 50%;
  } */
  .dropdown.about-nested-dropdown:before,
  .dropdown.programs-nested-dropdown:before {
    content: none;
  }
  .bottom-navbar-container .dropdown .dropdown {
    min-height: 0;
  }
  .dropdown.programs-dropdown {
    margin-bottom: 5px;
    padding: 0 40px 0 0;
    /* background: linear-gradient(#252525 27.2%, #fff 0) !important; */
  }
  .dropdown.programs-dropdown .dropdown-logo {
    top: 85px;
  }
  .dropdown.programs-dropdown .programs-nested span:before {
    content: "\a ";
    white-space: pre;
  }
  .dropdown.contact-dropdown {
    min-height: 70px;
  }
  .dropdown.contact-dropdown:before {
    /*margin-left: 200px;*/
  }
  
  .dropdown.custom-dropdown {
    min-height: 70px;
  }
  .dropdown.custom-dropdown:before {
    /*margin-left: 200px;*/
  }
  .dropdown.about-dropdown:before {
    margin-left: -250px;
  }
  /* Bold font weight for the first item under the 'Our Schools' dropdown */
  .our-schools-link {
      font-weight: bold;
    font-size: 16px;
  }
  
  /* Style for the third item under the 'Our Schools' dropdown */
  .social-reviews-link {
      margin-top: 10px;
      background-color: #007bff; /* Blue background color */
      color: white; /* White text color */
      padding: 5px 7px 5px 7px !important; /* Padding around the text */
      font-size: 14px; /* Font size */
      border: none; /* Remove default border */
      border-radius: 5px; /* Rounded corners */
      display: inline-flex; /* Align items horizontally */
      align-items: center; /* Vertically center the content */
      cursor: pointer; /* Pointer cursor on hover */
      position: relative; /* Required for the ::after element positioning */
      font-weight: normal;
      margin-left: -3px;
  }
  
  /* Adding the Font Awesome thumbs-up icon using the ::after pseudo-element */
  .social-reviews-link::after {
      content: "\f164"; /* Unicode for Font Awesome 'thumbs-up' icon */
      font-family: 'Font Awesome 5 Free'; /* Apply Font Awesome */
      font-weight: 900; /* Required for Font Awesome icons */
      margin-left: 5px; /* Space between text and icon */
      font-size: 14px; /* Icon size */
  }

  .social-reviews-link:hover {
    color: #fff!important;
    background: #000;
  }

  .dropdown.contact-dropdown .dropdown-links {
   /*padding-left: 440px !important;*/
  }
  .dropdown.contact-dropdown .dropdown-links:before {
    content: none;
  }
  
  .dropdown.custom-dropdown .dropdown-links {
    /*padding-left: 440px !important;*/
  }
  .dropdown.custom-dropdown .dropdown-links:before {
    content: none;
  }
  
  .dropdown.about-dropdown .dropdown-links {
    /*margin-right: 335px;*/
  }
  .dropdown.about-dropdown,
  .dropdown.contact-dropdown ,.dropdown.custom-dropdown {
    background: #fff;
  }
  .dropdown.programs-dropdown {
    font-weight: 500;
  }
  .dropdown.programs-dropdown:before {
  content: "";
  position: absolute;
  left: 0; /* Align it to the left of the parent element */
  width: 100%; /* Make the border span the full width of the parent element */
  border-bottom: 1px solid #d9d9d9; /* Customize the border style, color, and width */
  top: 70px; /* Offset the border 50px from the top of the parent element */
  }
  .dropdown.about-dropdown,
  .dropdown.contact-dropdown,
  .dropdown.custom-dropdown,
  .dropdown.programs-dropdown {
    background: #fff;
    background-color: var(--white-color, #fff);
    box-sizing: border-box;
    color: #636363;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #e6e6ed;
    justify-content: center;
    font-size: 15px;
    display: flex;
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
  }
  .dropdown.about-dropdown .dropdown-links,
  .dropdown.contact-dropdown .dropdown-links,
  .dropdown.custom-dropdown .dropdown-links,
  .dropdown.programs-dropdown .dropdown-links {
    padding: 10px;
  }
  .dropdown.about-dropdown .dropdown-links li,
  .dropdown.contact-dropdown .dropdown-links li,
  .dropdown.custom-dropdown .dropdown-links li,
  .dropdown.programs-dropdown .dropdown-links li {
    width: 125px !important;
  }
  .dropdown.about-dropdown .dropdown-links li a,
  .dropdown.contact-dropdown .dropdown-links li a,
  .dropdown.custom-dropdown .dropdown-links li a,
  .dropdown.programs-dropdown .dropdown-links li a {
    border-radius: 5px;
    width: 100%;
    padding: 5.5px 0px;
    font-size: 14px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    display: block;
    position: relative;
  }
  .dropdown.about-dropdown .dropdown-links li a.active,
  .dropdown.about-dropdown .dropdown-links li a:hover,
  .dropdown.contact-dropdown .dropdown-links li a.active,
  .dropdown.contact-dropdown .dropdown-links li a:hover,
   .dropdown.custom-dropdown .dropdown-links li a.active,
  .dropdown.custom-dropdown .dropdown-links li a:hover,
  .dropdown.programs-dropdown .dropdown-links li a.active,
  .dropdown.programs-dropdown .dropdown-links li a:hover {
    color: var(--primary-color, #ff0500);
  }
  .dropdown.about-dropdown.show,
  .dropdown.contact-dropdown.show,
  .dropdown.custom-dropdown.show,
  .dropdown.programs-dropdown.show {
    display: block;
  }
  .dropdown.about-dropdown .dropdown-links,
  .dropdown.about-dropdown .dropdown-links .dropdown,
  .dropdown.contact-dropdown .dropdown-links,
  .dropdown.contact-dropdown .dropdown-links .dropdown,
   .dropdown.custom-dropdown .dropdown-links,
  .dropdown.custom-dropdown .dropdown-links .dropdown,
  .dropdown.programs-dropdown .dropdown-links,
  .dropdown.programs-dropdown .dropdown-links .dropdown {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }
  .dropdown.about-dropdown .dropdown-links a,
  .dropdown.about-dropdown .dropdown-links li,
  .dropdown.contact-dropdown .dropdown-links a,
  .dropdown.contact-dropdown .dropdown-links li,
  .dropdown.custom-dropdown .dropdown-links a,
  .dropdown.custom-dropdown .dropdown-links li,
  .dropdown.programs-dropdown .dropdown-links a,
  .dropdown.programs-dropdown .dropdown-links li {
    width: 170px !important;
  }
  .dropdown .dropdown:hover,
  .dropdown .nav-links > a:hover + .dropdown,
  .dropdown .nav-links > li:hover .dropdown {
    opacity: 1;
    visibility: visible;
    flex-direction: column;
    display: flex;
  }
  .bottom-navbar-container .mobile-login {
    display: none !important;
  }
 .bottom-navbar-container  .arrow {
    width: 100%;
    max-width: 100%;
  }
 .bottom-navbar-container  .arrow.no-desktop:after {
    content: "";
    max-height: 0;
  }
  .bottom-navbar-container .arrow:after {
    color: var(--primary-color, #ff0500);
    content: "";
    margin-top: 10px;
    margin-left: 5px;
    font-family: "Font Awesome 5 Free";
    font-size: 11px;
    font-weight: 900;
  }
  .nested-about-back-button,
  .nested-contact-back-button,
  .nested-custom-back-button,
  .nested-programs-back-button,
  .top-about-back-button,
  .top-contact-back-button,
  .top-custom-back-button,
  .top-programs-back-button,
  body
    > div.background-wrapper.pb-0.mb-0
    > div.container
    > div.bottom-navbar-container
    > div
    > ul
    > div.nav-links
    > li:first-child
    > ul
    > div.dropdown-links
    > li:first-child,
  body
    > div.background-wrapper.pb-0.mb-0
    > div.container
    > div.bottom-navbar-container
    > div
    > ul
    > div.nav-links
    > li:first-child
    > ul
    > div.dropdown-links
    > li:nth-child(2)
    > ul
    > li:first-child,
  body
    > div.background-wrapper.pb-0.mb-0
    > div.container
    > div.bottom-navbar-container
    > div
    > ul
    > div.nav-links
    > li
    > ul
    > li
    > ul
    > li:first-child {
    display: none;
  }
  .dropdown.programs-dropdown,
  .dropdown.programs-nested-dropdown {
    flex-flow: wrap;
    justify-content: center;
    display: flex;
  }
  .dropdown.programs-dropdown > li,
  .dropdown.programs-nested-dropdown > li {
    width: 195px;
    margin-bottom: 10px;
    margin-right: 30px;
  }
  .dropdown.programs-dropdown.dropdown.programs-nested-dropdown li,
  .dropdown.programs-nested-dropdown.dropdown.programs-nested-dropdown li {
    margin-bottom: 5px;
    margin-right: 0;
  }
  .dropdown.programs-dropdown.dropdown.programs-nested-dropdown > a,
  .dropdown.programs-nested-dropdown.dropdown.programs-nested-dropdown > a {
    padding: 0 15px;
    display: block;
    width: 100% !important;
  }
  .dropdown.programs-dropdown.dropdown.programs-dropdown > a,
  .dropdown.programs-nested-dropdown.dropdown.programs-dropdown > a {
    padding: 0 10px;
    display: block;
    width: 100% !important;
  }
}
@media (max-width: 1320px) {
  .bottom-navbar-container.fixed-top
    .bottom-navbar
    .bottom-navbar-content-wrapper {
    flex-direction: row !important;
    justify-content: space-between !important;
  }
  .bottom-navbar-container.fixed-top
    .bottom-navbar
    .bottom-navbar-content-wrapper
    .nav-logo
    img {
    width: auto;
    max-height: 62px;
  }
 .bottom-navbar-container  .mobile-login {
    margin: 10px;
    color: #3d3d3d !important;
    border: none !important;
  }
  .bottom-navbar-container .mobile-login:before {
    color: #3d3d3d;
    content: "";
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 900;
  }
 .bottom-navbar-container  .mobile-login:hover {
    color: #fff !important;
  }
 .bottom-navbar-container  .nav-overlay.on {
    z-index: 20;
    background-color: #0000008b;
    position: fixed;
    inset: 0;
  }
  .nested-about-back-button,
  .nested-contact-back-button,
  .nested-custom-back-button,
  .nested-programs-back-button,
  .top-about-back-button,
  .top-contact-back-button,
  .top-custom-back-button,
  .top-programs-back-button {
    color: #3d3d3d;
    margin: 10px 0;
    font-size: 18px;
    font-weight: 600;
  }
  .nested-about-back-button:before,
  .nested-contact-back-button:before,
  .nested-custom-back-button:before,
  .nested-programs-back-button:before,
  .top-about-back-button:before,
  .top-contact-back-button:before,
  .top-custom-back-button:before,
  .top-programs-back-button:before {
    color: #3d3d3d;
    content: "";
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 550;
  }
 .bottom-navbar-container  .arrow {
    width: 100%;
    max-width: 100%;
  }
  .bottom-navbar-container .arrow.no-desktop span {
    color: #3d3d3d;
    font-weight: 400;
  }
 .bottom-navbar-container  .arrow.no-desktop span:after {
    content: ")";
  }
  .bottom-navbar-container .arrow.no-desktop span:before {
    content: "(";
  }
  .bottom-navbar-container .arrow:after {
    color: var(--primary-color, #ff0500);
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 10px;
  }
  .about-dropdown,
  .about-nested-dropdown,
  .contact-dropdown,
  .custom-dropdown,
  .programs-dropdown,
  .programs-nested-dropdown {
    min-height: 340px;
    overflow: hidden scroll;
  }
  .about-dropdown .nav-item > a,
  .about-nested-dropdown .nav-item > a,
  .contact-dropdown .nav-item > a,
  .custom-dropdown .nav-item > a,
  .programs-dropdown .nav-item > a,
  .programs-nested-dropdown .nav-item > a {
    color: #000;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 500;
  }
  .about-dropdown {
    z-index: 50;
    background: #fff;
    flex-direction: column;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    display: flex;
    position: absolute;
    inset: 0;
    -webkit-transform: translate(100%);
            transform: translate(100%);
  }
  .about-dropdown.active,
  .about-dropdown.open {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .about-dropdown .dropdown-links {
    flex-direction: column;
    display: flex;
  }
  .about-dropdown img {
    display: none;
  }
  .about-nested-dropdown {
    z-index: 99;
    background: #fff;
    flex-direction: column;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    display: flex;
    position: absolute;
    inset: 0;
    -webkit-transform: translate(100%);
            transform: translate(100%);
  }
  .about-nested-dropdown.active,
  .about-nested-dropdown.open {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .programs-dropdown {
    z-index: 50;
    background: #fff;
    flex-direction: column;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    display: flex;
    position: absolute;
    inset: 0;
    -webkit-transform: translate(100%);
            transform: translate(100%);
  }
  .programs-dropdown.active,
  .programs-dropdown.open {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .programs-dropdown img {
    display: none;
  }
  .programs-nested-dropdown {
    z-index: 99;
    background: #fff;
    flex-direction: column;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    display: flex;
    position: absolute;
    inset: 0;
    -webkit-transform: translate(100%);
            transform: translate(100%);
  }
  .programs-nested-dropdown.active,
  .programs-nested-dropdown.open {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  
   .custom-nested-dropdown {
    z-index: 99;
    background: #fff;
    flex-direction: column;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    display: flex;
    position: absolute;
    inset: 0;
    -webkit-transform: translate(100%);
            transform: translate(100%);
  }
  .custom-nested-dropdown.active,
  .custom-nested-dropdown.open {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  
  .contact-dropdown,.custom-dropdown {
    z-index: 50;
    background: #fff;
    flex-direction: column;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    display: flex;
    position: absolute;
    inset: 0;
    -webkit-transform: translate(100%);
            transform: translate(100%);
  }
  .contact-dropdown.active,
  .contact-dropdown.open,
 .custom-dropdown.active,
  .custom-dropdown.open  {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .contact-dropdown .dropdown-links,.custom-dropdown .dropdown-links {
    flex-direction: column;
    display: flex;
  }
  .contact-dropdown img, .custom-dropdown img {
    display: none;
  }
  .about-dropdown li,
  .about-nested-dropdown li,
  .contact-dropdown li,
  .custom-dropdown li,
  .programs-dropdown li,
  .programs-nested-dropdown li {
    padding: 10px 30px;
  }
  .about-dropdown li:first-child,
  .about-nested-dropdown li:first-child,
  .contact-dropdown li:first-child,
  .custom-dropdown li:first-child,
  .programs-dropdown li:first-child,
  .programs-nested-dropdown li:first-child {
    padding-left: 10px;
  }
  .about-dropdown li a,
  .about-nested-dropdown li a,
  .contact-dropdown li a,
  .custom-dropdown li a,
  .programs-dropdown li a,
  .programs-nested-dropdown li a {
    color: #000;
    font-weight: 500;
    font-size: 18px !important;
  }
}

.fixed-top {
  z-index: 1000;
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  box-shadow: 0 2px 4px #0000001a;
  max-height: 110px;
}