:root {
  --white: white;
  --black: black;
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

.main-container {
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 40px;
}

.hero-section {
  z-index: 1;
  background-image: linear-gradient(#fafcff, #e3efff);
  margin-top: 100px;
  margin-bottom: 50px;
  padding-top: 40px;
  padding-bottom: 80px;
  position: relative;
}

.hero-desc {
  color: #000;
}

.hero-img {
  z-index: -1;
  margin-left: -50px;
  margin-right: -90px;
  position: absolute;
  bottom: -130px;
  left: 0;
  right: 0;
}

.hero-desc-wrapper {
  width: 100%;
  max-width: 550px;
  padding-left: 10px;
}

.hero-wrapper {
  z-index: 2;
  position: relative;
}

.hero-people-desc {
  color: #000;
  text-align: center;
  width: 100%;
  max-width: 180px;
  font-size: 12px;
  line-height: 21px;
  display: none;
}

.about-car-text {
  color: #1d89b4;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
  line-height: 19.12px;
}

.hero-btn-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 320px 1fr 320px;
}

.herp-client-img {
  border-radius: 100%;
  width: 80px;
  height: 80px;
  overflow: hidden;
}

.herp-client-img.c02 {
  margin-left: -30px;
}

.hero-client-img-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-right-col {
  margin-left: auto;
  padding-right: 10px;
}

.hero-right-desc-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 42.7px;
  display: flex;
}

.hero-desc-box {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  max-width: 280px;
  display: flex;
}

.hero-section-heading {
  color: #1082af;
  margin-bottom: 12px;
  font-size: 40px;
  font-weight: 800;
  line-height: 60px;
}

.hero-before-text {
  z-index: -1;
  opacity: .1;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle farthest-side, #3083ff, #0000 67%, #00000024);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  padding-top: 200px;
  padding-left: 0;
  font-size: 250px;
  font-weight: 700;
  line-height: 358px;
  position: absolute;
  inset: -29px 0 auto;
}

.hero-people {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.about-car-block {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #fff;
  border-radius: 12px;
  align-items: center;
  padding: 8.5px 16px;
  display: flex;
}

.about-car-block.right {
  margin-left: 22px;
  margin-right: -22px;
}

.theme-button {
  color: #fff;
  background-color: #1082af;
  border: 2px solid #3083ff;
  border-radius: 16px;
  align-self: baseline;
  padding: 11px 45px;
  font-weight: 700;
  transition: color .3s ease-in-out, background-color .3s ease-in-out;
}

.theme-button:hover {
  color: #3083ff;
  background-color: #3083ff00;
  border: 2px solid #3083ff;
}

.hero-img-col {
  z-index: 1;
  position: relative;
}

.hero-grid-col {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.navbar {
  z-index: 5;
  background-color: #0000;
  background-image: none;
  padding-top: 10px;
  padding-bottom: 0;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Belleza, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  text-decoration: none;
  transition: color .4s;
}

.nav-link:hover {
  color: #1082af;
}

.nav-link:focus-visible {
  color: #3083ff;
  border-radius: 4px;
}

.nav-link[data-wf-focus-visible] {
  color: #3083ff;
  border-radius: 4px;
}

.nav-link.w--current {
  color: #1082af;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header {
  z-index: 999;
  background-color: #fff0;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.link {
  color: #1082af;
  font-family: Belleza, sans-serif;
  font-size: 36px;
  text-decoration: none;
}

.bold-text {
  color: #fff;
  text-decoration: none;
}

.service-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.heading-blue {
  color: #3083ff;
}

.section-heading-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 996px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-heading-wrapper.mb-0 {
  text-align: left;
  margin-bottom: 0;
}

.section-heading {
  color: #000;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 54.64px;
}

.section-heading.color {
  color: #fff;
  margin-top: 0;
}

.service-section {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.section-small-heading {
  color: #034b97;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24.59px;
}

.service-name {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}

.service-desc-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.serivce-icon {
  border: 1px solid #3083ff1f;
  border-radius: 100%;
  width: 64px;
  height: 64px;
  padding: 16px;
  box-shadow: 0 0 14px #3083ff33;
}

.service-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid #d6e6ff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 25px 20px;
  transition: box-shadow .4s cubic-bezier(.19, 1, .22, 1), border-color .4s cubic-bezier(.19, 1, .22, 1);
  display: flex;
}

.service-card:hover {
  border-color: #accdff;
  box-shadow: 0 0 10px #2466c826;
}

.about-grid {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.about-flex-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  width: 50%;
  display: flex;
  position: relative;
}

.key-metrics-box {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  background-color: #1c3457;
  border-radius: 16px;
  flex-direction: column;
  padding: 28px 14px;
  display: flex;
}

.key-name {
  color: #3083ff;
  font-size: 18px;
  line-height: 28px;
}

.about-desc {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}

.key-number {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 28px;
}

.about-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  display: flex;
}

.about-img {
  width: 209%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.about-section {
  background-color: #054e6b;
  margin-bottom: 70px;
  padding-top: 100px;
  padding-bottom: 60px;
}

.features-grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.features-tab-link {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #3083ff33;
  border: 1px solid #3083ff33;
  border-radius: 16px;
  align-items: center;
  width: 100%;
  max-width: 220px;
  padding: 16px;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.features-tab-link.w--current {
  color: #fff;
  background-color: #3083ff;
  font-weight: 800;
  line-height: 24px;
}

.features-icon {
  width: 36px;
  height: 36px;
}

.features-arrow.m-right {
  margin-left: 0;
}

.features-arrow.t-right {
  margin-left: 0;
  margin-right: -10px;
}

.features-arrow.b-left, .features-arrow.b-right, .features-arrow.m-left {
  margin-left: 0;
}

.features-detail-wrap {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  max-width: 151px;
  display: flex;
}

.features-detail-wrap.b-left {
  max-width: 113px;
}

.features-detail-wrap.t-left {
  margin-right: -20px;
}

.features-detail-wrap.t-right {
  align-items: flex-end;
  max-width: 143px;
}

.features-detail-wrap.b-right {
  align-items: flex-end;
  max-width: 110px;
}

.features-detail-wrap.m-right {
  align-items: flex-end;
  max-width: 122px;
}

.features-detail-wrap.m-left {
  max-width: 112px;
}

.features-tabs-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.features-icon-wrapper {
  background-color: #fff;
  border: 1px solid #3083ff29;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 76px;
  height: 76px;
  padding: 16px;
  display: flex;
  box-shadow: 0 1px 14px #3083ff33;
}

.features-detail {
  align-items: flex-end;
  display: flex;
}

.features-detail.b-right, .features-detail.b-left {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  align-items: flex-start;
}

.features-detail.m-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
}

.features-detail.m-right {
  align-items: center;
}

.feature-arrow {
  display: none;
}

.features-text {
  color: #000;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 24px;
}

.features-text.m-right, .features-text.t-right, .features-text.b-right {
  text-align: right;
}

.features-tab-icon-block {
  background-color: #fff;
  border: 1px solid #3083ff29;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  padding: 10px;
  display: flex;
}

.features-flex-block {
  align-items: flex-end;
  display: flex;
}

.features-flex-block.b-right {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  align-items: flex-start;
}

.features-flex-block.m-right, .features-flex-block.m-left {
  align-items: center;
}

.features-flex-block.hide {
  display: none;
}

.features-flex-block.b-left {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  align-items: flex-start;
}

.our-features-section {
  padding-top: 20px;
  padding-bottom: 80px;
  overflow: hidden;
}

.collection-list-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.gallery-left-image-block {
  padding-top: 12px;
  padding-bottom: 12px;
}

.collection-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.our-gallery-section {
  background-color: #f5f9ff;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.gallery-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.gallery-lightbox {
  justify-content: center;
  display: flex;
}

.gallery-left-side {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.view-all-btn-block {
  max-height: 54px;
  overflow: hidden;
}

.gallery-shadow {
  z-index: 1;
  background-image: linear-gradient(#f5f9ff, #f5f9ff00);
  height: 100px;
  position: absolute;
  inset: 0% 0% auto;
}

.gallery-shadow.bottom {
  background-image: linear-gradient(#f5f9ff00, #f5f9ff);
  inset: auto 0% 0%;
}

.marquee {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  height: 680px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-desc {
  color: #000;
}

.gallery-heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  width: 100%;
  max-width: 576px;
  display: flex;
}

.gallery-right-image-block {
  padding-top: 12px;
  padding-bottom: 12px;
}

.contact-form-wrapper {
  width: 100%;
  margin-bottom: 0;
}

.error-message {
  border-radius: 16px;
}

.contact-us-section {
  padding-top: 80px;
  padding-left: 0;
  overflow: hidden;
}

.form-label {
  color: #000;
  text-transform: capitalize;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
}

.form-main-block {
  z-index: 3;
  background-color: #fff;
  border: 1px solid #3083ff33;
  border-radius: 16px;
  align-items: center;
  height: auto;
  padding: 20px 22px 30px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 10px #2466c826;
}

.input-field {
  border-radius: 16px;
  height: 50px;
  margin-bottom: 0;
  padding: 16px 14px;
  box-shadow: 0 2px 5px #00000026;
}

.input-field:focus {
  border: 1px solid #3083ffa6;
}

.input-field::placeholder {
  color: #9d9d9d99;
  line-height: 19.12px;
}

.input-field.h-200 {
  height: 200px;
}

.map {
  z-index: 1;
  width: 100%;
  height: 400px;
  margin-top: -200px;
  position: relative;
  overflow: hidden;
}

.contact-form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.success-txt {
  color: #0e274c;
  font-weight: 500;
}

.success-icon-wrapper {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.input-block-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  display: flex;
}

.input-wrapper {
  width: 100%;
}

.contact-heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  width: 100%;
  max-width: 576px;
  display: flex;
}

.contact-link {
  color: #000;
  line-height: 21.86px;
}

.contact-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.contact-detail-wrap {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  display: flex;
}

.contact-detail {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  align-items: center;
  display: flex;
}

.theme-button-2 {
  color: #fff;
  background-color: #3083ff;
  border: 2px solid #3083ff;
  border-radius: 16px;
  align-self: baseline;
  padding: 11px 45px;
  font-weight: 700;
  transition: color .3s ease-in-out, background-color .3s ease-in-out;
}

.theme-button-2:hover {
  color: #3083ff;
  background-color: #3083ff00;
  border: 2px solid #3083ff;
}

.contact-detail-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 44px;
  padding-left: 20px;
  display: flex;
}

.success-message {
  background-color: #fff;
  border: 1px solid #3083ff33;
  border-radius: 16px;
  padding-top: 60px;
  padding-bottom: 60px;
  box-shadow: 0 1px 10px #2466c826;
}

.text-block {
  font-size: 16px;
  line-height: 26px;
}

.hero-text-block {
  z-index: 0;
  color: #e3edf7;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 4px 3px 15px #7fa3c74d, -6px -6px 10px #f5f9fc;
  font-size: 130px;
  font-weight: 700;
  line-height: 138px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 15%;
  transform: rotate(-90deg);
}

.hero-image-data {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-box {
  background-image: linear-gradient(135deg, #e3edf7, #fff);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 405px;
  height: 405px;
  display: flex;
  position: relative;
  box-shadow: 4px 3px 15px #7fa3c74d;
}

.hero-paragraph {
  color: #808d9c;
  max-width: 650px;
  margin-bottom: 0;
  font-size: 18px;
}

.hero-heading-data {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.hero-section-2 {
  background-image: linear-gradient(to right, #e3edf7, #fdfeff);
  padding-top: 170px;
  padding-bottom: 170px;
  position: relative;
}

.hero-wrapper-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-icon-box {
  background-image: linear-gradient(#e3edf7, #fff);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 25px 10px;
  display: flex;
  position: absolute;
  inset: auto -2% 3% auto;
  box-shadow: -6px -6px 10px #f5f9fc;
}

.hero-icon-box._01 {
  padding: 15px;
  inset: -5% auto auto -8%;
}

.hero-icon-box._02 {
  padding-left: 15px;
  padding-right: 15px;
  inset: auto auto -6% -13%;
}

.button-hover-box {
  z-index: 0;
  background-color: #fff0;
  background-image: linear-gradient(-141deg, #0fa8e4, #1082af);
  border-radius: 8px;
  width: 0%;
  height: 100%;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.button-box-data {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.hero-heading {
  color: #201d24;
  font-size: 45px;
  line-height: 52px;
}

.hero-span {
  color: #1082af;
}

.hero-small-heading {
  color: #201d24;
  text-transform: capitalize;
  white-space: nowrap;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
  position: absolute;
  overflow: hidden;
}

.button-text {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-transform: capitalize;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hero-section-data {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  flex: none;
  width: 50%;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.hero-image {
  height: 127%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph-data-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.gradient-button {
  z-index: 1;
  color: #201d24;
  background-color: #fff0;
  background-image: linear-gradient(103deg, #e3edf7, #fff);
  border-radius: 12px;
  align-items: center;
  padding: 20px 28px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 4px 3px 15px #7fa3c74d, -6px -6px 10px #f5f9fc;
}

.container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.hero-image-box {
  background-image: linear-gradient(103deg, #e3edf7, #fff);
  border-radius: 50%;
  padding: 15px;
  box-shadow: 4px 3px 15px #7fa3c74d, 0 0 0 3px #fff;
}

.div-block {
  height: 46px;
  position: relative;
  overflow: hidden;
}

.about-us-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.about-key-data-box {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #201d24;
  text-align: left;
  border-left: 4px #201d2433;
  font-size: 50px;
  font-weight: 500;
  line-height: 58px;
}

.about-box {
  background-image: linear-gradient(135deg, #e3edf7, #fff);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  display: flex;
  position: relative;
  box-shadow: 4px 3px 15px #7fa3c74d;
}

.about-key-data {
  padding-top: 40px;
}

.about-section-data {
  flex-direction: column;
  width: 100%;
  max-width: 512px;
  display: flex;
}

.fill-border {
  background-color: #201d24;
  width: 4px;
  height: 0%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.about-grid-2 {
  grid-column-gap: 112px;
  grid-row-gap: 160px;
  grid-template-rows: auto;
}

.section-small-heading-2 {
  color: #201d24;
  margin-bottom: 28px;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  overflow: hidden;
}

.about-image-box {
  background-image: linear-gradient(103deg, #e3edf7, #fff);
  border-radius: 50%;
  align-self: baseline;
  margin-bottom: 28px;
  padding: 5px;
  box-shadow: 4px 3px 15px #7fa3c74d, 0 0 0 2px #fff;
}

.text-block-2 {
  color: #201d24;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.about-key-metrics-block {
  background-image: linear-gradient(103deg, #e3edf7, #fff);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 4px 3px 15px #00000026, -6px -6px 10px #f5f9fc;
}

.about-key-metrics-block.top-right {
  transform: translate(0, -80px);
}

.about-key-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.about-paragraph {
  color: #899cb3;
  max-width: 650px;
  margin-bottom: 16px;
}

.about-key-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.about-key-box.top-right {
  transform: none;
}

.about-image {
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.body {
  background-color: #fff;
}

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

.appointment-button-box {
  background-color: var(--white);
  color: #1b1111;
  background-image: none;
  border-radius: 20px;
  align-self: flex-start;
  padding: 1px;
  display: inline-block;
}

.hero-description {
  color: #ffffffb3;
  font-size: 18px;
}

.hero-description._w-415 {
  color: #ffffffb3;
  width: 100%;
  max-width: 415px;
}

.find-us-icon {
  color: #fff;
  background-color: #fff;
  background-image: none;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 18px;
  display: flex;
}

.contact-us-wrapper-border {
  background-color: #919191;
  background-image: linear-gradient(90deg, #e5b063, #1082af 30% 65%, #1082af);
  border-radius: 0;
  padding: 1px;
  overflow: hidden;
}

.error-message-box {
  background-color: #170b1b;
  border-radius: 10px;
  padding: 10px;
}

.card-heading {
  color: #0d0b0b;
  font-size: 20px;
  font-weight: 600;
}

.find-us-card-data {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

.div-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  margin-bottom: 28px;
  display: flex;
}

.contact-us-field-name {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.success-message-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #e5b063, #f36e2d 30%, #d9306e 60%, #7350de 90%);
  -webkit-background-clip: text;
  background-clip: text;
}

.error-massage-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #e5b063, #f36e2d 30%, #d9306e 60%, #7350de 90%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 16px;
  line-height: 22px;
}

.form-button-box {
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  display: flex;
  position: relative;
}

.submit-button-text {
  z-index: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0%;
}

.contact-us-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.nav-icon-link {
  color: #fff;
  background-color: #1e1e1e;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 21px;
  display: flex;
}

.form-button {
  z-index: 0;
  color: #121212;
  -webkit-text-fill-color: transparent;
  background-color: #000;
  background-image: none;
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 20px;
  align-items: center;
  padding: 17px 40px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.error-message-2 {
  background-color: #fff0;
  background-image: linear-gradient(to right, #e5b063, #f36e2d 30%, #d9306e 65%, #7350de);
  border-radius: 10px;
  padding: 1px;
}

.form-field-name {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 100%;
  display: flex;
}

.navbar-icon-box {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  margin-top: 28px;
  display: flex;
}

.appointment-text-field {
  color: #fff;
  background-color: #054e6b;
  border: 1px #000;
  border-radius: 20px;
  width: 100%;
  height: 55px;
  max-height: 55px;
  margin-bottom: 0;
  padding: 16px 30px;
  display: block;
}

.appointment-text-field:focus {
  border-color: #dc965a;
}

.appointment-text-field::placeholder {
  color: #878e99;
}

.appointment-text-field.text-message {
  height: 150px;
  max-height: 150px;
}

.nav-icon {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #e5b063, #f36e2d 30%, #d9306e 65%, #7350de);
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: center;
}

.nav-icon.w--current {
  color: #dc965a;
  background-color: #fff;
  border-radius: 50%;
  flex: none;
  width: 25px;
  height: 25px;
  padding: 3px;
}

.contact-box {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-direction: column;
  margin-bottom: 40px;
  display: flex;
}

.contact-us-text-data {
  align-self: flex-start;
  width: 100%;
  max-width: 50%;
}

.nav-link-border {
  background-image: linear-gradient(to right, #e5b063, #f36e2d 30%, #d9306e 65%, #7350de);
  border-radius: 50%;
  padding: 1px;
}

.field-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.text-field-border {
  color: #fff;
  background-image: linear-gradient(120deg, #0d84b3, #f36e2d 30%, #054e6b 50%, #e5b063 78%, #1098ce);
  border-radius: 20px;
  padding: 1px;
}

.contact-us-form-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 50%;
  margin-bottom: 0;
  display: flex;
}

.success-message-2 {
  background-color: #fff0;
  background-image: linear-gradient(to right, #e5b063, #f36e2d 30%, #d9306e 65%, #7350de);
  border-radius: 10px;
  padding: 1px;
}

.contact-icon-heading {
  color: #050303;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.logo {
  align-self: flex-start;
  display: inline-block;
}

.success-message-box {
  background-color: #170b1b;
  border-radius: 10px;
  padding: 20px;
}

.contact-us-section-2 {
  padding-top: 60px;
  padding-bottom: 0;
}

.find-us-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.contact-us-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  background-color: #054e6b;
  border-radius: 0;
  padding: 60px 80px;
  display: flex;
}

.text-block-3 {
  color: #034b97;
  font-size: 18px;
  font-weight: 700;
}

.image-2 {
  max-width: 75%;
  margin-top: -94px;
  margin-left: 271px;
  padding-top: 0;
}

.text-block-4, .text-block-5 {
  color: #ecd3d3;
}

.container-2 {
  background-color: #063c7400;
  border-top: 1px solid #6d6d6d;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.footer_links {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-end;
  display: flex;
}

.button-text-2.bottom {
  position: absolute;
  bottom: -100px;
}

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

.clip {
  position: relative;
  overflow: hidden;
}

.footer-link {
  color: #475467;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
}

.footer_content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
}

.text-block-7 {
  color: #e5e0e0;
  text-align: center;
  margin-bottom: 10px;
}

.page-section {
  z-index: 10;
  padding-top: 100px;
  padding-bottom: 100px;
}

.page-section.is-manage {
  background-color: #fafafa;
  padding-top: 40px;
  padding-bottom: 0;
}

.container-3 {
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.feature_card-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "."
  / 2fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.icon-wrapper {
  height: 100%;
  max-height: 32px;
  display: inline-block;
}

.eyebrow-text-block {
  background-color: #7644f214;
  border-radius: 20px;
  padding: 9px 20px;
  display: inline-block;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #7644f2;
  border-radius: 60px;
  flex: none;
  padding: 1rem 2.5rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.375rem;
  transition: box-shadow .2s, transform .2s, border-color .2s, color .2s, background-color .2s;
  box-shadow: 0 2px #2020200d;
}

.button:hover {
  background-color: #33383f;
}

.button:active {
  background-color: #626a72;
  transform: translate(0, 2px);
  box-shadow: 0 0 #20202000;
}

.button.is-icon {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  text-decoration: none;
  display: inline-block;
}

.grid_section-text-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  place-items: start center;
  display: grid;
}

.feature_card-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto .3fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start flex-start;
  place-items: baseline;
  display: flex;
}

.button-icon_wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  transition: all .2s ease-in;
  display: flex;
}

.heading {
  font-weight: 600;
  display: block;
}

.heading.h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 1.375rem;
  line-height: 1.4em;
}

.text-block-8 {
  text-decoration: none;
}

.spacer {
  background-color: #e7ecf0;
  height: 48px;
}

.spacer._48 {
  background-color: #0000;
  border-radius: 6px;
  width: 48px;
}

.grid_section-img_left {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-highlight {
  color: #7644f2;
}

.heading-2 {
  max-width: 80%;
  margin-bottom: 0;
}

.paragraph {
  font-size: 16px;
  line-height: 26px;
}

.bold-text-2 {
  color: #000;
  font-size: 38px;
  line-height: 46px;
}

.paragraph-2 {
  font-size: 18px;
  line-height: 28px;
}

.container-large {
  width: 100%;
  max-width: 73.25rem;
  margin-left: auto;
  margin-right: auto;
}

.header-image-wrapper, .header-button-row {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-secondary {
  color: #034b97;
  background-color: #f3f2fa;
  border-radius: 8px;
  margin-left: 20px;
  padding: 14px 40px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.875rem;
}

.header-content-wrapper {
  text-align: center;
  padding-top: 40px;
}

.heading-1 {
  color: #000;
  max-width: 840px;
  margin: 0 auto;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 4.125rem;
}

.margin-bottom.margin-medium {
  margin-bottom: 2rem;
}

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

.padding-vertical.padding-xxhuge {
  padding-top: 8rem;
  padding-bottom: 6rem;
}

.paragraph-medium {
  color: #757095;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 2.25rem;
}

.paragraph-medium.header-paragraph {
  max-width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.15rem;
}

.header-image1 {
  max-width: 20%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.header-image2 {
  max-width: 20%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.button-primary {
  background-color: #034b97;
  border-radius: 8px;
  max-width: 100%;
  padding: 14px 40px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.875rem;
}

.section-home-header {
  background-color: #0000;
  background-image: url('../images/header-bg.png');
  background-position: 50%;
  background-size: cover;
  border-bottom: 1px #c4c4c4;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.home-header_component {
  position: static;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.anim-wrap {
  overflow: hidden;
}

.heading-3 {
  color: #000;
  max-width: 840px;
  margin: 0 auto;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 4.125rem;
}

.bold-text-4 {
  color: #034b97;
  font-size: 46px;
}

.content {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.hero__person-txt-more {
  opacity: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  bottom: 78px;
}

.hero__person-txt-more.mod--1 {
  padding-left: 100px;
}

.swiper-slide {
  justify-content: center;
  align-items: stretch;
  height: auto;
  display: block;
  position: relative;
}

.hero__person-count {
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 0%;
  font-size: 52px;
  transition: all .6s;
  display: flex;
  overflow: hidden;
}

.hero__person-title {
  flex: none;
  font-size: 34px;
  line-height: 1.1em;
}

.hero__person-title.stroke--white-02 {
  margin-left: -13px;
  font-size: 30px;
}

.hero__person-square {
  z-index: -1;
  background-color: #034b97;
  width: 120px;
  height: 100%;
  max-height: 140px;
  margin-left: -24px;
  display: block;
  position: absolute;
}

.hero__col.col--1 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 45%;
  padding-bottom: 56px;
  display: flex;
}

.hero__col.col--2 {
  z-index: 0;
  flex: 1;
}

.hero__person-count-title {
  margin-bottom: -20px;
  line-height: 1em;
  display: inline-block;
}

.hero__h1 {
  max-width: 88%;
  line-height: 54px;
}

.btn-submit {
  z-index: 1;
  color: #1e1e2f;
  background-color: #97c680;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 100%;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  box-shadow: inset 0 0 #feba88;
}

.btn-submit:hover {
  box-shadow: inset 0 -70px #feba88;
}

.btn-submit.mod--hero {
  width: 120px;
  font-size: 34px;
}

.btn-submit.mod--hero:hover {
  box-shadow: inset 0 -120px #feba88;
}

.btn-submit.mod--hero.stroke--btn-1 {
  background-color: #034b97;
}

.section {
  padding: 64px 80px;
}

.section.section--hero {
  opacity: 1;
  text-align: left;
  background-image: url('../images/Untitled-design-3.png');
  background-position: 50% 0;
  background-size: cover;
  padding-top: 120px;
  display: none;
  overflow: hidden;
}

.form {
  position: relative;
}

.hero__columns {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.dot {
  font-family: Varela, sans-serif;
}

.hero__person-cont {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.input {
  z-index: 0;
  border: 1px solid #1e1e2f33;
  border-radius: 0;
  width: 300px;
  height: 64px;
  padding-left: 25px;
  font-size: 16px;
  transition: all .3s;
  position: relative;
}

.input:hover {
  border-color: #1e1e2f66;
}

.input:focus {
  border-color: #97c680;
}

.input::placeholder {
  color: #1e1e2f;
}

.input.mod--hero {
  border-width: 1px;
  border-color: #fff;
  width: 450px;
  height: 120px;
  margin-bottom: 0;
  padding-left: 50px;
  font-size: 20px;
  box-shadow: 0 46px 50px #00000008;
}

.input.mod--hero:hover {
  box-shadow: 0 46px 50px #0000001a;
}

.input.mod--hero:focus {
  border-color: #97c680;
  box-shadow: 0 46px 50px #0000001a;
}

.hero__person-count-span {
  flex: none;
  width: 100%;
  font-size: 14px;
  display: inline-block;
}

.form-block {
  z-index: 1;
  margin-bottom: 0;
  position: relative;
}

.hero__person-img {
  z-index: 0;
  object-fit: cover;
  min-width: 100%;
  height: 115%;
  display: block;
  position: relative;
}

.hero__person {
  cursor: pointer;
  border-radius: 20px;
  width: 21%;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}

.hero__person-grad {
  z-index: 1;
  color: #fff;
  background-image: linear-gradient(#0000 50%, #000c);
  position: absolute;
  inset: 0%;
}

.swiper {
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
}

.swiper.swiper--persons {
  display: none;
}

.hero__person-txt-less {
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  position: absolute;
  bottom: 80px;
  transform: rotate(-90deg);
}

.hero__person-txt-less.mod--1 {
  padding-top: 20px;
  right: 0;
}

.hero__person-txt-less.mod--1.hide {
  display: none;
}

.hero__person-txt-less.mod--2 {
  height: 20%;
}

.swiper-wrapper {
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.hero__persons {
  z-index: 0;
  justify-content: flex-end;
  height: 590px;
  margin-left: -85px;
  margin-right: -20px;
  display: flex;
  position: relative;
}

.header-block {
  z-index: 90;
  padding: 38px 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.header-block.mod--absolute {
  padding-top: 20px;
  padding-bottom: 0;
}

.btn {
  text-align: center;
  background-color: #97c680;
  border-radius: 100px;
  min-width: 160px;
  padding: 10px 30px;
  box-shadow: inset 0 45px #1e1e2f;
}

.btn:hover {
  color: #1e1e2f;
  box-shadow: inset 0 45px 0 -50px #1e1e2f;
}

.btn.stroke--btn-01 {
  color: #fff;
  background-color: #034b97;
  box-shadow: inset 0 45px #034b97;
}

.header__btn-menu {
  cursor: pointer;
  background-color: #1e1e2f;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-left: 24px;
  display: none;
  position: relative;
}

.header__columns {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.header__col.col--3 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header__col.col--1 {
  min-width: 250px;
}

.nav__link {
  color: #1e1e2f;
  text-align: center;
  margin-right: 40px;
  text-decoration: none;
  display: inline-block;
  box-shadow: inset 0 0 #97c680;
}

.nav__link:hover {
  box-shadow: inset 0 -9px #97c680;
}

.header__btn-menu-line {
  background-color: #fff;
  width: 16px;
  height: 2px;
  position: absolute;
  transform: none;
}

.header__btn-menu-line.mod--1 {
  transform: translate(0, -3px);
}

.header__btn-menu-line.mod--2 {
  transform: translate(0, 3px);
}

.green_block_1, .green_block_6 {
  z-index: 2;
  -webkit-text-fill-color: inherit;
  background-color: #12be65;
  background-clip: content-box;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 0;
}

.scroll_bar_section_block {
  justify-content: flex-end;
  align-items: center;
  width: 80vw;
  height: auto;
  display: flex;
  overflow: hidden;
}

.green_block_2 {
  z-index: 2;
  -webkit-text-fill-color: inherit;
  background-color: #12be65;
  background-clip: content-box;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 0;
}

.section_1_bot_inner_block {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 10vw 70vw;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: 100%;
  display: flex;
}

.green_block_3, .green_block_4, .green_block_5 {
  z-index: 2;
  -webkit-text-fill-color: inherit;
  background-color: #12be65;
  background-clip: content-box;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 0;
}

.scroll_bar_section {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
}

.section_1_bot_block {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 10vh;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.scroll_bar_block {
  z-index: 1;
  -webkit-text-fill-color: inherit;
  background-color: #635f5b;
  background-clip: padding-box;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  width: 7px;
  height: 10px;
  position: relative;
  overflow: hidden;
}

.scroll_bar_inner_block {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 5px;
  background-color: #0000;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: grid;
  position: relative;
  overflow: hidden;
}

.lottie-animation {
  filter: hue-rotate(275deg);
  height: 10vh;
}

.scroll_bar_container {
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 7px;
  height: auto;
  display: flex;
  overflow: hidden;
}

.nav-menu-two {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-right: 20px;
  display: flex;
}

.navbar-brand-2 {
  width: 25%;
  max-width: 25%;
}

.nav-link-2 {
  color: #fff;
  align-self: center;
  font-size: 16px;
  text-decoration: none;
}

.nav-link-2:hover {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #e5b063, #f36e2d 30%, #d9306e 65%, #7350de);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 500;
}

.navbar-logo-left {
  z-index: 999999999;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  width: 100%;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0 0;
}

.navbar-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  padding-right: 20px;
  display: inline-flex;
}

.image-3 {
  width: auto;
  max-width: 50%;
  max-height: 100%;
}

.hero-section-3 {
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 40px;
  display: none;
  position: relative;
}

.marquee-main-block {
  justify-content: center;
  align-items: center;
  height: 240px;
  display: flex;
  position: absolute;
  inset: auto 0% -9%;
  overflow: hidden;
}

.gradient {
  background-image: radial-gradient(circle farthest-side at 100% 35%, #e6b063, #f36e2d 20%, #d9306e 40%, #7350deb3 60%, #170b1b00 87%, #170b1b00);
  width: 60%;
  height: 700px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.marquee-star {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  transform: rotate(-20deg);
}

.image-4 {
  max-width: 65%;
  display: inline-flex;
  position: relative;
}

.gradient-circal {
  z-index: 0;
  filter: blur(40px);
  background-image: radial-gradient(circle at 20% 30%, #ffffffe6, #b257abe6 40%);
  border-radius: 50%;
  width: 270px;
  height: 270px;
  display: none;
  position: absolute;
  inset: 50% auto 50% -10%;
  transform: translate(0, -50%);
}

.gero-detail-block {
  z-index: 1;
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-direction: column;
  max-width: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
}

.hero-image-block {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
  position: relative;
}

.hero-form-block {
  margin-top: 0;
  margin-bottom: 0;
}

.text-marquee-field {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.submit-button {
  text-transform: uppercase;
  background-image: linear-gradient(to right, #e5b063, #f36e2d 30%, #d9306e 65%, #7350deb3);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 18px;
  line-height: 24px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero-heading-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 600;
  line-height: 68px;
}

.hero-main-block {
  position: relative;
}

.hero-grid-2 {
  grid-template-rows: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 40px;
}

.container-5 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 16px;
}

.marquee-text-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.hero-heading-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #e5b063, #f36e2d 30%, #5b87e3 65%, #4f7ce0);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
}

.hero-form {
  position: relative;
}

.marquee-block {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #d8d8d833;
  border: 1px solid #fff;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  position: absolute;
  transform: rotate(-8deg);
}

.marquee-block.blur {
  background-color: #d8d8d833;
  display: flex;
  transform: rotate(8deg);
}

.hero-text-field {
  color: #fff;
  background-color: #ffffff1a;
  border: 1px solid #ffffff4d;
  border-radius: 5px;
  height: 60px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 18px;
  line-height: 24px;
}

.hero-text-field::placeholder {
  font-size: 18px;
  line-height: 24px;
}

.text-marquee {
  letter-spacing: 5px;
  text-transform: uppercase;
  white-space: nowrap;
  background-image: none;
  font-size: 20px;
  font-weight: 200;
  line-height: 26px;
}

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

.appointment-button-box-2 {
  background-image: linear-gradient(90deg, #e5b063, #f36e2d 32%, #2f579b 65%, #23458a);
  border-radius: 20px;
  align-self: flex-start;
  padding: 1px;
  display: inline-block;
}

.button-text-3 {
  z-index: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 104%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button-text-3._w-0 {
  color: #fff;
  text-align: center;
  order: -1;
  align-self: center;
  width: 103%;
  font-size: 16px;
  display: inline-flex;
}

.button-2 {
  text-transform: capitalize;
  -webkit-text-fill-color: transparent;
  background-color: #fff0;
  background-image: linear-gradient(90deg, #e5b063, #f36e2d 30%, #d9306e 65%, #7350de);
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 20px;
  padding: 16px 18px 16px 24px;
  font-size: 20px;
  line-height: 26px;
}

.service-card-block {
  cursor: pointer;
  background-color: #121014;
  border: 1px solid #444343;
  border-radius: 12px;
  padding: 40px 20px 20px;
  position: relative;
  overflow: hidden;
}

.section-heading-text {
  text-transform: capitalize;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #e5b063, #f36e2d 42%, #4f7ce0 66%, #7350de);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 56px;
  display: inline-block;
}

.service-name-2 {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
}

.service-section-2 {
  padding-top: 0;
  padding-bottom: 60px;
}

.service-icon {
  width: 35px;
  height: 35px;
  margin-top: 2px;
  margin-left: 3px;
}

.service-dec {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

.service-icon-block {
  background-image: linear-gradient(90deg, #e5b063, #f36e2d 41%, #4f7ce0 97%, #7350de);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  display: flex;
}

.service-detail-block {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  display: flex;
}

.service-grid-2 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr 1.25fr 1.25fr;
}

.service-border {
  background-image: linear-gradient(90deg, #e5b063, #f36e2d 30%, #4e7ade 65%, #7350de);
  height: 5px;
  position: absolute;
  inset: auto 0% 0%;
}

.container-6 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.section-heading-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.service-heading {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.heading-4 {
  color: #fff;
  margin-top: 0;
  font-size: 36px;
  line-height: 44px;
}

.text-block-9 {
  color: #ccc;
  font-size: 16px;
}

.appointment-button-box-3 {
  background-image: linear-gradient(to right, #e5b063, #f36e2d 30%, #d9306e 65%, #7350de);
  border-radius: 20px;
  align-self: flex-start;
  padding: 1px;
  display: inline-block;
}

.hero-description-2 {
  color: #ffffffb3;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
}

.achievement-data-des {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.about-data-box {
  margin-top: 30px;
  margin-bottom: 30px;
}

.about-image-box-2 {
  width: 80%;
  position: absolute;
  inset: auto 50% 0%;
  transform: translate(-50%);
}

.about-image-box-data {
  width: 100%;
  max-width: 45%;
  padding-top: 70px;
  padding-left: 70px;
  padding-right: 70px;
  position: relative;
}

.button-3 {
  text-transform: capitalize;
  -webkit-text-fill-color: transparent;
  background-color: #fff0;
  background-image: linear-gradient(90deg, #e5b063, #f36e2d 30%, #d9306e 65%, #7350de);
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 20px;
  padding: 16px 18px 16px 24px;
  font-size: 18px;
  line-height: 26px;
}

.counter-number {
  padding-top: 0;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 52px;
}

.numbers {
  z-index: 3;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #e5b063, #f36e2d 30%, #d9306e 65%, #7350de);
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: flex-start;
  height: 54px;
  display: flex;
  overflow: hidden;
}

.about-heading {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #e5b063, #f36e2d 30%, #4f7ce0 65%, #7350de);
  -webkit-background-clip: text;
  background-clip: text;
  align-self: flex-start;
  margin-bottom: 20px;
  font-size: 46px;
  font-weight: 700;
  line-height: 56px;
  display: inline-block;
}

.about-text-box {
  align-self: center;
  width: 100%;
  max-width: 55%;
  padding-right: 20px;
}

.about-card-data {
  z-index: 1;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.container-7 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.about-grid-3 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-background-image-box {
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-background-image {
  opacity: .41;
  max-width: 72%;
}

.about-card {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.about-us-section-2 {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.about-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.all-number._01 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #e7a85d, #f36e2d);
  -webkit-background-clip: text;
  background-clip: text;
}

.all-number._02 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #f27433, #da326b);
  -webkit-background-clip: text;
  background-clip: text;
}

.background-video {
  position: absolute;
}

.nav-logo-wrap {
  color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-410 {
  position: relative;
  overflow: hidden;
}

.nav03 {
  background-color: #fff0;
  align-items: center;
  height: 90px;
  display: flex;
  box-shadow: 11px 11px 25px #0907250f;
}

.heading1_title {
  color: #f7c618;
  text-align: center;
  letter-spacing: 2px;
  font-size: 100px;
  line-height: 100px;
}

.div-block-411 {
  overflow: hidden;
}

.navlink {
  color: #fffc;
  text-transform: uppercase;
  border-bottom: 1px solid #0000;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  display: flex;
  position: static;
}

.navlink:hover {
  color: #f7c618;
  border-bottom: 1px solid #fff;
}

.navlink.w--current {
  color: #f7c618;
}

.image-502 {
  width: 7%;
}

.navigation-container-full {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.hero_text_block {
  width: 90vw;
}

.text-block-10 {
  color: #fff;
  margin-left: 10px;
  font-size: 16px;
}

.nav-logo {
  height: 45px;
}

.hero_section {
  width: 100vw;
  height: 100%;
}

.background-video-2 {
  background-image: linear-gradient(#00000052, #0000006e 47%, #000000ad 86%, #000);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding-bottom: 40px;
  padding-left: 0;
  display: flex;
}

.nav-menu-green {
  color: #3f0a3d;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.container-38 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: auto;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.text-block-11 {
  color: #f7c618;
  text-align: center;
  letter-spacing: 8px;
  font-size: 30px;
  font-weight: 400;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.appointment-button-box-4 {
  background-image: linear-gradient(90deg, #e5b063, #f36e2d 30%, #5783e2 65%, #7350de);
  border-radius: 15px;
  align-self: flex-start;
  width: auto;
  margin-top: 10px;
  padding: 0 1px 1px;
  font-size: 12px;
  display: inline-block;
}

.button-4 {
  text-transform: capitalize;
  -webkit-text-fill-color: transparent;
  background-color: #fff0;
  background-image: linear-gradient(90deg, #e5b063, #f36e2d 30%, #5a86e3 70%, #7350de);
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 15px;
  padding: 5px 18px 5px 24px;
  font-size: 16px;
  line-height: 26px;
}

.appointment-button-box-5 {
  background-image: linear-gradient(90deg, #e5b063, #f36e2d 30%, #5884e2 65%, #7350de);
  border-radius: 20px;
  align-self: flex-start;
  padding: 1px;
  display: inline-block;
}

.form-button-box-2 {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  display: flex;
  position: relative;
}

.button-5 {
  text-transform: capitalize;
  -webkit-text-fill-color: transparent;
  background-color: #fff0;
  background-image: linear-gradient(90deg, #e5b063, #f36e2d 30%, #5884e2 65%, #7350de);
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 20px;
  padding: 10px 18px 10px 24px;
  font-size: 18px;
  line-height: 26px;
}

.nav-menu-two-2 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-3 {
  color: #fff;
  align-self: center;
}

.nav-link-3:hover {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #e5b063, #f36e2d 30%, #d9306e 65%, #7350de);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 500;
}

.menu_section_block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 34vw 55vw;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 100%;
  max-width: 100%;
  height: 10vh;
  padding-top: 10px;
  padding-left: 60px;
  padding-right: 0;
  display: grid;
}

.menu_section_block_logo_link_block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 10vh;
  display: flex;
}

.logo_image {
  width: 20%;
  max-width: none;
}

.menu_section_block_nav_bar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr 1.5fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: grid;
}

.menu_nav_link {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all .4s ease-in;
  display: flex;
}

.menu_nav_link:hover {
  transform: scale(1.2);
}

.menu_nav_link_text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.menu_nav_link_text.pre-order_button {
  border: 2px solid #12be65;
  border-radius: 20px;
  padding: 15px 25px;
}

.pre-order_block {
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  transition: all .4s ease-in;
  display: flex;
}

.pre-order_block:hover {
  transform: scale(1.1);
}

.sm-icon-link {
  color: #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: auto;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .25s;
  display: flex;
}

.sm-icon-link:hover {
  opacity: .8;
}

.sm-icon {
  object-fit: cover;
  width: 20px;
  height: auto;
}

.sm-text.sm-text-light {
  color: #fff;
}

.icons-wrapper {
  justify-content: center;
  align-items: center;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
}

.grid {
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 25%;
  position: relative;
}

.component-tag {
  color: #000;
  background-color: #0003;
  border-radius: 4px;
  padding: .25rem .5rem;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  inset: -30% 0% auto auto;
}

.component-tag.light-tag {
  color: #fff;
  background-color: #fff3;
}

.testimonial-person {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 140px;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
  position: relative;
}

.profile-name {
  z-index: 1;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  position: relative;
}

.background-cover {
  z-index: 0;
  justify-content: space-around;
  display: flex;
  position: absolute;
  inset: 0%;
}

.background-cover.padding {
  justify-content: center;
  padding-left: 6vw;
  padding-right: 6vw;
}

.paralax-cover {
  background-image: url('../images/jakob-dalbjorn-cuKJre3nyYc-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 110%;
  height: 110%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.paralax-cover.dark {
  background-image: linear-gradient(#010101, #0c0c0ceb 16%, #1a1a1ad1 24%, #89898905 66%, #8c8c8c00 67%, #010101 89%), url('../images/Untitled-design-21.png'), linear-gradient(#000, #000);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, auto;
}

.wrapper {
  z-index: 12;
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.wrapper.stripe-wrapper {
  justify-content: space-between;
  max-width: 1400px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.wrapper.plus-200-width {
  z-index: 11;
  max-width: 1400px;
}

.cover {
  z-index: 10;
  width: 100px;
  height: 100%;
  position: absolute;
}

.cover.left {
  inset: 0% auto 0% 0%;
}

.cover.right {
  inset: 0% 0% 0% auto;
}

.heading-5 {
  color: #fff;
  font-size: 48px;
}

.slide-nav {
  display: none;
}

.arrow {
  z-index: 11;
  color: #0d0d11;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 140px;
  display: flex;
  inset: auto 0% 0% auto;
}

.arrow.left-arrow {
  display: none;
  inset: auto auto 0% 0%;
}

.arrow.right-arrow {
  inset: auto 0% 0% auto;
}

.large-text {
  color: #fff;
  width: 88%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45em;
}

.pinstripe {
  border-right: 1px solid #ffffff12;
  width: 25%;
  height: 100%;
  padding-top: 36px;
  padding-bottom: 36px;
  position: relative;
  overflow: hidden;
}

.pinstripe.testimonial {
  border-left: 1px solid #ffffff12;
  width: 33.33%;
}

.small-text {
  color: #fffc;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.slider-wrap {
  overflow: hidden;
}

.capped-text {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
}

.testimonial-wrap {
  border-right: 1px #ffffff1a;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-left: 0;
  display: flex;
}

.testimonial-mask {
  width: 33.33%;
  overflow: visible;
}

.testimonial-cover {
  background-color: #010101;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.reg-text {
  color: #ffffffe6;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.55em;
}

.section-2 {
  background-color: #1b1b1b;
  justify-content: center;
  align-items: center;
  padding: 120px 6vw;
  display: flex;
  position: relative;
}

.section-2.dark {
  background-color: #1b1b1b;
  position: relative;
  top: 0;
  overflow: visible;
}

.section-2.dark.sticky-row {
  z-index: 90;
  align-items: stretch;
  padding-top: 60px;
  padding-bottom: 0;
  display: none;
  overflow: hidden;
}

.testimonial-profile {
  background-image: url('../images/shcool.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 19%;
  width: 60px;
  height: 60px;
}

.ghost-cover {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 120px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.testimonial-text {
  margin-bottom: 140px;
  overflow: hidden;
}

.profile-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  padding-right: 18px;
  display: flex;
  position: relative;
}

.italic-text {
  font-style: normal;
}

.div-block-412 {
  background-image: url('../images/Untitled-design-19.png');
  background-position: 50%;
  background-size: cover;
  width: 60px;
  height: 60px;
}

.div-block-413 {
  background-image: url('../images/Untitled-design-20.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  width: 60px;
  height: 60px;
}

.image-503 {
  width: 25px;
}

.form-caption {
  text-align: center;
  font-size: 13px;
}

.comp-pane {
  width: 45%;
}

.comp-pane.right {
  z-index: 50;
  background-color: #fff0;
  border-radius: 10px;
  width: 55%;
  min-height: 630px;
  padding: 30px 10px 50px 30px;
  position: relative;
  box-shadow: 0 7px 30px #00000021;
}

.comp-pane.left {
  width: 53%;
  padding-top: 0;
}

.form-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
}

.field-wrap {
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 0;
  position: relative;
}

.component-wrap {
  z-index: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: relative;
}

.form-component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  overflow: hidden;
}

.form-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.submit-button-2 {
  color: #fff;
  background-color: #ffd000;
  background-image: linear-gradient(124deg, #ea9850, #f17633 43%, #447eb5 67%, #7778b4);
  border-radius: 30px;
  min-width: 170px;
  height: 50px;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 22px;
  font-weight: 700;
  transition: filter .2s;
}

.submit-button-2:hover {
  filter: brightness(96%);
}

.abstract-1 {
  z-index: 1;
  background-image: url('../images/Path-3--Path-3--Path-3--Path-3--Path-3--Path-3--Path-3-Mask.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: auto -4% -6% auto;
}

.form-field-label {
  z-index: 10;
  color: #fafafa;
  background-color: #010101;
  margin-top: -9px;
  margin-left: 10px;
  padding: 1px 5px;
  font-size: 13px;
  line-height: 14px;
  display: inline-block;
  position: absolute;
}

.form-field {
  z-index: 1;
  color: #fff;
  background-color: #0000;
  border: 1px solid #dcdcdd82;
  border-radius: 0;
  height: 50px;
  min-height: 50px;
  padding-top: 11px;
  position: relative;
}

.form-field:focus {
  border-color: #4f7cb4c4;
}

.form-field::placeholder {
  color: #a0a0a0b0;
}

.form-field.select-field {
  padding-top: 8px;
}

.form-field.select-field.wide {
  cursor: pointer;
  border-radius: 0;
  line-height: 35px;
}

.column {
  padding-left: 0;
  padding-right: 10px;
}

.column-2 {
  padding-right: 0;
}

.success-message-3 {
  color: #fff;
  background-color: #ddd0;
}

.text-block-12 {
  padding-top: 159px;
  font-size: 26px;
  line-height: 42px;
}

.text-span {
  color: #e3692a;
  font-size: 38px;
}

.section-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: block;
}

.div-block-414 {
  justify-content: center;
  align-items: center;
  max-width: none;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.section-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.columns {
  display: none;
}

.field-label {
  z-index: 10;
  color: #fff;
  background-color: #000;
  margin-top: -9px;
  margin-left: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 13px;
  position: absolute;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.bold-text-182 {
  color: #fff;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
}

.navbar-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.paragraph-52 {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.2;
}

.div-block-543 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-469 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.utility-page-wrap-2 {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: block;
}

.container-4212 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.paragraph-59 {
  color: #fff;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1.1;
}

.button-59 {
  text-transform: uppercase;
  background-color: #8ac197;
  border: 1px solid #8ac197;
  border-radius: 10px;
  padding: 12px 25px;
  font-size: 16px;
}

.button-59.open-popup-button.back_to_home {
  background-color: #5e17eb;
  border-radius: 34px;
  width: auto;
  height: auto;
  margin-top: 20px;
  padding: 17px 40px;
}

.button-59.open-popup-button.back_to_home.w--current {
  margin-top: 30px;
}

.footer-logo-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 65px;
  height: auto;
  max-height: 140px;
  padding-bottom: 18px;
  display: flex;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.height {
  height: 15vh;
}

.button-60 {
  background-image: linear-gradient(90deg, #e5b063, #f36e2d 30%, #5a86e3 70%, #7350de);
}

@media screen and (min-width: 1280px) {
  .service-card:hover {
    background-color: #034b97;
  }

  .key-number {
    font-size: 28px;
  }

  .image-box {
    width: 410px;
    height: 410px;
  }

  .hero-wrapper-2 {
    flex-wrap: nowrap;
  }

  .hero-section-data {
    width: 62%;
  }

  .paragraph-medium.header-paragraph {
    text-align: center;
    max-width: 85%;
    margin-left: auto;
  }

  .button-primary {
    max-width: 100%;
  }

  .section.section--hero {
    display: none;
  }

  .container-4 {
    max-width: none;
  }

  .navbar-logo-left-container {
    margin-left: auto;
  }

  .image-3 {
    display: inline-flex;
  }

  .hero-section-3 {
    height: 900px;
  }

  .marquee-main-block {
    height: 260px;
  }

  .gradient {
    height: 1300px;
  }

  .hero-image-block {
    height: 100%;
  }

  .hero-grid-2 {
    max-width: 1200px;
  }

  .button-text-3._w-0 {
    display: inline-flex;
  }

  .about-grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-502 {
    width: 7%;
  }

  .appointment-button-box-4 {
    width: 100%;
  }

  .menu_section_block {
    width: 90%;
  }
}

@media screen and (min-width: 1440px) {
  .main-container {
    max-width: 1360px;
  }

  .hero-img {
    width: 700px;
    height: 554px;
    margin-left: -70px;
    margin-right: -70px;
  }

  .hero-people-desc {
    max-width: 250px;
  }

  .hero-grid {
    grid-template-columns: 400px 1fr 400px;
  }

  .hero-right-col {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .hero-desc-box {
    max-width: 340px;
  }

  .gallery-heading, .contact-heading {
    max-width: 600px;
  }

  .image-box {
    width: 440px;
    height: 440px;
  }

  .hero-section-data {
    width: 65%;
  }

  .card-heading, .contact-us-field-name, .appointment-text-field {
    color: #fff;
  }

  .appointment-text-field::placeholder {
    color: #878e99;
  }

  .paragraph-medium.header-paragraph {
    margin-left: 0;
  }

  .hero__col.col--1 {
    justify-content: center;
    align-items: flex-start;
  }

  .marquee-main-block {
    height: 350px;
    bottom: -15%;
  }

  .gradient {
    height: 1430px;
  }

  .counter-number {
    color: #fff;
    font-size: 55px;
    line-height: 62px;
  }

  .numbers {
    height: 62px;
  }

  .about-grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-502 {
    width: 7%;
    max-width: 66%;
  }

  .background-video-2 {
    width: auto;
    max-width: 100%;
  }

  .menu_section_block_logo_link_block.w--current {
    padding-left: 40px;
  }

  .icons-wrapper {
    position: relative;
  }

  .component-tag {
    color: #fff;
    background-color: #000;
    border-radius: 4px;
    padding: .25rem .5rem;
    display: inline-block;
    position: absolute;
    inset: -30% 0% auto auto;
  }

  .form-component {
    padding-left: 0%;
  }

  .div-block-414 {
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    display: flex;
  }

  .section-4 {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .main-container {
    max-width: 1600px;
  }

  .hero-desc-wrapper {
    max-width: 500px;
  }

  .hero-people-desc {
    max-width: 420px;
  }

  .hero-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .hero-right-col {
    margin-left: 0;
  }

  .hero-desc-box {
    max-width: 440px;
  }

  .about-img {
    top: -15%;
  }

  .gallery-heading, .contact-heading {
    max-width: 660px;
  }

  .image-box {
    width: 570px;
    height: 570px;
  }

  .hero-section-data {
    width: 66.66%;
  }

  .container-2 {
    max-width: 100%;
    padding-left: 140px;
  }

  .navbar-wrapper-2 {
    grid-column-gap: 58px;
    grid-row-gap: 58px;
    justify-content: center;
    display: inline-flex;
  }

  .marquee-main-block {
    height: 380px;
    bottom: -17%;
  }

  .gradient {
    background-image: radial-gradient(circle farthest-side at 100% 25%, #e6b063, #f36e2d 20%, #d9306e 40%, #7350deb3 60%, #170b1b 87%, #170b1b);
    width: 55%;
  }

  .marquee-block {
    transform: rotate(-5deg);
  }

  .marquee-block.blur {
    transform: rotate(5deg);
  }

  .body-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .image-502 {
    width: 5%;
  }

  .background-video-2 {
    padding-left: 0;
    display: flex;
  }

  .menu_section_block {
    grid-template-columns: 20vw 50vw;
    width: 1400px;
  }

  .menu_section_block_nav_bar {
    position: relative;
  }

  .paralax-cover.dark {
    background-image: linear-gradient(#010101, #0c0c0ceb 9%, #1a1a1ad1 16%, #8c8c8c00 47%, #89898905 66%, #010101 91%), url('../images/Untitled-design-21.png'), linear-gradient(#000, #000);
    background-position: 0 0, 50%, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, cover, auto;
  }

  .large-text {
    width: 75%;
  }

  .form-component {
    display: block;
  }

  .div-block-414 {
    max-width: 1200px;
  }

  .section-4 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-59 {
    color: #006496;
    font-family: Open Sans, sans-serif;
  }
}

@media screen and (max-width: 991px) {
  .main-container {
    max-width: 100%;
  }

  .hero-section {
    margin-top: 80px;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-img {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    inset: auto;
  }

  .hero-desc-wrapper {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-people-desc {
    max-width: 320px;
  }

  .hero-btn-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    max-width: 540px;
  }

  .hero-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .hero-client-img-wrapper {
    justify-content: center;
  }

  .hero-right-col {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-right-desc-wrapper {
    margin-bottom: 40px;
  }

  .hero-desc-box {
    max-width: 400px;
  }

  .hero-before-text {
    font-size: 250px;
    line-height: 300px;
  }

  .about-car-block.right {
    margin-left: 0;
    margin-right: 0;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #787878;
    background-color: #fff0;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    line-height: 23px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .service-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section-heading {
    font-size: 36px;
    line-height: 48px;
  }

  .service-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service-name {
    font-size: 22px;
    line-height: 24px;
  }

  .service-card {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
  }

  .about-flex-col {
    width: 100%;
  }

  .about-wrapper {
    flex-wrap: wrap;
  }

  .about-img {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    inset: auto;
  }

  .about-section {
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .features-tab-link {
    padding: 14px;
  }

  .features-icon {
    width: 32px;
    height: 32px;
  }

  .features-arrow {
    display: none;
  }

  .features-detail-wrap.b-left, .features-detail-wrap.t-right, .features-detail-wrap.b-right, .features-detail-wrap.m-right, .features-detail-wrap.m-left {
    max-width: none;
  }

  .features-tabs-menu {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .features-icon-wrapper {
    width: 70px;
    height: 70px;
  }

  .features-tab-icon-block {
    width: 40px;
    height: 40px;
    padding: 6px;
  }

  .our-features-section, .our-gallery-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .gallery-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .gallery-left-side {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .marquee {
    height: 590px;
  }

  .contact-us-section {
    padding-top: 0;
  }

  .map {
    margin-top: 40px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-detail-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 0;
  }

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

  .hero-image-data {
    margin-top: 100px;
  }

  .hero-paragraph {
    max-width: none;
  }

  .hero-section-2 {
    padding-bottom: 50px;
  }

  .hero-heading {
    font-size: 70px;
    line-height: 76px;
  }

  .hero-section-data {
    width: 100%;
  }

  .about-us-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .about-key-data {
    width: 100%;
    max-width: 512px;
    padding-top: 0;
  }

  .about-grid-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .about-key-metrics-block.top-right {
    transform: none;
  }

  .about-key-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .about-paragraph {
    max-width: none;
  }

  .about-key-box.top-right {
    transform: none;
  }

  .hero-description._w-415 {
    max-width: 550px;
  }

  .contact-us-form {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .navbar-icon-box {
    margin-top: 18px;
  }

  .contact-box {
    margin-bottom: 35px;
  }

  .contact-us-text-data {
    max-width: 100%;
  }

  .contact-us-form-block {
    max-width: none;
  }

  .contact-us-section-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .find-us-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .contact-us-wrapper {
    flex-direction: column;
    padding-left: 60px;
    padding-right: 60px;
  }

  .footer-link {
    padding: 11px;
  }

  .text-block-7 {
    margin-bottom: 10px;
  }

  .page-section {
    padding-bottom: 50px;
  }

  .grid_section-image-wrapper {
    max-width: 350px;
  }

  .button {
    position: relative;
  }

  .grid_section-img_left {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .header-image1, .header-image2 {
    display: none;
  }

  .section-home-header {
    padding-top: 0;
  }

  .home-header_component {
    position: relative;
  }

  .hero__person-txt-more {
    opacity: 1;
    padding-left: 16px;
    padding-right: 16px;
    bottom: 20px;
  }

  .hero__person-txt-more.mod--1 {
    padding-left: 16px;
  }

  .swiper-slide.slide--persons {
    width: auto;
  }

  .hero__person-title {
    font-size: 22px;
  }

  .hero__col.col--2 {
    display: none;
  }

  .hero__person-count-title {
    font-size: 32px;
  }

  .hero__h1 {
    margin-bottom: 30px;
  }

  .section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero__columns {
    display: block;
  }

  .input.mod--hero {
    width: 100%;
  }

  .hero__person-count-span {
    font-size: 12px;
  }

  .form-block {
    width: 100%;
    max-width: 300px;
  }

  .form-block.mod--hero {
    width: 100%;
    max-width: 450px;
  }

  .hero__person {
    width: 240px;
    height: 376px;
    padding-left: 0;
    padding-right: 0;
  }

  .swiper.swiper--persons {
    margin-bottom: 40px;
    display: block;
    overflow: visible;
  }

  .hero__person-txt-less {
    display: none;
  }

  .header-block {
    padding: 24px;
  }

  .header-block.mod--absolute {
    background-color: #eeedf800;
    padding-top: 20px;
  }

  .header__btn-menu {
    cursor: pointer;
    background-color: #1e1e2f;
    width: 32px;
    height: 32px;
    padding: 0;
    transition: all .2s;
    display: flex;
  }

  .nav {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    display: flex;
    overflow: hidden;
  }

  .header__col.col--2, .header__col.col--3 {
    display: none;
  }

  .header__col.col--1 {
    min-width: auto;
  }

  .nav__link {
    text-align: left;
    border-bottom: 1px solid #1e1e2f1a;
    margin-bottom: -1px;
    margin-right: 0;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav__link:hover {
    box-shadow: none;
  }

  .nav__link-2.mod--login {
    margin-right: 24px;
  }

  .scroll_bar_section {
    display: none;
  }

  .nav-menu-two {
    flex-flow: column wrap;
    align-items: flex-start;
    padding: 20px;
    display: flex;
  }

  .nav-menu-wrapper-2 {
    background-color: #170b1be6;
  }

  .nav-link-2 {
    color: #fff;
  }

  .menu-button-2 {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #fff0;
  }

  .navbar-logo-left-container {
    margin-bottom: 0;
  }

  .icon {
    color: #fff;
  }

  .image-3 {
    max-width: 30%;
  }

  .hero-section-3 {
    height: auto;
    padding-top: 50px;
  }

  .marquee-main-block {
    bottom: 0%;
  }

  .gradient {
    background-image: radial-gradient(circle farthest-side at 50% 120%, #e6b063, #f36e2d 20%, #d9306e 40%, #7350deb3 60%, #170b1b 87%, #170b1b);
    width: 100%;
    height: 100%;
  }

  .hero-image-block {
    width: 420px;
  }

  .hero-grid-2 {
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .marquee-block {
    transform: translate(0, -50px);
  }

  .marquee-block.blur {
    filter: none;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    transform: translate(0, 50px);
  }

  .button-text-3._w-0 {
    display: inline-flex;
  }

  .service-card-block {
    width: 100%;
    max-width: 350px;
  }

  .service-grid-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: grid;
  }

  .about-image-box-data {
    align-self: flex-start;
    max-width: 60%;
  }

  .about-text-box {
    max-width: 100%;
  }

  .about-card-data {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    align-items: flex-start;
  }

  .about-grid-3 {
    grid-auto-columns: 1fr;
  }

  .about-us-section-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .about-wrapper-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .nav-logo-wrap {
    padding-left: 0;
  }

  .nav03 {
    background-color: #1c1a19;
  }

  .heading1_title {
    font-size: 70px;
  }

  .menu-button-3:active {
    background-color: #1c1a19;
  }

  .navlink {
    background-color: #1c1a19;
    height: auto;
    margin-bottom: 10px;
    box-shadow: 1px 1px 10px #0003;
  }

  .navlink.w--current {
    background-color: #1c1a19;
  }

  .navigation-container-full {
    min-height: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .nav-logo {
    width: auto;
    max-width: 200px;
  }

  .background-video-2 {
    padding-left: 20px;
  }

  .icon-4 {
    color: #f7c618;
    background-color: #01010100;
  }

  .nav-menu-green {
    color: #fff;
    background-color: #1c1a19;
    height: auto;
  }

  .appointment-button-box-4 {
    width: 100%;
    max-width: 100%;
  }

  .nav-menu-two-2 {
    flex-flow: column wrap;
    align-items: flex-start;
    padding: 20px;
    display: none;
  }

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

  .menu_section_block, .logo_image {
    width: auto;
  }

  .menu_section_block_nav_bar {
    grid-column-gap: 0px;
    grid-template-columns: .25fr 1fr 1fr;
  }

  .sm-icon-link {
    margin-right: 16px;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    width: 50%;
  }

  .component-tag {
    display: none;
  }

  .large-text {
    font-size: 21px;
  }

  .testimonial-mask {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-cover {
    height: 100%;
  }

  .reg-text {
    font-size: 16px;
  }

  .section-2, .section-2.dark {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .ghost-cover {
    display: none;
  }

  .testimonial-text {
    text-align: center;
    padding-left: 36px;
    padding-right: 36px;
  }

  .comp-pane.right {
    width: 100%;
  }

  .comp-pane.left {
    background-image: none;
    width: 60%;
    margin-left: 0;
    position: static;
    inset: 0% auto 0% 0%;
  }

  .component-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .form-component {
    flex-flow: column;
    padding-top: 0;
  }

  .div-block-414, .section-4 {
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    margin-top: 70px;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .hero-desc {
    max-width: 520px;
  }

  .hero-desc-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: 650px;
    display: flex;
  }

  .hero-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .hero-right-col {
    display: none;
  }

  .hero-desc-box {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: center;
  }

  .hero-section-heading {
    font-size: 40px;
    line-height: 54px;
  }

  .hero-before-text {
    font-size: 200px;
    line-height: 270px;
  }

  .theme-button {
    align-self: auto;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
  }

  .navbar {
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-menu-wrapper {
    background-color: #fff;
    box-shadow: 0 6px 10px #0000001a;
  }

  .service-grid {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .section-heading {
    font-size: 34px;
    line-height: 46px;
  }

  .service-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-small-heading {
    font-size: 16px;
    line-height: 22px;
  }

  .serivce-icon {
    width: 60px;
    height: 60px;
    padding: 14px;
  }

  .service-card {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .about-grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-flex-col {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .about-img {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .features-grid {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .features-tab-link {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-radius: 0;
    max-width: none;
    font-size: 16px;
    line-height: 22px;
  }

  .features-tab-link.w--current {
    order: -1;
    height: 72px;
  }

  .features-icon {
    width: 28px;
    height: 28px;
  }

  .features-detail-wrap {
    flex-direction: row;
    align-items: center;
    width: 100%;
    max-width: none;
  }

  .features-detail-wrap.t-right, .features-detail-wrap.b-right, .features-detail-wrap.m-right {
    align-items: center;
  }

  .features-tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1px solid #3083ff80;
    border-radius: 16px;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
  }

  .features-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .features-detail {
    width: 100%;
  }

  .feature-arrow {
    z-index: 1;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    display: block;
    position: absolute;
    inset: 24px 24px auto auto;
  }

  .features-tab-icon-block {
    flex: none;
  }

  .feature-wrapper {
    position: relative;
  }

  .features-detail-img {
    width: 50%;
  }

  .our-features-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .features-tabs-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .collection-list {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

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

  .view-all-btn-block {
    max-height: 50px;
  }

  .gallery-shadow {
    height: 60px;
  }

  .marquee {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    height: 490px;
  }

  .form-main-block {
    height: 500px;
  }

  .input-field.h-200 {
    height: 150px;
  }

  .map {
    margin-top: 30px;
  }

  .contact-form {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .input-block-wrap {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .theme-button-2 {
    align-self: auto;
  }

  .hero-image-data {
    margin-top: 80px;
  }

  .image-box {
    width: 300px;
    height: 300px;
  }

  .hero-section-2 {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .hero-icon-box, .hero-icon-box._01, .hero-icon-box._02 {
    width: 60px;
    height: 60px;
    padding: 16px;
  }

  .hero-heading {
    font-size: 60px;
    line-height: 66px;
  }

  .hero-small-heading {
    font-size: 32px;
    line-height: 40px;
  }

  .hero-section-data {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .paragraph-data-box {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .gradient-button {
    padding: 18px 24px;
  }

  .about-us-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section-small-heading-2 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 40px;
  }

  .about-image-box {
    margin-bottom: 20px;
  }

  .text-block-2 {
    font-size: 20px;
    line-height: 24px;
  }

  .about-key-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .about-paragraph {
    margin-bottom: 10px;
  }

  .card-heading {
    font-size: 18px;
    line-height: 22px;
  }

  .find-us-card-data {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

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

  .contact-us-form {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .nav-icon-link {
    width: 34px;
    height: 34px;
    font-size: 16px;
    line-height: 16px;
  }

  .form-button {
    padding: 12px 30px;
  }

  .contact-box {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    margin-bottom: 20px;
  }

  .field-box {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .contact-us-section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contact-us-wrapper {
    padding: 40px;
  }

  .footer_content-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-items: center;
    padding-bottom: 0;
  }

  .text-block-7 {
    margin-bottom: 10px;
  }

  .feature_card-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1.75fr;
  }

  .eyebrow-text-block {
    font-size: .875rem;
  }

  .button {
    font-size: .75rem;
  }

  .feature_card-content {
    flex-direction: column;
  }

  .button-icon_wrapper {
    align-items: center;
  }

  .heading.h3 {
    font-size: 1.25rem;
    line-height: 2.25em;
  }

  .spacer {
    height: 32px;
  }

  .heading-2 {
    max-width: 100%;
  }

  .button-secondary {
    padding-left: 32px;
    padding-right: 32px;
  }

  .heading-1 {
    font-size: 56px;
    line-height: 68px;
  }

  .button-primary {
    padding-left: 32px;
    padding-right: 32px;
  }

  .heading-3 {
    font-size: 56px;
    line-height: 68px;
  }

  .swiper-slide {
    width: 100%;
  }

  .hero__col.col--1 {
    padding-bottom: 20px;
  }

  .btn-submit.mod--hero {
    width: 86px;
    font-size: 24px;
  }

  .section {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .section.section--hero {
    padding-top: 100px;
  }

  .hero__columns {
    display: block;
  }

  .input.mod--hero {
    height: 86px;
    padding-left: 32px;
    font-size: 16px;
    box-shadow: 0 32px 36px #00000008;
  }

  .input.mod--hero:hover, .input.mod--hero:focus {
    box-shadow: 0 32px 36px #0000001a;
  }

  .form-block.mod--hero {
    max-width: 340px;
  }

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

  .header-block.mod--absolute {
    background-color: #e9e8f600;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .navbar-logo-left-container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-3 {
    width: auto;
    max-width: 45%;
  }

  .marquee-star {
    width: 18px;
    height: 18px;
  }

  .gero-detail-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-marquee-field {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .submit-button {
    font-size: 16px;
    line-height: 20px;
  }

  .hero-heading-2 {
    font-size: 48px;
    line-height: 56px;
  }

  .hero-grid-2 {
    padding-left: 20px;
  }

  .marquee-text-block._2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .hero-text-field {
    height: 50px;
    font-size: 16px;
    line-height: 20px;
  }

  .hero-text-field::placeholder {
    font-size: 16px;
    line-height: 20px;
  }

  .text-marquee {
    font-size: 18px;
    line-height: 22px;
  }

  .button-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .service-card-block {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .section-heading-text {
    font-size: 36px;
    line-height: 44px;
  }

  .service-name-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .service-section-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .service-dec {
    text-align: left;
  }

  .service-icon-block {
    margin-bottom: 30px;
  }

  .service-detail-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .service-grid-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section-heading-block {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .service-heading {
    text-align: left;
    font-size: 20px;
    line-height: 26px;
  }

  .heading-4, .text-block-9 {
    text-align: left;
  }

  .about-data-box {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .about-image-box-data {
    align-self: flex-start;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .button-3 {
    font-size: 16px;
    line-height: 20px;
  }

  .counter-number {
    font-size: 44px;
    line-height: 42px;
  }

  .numbers {
    height: 42px;
  }

  .about-heading {
    font-size: 36px;
    line-height: 44px;
  }

  .about-grid-3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .about-us-section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-wrapper-2 {
    justify-content: center;
    align-items: center;
  }

  .heading1_title {
    font-size: 50px;
  }

  .menu-button-3 {
    color: #f7c618;
  }

  .menu-button-3:active, .navlink, .navlink.w--current {
    background-color: #000;
  }

  .nav-logo {
    max-width: 140px;
  }

  .hero_section {
    height: 45%;
  }

  .background-video-2 {
    height: 100%;
    padding-bottom: 0;
    padding-left: 0;
  }

  .nav-menu-green {
    background-color: #010101;
  }

  .button-4, .button-5 {
    font-size: 16px;
    line-height: 20px;
  }

  .nav-menu-two-2 {
    display: none;
  }

  .menu_section_block {
    align-self: center;
    padding-right: 0;
  }

  .menu_section_block_nav_bar {
    grid-template-columns: 1fr 2.25fr 2.75fr;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    width: 85%;
  }

  .large-text {
    height: 182.659px;
  }

  .section-2.dark {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .comp-pane.right {
    width: 100%;
    margin-top: -100px;
    padding-left: 0;
    padding-right: 0;
  }

  .comp-pane.left {
    width: 90%;
    height: 600px;
    position: static;
  }

  .component-wrap {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .form-component {
    height: auto;
    padding-top: 50px;
    padding-bottom: 75px;
  }

  .abstract-1 {
    bottom: -2%;
    right: 5%;
  }

  .navbar-brand-3 {
    padding-left: 0;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .main-container {
    padding-right: 20px;
  }

  .hero-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-desc-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .herp-client-img {
    width: 60px;
    height: 60px;
  }

  .herp-client-img.c02 {
    margin-left: -20px;
  }

  .hero-right-col {
    display: none;
  }

  .hero-right-desc-wrapper {
    margin-bottom: 20px;
  }

  .hero-desc-box {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .hero-section-heading {
    font-size: 30px;
    line-height: 42px;
  }

  .hero-before-text {
    font-size: 100px;
    line-height: 200px;
  }

  .hero-people {
    font-size: 18px;
    line-height: 20px;
  }

  .theme-button {
    border-radius: 10px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-link {
    font-size: 14px;
    line-height: 20px;
  }

  .service-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .section-heading-wrapper {
    margin-bottom: 0;
  }

  .section-heading {
    font-size: 28px;
    line-height: 36px;
  }

  .service-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-small-heading {
    font-size: 14px;
    line-height: 22px;
  }

  .serivce-icon {
    width: 42px;
    height: 42px;
    padding: 8px;
  }

  .service-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .key-metrics-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .key-name {
    font-size: 16px;
    line-height: 26px;
  }

  .key-number {
    font-size: 24px;
    line-height: 24px;
  }

  .features-tab-link {
    max-width: 100%;
    padding: 10px;
  }

  .features-tab-link.w--current {
    height: 58px;
  }

  .features-icon {
    width: 26px;
    height: 26px;
  }

  .features-icon-wrapper {
    width: 50px;
    height: 50px;
    padding: 10px;
  }

  .feature-arrow {
    top: 18px;
  }

  .features-text {
    white-space: normal;
  }

  .features-text.m-right, .features-text.t-right, .features-text.b-right {
    text-align: left;
  }

  .features-tab-icon-block {
    width: 34px;
    height: 34px;
  }

  .view-all-btn-block {
    max-height: 48px;
  }

  .gallery-shadow {
    height: 50px;
  }

  .marquee {
    height: 380px;
  }

  .form-main-block {
    height: 660px;
    padding: 18px 14px;
  }

  .map {
    height: 240px;
    margin-top: 20px;
  }

  .success-icon-wrapper {
    width: 80px;
    height: 80px;
  }

  .input-block-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .theme-button-2 {
    border-radius: 10px;
  }

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

  .hero-image-data {
    margin-top: 50px;
  }

  .image-box {
    width: 230px;
    height: 230px;
  }

  .hero-section-2 {
    padding-top: 100px;
  }

  .button-hover-box {
    align-self: baseline;
  }

  .button-box-data {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .hero-heading {
    font-size: 46px;
    line-height: 52px;
  }

  .hero-small-heading {
    font-size: 28px;
    line-height: 36px;
  }

  .hero-section-data {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .paragraph-data-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .gradient-button {
    align-self: baseline;
    padding: 12px 16px;
  }

  .gradient-button.w--current {
    align-self: center;
  }

  .div-block {
    height: 36px;
  }

  .section-small-heading-2 {
    font-size: 28px;
    line-height: 36px;
  }

  .about-key-metrics-block {
    justify-content: center;
  }

  .about-key-grid {
    grid-template-columns: 1fr;
  }

  .about-key-box {
    width: 100%;
    max-width: 170px;
  }

  .hero-description {
    line-height: 24px;
  }

  .find-us-icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 18px;
  }

  .card-heading {
    font-size: 17px;
    line-height: 21px;
  }

  .find-us-card-data {
    width: auto;
  }

  .contact-us-field-name {
    font-size: 14px;
    line-height: 22px;
  }

  .contact-us-form {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .form-button {
    padding: 10px 20px;
    font-size: 13px;
    line-height: 18px;
  }

  .form-field-name {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .appointment-text-field {
    height: 45px;
    max-height: 45px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .appointment-text-field.text-message {
    height: 100px;
    max-height: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .field-box {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .logo {
    align-self: center;
  }

  .contact-us-section-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .contact-us-wrapper {
    padding: 40px 23px;
  }

  .container-2 {
    padding: 0 10px;
  }

  .footer_content-wrapper {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  .text-block-7 {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .page-section.is-manage {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-3 {
    padding: 0 10px;
  }

  .feature_card-wrapper {
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
    padding: .5rem 1.25rem;
    font-size: .75rem;
    line-height: 1.8em;
  }

  .button.is-icon {
    width: auto;
    position: static;
  }

  .button-icon_wrapper {
    justify-content: center;
    align-items: center;
  }

  .heading-2 {
    max-width: 100%;
  }

  .bold-text-2 {
    font-size: 26px;
  }

  .bold-text-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .header-button-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: center;
  }

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

  .heading-1 {
    font-size: 42px;
    line-height: 110%;
  }

  .padding-vertical.padding-xxhuge {
    padding-top: 6.5rem;
    padding-bottom: 3rem;
  }

  .paragraph-medium {
    font-size: 18px;
    line-height: 31px;
  }

  .section-home-header {
    margin-top: 0;
  }

  .page-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading-3 {
    font-size: 42px;
    line-height: 110%;
  }

  .swiper-slide, .input {
    width: 100%;
  }

  .form-block, .form-block.mod--hero {
    max-width: 100%;
  }

  .hero__person {
    border-radius: 14px;
  }

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

  .header-block.mod--absolute {
    background-color: #f2f2fa00;
  }

  .nav__link {
    font-size: 14px;
  }

  .logo-img {
    max-width: 82px;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .container-4 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

  .navbar-wrapper-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    display: flex;
  }

  .image-3 {
    width: auto;
    max-width: 65%;
  }

  .gradient {
    background-image: radial-gradient(circle farthest-side at 50% 100%, #e6b063, #f36e2d 20%, #d9306e 40%, #7350deb3 60%, #170b1b 87%, #170b1b);
  }

  .gero-detail-block {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    max-width: none;
    margin-top: 60px;
  }

  .hero-image-block {
    width: 280px;
    padding-top: 0;
  }

  .submit-button {
    padding: 6px 12px;
  }

  .hero-heading-2 {
    margin-top: 0;
    font-size: 32px;
    line-height: 44px;
  }

  .hero-grid-2 {
    padding-top: 0;
    padding-left: 10px;
  }

  .marquee-block {
    transform: translate(0, -40px);
  }

  .marquee-block.blur {
    transform: translate(0, 40px);
  }

  .hero-text-field {
    height: 45px;
  }

  .button-text-3._w-0 {
    width: 100%;
    font-size: 12px;
  }

  .button-2 {
    padding: 12px 22px;
    font-size: 14px;
  }

  .service-card-block {
    width: 100%;
    padding: 30px 30px 40px;
  }

  .section-heading-text {
    text-align: center;
    font-size: 24px;
    line-height: 40px;
  }

  .service-section-2 {
    padding-top: 20px;
  }

  .service-icon {
    width: 30px;
    height: 30px;
  }

  .service-icon-block {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }

  .service-detail-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .service-grid-2 {
    grid-template-columns: 1fr;
  }

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

  .service-heading {
    font-size: 20px;
    line-height: 26px;
  }

  .heading-4 {
    font-size: 24px;
    line-height: 30px;
  }

  .about-data-box {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .about-image-box-2 {
    width: 80%;
  }

  .about-image-box-data {
    max-width: 100%;
  }

  .button-3 {
    padding: 12px 22px;
    font-size: 14px;
  }

  .counter-number {
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
  }

  .about-heading {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 40px;
  }

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

  .about-grid-3 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .about-card {
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-us-section-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .nav03 {
    background-color: #1c1a190a;
  }

  .heading1_title {
    font-size: 30px;
    line-height: 65px;
  }

  .image-502 {
    width: 20%;
  }

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

  .nav-logo {
    width: 50px;
    max-width: 100%;
  }

  .hero_section {
    height: 35%;
  }

  .background-video-2 {
    background-image: linear-gradient(#00000052, #0000006e 47%, #000000ad 86%, #000);
    height: 100%;
    padding: 0 20px;
  }

  .text-block-11 {
    font-size: 14px;
    line-height: 18px;
  }

  .bold-text-5 {
    font-size: 24px;
    line-height: 24px;
  }

  .appointment-button-box-4 {
    width: auto;
    max-width: 50%;
    padding-top: 5px;
    padding-bottom: 5px;
    display: none;
  }

  .button-4 {
    padding: 0 22px;
    font-size: 12px;
  }

  .button-5 {
    padding: 12px 22px;
    font-size: 14px;
  }

  .nav-menu-two-2 {
    flex-direction: column;
    display: none;
  }

  .menu_section_block {
    grid-template-columns: 28vw 61vw;
  }

  .menu_section_block_nav_bar {
    grid-template-columns: .25fr .25fr 4.5fr;
    grid-template-areas: "Area";
  }

  .menu_nav_link {
    display: inline;
  }

  .sm-icon {
    width: 50px;
  }

  .icons-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    width: auto;
    max-width: none;
  }

  .arrow.left-arrow {
    display: flex;
  }

  .testimonial-wrap {
    padding-top: 40px;
  }

  .section-2 {
    padding: 60px 4vw 48px;
  }

  .testimonial-text {
    height: 350.875px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .comp-pane.right {
    width: 100%;
    margin-top: 0;
    padding: 30px 0;
  }

  .comp-pane.left {
    width: 100%;
    height: 320px;
    margin-left: 0;
  }

  .field-wrap {
    padding-bottom: 5px;
  }

  .submit-button-2 {
    width: 100%;
  }

  .abstract-1 {
    bottom: -3%;
    right: -10%;
  }

  .form-field-label {
    width: auto;
    margin-bottom: 0;
    line-height: 16px;
  }

  .form-field {
    height: 70px;
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .column {
    padding-right: 0;
  }

  .column-2 {
    padding-left: 0;
  }

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

  .field-label {
    z-index: 10;
    color: #fff;
    background-color: #000;
    width: 210px;
    margin-top: -9px;
    margin-left: 10px;
    font-size: 13px;
    position: absolute;
  }
}

#w-node-fad81484-2f29-e219-583b-05ba40f90ace-e91820d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-fad81484-2f29-e219-583b-05ba40f90ae4-e91820d2 {
  place-self: stretch center;
}

#w-node-fad81484-2f29-e219-583b-05ba40f90ae6-e91820d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad2797f7-a501-1812-b273-7bdab61cebf6-e91820d2, #w-node-_91473471-3b0d-ae41-380d-80368fb18218-e91820d2 {
  justify-self: end;
}

#w-node-_9a5c67e3-9368-ed00-f698-bd961362f850-e91820d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_9a5c67e3-9368-ed00-f698-bd961362f860-e91820d2 {
  place-self: stretch center;
}

#w-node-cb2550f9-15ac-9a41-5a4f-d1700279dfc8-e91820d2, #w-node-cb2550f9-15ac-9a41-5a4f-d1700279dfd4-e91820d2, #w-node-cb2550f9-15ac-9a41-5a4f-d1700279dfe0-e91820d2, #w-node-_28b2ac98-7483-9c61-c20c-1a5f7236ca20-e91820d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_116040b1-186c-fb30-70f6-0eb96141257f-e91820d2, #w-node-_116040b1-186c-fb30-70f6-0eb961412583-e91820d2, #w-node-_116040b1-186c-fb30-70f6-0eb961412587-e91820d2, #w-node-_116040b1-186c-fb30-70f6-0eb9614125b7-e91820d2, #w-node-df63e53f-91b5-c610-8c28-a157a77f1681-e91820d2 {
  justify-self: center;
}

#w-node-e363c58b-f9fa-8064-0ac1-7894d52ef4d0-9b3ea613, #w-node-e363c58b-f9fa-8064-0ac1-7894d52ef4d9-9b3ea613, #w-node-e363c58b-f9fa-8064-0ac1-7894d52ef4e2-9b3ea613, #w-node-e363c58b-f9fa-8064-0ac1-7894d52ef4eb-9b3ea613 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c78ec34-b8e7-da0e-4c00-c4668cd77811-9b3ea613 {
  align-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-cb2550f9-15ac-9a41-5a4f-d1700279dfd4-e91820d2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-fad81484-2f29-e219-583b-05ba40f90ae4-e91820d2, #w-node-_9a5c67e3-9368-ed00-f698-bd961362f860-e91820d2 {
    place-self: start center;
  }

  #w-node-_6c78ec34-b8e7-da0e-4c00-c4668cd77811-9b3ea613 {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_28b2ac98-7483-9c61-c20c-1a5f7236ca20-e91820d2 {
    justify-self: center;
  }

  #w-node-_71bfab90-2f98-f340-26ba-e1577e59854b-e91820d2 {
    order: 9999;
  }

  #w-node-_4a667619-a1fc-4417-b6ef-09204e021530-9b3ea613 {
    order: -9999;
  }

  #w-node-_4a667619-a1fc-4417-b6ef-09204e021532-9b3ea613 {
    order: 9999;
  }
}


