html {
  scroll-behavior: smooth;
}

body, h1, h2, h3, h4 {
  font-family: "Inter", serif;
}

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

ul, li, ol {
  list-style-type: none;
  padding-inline-start: 0;
}

.text-black {
  color: #121212 !important;
}

b, strong {
  font-weight: 400;
}

/*================================================ Preloader CSS Start =================================================*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  text-align: center;
  transition: 0.2s;
}

.preloader .loader {
  position: absolute;
  top: 28%;
  left: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  text-align: center;
  margin: 0 auto;
  transition: 0.6s;
  width: 100%;
}

.preloader .box {
  width: 100%;
  height: 100%;
  background: #fff;
  animation: animate 0.5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
}

.preloader .shadow {
  width: 100%;
  height: 5px;
  background: #000;
  opacity: 0.1;
  position: absolute;
  top: 59px;
  left: 0;
  border-radius: 50%;
  animation: shadow 0.5s linear infinite;
}

.preloader::after,
.preloader::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #373431;
  transition: 0.6s;
}

.preloader .box img {
  background: 0 0;
  width: 320px;
  border-radius: 4px;
}

.preloader::after {
  left: auto;
  right: 0;
}

.preloader.preloader-deactivate {
  visibility: hidden;
}

.preloader.preloader-deactivate::after,
.preloader.preloader-deactivate::before {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.preloader.preloader-deactivate .loader {
  opacity: 0;
  visibility: hidden;
}

/*================================================ Preloader CSS End =================================================*/
.mobleFixedLink {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.mobleFixedLink a {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  background-image: none;
  padding: 20px 6px;
  background-color: #d3d3d2;
  color: #373431;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
  width: 50%;
  height: 100%;
}

.mobleFixedLink a.bookNowBtnn {
  background-color: #373431;
  color: #fff;
  font-weight: 600;
}

.mobleFixedLink a svg {
  width: 20px;
  fill: #373431;
}

.mobleFixedLink a.bookNowBtnn svg {
  width: 20px;
  fill: #fff;
}

.mobile-navbar-menu svg {
  width: 54px;
  fill: #fff;
}

.mobile-navbar-menu span {
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 300;
  display: inline-block;
  position: relative;
  top: -12px;
  right: 4px;
}

/*================================================ Sidebar Menu CSS Start =================================================*/
body.offcanvas-active {
  overflow: hidden;
}

.offcanvas-header {
  display: none;
}

.screen-darken {
  height: 100%;
  width: 0%;
  z-index: 30;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(55, 52, 49, 0.7098039216);
  transition: opacity 0.2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active {
  z-index: 99999;
  transition: opacity 0.3s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}

@media all and (max-width: 991px) {
  .offcanvas-header {
    display: block;
  }
  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(-100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 99999;
    width: 100%;
    max-width: 320px;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out, display 0.3s ease-in-out;
    background: #373431;
    padding: 30px 8px 20px;
  }
  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0);
  }
  .mobile-offcanvas .container, .mobile-offcanvas .container-fluid {
    display: block;
  }
}
/*================================================ Sidebar Menu CSS end =================================================*/
/*================================================ Main Header CSS Start =================================================*/
header.main-header nav.navbar.fixed-top {
  position: fixed !important;
  top: 0;
  bottom: auto;
  left: 0;
  background: #373431;
  padding: 0 20px;
  transition: 0.4s ease-in-out;
}

header.main-header nav.navbar.fixed-top ul.navbar-nav {
  margin-left: auto !important;
  margin-right: 0 !important;
}

header.main-header nav.navbar.fixed-top a.navbar-brand img {
  width: 160px;
}

header.main-header nav.navbar.fixed-top ul.navbar-nav li.nav-item a.nav-link {
  font-size: 16px;
  padding: 22px 12px !important;
  color: #fff !important;
}

header.main-header nav.navbar {
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 28px 20px;
  background: rgba(0, 0, 0, 0.5803921569);
  transition: 0.4s ease-in-out;
}

header.main-header nav.navbar a.navbar-brand img {
  width: 340px;
}

header.main-header ul.navbar-nav li.nav-item a.nav-link {
  text-transform: uppercase;
  color: #ffffff !important;
  padding: 10px 16px !important;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0.6px;
}

header.main-header nav.navbar ul.navbar-nav li.nav-item.nav-item-fixed a {
  display: none;
}

header.main-header nav.navbar.fixed-top ul.navbar-nav li.nav-item.nav-item-fixed a {
  display: block;
}

header.main-header ul.navbar-nav li.nav-item.nav-item-menu a.nav-link {
  display: inline-block;
  padding: 6px 16px 5px !important;
}

header.main-header ul.navbar-nav li.nav-item.nav-item-menu a.nav-link svg {
  width: 40px;
  fill: #fff;
  position: relative;
  top: -1px;
  margin-left: 2px;
  border-radius: 2px;
  transform: rotate(180deg);
}

header.main-header nav.navbar a.navbar-brand.navbar-brand-fixed {
  display: none;
}

header.main-header nav.navbar.fixed-top a.navbar-brand.navbar-brand-nofixed {
  display: none;
}

header.main-header nav.navbar.fixed-top a.navbar-brand.navbar-brand-fixed {
  display: block;
}

header.main-header nav.navbar a.navbar-brand.navbar-brand-nofixed {
  display: none;
}

header.main-header nav.navbar.fixed-top ul.navbar-nav li.nav-item.nav-item-menu a.nav-link svg {
  top: 0px;
}

header.main-header nav.navbar.fixed-top ul.navbar-nav li.nav-item.nav-item-menu a.nav-link span {
  position: relative;
  top: 2px;
}

span.navbarBrandLogoText {
  font-size: 21px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 500;
}

a.carouselBtn3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background: #2f2c2a;
  padding: 12px 16px;
  display: inline-block;
  border: 1px solid #2f2c2a;
  letter-spacing: 0.5px;
  transition: 0.4s ease-in-out;
  margin: 8px 0 8px 12px;
}

a.carouselBtn3 svg {
  width: 20px;
  fill: #fff;
  margin-right: 8px;
  position: relative;
  top: -2px;
}

/* ================================= Main Header CSS End ================================*/
a.whatsappFixed {
  position: fixed;
  bottom: 20px;
  right: 60px;
  z-index: 99999;
  width: 60px;
  height: 60px;
  background: #087d34;
  border-radius: 50%;
  padding: 8px;
  border: 2px solid #fff;
}

a.whatsappFixed svg {
  width: 34px;
  fill: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* ================================= Hamburger Menu CSS Start ================================*/
.mydiv {
  display: none;
  height: 100%;
  z-index: 99;
  position: relative;
  overflow: hidden;
}

.navigation {
  position: fixed;
  right: 0;
  height: 100vh;
  z-index: 99;
  top: 0;
  visibility: hidden;
  transition: 0.4s ease-in-out;
  /*transform: translateX(200%);*/
  width: calc(100% + 0px);
  background: #001637;
  overflow: hidden;
  overflow-y: auto;
  display: none;
}

.navigation.open-nav {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
  /*transform: translateX(0);*/
  display: block;
}

.navigation:before {
  background: rgb(111, 74, 0);
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  z-index: 0;
  top: 0;
  width: 100%;
  transform: translateY(-300px);
  transition: 0.1s ease-in-out;
  display: none;
}

.navigation.open-nav:before {
  transform: translateY(0);
}

img.navigation-bg-img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  animation: pulse2 12s infinite;
  animation-duration: 10s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

@keyframes pulse2 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.navigation nav {
  display: table;
  margin: 0;
  text-align: left;
  width: 100%;
  padding: 50px 40px 0 50px;
}

.navigation nav ul.menu-main-ul {
  position: relative;
  width: 380px;
  float: left;
  margin-bottom: 0;
  margin-top: 40px;
  padding: 12px 25px 12px 0;
  list-style-type: none;
  border-right: 2px solid rgba(255, 255, 255, 0.0392156863);
}

.menuLink {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 40px;
  margin-bottom: 30px;
}

.ext-btn-group {
  position: relative;
  z-index: 99;
  margin-top: 35px;
}

.ext-btn-group a:hover {
  color: #fff;
}

.ext-btn-group a.ext-btn3 {
  background: #b09778;
  color: #fff;
  font-weight: 500;
}

.ext-btn-group a {
  color: #fff;
  padding: 4px 14px;
  display: inline-block;
  font-size: 17px;
  border: 1px solid #fff;
  border-radius: 50px;
  margin: 0 6px;
  font-weight: 400;
  transition: 0.6s ease-in-out;
}

/*.navigation nav:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40vw;
  height: 100%;
  background: url(../images/campus.jpg);
  z-index: 999;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}*/
.navigation nav ul, .navigation nav .navbar-brand.brand-logo {
  position: relative;
  z-index: 1;
}

.navigation:after {
  position: absolute;
  content: "";
  top: 0;
  right: -280px;
  height: 100%;
  width: 320px;
  background: #fffb78;
  padding: 150px 30px 30px 30px;
  z-index: 0;
  display: none;
}

.navigation nav .btn-group {
  position: relative;
  margin-top: 10px;
  z-index: 1;
  padding: 10px 15px;
}

.socials {
  z-index: 99;
  position: relative;
  left: 0;
  display: inline-block;
  margin-top: 12px;
}

.socials a {
  display: inline-block;
  margin: 0 6px 0 0;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 3px 7px 3px 8px;
  border-radius: 50%;
}

.navigation nav .socials p {
  font-size: 16px;
  line-height: 28px;
  color: #000;
}

.submenu-wrap ul {
  opacity: 1;
  visibility: visible;
  transition: 0.3s ease-in-out;
  display: none;
}

.submenu-wrap ul.hoverShowing {
  display: block;
}

.submenu-wrap ul li a {
  font-size: 16px;
  padding: 6px 10px;
  display: inline-block;
  color: #000;
  text-transform: capitalize;
}

.navigation nav > ul, .navigation nav ul ul {
  padding-top: 0;
  position: relative;
}

.navigation nav > ul > li {
  transition: 0.4s ease-in-out;
  opacity: 0;
}

.navigation nav > ul > li > a {
  position: relative;
}

.navigation nav > ul > li > a:before, .navigation nav > ul > li > a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0px, 14px);
  transition: 0.4s ease-in-out;
  display: none;
}

.navigation nav > ul > li > a:before {
  height: 15px;
  width: 15px;
  border: 2px solid #fffdb2;
  border-radius: 50%;
  z-index: 1;
  background: #004372;
  display: none;
}

.navigation nav > ul > li:not(:last-child) > a:after {
  height: 100%;
  width: 3px;
  background: #fffdb2;
  top: 10px;
  left: 5.5px;
  z-index: 0;
  display: none;
}

.navigation nav > ul > li > a:hover:before, .navigation nav > ul > li.nav_active > a:before {
  background: #fffdb2;
}

.navigation.open-nav nav > ul > li {
  opacity: 1;
  line-height: normal;
}

.navigation nav > ul > li > a {
  display: block;
  color: #fff;
  font-size: 32px;
  padding: 8px 12px;
  font-weight: 500;
  line-height: 34px;
}

.navigation nav > ul > li.nav_active > a {
  color: #FFE3D4;
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: none;
}

.navigation nav ul ul li a {
  color: #FFE3D4;
  padding: 7px 16px;
  font-size: 17px;
  line-height: 22px;
  display: block;
  font-weight: 400;
  position: relative;
}

@media screen and (min-width: 767px) {
  .navigation nav ul ul {
    position: absolute;
    left: 380px;
    padding: 30px 12px 0;
    height: 100%;
    top: 0;
    opacity: 0;
    width: 310px;
    visibility: hidden;
    transform: translateY(0px);
    transition: 0.3s ease-in-out;
    list-style-type: none;
  }
  .navigation nav ul ul:after {
    content: "";
    right: -16px;
    top: 0;
    border-top: 26px solid transparent;
    border-bottom: 0px solid transparent;
    position: absolute;
    border-left: 16px solid #cac6c6;
    display: none;
  }
  .navigation nav ul li:hover ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
}
.navigation nav ul li.nav_active ul, .navigation nav ul li:hover ul {
  opacity: 1;
  visibility: visible;
}

.close-nav-panel {
  font-size: 34px;
  color: #fff;
  cursor: pointer;
  display: flex;
  transition: 0.6s ease-in-out;
}

/*.close-nav-panel i {
  transition: .6s ease-in-out;
}
.close-nav-panel:hover i {
  transform: rotate(365deg);
}*/
.close-nav-panel span {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  padding: 0 22px 0 6px !important;
  display: inline-block;
  align-self: center;
  font-family: "Inter", serif;
  letter-spacing: 1px;
}

.navigation a img {
  width: 540px;
}

.navigation a.navbar-brand.brand-logo.desk-menu-logo {
  position: absolute;
  bottom: 20px;
  transform: translate(0%, 0%);
  right: 5%;
  filter: opacity(0.02);
  margin: 0;
  cursor: auto;
}

.fixed-social-icons {
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  z-index: 999;
}

.fixed-social-icons nav ul li a {
  color: #fff;
  font-size: 20px;
  padding: 3px 5px 3px 15px;
  margin: 8px 0;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  display: block;
  transition: 0.6s ease-in-out;
}

.fixed-social-icons nav ul li a i {
  padding-right: 8px;
}

.fixed-social-icons nav ul li a.youtube, .socials a.youtube {
  background: #ff2121;
}

.fixed-social-icons nav ul li a.instagram, .socials a.instagram {
  background: linear-gradient(30deg, #de1130, #8e4bc3);
}

.fixed-social-icons nav ul li a.facebook, .socials a.facebook {
  background: #4267B2;
}

.fixed-social-icons nav ul li a.twitter, .socials a.twitter {
  background: #1c9cea;
}

.fixed-social-icons nav ul li a.linkedin, .socials a.linkedin {
  background: #2464ad;
}

.fixed-social-icons nav ul li a span {
  font-size: 14px;
  font-weight: 500;
  position: relative;
  top: -3px;
}

.fixed-social-icons nav ul li {
  transform: translateX(80px);
  transition: 0.2s ease-in-out;
}

.fixed-social-icons nav ul li:hover {
  transform: translateX(0px);
}

.navigation-header {
  display: flex;
  justify-content: space-between;
  padding: 40px 42px 0;
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.social-media-header {
  z-index: 999;
  position: relative;
  display: flex;
  margin-bottom: 0;
}

.social-media-header a {
  color: #cdcdcd;
  transition: 0.6s ease-in-out;
  margin-right: 16px;
  width: 42px;
  height: 42px;
  position: relative;
  border-radius: 50%;
  border: 1px solid #fff;
}

.social-media-header a:hover {
  color: #fff;
}

.social-media-header a i {
  font-size: 22px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ext-btn-group a svg {
  width: 22px;
  fill: #fff;
  margin-right: 2px;
  position: relative;
  margin-top: -4px;
  border-radius: 50px;
}

.navigation-logo a.navbar-brands img {
  width: 340px;
}

.navigation-logo a.navbar-brands img.dis-inner-logo {
  margin-right: 12px;
}

.navigation-image:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.2), transparent);
  z-index: 999;
}

.menuLink a {
  display: block;
  text-align: center;
  font-size: 15px;
  text-decoration: none;
  background-image: none;
  padding: 12px;
  background-color: #e36c28;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 500;
}

/* ================================= Hamburger Menu End ================================*/
/* ================================= Main Slider Start ================================*/
.main-slider .carousel-inner .carousel-item img.main-slider-img {
  height: 100dvh;
  -o-object-fit: cover;
     object-fit: cover;
  /*animation: pulse 12s infinite;
  animation-duration: 10s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;*/
}

/*@keyframes pulse {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.1);
    }
}*/
.main-slider .carousel-inner .carousel-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent);
}

/*.main-slider .carousel-inner .carousel-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #000000b5, transparent);
}*/
.main-slider .carousel-inner .carousel-item video {
  height: 100dvh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-slider .carousel-inner .carousel-item .carousel-caption {
  z-index: 99;
  text-align: left;
  width: 100%;
  left: 0;
  right: 0;
  padding: 40px 50px 0;
  top: 0;
  bottom: auto;
}

.carouselLogo img {
  width: 200px;
}

.carousel-caption-para {
  position: absolute;
  left: 50%;
  bottom: 160px;
  transform: translate(-50%, 0%);
  width: 100%;
  text-align: center;
}

.carousel-caption-para h1 {
  font-size: 38px;
  line-height: 46px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 200;
  text-shadow: 2px 2px 40px black;
  margin-bottom: 0;
  word-spacing: 2px;
  letter-spacing: 1px;
}

.carouselButton a.carouselBtn2 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background: #373431;
  padding: 14px 22px;
  display: inline-block;
  border: 1px solid #373431;
  letter-spacing: 0.5px;
  transition: 0.4s ease-in-out;
}

.carouselButton a.carouselBtn2 svg {
  width: 18px;
  fill: #fff;
  position: relative;
  top: -2px;
}

.carouselButton a.carouselBtn1 {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  font-weight: 300;
  text-shadow: 5px 5px 40px black;
  display: inline-block;
  text-decoration: none;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
  transition: 0.4s ease-in-out;
}

.carouselButton a.carouselBtn1:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}

.carouselButton a.carouselBtn1 svg {
  width: 22px;
  fill: #fff;
  margin-right: 8px;
  position: relative;
  top: -2px;
}

.main-slider .carousel-inner .carousel-item .carousel-caption-content {
  display: block;
}

.main-slider .carousel-inner .carousel-item .carousel-caption-content a.mainSlideLink {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  background-image: none;
  padding: 12px 16px;
  background-color: #e36c28;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 500;
}

.main-slider .carousel-inner .carousel-item .carousel-caption-img img {
  width: 100px;
  height: 130px;
}

.main-slider .carousel-inner .carousel-item .carousel-caption h1 {
  font-size: 38px;
  text-transform: uppercase;
  line-height: 42px;
  font-weight: 500;
  text-shadow: 1px 1px 10px #000;
  margin-bottom: 0;
  letter-spacing: 0.5px;
}

.main-slider .carousel-inner .carousel-item .carousel-caption p {
  font-size: 20px;
  line-height: 22px;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 0;
  text-shadow: 1px 1px 10px black;
  font-family: "Inter", serif;
}

.main-slider .carousel-control-next, .main-slider .carousel-control-prev {
  width: auto !important;
  opacity: 1;
  font-size: 18px;
  top: auto;
  bottom: 50px;
}

.main-slider .carousel-control-prev {
  left: auto;
  right: 120px;
}

.main-slider .carousel-control-next {
  right: 90px;
}

.main-slider .carousel-control-next {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.main-slider .carousel-control-prev {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.main-slider .carousel-control-next span.carousel-control-next-icon, .main-slider .carousel-control-prev span.carousel-control-prev-icon {
  width: 22px;
  height: 40px;
}

.social-media-slider {
  z-index: 999;
  position: relative;
  display: flex;
  margin-bottom: 0;
}

.social-media-slider a {
  color: #cdcdcd;
  transition: 0.6s ease-in-out;
  margin-right: 20px;
  width: 45px;
  height: 45px;
  position: relative;
  border-radius: 50%;
  border: 1px solid #fff;
}

.social-media-slider a:hover {
  color: #fff;
}

.social-media-slider a i {
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* ================================= Main Slider End ================================*/
section {
  position: relative;
  padding: 80px 0;
}

.bg1 {
  background: #eee !important;
}

.bg2 {
  background: #000000 !important;
}

.container {
  max-width: 95%;
}

img.imgOverlay {
  width: 200px;
}

img.imgOverlay2 {
  position: absolute;
  top: 60px;
  left: -200px;
  width: 920px;
  filter: opacity(0.1);
}

h2.mainTitle {
  font-size: 72px;
  line-height: 72px;
  font-weight: 300;
  color: #373431;
  margin-bottom: 30px;
  text-transform: uppercase;
}

p.mainBigPara {
  font-size: 25px;
  line-height: 36px;
  margin-top: 25px;
  color: #000;
  margin-bottom: 0;
  font-weight: 300;
}

p.mainParaBig {
  font-size: 28px;
  line-height: 38px;
  margin-top: 25px;
  color: #000000;
  margin-bottom: 0;
  font-weight: 200;
}

p.mainPara {
  font-size: 24px;
  line-height: 34px;
  margin-top: 25px;
  color: #000;
  margin-bottom: 0;
  font-weight: 200;
}

.overviewBlock {
  padding: 0 40px 0 0;
}

.overviewBlockImg img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.overviewBlockImg img.ov1 {
  transform: translateY(-10px);
}

.overviewBlockImg img.ov2 {
  transform: translateY(10px);
}

.mainBtn a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background: #373431;
  padding: 14px 20px;
  display: inline-block;
  border: 1px solid #373431;
  letter-spacing: 0.5px;
  transition: 0.4s ease-in-out;
}

.mainBtn a svg {
  width: 18px;
  fill: #fff;
  position: relative;
  top: -1px;
}

.mainBtn a.mobileLink {
  font-size: 24px;
  line-height: 32px;
  color: #121212;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  text-decoration-thickness: 3px;
  text-underline-offset: 8px;
  transition: 0.4s ease-in-out;
  background: transparent;
  border: 0;
}

.mainBtn a.mobileLink:hover {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 8px;
}

.mainBtn a.mobileLink svg {
  width: 24px;
  fill: #121212;
  margin-right: 8px;
  position: relative;
  top: -2px;
}

ul.mainUl li {
  flex: 0 0 auto;
  width: 16.66%;
}

ul.mainUl li:nth-child(2), ul.mainUl li:nth-child(5), ul.mainUl li:nth-child(8), ul.mainUl li:nth-child(11) {
  margin-top: 15px;
}

ul.mainUl li:nth-child(3), ul.mainUl li:nth-child(4), ul.mainUl li:nth-child(9), ul.mainUl li:nth-child(10) {
  margin-top: 30px;
}

.locationBlock {
  padding: 16px 6px;
}

.locationBlock img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: fill;
  border: 2px solid #fff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  padding: 16px;
  filter: opacity(0.6);
  background: #fff;
}

.locationBlock h3 {
  color: #000;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 400;
  letter-spacing: -0.5px;
  margin-top: 16px;
}

.locationBlock h3 small {
  font-size: 58%;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 4px;
}

/*======================== Why Mayfair Highlands Section Start =======================*/
.whyMayfairAccordion .accordion-item {
  margin-bottom: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  border-bottom: 1px solid rgba(55, 52, 49, 0.4);
}

.whyMayfairAccordion button.accordion-button {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: rgba(55, 52, 49, 0.8392156863);
  margin-bottom: 0;
  background: transparent;
  border-radius: 0;
  padding: 18px 20px 18px 45px;
  position: relative;
}

.whyMayfairAccordion button.accordion-button:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 28px;
  width: 10px;
  height: 10px;
  background: #54524f;
}

.whyMayfairAccordion .accordion-button:not(.collapsed):before {
  background: #373431;
}

.whyMayfairAccordion button.accordion-button span {
  position: absolute;
  left: 20px;
  top: 18px;
}

.whyMayfairAccordion .accordion-button:not(.collapsed) {
  color: #373431;
  background: transparent;
  box-shadow: none;
}

.whyMayfairAccordion .accordion-body {
  padding: 0px 80px 25px 45px;
}

.whyMayfairAccordion .accordion-body p {
  font-size: 20px;
  line-height: 28px;
  color: #121212;
  margin-bottom: 0;
  font-weight: 300;
}

.whyMayfairAccordion .accordion-button:focus {
  border-color: #ffffff;
  box-shadow: none;
}

.whyMayfairAccordion .accordion-button:not(.collapsed)::after {
  filter: opacity(1) grayscale(1);
}

.whyMayfairAccordion .accordion-button::after {
  filter: opacity(0.6) grayscale(1);
}

/*======================== Why Mayfair Highlands Section End =======================*/
/*================================= Amenities Section Start ==========================*/
section.amenitiesSection {
  padding: 100px 0 80px;
}

section.amenitiesSection:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/mist-bg.jpg);
  background-repeat: no-repeat;
  opacity: 0.22;
  background-position: center;
  background-size: cover;
}

.amenitiesBlockText {
  position: relative;
  margin-top: 120px;
  margin-left: 16px;
}

/*ul.mainAmenitiesUl li {
  flex: 0 0 auto;
  width: 25%;
  padding: 8px;
}*/
.amenitiesBlock {
  background: rgb(255, 255, 255);
  padding: 20px 12px 16px;
  border-radius: 2px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.02);
  height: 100%;
  transition: 0.4s ease-in-out;
  margin: 12px 6px;
}

.amenitiesBlock svg {
  width: 68px;
  fill: rgba(50, 50, 50, 0.8);
  margin-bottom: 16px;
}

.amenitiesBlock h3 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  font-weight: 300;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  height: 48px;
}

.swiper.amenitiesSwiper .swiper-button-next, .swiper.amenitiesSwiper .swiper-button-prev {
  width: 48px;
  height: 48px;
  background: #b9b9b9;
  transition: 0.4s ease-in-out;
}

.swiper.amenitiesSwiper .swiper-button-next:hover, .swiper.amenitiesSwiper .swiper-button-prev:hover {
  background: #373431;
}

.swiper.amenitiesSwiper .swiper-button-next:after, .swiper.amenitiesSwiper .swiper-button-prev:after {
  font-size: 28px;
  color: #222;
  transition: 0.4s ease-in-out;
}

.swiper.amenitiesSwiper .swiper-button-next:hover::after, .swiper.amenitiesSwiper .swiper-button-prev:hover::after {
  color: #fff;
}

.swiper.amenitiesSwiper {
  padding: 0 6px;
}

.swiper.amenitiesSwiper .swiper-button-prev {
  left: 4px;
}

.swiper.amenitiesSwiper .swiper-button-next {
  right: 4px;
}

/*================================= Amenities Section End ==========================*/
/*================================= Enquiry Form Section Start ==========================*/
section.enquirySection:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg-image.webp);
  background-position: center;
  background-size: cover;
}

.enquiryForm {
  padding: 40px 0;
}

section.enquirySection {
  height: 100dvh;
}

.enquiryBlockImg img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

h2.mainH2 {
  font-size: 42px;
  line-height: 52px;
  font-weight: 300;
  color: rgb(255, 255, 255);
  margin-bottom: 20px;
}

form.mainEnquiryForm {
  background: #373431;
  padding: 40px 30px;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

form.mainEnquiryForm label.form-label {
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  margin-bottom: 6px;
}

form.mainEnquiryForm input, form.mainEnquiryForm select {
  border-radius: 0px;
  height: 48px;
  padding: 8px 16px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  background: #373431;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1490196078);
}

form.mainEnquiryForm .form-control:focus {
  border-color: rgba(255, 255, 255, 0.1490196078);
  background: #373431;
  box-shadow: none;
}

form.mainEnquiryForm button.btn.mainFormBtn:focus {
  border-color: #373431;
  box-shadow: none;
}

form.mainEnquiryForm button.btn.mainFormBtn {
  width: 100%;
  background: #151515;
  border-radius: 0;
  height: 48px;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}

form.mainEnquiryForm input::-moz-placeholder, form.mainEnquiryForm select::-moz-placeholder {
  color: #ddd !important;
}

form.mainEnquiryForm input::placeholder, form.mainEnquiryForm select::placeholder {
  color: #ddd !important;
}

/*================================= Enquiry Form Section End ==========================*/
/*================================= Floor Layout Section Start ==========================*/
h4.floorH4 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  color: #373431;
  margin-bottom: 16px;
  background: #eeeeee;
  padding: 10px 12px;
}

.floorLayoutImg2 img {
  height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}

.floorLayoutBlock ul.nav.nav-tabs {
  border: 0;
  margin-bottom: 50px;
}

.floorLayoutBlock ul.nav.nav-tabs li button.nav-link.active {
  color: #373431;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.floorLayoutBlock ul.nav.nav-tabs li button.nav-link {
  border: 0;
  padding: 0;
  margin: 0 16px;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: rgba(55, 52, 49, 0.7294117647);
  text-decoration: none;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.floorLayoutContent {
  position: relative;
  padding: 20px 0 20px 30px;
}

.floorLayoutCaption table tr td {
  font-size: 16px;
  line-height: 20px;
  padding: 8px 6px;
  border: 0;
  color: #121212;
  font-weight: 400;
}

.floorLayoutImg {
  padding: 40px 0 0;
}

.floorLayoutImg h3 {
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  background: #373431;
  padding: 16px 6px 10px;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}

.swiper.floorLayoutSwiper .swiper-button-next, .swiper.floorLayoutSwiper .swiper-button-prev {
  width: 38px;
  height: 38px;
  background: #b9b9b9;
  transition: 0.4s ease-in-out;
  bottom: 0;
  top: 100px;
  margin: 0 4px;
}

.swiper.floorLayoutSwiper .swiper-button-next:hover, .swiper.floorLayoutSwiper .swiper-button-prev:hover {
  background: #373431;
}

.swiper.floorLayoutSwiper .swiper-button-next:after, .swiper.floorLayoutSwiper .swiper-button-prev:after {
  font-size: 22px;
  color: #222;
  transition: 0.4s ease-in-out;
}

.swiper.floorLayoutSwiper .swiper-button-next:hover::after, .swiper.floorLayoutSwiper .swiper-button-prev:hover::after {
  color: #fff;
}

.swiper.floorLayoutSwiper {
  padding: 0 6px;
}

.swiper.floorLayoutSwiper .swiper-button-prev {
  left: calc(100% - 110px);
}

.swiper.floorLayoutSwiper .swiper-button-next {
  right: 20px;
}

span.fixedBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #373431;
  background: #ffffff;
  padding: 14px 20px;
  display: inline-block;
  border: 1px solid #373431;
  letter-spacing: 0.5px;
  transition: 0.4s ease-in-out;
  text-align: center;
  cursor: pointer;
}

span.fixedBtn:hover {
  color: #0d6efd;
}

/*================================= Floor Layout Section End ==========================*/
/*================================= Image Slider Section Start ==========================*/
.swiper.featuresSwiper {
  padding: 10px 0;
}

.imgSliderSectionBlock img {
  height: calc(100vh - 64px);
  -o-object-fit: cover;
     object-fit: cover;
  outline: 8px solid #fff;
  border-radius: 2px;
}

.swiper.featuresSwiper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  height: 100%;
  background: linear-gradient(90deg, #ddd, transparent);
  z-index: 9;
}

.swiper.featuresSwiper:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
  height: 100%;
  background: linear-gradient(-90deg, #ddd, transparent);
  z-index: 9;
}

.imgSliderSectionBlockContent {
  background: rgba(55, 52, 49, 0.4);
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px 40px;
}

.imgSliderSectionBlockContent h3 {
  font-size: 68px;
  line-height: 68px;
  font-weight: 300;
  color: rgb(255, 255, 255);
  margin-bottom: 16px;
  text-shadow: 2px 2px 40px black;
}

.imgSliderSectionBlockContent p {
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 200;
  margin-bottom: 0;
  text-shadow: 2px 2px 40px black;
}

.featuresSwiper .swiper-slide {
  width: 80% !important;
}

.swiper.featuresSwiper .swiper-button-next, .swiper.featuresSwiper .swiper-button-prev {
  filter: drop-shadow(2px 4px 20px #444);
  width: 60px;
  height: 60px;
  background: #ffffff;
  transition: 0.4s ease-in-out;
}

.swiper.featuresSwiper .swiper-button-next:after, .swiper.featuresSwiper .swiper-button-prev:after {
  font-size: 32px;
  color: #222;
  transition: 0.4s ease-in-out;
}

.swiper.featuresSwiper .swiper-button-next:hover, .swiper.featuresSwiper .swiper-button-prev:hover {
  background: #373431;
}

.swiper.featuresSwiper .swiper-button-next:hover::after, .swiper.featuresSwiper .swiper-button-prev:hover::after {
  color: #fff;
}

.swiper.featuresSwiper .swiper-button-prev {
  left: 84px;
}

.swiper.featuresSwiper .swiper-button-next {
  right: 84px;
}

.mainBtn2 a {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #121212;
  background: #fff;
  padding: 14px 20px;
  display: inline-block;
  border: 1px solid #fff;
  letter-spacing: 0.5px;
  transition: 0.4s ease-in-out;
}

.mainBtn2 a svg {
  width: 20px;
  fill: #121212;
  position: relative;
  top: -1px;
}

/*================================= Image Slider Section End ==========================*/
/*================================= Key Features Section Start ==========================*/
section.specificationSection:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/mist-bg2.jpg);
  background-repeat: no-repeat;
  opacity: 0.22;
  background-position: center;
  background-size: cover;
}

.w-70 {
  width: 70% !important;
}

.w-30 {
  width: 30% !important;
}

.keyFeaturesBlock {
  padding: 30px 0 20px 50px;
}

.keyFeaturesTabs button.nav-link {
  position: relative;
  display: inline-block !important;
  text-align: start;
  padding: 10px 16px 10px 42px;
  border-radius: 0;
  color: #121212;
  font-size: 18px;
  line-height: 24px;
  margin: 2px 0;
  font-weight: 600;
  background: rgba(55, 52, 49, 0.15);
  border-radius: 50px 0 0 50px;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
}

.keyFeaturesTabs button.nav-link.active:before {
  content: "";
  position: absolute;
  right: -25px;
  top: 0;
  width: 25px;
  height: 100%;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 20px solid rgba(55, 52, 49, 0.8392156863);
  transition: 0.4s ease-in-out;
}

span.numberCount {
  position: absolute;
  left: 16px;
  top: 10px;
  font-size: 14px;
  font-weight: 500;
}

.keyFeaturesTabs button.nav-link.active {
  color: #fff;
  background: rgba(55, 52, 49, 0.8392156863);
}

.keyFeaturesBlock h3 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 20px;
  color: #000;
  font-weight: 300;
}

.keyFeaturesBlock p {
  font-size: 22px;
  line-height: 34px;
  color: #000000;
  margin-bottom: 0;
  font-weight: 400;
  margin-top: 16px;
}

ul.mainUl2 li {
  position: relative;
  font-size: 20px;
  line-height: 28px;
  margin-top: 8px;
  color: #000;
  margin-bottom: 0;
  font-weight: 300;
  padding-left: 30px;
}

ul.mainUl2 li svg {
  width: 22px;
  fill: #54524f;
  position: absolute;
  top: 3px;
  left: 0px;
}

.keyFeaturesBlock h4 {
  font-size: 20px;
  line-height: 24px;
  color: #373431;
  font-weight: 500;
  margin-bottom: 8px;
}

/*================================= Key Features Section End ==========================*/
/*================================= Download Section Start ==========================*/
section.downloadSection {
  background: #ddd;
  padding: 60px 0;
}

.downloadBlock a {
  font-size: 19px;
  line-height: 24px;
  background: #373431;
  color: #fff;
  display: block;
  text-align: center;
  padding: 18px 16px;
  text-transform: uppercase;
  font-weight: 300;
  border: 2px solid #373431;
  transition: 0.4s ease-in-out;
}

.downloadBlock a:hover {
  background: rgba(55, 52, 49, 0.9294117647);
  border: 2px solid rgba(55, 52, 49, 0.9294117647);
}

.downloadBlock a svg {
  width: 18px;
  fill: #fff;
  position: relative;
  top: -2px;
  right: 3px;
}

.downloadBlock h2 {
  font-size: 42px;
  line-height: 48px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 0;
}

/*================================= Download Section End ==========================*/
/* ================================= Contact Page CSS Start ================================*/
section.wrapperContactPageSection .wrapper-main-form {
  max-width: 100%;
  margin: 0;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.15);
  padding: 60px 50px 50px;
}

.sticky-contactForm {
  position: sticky;
  top: 95px;
}

.welcome-step-block h2 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 200;
  text-transform: uppercase;
}

.address-wrap {
  height: 100%;
  padding: 50px 40px 40px;
  background: #373431;
  margin-left: 0;
  margin-bottom: 0;
}

.address-wrap .form-group {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0509803922);
  display: flex;
}

.address-wrap .form-group svg {
  fill: rgba(255, 255, 255, 0.5490196078);
  width: 28px;
  align-self: start;
  position: relative;
  top: 8px;
}

.address-wrap p {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 0;
  font-weight: 300;
  color: #fff;
  width: calc(100% - 45px);
  padding-left: 16px;
}

.address-wrap p b {
  display: block;
  color: #ddd;
  font-weight: 300;
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

.address-wrap p a {
  color: #eee;
  text-decoration: none;
  display: block;
  transition: 0.6s ease-in-out;
}

.address-wrap p small {
  font-size: 85%;
  line-height: 16px;
}

.address-wrap p a:hover {
  color: #fff;
}

.address-wrap p span {
  padding-left: 22px;
  position: relative;
}

.address-wrap p span i {
  position: absolute;
  left: 0;
  top: 5px;
  color: #747474;
  font-size: 88%;
}

.form-select:focus {
  border-color: #ced4da;
  box-shadow: none;
}

.followText {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 300;
}

.social-media-header2 {
  z-index: 999;
  position: relative;
  display: flex;
  margin-bottom: 0;
}

.social-media-header2 a {
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ffffff;
  display: inline-block;
  margin: 0 0 0 10px;
}

.social-media-header2 a svg {
  position: absolute;
  width: 22px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  fill: #373431;
  transition: 0.4s ease-in-out;
}

.social-media-header2 a.facebook:hover svg {
  fill: #1877F2;
}

.social-media-header2 a.instagram:hover svg {
  fill: #833AB4;
}

.social-media-header2 a.twitter:hover svg {
  fill: #1DA1F2;
}

.welcome-step-block h3 {
  font-size: 32px;
  line-height: 34px;
  margin-bottom: 30px;
  color: #373431;
  font-weight: 400;
}

.wrapper-main-form label.form-label {
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 500;
  color: #373431;
  margin-bottom: 4px;
}

.wrapper-main-form input, .wrapper-main-form select, .wrapper-main-form textarea {
  border-radius: 0px;
  height: 48px;
  padding: 8px 16px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  background: #ffffff;
  color: #000;
  border: 1px solid rgba(55, 52, 49, 0.7);
}

.wrapper-main-form textarea {
  height: 100px;
}

.wrapper-main-form .form-control:focus {
  border-color: rgba(55, 52, 49, 0.7);
  background: #fff;
  box-shadow: none;
}

.wrapper-main-form button.btn.mainFormBtn:focus {
  border-color: rgba(55, 52, 49, 0.7);
  box-shadow: none;
}

.wrapper-main-form button.btn.mainFormBtn {
  width: 100%;
  background: #373431;
  border-radius: 0;
  height: 48px;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}

.wrapper-main-form input::-moz-placeholder, .wrapper-main-form select::-moz-placeholder, .wrapper-main-form textarea::-moz-placeholder {
  color: #999 !important;
}

.wrapper-main-form input::placeholder, .wrapper-main-form select::placeholder, .wrapper-main-form textarea::placeholder {
  color: #999 !important;
}

/* ================================= Contact Page CSS End ================================*/
/*================================= Location Map Section Start ==========================*/
section.locationMapSection iframe {
  position: relative;
  margin-bottom: -7px;
  height: 400px;
}

/*================================= Location Map Section End ==========================*/
/*================================= Inner Header Section Start ==========================*/
.innerHeader header.main-header nav.navbar {
  position: fixed;
  bottom: auto;
  top: 0;
  padding: 0 20px;
  background: #373431;
}

.innerHeader header.main-header nav.navbar a.navbar-brand.navbar-brand-fixed {
  display: block;
}

.innerHeader header.main-header nav.navbar a.navbar-brand img {
  width: 160px;
}

.innerHeader header.main-header nav.navbar ul.navbar-nav li.nav-item a.nav-link {
  font-size: 16px;
  padding: 22px 12px !important;
  color: #fff !important;
}

.innerHeader header.main-header nav.navbar ul.navbar-nav li.nav-item.nav-item-fixed a {
  display: block;
}

.innerHeader header.main-header nav.navbar ul.navbar-nav {
  margin-left: auto !important;
  margin-right: 0 !important;
}

/*================================= Inner Header Section End ==========================*/
/*================================= Key Feature Page Section Start ==========================*/
.keySticky {
  position: sticky;
  top: 120px;
}

.keyFeaturePage {
  border-bottom: 1px solid rgba(55, 52, 49, 0.4);
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.keyFeaturePage:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.keyFeaturePageBoxTitle {
  padding-left: 140px;
}

.keyFeaturePageBox {
  padding-left: 20px;
}

span.spanCounter {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 95px;
  line-height: 95px;
  font-weight: 900;
  color: transparent;
  margin-bottom: 0;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: rgba(55, 52, 49, 0.4);
}

.keyFeaturePageBoxTitle h2 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 300;
  color: #121212;
  margin-bottom: 0;
}

.keyFeaturePageBox p {
  font-size: 22px;
  line-height: 32px;
  margin-top: 16px;
  color: #000;
  margin-bottom: 0;
  font-weight: 300;
}

/*================================= Key Feature Page Section End ==========================*/
/*================================= Inner Banner Section Start ==========================*/
.innerBannerArea {
  position: relative;
  background: #eeeeee;
  padding: 150px 30px 30px;
}

h1.innerBannerAreaTitle {
  font-size: 72px;
  line-height: 72px;
  font-weight: 300;
  color: #373431;
  margin-bottom: 0;
  text-transform: uppercase;
}

/*================================= Inner Banner Section End ==========================*/
/*-----------------------------Main Footer Start ------------------------------*/
footer {
  position: relative;
  background: url(../images/footer-img.jpg);
  background-position: center;
  background-size: cover;
}

footer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.92;
}

.footerLogo img {
  width: 220px;
}

.footerLogo p {
  color: rgba(255, 255, 255, 0.8705882353);
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 0;
  font-weight: 300;
}

.mainFooter {
  padding: 60px 0 50px;
}

p.footPara {
  font-size: 38px;
  line-height: 48px;
  font-weight: 400;
  color: #fff;
  letter-spacing: -0.3px;
  margin-bottom: 0;
  transition: 0.4s ease-in-out;
}

.footerSocialMedia a {
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ffffff;
  display: inline-block;
  margin: 0 0 0 10px;
}

.footerSocialMedia a svg {
  position: absolute;
  width: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  fill: #080808;
  transition: 0.4s ease-in-out;
}

.footerSocialMedia a.facebook:hover svg {
  fill: #1877F2;
}

.footerSocialMedia a.instagram:hover svg {
  fill: #833AB4;
}

.footerSocialMedia a.twitter:hover svg {
  fill: #1DA1F2;
}

p.footPara a {
  color: rgba(255, 255, 255, 0.45);
  transition: 0.4s ease-in-out;
}

p.footPara a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 3px;
}

p.footerLogoText {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 20px;
  margin-top: 30px;
}

h2.footH2 {
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.quickLinks ul li a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8705882353);
  margin: 3px 16px 3px 0px;
  display: inline-block;
  text-decoration: none;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
  transition: 0.4s ease-in-out;
}

.quickLinks ul li a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}

.quickLinks ul li a svg {
  width: 20px;
  fill: rgba(255, 255, 255, 0.8705882353);
  position: relative;
  top: -3px;
}

a.contactLink {
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.8705882353);
  text-decoration: none;
  transition: 0.4s ease-in-out;
}

a.contactLink:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 3px;
}

.copyrightSection {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.copyrightSection p, .copyrightSection a {
  font-size: 15px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8705882353);
  font-weight: 300;
  margin-bottom: 0;
  transition: 0.4s ease-in-out;
}

.copyrightSection a:hover {
  color: #fff;
}

/*-----------------------------Main Footer End ------------------------------*/
@media only screen and (min-width: 1600px) {
  html {
    zoom: 1.1;
  }
  .container {
    max-width: 90%;
  }
  section {
    padding: 90px 0;
  }
  .main-slider .carousel-inner .carousel-item img.main-slider-img {
    height: calc(100dvh - 87px);
  }
  .preloader .loader {
    top: 35%;
  }
  .imgSliderSectionBlock img {
    height: calc(100vh - 120px);
  }
  .imgSliderSectionBlockContent {
    padding: 30px 60px;
  }
  .swiper.featuresSwiper .swiper-button-next {
    right: 120px;
  }
  .swiper.featuresSwiper .swiper-button-prev {
    left: 120px;
  }
  .enquiryBlockImg img {
    height: calc(100vh - 120px);
  }
  form.mainEnquiryForm {
    max-width: 420px;
  }
  .carousel-caption-para {
    bottom: 210px;
  }
  .locationBlock img {
    width: 120px;
    height: 120px;
    padding: 20px;
  }
  .mainFooter {
    padding: 80px 0 60px;
  }
  section.downloadSection {
    padding: 70px 0;
  }
  section.locationMapSection iframe {
    height: 520px;
  }
  .keyFeaturePage {
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
  .innerBannerArea {
    padding: 170px 30px 40px;
  }
  .main-slider .carousel-inner .carousel-item video {
    height: calc(100vh - 87px);
  }
  .keyFeaturePageBoxTitle {
    padding-left: 160px;
  }
  span.spanCounter {
    font-size: 110px;
    line-height: 110px;
  }
  section.enquirySection {
    height: 750px;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-menu nav.mobile-offcanvas a.navbar-brand img {
    width: 120px;
  }
  img.imgOverlay2 {
    top: 160px;
    left: -100px;
    width: 600px;
  }
  section {
    padding: 50px 0;
  }
  h2.mainTitle {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  p.mainPara {
    font-size: 22px;
    line-height: 32px;
    margin-top: 16px;
  }
  ul.mainUl li {
    width: 33.33%;
  }
  .preloader .box img {
    width: 220px;
  }
  .preloader .loader {
    top: 35%;
  }
  a.whatsappFixed {
    bottom: 80px;
    right: 25px;
    width: 68px;
    height: 68px;
  }
  a.whatsappFixed svg {
    width: 40px;
  }
  .container {
    max-width: 98%;
  }
  .mainFooter {
    padding: 50px 6px 30px;
  }
  .locationBlock h3 {
    font-size: 22px;
    line-height: 28px;
    margin-top: 12px;
  }
  ul.mainUl li:nth-child(3), ul.mainUl li:nth-child(4), ul.mainUl li:nth-child(9), ul.mainUl li:nth-child(10) {
    margin-top: 0;
  }
  ul.mainUl li:nth-child(2), ul.mainUl li:nth-child(5), ul.mainUl li:nth-child(8), ul.mainUl li:nth-child(11) {
    margin-top: 30px;
  }
  .locationBlock h3 small {
    line-height: 18px;
    margin-bottom: 2px;
  }
  .locationBlock img {
    width: 80px;
    height: 80px;
    padding: 8px;
  }
  .enquiryBlockImg img {
    height: 280px;
  }
  .main-slider .carousel-inner .carousel-item .carousel-caption {
    padding: 30px 16px 0;
  }
  .carouselLogo img {
    width: 140px;
  }
  .carouselButton a.carouselBtn2 {
    padding: 14px 12px;
  }
  .downloadBlock a {
    font-size: 16px;
    line-height: 22px;
    padding: 12px 8px;
  }
  section.downloadSection {
    padding: 50px 0;
  }
  .footerLogo img {
    width: 160px;
  }
  p.footPara {
    font-size: 32px;
    line-height: 42px;
  }
  a.contactLink {
    font-size: 24px;
    line-height: 30px;
  }
  .footerSocialMedia a {
    margin: 0 12px 0 0;
  }
  form.mainEnquiryForm {
    padding: 30px 16px 20px;
    max-width: 380px;
  }
  .amenitiesBlockText {
    margin-top: 25px;
    margin-left: 0;
  }
  section.enquirySection {
    height: 580px;
  }
  .carousel-caption-para {
    bottom: 120px;
    padding: 0 12px;
  }
  .carousel-caption-para h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .w-70, .w-30 {
    width: 100% !important;
  }
  .keyFeaturesBlock {
    padding: 30px 0 0 0;
  }
  ul.mainUl2 li {
    font-size: 18px;
    line-height: 26px;
    margin-top: 10px;
    padding-left: 25px;
  }
  ul.mainUl2 li svg {
    width: 20px;
    top: 4px;
  }
  .keyFeaturesBlock h3 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 16px;
  }
  .keyFeaturesTabs button.nav-link.active:before {
    display: none;
  }
  .keyFeaturesTabs button.nav-link {
    padding: 8px 16px 8px 35px;
    font-size: 16px;
    line-height: 24px;
    margin: 2px;
    border-radius: 50px;
  }
  span.numberCount {
    left: 12px;
    font-size: 12px;
    top: 9px;
  }
  .floorLayoutBlock ul.nav.nav-tabs li button.nav-link {
    margin: 0 12px;
    font-size: 20px;
    line-height: 26px;
  }
  .floorLayoutContent {
    padding: 16px 0 0;
  }
  h4.floorH4 {
    font-size: 22px;
    line-height: 30px;
    padding: 10px 8px;
    font-weight: 400;
  }
  .floorLayoutBlock ul.nav.nav-tabs {
    margin-bottom: 25px;
  }
  .floorLayoutImg2 img {
    height: auto;
  }
  .floorLayoutImg2 {
    margin: 30px 0;
  }
  .floorLayoutCaption table tr td {
    font-size: 18px;
    line-height: 22px;
  }
  .floorLayoutImg h3 {
    background: rgba(55, 52, 49, 0.2196078431);
    font-size: 20px;
    line-height: 24px;
    color: #121212;
    font-weight: 600;
  }
  .floorLayoutImg {
    padding: 0 0 0;
  }
  section.amenitiesSection {
    padding: 70px 0 50px;
  }
  .amenitiesBlock {
    padding: 16px 6px 12px;
    margin: 4px 2px;
  }
  .amenitiesBlock svg {
    width: 62px;
    margin-bottom: 12px;
  }
  .amenitiesBlock h3 {
    font-size: 16px;
    line-height: 20px;
    height: 62px;
  }
  .swiper.amenitiesSwiper .swiper-button-prev {
    left: 0;
  }
  .swiper.amenitiesSwiper .swiper-button-next {
    right: 0;
  }
  .swiper.amenitiesSwiper .swiper-button-next, .swiper.amenitiesSwiper .swiper-button-prev {
    width: 38px;
    height: 38px;
  }
  .swiper.amenitiesSwiper .swiper-button-next:after, .swiper.amenitiesSwiper .swiper-button-prev:after {
    font-size: 24px;
  }
  .featuresSwiper .swiper-slide {
    width: 100% !important;
  }
  .imgSliderSectionBlock img {
    height: 500px;
    outline: 6px solid #fff;
  }
  .swiper.featuresSwiper:before, .swiper.featuresSwiper:after {
    display: none;
  }
  .swiper.featuresSwiper .swiper-button-prev {
    left: 16px;
  }
  .swiper.featuresSwiper .swiper-button-next {
    right: 16px;
  }
  .swiper.featuresSwiper {
    padding: 6px;
  }
  .swiper.featuresSwiper .swiper-button-next:after, .swiper.featuresSwiper .swiper-button-prev:after {
    font-size: 28px;
  }
  .swiper.featuresSwiper .swiper-button-prev, .swiper.featuresSwiper .swiper-button-next {
    width: 48px;
    height: 48px;
  }
  .imgSliderSectionBlockContent {
    position: relative !important;
    background: rgb(55, 52, 49);
    padding: 20px 16px 25px;
    text-align: center;
  }
  .imgSliderSectionBlockContent h3 {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .imgSliderSectionBlockContent p {
    font-size: 20px;
    line-height: 26px;
  }
  .mainBtn2 a {
    padding: 12px 12px;
  }
  .whyMayfairAccordion button.accordion-button {
    font-size: 20px;
    line-height: 26px;
    padding: 16px 0 12px 25px;
  }
  .whyMayfairAccordion button.accordion-button:before {
    left: 0;
    top: 24px;
  }
  .whyMayfairAccordion .accordion-body {
    padding: 0px 0 20px 25px;
  }
  .whyMayfairAccordion .accordion-body p {
    font-size: 18px;
    line-height: 26px;
  }
  .overviewBlockImg img {
    height: 300px;
  }
  p.mainBigPara {
    font-size: 22px;
    line-height: 32px;
    margin-top: 20px;
  }
  .overviewBlock {
    padding: 0;
  }
  p.mainParaBig {
    font-size: 23px;
    line-height: 33px;
    margin-top: 20px;
  }
  img.imgOverlay {
    width: 140px;
  }
  .mainBtn a {
    padding: 14px 12px;
  }
  .mainBtn a.mobileLink {
    font-size: 20px;
    line-height: 28px;
  }
  .mainBtn a.mobileLink svg {
    width: 22px;
    margin-right: 10px;
  }
  section.extraOverviewSection {
    padding-top: 0px;
  }
  header.main-header nav.navbar.fixed-top, .innerHeader header.main-header nav.navbar {
    padding: 0 12px;
  }
  header.main-header nav.navbar.fixed-top a.navbar-brand img {
    width: 150px;
  }
  .innerHeader header.main-header nav.navbar .mobile-navbar-menu span {
    color: #fff;
    right: -4px;
  }
  .innerHeader header.main-header nav.navbar a.navbar-brand img {
    width: 150px;
  }
  footer {
    margin-bottom: 64px;
  }
  .innerBannerArea {
    padding: 140px 8px 25px;
  }
  h1.innerBannerAreaTitle {
    font-size: 48px;
    line-height: 56px;
  }
  .keySticky {
    position: relative;
    top: 0;
  }
  .keyFeaturePageBoxTitle h2 {
    font-size: 28px;
    line-height: 34px;
  }
  span.spanCounter {
    font-size: 68px;
    line-height: 68px;
  }
  .keyFeaturePageBoxTitle {
    padding-left: 100px;
  }
  .keyFeaturePageBox p {
    font-size: 20px;
    line-height: 30px;
  }
  .keyFeaturePageBox {
    padding-left: 12px;
  }
  .keyFeaturePage {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  section.wrapperContactPageSection .wrapper-main-form {
    padding: 30px 16px 25px;
  }
  .address-wrap {
    height: auto;
    padding: 35px 16px 30px;
  }
  .address-wrap .form-group {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .preloader .box img {
    width: 280px;
  }
  .preloader .loader {
    top: 30%;
  }
  .carouselLogo img {
    width: 180px;
  }
  .main-slider .carousel-inner .carousel-item .carousel-caption {
    padding: 35px 30px 0;
  }
  header.main-header ul.navbar-nav li.nav-item a.nav-link {
    padding: 10px 10px !important;
    font-size: 17px;
    line-height: 23px;
  }
  header.main-header nav.navbar.fixed-top ul.navbar-nav li.nav-item a.nav-link {
    padding: 22px 10px !important;
  }
  header.main-header nav.navbar.fixed-top a.navbar-brand img {
    width: 150px;
  }
  .swiper.featuresSwiper .swiper-button-prev {
    left: 50px;
  }
  .swiper.featuresSwiper .swiper-button-next {
    right: 50px;
  }
  section.enquirySection {
    height: 700px;
  }
  .innerHeader header.main-header nav.navbar ul.navbar-nav li.nav-item a.nav-link {
    padding: 22px 8px !important;
  }
  .innerHeader header.main-header nav.navbar a.navbar-brand img {
    width: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .keyFeaturePageBoxTitle {
    padding-left: 110px;
  }
  .innerHeader header.main-header nav.navbar .mobile-navbar-menu span {
    color: #fff;
    right: -4px;
  }
  section.wrapperContactPageSection .wrapper-main-form {
    padding: 40px 25px 30px;
  }
  section.locationMapSection iframe {
    height: 320px;
  }
  .address-wrap {
    padding: 40px 25px 25px;
  }
  span.spanCounter {
    font-size: 82px;
    line-height: 82px;
  }
  .keyFeaturePageBoxTitle h2 {
    font-size: 26px;
    line-height: 38px;
  }
  h1.innerBannerAreaTitle {
    font-size: 62px;
    line-height: 62px;
  }
  .whyMayfairAccordion button.accordion-button:before {
    left: 0;
    top: 30px;
  }
  .whyMayfairAccordion button.accordion-button {
    padding: 18px 20px 18px 25px;
  }
  img.imgOverlay2 {
    left: -300px;
    width: 790px;
  }
  .whyMayfairAccordion .accordion-body {
    padding: 0px 70px 25px 28px;
  }
  .container {
    max-width: 98%;
  }
  .w-30 {
    width: 40% !important;
  }
  .w-70 {
    width: 60% !important;
  }
  .keyFeaturesBlock h3 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 16px;
  }
  .keyFeaturesBlock {
    padding: 20px 0 20px 35px;
  }
  p.mainPara {
    font-size: 23px;
    line-height: 33px;
    margin-top: 20px;
  }
  form.mainEnquiryForm {
    max-width: 320px;
    padding: 30px 20px;
  }
  span.fixedBtn {
    font-size: 15px;
    line-height: 20px;
    padding: 10px 12px;
    width: calc(100% - 40px);
  }
  .floorLayoutImg img {
    border: 8px solid #373431;
  }
  .floorLayoutImg h3 {
    padding: 12px 6px 8px;
    font-size: 17px;
  }
  .floorLayoutImg {
    padding: 35px 0 0;
  }
  h4.floorH4 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 400;
  }
  .footerLogo {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
  .floorLayoutBlock ul.nav.nav-tabs {
    margin-bottom: 20px;
  }
  .floorLayoutContent {
    padding: 16px 0 16px 20px;
  }
  .amenitiesBlock h3 {
    font-size: 18px;
    line-height: 22px;
    height: 46px;
  }
  .amenitiesBlock {
    padding: 16px 8px 12px;
    margin: 8px 4px;
  }
  .amenitiesBlock svg {
    width: 62px;
    margin-bottom: 12px;
  }
  .amenitiesBlockText {
    margin-top: 80px;
  }
  .imgSliderSectionBlock img {
    height: 600px;
    outline: 6px solid #fff;
  }
  .swiper.featuresSwiper .swiper-button-next, .swiper.featuresSwiper .swiper-button-prev {
    width: 52px;
    height: 52px;
  }
  .swiper.featuresSwiper .swiper-button-next:after, .swiper.featuresSwiper .swiper-button-prev:after {
    font-size: 28px;
  }
  .swiper.featuresSwiper .swiper-button-prev {
    left: 40px;
  }
  .swiper.featuresSwiper .swiper-button-next {
    right: 40px;
  }
  .swiper.featuresSwiper:before {
    width: 70px;
  }
  .swiper.featuresSwiper:after {
    width: 70px;
  }
  .imgSliderSectionBlockContent {
    padding: 25px 25px;
  }
  .imgSliderSectionBlockContent h3 {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 6px;
  }
  .overviewBlockImg img.ov1 {
    transform: translateY(0px);
  }
  .overviewBlock {
    padding: 0 12px 0 0;
  }
  .overviewBlockImg img {
    height: 200px;
  }
  p.mainParaBig {
    font-size: 24px;
    line-height: 34px;
  }
  .mainBtn2 a {
    font-size: 17px;
    line-height: 23px;
    padding: 14px 16px;
  }
  .imgSliderSectionBlockContent p {
    font-size: 20px;
    line-height: 26px;
  }
  a.whatsappFixed {
    bottom: 30px;
    right: 30px;
  }
  .mainFooter {
    padding: 50px 0 35px;
  }
  .downloadBlock h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .downloadBlock a {
    font-size: 19px;
    line-height: 22px;
    padding: 16px 12px;
  }
  section.downloadSection {
    padding: 50px 0;
  }
  p.footPara {
    font-size: 34px;
    line-height: 44px;
  }
  a.contactLink {
    font-size: 26px;
    line-height: 32px;
  }
  .locationBlock img {
    width: 90px;
    height: 90px;
  }
  .locationBlock h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .locationBlock h3 small {
    font-size: 54%;
    line-height: 18px;
  }
  h2.mainTitle {
    font-size: 62px;
    line-height: 62px;
    margin-bottom: 25px;
  }
  section {
    padding: 60px 0;
  }
  ul.mainUl li:nth-child(2), ul.mainUl li:nth-child(5), ul.mainUl li:nth-child(8), ul.mainUl li:nth-child(11) {
    margin-top: 10px;
  }
  ul.mainUl li:nth-child(3), ul.mainUl li:nth-child(4), ul.mainUl li:nth-child(9), ul.mainUl li:nth-child(10) {
    margin-top: 20px;
  }
  .footerLogo img {
    width: 200px;
  }
  section.enquirySection {
    height: 680px;
  }
  .main-slider .carousel-inner .carousel-item .carousel-caption {
    padding: 30px 20px 0;
  }
  .carouselLogo img {
    width: 180px;
  }
  .preloader .box img {
    width: 250px;
  }
  .preloader .loader {
    top: 32%;
  }
  .carousel-caption-para h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .carousel-caption-para {
    bottom: 100px;
  }
  .mobile-menu nav.mobile-offcanvas a.navbar-brand img {
    width: 120px;
  }
}
@media only screen and (max-width: 991px) {
  header.main-header nav.navbar.fixed-top .mobile-navbar-menu {
    position: relative;
    top: 2px;
  }
  header.main-header nav.navbar.fixed-top .mobile-navbar-menu span {
    color: #fff;
    right: -4px;
  }
  header.main-header nav.navbar.fixed-top .mobile-navbar-menu svg, .innerHeader header.main-header nav.navbar .mobile-navbar-menu svg {
    width: 50px;
  }
  header.main-header nav.navbar {
    display: none;
    visibility: hidden;
  }
  header.main-header nav.navbar.fixed-top {
    display: block;
    visibility: visible;
  }
  .innerHeader header.main-header nav.navbar {
    display: block;
    visibility: visible;
  }
  header.main-header nav.navbar button.navbar-toggler {
    visibility: hidden;
    position: absolute;
  }
  .mobile-navbar-menu {
    display: flex;
    position: relative;
    top: 2px;
  }
  .mobile-menu {
    display: block;
  }
  .mobile-menu nav.mobile-offcanvas .accordion button.accordion-button,
  .mobile-menu nav.mobile-offcanvas .accordion a.accordion-button,
  .mobile-menu nav.mobile-offcanvas .accordion .accordion-item {
    background-color: transparent;
  }
  .mobile-menu nav.mobile-offcanvas .accordion button,
  .mobile-menu nav.mobile-offcanvas .accordion h2 a {
    color: #fff;
    padding: 12px 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
  }
  .mobile-menu nav.mobile-offcanvas .accordion {
    margin: 40px 0 0;
  }
  .mobile-menu nav.mobile-offcanvas .accordion button.accordion-button::after {
    filter: invert(1);
  }
  .mobile-menu nav.mobile-offcanvas .accordion a.accordion-button.accordion-remove-icon::after {
    display: none;
  }
  .mobile-menu nav.mobile-offcanvas .accordion .accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
  }
  .mobile-menu nav.mobile-offcanvas .offcanvas-header button.btn-close {
    position: absolute;
    right: 30px;
    padding: 0;
    font-size: 28px;
    filter: invert(1) opacity(0.7);
    opacity: 1;
    top: 78px;
  }
  .mobile-menu .accordion-button:not(.collapsed) {
    box-shadow: none;
  }
  .mobile-menu nav.mobile-offcanvas .accordion .accordion-body {
    padding: 6px 8px 16px;
  }
  .mobile-menu nav.mobile-offcanvas .accordion .accordion-body ul.sub-menu li a {
    color: #fff;
    padding: 4px 0;
    display: block;
    font-size: 18px;
    font-weight: 300;
    position: relative;
    padding-left: 18px;
  }
  .mobile-menu nav.mobile-offcanvas .accordion .accordion-body ul.sub-menu li a i {
    position: absolute;
    left: 0;
    top: 7px;
  }
  .mobile-menu nav.mobile-offcanvas .accordion .accordion-item {
    border-bottom: 2px solid rgba(255, 255, 255, 0.0392156863);
  }
  .mobile-menu nav.mobile-offcanvas .accordion .accordion-body ul.sub-menu {
    margin-bottom: 0px;
  }
  .mobile-menu nav.mobile-offcanvas .offcanvas-header {
    padding: 0;
  }
  .mobile-menu nav.mobile-offcanvas ol.social-media-mob-header {
    display: flex;
    margin-top: 30px;
    justify-content: center;
    margin-bottom: 0;
  }
  .mobile-menu nav.mobile-offcanvas ol.social-media-mob-header li {
    margin: 0 8px;
  }
  .mobile-menu nav.mobile-offcanvas ol.social-media-mob-header li a {
    display: block;
    color: #bbb;
    font-size: 19px;
    transition: 0.6s ease-in-out;
  }
  .mobile-menu nav.mobile-offcanvas ol.social-media-mob-header li a:hover {
    color: #fff;
  }
  .mobile-menu nav.mobile-offcanvas ul.contact-detail-mob {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .mobile-menu nav.mobile-offcanvas ul.contact-detail-mob li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
  }
  .mobile-menu nav.mobile-offcanvas ul.contact-detail-mob li i {
    position: absolute;
    left: 0;
    top: 4px;
    color: #ddd;
    font-size: 95%;
  }
  .mobile-menu nav.mobile-offcanvas ul.contact-detail-mob li a, .mobile-menu nav.mobile-offcanvas ul.contact-detail-mob li span.addressSpan {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .mobile-navbar-menu {
    display: none;
  }
  .mobile-menu {
    display: none;
  }
}/*# sourceMappingURL=main.css.map */