@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
body {
  font-family: 'Roboto', sans-serif;
  padding: 0;
  margin: 0;
}

.hero-arrow-down {
  position: relative;
  z-index: 100;
}

.hero-arrow-down img {
  position: absolute;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 215px;
  height: 215px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.hero-arrow-down img:hover {
  -webkit-transform: translateY(-50%) scale(0.9);
          transform: translateY(-50%) scale(0.9);
}

@media screen and (max-width: 992px) {
  .hero-arrow-down img {
    width: 180px;
    height: 180px;
  }
}

@media screen and (max-width: 767px) {
  .hero-arrow-down img {
    width: 150px;
    height: 150px;
  }
}

@media screen and (max-width: 550px) {
  .hero-arrow-down img {
    width: 110px;
    height: 110px;
  }
}

@media screen and (max-width: 450px) {
  .hero-arrow-down img {
    width: 90px;
    height: 90px;
  }
}

.contact-media-inner {
  position: fixed;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 101;
  background-color: white;
  padding: 30px 15px;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  border-radius: 170px;
}

.contact-media .contact-item {
  position: relative;
  cursor: pointer;
}

.contact-media .contact-item img {
  width: 25px;
}

.contact-media .contact-item:hover .details {
  width: auto;
  padding: 7px 16px;
}

.contact-media .contact-item .details {
  position: absolute;
  background-color: white;
  right: 110%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  width: 0;
}

input:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.bronze-color {
  color: #bf946d;
}

.bronze-color:hover {
  color: #bf946d;
}

.carbon-color {
  color: #13181e;
}

.carbon-light-color {
  color: #26273b;
}

.light-grey-color {
  color: #c8c8c8;
}

.light-grey-color-2 {
  color: #a2a2a2;
}

.dark-grey-color {
  color: #5d5d61;
}

.bronze-bg {
  background-color: #bf946d;
}

.carbon-bg {
  background-color: #13181e;
}

.carbon-light-bg {
  background-color: #26273b;
}

.website-wrapper {
  max-width: 1920px;
  width: 100%;
  overflow: hidden;
  margin: auto;
}

p {
  margin: 0;
}

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

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

@media screen and (min-width: 767px) {
  .mt-md-100 {
    margin-top: 100px;
  }
}

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

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

@media screen and (max-width: 992px) {
  .mt-150 {
    margin-top: 130px;
  }
}

@media screen and (max-width: 768px) {
  .mt-150 {
    margin-top: 90px;
  }
}

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

@media screen and (max-width: 992px) {
  .mt-200 {
    margin-top: 160px;
  }
}

@media screen and (max-width: 768px) {
  .mt-200 {
    margin-top: 120px;
  }
}

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1200px) {
  .pt-150 {
    padding-top: 120px;
  }
}

@media screen and (max-width: 992px) {
  .pt-150 {
    padding-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .pt-150 {
    padding-top: 60px;
  }
}

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

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

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

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

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

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

.py-90 {
  padding: 90px 0;
}

.py-100 {
  padding: 100px 0;
}

.py-120 {
  padding: 150px 0;
}

.py-150 {
  padding: 150px 0;
}

.py-200 {
  padding: 200px 0;
}

.my-90 {
  margin: 90px 0;
}

.my-100 {
  margin: 100px 0;
}

.my-120 {
  margin: 150px 0;
}

.my-150 {
  margin: 150px 0;
}

.my-200 {
  margin: 200px 0;
}

.mw-1294 {
  max-width: 1294px;
}

.mw-1236 {
  max-width: 1236px;
}

.mw-1180 {
  max-width: 1180px;
}

.mw-1080 {
  max-width: 1080px;
}

.mw-1060 {
  max-width: 1060px;
}

.mw-1040 {
  max-width: 1040px;
}

.mw-767 {
  max-width: 767px;
}

.mw-641 {
  max-width: 767px;
}

.mw-352 {
  max-width: 352px;
}

.mw-245 {
  max-width: 245px;
}

.mw-285 {
  max-width: 285px;
}

.minw-180 {
  min-width: 180px;
}

h1 {
  font-size: 180px;
  font-weight: normal;
}

@media screen and (max-width: 1600px) {
  h1 {
    font-size: 170px;
  }
}

@media screen and (max-width: 1400px) {
  h1 {
    font-size: 150px;
  }
}

@media screen and (max-width: 1200px) {
  h1 {
    font-size: 120px;
  }
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: 90px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 65px;
  }
}

@media screen and (max-width: 450px) {
  h1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 375px) {
  h1 {
    font-size: 35px;
  }
}

h2 {
  font-size: 72px;
  font-weight: normal;
}

@media screen and (max-width: 1200px) {
  h2 {
    font-size: 60px;
  }
}

@media screen and (max-width: 992px) {
  h2 {
    font-size: 53px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 48px;
  }
}

@media screen and (max-width: 450px) {
  h2 {
    font-size: 42px;
  }
}

@media screen and (max-width: 375px) {
  h2 {
    font-size: 38px;
  }
}

h3 {
  font-size: 36px;
  font-weight: bold;
}

@media screen and (max-width: 992px) {
  h3 {
    font-size: 34px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 32px;
  }
}

@media screen and (max-width: 450px) {
  h3 {
    font-size: 30px;
  }
}

@media screen and (max-width: 375px) {
  h3 {
    font-size: 28px;
  }
}

h4 {
  font-size: 32px;
  font-weight: bold;
}

@media screen and (max-width: 992px) {
  h4 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  h4 {
    font-size: 29px;
  }
}

@media screen and (max-width: 450px) {
  h4 {
    font-size: 27px;
  }
}

@media screen and (max-width: 375px) {
  h4 {
    font-size: 26px;
  }
}

h5 {
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 992px) {
  h5 {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  h5 {
    font-size: 21px;
  }
}

@media screen and (max-width: 450px) {
  h5 {
    font-size: 20px;
  }
}

@media screen and (max-width: 375px) {
  h5 {
    font-size: 19px;
  }
}

h6 {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 992px) {
  h6 {
    font-size: 17px;
  }
}

@media screen and (max-width: 450px) {
  h6 {
    font-size: 16px;
  }
}

.desc-lg {
  font-size: 24px;
  font-weight: normal;
}

@media screen and (max-width: 992px) {
  .desc-lg {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .desc-lg {
    font-size: 21px;
  }
}

@media screen and (max-width: 450px) {
  .desc-lg {
    font-size: 19px;
  }
}

@media screen and (max-width: 375px) {
  .desc-lg {
    font-size: 18px;
  }
}

.desc-md {
  font-size: 18px;
  font-weight: normal;
}

@media screen and (max-width: 992px) {
  .desc-md {
    font-size: 17px;
  }
}

@media screen and (max-width: 450px) {
  .desc-md {
    font-size: 16px;
  }
}

@media screen and (max-width: 375px) {
  .desc-md {
    font-size: 15px;
  }
}

.desc-sm {
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .desc-sm {
    font-size: 13px;
  }
}

.desc-xs {
  font-size: 12px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .desc-xs {
    font-size: 11px;
  }
}

.btn-outline-bronze {
  border: 2px solid #bf946d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-outline-white {
  color: white;
  border: 2px solid white;
  padding: 6px 25px;
  font: 14px;
  font-weight: 400;
  -webkit-transition: background-color, color, 0.4s ease-in-out;
  transition: background-color, color, 0.4s ease-in-out;
}

.btn-outline-white:hover {
  background-color: white;
  color: #26273b;
}

.btn-outline-carbon-light {
  color: #26273b;
  border: 2px solid #26273b;
  padding: 6px 25px;
  font: 14px;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: background-color, color, 0.4s ease-in-out;
  transition: background-color, color, 0.4s ease-in-out;
}

.btn-outline-carbon-light:hover {
  background-color: #26273b;
  color: white;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #26273b;
}

::-webkit-scrollbar-thumb:hover {
  background: #13181e;
}

.page-title-img {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 120px;
  position: relative;
}

.page-title-img-outer {
  z-index: 10;
  position: relative;
  padding: 0 12px;
}

@media screen and (max-width: 1200px) {
  .page-title-img {
    height: 90px;
  }
}

@media screen and (max-width: 992px) {
  .page-title-img {
    height: 0px;
  }
}

.page-title-img a {
  padding-right: 0px;
}

.page-title-img img {
  width: 215px;
  height: 215px;
}

@media screen and (max-width: 992px) {
  .page-title-img img {
    width: 180px;
    height: 180px;
  }
}

@media screen and (max-width: 767px) {
  .page-title-img img {
    width: 150px;
    height: 150px;
  }
}

@media screen and (max-width: 550px) {
  .page-title-img img {
    width: 110px;
    height: 110px;
  }
}

@media screen and (max-width: 450px) {
  .page-title-img img {
    width: 90px;
    height: 90px;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  background-color: white;
  z-index: 1000;
}

.navbar-top {
  -webkit-transition: all 0.5s ease-in-out !important;
  transition: all 0.5s ease-in-out !important;
  overflow: hidden;
}

.navbar {
  background-color: white;
  color: #13181e;
}

.navbar a {
  color: #13181e;
  font-weight: 500;
  text-decoration: none;
}

.navbar a:hover {
  text-decoration: none;
}

.navbar-link {
  position: relative;
}

.navbar-link::after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: -7px;
  width: 0;
  height: 2px;
  background-color: #13181ee5;
}

.navbar-link:hover::after {
  -webkit-transition: all 400ms ease-in-out !important;
  transition: all 400ms ease-in-out !important;
  left: 0;
  width: 100%;
}

.navbar .offcanvas-body .navbar-link::after {
  left: 0;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  bottom: -1px;
}

.navbar .offcanvas-body ul h3 {
  margin-bottom: 0;
  position: relative;
  margin-bottom: 20px;
}

.navbar .offcanvas-body ul h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 2px;
  background-color: #13181ee5;
}

.navbar .offcanvas-body ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navbar .desc-md {
  margin-bottom: 5px;
}

.navbar button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar .offcanvas {
  width: 100%;
}

.hero {
  margin-top: 156px;
}

@media screen and (max-width: 992px) {
  .hero {
    margin-top: 70px;
  }
}

.rhc .card h4 {
  position: absolute;
  color: white;
  top: 23px;
  left: 25px;
}

.rhc .card-body {
  border: 2px solid black;
  margin-top: 11px;
}

.rhc .card a {
  color: #bf946d;
  text-decoration: none;
}

.rhc-2 .swiper {
  width: 100%;
  height: 100%;
}

.rhc-2 .swiper .swiper-button {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
  margin: 0px 20px;
}

.rhc-2 .swiper .rhc-2-swiper-button-next {
  left: 100%;
  -webkit-transform: translate(-85px, -50%);
          transform: translate(-85px, -50%);
}

.rhc-2 .swiper-slide {
  position: relative;
  height: 100%;
  text-align: center;
  /* Center slide text vertically */
  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;
  overflow: hidden;
}

.rhc-2 .swiper-slide:hover .details {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.rhc-2 .swiper-slide img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.rhc-2 .swiper-slide .tag {
  position: absolute;
  top: 35px;
  left: 30px;
  color: white;
  font-weight: 700px;
  background-color: #2b2929;
  padding: 8px 20px;
}

.rhc-2 .swiper-slide .details {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: rgba(19, 24, 30, 0.8);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.rhc-2 .swiper-slide .details img {
  min-width: auto;
  width: 14px;
  height: 6px;
}

.rhc-2 .swiper-slide .details h5 {
  max-width: 277px;
  font-weight: 400;
}

.onl-1 .onl-pagination {
  position: absolute;
  right: 70px;
  bottom: 50px;
  color: white;
}

.onl-1 .onl-pagination span {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  margin: 0 8px;
}

@media screen and (max-width: 992px) {
  .onl-1 .mw-352 {
    max-width: 100%;
  }
}

.stt-1 .swiper {
  width: 100%;
  height: 100%;
}

.stt-1 .swiper .swiper-button {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
  margin: 0px 20px;
}

.stt-1 .swiper .stt-1-swiper-button-next {
  left: 100%;
  -webkit-transform: translate(-85px, -50%);
          transform: translate(-85px, -50%);
}

.stt-1 .swiper-slide {
  position: relative;
  height: 100%;
  text-align: center;
  /* Center slide text vertically */
  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;
  overflow: hidden;
}

.stt-1 .swiper-slide img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.stt-1 .swiper-slide .details {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 60px;
  margin-bottom: 40px;
  max-width: 277px;
}

.stt-2 .swiper {
  width: 100%;
  height: 100%;
}

.stt-2 .swiper .swiper-button {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
  margin: 0px 20px;
}

.stt-2 .swiper .stt-2-swiper-button-next {
  left: 100%;
  -webkit-transform: translate(-85px, -50%);
          transform: translate(-85px, -50%);
}

.stt-2 .swiper-slide {
  position: relative;
  height: 100%;
  text-align: center;
  /* Center slide text vertically */
  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;
  overflow: hidden;
}

.stt-2 .swiper-slide img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.stt-2 .swiper-slide .details {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 60px;
  margin-bottom: 40px;
  max-width: 277px;
}

.stt-3 .swiper {
  width: 100%;
  height: 600px;
}

@media (max-width: 768px) {
  .stt-3 .swiper {
    height: 480px;
  }
}

.stt-3 .swiper .swiper-button {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
  margin: 0px 20px;
}

.stt-3 .swiper .stt-3-swiper-button-next {
  left: 100%;
  -webkit-transform: translate(-85px, -50%);
          transform: translate(-85px, -50%);
}

.stt-3 .swiper-slide {
  position: relative;
  height: 100%;
  text-align: center;
  /* Center slide text vertically */
  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;
  overflow: hidden;
}

.stt-3 .swiper-slide img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.stt-3 .swiper-slide .details {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 60px;
  margin-bottom: 40px;
  max-width: 277px;
}

.testimonials .fluidMedia {
  position: relative;
  padding-bottom: 56.25%;
  /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
  height: 0;
  overflow: hidden;
}

.testimonials .fluidMedia iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.testimonials .swiper {
  width: 100%;
  height: 100%;
}

.testimonials .swiper-button {
  color: white;
}

.testimonials .swiper-button::after {
  content: "";
}

.testimonials .swiper-button-prev img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.testimonials .swiper-button-next {
  left: 50px;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

.testimonials .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.floors .floorSwiper-buttons {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
}

.floors .swiper li {
  line-height: 20px;
}

.floors .swiper li::marker {
  color: #d1d1d2;
  width: 10px;
  height: 10px;
  font-size: 35px;
}

.floors .swiper li:nth-child(even)::marker {
  color: #f0f0f0;
}

.floors .swiper-pagination {
  position: relative;
}

.floors .swiper-pagination-bullet {
  background-color: transparent;
  font-size: 24px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  margin: 0px 9px !important;
}

.floors .pagination-group {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 250px;
}

.floors .pagination-group p {
  font-size: 24px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  position: relative;
  top: -11px;
  color: #d1d1d2;
}

.location .btn-outline {
  border: 2px solid #bf946d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 80px;
  padding: 10px 70px;
}

.location .btn-outline:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form .form-label {
  color: white;
}

.form .form-control {
  background-color: transparent;
  color: white;
}

.form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: white;
}

.form .btn-outline {
  border: 2px solid #bf946d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  padding: 10px 40px;
}

.faq .accordion-item {
  border: 0;
  border-bottom: 1px solid #bf946d;
}

.faq .accordion-button {
  background-color: transparent;
  color: #26273b;
  padding: 16px 0px;
  padding-top: 31px;
}

.faq .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.faq .accordion-button::after {
  background-image: url("../assets/images/arrow-down-bronze-white.svg");
}

.faq .accordion-button:not(.collapsed) {
  -webkit-box-shadow: inset 0 -1px 0 #26273b;
          box-shadow: inset 0 -1px 0 #26273b;
}

.faq .accordion-button:not(.collapsed)::after {
  background-image: url("../assets/images/arrow-up-carbon-white.svg");
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.faq .accordion-body {
  background-color: rgba(216, 221, 223, 0.1);
}

body {
  font-family: 'Roboto', sans-serif;
  padding: 0;
  margin: 0;
}

.hero-arrow-down {
  position: relative;
  z-index: 100;
}

.hero-arrow-down img {
  position: absolute;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 215px;
  height: 215px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.hero-arrow-down img:hover {
  -webkit-transform: translateY(-50%) scale(0.9);
          transform: translateY(-50%) scale(0.9);
}

@media screen and (max-width: 992px) {
  .hero-arrow-down img {
    width: 180px;
    height: 180px;
  }
}

@media screen and (max-width: 767px) {
  .hero-arrow-down img {
    width: 150px;
    height: 150px;
  }
}

@media screen and (max-width: 550px) {
  .hero-arrow-down img {
    width: 110px;
    height: 110px;
  }
}

@media screen and (max-width: 450px) {
  .hero-arrow-down img {
    width: 90px;
    height: 90px;
  }
}

.contact-media-inner {
  position: fixed;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 101;
  background-color: white;
  padding: 30px 15px;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  border-radius: 170px;
}

.contact-media .contact-item {
  position: relative;
  cursor: pointer;
}

.contact-media .contact-item img {
  width: 25px;
}

.contact-media .contact-item:hover .details {
  width: auto;
  padding: 7px 16px;
}

.contact-media .contact-item .details {
  position: absolute;
  background-color: white;
  right: 110%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  width: 0;
}

input:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.bronze-color {
  color: #bf946d;
}

.bronze-color:hover {
  color: #bf946d;
}

.carbon-color {
  color: #13181e;
}

.carbon-light-color {
  color: #26273b;
}

.light-grey-color {
  color: #c8c8c8;
}

.light-grey-color-2 {
  color: #a2a2a2;
}

.dark-grey-color {
  color: #5d5d61;
}

.bronze-bg {
  background-color: #bf946d;
}

.carbon-bg {
  background-color: #13181e;
}

.carbon-light-bg {
  background-color: #26273b;
}

.website-wrapper {
  max-width: 1920px;
  width: 100%;
  overflow: hidden;
  margin: auto;
}

p {
  margin: 0;
}

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

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

@media screen and (min-width: 767px) {
  .mt-md-100 {
    margin-top: 100px;
  }
}

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

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

@media screen and (max-width: 992px) {
  .mt-150 {
    margin-top: 130px;
  }
}

@media screen and (max-width: 768px) {
  .mt-150 {
    margin-top: 90px;
  }
}

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

@media screen and (max-width: 992px) {
  .mt-200 {
    margin-top: 160px;
  }
}

@media screen and (max-width: 768px) {
  .mt-200 {
    margin-top: 120px;
  }
}

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1200px) {
  .pt-150 {
    padding-top: 120px;
  }
}

@media screen and (max-width: 992px) {
  .pt-150 {
    padding-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .pt-150 {
    padding-top: 60px;
  }
}

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

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

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

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

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

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

.py-90 {
  padding: 90px 0;
}

.py-100 {
  padding: 100px 0;
}

.py-120 {
  padding: 150px 0;
}

.py-150 {
  padding: 150px 0;
}

.py-200 {
  padding: 200px 0;
}

.my-90 {
  margin: 90px 0;
}

.my-100 {
  margin: 100px 0;
}

.my-120 {
  margin: 150px 0;
}

.my-150 {
  margin: 150px 0;
}

.my-200 {
  margin: 200px 0;
}

.mw-1294 {
  max-width: 1294px;
}

.mw-1236 {
  max-width: 1236px;
}

.mw-1180 {
  max-width: 1180px;
}

.mw-1080 {
  max-width: 1080px;
}

.mw-1060 {
  max-width: 1060px;
}

.mw-1040 {
  max-width: 1040px;
}

.mw-767 {
  max-width: 767px;
}

.mw-641 {
  max-width: 767px;
}

.mw-352 {
  max-width: 352px;
}

.mw-245 {
  max-width: 245px;
}

.mw-285 {
  max-width: 285px;
}

.minw-180 {
  min-width: 180px;
}

h1 {
  font-size: 180px;
  font-weight: normal;
}

@media screen and (max-width: 1600px) {
  h1 {
    font-size: 170px;
  }
}

@media screen and (max-width: 1400px) {
  h1 {
    font-size: 150px;
  }
}

@media screen and (max-width: 1200px) {
  h1 {
    font-size: 120px;
  }
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: 90px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 65px;
  }
}

@media screen and (max-width: 450px) {
  h1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 375px) {
  h1 {
    font-size: 35px;
  }
}

h2 {
  font-size: 72px;
  font-weight: normal;
}

@media screen and (max-width: 1200px) {
  h2 {
    font-size: 60px;
  }
}

@media screen and (max-width: 992px) {
  h2 {
    font-size: 53px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 48px;
  }
}

@media screen and (max-width: 450px) {
  h2 {
    font-size: 42px;
  }
}

@media screen and (max-width: 375px) {
  h2 {
    font-size: 38px;
  }
}

h3 {
  font-size: 36px;
  font-weight: bold;
}

@media screen and (max-width: 992px) {
  h3 {
    font-size: 34px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 32px;
  }
}

@media screen and (max-width: 450px) {
  h3 {
    font-size: 30px;
  }
}

@media screen and (max-width: 375px) {
  h3 {
    font-size: 28px;
  }
}

h4 {
  font-size: 32px;
  font-weight: bold;
}

@media screen and (max-width: 992px) {
  h4 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  h4 {
    font-size: 29px;
  }
}

@media screen and (max-width: 450px) {
  h4 {
    font-size: 27px;
  }
}

@media screen and (max-width: 375px) {
  h4 {
    font-size: 26px;
  }
}

h5 {
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 992px) {
  h5 {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  h5 {
    font-size: 21px;
  }
}

@media screen and (max-width: 450px) {
  h5 {
    font-size: 20px;
  }
}

@media screen and (max-width: 375px) {
  h5 {
    font-size: 19px;
  }
}

h6 {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 992px) {
  h6 {
    font-size: 17px;
  }
}

@media screen and (max-width: 450px) {
  h6 {
    font-size: 16px;
  }
}

.desc-lg {
  font-size: 24px;
  font-weight: normal;
}

@media screen and (max-width: 992px) {
  .desc-lg {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .desc-lg {
    font-size: 21px;
  }
}

@media screen and (max-width: 450px) {
  .desc-lg {
    font-size: 19px;
  }
}

@media screen and (max-width: 375px) {
  .desc-lg {
    font-size: 18px;
  }
}

.desc-md {
  font-size: 18px;
  font-weight: normal;
}

@media screen and (max-width: 992px) {
  .desc-md {
    font-size: 17px;
  }
}

@media screen and (max-width: 450px) {
  .desc-md {
    font-size: 16px;
  }
}

@media screen and (max-width: 375px) {
  .desc-md {
    font-size: 15px;
  }
}

.desc-sm {
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .desc-sm {
    font-size: 13px;
  }
}

.desc-xs {
  font-size: 12px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .desc-xs {
    font-size: 11px;
  }
}

.btn-outline-bronze {
  border: 2px solid #bf946d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-outline-white {
  color: white;
  border: 2px solid white;
  padding: 6px 25px;
  font: 14px;
  font-weight: 400;
  -webkit-transition: background-color, color, 0.4s ease-in-out;
  transition: background-color, color, 0.4s ease-in-out;
}

.btn-outline-white:hover {
  background-color: white;
  color: #26273b;
}

.btn-outline-carbon-light {
  color: #26273b;
  border: 2px solid #26273b;
  padding: 6px 25px;
  font: 14px;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: background-color, color, 0.4s ease-in-out;
  transition: background-color, color, 0.4s ease-in-out;
}

.btn-outline-carbon-light:hover {
  background-color: #26273b;
  color: white;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #26273b;
}

::-webkit-scrollbar-thumb:hover {
  background: #13181e;
}

.page-title-img {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 120px;
  position: relative;
}

.page-title-img-outer {
  z-index: 10;
  position: relative;
  padding: 0 12px;
}

@media screen and (max-width: 1200px) {
  .page-title-img {
    height: 90px;
  }
}

@media screen and (max-width: 992px) {
  .page-title-img {
    height: 0px;
  }
}

.page-title-img a {
  padding-right: 0px;
}

.page-title-img img {
  width: 215px;
  height: 215px;
}

@media screen and (max-width: 992px) {
  .page-title-img img {
    width: 180px;
    height: 180px;
  }
}

@media screen and (max-width: 767px) {
  .page-title-img img {
    width: 150px;
    height: 150px;
  }
}

@media screen and (max-width: 550px) {
  .page-title-img img {
    width: 110px;
    height: 110px;
  }
}

@media screen and (max-width: 450px) {
  .page-title-img img {
    width: 90px;
    height: 90px;
  }
}

.footer {
  background-color: #d8dddf;
  padding: 180px 0 96px 0;
  position: relative;
}

.footer .address-item {
  border-top: 2px solid #bf946d;
  padding-top: 46px;
  padding-bottom: 80px;
  color: #13181e;
}

.footer .social-item {
  width: 48px;
  height: 48px;
  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;
  font-size: 16px;
  color: #bf946d;
  border: 1px solid #bf946d;
  text-decoration: none;
  border-radius: 50%;
  margin-right: 32px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer .social-item:hover {
  background-color: #bf946d;
  color: white;
}

.footer .back-top {
  width: 109px;
  height: 109px;
  background-color: #bf946d;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.footer .back-top p {
  font-weight: 500;
}

.footer .back-top:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.footer .partners p {
  font-weight: 500;
}

.footer .email-letter {
  background: #26273b;
  padding: 22px;
  position: absolute;
  bottom: 0;
  right: 10%;
  color: white;
  border-radius: 30px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  max-width: 320px;
}

@media screen and (max-width: 450px) {
  .footer .email-letter {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    width: 80vw;
  }
}

.footer .email-letter .form-control {
  background-color: #26273b !important;
  border: none;
  color: white;
}

.footer .email-letter .form-control:-webkit-autofill, .footer .email-letter .form-control:-webkit-autofill:hover, .footer .email-letter .form-control:-webkit-autofill:focus, .footer .email-letter .form-control:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #26273b inset !important;
  -webkit-text-fill-color: white;
}

.footer .email-letter .form-check-input {
  background-color: white;
  border-color: white;
}

.footer .email-letter .form-check-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.footer .email-letter .form-check-input:checked {
  background-color: white;
  border-color: white;
}

.footer .email-letter .form-check-input:checked[type='checkbox'] {
  background-image: url("../assets/images/footer-tick.svg");
}
/*# sourceMappingURL=property.css.map */