* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 100;
  transition: all 0.5s;
  --webkit-transition: all 0.5s;
  --moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

/* Bootstrap Negative Margins Setup */
.mt-n1 {
  margin-top: -0.25rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

.mt-n3 {
  margin-top: -1.25rem !important;
}

.mt-n4 {
  margin-top: -1.5rem !important;
}

.mt-n5 {
  margin-top: -10rem !important;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

.mb-n2 {
  margin-bottom: -0.5rem !important;
}

.mb-n3 {
  margin-bottom: -1.25rem !important;
}

.mb-n4 {
  margin-bottom: -1.5rem !important;
}

.mb-n5 {
  margin-bottom: -13rem !important;
}

.ms-n1 {
  margin-left: -0.25rem !important;
}

.ms-n2 {
  margin-left: -0.5rem !important;
}

.ms-n3 {
  margin-left: -1.25rem !important;
}

.ms-n4 {
  margin-left: -1.5rem !important;
}

.ms-n5 {
  margin-left: -3rem !important;
}

.me-n1 {
  margin-right: -0.25rem !important;
}

.me-n2 {
  margin-right: -0.5rem !important;
}

.me-n3 {
  margin-right: -1.25rem !important;
}

.me-n4 {
  margin-right: -1.5rem !important;
}

.me-n5 {
  margin-right: -3rem !important;
}

@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree/Figtree-ExtraLight.ttf");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree/Figtree-ExtraLightItalic.ttf");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree/Figtree-Light.ttf");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree/Figtree-LightItalic.ttf");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree/Figtree-Regular.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree/Figtree-SemiBold.ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree/Figtree-SemiBoldItalic.ttf");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree/Figtree-Bold.ttf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree/Figtree-BoldItalic.ttf");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree/Figtree-ExtraBold.ttf");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree/Figtree-ExtraBoldItalic.ttf");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree/Figtree-Black.ttf");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree/Figtree-BlackItalic.ttf");
  font-weight: 700;
  font-style: italic;
}

:root {
  --base-color: #fff;
  --primary-color: #fff;
  --secondary-color: #1e98bd;
  --secondary-text: #fff;
  --off-color: linear-gradient(
    244deg,
    #bce8fa,
    rgb(225, 249, 255) 51.26%,
    #eafeff
  );
  --off-grey: linear-gradient(#f7f7f7, #ecf0f3);
  --off-text: #465a69;
  --off-color-text: #9ca2a7;
  --primary-text: #465a69;
  --base-text: #1c2b33;
  --action-btn: #1e98bd;
  --black-color: linear-gradient(#000, #2a2a2a);
  --dark-color: linear-gradient(#072a4a, #001d2f);
  --dark-text: #eee;
  --display-text: #1c2b33;

  --gradient-secondary-color: linear-gradient(
    to bottom right,
    #04c5d9,
    #0d71b7
  );
  --tertiary-color: #d4c3fe;
  --gradient-tertiary-color: linear-gradient(to bottom right, #f4c2ec, #d4c3fe);
  --gradient-tertiary-text: #344854;
  --substitute-color: #c3fee0;
  --gradient-substitute-color: linear-gradient(
    to bottom right,
    #c2cbf5,
    #c3fee0
  );
  --gradient-substitute-text: #344854;
  --gradient-accent-color: linear-gradient(227deg, #009dff, #91fafa 85.71%);
  --accent-color: #91fafa;
  --gradient-accent-text: #344854;
  --shadow-fade-in: linear-gradient(rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  --shadow-fade-out: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.87) 11.34%,
    rgba(0, 0, 0, 0.4196078431372549) 60.5%,
    rgba(0, 0, 0, 0)
  );
  --radius-value: 2.3rem;
  --hero-banner-height: 700px;
  --hero-caption-height: 100%;
  --trans-background: rgba(0, 0, 0, 0.45);
  --trans-background-white: rgba(255, 255, 255, 0.65);
  --blur-bg: blur(3px);
  --reg-font: 15px;
  --md-font: 17px;
  --x-lg-font: 34px;
  --xx-lg-font: 12rem;
  --lg-font: 24px;
  --sm-font: 15px;
  --left-align: left;
  --fill-height: 100%;
  --birng-forward: 100;
  --bring-backward: -1;
  --height-1: 10rem;
  --height-15: 15rem;
  --height-2: 20rem;
  --height-25: 25rem;
  --height-3: 30rem;
  --height-35: 35rem;
  --height-4: 40rem;
  --height-5: 50rem;
  --flex-end: flex-end;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: var(--primary-color);
  color: var(--primary-text);
  font-family: "Figtree", sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-size: var(--reg-font);
  line-height: 150%;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  transition: all 0.5s;
  --webkit-transition: all 0.5s;
  --moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.xx-lg-font {
  font-size: var(--xx-lg-font);
}

.x-lg-font {
  font-size: var(--x-lg-font);
}

.lg-font {
  font-size: var(--lg-font);
}

.reg-font {
  font-size: var(--reg-font);
}

.md-font {
  font-size: var(--md-font);
}

.sm-font {
  font-size: var(--sm-font);
}

.fw-bold {
  font-weight: 500 !important;
}

.display-7 {
  font-size: calc(0.95rem + 0.65vw);
  font-weight: 300;
  line-height: 1.5;
}

.display-8 {
  font-size: calc(0.75rem + 0.45vw);
  font-weight: 300;
  line-height: 1.45;
}
.display-4 {
  font-size: 3rem;
}
.form-control {
  border: none;
  height: 3.2rem;
  margin: 12px 0px;
  border-radius: var(--radius-value);
}

a {
  text-decoration: none;
  color: inherit;
  justify-content: center;
  align-items: center;
  line-height: inherit;
  display: flex;
  font-weight: inherit;
  font-size: inherit;
  flex-wrap: wrap;
  width: auto;
  max-width: max-content;
  border-radius: var(--radius-value);
  flex: 0 0 auto;
}

a:hover {
  color: inherit;
  font-weight: 600;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  line-height: 2;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 95%;
  margin: 0 auto;
  max-width: initial !important;
}

.height-fill {
  height: var(--fill-height);
}

.secondary-color {
  color: var(--secondary-color);
}

.tertiary-color {
  color: var(--tertiary-color);
}

.substitute-color {
  color: var(--substitute-color);
}

.accent-color {
  color: var(--accent-color);
}

.primary {
  background: var(--primary-color);
  color: var(--primary-text);
}

.secondary {
  background: var(--secondary-color);
  color: var(--secondary-text);
}

.primary-text {
  color: var(--primary-color);
}

.secondary-text {
  color: var(--secondary-color);
}

.secondary-gradient .ctaBtn,
.secondary-gradient a.ctaBtn,
.secondary-gradient button.ctaBtn {
  background: var(--gradient-substitute-color);
  border: none;
  color: var(--gradient-substitute-text);
}

.off-grey-color {
  background: var(--off-grey);
  color: var(--off-text);
}

.off-grey-color-text {
  color: var(--off-color-text);
}

.off-color {
  background: var(--off-color);
  color: var(--off-text);
}

.off-color-text {
  color: var(--off-color-text);
}

.secondary-gradient {
  background: var(--gradient-secondary-color);
  color: var(--secondary-text);
}

.secondary-gradient-text {
  color: var(--gradient-secondary-color);
}

.tertiary-gradient {
  background: var(--gradient-tertiary-color);
  color: var(--tertiary-text);
}

.tertiary-text,
.accent-text {
  color: var(--primary-text);
}

.substitute-gradient,
div.substitute-gradient {
  background: var(--gradient-substitute-color);
  color: var(--substitute-text);
}

.accent-gradient,
div.accent-gradient {
  background: var(--gradient-accent-color);
  color: var(--accent-text);
}

.tertiary-gradient .ctaBtn,
.tertiary-gradient a.ctaBtn,
.substitute-gradient .ctaBtn,
.substitute-gradient a.ctaBtn,
.accent-gradient .ctaBtn,
.accent-gradient a.ctaBtn,
.trans-bg .ctaBtn,
.trans-bg a.ctaBtn {
  background: inherit;
  color: inherit;
  border: 1px solid;
}

.tertiary-gradient .ctaBtn:hover,
.tertiary-gradient a.ctaBtn:hover .substitute-gradient .ctaBtn:hover,
.substitute-gradient a.ctaBtn:hover,
.accent-gradient .ctaBtn:hover,
.accent-gradient a.ctaBtn:hover,
.trans-bg .ctaBtn:hover,
.trans-bg a.ctaBtn:hover,
.mbu_widget_shadow_container a.ctaBtn:hover {
  background: var(--trans-background);
  color: inherit;
}

.ctaBtn:hover::after {
  display: none;
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
  color: inherit;
}

.trans-bg .display-1,
.trans-bg .display-2,
.trans-bg .display-3,
.trans-bg .display-4,
.trans-bg .display-5,
.trans-bg .display-6 {
  color: var(--base-color);
}

.place-top {
  position: absolute;
  top: 0;
  bottom: auto;
}

.place-bottom {
  position: absolute;
  bottom: 0;
  top: auto;
}

.mbu_widget_1 {
  display: flex;
  flex: 0 0 auto;
  width: 98%;
  margin: 1%;
  overflow: hidden;
  justify-content: center;
  position: relative;
  align-items: baseline;
}

.mbu_widget_1 img {
  width: auto;
  margin: 0 auto;
  height: 100%;
  z-index: 0;
  display: flex;
  flex: 0 0 auto;
  position: absolute;
}

.mbu_widget_1 .contentBox {
  display: flex;
  flex: 0 0 auto;
  justify-content: flex-start;
}

img.max-width-0 {
  max-width: none !important;
}

.m-ht-1 {
  height: 70px;
}

.greyscale,
.plainWhite {
  transition: all 0.5s;
  --webkit-transition: all 0.5s;
  --moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.greyscale,
img.greyscale {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}

.greyscale.HoverColor:hover,
img.greyscale.HoverColor:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}

.plainWhite,
img.plainWhite {
  filter: grayscale(1) invert(1) brightness(1);
  -webkit-filter: grayscale(1) invert(1) brightness(1);
}

.plainWhite.HoverColor:hover,
img.plainWhite.HoverColor:hover {
  filter: brightness(0);
  -webkit-filter: brightness(0);
}

header,
section {
  display: flex;
  flex: 0 0 auto;
  z-index: var(--bring-forward);
  background: var(--base-color);
}

header {
  background: transparent;
  color: inherit;
  padding: 0;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 999;
  color: var(--primary-color);
  transition: all 0.5s;
  --webkit-transition: all 0.5s;
  --moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  font-size: var(--reg-font);
}

nav,
header nav {
  display: flex;
  flex: 0 0 auto;
  width: auto !important;
}

nav li,
header nav li {
  margin: 0 1.2rem;
  font-weight: 500;
  font-size: var(--sm-font);
}
header li a,
header nav li a {
  color: var(--primary-text);
  font-size: var(--sm-font);
}

header nav li:hover a {
  padding: 0 10px;
}
header.header,
header:hover,
header.header.position-fixed {
  background: var(--primary-color);
  box-shadow: 0px 3px 15px 1px rgba(0, 0, 0, 0.125);
}
header.header nav li a,
header.header.position-fixed a,
header.header.position-fixed nav li a,
header.header.position-fixed li a {
  color: var(--primary-text);
}

header.header nav li a.secondary,
header.header.position-fixed a.secondary,
header.header.position-fixed nav li a.secondary,
header.header.position-fixed li a.secondary {
  color: var(--base-color);
}

header.header nav li a.secondary:hover,
header.header.position-fixed a.secondary:hover,
header.header.position-fixed nav li a.secondary:hover,
header.header.position-fixed li a.secondary:hover {
  color: var(--primary-text);
}
header:hover li a.ctaBtn,
header:hover nav li a.ctaBtn,
header.header.position-fixed nav li a.ctaBtn {
  color: var(--secondary-text);
}

header:hover li a,
header:hover nav li a,
header.header.position-fixed nav li a {
  color: var(--primary-text);
}
header li a.secondary:hover {
  background: none;
}
footer {
  background: var(--off-grey);
  color: var(--off-text);
  font-size: var(--sm-font);
}

footer li a {
  font-size: var(--sm-font);
}

.mbu_logo,
img.mbu_logo {
  display: flex;
  flex: 0 0 auto;
  width: 9rem;
  /* filter: invert(1) grayscale(1) brightness(5) contrast(1);
  -webkit-filter: invert(1) grayscale(1) brightness(5) contrast(1); */
}
header:hover .mbu_logo,
header:hover img.mbu_logo,
header.header.position-fixed .mbu_logo,
header.header.position-fixed {
  filter: none;
  -webkit-filter: none;
}
img.mbu_logo footer .mbu_logo,
footer img.mbu_logo {
  width: 15rem;
  filter: none;
  -webkit-filter: none;
}

.menu-box,
div.menu-box {
  width: 100%;
  position: absolute;
  background: var(--primary-color);
  height: 100vh;
  left: -100%;
  top: 0;
  z-index: 999;
  transition: all 0.5s;
  --webkit-transition: all 0.5s;
  --moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.mobileMenuLogo,
.menu-box .mobileMenuLogo {
  width: 200px;
}

.menu-box.shw-menu,
div.menu-box.shw-menu {
  left: 0;
}

.base-img {
  display: flex;
  flex: 0 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.fixed,
body.fixed,
div.fixed,
section.fixed {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  top: auto;
  bottom: auto;
  left: 0;
  right: 0;
}

.fixed-background,
img.fixed-background {
  position: fixed;
  bottom: 0;
  top: auto;
  left: 0;
  width: 100%;
  display: flex;
  flex: 0 0 auto;
}

.mbu_widget_shadow_container {
  color: var(--dark-text);
}

.mbu_widget_shadow_container::before {
  content: "";
  background: var(--shadow-fade-in);
  width: 100%;
  top: 0;
  left: 0;
  height: 25%;
  position: absolute;
}

.mbu_widget_shadow_container::after {
  content: "";
  background: var(--shadow-fade-out);
  width: 100%;
  bottom: 0;
  left: 0;
  height: 65.5%;
  position: absolute;
}

.carousel {
  display: flex;
  flex-direction: row;
}

.carousel-item {
  /* height: var(--hero-banner-height); */
  height: 100vh;
}

.carousel-item.active {
  display: flex;
  flex: 0 0 auto;
}

.carousel-item img {
  display: flex;
  flex: 0 0 auto;
  height: fit-content;
  height: intrinsic;
  width: 100%;
}

.carousel-item .carousel-caption {
  height: var(--hero-caption-height);
  display: flex !important;
  flex: 0 0 auto;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: var(--trans-background);
  font-weight: 400 !important;
  text-align: var(--left-align);
}

.carousel-indicators {
  z-index: var(--bring-forward);
  flex-direction: column;
  width: max-content;
  left: auto;
  margin: 0 1rem;
  bottom: 0;
  height: 100vh;
}

.carousel-inner {
  z-index: var(--bring-backward);
}

.ctaBtn {
  background: var(--gradient-secondary-color);
  color: var(--secondary-text);
  padding: 0.8rem 1.8rem;
  text-transform: capitalize;
  font-size: var(--reg-font);
  border-radius: var(--radius-value);
  display: flex;
  flex: 0 0 auto;
  width: fit-content;
  width: -webkit-fit-content;
  line-height: 1;
  font-weight: 400;
}

header .ctaBtn,
header a.ctaBtn,
nav .ctaBtn,
nav a.ctaBtn {
  padding: 0.5rem 1.8rem;
}

.ctaBtn:hover {
  background: var(--primary-color);
  color: var(--secondary-color);
  border: 1px solid;
}

.carousel-caption .ctaBtn:hover,
.carousel-caption a.ctaBtn:hover {
  background: transparent;
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.bt-1 {
  border-top: 1px solid var(--secondary-color);
}

.bt-2 {
  border-top: 2px solid var(--secondary-color);
}

.bt-3 {
  border-top: 3px solid var(--secondary-color);
}

.bt-4 {
  border-top: 4px solid var(--secondary-color);
}

.bt-5 {
  border-top: 5px solid var(--secondary-color);
}

.row.no-gutter {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}

i.bi,
a i.bi {
  margin: 0 0.8rem;
}

.carousel-indicators [data-bs-target] {
  box-sizing: border-box;
  flex: 0 0 auto;
  background-clip: initial;
  border: 0;
  border-top: none;
  border-bottom: none;
  opacity: 1;
  width: 15px;
  height: 15px;
  border-radius: 25px;
  overflow: hidden;
  margin-bottom: 0.57rem;
}

.carousel-indicators .active {
  height: 30px !important;
  background: var(--gradient-secondary-color);
}

.carousel-indicators span[data-bs-target] .active {
  background: var(--gradient-secondary-color);
}

.radius {
  border-radius: var(--radius-value);
  overflow: hidden;
}

.left-radius-only {
  border-bottom-left-radius: 20rem;
  border-top-left-radius: 20rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.trans-bg {
  background: var(--trans-background);
  color: var(--base-color);
}

.bring-forward {
  z-index: var(--bring-forward);
}

.bring-backward {
  z-index: var(--bring-backward);
}

.blur {
  backdrop-filter: var(--blur-bg);
  -webkit-backdrop-filter: var(--blur-bg);
}

.blur-after {
  color: var(--base-color);
}

.blur-after::after {
  content: "";
  display: flex;
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: var(--trans-background);
  filter: var(--blur-bg);
  -webkit-filter: var(--blur-bg);
}

.substitute-text-gradient {
  background: var(--gradient-substitute-color);
}

.tertiary-text-gradient {
  background: var(--gradient-tertiary-color);
}

.secondary-text-gradient {
  background: var(--gradient-secondary-color);
}

.accent-text-gradient {
  background: var(--gradient-accent-color);
}

.text-gradient {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  word-break: break-word;
}

.transparent,
div.transparent,
section.transparent {
  background: transparent;
  background-color: transparent;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
}

.hoverDarkanimate:hover {
  background: var(--dark-color);
  border-radius: var(--radius-value);
  padding: 20px !important;
  align-content: center;
  align-items: center;
  color: var(--dark-text);
  cursor: pointer;
}

.hoverDarkanimate:hover i.ico {
  color: var(--dark-color);
}

.hoverAnimate {
  transition: all 0.5s;
  --webkit-transition: all 0.5s;
  --moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.hoverAnimate.hoverSecondary:hover {
  background: var(--secondary-color);
  color: var(--secondary-text);
}

.hoverAnimate.hoverPrimary:hover {
  background: var(--primary-color);
  color: var(--primary-text);
}

.hoverAnimate.hoverTertiary:hover {
  background: var(--tertiary-color);
  color: var(--tertiary-text);
}

.hoverAnimate.hoverSubstitute:hover {
  background: var(--substitute-color);
  color: var(--substitute-text);
}

.hoverAnimate.hoverAccent:hover {
  background: var(--accent-color);
  color: var(--accent-text);
}

.dark-card,
div.dark-card {
  background: var(--dark-color);
  color: var(--dark-text);
}

.black-card,
div.black-card {
  background: var(--black-color);
  color: var(--dark-text);
}

.card {
  margin: 0 auto;
  border: none;
  background-color: transparent;
}

.card .carousel-item {
  height: fit-content;
  height: -webkit-fit-content;
}

.card .carousel-caption {
  padding: 0;
  right: 15px;
  left: 15px;
  top: 15px;
  min-height: 0px;
  height: auto;
  background: none;
  color: inherit;
  justify-content: center;
  align-items: center;
}

.card .carousel-caption .col-sm-3 {
  display: flex;
  align-items: center;
}

.card .carousel-caption .col-sm-9 {
  text-align: left;
}

.card .carousel-control-prev,
.card .carousel-control-next {
  color: inherit;
  opacity: 1 !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none;
  color: #fff;
  font-size: 14px;
  background-color: var(--action-btn);
  height: 32px;
  line-height: 32px;
  width: 32px;
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
  opacity: 0.85;
}

.carousel-control-prev {
  left: 40%;
  top: 110%;
}

.carousel-control-next {
  right: 40%;
  top: 110%;
}

.card .carousel-indicators [data-bs-target] {
  background-color: var(--base-text);
}

.midline {
  width: 60px;
  border-top: 1px solid;
}

.carousel-caption h2 {
  font-size: 14px;
}

.carousel-caption h2 span {
  color: inherit;
}

/* .accordion {
    border-color: var(--off-color);
  }
  
  .accordion:first-child {
    border-top: 1px solid var(--off-color);
  }
  
  .accordion:last-child {
    border-bottom: 1px solid var(--off-color);
  }
  
  .accordion-item {
    border-bottom: 1px solid var(--off-color);
  } */

.accordion-header {
  margin-bottom: 0;
  /* height: 5rem; */
  height: auto;
  justify-content: start;
  display: flex;
}

.accordion-flush .accordion-item {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid var(--primary-text);
  margin-top: 0;
}

.accordion-button,
.accordion-header {
  background: none;
}

.accordion-button {
  padding-left: 0;
  padding-right: 0;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
}

.dropdown,
div.dropdown {
  margin-top: 30px;
  position: fixed;
  display: none;
  width: 100%;
  padding: 0;
  left: 0;
  justify-content: center;
  flex: 0 0 auto;
  height: auto;
  transition: all 0.5s;
  --webkit-transition: all 0.5s;
  --moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding-top: 1.75%;
}

.blurScreen {
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: var(--trans-background);
  display: none;
  margin-top: 45px;
  backdrop-filter: var(--blur-bg);
  -webkit-backdrop-filter: var(--blur-bg);
  transition: all 0.5s;
  --webkit-transition: all 0.5s;
  --moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.blurScreen.active {
  display: flex;
  height: 100%;
}

.dropdown-menu,
ul.dropdown-menu {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 2.5% 15%;
  left: 0;
  width: 100%;
  align-items: center;
  justify-content: start;
  flex: 0 0 auto;
  border: none;
  border-radius: 0;
  flex-wrap: wrap;
  border-top: 2px solid var(--secondary-color);
}

.dropdown-menu li,
ul.dropdown-menu li {
  display: flex;
  background: none;
  color: inherit;
  /* width: 100%; */
  padding: 0;
  line-height: 4;
  margin: 0;
}

.dropdown-menu li a,
ul.dropdown-menu li a {
  width: 100%;
  width: -webkit-fill-available;
  display: flex;
  flex: 0 0 auto;
  max-width: 100%;
  justify-content: flex-start;
  border: none;
  font-size: var(--sm-font);
  font-weight: 300;
  line-height: 2;
}

nav li a:hover::after,
.dropdown-menu li a:hover::after,
ul.dropdown-menu li a:hover::after {
  display: none;
  padding: 0 10px;
}

ul.dropdown-menu li a::after {
  content: "";
  height: 1px;
  background: var(--gradient-accent-color);
  width: 0px;
  margin: 0px;
  position: relative;
  transition: all 0.5s;
  --webkit-transition: all 0.5s;
  --moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

ul.dropdown-menu li a:hover::after {
  display: flex;
  width: 100%;
}

a:hover .dropdown,
a:hover ul.dropdown,
nav li:hover .dropdown,
nav li:hover ul.dropdown {
  display: flex;
  height: auto;
}

.ht-1,
div.ht-1,
span.ht-1,
section.ht-1 {
  height: var(--height-1);
}

.ht-15,
div.ht-15,
span.ht-15,
section.ht-15 {
  height: var(--height-15);
}

.ht-2,
div.ht-2,
span.ht-2,
section.ht-2 {
  height: var(--height-2);
}

.ht-25,
div.ht-25,
span.ht-25,
section.ht-25 {
  height: var(--height-25);
}

.ht-3,
div.ht-3,
span.ht-3,
section.ht-3 {
  height: var(--height-3);
}

.ht-35,
div.ht-35,
span.ht-35,
section.ht-35 {
  height: var(--height-35);
}

.ht-4,
div.ht-4,
span.ht-4,
section.ht-4 {
  height: var(--height-4);
}

.ht-5,
div.ht-5,
span.ht-5,
section.ht-5 {
  height: var(--height-5);
}

.ico,
i.ico,
i.bi.ico {
  display: flex;
  flex: 0 0 auto;
  width: fit-content;
  max-width: none;
  border-radius: var(--radius-value);
  padding: calc(var(--radius-value) / 2);
  margin: 0;
}

.flex-end {
  align-self: var(--flex-end);
}

.right {
  right: 0;
}

.bottom {
  bottom: 0;
}

.top {
  top: 0;
}

.left {
  left: 0;
}

.mobile-menu {
  position: absolute;
  display: flex;
  justify-content: start;
  flex: 0 0 auto;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  color: var(--primary-text);
  margin: 0;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  margin-right: -100%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

.mobile-menu.active {
  margin-right: 0;
}

.modalPopUp,
div.modalPopUp {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0%;
  padding: 0%;
  z-index: 999999;
  top: 0;
  left: 0;

  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

.modalPopUp.active,
div.modalPopUp.active {
  display: flex;
}

.accordion-header:focus,
.accordion-button:focus {
  border-color: none !important;
}

.accordion-button,
.accordion-header {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.85;
}

@media (min-width: 767px) and (max-width: 991px) {
  .card .carousel-caption h3 {
    margin-top: 0;
    font-size: 16px;
    font-weight: 700;
  }

  .m-ht-auto {
    height: auto !important;
  }

  .card .carousel-item {
    height: auto;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .card .carousel-caption {
    position: relative;
  }

  .card .carousel-caption {
    left: 0;
    top: 0;
    margin-bottom: 15px;
  }

  .card .carousel-caption img {
    margin: 0 auto;
  }

  .card .carousel-caption h3,
  .card .carousel-caption small {
    text-align: center;
  }

  .card .carousel-control-prev {
    left: 35%;
    top: 105%;
  }

  .card .carousel-control-next {
    right: 35%;
    top: 105%;
  }

  .carousel-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 75vh;
  }

  .carousel-item img {
    width: intrinsic;
    width: fit-content;
    width: -webkit-fit-content;
  }

  .m-ht-auto {
    height: auto !important;
  }
}

@media (min-width: 320px) and (max-width: 575px) {
  .card .carousel-caption {
    position: relative;
  }

  .card .carousel-caption {
    left: 0;
    top: 0;
    margin-bottom: 15px;
  }

  .card .carousel-caption img {
    margin: 0 auto;
  }

  .card .carousel-control-prev {
    left: 35%;
    top: 105%;
  }

  .card .carousel-control-next {
    right: 35%;
    top: 105%;
  }

  .card .carousel-caption h3 {
    margin-top: 0;
    font-size: 16px;
    font-weight: 700;
  }

  .carousel-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }

  .carousel-item img {
    width: auto !important;
    height: 100%;
  }

  .m-ht-auto {
    height: auto !important;
  }
  .p-5,
  div.p-5 {
    padding-left: 0% !important;
    padding-right: 0% !important;
  }
  .rst-p-5,
  div.rst-p-5,
  .p-5.rst-p-5,
  div.p-5.rst-p-5 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .mbu_logo,
  img.mbu_logo {
    width: 6.2rem;
  }
}

@media (max-width: 320px) {
  :root {
    --reg-font: 16px;
    --x-lg-font: 34px;
    --xx-lg-font: 12rem;
    --lg-font: 24px;
    --md-font: 16px;
    --sm-font: 14px;
    --left-align: left;
    --fill-height: 100%;
    --birng-forward: 100;
    --bring-backward: -1;
    --height-1: 10rem;
    --height-15: 15rem;
    --height-2: 20rem;
    --height-25: 25rem;
    --height-3: 30rem;
    --height-35: 35rem;
    --height-4: 40rem;
    --height-5: 50rem;
  }

  header .ctaBtn,
  header a.ctaBtn,
  nav .ctaBtn,
  nav a.ctaBtn {
    display: none;
  }
  .p-5 {
    padding: 1.25rem !important;
  }
  .mb-no-padding,
  div.mb-no-padding,
  .mb-p-0,
  .p-5.mb-p-0 {
    padding: 0px !important;
  }
  .mb-m-0,
  section.mb-m-0,
  div.mb-m-0,
  span.mb-m-0 {
    margin: 0 !important;
  }
}
