/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&amp;display=swap");

:root {
  --headerFonts: 'Freight-Big-Book';
  --bodyFonts: 'Roboto', sans-serif;
  --redColor: #E10F00;
  --titleColor: #000000;
  --whiteColor: #ffffff;
  --fontSize: 16px;
  --transition: .5s;
  --font-family: Gotham-Book;
  --font-family2: Gotham-Book;
}

body {
  padding: 0;
  margin: 0;
  line-height: 1.6;
  font-weight: 400;
  font-size: var(--fontSize);
  font-family: 'Gotham-Medium' !important;
}


p {
  color: black;
  margin-bottom: 10px;
}

.p-relative {
  position: relative;
}

p:last-child {
  margin-bottom: 0;
}

a {
  display: inline-block;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  text-decoration: none;
  touch-action: manipulation;
}

a:hover,
a:focus {
  text-decoration: none;
}

button {
  outline: 0;
}

button:focus {
  outline: 0;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: var(--titleColor);
  line-height: 1.4;
  font-family: var(--headerFonts);
}

h3 {
  font-size: 26px;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}

img {
  max-width: 100%;
}

.pt-210 {
  padding-top: 210px;
}

.pt-150 {
  padding-top: 150px;
}

.ptb-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.pt-120 {
  padding-top: 120px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-50 {
  padding-bottom: 50px;
}


.pt-50 {
  padding-top: 50px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-20 {
  padding-top: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-300 {
  padding-bottom: 300px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-22 {
  margin-bottom: 22px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.border-radius-5 {
  border-radius: 5px !important;
}

.border-radius-50 {
  border-radius: 50px !important;
}

.border-radius-0 {
  border-radius: 0 !important;
}

.border-radius-0 img {
  border-radius: 0 !important;
}


:focus-visible {
  outline: none !important;
}

.box-shadow {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
}

.default-btn {
  height: 40px;
  width: 140px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-transform: uppercase;
  background-color: transparent;
  border-radius: 100px;
  outline: none;
  font-family: Gotham-Medium;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to right, black, black 50%, transparent 50%);
  background-position: 100% 0;
  background-size: 200% 100%;
  transition: background-position 0.3s ease;
  color: black;
  text-decoration: none;
  cursor: pointer;

}

.default-btn:hover {
  background-position: 0 0;
  color: white !important;
}

.default-btn i {
  position: relative;
  top: 3px;
  margin-left: 5px;
}

.private-btn {
  width: fit-content;
  padding: 0 30px;
  margin-top: 0 !important;
}

.redirection-arrow i {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0%);
  cursor: pointer;
  border: none !important;
  color: white;
  font-size: 50px;
}

.section-title h1 {
  font-size: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Freight-Big-Book';

}

.section-title h2 {
  font-size: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Freight-Big-Book';

}

.section-title p {
  padding-top: 15px;
  margin-bottom: 0;
  max-width: 570px;
}

.mobile-version {
  display: none;
}

.mobile-version2 {
  display: none;
}

.desktop-version {
  display: block;
}

.tickerwrapper {
  overflow: hidden;
  width: 100%;
  height: 50px;
  display: flex;
  color: black;
  font-size: 18px;
  font-family: 'Gotham-book';
  padding-top: 10px;
  position: relative;
}

.marquee {
  display: flex;
  animation: marquee 50s linear infinite;
}

.marquee__item {
  flex: 1;
  display: flex;
  white-space: nowrap;
}

.marquee__seperator {
  margin: 0 2rem;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.hc_prospect {
  display: flex;
}

.submit.hc-prospect-submit {
  background-color: #e4876b;
  border: none;
  border-radius: 100px !important;
  height: 42px;
  width: 100px;
  color: black;
  text-decoration: none;
  font-family: Gotham-Medium;
  font-size: 16px !important;
  margin-left: -101px;
  margin-top: 1px;
  background-size: 0% 100%;
  background-image: linear-gradient(to right, black, black);
  background-repeat: no-repeat;
  transition: all 0.3s linear;
}

.submit.hc-prospect-submit:hover {
  background-size: 100% 100%;
  color: white;
  transition: all 0.3s cubic-bezier(0.000, 0.000, 0.230, 1);
  border: 2px solid black;
}

div.healcode .hc_prospect .hc-prospect-field {
  width: 100% !important;
}

.healcode-prospect-promo-text {
  font-size: 16px;
  height: 30px;
  color: black;
  font-family: Gotham-Medium;
  cursor: context-menu;
  margin-left: 15px;
}

.hc-privacy-footer {
  display: none;
}

.hc-prospect-field.hc-prospect-email input {
  padding: 0 15px !important;
  height: 44px;
  border-radius: 100px;
  font-size: 14px;
  border: 1px solid black;
  background-color: transparent !important;
  color: black !important;
  outline: none;
  font-family: Gotham-Light;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hc-prospect-field.hc-prospect-email input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
}

.hc-prospect-field.hc-prospect-email input:-ms-input-placeholder {

  color: black;
}

.hc-prospect-field.hc-prospect-email input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: black;
}

.hc-prospect-field.hc-prospect-email input.parsley-error {
  padding: 0 15px !important;
  height: 44px;
  border-radius: 100px;
  font-size: 14px;
  border: 1px solid black !important;
  color: black !important;
  outline: none;
  font-family: Gotham-Light;
  width: 100%;
}

.hc-prospect-field.hc-prospect-email input.parsley-success {
  padding: 0 15px !important;
  height: 44px;
  border-radius: 100px;
  font-size: 14px;
  border: 1px solid black !important;
  color: black !important;
  outline: none;
  font-family: Gotham-Light;
  width: 100%;
}

.hc-prospect-field.hc-prospect-email input.parsley-success:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #EDEBEA;
  -webkit-text-fill-color: black;
}

.parsley-errors-list.filled>li {
  color: #e4876b !important;
  margin-top: 10px;
  margin-left: 15px;
}

.prospect__error,
.registration__error {
  color: black !important;
  font-size: 14px;
  font-family: 'Gotham-Medium';
}

.hc-prospect-field.hc-prospect-comment {
  display: none;
}

.signup-btn {
  margin: 25px 50px 60px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border-radius: 100px;
  border: 1px solid white;
  color: white;

}

.signup-btn a {
  color: white;
  font-family: Gotham-Book;
}

.signup-btn:hover {
  color: var(--redColor);
}

.login-btn {
  margin: 25px 25px 25px 50px;

}

.login-btn a {
  color: white;
  font-family: Gotham-Book;

}

.healcode-link.loginRegister {
  color: white;
  text-decoration: none;
  font-family: Gotham-Book;
  font-size: 16px;

}

.healcode-link.loginRegister:hover {
  color: var(--redColor);
}

.healcode-link.healcode-cart-text-link {
  border: 1px solid white;
  border-radius: 10px;
  padding: 9px;
  width: 100px;
  color: white;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  background: linear-gradient(to right, black 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .3s ease-out;
}

.healcode-link.healcode-cart-text-link:hover {
  background-position: left top;
}

.healcode-link.healcode-pricing-option-text-link {
  background-color: transparent;
  border: 1px solid white;
  width: 140px;
  color: white;
  text-decoration: none;
  overflow: hidden;
}

.healcode-link.healcode-contract-text-link {
  border: 1px solid black;
  border-radius: 100px !important;
  color: black;
  text-decoration: none;
  font-size: 16px;
  width: 100px;
  height: 40px;
  background-color: transparent;
  background-image: linear-gradient(to right, black, black 50%, transparent 50%);
  background-position: 100.5% 0;
  background-size: 200% 100%;
  transition: background-position 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.healcode-link.healcode-contract-text-link:hover {
  background-position: 0 0;
  color: white;
}

/*================================
Navbar Area
===================================*/
.tickerwrapper-bg1 {
  background-color: #e4876b;
}

.tickerwrapper-bg2 {
  background-color: #EDEBEA;
}


ul.list {
  position: relative;
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.list.cloned {
  position: absolute;
  top: 0px;
  left: 0px;
}

ul.list li {
  float: left;
  padding-left: 15px;
}


.line-gradient-sidebar {
  border-top: 1px solid var(--redColor);
}

.line-gradient-sidebar-rotate {
  border-top: 1px solid var(--redColor);
  transform: rotate(90deg);
  margin-top: 160px;
}

.navbar-brand {
  display: flex;
}

.nav-link-button {
  border-radius: 100px;
  border: 1px solid white;
  width: 100px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.desktop-nav {
  position: relative;
  z-index: 2000;
}

.desktop-nav .navbar {
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}

.desktop-nav .navbar ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}

.desktop-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding-bottom: 30px;
  padding-top: 35px;
  padding-right: 0;
  padding-left: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-toggle {
  padding-right: 17px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-toggle::before {
  position: absolute;
  content: "\ea4e";
  line-height: 1;
  right: -2px;
  top: 10px;
  font-family: 'remixicon' !important;
  font-size: 17px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-toggle::after {
  display: none;
}

.desktop-nav .navbar .navbar-nav .nav-item a {
  font-size: 14px;
  color: var(--whiteColor);
  position: relative;
  z-index: 1;
  margin-left: 10px;
  margin-right: 30px;
  text-decoration: none !important;
  font-family: Gotham-Book;
}


.desktop-nav .navbar .navbar-nav .nav-item:last-child a {
  margin-left: 60px;
}

.desktop-nav .navbar .navbar-nav .nav-item:hover a,
.desktop-nav .navbar .navbar-nav .nav-item:focus a,
.desktop-nav .navbar .navbar-nav .nav-item.active a {
  color: var(--redColor);
}

.desktop-nav .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item:hover a,
.desktop-nav .navbar .navbar-nav .nav-item:focus a,
.desktop-nav .navbar .navbar-nav .nav-item.active a {
  color: var(--redColor);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #00000099;
  border: none;
  position: absolute;
  visibility: hidden;
  -webkit-transform-origin: top;
  transform-origin: top;
  border-radius: 0;
  display: block;
  width: 250px;
  z-index: 99;
  opacity: 0;
  top: 80px;
  left: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  padding: 12px 20px 9px;

}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover a {
  border-bottom: 1px solid var(--redColor);
  width: fit-content;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child {
  border: none;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: white;
  padding: 0;
  margin: 0;
  font-size: 15px;
  position: relative;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: white;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle {
  padding-right: 17px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::before {
  position: absolute;
  content: "\ea4e";
  line-height: 1;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'remixicon' !important;
  font-size: 17px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::after {
  display: none;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 245px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  margin-top: 11px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: var(--titleColor);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: var(--redColor);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 245px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--titleColor);
  font-size: 15px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: var(--redColor);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--titleColor);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: var(--redColor);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--titleColor);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: var(--redColor);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--titleColor);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: var(--redColor);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--titleColor);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: var(--redColor);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: var(--redColor);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: var(--redColor);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: var(--redColor);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  top: -15px;
  visibility: visible;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: var(--redColor);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  top: -15px;
  visibility: visible;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: var(--redColor);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: var(--redColor);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  top: 100%;
  opacity: 1;
  margin-top: 0;
  visibility: visible;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.others-options .optional-item {
  margin-left: 30px;
  position: relative;
  z-index: 1;
}

.others-options .optional-item:last-child {
  margin-left: 0;

}

.others-options .optional-item .search-btn {
  position: relative;
  top: 4px;
}

.others-options .optional-item .side-menu {
  position: relative;
}

.others-options .optional-item .side-menu a {
  width: 55px;
  background-color: transparent;
  color: var(--whiteColor);
  -webkit-transform: var(--transition);
  transform: var(--transition);

}

.others-options .optional-item button {
  border: 2px solid white;
  border-radius: 10px;
  padding: 9px;
  width: 100px;
  color: white;
  font-size: 14px;
  background: transparent;
}

.mobile-responsive-nav {
  display: none;
}

.nav-icon-open {
  position: relative;
  padding: 25px 25px 25px 50px;
  cursor: pointer;
  font-size: 45px;
  color: white;
  font-family: Gotham-book;
  border-bottom: 1px solid transparent
}

#nav-icon1 {
  position: relative;
  float: right;
  margin: 15px 0 0 0;
  cursor: pointer;
  font-size: 45px;
  color: white;
  font-family: Gotham-book;
  border-bottom: 1px solid transparent;
}

#nav-icon1:focus-visible {
  outline: none;

}

.navbar-area {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  position: fixed;
}

.navbar-area.is-sticky {
  background-color: #121212 !important;

}

.black-bg {
  background-color: #121212 !important;

}

/*=================================
Sidebar Modal
====================================*/
.social-media-icons {
  position: relative;
  margin-left: 50px;
  width: 83%;
  margin-top: 60px;
  margin-bottom: 40px;
}

.social-media-icons a {
  color: white;
  font-size: 24px;
  text-decoration: none;
}

.social-media-icons a:hover {
  color: var(--redColor);
}

.social-media-icons i {
  margin-right: 30px;
}

body.modal-open {
  padding-right: 0 !important;
  overflow: auto !important;

}

.logo {
  width: 150px;
  display: flex;
}

.sidebarmodal.modal {
  background: #00000047;
}

.sidebarmodal.modal .modal-dialog,
.sidebarmodal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 420px;
  height: 101vh;
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
  display: block;

}

.sidebarmodal.modal.fade .modal-dialog,
.sidebarmodal.right.fade .modal-dialog {
  right: -320px;
  -webkit-transition: opacity .3s linear, right .3s ease-out;
  transition: opacity .3s linear, right .3s ease-out;
}

.sidebarmodal.modal.fade.show .modal-dialog,
.sidebarmodal.right.fade.show .modal-dialog {
  right: -1px;
  top: -1px;
}

.sidebarmodal.modal.fade .modal-dialog {
  transform: translate(0, 0px) !important;
}

.sidebarmodal.modal .modal-content,
.sidebarmodal.right .modal-content {
  height: 100%;
}

.sidebarmodal .modal-content {
  background-color: #121212;
  height: 100%;
  border-radius: 0;
  padding: 0;

}

.sidebarmodal .modal-content .modal-header {
  margin-bottom: 30px;
  padding: 0px;
  border: none;
}

.sidebarmodal .modal-content .modal-header .sidebar-logo {
  display: inline-block;
}

.sidebarmodal .modal-content .modal-header .close {
  display: inline-block;
  font-size: 18px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border: none;
  outline: none;
  height: 30px;
  width: 30px;
  line-height: 28px;
  border-radius: 50px;
  background-color: var(--redColor);
  color: var(--whiteColor);
  text-align: center;
  margin-top: 0;
}

.sidebarmodal .modal-content .modal-header .close.text-float {
  float: right;
}

.sidebarmodal .modal-content .modal-header .close:hover {
  background-color: var(--titleColor);
}

.sidebarmodal .modal-content .modal-body {
  padding: 0;
  overflow: auto;
}

.sidebarmodal .modal-content .modal-body .sidebar-about h3 {
  font-size: 16px;
  margin-bottom: 0px;
  color: white;
  padding: 25px 25px 25px 50px;
  font-family: Gotham-Book;
  cursor: pointer;
}

.sidebarmodal .modal-content .modal-body .sidebar-about h2 {
  font-size: 16px;
  margin-bottom: 0px;
  color: white;
  padding: 25px;
  padding-left: 50px;
  font-family: Gotham-Book;
  cursor: context-menu;
}

.sidebarmodal .modal-content .modal-body .sidebar-about img {
  padding: 50px 0px 50px 50px;
}

.sidebarmodal .modal-content .modal-body .sidebar-about a {
  text-decoration: none;
  cursor: pointer;
}

.sidebarmodal .modal-content .modal-body .sidebar-about a:hover {
  color: var(--redColor);
}

.sidebarmodal .modal-content .modal-body .sidebar-about h3:hover {
  color: var(--redColor);
}

.sidebarmodal .modal-content .modal-body .sidebar-about h3.active {
  color: var(--redColor);
}

.sidebarmodal .modal-content .modal-body .sidebar-about p {
  margin-bottom: 0;
  font-size: 15px;
}

.sidebarmodal .modal-content .modal-body .contact-us {
  margin-bottom: 30px;
}

.sidebarmodal .modal-content .modal-body .contact-us h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.sidebarmodal .modal-content .modal-body .contact-us .contact-item {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sidebarmodal .modal-content .modal-body .contact-us .contact-item li {
  display: block;
  padding-left: 60px;
  position: relative;
  cursor: pointer;
  margin-bottom: 20px;
}

.sidebarmodal .modal-content .modal-body .contact-us .contact-item li:last-child {
  margin-bottom: 0;
}

.sidebarmodal .modal-content .modal-body .contact-us .contact-item li i {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.06);
  color: var(--redColor);
  font-size: 20px;
  border-radius: 5px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  display: inline-block;
}

.sidebarmodal .modal-content .modal-body .contact-us .contact-item li .content h4 {
  font-size: 16px;
  margin-bottom: 3px;
}

.sidebarmodal .modal-content .modal-body .contact-us .contact-item li .content p {
  color: black;
  margin: 0;
  font-size: 14px;
}

.sidebarmodal .modal-content .modal-body .contact-us .contact-item li .content p a {
  color: black;
  margin-bottom: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.sidebarmodal .modal-content .modal-body .contact-us .contact-item li:hover i {
  background-color: var(--redColor);
  border-radius: 50px;
  color: var(--whiteColor);
}

.sidebarmodal .modal-content .modal-body .contact-us .contact-item li:hover .content p a {
  color: var(--redColor);
}

/*=================================
Sidebar Modal2
====================================*/

#nav-icon2 {
  width: 28px;
  height: 28px;
  position: relative;
  margin: 0;
  margin-top: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  cursor: pointer;
}

#nav-icon2:focus-visible {
  outline: none;
}

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: white;
  border-radius: 10px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(1) {
  top: 7px;
}

#nav-icon2 span:nth-child(2) {
  top: 15px;
}

#nav-icon2 span:nth-child(3) {
  top: 23px;
}

#nav-icon2.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  cursor: pointer;
}

#nav-icon2.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon2.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  cursor: pointer;
}

.mobile-menu-button {
  display: flex;
  height: 60px;
  margin-left: 8px;
  margin-top: 20px;
  justify-content: space-between;
}

.mobile-menu-button .default-btn {
  border: 2px solid white;
  border-radius: 10px !important;
  padding: 7px;
  width: 100px;
  color: white;
  text-decoration: none;
  margin-top: 20px;
  font-size: 14px;
  margin-right: 8px;
  margin-bottom: 40px;
  height: max-content;

}

.mobile-menu-button .default-btn:hover {
  background-position: left top;

}

.navbar-mobile {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 8px;
  padding-right: 8px;
  align-items: center;
  background-color: #16151a;
}

.social-media-icons2 {
  margin-left: 8px;
  margin-top: 20px;
}

.social-media-icons2 a {
  position: relative;
  color: white;
  font-size: 22px;
  text-decoration: none;
}

.social-media-icons2 a:hover {
  color: var(--redColor);
}

.social-media-icons2 i {
  margin-right: 30px;
}

body.modal-open {
  padding-right: 0 !important;
  overflow: auto !important;
}

.logo {
  width: 100px;
}


/*================================
Main Banner Area
===================================*/

.banner-video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  margin: 0;
  padding: 0;
  display: block;
}

#main-page-slider {
  width: 100%;
  height: 100%;
  filter: brightness(40%);
  mix-blend-mode: darken;
}

.booktrial-btn {
  position: absolute;
  z-index: 2;
  margin-top: 16px;
  border: 1px solid white;
  width: 180px !important;
  font-size: 15px;
  color: white;
}

.centered {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  mix-blend-mode: overlay;
  width: 95%;
}

.centered-text {
  position: absolute;
  top: 33%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 450px !important;

}

.centered-text2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}

.achieve-goals-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #e4876b;
  height: auto;
  margin-top: -7px;
}

.story-image {
  max-width: 600px;
  width: 100%;
  margin-top: 50px;
}

#achieve-goals {
  scroll-margin-top: 120px;
}

.achieve-goals-area h2 {
  color: black;
  text-align: center;

}

.achieve-goals-area p {
  color: black;
  font-size: 18px;
  text-align: center;
  font-family: Gotham-Book;
  line-height: 25px;
  margin-bottom: 40px;
}

.achieve-goals-area .default-btn {
  border: 1px solid black;
  background-color: transparent;
  background-image: linear-gradient(to right, black, black 50%, transparent 50%);
  background-position: 100% 0;
  background-size: 200% 100%;
  transition: background-position 0.3s ease;

}

.achieve-goals-area .default-btn:hover {
  background-position: 0 0;
  color: white;

}

.scroll-rotate {
  float: right;
  margin-bottom: -110px;
  margin-top: -40px;
}

.achieve-goals-image-rotate img {
  width: 200px;
}

/*================================
Appointment Area
===================================*/
.appointment-area {
  background-color: #191918;
}

.appointment-form .form-group {
  position: relative;
}

.appointment-form .form-group label {
  color: var(--whiteColor);
  margin-bottom: 15px;
  font-family: var(--headerFonts);
  font-size: 20px;
}

.appointment-form .form-group .form-control {
  height: 60px;
  color: var(--whiteColor);
  border: none;
  background-color: rgba(255, 255, 255, 0.06);
  font-size: 15px;
  padding: 10px 20px;
  width: 100%;
  border-radius: 0;
}

.appointment-form .form-group .form-control::-webkit-input-placeholder {
  color: var(--whiteColor);
  -webkit-transition: .6s;
  transition: .6s;
}

.appointment-form .form-group .form-control:-ms-input-placeholder {
  color: var(--whiteColor);
  -webkit-transition: .6s;
  transition: .6s;
}

.appointment-form .form-group .form-control::-ms-input-placeholder {
  color: var(--whiteColor);
  -webkit-transition: .6s;
  transition: .6s;
}

.appointment-form .form-group .form-control::placeholder {
  color: var(--whiteColor);
  -webkit-transition: .6s;
  transition: .6s;
}

.appointment-form .form-group .form-control::-webkit-input-placeholder:focus,
.appointment-form .form-group .form-control::-webkit-input-placeholder .active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--whiteColor);
}

.appointment-form .form-group .form-control:-ms-input-placeholder:focus,
.appointment-form .form-group .form-control:-ms-input-placeholder .active {
  outline: none;
  box-shadow: none;
  color: var(--whiteColor);
}

.appointment-form .form-group .form-control::-ms-input-placeholder:focus,
.appointment-form .form-group .form-control::-ms-input-placeholder .active {
  outline: none;
  box-shadow: none;
  color: var(--whiteColor);
}

.appointment-form .form-group .form-control::placeholder:focus,
.appointment-form .form-group .form-control::placeholder .active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--whiteColor);
}

.appointment-form .form-group .form-control::-webkit-input-placeholder {
  color: var(--whiteColor);
  -webkit-transition: .6s;
  transition: .6s;
}

.appointment-form .form-group .form-control::-webkit-input-placeholder:focus .active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--whiteColor);
}

.appointment-form .form-group .form-control:-moz-placeholder {
  color: var(--whiteColor);
  -webkit-transition: .6s;
  transition: .6s;
}

.appointment-form .form-group .form-control:-moz-placeholder:focus {
  outline: none;
  box-shadow: none;
  color: var(--whiteColor);
}

.appointment-form .form-group .form-control:focus,
.appointment-form .form-group .form-control .active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--whiteColor);
}

.appointment-form .form-group .form-select {
  color: var(--whiteColor);
}

.appointment-form .form-group .form-select option {
  color: var(--titleColor) !important;
  background-color: var(--whiteColor);
}

.appointment-form .form-group .form-select::before {
  background-color: var(--whiteColor);
}

.appointment-form .default-btn {
  margin-top: 45px;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  width: 100%;
}

/*================================
Classes Page Area
===================================*/
.scrollpaddingtop {
  padding-top: 200px;
}

.fixed-class-text {
  position: fixed;
}

.classes-page-area {
  background-color: #16151a;
  padding-left: 0;
  padding-right: 0;
}

.classes-justify {
  justify-content: end;
}

.button-margin {
  margin-left: 0;
}

.classes-page-item {
  width: 48%;

}

.classes-page-item img {
  border: 2px solid #d36100
}

.classes-page-area .section-title h1 {
  color: var(--whiteColor);
  text-align: left;
  font-size: 30px;
  font-family: Gotham-Bold;
}

.classes-page-area p {
  color: var(--whiteColor);
  margin-top: 40px;
  margin-bottom: 50px;
  text-align: left;
  font-family: Gotham-Book;
  font-size: 16px;

}

.classes-page-area h2 {
  color: var(--whiteColor);
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: left;
  font-family: Gotham-Light;
  font-size: 18px !important;
  max-width: 300px;
  line-height: 25px;
}

.classes-wrap {
  flex-direction: row;
}

.classes-page-area h3 {
  color: var(--whiteColor);
  text-align: left;
  font-family: Gotham-Medium;
  font-size: 20px;
  width: 60%;
  text-transform: uppercase;
}

.classes-page-area h4 {
  color: var(--redColor);
  font-family: var(--font-family);
  text-align: left;
  font-size: 18px;
  margin-top: 3px;
}

.classes-page-area p {
  color: var(--whiteColor);
  margin-top: 10px;
  text-align: left;

}

.classes-title-duration {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: row;
}

.classes-margin-top {
  margin-top: 200px;
}

/*================================
About Area
===================================*/
.area-main {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  margin-top: 100px;
  padding: 150px 0;
  height: 90vh;
  position: relative;
}

.section-title h1 {
  color: var(--whiteColor);
}

.section-title p {
  font-family: 'Gotham-Book';
  color: white;
  font-size: 18px;
  max-width: 850px;
  line-height: 25px;
  text-align: justify;
}

.about-area {
  background-color: #EDEBEA;
}

.about-area-container {
  background-color: #DFDCDB;
  padding: 50px;
  transition: var(--transition);
}

.about-area-container:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.about-area-container h2 {
  font-size: 40px;
  font-family: 'Freight-Big-Book';
  color: black;
  line-height: 40px;
}

.about-area-container p {
  font-size: 18px;
  margin-top: 20px;
  font-family: 'Gotham-Book';
  color: black;
  line-height: 22px;
}

.overlay-gradient-multiply {
  background-image: url('/assets/about-overlay.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  mix-blend-mode: multiply;
  left: 0;
  top: 0;
}

.overlay-gradient-black-overlay {
  background-image: url('/assets/overlay-gradient-black-mobile.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  mix-blend-mode: overlay;
  left: 0;
  top: 0;
}

.area-main .default-btn {
  color: white !important;
  border: 1px solid white;
  width: 220px;
  background-image: linear-gradient(to right, black, black 50%, transparent 50%);
  background-position: 100% 0;
  background-size: 200% 100%;
  transition: background-position 0.3s ease;
  margin-top: 40px;
}

.area-main .default-btn:hover {
  background-position: 0 0;
  color: white;
}

#classes-packages {
  scroll-margin-top: 100px;
}

/*================================
Classes Area
===================================*/
.classes-area {
  background-image: url('/assets/mad-classes-banner.jpg');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  margin-top: 100px;
  padding: 150px 0;
  height: 90vh;
  position: relative;

}

.overlay-gradient {
  background-image: url('/assets/overlay-gradient.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mix-blend-mode: overlay;
}

.classes-area .section-title h1 {
  color: var(--whiteColor);
}

.classes-area p {
  font-family: 'Gotham-Book';
  color: white;
  font-size: 18px;
  max-width: 850px;
  line-height: 25px;
  text-align: justify;
}

.classes-area .default-btn {
  color: white;
  border: 1px solid white;
  width: 110px;
  background-image: linear-gradient(to right, black, black 50%, transparent 50%);
  background-position: 100% 0;
  background-size: 200% 100%;
  transition: background-position 0.3s ease;
  margin-top: 40px;
}

.classes-area .default-btn:hover {
  background-position: 0 0;
  color: white;
}

.classes-area h4 {
  font-size: 18px;
  font-family: 'Gotham-Book';
  color: black;
  font-weight: normal;
}



.classes-area-bg1 {
  background-color: transparent;
}

.classes-area-bg2 {
  background-color: #191918;
}


/*================================
Lagree Area
===================================*/
#lagree {
  scroll-margin-top: 120px;
}

.lagree-area {
  background-color: #EDEBEA;
}

.lagree-area-container {
  background-color: #DFDCDB;
  padding: 40px 19px 30px;
  transition: var(--transition);
  height: 410px;
}

.lagree-area-container:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.lagree-area-container h2 {
  font-size: 40px;
  font-family: 'Freight-Big-Book';
  color: black;
  line-height: 40px;
  height: 220px;
}

.lagree-area-container p {
  font-size: 18px;
  margin-top: 10px;
  font-family: 'Gotham-Book';
  color: black;
  line-height: 22px;
}

.last-lagree-container {
  padding: 40px 19px 30px;
  background-image: url(/assets/about-mad.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  height: 410px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.last-lagree-container h2 {
  font-size: 40px;
  font-family: 'Freight-Big-Book';
  color: white;
  z-index: 1;
}

.last-lagree-container p {
  font-size: 18px;
  font-family: 'Gotham-Book';
  color: white;
  line-height: 22px;
  z-index: 1;
}

.last-lagree-container .default-btn {
  color: white;
  border: 1px solid white;
}


/*================================
Gift Cards Area
===================================*/
.giftcards-area {
  background-image: url('/assets/mad-gift-cards-banner.jpg');

}

/*================================
Team Area
===================================*/

.content {
  display: none;
}

.noContent {
  color: #000 !important;
  background-color: transparent !important;
  pointer-events: none;
}

.team-area-main {
  background-image: url('/assets/mad-team-banner.jpg');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  margin-top: 100px;
  padding: 150px 0;
  height: 90vh;
  position: relative;

}

.team-area-main .section-title h1 {
  color: var(--whiteColor);
}

.team-area-main p {
  font-family: 'Gotham-Book';
  color: white;
  font-size: 18px;
  max-width: 640px;
  line-height: 25px;
  text-align: justify;
}

.team-area-main .default-btn {
  color: white;
  border: 1px solid white;
  width: 220px;
  margin-top: 40px;
}


.trainers-slider .owl-nav {
  display: flex !important;
  justify-content: end !important;
}

.trainers-slider .owl-nav .owl-prev,
.trainers-slider .owl-nav .owl-next {
  z-index: 1;
  width: 50px !important;
  height: 50px !important;
  background-color: transparent !important;
  border: 1px solid black !important;
  border-radius: 100px !important;

}

.trainers-slider .owl-nav button span {
  font-size: 40px !important;
  height: 100% !important;
  display: block !important;
  width: 100% !important;
  margin-top: -16px;
}

.team-card {
  position: relative;
  overflow: hidden;
}

.team-card a {
  display: block;
}

.team-card a img {
  max-width: 100%;
  overflow: hidden;
}

.team-area .default-btn {
  background-color: transparent;
  border: 1px solid black;
  border-radius: 100px !important;
  height: 40px;
  color: black;
  text-decoration: none;
  font-size: 16px;
  margin: auto;
  margin-top: 20px;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f0f0f0;
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .2s ease;
  cursor: pointer;

}

.overlaytext {
  padding: 20px;
  color: black;
  text-align: left;
  font-family: var(--font-family);
  font-size: 16px;
}

.team-card-image:hover .overlay {
  width: 100%;
}


.team-card .content {
  position: relative;
  padding: 5px 0px;
  display: flex;
  align-items: center;
}

.team-card .content h3 {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  color: black;
  font-size: 36px;
  font-family: 'Freight-Big-Book';
  text-transform: capitalize;
  margin-right: 5px;
  width: max-content;
}

.team-card .content hr {
  height: 1px;
  border-color: var(--redColor);
  width: 100%;
  opacity: 1;
}

.team-card .content h3 a {
  color: var(--whiteColor);
  text-decoration: none;
  font-size: 20px;
  font-family: Gotham-Bold;
}

.team-card .content .team-social {
  padding-left: 0;
  list-style-type: none;
  text-align: right;
  margin: 0;
}

.team-card .content .team-social li {
  display: inline-block;
  opacity: 1;
  visibility: visible;
  margin-right: 10px;
}

.team-card .content .team-social li:last-child {
  margin-right: 0;
}

.team-card .content .team-social li a {
  display: inline-block;
}

.team-card .content .team-social li a i {
  height: 40px;
  line-height: 45px;
  font-size: 22px;
  color: black;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  display: inline-block;
  margin-left: 10px;
}

i[class^="flaticon-instagram"]:before,
i[class*=" flaticon-instagram"]:before {
  font-weight: 900 !important;
}

.team-card .content .team-social li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.team-card .content .team-social li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.team-card .content .team-social li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.team-card .content .team-social li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.team-card .team-vector {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-transform: scale(0);
  transform: scale(0);
}


.team-bg {
  background-image: url('/assets/mad-concrete-banner.jpg');
  background-position: top;

}

.team-bg .section-title h2 {
  color: var(--whiteColor);
}

/*================================
Privacy Area
===================================*/
.privacy-policy-area {
  background: #EDEBEA;
  margin-top: 100px;
}

.privacy-policy-area .section-title h2 {
  color: black;
  font-family: Gotham-Bold;
}

/*================================
Packages Area
===================================*/

.packages-slider.owl-carousel .owl-stage {
  padding-top: 10px;
}

.packages2-slider.owl-carousel .owl-stage {
  padding-top: 10px;
}

.packages-card-width {
  margin: auto;
}

.packages-area {
  overflow: hidden;
  background-color: #EDEBEA;
  position: relative;

}


#book-pt {
  scroll-margin-top: 100px;
}

#schedule {
  scroll-margin-top: 100px;
}

#gifts {
  scroll-margin-top: 100px;
}

.packages-area .section-title h2 {
  color: black;
  text-align: left;
}

.packages-card {
  padding: 40px 20px;
  text-align: center;
  transition: var(--transition);
  background-color: #DFDCDB;
  border: none;
  margin-bottom: 24px;
}

.packages-card:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.packages-card h3 {
  font-size: 36px;
  color: black;
  font-family: 'Freight-Big-Book';
  text-align: left;
  height: 120px;
  max-width: 100%;
}

.packages-card h4 {
  font-size: 18px;
  color: black;
  font-family: 'Gotham-Medium';
  text-align: left;
  margin-bottom: 45px;
}

.packages-card span {
  display: block;
  color: black;
  font-family: Gotham-Book;
  font-size: 22px;
  text-align: left;
  height: 48px;
}

.packages-card h5 {
  font-family: Gotham-Book;
  font-size: 16px;
  margin-top: 15px;
  margin-left: 5px;

}

.packages-card h2 {
  font-size: 38px;
  color: black;
  font-family: 'Gotham-Medium';
  text-align: left;
}

.packages-card ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.packages-card ul li {
  display: block;
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 20px;
  color: black;
  font-family: Gotham-Book;
  text-align: left;
  height: 30px;
}

.packages-card .default-btn {
  border: 1px solid black;
  border-radius: 100px !important;
  color: black;
  text-decoration: none;
  font-size: 16px;
  width: 100px;
  height: 40px;
  background-color: transparent;
  background-image: linear-gradient(to right, black, black 50%, transparent 50%);
  background-position: 100.5% 0;
  background-size: 200% 100%;
  transition: background-position 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;

}

.packages-card .default-btn:hover {
  background-position: 0 0;
  color: white;
}

.packages-card-gradient {
  padding: 40px 20px;
  text-align: center;
  transition: var(--transition);
  background-color: #e4876b;
  border: none;
  margin-bottom: 24px;
}

.packages-card-gradient:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.packages-card-gradient h3 {
  font-size: 36px;
  color: black;
  font-family: 'Freight-Big-Book';
  text-align: left;
  height: 120px;
}

.packages-card-gradient h4 {
  font-size: 18px;
  color: black;
  font-family: 'Gotham-Medium';
  text-align: left;
  margin-bottom: 45px;
}

.packages-card-gradient span {
  display: block;
  color: black;
  font-family: Gotham-Book;
  font-size: 22px;
  text-align: left;
  height: 48px;
}

.packages-card-gradient h5 {
  font-family: Gotham-Book;
  font-size: 16px;
  margin-top: 15px;
  margin-left: 5px;
}

.packages-card-gradient h2 {
  font-size: 38px;
  color: black;
  font-family: 'Gotham-Medium';
  text-align: left;
}

.packages-card-gradient ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.packages-card-gradient ul li {
  display: block;
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 20px;
  color: black;
  font-family: Gotham-Book;
  text-align: left;
  height: 30px;
}

.packages-card-gradient .default-btn {
  border: 1px solid black;
  border-radius: 100px !important;
  color: black;
  text-decoration: none;
  font-size: 16px;
  width: 100px;
  height: 40px;
  background-color: transparent;
  background-image: linear-gradient(to right, black, black 50%, transparent 50%);
  background-position: 100.5% 0;
  background-size: 200% 100%;
  transition: background-position 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;

}

.packages-card-gradient .default-btn:hover {
  background-position: 0 0;
  color: white;
}



/*================================
Book Appointments Area
===================================*/

.bw-widget button.bw-widget__cta,
.bw-widget a.bw-widget__cta {
  color: black !important;
  text-align: center !important;
  position: relative !important;
  overflow: hidden !important;
  z-index: 1 !important;
  text-transform: uppercase !important;
  background-color: white !important;
  border: 1px solid black !important;
  border-radius: 100px !important;
  height: 40px !important;
  font-size: 16px !important;
  font-family: Gotham-Book !important;
}

.bw-widget button.bw-widget__cta::before,
.bw-widget a.bw-widget__cta::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  height: 100% !important;
  width: 0 !important;
  left: -35% !important;
  -webkit-transition: all 0.3s ease-in !important;
  transition: all 0.3s ease-in !important;
  -webkit-transition-duration: 0.3s !important;
  transition-duration: 0.3s !important;
  -webkit-transform-origin: left !important;
  transform-origin: left !important;
  background-image: linear-gradient(to right, black, black) !important;
  opacity: 0 !important;
  z-index: -1 !important;
  -webkit-transition: var(--transition) !important;
  transition: var(--transition) !important;
}

.bw-widget button.bw-widget__cta:hover,
.bw-widget a.bw-widget__cta:hover {
  color: white !important;
  position: relative !important;
  background: transparent !important;
}

.bw-widget button.bw-widget__cta:hover::before,
.bw-widget a.bw-widget__cta:hover::before {
  opacity: 1 !important;
  height: 100% !important;
  width: 135% !important;
}

.hc_footer {
  display: none;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  background-color: transparent !important;
  color: black !important;
  border: none !important;
  border-bottom: 1px solid var(--redColor) !important;

}

.parsley-errors-list.filled>li {
  border-top: none;
}

.pre-filters {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  padding: 30px 0 0 0;

}

.pre-filters>:first-child {
  grid-column: 2;
  grid-row: 1;
}

.pre-filters>:nth-child(2) {
  grid-column: 2;
  grid-row: 2;
}

.pre-filters>:nth-child(3) {
  grid-column: 1;
  grid-row: 1/5;
}

.pre-filters>:nth-child(4) {
  grid-column: 2;
  grid-row: 3;
  padding-top: 20px;
}

.pre-filters>* select {
  background: transparent;
  border: 2px solid #edebea;
  color: black;
  margin: 0 !important;
  font-size: 20px;
  padding: 20px 5px 10px 5px;
  border-bottom: 1px solid var(--redColor);
  outline: none;
  font-family: 'Gotham-Book';
  text-transform: capitalize;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/assets/select-icon.png) 99% / 3% no-repeat;
}


.pre-filters>* select::-ms-expand {
  display: none;
}


.pre-filters>* select optgroup {
  background: white !important;
  font-family: var(--font-family2) !important;
  font-size: 20px !important;
}

div.healcode .ui-widget-header {
  border: none !important;
}


div.healcode a.action_icon {
  display: none;
}

div.healcode a.action_icon img {

  display: none;
}

div.healcode a.action_icon.my_account_version {
  display: none;
}

div.healcode .ui-state-default,
div.healcode .ui-widget-content .ui-state-default,
div.healcode .ui-widget-header .ui-state-default {
  border: 1px solid #dee2e6;
  color: #000000 !important
}

div.healcode.appointments a.hc-button {
  color: black !important;
  text-align: center !important;
  position: relative !important;
  overflow: hidden !important;
  z-index: 1 !important;
  text-transform: uppercase !important;
  background-color: transparent !important;
  border: 1px solid black;
  border-radius: 100px;
  width: 120px;
  height: 40px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Gotham-Medium;
}


div.healcode.appointments .healcode-appointments p {
  color: black;
  font-family: Gotham-Book;
}

div.healcode.appointments a.hc-button::before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 0;
  left: -35%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transform-origin: left;
  transform-origin: left;
  background-color: black !important;
  opacity: 0;
  z-index: -1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

div.healcode.appointments a.hc-button:hover {
  color: var(--whiteColor) !important;
  position: relative !important;
  background: transparent !important;
}

div.healcode.appointments a.hc-button:hover::before {
  opacity: 1 !important;
  height: 100% !important;
  width: 135% !important;
}

div.list_view td {
  padding: 10px 0 0 0 !important;
}

.mindbody-widget--appointments .ui-datepicker td a {
  text-align: center;
  background: transparent !important;
}

thead,
tr {
  border-bottom: 1px solid black !important;
}

tr:last-child {
  border-bottom: none !important;
}

div.healcode .ui-state-highlight,
div.healcode .ui-widget-content .ui-state-highlight,
div.healcode .ui-widget-header .ui-state-highlight {
  background: #f0f0f0 !important;
  border: 1px solid #dcdcdc;
}

.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
  width: auto;
  background-color: white !important;
  padding: 0;
  border: none;
}

.ui-datepicker-calendar td a,
.ui-datepicker-calendar td span,
.ui-datepicker-calendar th a,
.ui-datepicker-calendar th span {
  display: block;
  padding: 15px;
  font-size: 14px;
}

.ui-widget-content span {
  color: black;
  font-family: var(--font-family);

}



.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  color: black !important;
}

div.healcode .ui-icon-circle-triangle-e {
  background-position: unset;
  transform: rotate(90deg);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: initial !important;
}

div.healcode .ui-icon-circle-triangle-w {
  background-position: unset;
  transform: rotate(270deg);
}

div.healcode .ui-widget-header a {
  transition: color .15s ease-in-out 0s, background .15s ease-in-out 0s;
  border: 1px solid black;
  background: transparent !important;
  border-radius: 2px !important;
  color: #fff !important;
  cursor: pointer;
}

.ui-widget-header {
  background: #e4876b !important;
  border-radius: 0 !important;
  padding: 15px !important;
  font-size: 16px;
}

.ui-datepicker .ui-datepicker-next {
  right: 7px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 7px;
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: black !important;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid var(--redColor) !important;
}

div.healcode a {
  color: black !important;
  font-family: Ghotham-Book;
}


/*================================
Book Classes Area
===================================*/
.bw-widget__footer {
  display: none;
}

.hc-pignose-calendar-button.hc-pignose-calendar-button-apply {
  border: 1px solid black !important;
  color: white !important;
}

.hc-pignose-calendar-unit.hc-pignose-calendar-unit-date.hc-pignose-calendar-unit-mon.hc-pignose-calendar-unit-active.hc-pignose-calendar-unit-first-active a {
  color: black !important;
}

.hc-pignose-calendar-top-year {
  font-family: var(--font-family2) !important;
}

.bw-calendar__day.bw-calendar__day--current span {
  color: white !important;
  background: #e3866b !important;
}

div.healcode.appointments .healcode-appointments {
  height: max-content;
  background: white;
  margin: 0 !important;
  margin-top: 60px !important;
  padding: 10px 30px;
}

div.healcode .header h1 {
  border-bottom: none !important;
  font-family: 'Gotham-Book';
  font-size: 22px;
  text-decoration: underline;
}

.healcode-date-label {
  border-bottom: 1px solid black;
}

div.healcode.appointments .trainer-label a {
  color: black !important;
  font-family: 'Gotham-Book';
  font-weight: normal;
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 10px;
  text-decoration: none;
}

/*================================
Testimonials Area
===================================*/
.testimonials-area {
  background-color: #030207;
}

.testimonials-area .section-title h2 {
  color: var(--whiteColor);
}

.testimonials-page-area {
  background-color: #191918;
}

.testimonials-page-area .section-title h2 {
  color: var(--whiteColor);
}

.testimonials-area-two {
  background-color: #191918;
}

.testimonials-area-two .section-title h2 {
  color: var(--whiteColor);
}

.testimonials-area-two .testimonials-card {
  margin-left: 10px;
  margin-right: 10px;
}

.testimonials-item {
  padding: 50px 40px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 30px;
}

.testimonials-item .rating {
  color: #FFC107;
  font-size: 18px;
  margin-bottom: 20px;
}

.testimonials-item p {
  color: var(--whiteColor);
  margin-bottom: 23px;
}

.testimonials-item h3 {
  color: var(--whiteColor);
  margin-bottom: 3px;
}

.testimonials-item span {
  color: var(--whiteColor);
  margin-bottom: 0;
}

.testimonials-item-color {
  position: relative;
}

.testimonials-item-color::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-top: 1px solid var(--redColor);
  border-bottom: 1px solid var(--redColor);
}

.testimonials-item-color::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: transparent;
  opacity: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-left: 1px solid var(--redColor);
  border-right: 1px solid var(--redColor);
}

.testimonials-item-color:hover::before {
  opacity: 1;
  width: 100%;
}

.testimonials-item-color:hover::after {
  opacity: 1;
  height: 100%;
}

.testimonials-card {
  margin-bottom: 30px;
}

.testimonials-card .content {
  padding: 40px 35px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
  margin-bottom: 40px;
}

.testimonials-card .content p {
  color: var(--whiteColor);
  margin-bottom: 0;
}

.testimonials-card .content::before {
  content: '';
  position: absolute;
  bottom: -15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 50px;
  width: 30px;
  height: 30px;
  background-color: #191918;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.testimonials-card .testimonials-profile {
  margin-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonials-card .testimonials-profile img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-right: 20px;
}

.testimonials-card .testimonials-profile .profile-content h3 {
  color: var(--whiteColor);
  margin-bottom: 3px;
  font-size: 22px;
}

.testimonials-card .testimonials-profile .profile-content span {
  color: var(--whiteColor);
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
}

.testimonials-card .testimonials-profile .profile-content .rating {
  color: #FFC107;
  margin-bottom: 0;
  font-size: 15px;
}

.testimonials-area-three {
  background-image: url('');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.testimonials-area-three::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #121212;
}

.testimonials-area-three .section-title h2 {
  color: var(--whiteColor);
  text-align: left;
}

.testimonials-area-three .testimonials-card-two {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.testimonials-card-two {
  margin-bottom: 50px;
  position: relative;
  background-color: transparent;
  padding: 40px 35px;
  border: 1px solid white;
  transition: transform 0.3s ease-in-out;
  height: 350px;
}

.testimonials-card-two.card-hovered {
  border: 1px solid var(--redColor);
  height: 350px;
  transform: scale(1.1, 1.2);

}


#testimonials-slider.owl-carousel .owl-item.active.center .testimonials-card-two {
  border: 1px solid var(--redColor);
  transform: scale(1.1, 1.2);
  height: 350px;
}

#testimonials-slider.owl-carousel .owl-stage {
  padding-top: 50px;
  padding-bottom: 50px;
}

.owl-theme .owl-dots .owl-dot span {
  background-color: white !important;
  width: 14px !important;
  height: 14px !important;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--redColor) !important;
}

.owl-theme .owl-dots {
  display: block;
}

.testimonials-card-two.center p {
  color: blue;
}

.testimonials-card-two p {
  color: var(--whiteColor);
  margin-bottom: 0;
  font-family: Gotham-Light;
  font-size: 14px;
}

.testimonials-card-two .testimonials-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonials-card-two .testimonials-profile img {
  width: 60px !important;
  height: 60px !important;
  border-radius: 50%;
  margin-right: 20px;
}

.testimonials-card-two .testimonials-profile .profile-content h3 {
  color: var(--whiteColor);
  margin-bottom: 3px;
  font-size: 18px;
  font-family: var(--font-family);
}

.testimonials-card-two .testimonials-profile .profile-content span {
  color: var(--whiteColor);
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
}


/*=================================
Faq Area
===================================*/
.faq-accordion {
  margin-bottom: 30px;
  margin-top: 80px;
}

.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  border: none;
}

.faq-accordion .accordion .accordion-item {
  display: block;
  margin-bottom: 15px;
  border: none;
  background-color: transparent;
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
  padding: 12px 60px 0px 0px;
  color: white;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 20px;
  background-color: transparent;
  font-family: 'Gotham-Book';
}

.faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 15px;
  top: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 24px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #d81f26;
  text-align: center;
  background-color: transparent;
}

.faq-accordion .accordion .accordion-title.active {
  color: var(--whiteColor);
}

.faq-accordion .accordion .accordion-title.active i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #d81f26;
}

.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  margin-top: 15px;
  padding-bottom: 10px;
  padding-right: 60px;
  padding-left: 0px;
}

.faq-accordion .accordion .accordion-content p {
  line-height: 22px;
  font-size: 16px;
  margin-bottom: 7px;
  color: white;
  font-family: Gotham-Book;
  max-width: 90%;
  text-align: left;
}

.faq-accordion .accordion .accordion-content p:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-content.show {
  display: block;
}

.faq-area-main {
  background-image: url('/assets/mad-faq-banner.jpg');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  margin-top: 100px;
  padding: 150px 0;
  height: 90vh;
  position: relative;
}

.faq-area-main .section-title h1 {
  color: var(--whiteColor);
}

.faq-area-main p {
  font-family: 'Gotham-Book';
  color: white;
  font-size: 18px;
  max-width: 90%;
  line-height: 25px;
  text-align: justify;
}


.faq-area-main a {
  text-decoration: none;
  color: #da2026;
}

.faq-area-main .default-btn {
  border: 1px solid white;
  color: white;
  position: absolute;
  bottom: 28px;
  width: 150px;
}

.faq-area-main a:hover {

  color: var(--redColor);
}

.faq-area-main img {
  border: 1px solid #f86e00;
}

.faq-area {
  background-color: #16151a;

}

/*================================
Contact Area
===================================*/
.close-btn-contact {
  float: right;
  background: transparent;
  color: black;
  font-size: 30px;
  border: none;
}

.popup .modal-content {
  background: #e4876b;
  border: 2px solid #000000;
  border-radius: 12px;
}

.popup .modal-content p {
  color: black;
}

.contact-bg {
  background-image: url(../images/contact-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.contact-bg::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 2, 7, 0.6);
}

.contact-bg .section-title h2 {
  color: var(--whiteColor);
}

.contact-touch-form {
  margin-bottom: 30px;
}

.contact-touch-form h3 {
  margin-bottom: 10px;
}

.contact-touch-form p {
  margin-bottom: 20px;
}

.contact-touch-form .form-group {
  margin-bottom: 20px;
  position: relative;
}

.contact-touch-form .form-group.checkbox-option {
  position: relative;
}

.contact-touch-form .form-group.checkbox-option #chb2 {
  position: absolute;
  top: 6px;
  left: 0;
}

.contact-touch-form .form-group.checkbox-option p {
  padding-left: 25px;
  font-size: 15px;
  color: var(--titleColor);
}

.contact-touch-form .form-group.checkbox-option p a {
  color: var(--redColor);
}

.contact-touch-form .form-group.checkbox-option p a:hover {
  color: var(--titleColor);
}

.contact-touch-form .form-group .form-control {
  height: 50px;
  color: black;
  border: none;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 15px 25px;
  width: 100%;
  border-radius: 0;
}

.contact-touch-form .form-group .form-control::-webkit-input-placeholder {
  color: var(--whiteColor);
  text-transform: uppercase;
}

.contact-touch-form .form-group .form-control:-ms-input-placeholder {
  color: var(--whiteColor);
  text-transform: uppercase;
}

.contact-touch-form .form-group .form-control::-ms-input-placeholder {
  color: var(--whiteColor);
  text-transform: uppercase;
}

.contact-touch-form .form-group .form-control::placeholder {
  color: var(--whiteColor);
  text-transform: uppercase;
}

.contact-touch-form .form-group .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--whiteColor);
}

.contact-touch-form .form-group textarea.form-control {
  height: auto;
  border-radius: 0;
}

.contact-touch-form .with-errors {
  float: left;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 0;
  color: #f00;
  font-weight: 400;
  display: block;
}

.contact-touch-form .text-danger {
  font-size: 18px;
  margin-top: 15px;
}

.contact-touch-form .default-btn {
  border: 0;
  outline: none;
  width: 100%;
}

.contact-touch-form .default-btn::before {
  background-color: var(--whiteColor);
}

.contact-touch-form .default-btn:hover {
  color: var(--redColor);
}

.contact-map iframe {
  display: block;
  width: 100%;
  height: 555px;
  margin-bottom: 30px;
}

.contact-max {
  padding: 100px 70px 70px;
  background-color: rgba(3, 2, 7, 0.85);
}


.contact-max-width h2 {
  color: white;
}

.location-area {
  background-image: url(/assets/mad-concrete-banner.jpg);
}

.location-area .section-title h2 {
  color: black;
  margin-top: 20px;
  font-size: 54px;
}


.location-area span {
  font-size: 18px;
  font-family: Gotham-Medium;
}

.location-area h3 {
  color: black;
  font-size: 18px;
  font-family: Gotham-Book;
  line-height: 30px;
  margin-bottom: 40px;
}

.location-area a {
  color: black;
  font-size: 18px;
  font-family: Gotham-Book;
  line-height: 30px;
  text-decoration: none;
}

.location-area a:hover {
  color: var(--redColor);
}

.location-image {
  background-image: url(/assets/location-section-image.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 300px 0;
  position: absolute;
  left: 50%;
  right: 0;
}

.contact-area {
  background-image: url(/assets/mad-contact-banner.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  margin-top: 100px;
  padding: 150px 0;
  height: 100vh;
  position: relative;
}


.contact-area .section-title h1 {
  color: var(--whiteColor);
}

.contact-form {
  margin-bottom: 30px;
}

.contact-form h3 {
  margin-bottom: 10px;
}

.contact-form p {
  margin-bottom: 20px;
}

.contact-form .form-group {
  margin-bottom: 20px;
  position: relative;
}


.contact-form .form-group .form-control:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px black;
  -webkit-text-fill-color: white;
}

.contact-form .form-group.checkbox-option {
  position: relative;
}

.contact-form .form-group.checkbox-option #chb2 {
  position: absolute;
  top: 6px;
  left: 0;
}

.contact-form .form-group.checkbox-option p {
  padding-left: 25px;
  font-size: 15px;
  color: var(--titleColor);
}

.contact-form .form-group.checkbox-option p a {
  color: var(--redColor);
}

.contact-form .form-group.checkbox-option p a:hover {
  color: var(--titleColor);
}

.contact-form .form-group .form-control {
  height: 40px;
  color: white !important;
  border: 1px solid white !important;
  background-color: #00000080 !important;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  border-radius: 100px;
  font-family: 'Gotham-Light';
  font-size: 14px;
}

.contact-form .form-group .form-control::-webkit-input-placeholder {
  color: white;
}

.contact-form .form-group .form-control:-ms-input-placeholder {
  color: white;
}

.contact-form .form-group .form-control::-ms-input-placeholder {
  color: white;
}

.contact-form .form-group .form-control::placeholder {
  color: white;
}

.contact-form .form-group .form-control:focus {
  outline: none;
  -webkit-box-shadow: inset 0 0 0 500px black;
  -webkit-text-fill-color: white !important;
}

.contact-form .form-group textarea.form-control {
  height: auto;
  border-radius: 0;
}

.contact-form .agree-label {
  margin-bottom: 15px;
  position: relative;
}

.contact-form .agree-label #chb1 {
  position: absolute;
  top: 7px;
  left: 0;
}

.contact-form .agree-label label {
  color: black;
  margin-left: 25px;
}

.contact-form .agree-label label a {
  color: #f86e00;
  font-size: 16px;
}

.contact-form .agree-label label a:hover {
  color: var(--titleColor);
}

.contact-form .agree-label label a.forget {
  position: absolute;
  right: 0;
}

.contact-form .with-errors {
  float: left;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 0;
  color: #f00;
  font-weight: 400;
  display: block;
}

.contact-form .text-danger {
  font-size: 18px;
  margin-top: 15px;
}

.contact-form .default-btn {
  border: 1px solid white;
  border-radius: 100px;
  padding: 15px 25px;
  color: white;
  font-size: 16px;
  font-family: 'Gotham-Medium';
  width: 130px;
}

.contact-form .default-btn:hover {
  background-position: left top;

}


/*================================
Our-classes Area
===================================*/
.our-classes-section {
  display: flex;
  flex-direction: column;
}

.section-title a {
  color: var(--redColor) !important;
  text-decoration: none !important;

}

.our-classes-section h3 {
  color: black;
  font-size: 18px;
  text-align: justify;
  font-family: Gotham-Book;
  line-height: 25px;
  max-width: 855px;
  margin-bottom: 0;
}

.our-classes-section .default-btn {
  border: 1px solid black;
  border-radius: 100px !important;
  text-decoration: none;
  margin-bottom: 60px;
  margin-top: 40px;

}

.our-classes-section .default-btn:hover {
  background-position: 0 0;

}

.join-btn {
  width: 130px !important;
}


.our-classes-area {
  position: relative;
  overflow: hidden;
}

.our-classes-container {
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  transition: var(--transition);
}

.our-classes-container:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}


.overlay-gradient-black {
  background-image: url('/assets/overlay-gradient-black.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 100%;
  position: absolute;
}

.overlay-gradient-black-semi {
  background-image: url('/assets/overlay-gradient-black-semi.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}


.our-classes-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
}


.text-container {
  position: absolute;
  bottom: 0;
  text-align: left;
  padding: 15px 15px 30px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.our-classes-container:hover .description {
  top: 33%;
}

.description {
  display: block !important;
  top: 81%;
  transition: all 0.5s ease;
}

.description2 {
  display: block !important;
  transition: all 0.5s ease;
  top: 88%;
}

.our-classes-container:hover .description2 {
  top: 58%;
}

.description3 {
  display: block !important;
  top: 88%;
  transition: all 0.5s ease;
}

.our-classes-container:hover .description3 {
  top: 60%;
}

.text-container-center {
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  position: absolute;
}

.our-classes-container:hover .text-container-center h4 {
  border-bottom: 1px solid var(--redColor);
}

.text-container-center h4 {
  color: white;
  font-size: 40px;
  font-family: 'Freight-Big-Book';
  transition: all 0.3s ease;
  text-align: center;
}

.text-container h4 {
  color: white;
  font-size: 32px;
  text-align: left;
  font-family: 'Freight-Big-Book';
  line-height: 28px;
  margin-bottom: 0;
}


.text-container p {
  font-size: 16px;
  font-family: Gotham-Book;
  text-align: left;
  color: white;
  margin-top: 20px;
  line-height: 20px;
}

.text-container h5 {
  font-size: 14px;
  font-family: Gotham-Medium;
  text-align: left;
  color: white;
  line-height: 20px;
  position: absolute;
  top: 230px;
}

.text-container ul {
  color: white;
}

.red-dot {
  height: 14px;
  width: 14px;
  background-color: var(--redColor);
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}

.border-white-dot {
  height: 14px;
  width: 14px;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}

.our-classes-area .owl-nav {
  margin-top: 0;
  overflow: hidden;
}

.our-classes-area .owl-nav .owl-prev {
  position: absolute;
  z-index: 5;
  left: -160px;
  top: 72%;
  opacity: 1;
  font-size: 30px !important;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px !important;
  border-radius: 50px !important;
  background-image: linear-gradient(to bottom, #e21500, #f86e00) !important;
  color: var(--whiteColor) !important;

}

.our-classes-area .owl-nav .owl-prev i {
  position: relative;
}

.our-classes-area .owl-nav .owl-prev:hover {
  color: var(--whiteColor) !important;
  background-color: var(--redColor) !important;
  border-color: var(--redColor) !important;
}

.our-classes-area .owl-nav .owl-next {
  position: absolute;
  z-index: 5;
  top: 72%;
  left: -100px;
  opacity: 1;
  font-size: 30px !important;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px !important;
  border-radius: 50px !important;
  background-image: linear-gradient(to bottom, #e21500, #f86e00) !important;
  color: var(--whiteColor) !important;
}

.our-classes-area .owl-nav .owl-next i {
  position: relative;

}

.our-classes-area .owl-nav .owl-next:hover {
  color: var(--whiteColor) !important;
  background-color: var(--redColor) !important;
  border-color: var(--redColor) !important;
}

.our-classes-area:hover .owl-nav .owl-prev {}

.our-classes-area:hover .owl-nav .owl-next {}

.our-classes-area .our-classes-item {
  margin-left: 10px;
  margin-right: 10px;
}

.our-classes-item {
  margin-bottom: 30px;
  background-color: var(--whiteColor);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.our-classes-item a {
  display: block;
}

.our-classes-item a img {
  max-width: 100%;
}

.our-classes-item .content {
  padding: 40px 35px;
}

.our-classes-item .content ul {
  list-style-type: none;
  margin: 0 0 15px;
  padding: 0;
}

.our-classes-item .content ul li {
  display: inline-block;
  margin-right: 30px;
  color: black;
}

.our-classes-item .content ul li:last-child {
  margin-right: 0;
}

.our-classes-item .content ul li a {
  color: black;
  display: inline-block;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.our-classes-item .content ul li a:hover {
  color: var(--redColor);
}

.our-classes-item .content ul li i {
  color: var(--redColor);
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.our-classes-item .content h4 {
  margin-bottom: 13px;
  font-size: 20px;
  font-family: Gotham-Medium;
  color: white;
  text-transform: uppercase;
  width: 70%;
}

.our-classes-item .content h5 {
  color: #e21500;
  font-family: var(--font-family2);
  font-size: 18px;
  margin-top: 3px;
}

.our-classes-item .content .default-btn {
  display: inline-block;
}

.our-classes-item:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.our-classes-item:hover .content h3 a {
  color: var(--redColor);
}

.our-classes-area-bg {
  background-color: #191918;
}

.our-classes-area-bg .section-title h2 {
  color: var(--whiteColor);
}

.our-classes-item-bg {
  background-color: transparent;
}

.our-classes-item-bg .content {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.our-classes-item-bg .content ul li {
  color: var(--whiteColor);
}

.our-classes-item-bg .content ul li:last-child {
  margin-right: 0;
}

.our-classes-item-bg .content ul li a {
  color: var(--whiteColor);
}

.our-classes-item-bg .content h3 a {
  color: var(--whiteColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.our-classes-item-bg .content .default-btn {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background-color: transparent;
}

.our-classes-item-bg .content .default-btn::before {
  background-color: var(--redColor);
}

.our-classes-item-bg:hover .content h3 a {
  color: var(--redColor);
}

.our-classes-area-bg2 {
  background-color: #EDEBEA;
}

.our-classes-area-bg2 .section-title h2 {
  color: black;
}

.our-classes-slider.owl-carousel .owl-item img {
  border: 2px solid #d36100 !important;
}

.our-classes-item-color {
  background-color: transparent;
  padding: 10px;
}

.our-classes-item-color .content {
  padding: 20px 0 0;
  display: flex;
  justify-content: space-between;
}

.our-classes-item-color .content ul li {
  color: var(--whiteColor);
}

.our-classes-item-color .content ul li:last-child {
  margin-right: 0;
}

.our-classes-item-color .content ul li a {
  color: var(--whiteColor);
}

.our-classes-item-color .content h3 a {
  color: var(--whiteColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.our-classes-item-color .content .default-btn {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background-color: transparent;
}

.our-classes-item-color .content .default-btn::before {
  background-color: var(--redColor);
}

.our-classes-item-color:hover .content h3 a {
  color: var(--redColor);
}

.our-classes-details-content h1,
.our-classes-details-content h2,
.our-classes-details-content h3,
.our-classes-details-content h4,
.our-classes-details-content h5,
.our-classes-details-content h6 {
  margin-bottom: 15px;
}

.our-classes-details-content h1 {
  font-size: 45px;
}

.our-classes-details-content h2 {
  font-size: 40px;
}

.our-classes-details-content h3 {
  font-size: 35px;
}

.our-classes-details-content h4 {
  font-size: 32px;
}

.our-classes-details-content h5 {
  font-size: 30px;
}

.our-classes-details-content h6 {
  font-size: 26px;
}

.our-classes-details-content a {
  color: var(--redColor);
}

.our-classes-details-content a:hover {
  color: var(--titleColor);
}

.our-classes-details-content ul,
.our-classes-details-content ol {
  margin-bottom: 30px;
}

.our-classes-details-content ul li,
.our-classes-details-content ol li {
  margin-bottom: 10px;
}

.our-classes-details-content ul li:last-child,
.our-classes-details-content ol li:last-child {
  margin-bottom: 0;
}

.our-classes-details-content .title {
  margin-bottom: 20px;
  max-width: 670px;
  line-height: 1.2;
}

.our-classes-details-content p {
  margin-bottom: 15px;
}

.our-classes-details-content .our-classes-preview-img {
  margin-bottom: 30px;
}

.our-classes-details-content .tag-list {
  list-style-type: none;
  margin: 0 0 10px;
  padding: 0;
}

.our-classes-details-content .tag-list li {
  display: inline-block;
  font-size: 15px;
  color: black;
  margin-right: 15px;
  position: relative;
  z-index: 1;
  font-weight: 500;
}

.our-classes-details-content .tag-list li:last-child {
  margin-right: 0;
}

.our-classes-details-content .tag-list li i {
  color: var(--redColor);
  font-size: 16px;
  margin-right: 6px;
  position: relative;
  top: 2px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.our-classes-details-content .tag-list li a {
  color: black;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.our-classes-details-content .tag-list li a i {
  color: var(--redColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.our-classes-details-content .tag-list li a:hover {
  color: var(--redColor);
  border: none;
}

.our-classes-details-content .tag-list li a:hover i {
  color: var(--titleColor);
}

.our-classes-details-content .tag-list li:hover {
  color: var(--redColor);
}

.our-classes-details-content .tag-list li:hover i {
  color: var(--titleColor);
}

.our-classes-details-content .tag-list li:hover::before {
  width: 100%;
  opacity: 1;
}

.our-classes-details-content blockquote {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-top: 30px;
  background-color: #F5F5F5;
  padding: 30px 60px 35px;
}

.our-classes-details-content blockquote::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: var(--redColor);
}

.our-classes-details-content blockquote p {
  font-size: 17px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.our-classes-details-content .our-classes-article-content {
  margin-bottom: 30px;
}

.our-classes-details-content .our-classes-article-content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.our-classes-details-content .our-classes-article-content ul li {
  display: block;
  font-size: 16px;
  padding-left: 25px;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.our-classes-details-content .our-classes-article-content ul li i {
  position: absolute;
  top: 5px;
  left: 0;
  color: var(--redColor);
  font-size: 14px;
}

.our-classes-details-content .our-classes-article-content ul li:hover {
  color: var(--redColor);
}

.our-classes-details-content .our-classes-comments-area {
  padding: 50px;
  border: 1px solid #EEEEEE;
  margin-bottom: 30px;
}

.our-classes-details-content .comments-wrap {
  margin-bottom: 30px;
}

.our-classes-details-content .comments-wrap .comment-title {
  margin-bottom: 20px;
}

.our-classes-details-content .comments-wrap .comment-form {
  list-style: none;
  margin: 0;
  padding: 0;
}

.our-classes-details-content .comments-wrap .comment-form li {
  position: relative;
  padding-left: 100px;
  margin-bottom: 30px;
}

.our-classes-details-content .comments-wrap .comment-form li.pl-80 {
  padding-left: 140px;
}

.our-classes-details-content .comments-wrap .comment-form li.pl-80 img {
  left: 40px;
}

.our-classes-details-content .comments-wrap .comment-form li img {
  position: absolute;
  top: 3px;
  left: 0;
  border-radius: 50%;
}

.our-classes-details-content .comments-wrap .comment-form li h3 {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 500;
}

.our-classes-details-content .comments-wrap .comment-form li span {
  color: #888888;
  font-size: 14px;
}

.our-classes-details-content .comments-wrap .comment-form li p {
  margin-top: 10px;
  margin-bottom: 15px;
}

.our-classes-details-content .comments-wrap .comment-form li a {
  position: absolute;
  top: 10px;
  right: 0;
  padding: 5px 18px;
  background-color: #F5F5F5;
  color: var(--titleColor);
  border-radius: 0;
  font-size: 15px;
  display: inline-block;
}

.our-classes-details-content .comments-wrap .comment-form li a:hover {
  background-color: var(--redColor);
  color: var(--whiteColor);
  border: none;
}

.our-classes-details-content .comments-form .contact-form {
  margin-bottom: 0;
}

.our-classes-details-content .comments-form .contact-form h3 {
  margin-bottom: 10px;
}

.our-classes-details-content .comments-form .contact-form p {
  margin-bottom: 30px;
}

.our-classes-details-content .comments-form .contact-form .form-group .form-control {
  background-color: #f9f9f9;
}

.our-classes-details-content .comments-form .contact-form .agree-label label {
  font-weight: 400;
}

.our-classes-details-content .comments-form .default-btn {
  width: unset;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@-webkit-keyframes sharpline {
  100% {
    left: 125%;
  }
}

@keyframes sharpline {
  100% {
    left: 125%;
  }
}

@keyframes slideInUp {
  0% {
    transform: translateY(-10%);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

.single-content {
  margin-bottom: 30px;
}

.single-content h1,
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5,
.single-content h6 {
  margin-bottom: 15px;
}

.single-content h1 {
  font-size: 32px;
}

.single-content h2 {
  font-size: 29px;
}

.single-content h3 {
  font-size: 16px;
  color: #e4876b;
  font-family: Gotham-Medium;
}

.single-content h4 {
  font-size: 23px;
}

.single-content h5 {
  font-size: 20px;
}

.single-content h6 {
  font-size: 17px;
}

.single-content a {
  color: var(--redColor);
  text-decoration: none;
}

.single-content a:hover {
  color: var(--redColor);

}

.single-content ul,
.single-content ol {
  margin-bottom: 30px;
}

.single-content ul li,
.single-content ol li {
  margin-bottom: 10px;
}

.single-content ul li:last-child,
.single-content ol li:last-child {
  margin-bottom: 0;
}

.single-content p {
  margin-bottom: 15px;
  font-size: 16px;
  color: black;
  font-family: var(--font-family);
}

.single-content p:last-child {
  margin-bottom: 0;
}

/*=================================
404 Error Area
===================================*/
#name-error.error {
  color: #e4876b;
  font-size: 14px;
  margin-left: 20px;
}

#reason-error.error {
  color: #e4876b;
  font-size: 14px;
  margin-left: 20px;

}

#email-error.error {
  color: #e4876b;
  font-size: 14px;
  margin-left: 20px;

}


.error-area .error-content {
  text-align: center;
  position: relative;
}

.error-area .error-content h1 {
  font-size: 260px;
  line-height: 0.9;
  font-weight: 700;
  color: var(--titleColor);
  position: relative;
  margin-bottom: -50px;
}

.error-area .error-content h1 span {
  color: var(--redColor);
}

.error-area .error-content h3 {
  margin: 35px 0 0;
  position: relative;
  color: var(--titleColor);
  font-size: 35px;
}

.error-area .error-content p {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 18px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

/*=================================
PT Area
===================================*/
.pt-area {
  background-image: url('/assets/mad-pt-banner.jpg');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  margin-top: 100px;
  padding: 150px 0;
  height: 90vh;
  position: relative;

}

.pt-area .section-title h1 {
  color: var(--whiteColor);
}

.pt-area p {
  font-family: 'Gotham-Book';
  color: white;
  font-size: 18px;
  max-width: 640px;
  line-height: 25px;
  text-align: justify;
}

.pt-area .default-btn {
  color: white;
  border: 1px solid white;
  width: 200px;
  margin-top: 40px;
}

.pt-area a {
  color: #da2026;
  text-decoration: none;
}

.pt-area a:hover {
  color: var(--redColor);
}

.pt-area img {
  border: 1px solid #f86e00;
}


/*================================
Footer Area
===================================*/
/* footer */
.order-footer {
  order: 0;
}

.footerflex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.footerflex-2 {
  flex: 100%;
  text-align: left;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

footer.main-footer {
  background-color: #EDEBEA;
  position: relative;
  padding-top: 70px;
  text-align: center;
  border-top: 1px solid var(--redColor);
}

.widget.footer-logo {
  display: flex;
  justify-content: flex-start;
}

h3.widget-title {
  font-size: 16px;
  color: #f97200;
  font-family: Gotham-Book;
  margin-bottom: 20px;
}

.about-widget-text {
  text-decoration: none;
  font-size: 14px;
  height: 25px;
  color: black;
  font-family: var(--font-family);
  cursor: pointer;
  display: flex;
}

.about-widget-text:hover {
  color: var(--redColor);
}

.about-widget-text a {
  text-decoration: none;
  font-size: 14px;
  line-height: 30px;
  color: black;
  font-family: var(--font-family);
  cursor: pointer;
}

.about-widget-text a.active {
  color: var(--redColor);
}

.about-widget-text a:hover {
  color: var(--redColor);
}

.about-widget-text i {
  margin-left: 5px;
  line-height: 0px;
  margin-top: 8px;
}

.about-widget li {
  font-size: 18px;
  line-height: 36px;
  color: #ffffff;
  font-weight: 400;
}

.about-widget li a {
  color: #adaaaa;
  transition: .5s;
}

.about-widget li a:hover {
  color: #f97200;
}

.links-widget li {
  font-size: 14px;
  line-height: 28px;
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.links-widget li a {
  color: #adaaaa;
  transition: .5s;
}

.links-widget li a:hover {
  color: #f97200;
}

h2.widget-title {
  text-decoration: none;
  font-size: 16px;
  margin-left: 15px;
  margin-top: 30px;
  height: 25px;
  color: black;
  font-family: 'Gotham-Medium';
  cursor: context-menu;

}

.contact-widget-text {
  font-size: 14px;
  line-height: 30px;
  color: black;
  cursor: pointer;
  font-family: var(--font-family);
}

.contact-widget-text a {
  text-decoration: none;
  color: black;
}

.contact-widget-text a:hover {
  color: var(--redColor);
}

.contact-widget-social-links ul {
  padding-left: 0;
  display: flex;
  flex-direction: row;
  list-style: none;
  margin-bottom: 0;
  margin-top: 20px;
}

.contact-widget-social-links ul li {
  margin-left: 10px;
}

.widget .contact-widget {
  margin-left: 0;
}

.contact-widget-social-links ul li a {
  color: black;
  font-size: 22px;
  width: 30px;
  height: 52px;
  transition: .5s;
  text-decoration: none;
}

.contact-widget-social-links ul li a:hover {
  color: var(--redColor);
}

.contact-widget-text:hover {
  color: var(--redColor);
}

.footer-bottom {
  font-size: 12px;
  letter-spacing: 1px;
  color: #d3d3d3;
  font-weight: 400;
  padding-bottom: 20px;
}

.footer-widgets-section {
  position: relative;
  padding-bottom: 50px;
}

.wrapper-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 80px;
}

.copyright-text {
  font-size: 12px;
  letter-spacing: 0;
}

.copyright-text a {
  text-decoration: none;
  color: var(--redColor);
}

.terms-section {
  margin-left: 20px;
  display: flex;
}

.terms-text {
  color: #767577;
  margin-left: 10px;
  letter-spacing: 0;
  font-size: 12px;
}

/*=================================
Go Top Area
====================================*/
.go-top {
  position: fixed;
  top: 60%;
  right: 3%;
  opacity: 0;
  cursor: pointer;
  text-decoration: none;
  color: var(--whiteColor);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background: #e4876b;
  border-radius: 0;
  width: 45px;
  height: 45px;
  line-height: 41px;
  z-index: 100;
  -webkit-transition: 0s;
  transition: 0s;

}

.go-top a {
  color: var(--whiteColor);
  background: #e4876b;
  text-decoration: none;
  -webkit-transition: 0s;
  transition: 0s;
}

.go-top i {
  -webkit-transition: 0s;
  transition: 0s;
  vertical-align: middle;
}

.go-top:hover {
  background-color: #6c757d;
}

.go-top:hover a {
  background-color: #6c757d;
  color: white;

}

.go-top:hover i {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.go-top.active {
  top: 95%;
  -webkit-transform: translateY(-95%);
  transform: translateY(-95%);
  opacity: 1;
  visibility: visible;
}

/*=================================
Preloader CSS
====================================*/
.gradient-loader {
  width: 150px
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

#preloader-area {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  z-index: 1001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.scroll-rotate2 img {
  animation: spin 40s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}



#preloader .preloader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background-color: var(--titleColor);
  z-index: 999;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#preloader .preloader-section.preloader-left {
  left: 0;
}

#preloader .preloader-section.preloader-right {
  right: 0;
}

.loaded #preloader-area {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.loaded #preloader .preloader-section.preloader-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.8s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.8s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #preloader .preloader-section.preloader-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.8s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.8s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #preloader {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}

@-webkit-keyframes size {
  0% {
    height: 40px;
  }

  25% {
    height: 60px;
  }

  50% {
    height: 90px;
  }

  75% {
    height: 60px;
  }

  100% {
    height: 40px;
  }
}

@keyframes size {
  0% {
    height: 40px;
  }

  25% {
    height: 60px;
  }

  50% {
    height: 90px;
  }

  75% {
    height: 60px;
  }

  100% {
    height: 40px;
  }
}

@-webkit-keyframes rotated360 {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(-360deg);
    transform: rotateZ(-360deg);
  }
}

@keyframes rotated360 {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(-360deg);
    transform: rotateZ(-360deg);
  }
}

@keyframes rotatedIn {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotatedIn {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

.btn-white {
  color: white;
  border: 1px solid white !important;
  width: 200px;
  height: 50px;
}

.btn-orange {
  color: #e4876b;
  border: 1px solid #e4876b;
  width: 200px;
  height: 50px;
}

.btn-orange:hover {
  color: #e4876b !important;
}

.landing {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 50%;
}

.sticky {
  height: fit-content;
  position: sticky;
  top: 150px;
}

.studios {
  display: flex;
  flex-direction: column;
  color: white;
  list-style: none;
}

.studios a {
  text-decoration: none;
  font-size: 30px;
  color: white;
}

.studios a:hover {
  margin-left: 30px;
  color: #e4876b;
}

#studios {
  position: relative;
}

#studios img {
  min-height: 835px;
  object-fit: cover;
}

.locations {
  position: absolute;
  top: 30px;
  left: 30px;
  padding-right: 30px;
}

.location-box {
  background-color: #00000099;
  color: white;
  padding: 20px 40px 20px 20px;
  max-width: 400px;
  min-height: 375px;
}

.locations ul {
  list-style: none;
  padding: 0;
  font-family: 'Gotham-Book';
  margin-bottom: 0;
}

.locations li {
  margin-bottom: 20px;
}

.locations li:last-child {
  margin-bottom: 0;
}

.locations b {
  font-weight: normal;
  font-family: 'Gotham-Medium';
}

.locations h2 {
  border-bottom: 1px solid #e4876b;
  width: fit-content;
  margin-bottom: 20px;
  font-size: 36px;
}

[id*=bsport-widget] .cleanslate .bs-level-content {
  color: white;
}

.add-circle {
  color: white;
  position: absolute;
  bottom: 15px;
  right: 15px;
  border: 1px solid white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: none;
  justify-content: center;
  font-size: 10px;
  line-height: 20px;
}