:root {
  --black: #1b1b1b;
  --firebrick: #dbb052;
  --d0a34b: black;
  --goldenrod: #c59a3c;
  --floral-white: floralwhite;
  --dark-goldenrod: #916d21;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.footer {
  text-align: center;
  background-color: #000;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  text-decoration: none;
}

.heading {
  color: #e9dbe1;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 0 0, #ff749a, #fff 75%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 30px;
}

.footer-heading {
  color: #e9dbe1;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.footer-link {
  color: #e9dbe1;
  margin-bottom: 10px;
  font-family: Verdana, Geneva, sans-serif;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.text-block-2 {
  color: #868686;
  font-family: Verdana, Geneva, sans-serif;
}

.nav-menu {
  width: 60%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-3 {
  color: #d0a34b;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 17px;
  font-weight: 700;
}

.nav-link-3:hover {
  color: #fff;
}

.nav-link-3.w--current {
  color: #ffeabb;
}

.nav-link-3.qw {
  display: none;
}

.div-block {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar {
  width: 100%;
  border-bottom: 4px solid var(--firebrick);
  background-color: #1b1b1b;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10px;
  position: fixed;
}

.nav-link {
  color: #e9dbe1;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  font-family: Verdana, Geneva, sans-serif;
}

.nav-link:hover {
  color: #ffadc4;
}

.nav-link.w--current {
  color: #ffadc4;
  text-decoration: none;
}

.button {
  color: #231b1b;
  text-transform: uppercase;
  background-color: #ffafc5;
  background-image: none;
  background-position: 5%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-radius: 2px;
  padding-left: 30px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 700;
}

.button:hover {
  opacity: 1;
  background-color: rgba(255, 175, 197, .9);
  background-image: none;
  background-position: 5%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.container {
  width: 100%;
  max-width: 1500px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-link-2 {
  color: #e9dbe1;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  font-family: Verdana, Geneva, sans-serif;
}

.nav-link-2:hover, .nav-link-2.w--current {
  color: #ffadc4;
}

.brand {
  width: 20%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero {
  height: 90vh;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.hero.hide {
  display: none;
}

.slider {
  width: 100%;
  height: 100%;
}

.text-block {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Verdana, Geneva, sans-serif;
  display: flex;
}

.text-block.white {
  color: #e9dbe1;
}

.text-block.brown {
  color: #000;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
}

.text-block.brown._56, .text-block.brown._0 {
  color: #fff;
}

.button-2-v {
  color: #231b1b;
  text-transform: uppercase;
  background-color: #ffafc5;
  border-radius: 2px;
  margin-top: 20px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 700;
}

.button-2-v:hover {
  color: #ffafc5;
  background-color: #231b1b;
}

.slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  padding-top: 100px;
}

.div-block-2 {
  height: 100%;
  background-image: linear-gradient(rgba(80, 80, 80, .4), rgba(80, 80, 80, .4)), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-2._2 {
  background-image: none;
  background-size: auto;
}

.heading-2 {
  color: #231b1b;
  text-align: center;
  text-transform: capitalize;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 120px;
  line-height: 1em;
}

.heading-2.white {
  color: var(--firebrick);
  text-shadow: 0 17px 20px rgba(0, 0, 0, .2);
}

.heading-2.white.d {
  display: none;
}

.icon {
  width: 35px;
  height: 35px;
  color: var(--d0a34b);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  display: flex;
}

.left-arrow {
  display: none;
}

.icon-2 {
  width: 35px;
  height: 35px;
  color: var(--d0a34b);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  display: flex;
}

.get-join {
  margin-top: 100px;
  margin-bottom: 100px;
}

.get-join.hide {
  display: none;
}

.div-block-9 {
  max-width: 1200px;
  border: 10px solid var(--black);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 55px;
  display: flex;
}

.div-block-10 {
  width: 50%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-5-v {
  color: var(--firebrick);
  margin-top: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
}

.heading-5-v._12 {
  color: var(--goldenrod);
}

.heading-5-v._0-789 {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 10px;
  font-size: 100px;
  line-height: 108px;
}

.div-block-11 {
  width: 50%;
}

.image {
  position: absolute;
  top: -11%;
  bottom: auto;
  left: auto;
  right: 10%;
}

.div-block-7 {
  width: 50%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-2 {
  position: absolute;
  top: auto;
  bottom: 8%;
  left: auto;
  right: 10%;
}

.div-block-5v {
  height: 650px;
  max-width: 1200px;
  background-image: none;
  background-position: 30%;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-5v.about-page {
  background-image: none;
}

.paragraph-2-v {
  border-left: 5px solid var(--firebrick);
  color: #fff;
  margin-top: 20px;
  padding-left: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.div-block-6 {
  width: 50%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.about {
  background-color: #1b1b1b;
  border-top-left-radius: 300px;
  border-top-right-radius: 300px;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding: 40px 10px;
  position: relative;
}

.heading-4 {
  color: #231b1b;
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
}

.serv {
  width: 30%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-3 {
  font-family: Georgia, Times, Times New Roman, serif;
}

.services {
  padding: 50px 10px;
}

.paragraph {
  text-align: center;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.paragraph.left-align {
  text-align: left;
}

.img {
  width: 150px;
  height: 150px;
  background-color: #f8f8f8;
  background-image: url('../images/il_fullxfull.2550600578_rmz2.png');
  background-position: 41%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #1b1b1b;
  border-radius: 50%;
}

.img:hover {
  background-color: rgba(0, 0, 0, 0);
}

.img._3 {
  background-image: url('../images/np42012_14k_1_cc9904ae.webp');
}

.img._3._0 {
  background-image: url('../images/gold.png');
  background-size: 100%;
}

.img._2 {
  background-image: url('../images/wCfmOsV6jrtfPmyeFJ4Fdc2BE-QmfSghjdE_Jr_QKpNvIwirB6b9eQ5EMFyRT5SuGIOZeg.jpg');
  background-position: 66%;
}

.img.call, .img.email, .img.visit {
  background-color: #ffeff3;
  background-image: none;
  background-size: 70px;
}

.div-block-4 {
  max-width: 1200px;
  border: 10px solid var(--black);
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  margin: 40px auto;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 16px -6px #dfdfdf;
}

.background {
  height: 80vh;
  background-image: none;
  background-position: 100% 100%;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.background.abt {
  height: 65vh;
  background-image: url('../images/earings-2.png');
  background-position: 1%;
  border-bottom-right-radius: 300px;
  border-bottom-left-radius: 300px;
}

.div-block-8 {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 80px;
}

.heading-5 {
  color: #e9dbe1;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 0 0, #ff749a, #fff 75%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 30px;
}

.text-block-3 {
  color: #868686;
  font-family: Verdana, Geneva, sans-serif;
}

.banner {
  width: 100%;
  height: 40vh;
  background-image: url('../images/earings-4-1.png');
  background-position: 50%;
  background-size: cover;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  position: relative;
}

.banner.contact {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), none;
  background-position: 0 0, 50% 80%;
}

.div-block-17 {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.heading-6 {
  color: var(--firebrick);
  text-align: center;
  text-transform: capitalize;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 80px;
  line-height: 58px;
}

.wrapv {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.right-v {
  width: 50%;
}

.leftv {
  width: 45%;
}

.div-block-18 {
  max-width: 1200px;
  border: 10px solid var(--black);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 55px 40px;
  display: flex;
}

.div-block-19 {
  width: 50%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-20 {
  width: 50%;
}

.circle-img {
  width: 65px;
  height: 65px;
  background-color: #f5f5f5;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -10%;
}

.services-about {
  padding-top: 20px;
  padding-bottom: 220px;
}

.services-about.hide {
  display: none;
}

.div-block-13 {
  width: 32%;
}

.div-block-13._2 {
  position: relative;
  top: 60px;
  bottom: auto;
}

.div-block-13._3 {
  position: relative;
  top: 120px;
  bottom: auto;
}

.div-block-12 {
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-14 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-15 {
  padding-top: 30px;
}

.text-block-4 {
  color: var(--firebrick);
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Verdana, Geneva, sans-serif;
}

.text-block-4._56 {
  margin-left: 60px;
}

.text-block-4._39 {
  margin-left: 20px;
}

.div-block-16 {
  width: 50%;
}

.div-block-21 {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 80px;
}

.div-block-22 {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-8 {
  color: #231b1b;
  text-align: center;
  text-transform: capitalize;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 120px;
  line-height: 1em;
}

.div-block-23 {
  width: 48%;
}

.contact-form {
  height: 90vh;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-24 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-info {
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-25 {
  width: 50%;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.textarea {
  min-height: 150px;
  border: 1px solid #ffd4df;
  border-radius: 2px;
  padding-left: 20px;
}

.div-block-26 {
  width: 60vh;
  height: 600px;
  background-color: #fff;
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  display: flex;
}

.text-field {
  min-height: 60px;
  border: 1px solid #ffd4df;
  border-radius: 2px;
  margin-bottom: 20px;
  padding-left: 20px;
  font-family: Verdana, Geneva, sans-serif;
}

.text-field-2 {
  min-height: 60px;
  border: 1px solid #ffd4df;
  border-radius: 2px;
  margin-bottom: 20px;
}

.div-block-27 {
  width: 48%;
}

.form-block {
  width: 100%;
  margin-top: 15px;
}

.div-block-28 {
  width: 100%;
  padding-left: 15px;
}

.div-block-29 {
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  margin: 100px auto 60px;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 16px -6px #dfdfdf;
}

.image-4 {
  max-width: 40%;
}

.image-5 {
  max-width: 18%;
}

.container-2 {
  max-width: 1300px;
}

.footer-v-1 {
  color: #fff;
  align-items: flex-start;
  margin-top: 66px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.text-block-15398 {
  color: #fff;
  text-align: left;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 600;
}

.list-7 {
  text-align: left;
}

.text-block-15397 {
  color: #fff;
  text-transform: capitalize;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 600;
  line-height: 36px;
}

.text-block-15397:hover {
  color: var(--firebrick);
}

.text-block-15397._2 {
  max-width: 130px;
  color: #fff;
  text-align: left;
  border-bottom: 1px #686868;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
}

.text-block-15397._2._22 {
  margin-bottom: 20px;
}

.text-block-15397._2._3 {
  max-width: none;
  margin-bottom: 20px;
}

.link-block-12 {
  color: #fff;
  margin-bottom: 28px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.link-block-12.zero-margin {
  margin-bottom: 5px;
}

.list-8 {
  margin-top: 25px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.list-8.hide {
  display: none;
}

.image-32571 {
  width: 55%;
}

.div-block-31611 {
  flex-direction: column;
  margin-bottom: 20px;
  margin-right: 40px;
  display: flex;
}

.footer2 {
  border-top: 3px solid #d21018;
  margin-top: 100px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.footer2.hm {
  border-top-color: var(--firebrick);
  background-color: #1b1b1b;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.list-6 {
  text-align: left;
  padding-left: 0;
}

.link-block-13 {
  line-height: 36px;
  text-decoration: none;
}

.text-block-15395 {
  color: #fff;
  text-align: left;
  margin-bottom: 3px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 25px;
}

.container-500 {
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-31618 {
  width: 35%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-31620 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.ft-logo {
  width: 70%;
}

.link-block-11 {
  background-color: #384a8c;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 25px;
  padding: 5px;
  display: flex;
}

.div-block-31614 {
  margin-top: -2px;
}

.text-sm {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5em;
}

.text-sm.color-light-white.call-us {
  color: #fff;
  text-align: left;
  padding-bottom: 5px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 600;
}

.div-block-31613 {
  margin-left: -15px;
  margin-right: -15px;
}

.footer-contact-info {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 10px;
  display: flex;
}

.list-item-28 {
  color: #d0d3d8;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.link-block-10 {
  color: #9aa3b2;
  text-decoration: none;
}

.text-block-15396 {
  display: none;
}

.bold-text-38 {
  color: var(--firebrick);
  font-family: Montserrat, sans-serif;
  line-height: 28px;
}

.image-37 {
  width: 20px;
  height: 20px;
}

.link-block-9 {
  letter-spacing: .4px;
  margin-bottom: 48px;
  font-size: 24px;
  line-height: 32px;
}

.link-block-9._2 {
  width: 100%;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  text-decoration: none;
}

.heading-7154 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.magic-button_icons-wrapper {
  color: #fff;
  justify-content: space-around;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.magic-button_text {
  z-index: 2;
  font-size: 16px;
  position: relative;
}

.magic-button_star-2, .magic-button_star-1, .magic-button_star-3 {
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  border: .25rem solid rgba(0, 0, 0, 0);
  border-bottom-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  top: .25rem;
}

.magic-button_button {
  background-color: var(--firebrick);
  color: #fff;
  border-radius: .5rem;
  padding: 1rem 2rem;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.magic-button_pointer {
  width: 30%;
  height: 1rem;
  opacity: 0;
  filter: blur(.125rem);
  background-color: #fff;
  border-radius: 50%;
  margin-left: -15%;
}

.magic-button_component {
  position: relative;
}

.magic-button_pointer-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.magic-button_overlay {
  z-index: 1;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: rgba(0, 0, 0, .64);
  border-radius: .5rem;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
}

.slide-2 {
  width: 1279px;
  background-image: url('../images/33.png');
  background-position: 50%;
  background-size: cover;
}

.btn__sha-0300 {
  color: #2a3239;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: #575d63;
  border: 2px solid #2a3239;
  border-radius: 5px 5px 20px 20px;
  flex: none;
  align-self: center;
  font-family: Varela Round, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  transition: all .2s cubic-bezier(.39, .575, .565, 1);
  display: inline-block;
  position: relative;
  overflow: hidden;
  transform: translate(0);
  box-shadow: 0 16px 20px -10px rgba(148, 124, 70, .59), 0 10px 6px -5px rgba(42, 50, 57, 0);
}

.btn__sha-0300:hover {
  box-shadow: 0 16px 20px -10px rgba(42, 50, 57, 0);
}

.sha-0300__wrap {
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 3px 3px 19px 19px;
  position: relative;
  transform: scale3d(1, .92, 1);
}

.sha-0300__grad--b {
  height: 50%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(42, 50, 57, .15));
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sha-0300__grad--t {
  height: 50%;
  background-image: linear-gradient(rgba(219, 176, 82, .59), rgba(42, 50, 57, 0));
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.sha-0300__label {
  padding: 20px 40px;
  position: relative;
}

.button-2 {
  width: 180px;
  height: 50px;
  background-color: var(--firebrick);
  color: #fff;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-part-left-2 {
  width: 20%;
  background-color: #000;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.button-part-left-20 {
  width: 20%;
  background-color: #000;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 20%;
  right: auto;
}

.button-part-right-middle {
  width: 20%;
  background-color: #000;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 40%;
}

.button-part-right-20 {
  width: 20%;
  background-color: #000;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 20%;
}

.button-part-right-21 {
  width: 20%;
  background-color: #000;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.text-block-15399 {
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}

.button-11 {
  width: 200px;
  height: 50px;
  color: #f1953a;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-11._509 {
  margin-top: 40px;
}

.button-11._6 {
  margin-top: 20px;
}

.bg-wrapper-b11 {
  z-index: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.button-bg-b11 {
  width: 0;
  height: 50px;
  background-color: rgba(241, 149, 58, .08);
  position: absolute;
  left: 0;
}

.text-b11 {
  z-index: 1;
  color: var(--firebrick);
  position: relative;
}

.text-b11._2 {
  color: var(--d0a34b);
}

.top-line-b11 {
  width: 200px;
  height: 2px;
  background-color: var(--firebrick);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.top-line-b11._1 {
  background-color: var(--d0a34b);
}

.left-line-b11 {
  width: 2px;
  height: 50px;
  background-color: var(--firebrick);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.left-line-b11._1 {
  background-color: var(--d0a34b);
}

.bottom-line-b11 {
  width: 200px;
  height: 2px;
  background-color: var(--firebrick);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bottom-line-b11._1 {
  background-color: var(--d0a34b);
}

.right-line-b11 {
  width: 2px;
  height: 50px;
  background-color: var(--firebrick);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.right-line-b11._1 {
  background-color: var(--d0a34b);
}

.div-block-31621 {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-31622 {
  width: 1279px;
  height: 50%;
}

.heading-7155 {
  color: var(--firebrick);
  text-align: center;
  margin-top: 52px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 60px;
  line-height: 68px;
}

.paragraph-2 {
  width: 85%;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-size: 20px;
  line-height: 28px;
  display: flex;
}

.right-arrow, .slide-nav {
  display: none;
}

.container-501 {
  max-width: 1300px;
}

.image-32572 {
  width: 100%;
}

.first-slide-ghost {
  width: 50%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.column-step-slider {
  width: 56%;
  min-height: 400px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 100px;
  padding-right: 100px;
  display: inline-block;
  overflow: hidden;
}

.text-block-5 {
  text-align: left;
  font-size: 15px;
  font-weight: 400;
}

.slider-section {
  width: 100%;
  justify-content: center;
  display: flex;
}

.div-block-31623, .div-block-31624, .div-block-31625 {
  width: 180px;
  height: 260px;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  box-shadow: 0 3px 8px 2px rgba(148, 148, 148, .33);
}

.slide-content {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 25px 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-7 {
  margin-top: -130px;
  margin-bottom: 40px;
  position: relative;
}

.first-slide-wrap {
  width: 200%;
  height: 100%;
  float: right;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.first-slide-content {
  width: 50%;
  height: 100%;
  position: relative;
}

.slide-arrow {
  width: 105px;
  color: #d32ce6;
  background-color: #fff;
  border: 1px dotted #000;
  display: none;
}

.mask-2 {
  width: 44%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
  display: block;
  overflow: visible;
}

.column-slide {
  width: 100%;
}

.column-slide.first {
  z-index: 10;
  padding-right: 0;
}

.heading-7156 {
  font-size: 16px;
}

.section-8 {
  background-color: var(--black);
  background-image: linear-gradient(rgba(27, 27, 27, .95), rgba(27, 27, 27, .95));
  border-bottom-right-radius: 300px;
  border-bottom-left-radius: 300px;
  padding: 40px 20px 70px;
}

.section-8._009 {
  margin-top: 40px;
}

.heading-7157 {
  color: var(--goldenrod);
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 37px;
  line-height: 41px;
}

.div-block-32 {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 3%;
  bottom: auto;
  left: 73%;
  right: 0%;
}

.div-block-31626 {
  width: 70%;
  justify-content: flex-end;
  display: flex;
}

.div-block-35 {
  align-items: center;
  display: flex;
}

.text {
  color: #fff;
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 17px;
  font-weight: 600;
}

.div-block-52 {
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.div-block-58 {
  width: 80%;
}

.div-block-31627 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding-right: 40px;
  display: flex;
}

.text-block-15400 {
  color: var(--firebrick);
  text-align: center;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.tabs-menu-2 {
  width: 40%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-37 {
  width: 90%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-13 {
  color: gray;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}

.text-block-13._1 {
  width: 100%;
  color: var(--firebrick);
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 63px;
}

.div-block-59 {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.tabs-content-2 {
  margin-top: 40px;
}

.text-block-20 {
  font-size: 16px;
  font-weight: 600;
}

.text-block-10 {
  color: var(--firebrick);
  margin-bottom: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 500;
}

.text-block-9 {
  color: #45d6c9;
  margin-top: 20px;
  margin-left: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 31px;
}

.text-block-9._1 {
  margin-top: 0;
  margin-left: 0;
  line-height: 24px;
}

.div-block-31 {
  width: 70px;
  height: 27px;
  background-color: #ff0505;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 7px;
  left: 9px;
}

.submit-button-3 {
  width: 150px;
  height: 50px;
  background-color: #012d7d;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.submit-button-3.brown {
  background-color: #c39787;
  border: 1px solid #4c2706;
  font-weight: 400;
}

.div-block-40 {
  width: 90%;
  height: 370px;
  box-shadow: 1px 0 11px 0 var(--goldenrod);
  border: 3px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.div-block-40:hover {
  border-color: var(--goldenrod);
  box-shadow: 1px 0 11px #636363;
}

.tab-link-tab-2 {
  border: 2px solid var(--goldenrod);
  color: var(--goldenrod);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 30px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 15px 40px;
}

.tab-link-tab-2.w--current {
  background-color: var(--goldenrod);
  color: #000;
  border-radius: 30px;
  padding: 15px 40px;
}

.div-block-31628 {
  width: 12%;
}

.text-block-12 {
  color: #fff;
}

.div-block-31629 {
  width: 270px;
  height: 270px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.div-block-60 {
  width: 28%;
  height: 400px;
  padding-top: 10px;
}

.div-block-31630 {
  width: 25%;
}

.container-4 {
  max-width: 1200px;
}

.div-block-57 {
  width: 100%;
  max-width: 1200px;
  background-color: var(--black);
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  display: flex;
}

.div-block-36 {
  width: 100%;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: relative;
}

.div-block-36._21 {
  margin-bottom: 0;
}

.link-block-4 {
  color: #000;
  text-decoration: none;
}

.link-block-4.hide {
  display: none;
}

.text-block-11 {
  color: #fff;
  font-weight: 600;
}

.div-block-31631 {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.image-6 {
  margin-bottom: 20px;
}

.div-block-31632 {
  width: 670px;
  height: 310px;
  background-color: #d6c091;
  border-radius: 30px;
  margin-bottom: 32px;
  padding: 40px 60px;
}

.heading-7158 {
  color: var(--firebrick);
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 30px;
  line-height: 38px;
}

.heading-7158._0 {
  color: #000;
}

.heading-7158._2 {
  color: var(--floral-white);
}

.div-block-31633 {
  width: 670px;
  height: 310px;
  background-color: #000;
  border-radius: 30px;
  padding: 40px 60px;
}

.div-block-31634 {
  flex-direction: row;
  display: flex;
}

.div-block-31635 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.text-block-8 {
  color: #000;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.section-6 {
  margin-top: 60px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-7 {
  color: #979797;
  font-size: 20px;
  line-height: 28px;
}

.heading-7159 {
  color: #fff;
}

.div-block-31636 {
  width: 470px;
  height: 650px;
  background-color: #3d3c3c;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  padding: 60px;
  display: flex;
}

.div-block-31637 {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-7160 {
  width: 100%;
  color: var(--dark-goldenrod);
  text-align: center;
  margin-top: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 46px;
}

.container-502 {
  max-width: 1200px;
}

.text-block-6 {
  color: var(--firebrick);
  font-size: 20px;
  line-height: 28px;
}

.text-block-6.white {
  width: 90%;
  color: #666;
  font-size: 20px;
  line-height: 28px;
}

.text-block-6._0-3 {
  color: #bebebe;
}

.div-block-31638, .div-block-31639, .div-block-31640 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body {
  background-color: var(--floral-white);
}

.div-block-31641, .div-block-31642, .div-block-31643, .div-block-31644, .div-block-31645, .div-block-31646 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-31647 {
  width: 100%;
  height: 100%;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.div-block-31648 {
  width: 50%;
}

.body-2 {
  background-color: #fffaf0;
}

.space {
  height: 135px;
}

.heading-7161 {
  width: 100%;
  color: #000;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(rgba(0, 0, 0, .24), rgba(0, 0, 0, .24)), url('../images/60431dbd7a4c0721d92c61b3_iconbox-bg.gif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 88px;
}

.div-block-31649 {
  width: 50%;
  padding-bottom: 40px;
}

.div-block-31650 {
  width: 100%;
  max-width: 1200px;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-15401 {
  color: #8a8a8a;
  margin-bottom: 10px;
  font-weight: 500;
}

.text-block-15401._1 {
  color: #ffdede;
  margin-bottom: 0;
}

.button-3 {
  color: #fff5e6;
  background-color: #000;
  border-radius: 50px;
  margin-top: 20px;
  padding: 15px 20px;
}

.section-4 {
  height: 90vh;
  background-image: url('../images/613f49068e1cad33201d47fe_main-banner-khurana.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-block-15402 {
  color: #8b8b8b;
  font-size: 15px;
  line-height: 31px;
}

.text-block-15402.white {
  width: 90%;
  color: #fff;
  line-height: 31px;
}

.button-4 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  background-image: none;
  border: 2px solid #f26028;
  border-radius: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 10px;
  padding: 18px 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.125em;
  text-decoration: none;
}

.button-4:hover {
  color: #0c1946;
  background-color: #fff;
}

.button-4._210:hover {
  color: #000;
}

.button-5 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  background-image: none;
  border: 2px solid #f26028;
  border-radius: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 10px;
  padding: 18px 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.125em;
  text-decoration: none;
}

.button-5:hover {
  color: #0c1946;
  background-color: #fff;
}

.button-5._210 {
  border-color: var(--goldenrod);
  background-color: var(--black);
  color: var(--firebrick);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Georgia, Times, Times New Roman, serif;
}

.button-5._210:hover {
  background-color: var(--firebrick);
  color: #000;
  border-color: #000;
}

.button-5._210._0-8 {
  margin-top: 20px;
}

.div-block-31651 {
  padding-top: 40px;
  padding-bottom: 20px;
}

.section-9 {
  background-image: url('../images/CVty64_XIAQZgag15-1.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 300px;
  border-bottom-left-radius: 300px;
  padding: 60px 10px;
}

.div-block-298 {
  width: 30%;
  max-width: 1200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-297 {
  width: 100%;
  height: 200px;
  background-color: #000;
  background-image: url('../images/64b512f8291e2933bf01f211_60d70f8687b38e8c0321d6e3_down-curve-arrow.png');
  background-position: 2% 0;
  background-repeat: no-repeat;
  background-size: 37px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
  display: flex;
}

.div-block-297._23 {
  width: 100%;
  background-image: url('../images/64b512f8291e2933bf01f211_60d70f8687b38e8c0321d6e3_down-curve-arrow.png');
  display: flex;
}

.div-block-297.it {
  background-image: url('../images/64b512f8291e2933bf01f211_60d70f8687b38e8c0321d6e3_down-curve-arrow.png');
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-block-29 {
  color: var(--firebrick);
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
}

.paragraph-6 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.link-3 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
}

.link-4 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
}

.container-503 {
  max-width: 1300px;
}

.div-block-31652 {
  width: 100%;
  display: flex;
}

.div-block-31653 {
  width: 51%;
}

.body-3 {
  background-color: var(--floral-white);
}

.div-block-313751 {
  width: 80px;
  height: 2px;
  border: 1px dashed #95999c;
  margin-left: 5px;
  margin-right: 5px;
}

.gallery-contrainer {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
}

.heading-7446 {
  color: #01aded;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}

.image-box {
  width: 24%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-312382 {
  z-index: 1;
  background-color: rgba(197, 154, 60, .24);
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.zoom {
  width: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  background-color: rgba(255, 255, 255, .35);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 20px;
  line-height: 50px;
  text-decoration: none;
  display: none;
  position: relative;
  top: -58px;
}

.div-block-313773 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-313773.content {
  display: none;
}

.div-block-313839 {
  width: 100%;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.div-block-313839._987 {
  margin-top: 20px;
}

.div-block-313838 {
  width: 100%;
  justify-content: space-around;
  display: flex;
}

.header-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-313833 {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-2294 {
  max-width: 500px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.image-172 {
  width: 100%;
  height: 209.953px;
}

.image-32740 {
  width: 25px;
}

.image-opt {
  margin: auto;
}

.photo-div {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div-block-313840 {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.div-block-313841 {
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-313842 {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.paragraph-2295 {
  font-size: 20px;
  line-height: 28px;
}

.text-span {
  color: var(--floral-white);
}

.image-32741, .image-32742, .image-32743, .image-32744, .image-32745, .image-32746, .image-32747, .image-32748, .image-32749, .image-32750, .image-32751, .image-32752, .image-32753, .image-32754, .image-32755 {
  width: 262px;
}

.link-block-47 {
  text-decoration: none;
}

.chat-bolt-div-2 {
  width: 169px;
  height: 103px;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 9px 5px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 10%;
  left: auto;
  right: 2%;
  box-shadow: 0 0 12px -4px #b1b1b1;
}

.div-block-944 {
  border: 1px solid #f26028;
  border-radius: 100px;
  padding: 3px;
}

.xbutton {
  cursor: pointer;
  font-weight: 700;
  position: absolute;
  top: 9%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.whatsapp-wrapper {
  width: 50px;
  height: 50px;
  background-color: #00e676;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-943 {
  width: 80%;
  justify-content: center;
  margin-right: 15px;
  display: flex;
}

.fixed-chat-bolt.hide {
  z-index: 9999;
  justify-content: flex-end;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 2%;
  left: auto;
  right: 2%;
}

.image-175 {
  filter: grayscale();
}

.text-block-163 {
  color: #16215c;
  text-align: center;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  position: relative;
}

.bold-text-39 {
  font-size: 16px;
}

.div-block-312911 {
  background-color: var(--goldenrod);
}

.text-block-153 {
  color: #000;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  font-weight: 700;
}

.div-block-313843 {
  width: 80px;
  height: 2px;
  border: 1px dashed #95999c;
  margin-left: 5px;
  margin-right: 5px;
}

.header-wrap-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.heading-7447 {
  color: #01aded;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}

.gallery-section-2 {
  padding-top: 40px;
}

.div-block-313844 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-313844.content {
  display: none;
}

.image-32756 {
  width: 25px;
}

.image-32839 {
  width: 100%;
  height: 209.953px;
}

.div-block-313845 {
  width: 100%;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.div-block-313845._987 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.lightbox-link-2 {
  width: 24%;
}

@media screen and (min-width: 1440px) {
  .slide {
    background-position: 50% 4%;
  }

  .banner {
    height: 40vh;
    background-size: auto;
  }

  .paragraph-2 {
    width: 80%;
  }

  .div-block-298 {
    max-width: 1200px;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-297 {
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }

  .text-block-29 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 500;
  }

  .paragraph-6 {
    color: #f7f7f7;
    text-align: center;
    margin-top: 10px;
    font-family: Lato, sans-serif;
    font-size: 16px;
  }

  .link-3 {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
  }

  .link-4 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    text-decoration: none;
  }

  .chat-bolt-div-2 {
    z-index: 999;
    height: 100px;
  }
}

@media screen and (min-width: 1920px) {
  .slide {
    background-position: 50% 2%;
  }

  .banner {
    height: 46vh;
    background-size: cover;
  }

  .footer-v-1 {
    margin-bottom: 0;
  }

  .container-500 {
    max-width: 1300px;
  }

  .paragraph-2 {
    width: 71%;
  }

  .image-32572 {
    margin-right: 100px;
  }

  .div-block-57 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading-7160 {
    font-weight: 500;
  }

  .space {
    height: 135px;
  }

  .div-block-312382 {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu {
    width: 100%;
    background-color: var(--black);
  }

  .nav-link-3.qw {
    display: flex;
  }

  .div-block {
    width: auto;
  }

  .menu-button, .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .icon-3 {
    color: var(--firebrick);
    font-size: 51px;
  }

  .brand {
    width: 30%;
  }

  .hero {
    height: 90vh;
  }

  .heading-2 {
    font-size: 100px;
  }

  .get-join {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-block-9 {
    width: 90%;
    flex-direction: column;
    padding: 20px;
  }

  .div-block-10 {
    width: 100%;
  }

  .heading-5-v {
    width: 100%;
    text-align: center;
    font-size: 35px;
    line-height: 42px;
  }

  .div-block-11 {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .image {
    width: 12%;
  }

  .div-block-7 {
    padding-bottom: 20px;
  }

  .image-2 {
    width: 5%;
  }

  .div-block-5v {
    height: 420px;
  }

  .div-block-5v.about-page {
    height: auto;
  }

  .paragraph-2-v {
    text-align: justify;
    border-left-width: 0;
  }

  .about {
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
  }

  .heading-3 {
    font-size: 18px;
  }

  .background {
    height: 60vh;
  }

  .background.abt {
    height: 46vh;
    background-position: -78%;
  }

  .div-block-8 {
    padding-left: 20px;
    padding-right: 20px;
    top: 60px;
  }

  .banner {
    height: 25vh;
  }

  .heading-6 {
    font-size: 50px;
  }

  .wrapv {
    padding-left: 20px;
  }

  .right-v._951 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    display: flex;
  }

  .div-block-18 {
    width: 90%;
    flex-direction: column;
    padding: 20px;
  }

  .div-block-19 {
    width: 100%;
    align-items: center;
  }

  .div-block-20 {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-7 {
    font-size: 18px;
  }

  .circle-img {
    bottom: -20%;
  }

  .div-block-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-4 {
    text-align: center;
  }

  .div-block-16 {
    width: 100%;
  }

  .div-block-21 {
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    top: 60px;
  }

  .heading-8 {
    font-size: 100px;
  }

  .contact-form {
    justify-content: center;
  }

  .heading-9 {
    font-size: 18px;
  }

  .div-block-25 {
    width: 90%;
  }

  .image-4 {
    max-width: 100%;
  }

  .footer-v-1 {
    grid-column-gap: 16px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    display: grid;
  }

  .div-block-31618 {
    width: auto;
    max-width: none;
    justify-content: flex-start;
  }

  .text-sm.color-light-white.call-us {
    text-align: center;
  }

  .div-block-31613 {
    margin-left: 0;
    margin-right: 0;
  }

  .column-step-slider {
    width: 80%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mask-2 {
    width: 35%;
  }

  .section-8 {
    border-bottom-right-radius: 200px;
    border-bottom-left-radius: 200px;
  }

  .section-8._009 {
    border-bottom-right-radius: 150px;
    border-bottom-left-radius: 150px;
  }

  .div-block-31627 {
    padding-left: 10px;
  }

  .div-block-37, .text-block-13._1 {
    width: 100%;
  }

  .tabs-content-2 {
    margin-top: 20px;
  }

  .div-block-40, .div-block-31629 {
    width: 100%;
  }

  .div-block-57 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-36 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-31632 {
    width: 500px;
    height: 330px;
    margin-left: 5px;
    padding: 40px;
  }

  .div-block-31633 {
    width: 500px;
    height: 359px;
    margin-left: 5px;
  }

  .div-block-31636 {
    height: auto;
    margin-left: 10px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-7160 {
    width: 100%;
    font-size: 50px;
    line-height: 58px;
  }

  .heading-7161 {
    font-size: 50px;
    line-height: 60px;
  }

  .div-block-31649 {
    width: 70%;
  }

  .section-4 {
    height: 61vh;
  }

  .button-4 {
    width: 35%;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 10px;
    display: flex;
  }

  .button-4._210 {
    display: none;
  }

  .button-5 {
    width: 35%;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 10px;
    display: flex;
  }

  .button-5._210 {
    display: none;
  }

  .button-5._210._7596 {
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .div-block-297 {
    width: 40%;
    background-size: 25px;
  }

  .gallery-contrainer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-box {
    width: 60%;
    margin-bottom: 20px;
  }

  .div-block-313839._987 {
    flex-direction: column;
  }

  .div-block-313838 {
    flex-direction: column;
    align-items: center;
  }

  .photo-div {
    text-align: left;
    justify-content: center;
  }

  .paragraph-2295 {
    text-align: center;
  }

  .chat-bolt-div-2 {
    height: 100px;
    justify-content: center;
    position: fixed;
    bottom: 10%;
  }

  .image-32839 {
    height: 420px;
    margin-bottom: 20px;
  }

  .div-block-313845._987 {
    flex-direction: column;
    margin-bottom: 0;
  }

  .lightbox-link-2 {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 40px 20px;
  }

  .heading {
    font-size: 22px;
  }

  .footer-heading {
    font-size: 16px;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .brand {
    width: auto;
  }

  .hero {
    height: 70vh;
  }

  .heading-2 {
    font-size: 70px;
  }

  .left-arrow {
    align-items: flex-end;
  }

  .heading-5-v {
    font-size: 30px;
    line-height: 40px;
  }

  .div-block-7 {
    width: 100%;
  }

  .div-block-5v {
    height: auto;
    flex-direction: column;
  }

  .div-block-6 {
    width: 100%;
    align-items: flex-start;
  }

  .serv {
    width: 100%;
    margin-bottom: -3px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-4 {
    flex-direction: column;
    justify-content: center;
  }

  .background.abt {
    background-position: -31%;
  }

  .div-block-8 {
    top: 60px;
  }

  .heading-5 {
    font-size: 22px;
  }

  .heading-6 {
    font-size: 50px;
  }

  .wrapv {
    flex-direction: column;
    justify-content: center;
  }

  .right-v._951, .leftv {
    width: 100%;
  }

  .div-block-19 {
    align-items: center;
  }

  .circle-img {
    bottom: -8%;
  }

  .div-block-13 {
    width: 90%;
  }

  .div-block-12 {
    flex-direction: column;
    justify-content: center;
  }

  .div-block-16 {
    width: 100%;
  }

  .div-block-21 {
    top: 60px;
  }

  .heading-8 {
    font-size: 70px;
  }

  .contact-info {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-25 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-29 {
    flex-direction: column;
    justify-content: center;
  }

  .footer-v-1 {
    flex-direction: column;
    margin-top: 40px;
    display: flex;
  }

  .footer2 {
    margin-top: 0;
  }

  .footer-contact-info {
    padding-top: 10px;
  }

  .column-step-slider {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .section-7 {
    margin-top: -91px;
  }

  .mask-2 {
    width: 40%;
  }

  .heading-7157 {
    font-size: 31px;
  }

  .div-block-32 {
    position: absolute;
    left: 71%;
  }

  .div-block-58 {
    width: 100%;
  }

  .div-block-31627 {
    margin-bottom: 20px;
  }

  .div-block-59 {
    flex-direction: column;
  }

  .div-block-31 {
    width: 58px;
    height: 23px;
  }

  .div-block-31629 {
    width: 100%;
    height: auto;
  }

  .div-block-60 {
    width: 80%;
  }

  .text-block-11 {
    font-size: 11px;
  }

  .div-block-31631 {
    width: 100%;
  }

  .div-block-31632 {
    width: 300px;
    flex-direction: column;
    padding: 20px;
  }

  .div-block-31633 {
    width: 300px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-31636 {
    height: auto;
    padding: 20px;
  }

  .heading-7160 {
    font-size: 40px;
    line-height: 48px;
  }

  .heading-7161 {
    font-size: 40px;
    line-height: 50px;
  }

  .div-block-31649 {
    width: 60%;
    padding-bottom: 0;
  }

  .section-4 {
    height: 50vh;
  }

  .button-4, .button-5 {
    width: auto;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    display: flex;
  }

  .div-block-298 {
    flex-direction: column;
  }

  .div-block-297 {
    width: 80%;
    margin-bottom: 20px;
  }

  .gallery-contrainer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-313838 {
    flex-direction: column;
  }

  .paragraph-2295 {
    text-align: center;
  }

  .chat-bolt-div-2 {
    height: 100px;
    bottom: 10%;
  }

  .fixed-chat-bolt {
    bottom: 16%;
    right: 38%;
  }

  .image-32839 {
    height: 346px;
  }
}

@media screen and (max-width: 479px) {
  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .button.hide {
    display: none;
  }

  .brand.w--current {
    width: 60%;
    margin: auto;
  }

  .hero {
    height: 60vh;
  }

  .text-block.brown._0 {
    color: #adadad;
    font-size: 16px;
  }

  .heading-2 {
    font-size: 50px;
  }

  .heading-5-v {
    font-size: 50px;
    line-height: 58px;
  }

  .heading-5-v._12 {
    margin-top: 0;
    font-size: 60px;
    line-height: 68px;
  }

  .heading-5-v._0-789 {
    padding-right: 0;
    font-size: 75px;
    line-height: 83px;
  }

  .div-block-5v.about-page {
    height: auto;
  }

  .div-block-6 {
    align-items: center;
  }

  .about {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    margin-top: 40px;
  }

  .serv {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .services {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .div-block-4 {
    flex-direction: column;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .background {
    height: 30vh;
  }

  .background.abt {
    height: 710px;
    background-position: -18%;
  }

  .div-block-8 {
    top: 10px;
  }

  .div-block-17 {
    width: 92%;
  }

  .heading-6 {
    font-size: 35px;
    line-height: 42px;
  }

  .wrapv {
    flex-direction: column-reverse;
    justify-content: center;
    padding-left: 0;
  }

  .right-v {
    width: 100%;
  }

  .right-v._951 {
    justify-content: center;
    padding-left: 0;
  }

  .leftv {
    width: 100%;
  }

  .div-block-18 {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .text-block-4 {
    width: 349px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-4._56, .text-block-4._39 {
    margin-left: 0;
  }

  .div-block-21 {
    top: 10px;
  }

  .heading-8 {
    font-size: 50px;
  }

  .div-block-23 {
    width: 100%;
  }

  .div-block-24 {
    flex-direction: column;
    justify-content: center;
  }

  .div-block-26 {
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .text-field-2 {
    padding-left: 20px;
  }

  .div-block-27 {
    width: 100%;
  }

  .form-block {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-29 {
    flex-direction: column;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 0;
  }

  .footer-v-1 {
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-15398 {
    font-family: Montserrat, sans-serif;
  }

  .text-block-15397._2 {
    max-width: 125px;
  }

  .text-block-15397._2._22 {
    max-width: none;
  }

  .text-block-15397._2._3 {
    max-width: 90px;
  }

  .container-500 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-31618 {
    width: 100%;
  }

  .text-sm.color-light-white.call-us {
    text-align: left;
  }

  .column-step-slider {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-7 {
    margin-top: -67px;
  }

  .mask-2 {
    width: 65%;
    min-width: 195px;
  }

  .heading-7157 {
    width: 100%;
    text-align: center;
    margin-top: 0;
    font-size: 50px;
    font-weight: 400;
    line-height: 58px;
  }

  .div-block-35 {
    width: 100%;
  }

  .text {
    font-size: 15px;
    line-height: 19px;
  }

  .div-block-31627 {
    width: 100%;
    padding-right: 10px;
  }

  .text-block-15400 {
    margin-bottom: 20px;
  }

  .tabs-menu-2 {
    width: 100%;
    left: 8px;
  }

  .div-block-37 {
    width: 100%;
  }

  .text-block-13._1 {
    width: 90%;
    font-size: 25px;
    line-height: 35px;
  }

  .text-block-9 {
    line-height: 25px;
  }

  .submit-button-3.brown {
    font-weight: 400;
  }

  .div-block-40 {
    height: 272px;
    justify-content: space-around;
    padding-top: 10px;
  }

  .tab-link-tab-2 {
    margin-left: 0;
    margin-right: 5px;
    padding: 10px 20px;
  }

  .tab-link-tab-2.w--current {
    margin-right: 5px;
    padding: 10px 20px;
  }

  .div-block-31629 {
    width: 200px;
    height: auto;
  }

  .container-4 {
    padding-left: 10px;
    padding-right: 20px;
  }

  .div-block-57 {
    padding-left: 0;
    padding-right: 10px;
  }

  .div-block-36 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-31632 {
    width: 100%;
    height: auto;
    flex-direction: row;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-31633 {
    width: 100%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-31634 {
    flex-direction: column;
  }

  .section-6 {
    margin-top: 30px;
  }

  .text-block-7 {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .heading-7159 {
    text-align: center;
  }

  .div-block-31636 {
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .heading-7160 {
    width: 100%;
    font-size: 50px;
    font-weight: 700;
    line-height: 58px;
  }

  .container-502 {
    padding-left: 10px;
    padding-right: 20px;
  }

  .text-block-6, .text-block-6.white {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-7161 {
    width: 61%;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
  }

  .div-block-31649 {
    width: 100%;
  }

  .section-4 {
    height: 35vh;
    background-position: 55% 0;
  }

  .text-block-15402, .text-block-15402.white {
    font-size: 14px;
    line-height: 20px;
  }

  .button-4, .button-5 {
    width: 80%;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    display: flex;
  }

  .section-9 {
    background-position: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-298 {
    width: 100%;
    margin: 20px 0 0;
  }

  .div-block-297 {
    width: 100%;
  }

  .div-block-297._23 {
    margin-bottom: 10px;
  }

  .div-block-297.it {
    margin-top: 0;
  }

  .div-block-31653 {
    width: 0%;
  }

  .gallery-contrainer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-7446 {
    font-size: 30px;
    line-height: 40px;
  }

  .image-box {
    width: 80%;
  }

  .div-block-313839._987 {
    flex-direction: column;
  }

  .gallery-section {
    margin-top: 40px;
  }

  .div-block-313838 {
    flex-direction: column;
  }

  .header-wrap {
    display: none;
  }

  .paragraph-2294 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-172 {
    margin-bottom: 20px;
  }

  .paragraph-2295 {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .chat-bolt-div-2 {
    z-index: 2;
    width: 200px;
    height: 116px;
    justify-content: center;
    align-items: center;
    padding: 11px;
    position: fixed;
    top: auto;
    left: auto;
    right: 5%;
  }

  .xbutton {
    position: absolute;
    top: 5%;
    bottom: auto;
    left: auto;
    right: 6%;
  }

  .div-block-943 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .text-block-163 {
    margin-top: 10px;
  }

  .text-block-153 {
    font-size: 14px;
  }

  .header-wrap-6 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-7447 {
    font-size: 30px;
    line-height: 40px;
  }

  .gallery-section-2 {
    z-index: -1;
    position: relative;
  }

  .image-32839 {
    height: 283px;
  }

  .div-block-313845._987 {
    flex-direction: column;
  }

  .lightbox-link-2 {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_4da9c88c-52cc-9a23-ef21-df35505eb40c-550ef4e6, #w-node-f165933a-60f9-0b31-0125-e9ed7d3eaaeb-8b8fd21d, #w-node-_7d1c34b7-58e9-4213-7ceb-7c84f72632f3-305393ff, #w-node-c5541e61-7065-3ba3-b202-461f98309514-9c957e5d, #w-node-_1dd426d3-48cb-1357-f108-2d93d14a4842-33a5abbc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


