h1 {
  background: var(--mo-primary);
  background: linear-gradient(to right, #7f4e0b 5%, #fbf293 46%, #b38914 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.navbar-brand img {
  width: 160px;
}
.nav-link {
  font-size: 14px;
  font-weight: 600;
}
.navbar {
  --mo-navbar-padding-y: 0.9rem;
}
/* Padding */
.commonSectionTopPadding {
  padding-top: 100px;
}
.commonSectionBottomPadding {
  padding-bottom: 100px;
}
.commonSectionTopBottomPadding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.navbar-expand-lg .navbar-nav {
  gap: 20px;
}

a.headerProfilePic {
  display: inline-flex;
  align-content: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: solid 2px;
  text-decoration: none;
  flex-wrap: wrap;
}
.placeholder-img {
  font-size: 25px;
}
a.headerProfilePic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.myAccountTable {
  min-width: 800px;
}

#myAccount-tabContent .tab-pane {
  overflow: auto;
}

#myAccount-tabContent .tab-pane::-webkit-scrollbar {
  width: 2px;
  height: 10px;
}
#myAccount-tabContent .tab-pane::-webkit-scrollbar-track {
  background: var(--mo-gray-800); 
}
#myAccount-tabContent .tab-pane::-webkit-scrollbar-thumb {
  background: var(--mo-secondary);
  border: solid 2px var(--mo-gray-300);
  border-radius:10px;
}
#myAccount-tabContent .tab-pane::-webkit-scrollbar-thumb:hover {
  background: var(--mo-primary); 
} 

/* Banner Section */
.banner {
  background-color: var(--mo-black);
  /* background-image: url("https://www.transparenttextures.com/patterns/binding-dark.png"); */
}
.bannerRow {
  height: calc(100vh - 65px);
}
#carouselBanner .carousel-control-prev,
#carouselBanner .carousel-control-next {
  width: 50px;
}
#carouselBanner .carousel-control-prev {
  left: -8%;
}
#carouselBanner .carousel-control-next {
  right: -8%;
}
/* .bannerShapeRight::after {
  content: "";
  position: absolute;
  right: 0;
  top: 40px;
  width: 45px;
  height: 95px;
  background-image: url(../assets/img/pattern-bannerTopRight.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bannerShapeLeft::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 49px;
  height: 95px;
  background-image: url(../assets/img/pattern-bannerBottomLeft.svg);
  background-repeat: no-repeat;
  background-size: cover;
} */
.bannerRightContent {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bannerLeftContent p {
  color: var(--mo-white);
}
.bannerLeftContent h1 {
  background: var(--mo-primary);
  background: linear-gradient(to right, #7f4e0b 5%, #fbf293 46%, #b38914 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.eventsSection h3 {
  display: inline-block;
  background: var(--mo-primary);
  background: linear-gradient(
    to bottom right,
    #7f4e0b 5%,
    #fbf293 46%,
    #b38914 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bg-black h3 {
  display: inline-block;
  background: var(--mo-primary);
  background: linear-gradient(
    to bottom right,
    #7f4e0b 5%,
    #fbf293 46%,
    #b38914 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bannerRightContent img {
  /* width: 400px; */
  height: 350px;
  border-radius: 15px;
  object-fit: cover;
}
#carouselBanner .carousel-indicators {
  bottom: 50px;
  left: 0;
  right: unset;
  margin-left: unset;
}
#carouselBanner .carousel-indicators [data-bs-target] {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--mo-primary);
  border: solid 1px var(--mo-primary) !important;
  box-shadow: inset 0 0 0px 4px var(--mo-black);
}

.contentCol {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* How to Register */
.card-big-shadow {
  position: relative;
}

.coloured-cards .card {
  margin-top: 30px;
}

.card[data-radius="none"] {
  border-radius: 0px;
}
.howToStart .card {
  border-radius: 10px;
  box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
  color: #252422;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.card.card-just-text .content {
  padding: 50px 30px;
  text-align: center;
}
.card .content {
  padding: 20px 20px 10px 20px;
}

.card .category,
.card .label {
  font-size: 14px;
  margin-bottom: 0px;
}
.card-big-shadow:before {
  background-image: url("http://static.tumblr.com/i21wc39/coTmrkw40/shadow.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: -12%;
  content: "";
  display: block;
  left: -12%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
h4,
.h4 {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2em;
}
h6,
.h6 {
  font-size: 0.9em;
  font-weight: 600;
  text-transform: uppercase;
}
.card .description {
  font-size: 16px;
}
a:hover,
a:focus {
  text-decoration: none;
}

.ImgCol img {
  width: 500px;
  height: 500px;
  object-fit: cover;
  object-position: center;
}

/* Events */
.eventsSection {
  background-color: var(--mo-black);
  /* background-image: url("https://www.transparenttextures.com/patterns/binding-dark.png"); */
}
.eventsSectionInner {
  gap: 20px 1.33%;
}
.eventsSectionInner .eventsItem {
  width: 24%;
  padding: 25px;
  border-radius: 10px;
  transition: all 1s ease;
  background-color: var(--mo-gray-100);
}
.eventsSectionInner .eventsItem h6 {
  font-size: 20px;
  margin-bottom: 10px;
}
.eventsSectionInner .eventsItem .eventsInfo {
  margin-bottom: 15px;
}
.eventsSectionInner .eventsItem .eventsInfo .eventsDuration {
  font-size: 11px;
}
.eventsSectionInner .eventsItem .eventsInfo .eventsDuration span {
  padding: 5px 10px;
  background-color: var(--mo-gray-300);
  border-radius: 20px;
}
.eventsSectionInner .eventsItem .eventsInfo .eventsDuration span.startDate {
  margin-right: 10px;
}
.eventsSectionInner .eventsItem .eventsInfo .eventsDuration span.endDate {
  margin-left: 10px;
}
.eventsSectionInner .eventsItem .eventsDesc {
  margin-bottom: 15px;
}
.eventsSectionInner .eventsItem .eventsDesc img {
  width: 100%;
  min-height: 159px;
  max-height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.eventsSectionInner .eventsItem .eventsChecklist {
  margin-bottom: 40px;
}
.eventsSectionInner .eventsItem .eventsChecklist p {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.eventsSectionInner .eventsItem .btn {
  width: 100%;
}
.eventsSectionInner .eventsItem:hover {
  color: var(--mo-black);
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.25);
  background: hsla(35, 84%, 27%, 1);

  background: linear-gradient(
    180deg,
    hsla(35, 84%, 27%, 1) 0%,
    hsla(55, 93%, 78%, 1) 48%,
    hsla(44, 80%, 39%, 1) 100%
  );

  background: -moz-linear-gradient(
    180deg,
    hsla(35, 84%, 27%, 1) 0%,
    hsla(55, 93%, 78%, 1) 48%,
    hsla(44, 80%, 39%, 1) 100%
  );

  background: -webkit-linear-gradient(
    180deg,
    hsla(35, 84%, 27%, 1) 0%,
    hsla(55, 93%, 78%, 1) 48%,
    hsla(44, 80%, 39%, 1) 100%
  );

  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#7D4E0B", endColorstr="#FBF391", GradientType=1 );
}
.eventsSectionInner .eventsItem:hover .eventsInfo .eventsDuration span {
  color: var(--mo-black);
}
.eventsSectionInner .eventsItem:hover .eventsChecklist {
  margin-bottom: 40px;
}
.eventsSectionInner .eventsItem:hover .eventsChecklist ul li::before {
  content: "";
  background-image: url(../images/CheckCircleWhite.svg);
}
.eventsSectionInner .eventsItem:hover .btn {
  color: var(--mo-white);
  border-color: var(--mo-white);
}
.eventsSectionInner .eventsItem:hover .btn:hover {
  background: hsla(35, 84%, 27%, 1);

  background: linear-gradient(
    180deg,
    hsla(35, 84%, 27%, 1) 0%,
    hsla(55, 93%, 78%, 1) 48%,
    hsla(44, 80%, 39%, 1) 100%
  );

  background: -moz-linear-gradient(
    180deg,
    hsla(35, 84%, 27%, 1) 0%,
    hsla(55, 93%, 78%, 1) 48%,
    hsla(44, 80%, 39%, 1) 100%
  );

  background: -webkit-linear-gradient(
    180deg,
    hsla(35, 84%, 27%, 1) 0%,
    hsla(55, 93%, 78%, 1) 48%,
    hsla(44, 80%, 39%, 1) 100%
  );

  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#7D4E0B", endColorstr="#FBF391", GradientType=1 );
  color: var(--mo-secondary);
}

section.taglineBanner {
  height: 450px;
  position: relative;
  overflow: hidden;
}
img.backgroundImg {
  height: 100%;
  object-fit: cover;
}
.backgroundImgOverlay {
  height: 100%;
  background-color: var(--mo-black);
  opacity: 0.6;
  backdrop-filter: blur(10px);
}
.taglineBannerContent {
  top: 50%;
  transform: translateY(-50%);
}

.testimonialsSection .container .col-lg-4 {
  display: flex;
  justify-content: center;
}

.testimonialsSection .card {
  width: 100%;
  height: 300px;
  transform-style: preserve-3d;
  perspective: 500px;
  border: none;
  background-color: inherit;
}

.testimonialsSection .card .face {
  position: absolute;
  color: #fff;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  background: var(--mo-black);
  transform-style: preserve-3d;
  transition: 0.5s;
  backface-visibility: hidden;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  /* border-right: 1px solid #999;
border-bottom: 1px solid #999; */
}

.testimonialsSection .card .face.front-face,
.testimonialsSection .card .face.back-face {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.testimonialsSection .card .face.front-face .profile {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonialsSection .card .face.front-face .name {
  letter-spacing: 2px;
}

.testimonialsSection .card .face.front-face .designation {
  font-size: 0.8rem;
  color: #ddd;
  letter-spacing: 0.8px;
}

.testimonialsSection .card:hover .face.front-face {
  transform: rotateY(180deg);
}

.testimonialsSection .card .face.back-face {
  position: absolute;
  background: var(--mo-black);
  transform: rotateY(180deg);
  padding: 20px 30px;
  text-align: center;
  user-select: none;
}

.testimonialsSection .card .face.back-face .fa-quote-left {
  position: absolute;
  top: 25px;
  left: 25px;
  font-size: 1.2rem;
}

.testimonialsSection .card .face.back-face .fa-quote-right {
  position: absolute;
  bottom: 35px;
  right: 25px;
  font-size: 1.2rem;
}

.testimonialsSection .card:hover .face.back-face {
  transform: rotateY(360deg);
}

@media (max-width: 991.5px) {
  .testimonialsSection .col-lg-4 {
    /* margin-top: 40px; */
    margin-bottom: 20px;
  }
}

/* Footer */
.footer {
  padding-top: 100px;
  padding-bottom: 80px;
}
.footer .footerFollowUsInner {
  gap: 20px;
}
.footer .footerFollowUsInner a {
  padding: 5px;
  border: solid 1px transparent;
  transition: all 0.5s ease;
}
.footer .footerFollowUsInner a:hover {
  padding: 5px;
  border: solid 1px var(--mo-primary);
  border-radius: 4px;
}
.footer .footerLinksWrapper {
  justify-content: space-between;
}
.footer .footerLinksWrapper .footerLinksCol {
  width: 32%;
}
.footer .footerLinksWrapper .footerLinksCol ul {
  list-style: none;
  padding-left: 0;
}
.footer .footerLinksWrapper .footerLinksCol ul li {
  margin-bottom: 15px;
}
.footer .footerLinksWrapper .footerLinksCol ul li:last-child {
  margin-bottom: 0;
}
.footer .footerLinksWrapper .footerLinksCol ul li a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.5s ease;
}
.footer .footerLinksWrapper .footerLinksCol ul li a:hover {
  color: var(--mo-primary);
}

.copyright {
  padding-top: 13px;
  padding-bottom: 13px;
}
.copyright .copyrightText {
  font-size: 16px;
  color: var(--mo-gray-800);
}

/* My Account */
.profileImg {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
}
.profileImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#myAccount-tab .nav-link {
  text-align: left;
}
#myAccount-tab .nav-link.active {
  color: var(--mo-black);
}
#myAccount-tabContent {
  min-height: 100%;
}

/* Inner Page Banner */
:root {
  --hero-gap: 60px;
}

h1 {
  font-size: calc(0.5rem + 8vmin);
  font-weight: 600;
}

.parallax-wrapper {
  perspective: 10px;
}

.parallax-content {
  position: relative;
  width: 100%;
  height: 350px;
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  transform: translateZ(1px);
}
.hero .hero__title {
  color: white;
  z-index: 2;
  text-align: center;
  transform: translateZ(-2px) scale(1.2);
}
.hero::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: 0 100%;
  transform: translateZ(8px);
  pointer-events: none;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.013) 8%,
    rgba(0, 0, 0, 0.049) 14.8%,
    rgba(0, 0, 0, 0.104) 20.8%,
    rgba(0, 0, 0, 0.175) 26%,
    rgba(0, 0, 0, 0.259) 30.8%,
    rgba(0, 0, 0, 0.352) 35.3%,
    rgba(0, 0, 0, 0.45) 39.8%,
    rgba(0, 0, 0, 0.55) 44.5%,
    rgba(0, 0, 0, 0.648) 49.5%,
    rgba(0, 0, 0, 0.741) 55.2%,
    rgba(0, 0, 0, 0.825) 61.7%,
    rgba(0, 0, 0, 0.896) 69.2%,
    rgba(0, 0, 0, 0.951) 77.9%,
    rgba(0, 0, 0, 0.987) 88.1%,
    black 100%
  );
  z-index: 3;
}
.qtyField {
  width: 60px;
}
.priceField {
  width: 90px;
}

/* Checkout */
.box-1 {
  max-width: 450px;
  padding: 10px 40px;
  user-select: none;
}

.box-1 div .fs-12 {
  font-size: 8px;
  color: white;
}

.box-1 div .fs-14 {
  font-size: 15px;
  color: white;
}

.box-1 img.pic {
  width: 20px;
  height: 20px;
  object-fit: cover;
}

.box-1 img.mobile-pic {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.box-1 .name {
  font-size: 11px;
  font-weight: 600;
}

.dis {
  font-size: 12px;
  font-weight: 500;
}

label.box {
  width: 100%;
  font-size: 12px;
  background: #ddd;
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid transparent;
}

#one:checked ~ label.first,
#two:checked ~ label.second,
#three:checked ~ label.third {
  border-color: #7700ff;
}

#one:checked ~ label.first .circle,
#two:checked ~ label.second .circle,
#three:checked ~ label.third .circle {
  border-color: #7a34ca;
  background-color: #fff;
}

label.box .course {
  width: 100%;
}

label.box .circle {
  height: 12px;
  width: 12px;
  background: #ccc;
  border-radius: 50%;
  margin-right: 15px;
  border: 4px solid transparent;
  display: inline-block;
}

input[type="radio"] {
  display: none;
}

.box-2 {
  max-width: 450px;
  padding: 10px 40px;
}

.box-2 .box-inner-2 input.form-control,
.box-2 .box-inner-2 .form-select {
  font-size: 12px;
  font-weight: 600;
}

.box-2 .box-inner-2 .inputWithIcon {
  position: relative;
}

.box-2 .box-inner-2 .inputWithIcon span {
  position: absolute;
  left: 15px;
  top: 8px;
}

.box-2 .box-inner-2 .inputWithcheck {
  position: relative;
}

.box-2 .box-inner-2 .inputWithcheck span {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: green;
  font-size: 12px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 15px;
  top: 6px;
}

.box-2 .box-inner-2 .btn.btn-outline-primary {
  width: 120px;
  padding: 10px;
  font-size: 11px;
  padding: 0% !important;
  display: flex;
  align-items: center;
  border: none;
  border-radius: 0;
  background-color: whitesmoke;
  color: black;
  font-weight: 600;
}

.box-2 .box-inner-2 .btn.btn-primary {
  display: flex;
  align-items: center;
  font-weight: 600;
  justify-content: center;
  border: none;
  padding: 10px;
}

.box-2 .box-inner-2 .btn.btn-primary .fas {
  font-size: 13px !important;
  color: whitesmoke;
}

.fas.fa-arrow-left,
.fas.fa-arrow-right {
  font-size: 0.8rem;
  transition: all 0.2s ease;
}

.icon {
  width: 30px;
  height: 30px;
  background-color: #f8f9fa;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform-origin: center;
  opacity: 1;
}

.fas,
.fab {
  color: #6d6c6d;
}

::placeholder {
  font-size: 12px;
}

.btn-primary {
  background: hsla(35, 84%, 27%, 1);

  background: linear-gradient(
    180deg,
    hsla(35, 84%, 27%, 1) 0%,
    hsla(55, 93%, 78%, 1) 48%,
    hsla(44, 80%, 39%, 1) 100%
  );

  background: -moz-linear-gradient(
    180deg,
    hsla(35, 84%, 27%, 1) 0%,
    hsla(55, 93%, 78%, 1) 48%,
    hsla(44, 80%, 39%, 1) 100%
  );

  background: -webkit-linear-gradient(
    180deg,
    hsla(35, 84%, 27%, 1) 0%,
    hsla(55, 93%, 78%, 1) 48%,
    hsla(44, 80%, 39%, 1) 100%
  );

  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#7D4E0B", endColorstr="#FBF391", GradientType=1 );
}

.bg-primary {
  background: hsla(35, 84%, 27%, 1);

  background: linear-gradient(
    180deg,
    hsla(35, 84%, 27%, 1) 0%,
    hsla(55, 93%, 78%, 1) 48%,
    hsla(44, 80%, 39%, 1) 100%
  );

  background: -moz-linear-gradient(
    180deg,
    hsla(35, 84%, 27%, 1) 0%,
    hsla(55, 93%, 78%, 1) 48%,
    hsla(44, 80%, 39%, 1) 100%
  );

  background: -webkit-linear-gradient(
    180deg,
    hsla(35, 84%, 27%, 1) 0%,
    hsla(55, 93%, 78%, 1) 48%,
    hsla(44, 80%, 39%, 1) 100%
  );

  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#7D4E0B", endColorstr="#FBF391", GradientType=1 );
}

.profileShortDetail-info h5,
.profileShortDetail-info p {
  font-size: 12px;
}

.table {
  border-radius: 10px;
  overflow: hidden;
  font-size: 12px;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  vertical-align: middle;
}
.table td .btn {
  font-size: 12px;
}

@media (max-width: 768px) {
  .box-1,
  .box-2 {
    max-width: 600px;
    padding: 20px 90px;
    margin: 20px auto;
  }
}

@media (max-width: 426px) {
  .box-1,
  .box-2 {
    max-width: 400px;
    padding: 20px 10px;
  }

  ::placeholder {
    font-size: 9px;
  }
}

/*======================
    404 page
=======================*/

.page_404 {
  padding: 40px 0;
}

.page_404 img {
  width: 100%;
}

.four_zero_four_bg {
  background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif);
  height: 400px;
  background-position: center;
}

.four_zero_four_bg h1 {
  font-size: 80px;
}

.four_zero_four_bg h3 {
  font-size: 80px;
}

.contant_box_404 {
  margin-top: -50px;
}

/* Slick */
ul.slick-dots {
  list-style: none;
  padding: 0;
  display: flex;
  align-content: center;
  justify-content: center;
  width: 100%;
  gap: 8px;
}
ul.slick-dots li button {
  font-size: 0;
  display: flex;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: solid 2px var(--mo-primary);
  background-color: transparent;
}
ul.slick-dots li.slick-active button {
  background-color: var(--mo-primary);
}

.btn-w-icon {
  display: flex;
  gap: 5px;
  align-items: center;
}

.imgBeforeShape {
  bottom: -41px;
  right: -85px;
}
.imgBeforeShapeTop {
  top: -80px;
  left: -105px;
}
.bannerQuotes {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
}
.userDetailWrapper .form-control {
  font-size: 14px;
}
/* Tab Landscape */
@media (max-width: 1025px) {
  .commonSectionTopPadding {
    padding-top: 70px;
  }
  .commonSectionBottomPadding {
    padding-bottom: 70px;
  }
  .commonSectionTopBottomPadding {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .footer {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}

/* Tab */
@media (max-width: 992px) {
  .commonSectionTopPadding {
    padding-top: 55px;
  }
  .commonSectionBottomPadding {
    padding-bottom: 55px;
  }
  .commonSectionTopBottomPadding {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .footer {
    padding-top: 55px;
    padding-bottom: 30px;
  }
  .bannerLeftContent {
    text-align: center;
  }
  .footer .footerLinksWrapper .footerLinksCol {
    width: 48%;
  }
  .footer .footerLinksWrapper .footerLinksCol ul li {
    margin-bottom: 8px;
    line-height: 1;
  }
  .footer .footerLinksWrapper .footerLinksCol ul li a {
    font-size: 12px;
  }
  .footer .footerLinksWrapper {
    row-gap: 10px;
  }
  .eventsSectionInner .eventsItem {
    width: 49%;
  }
  #carouselBanner .carousel-control-prev,
  #carouselBanner .carousel-control-next {
    display: none;
  }
  .imgBeforeShape,
  .imgBeforeShapeTop {
    display: none;
  }
  .bannerQuotes {
    margin-bottom: 30px;
  }
  #carouselBanner .carousel-indicators {
    bottom: 150px;
    left: 0%;
    right: 0%;
    margin-left: unset;
    margin-right: 0;
  }
  .bannerRow {
    height: 100%;
  }
  .bannerLeftContent h1 {
    margin-top: 20px;
  }
  .navbar-expand-lg .navbar-nav {
    gap: 4px;
}
.navbar-toggler-icon {
  filter: invert(1);
}
}

/* Mobile */
@media (max-width: 576px) {
  .commonSectionTopPadding {
    padding-top: 40px;
  }
  .commonSectionBottomPadding {
    padding-bottom: 40px;
  }
  .commonSectionTopBottomPadding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .navbar {
    --mo-navbar-padding-y: 0.6rem;
  }
  .eventsSectionInner .eventsItem {
    width: 100%;
    padding: 20px;
  }
}
