:root {
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --radiant-ui-components-library-marketplace--color--white: white;
  --radiant-ui-components-library-marketplace--color--body-font-dark: white;
  --waves-library--black: #131313;
  --waves-library--white: white;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --waves-library--dark-elevation: #ede0d8;
  --radiant-ui-components-library-marketplace--color--button-background-dark: #131218;
  --waves-library--background: #faebe3;
}

.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-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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;
  }
}

body {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-size: 68px;
  font-weight: 900;
  line-height: 79px;
}

h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
}

h3 {
  color: #12426e;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 31px;
  font-weight: 600;
  line-height: 40px;
  text-decoration: none;
}

p {
  color: #000;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  line-height: 27px;
}

.hero {
  flex-flow: column;
  min-height: 90vh;
  display: flex;
}

.hero.inside-hero-header {
  min-height: 30vh;
}

.top-navigation {
  z-index: 99999;
  background-color: #fff;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 5px 17px -7px #0000001a;
}

.nav-container {
  width: 95%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.navbar {
  background-color: #ddd0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.brand {
  width: 17%;
}

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

.nav-link {
  color: #003e5b;
  margin-right: 20px;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

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

.nav-link.drop {
  margin-right: 0;
  padding-right: 30px;
}

.menu-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-cta {
  color: #be2b2f;
  background-color: #fff0;
  border: 3px solid #003a5d;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 3px 16px 3px 10px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.cta-icon {
  color: #fff;
  background-color: #be2b2f;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 7px;
  padding: 6px;
  display: flex;
}

.nav-menu {
  margin-right: 10px;
}

.hero-header-wrapper {
  background-color: #949599;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: center;
  min-height: 90vh;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.hero-header-wrapper.inside-hero {
  justify-content: flex-start;
  align-items: center;
  min-height: 20vh;
  margin-top: 95px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.hero-header-wrapper.inside-hero.about,
.hero-header-wrapper.inside-hero.community {
  background-color: #94959900;
  background-image: linear-gradient(#949599, #949599);
  background-position: 0 0;
}

.hero-header-wrapper.home {
  background-color: #eeeeeeeb;
  min-height: 80vh;
  margin-top: 93px;
  padding-bottom: 35px;
}

.hero-content-box {
  z-index: 555;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  padding: 0;
  display: flex;
  position: relative;
}

.hero-content {
  color: #000;
  margin-bottom: 40px;
  font-size: 19px;
  line-height: 28px;
}

.btn {
  color: #fff;
  background-color: #be2b2f;
  border: 3px solid #be2b2f;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 22px;
  font-family: Exo, sans-serif;
  font-size: 17px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
}

.btn:hover {
  color: #c00000;
  background-color: #fff;
  border-color: #fff;
}

.btn.hero-btn:hover {
  background-color: #fff;
  border-color: #be2b2f00;
}

.btn.content-btn {
  font-weight: 500;
}

.btn.content-btn:hover {
  border-color: #be2b2f;
}

.btn-wrapper {
  display: flex;
}

.btn-icon {
  width: 30px;
  height: 30px;
  margin-left: 10px;
}

.content-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}

.content-wrapper.light-bg {
  background-color: #12426e0f;
}

.content-wrapper.bg {
  background-image: linear-gradient(#12426e, #fff0 61%),
    linear-gradient(#15436ede, #15436ede),
    url("../images/screenshot-2025-09-17-073308.png");
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.content-wrapper.hide {
  display: none;
}

.content-wrapper.no-tpadding {
  padding-top: 0;
}

.content-wrapper.gallery {
  padding-top: 0;
  padding-bottom: 0;
}

.content-wrapper.gallery.last {
  padding-bottom: 60px;
}

.content-wrapper.gallery.first {
  padding-top: 60px;
}

.content-wrapper.stage-wrap {
  padding-top: 30px;
  padding-bottom: 0;
  overflow: hidden;
}

.content-wrapper.stage-wrap.last {
  padding-bottom: 60px;
}

.content-wrapper.stage-wrap.first {
  padding-top: 60px;
  overflow: hidden;
}

.content-wrapper.video-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.container {
  width: 95%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.flex-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.flex-wrapper.mid-flex,
.flex-wrapper.mid-flex._0bmargin,
.flex-wrapper.center {
  justify-content: center;
  align-items: center;
}

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

.flex-wrapper.vision,
.flex-wrapper.vision-mobile {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.flex-wrapper.stage-flex {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.image-box {
  border-radius: 20px;
  width: 45%;
}

.image-box.about-image {
  background-image: url("../images/for-slide-3.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.image-box.about-image2 {
  background-image: url("../images/screenshot-2025-09-16-105334.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 570px;
}

.image-box.community-image {
  background-image: url("../images/for-slide-14c.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.image-box.mvimage {
  width: 44%;
  height: 380px;
}

.content-box {
  width: 49%;
}

.content-box.cb35 {
  width: 35%;
}

.content-box.stages {
  width: 50%;
  margin-right: 0;
  padding: 30px 30px 0;
}

.sub-heading {
  color: #be2b2f;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 19px;
  font-weight: 500;
}

.sub-heading.vision-sub,
.sub-heading.hide {
  display: none;
}

.struc-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.struc-box.hide {
  display: none;
}

.struc-box._0bmar-mobile {
  justify-content: space-between;
  align-items: center;
}

.flow-box {
  color: #000;
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 48%;
  margin-bottom: 10px;
  padding: 0;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  display: flex;
}

.flow-box.link-block {
  text-decoration: none;
}

.flow-icon {
  color: #fff;
  background-color: #949599;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-right: 20px;
  padding: 10px;
  display: flex;
}

.flow-icon.email {
  padding: 13px;
}

.flow-icon.red-bg {
  background-color: #be2b2f;
}

.mid-content-box {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-bottom: 20px;
  display: flex;
}

.mid-content-box.bmargin30 {
  margin-bottom: 30px;
}

.service-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  display: none;
}

.service-box {
  background-color: #fff;
  border: 1px solid #be2b2f2b;
  border-radius: 20px;
  flex-flow: column;
  width: 32%;
  margin-bottom: 20px;
  padding: 27px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: clip;
  box-shadow: -1px 1px 20px -8px #be2b2f3d;
}

.service-box:hover {
  color: #ffffffa1;
}

.service-box.service-slider {
  width: 100%;
}

.service-icon {
  z-index: 1;
  color: #be2b2f;
  border: 2px #949599;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  min-width: 70px;
  height: 70px;
  min-height: 70px;
  margin-bottom: 20px;
  padding: 0;
  display: flex;
  position: relative;
}

.read-more {
  z-index: 1;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  font-size: 17px;
  line-height: 27px;
  display: flex;
  position: relative;
}

.service-info {
  z-index: 1;
  height: 130px;
  position: relative;
}

.readmore-icon {
  justify-content: center;
  align-items: center;
  width: 25px;
  min-width: 25px;
  height: 25px;
  min-height: 25px;
  margin-left: 10px;
  display: flex;
}

.code-embed {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service-bg-box {
  z-index: auto;
  background-color: #949599;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.h3-relative {
  z-index: 1;
  color: #000;
  font-size: 25px;
  font-weight: 700;
  line-height: 33px;
  position: relative;
}

.waves-grid-hero-1 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 0.85fr 1fr;
  display: none;
}

.waves---mega-heading-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 900;
  line-height: 115%;
}

.waves-content-hero-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-image-wrap-hero-1 {
  border-radius: 12px;
  width: 100%;
  height: 410px;
  overflow: hidden;
}

.waves-image-hero-1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.waves-gradient-hero-1 {
  z-index: 9;
  background-image: linear-gradient(#faebe3, #faebe300);
  height: 90px;
  position: absolute;
  inset: -1px 0% auto;
}

.waves-gradient-hero-1.bottom {
  background-image: linear-gradient(0deg, #faebe3, #faebe300);
  height: 90px;
  inset: auto 0% -1px;
}

.waves-column-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.waves-item-gallery-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves-inside-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.waves-inside-hero-1.reverse {
  justify-content: flex-end;
}

.waves-gallery-hero-1 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  height: 680px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brand-image {
  width: 80%;
}

.rt-category-cards-text {
  color: #000;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 31px;
}

.rt-category-cards-text.no-margin {
  margin-bottom: 0;
}

.rt-body-font-color {
  color: #535353;
  margin-bottom: 0;
  transition: color 0.35s;
}

.rt-body-font-color.event {
  color: #fff;
  background-color: #be2b2f61;
  border-radius: 100px;
  margin-bottom: 10px;
  padding: 6px 15px;
  font-size: 13px;
  line-height: 24px;
}

.rt-team-two-work-process-block {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.rt-service-step-info {
  flex: 1;
  padding: 2% 2% 2% 5%;
  font-family: Roboto, sans-serif;
}

.rt-service-step-info.event-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-team-two-process-block-left {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 0;
}

.rt-service-step-number-2 {
  color: #be2b2f;
  font-family: Exo, sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 52px;
}

.rt-service-step-number-2.event-text {
  color: #000;
  margin-bottom: 10px;
  font-size: 35px;
  line-height: 40px;
}

.rt-service-process-step-2 {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: -1px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.rt-service-process-step-2.rt-team-two {
  border-bottom-color: #e1e1e1;
}

.rt-service-process-step-2.rt-team-two-no-border {
  border-bottom-style: none;
}

.rt-service-process-step-2.event-pad {
  border-bottom-color: #e1e1e1;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
}

.rt-service-process-step-2.event-pad-no-border {
  border-bottom-style: none;
  border-bottom-color: #e1e1e1;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
}

.rt-service-step-number-block-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20%;
  min-width: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset -2px 0 #e1e1e1;
}

.rt-service-process-2 {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #be2b2f0d;
  border: 1px solid #be2b2f;
  border-radius: 20px;
  width: 47%;
  padding: 15px;
}

.rt-service-process-2.about-process {
  width: 60%;
}

.rt-service-step-process-3 {
  z-index: 2;
  background-image: linear-gradient(
    180deg,
    #be2b2f,
    var(--radiant-ui-components-library-marketplace--color--theme-color)
  );
  direction: ltr;
  width: 3px;
  height: 40%;
  position: absolute;
  right: -1px;
}

.logo-slider-img {
  filter: none;
  width: 220px;
  margin-left: 0;
}

.logo-slider-img:hover {
  filter: grayscale(0%);
}

.logo-slider-img.atd {
  width: 150px;
}

.logo-slider-img.hometown {
  width: 130px;
}

.ticker-content {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  cursor: grab;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  margin-top: 0;
  display: flex;
}

.trusted-by-swiper {
  flex: none;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.trusted-by-swiper.trysted-by-second {
  display: none;
}

.logo_component-slider {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.swiper-wrapper.trusted-by-list {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.page-padding {
  padding: 5em 5%;
}

.page-padding.s0 {
  padding: 0 0%;
  display: block;
}

.ticker {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ticker.trusted-by-list {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.swiper-slide.trusted-by-item {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-left: -1vw;
  margin-right: -1vw;
  display: flex;
}

.ticker-logo-box {
  width: 160px;
  min-width: 160px;
  height: 100px;
  min-height: 100px;
}

.ticker-logo-box.acadia {
  background-image: url("../images/afterhours-logo.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.ticker-logo-box.hrsingapore {
  background-image: url("../images/6834fab25107e966b135cb7f_gps360-logo-1.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.ticker-logo-box.azken {
  background-image: url("../images/68ad085c9eb01bffddd06ce4_terraway.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.ticker-logo-box.janelly {
  background-image: url("../images/67735be4e9c0344996b926ff_brand.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.ticker-logo-box.kawai {
  background-image: url("../images/hello-dr-logo.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.ticker-logo-box.fitness-champs {
  background-image: url("../images/6875a1a135e42db992cdbacc___rectsitelogo__rnmc-circle-pica.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 60px;
}

.container-large {
  width: 100%;
  max-width: 1280vw;
  margin-left: 0;
  margin-right: 0;
  overflow: clip;
}

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

.padding-vertical.padding-xxlarge {
  padding: 0;
}

.padding-vertical.padding-xxlarge.hide {
  display: none;
}

.client-trigger {
  position: absolute;
  inset: 0%;
}

.slide-wrap-2 {
  align-items: center;
  width: 5000px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 40px 60px;
  transition: all 0.4s;
  display: none;
  overflow: hidden;
}

.section-logo {
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
  position: relative;
  overflow: clip;
}

.mid-flex {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.logo-img._50-r-m {
  filter: none;
  margin-right: 0;
}

.image-carousel-box {
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 100px;
  margin-right: 60px;
  display: flex;
}

.white-heading,
.white-content {
  color: #fff;
}

.rt-category-cards-text-2 {
  color: #be2b2f;
  text-transform: capitalize;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 31px;
}

.rt-component-container {
  width: 95%;
  max-width: 1300px;
  position: relative;
}

.rt-footer-section {
  background-color: var(
    --radiant-ui-components-library-marketplace--color--white
  );
  color: var(
    --radiant-ui-components-library-marketplace--color--body-font-dark
  );
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-footer-section.rt-footer-v-four {
  background-color: #949599;
  padding: 40px 0 0;
}

.rt-margin-top-thirty {
  margin-top: 30px;
}

.rt-all-reviews-home {
  grid-column-gap: 17px;
  grid-row-gap: 15px;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 30px 35px;
  display: flex;
  box-shadow: 3px 3px 19px -8px #be2b2f3d;
}

.rt-home-review-main-block {
  background-image: url("../images/map.webp");
  background-position: 50% 95%;
  background-repeat: no-repeat;
  background-size: auto;
  overflow: visible;
}

.rt-profile-image-block-home {
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 5px 4px 25px #00000014;
}

.rt-home-review-para {
  max-width: 665px;
  margin-bottom: 35px;
  padding-bottom: 27px;
}

.rt-home-review-para.rt-margin-top-thirty.rt-body-font-color-2 {
  color: #000;
  padding-bottom: 0;
}

.rt-reviews-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-reviews-block.testimony {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.rt-job-role {
  color: #0000009c;
  margin-bottom: 0;
}

.rt-people-name-and-image {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.rt-reviews {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
  box-shadow: 5px 4px 60px #0000000f;
}

.rt-body-font-color-2 {
  color: #000;
  transition: color 0.35s;
}

.rt-heading-six {
  color: #fff;
  letter-spacing: -0.2px;
  text-transform: capitalize;
  border-bottom: 2px solid #fff;
  width: 100%;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.rt-heading-six.subscribe-footer {
  border-bottom-style: none;
  font-family: Exo, sans-serif;
}

.rt-heading-six.subscribe-footer-v2 {
  border-bottom-style: none;
  font-family: Exo, sans-serif;
  font-size: 40px;
  line-height: 45px;
}

.rt-heading-six._20bmar {
  margin-bottom: 20px;
}

.rt-margin-top-ten {
  margin-top: 10px;
}

.rt-body-font-color-3 {
  color: var(
    --radiant-ui-components-library-marketplace--color--body-font-dark
  );
  font-family: Roboto, sans-serif;
  transition: color 0.35s;
}

.rt-body-font-color-3:hover {
  color: #be2b2f;
}

.rt-about-option {
  color: #fff;
  letter-spacing: 0.32px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.rt-about-option:hover {
  color: #be2b2f;
}

.rt-about-option.rt-about-last {
  margin-bottom: 0;
}

.rt-about-option.full {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.rt-about-option.full:hover,
.rt-about-option.full.w--current {
  color: #be2b2f;
}

.rt-designed-text {
  margin-bottom: 0;
}

.rt-home-about-block-one {
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  width: 29%;
  font-size: 18px;
  line-height: 28px;
  display: flex;
}

.rt-home-copyright-main-block {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.rt-container-4 {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.rt-footer-v4-logo {
  width: 110px;
}

.rt-social-block {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.rt-social-block.hide {
  display: none;
}

.rt-links-block-two-home {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 67%;
  display: grid;
}

.rt-links-block-two-home.v2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.rt-home-footer-para {
  color: #fff;
  max-width: 316px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
}

.rt-text-field-home {
  color: var(
    --radiant-ui-components-library-marketplace--color--body-font-dark
  );
  border: 1px solid #06060626;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 100%;
  margin-bottom: 0;
  padding: 26px 0 26px 20px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.rt-submit-button-home {
  color: #0000;
  background-color: #be2b2f;
  background-image: url("../images/footer-one-arrow.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 51px;
  padding: 13px 21px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75rem;
  overflow: hidden;
}

.rt-quick-link-list {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 17px;
  line-height: 27px;
  display: flex;
}

.rt-quick-link-list.rt-padding-top {
  padding-top: 20px;
}

.rt-quick-link-list.qiuck-box,
.rt-quick-link-list.footer-link-box {
  width: 48%;
  padding-top: 20px;
}

.rt-email-block {
  margin-top: 5px;
  margin-bottom: 0;
}

.rt-footer-blue-icon {
  z-index: 2;
  position: absolute;
}

.rt-form-home {
  grid-row-gap: 15px;
  border-radius: 10px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  min-width: 316px;
  display: flex;
}

.rt-footer-lower-font {
  color: #000;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

.rt-padding {
  margin-top: 6px;
}

.rt-social-links-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 1px solid #06060626;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 17px;
  display: flex;
  position: relative;
}

.rt-social-links-block.fb {
  background-image: url("../images/facebook-boxed-svgrepo-com-1.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
}

.rt-social-links-block.ig {
  background-image: url("../images/instagram-svgrepo-com-4.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px;
}

.rt-social-links-block.linkedin {
  background-image: url("../images/linkedin-161-svgrepo-com-4.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.rt-home-footer-container-two {
  max-width: 1290px;
}

.rt-footer-links-text {
  color: #686868;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.rt-footer-links-text.rt-color-dark {
  color: #000;
}

.rt-footer-links-text.rt-color-dark.rt-hover:hover {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-home-social-link-icons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.rt-footer-hover-icon {
  z-index: 1;
  position: relative;
}

.rt-footer-icon-background {
  background-color: #fff;
  border-radius: 100px;
  position: absolute;
  inset: 0%;
}

.rt-home-footer-main-block-two {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.rt-quick-link-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rt-quick-link-block-two.rt-padding {
  width: 100%;
  margin-top: 0;
}

.rt-quick-link-block-two.footer-quick-links-wrapper {
  flex-flow: column;
  width: 100%;
  margin-top: 0;
}

.rt-footer-link-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #e4e4e4;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  display: flex;
}

.rt-footer-link-box:hover {
  color: #be2b2f;
}

.rt-footer-link-box.rt-padding-buttom {
  text-decoration: none;
}

.rt-error-message {
  color: #f33;
  text-align: center;
  padding: 20px;
}

.rt-success-message {
  color: #128800;
  text-align: center;
  background-color: #e1ffe0;
}

.rt-image {
  margin-top: 6px;
}

.footer-logo {
  width: 50%;
}

.drop-icon {
  margin-right: 0;
}

.dropdown-list {
  background-color: #ae262e;
}

.dropdown-list.w--open {
  border-radius: 11px;
  box-shadow: 0 3px 13px #0000003b;
}

.dropdown-link {
  color: #fff;
  border-bottom: 1px solid #ffffff59;
  font-size: 14px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.dropdown-link:hover {
  background-color: #949599;
}

.dropdown-link.w--current {
  color: #fff;
  background-color: #949599;
  text-decoration: none;
}

.dropdown-link.first-droplink:hover {
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
}

.dropdown-link.first-droplink.w--current {
  color: #fff;
  background-color: #949599;
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
}

.dropdown-link.last-droplink {
  border-bottom-color: #fff0;
}

.dropdown-link.last-droplink:hover {
  border-bottom-right-radius: 11px;
  border-bottom-left-radius: 11px;
}

.dropdown-link.last-droplink.hide {
  display: none;
}

.cta-info {
  color: #000;
  font-size: 15px;
}

.content-box.half {
  width: 45%;
}

.content-box.service-content-box {
  width: 70%;
}

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

.hero-slider-wrapper {
  border-radius: 20px;
  width: 50%;
  height: 560px;
  overflow: visible;
}

.hero-slider {
  background-color: #ddd0;
  min-height: 110%;
  padding-bottom: 31px;
}

.slide {
  background-image: linear-gradient(#00000080, #00000080),
    url("../images/qkampus-milestone.png");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 20px;
}
.slide.s0 {
  background-image: url("../images/qkampus-milestone.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide.s1 {
  background-image: url("../images/for-slide-3.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide.s2 {
  background-image: url("../images/for-slide-5.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide.s3 {
  background-image: url("../images/homesl-3.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide.s4 {
  background-image: url("../images/for-slide-4.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide.s5 {
  background-image: url("../images/homesl-5.webp");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.arrow {
  background-color: #be2b2f;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  font-size: 13px;
  display: none;
}

.dropdown {
  margin-right: 20px;
}

.contact-icon {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-top: 2px;
}

.contact-icon.small {
  width: 25px;
  min-width: 25px;
  height: 25px;
  min-height: 25px;
}

.slider-nav {
  z-index: 5;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  margin-left: 15%;
  margin-right: 15%;
  display: flex;
  inset: auto 0% -2%;
}

.waves---cta-dark {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color 0.2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.waves---cta-dark.wide-cta {
  min-width: 200px;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-text-field-background {
  border: 1px solid var(--waves-library--black);
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  height: 52px;
  margin: 0;
  font-size: 16px;
}

.waves-text-field-background:focus {
  border-color: var(--waves-library--black);
  color: var(--waves-library--black);
}

.waves---section-medium {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---heading-2-no-margins {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---paragraph-big {
  font-size: 20px;
  line-height: 130%;
}

.waves---center-heading {
  grid-row-gap: 0px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.waves-master-contact-1 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.waves-form-block-contact-1 {
  background-color: #949599;
  border-radius: 20px;
  width: 50%;
  padding: 30px;
}

.waves---form-contact-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.waves---2-inputs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.waves---input-wrap {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.waves---field-label {
  color: #000;
}

.waves-select-background {
  border: 1px solid var(--waves-library--black);
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  height: 52px;
  margin: 0;
  font-size: 16px;
}

.waves-select-background:focus {
  border-color: var(--waves-library--black);
}

.waves-submit-wrap-contact-1 {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.waves---checkbox-field {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.waves---checkbox {
  border-color: var(--waves-library--black);
  width: 16px;
  height: 16px;
  margin-top: 3px;
  margin-right: 6px;
}

.waves---checkbox-label {
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
}

.waves-success-mesaage {
  background-color: var(--waves-library--white);
  border-radius: 6px;
}

.form-wrapper {
  background-color: #94959912;
  border: 1px solid #c22b2f;
  border-radius: 20px;
  width: 46%;
  padding: 30px;
  box-shadow: 0 2px 5px #0003;
}

.form-wrapper.full {
  flex-flow: column;
  width: 45%;
  display: flex;
}

.form-heading {
  margin-bottom: 20px;
  font-size: 27px;
  font-weight: 700;
  line-height: 37px;
}

.form-field-box {
  justify-content: space-between;
  display: flex;
}

.field.half {
  width: 49%;
}

.text-field {
  border-bottom: 1px solid #00000029;
  border-radius: 9px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-field:active,
.text-field:focus {
  border: 1px solid #c22b2f;
}

.text-field.message {
  height: 94px;
}

.field-label {
  font-family: Exo, sans-serif;
  font-weight: 500;
}

.submit-button {
  background-color: #c22b2f;
  border-radius: 20px;
  margin-top: 20px;
  padding: 10px 30px;
  font-family: Exo, sans-serif;
  font-size: 19px;
  line-height: 25px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.submit-button:hover {
  background-color: #949599;
}

.mar-wrapp {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 210px;
  overflow: clip;
}

.mar-wrapp.location-map {
  width: 48%;
  height: 400px;
}

.mar-wrapp.hide-mobile {
  border-radius: 20px;
  height: 260px;
}

.mar-wrapp.contact-map {
  display: none;
}

.mar-wrapp.home-map {
  border-radius: 20px;
  width: 49%;
  height: 247px;
}

.copyright-box {
  background-color: #fff;
  margin-top: 31px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.copyright-box.v2 {
  margin-top: 0;
}

.rt-component-container-2 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section {
  background-color: var(
    --radiant-ui-components-library-marketplace--color--white
  );
  color: var(
    --radiant-ui-components-library-marketplace--color--body-font-dark
  );
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-autofit {
  object-fit: cover;
}

.rt-autofit-2 {
  object-fit: cover;
  border-radius: 10px;
}

.rt-autofit-2.rt-full-width-image {
  width: 100%;
  height: 100%;
}

.rt-about-three-work-main {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-lightbox-link {
  width: 100%;
  height: 100%;
}

.waves---section-medium-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.waves-master-gallery-3 {
  height: auto;
  position: sticky;
  top: 10vh;
  overflow: hidden;
}

.waves-bottom-gird-gallery-3 {
  grid-template-rows: auto;
  grid-template-columns: 0.9fr 0.8fr 1.2fr 0.7fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 0;
}

.waves-top-grid-gallery-3 {
  grid-template-rows: auto;
  grid-template-columns: 0.7fr 1.2fr 0.8fr 0.9fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 16px;
}

.waves-small-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 70%;
  position: relative;
  overflow: hidden;
}

.waves-medium-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 80%;
  position: relative;
  overflow: hidden;
}

.waves-big-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.waves-image-gallery-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gallery-wrapper {
  justify-content: space-between;
  display: flex;
}

.gallery-box {
  width: 25%;
  height: 290px;
  margin-right: 0;
  position: relative;
  overflow: clip;
}

.gallery-box.gall3 {
  background-image: url("../images/for-slide-5.webp");
  background-position: 50%;
  background-size: cover;
}

.gallery-image {
  min-height: 100%;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.gallery-image.gall-1 {
  background-image: url("../images/for-slide-9.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-image.gall2 {
  background-image: url("../images/for-slide-4.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-image.gall-3 {
  background-image: url("../images/for-slide-5.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-image.gall-4 {
  background-image: url("../images/for-slide-13.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-image.gall-5 {
  background-image: url("../images/screenshot-2025-09-17-073338.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.inside-hero-heading {
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}

.profile-picture {
  border-radius: 100px;
  margin-right: 10px;
  display: none;
}

.blog-image {
  width: 100%;
}

.submit-button-2 {
  color: #fff;
  background-color: #be2b2f;
  border-top-right-radius: 13px;
  border-bottom-right-radius: 13px;
  width: 60px;
  height: 60px;
}

.feature-image {
  border-radius: 11px;
  margin-right: 20px;
  box-shadow: 0 22px 34px #00000029;
}

.paragraph-detials-medium {
  color: #9899ad;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 24px;
}

.featured-item {
  color: #202146;
  align-items: center;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  transition: color 0.2s;
  display: flex;
}

.featured-item:hover {
  color: #5c4ebd;
}

.blog-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 0.4fr;
}

.blog-grid.hide {
  display: none;
}

.featured-articles {
  border: 1px solid #be2b2f47;
  border-radius: 17px;
  padding: 20px;
}

.featured-block {
  margin-top: 10px;
}

.search-button-wrapper {
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.title-medium {
  color: #fff;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.subscription {
  background-color: #949599;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border: 1px solid #949599;
  border-radius: 20px;
  margin-bottom: 40px;
  padding: 23px 20px 20px;
  box-shadow: 0 12px 14px #0000000f;
}

.heading-h2 {
  color: #202146;
  margin-top: 0;
}

.blog-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.blog-item {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #be2b2f63;
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 0.8fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  padding: 20px;
  text-decoration: none;
  display: grid;
  box-shadow: 0 22px 34px #0000000f;
}

.stick-wrapper {
  position: sticky;
  top: 60px;
}

.categories-pill {
  color: #fff;
  background-color: #949599;
  border-radius: 100px;
  margin-bottom: 10px;
  margin-right: 20px;
  padding: 6px 16px;
  font-family: Exo, sans-serif;
  text-decoration: none;
}

.search-button {
  background-color: #be2b2f;
  border-radius: 15px;
  width: 60px;
  height: 100%;
  position: static;
  inset: 0% 0% auto auto;
}

.categories-block {
  margin-top: 40px;
}

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

.paragraph-detials-small {
  color: #9899ad;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 120%;
}

.title-large {
  color: #fff;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 130%;
}

.title-large.featured {
  color: #000;
}

.content-left {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-left.right-align {
  justify-content: flex-start;
  align-items: flex-start;
}

.form {
  background-color: #93949814;
  border-radius: 15px;
  display: flex;
}

.form.blog-form {
  background-color: #fff;
  border: 1px solid #be2b2f2b;
}

.image-2 {
  position: absolute;
}

.title-small {
  color: #202146;
  margin-bottom: 4px;
  font-family: Lato, sans-serif;
  font-weight: 600;
  display: inline-flex;
}

.title-small.pink {
  color: #fff;
  margin-bottom: 0;
}

.text-field-2 {
  background-color: #0000;
  border: 1px #000;
  height: 60px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-family: Exo, sans-serif;
  font-size: 15px;
}

.blog-image-wrap {
  border-radius: 10px;
  overflow: hidden;
}

.submit-button-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.content-right {
  position: sticky;
}

.seach-bar {
  color: #9899ad;
  border: 1px #000;
  border-radius: 15px;
  height: 60px;
  margin-bottom: 40px;
  padding-left: 20px;
  font-size: 15px;
  box-shadow: 0 12px 14px #0000000f;
}

.search-icon {
  position: absolute;
  inset: 22px 0% 0% 22px;
}

.search {
  display: none;
  position: relative;
}

.next-button {
  color: #fff;
  background-color: #be2b2f;
  border-radius: 100px;
  margin-top: 20px;
  padding: 20px 36px;
  text-decoration: none;
}

.rt-blue-icon {
  opacity: 0;
  position: absolute;
}

.rt-category-cards-text-3 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text-3.rt-text-white {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 28px;
}

.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-component-container-3 {
  max-width: 1400px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.rt-component-section-2 {
  background-color: var(
    --radiant-ui-components-library-marketplace--color--white
  );
  color: var(
    --radiant-ui-components-library-marketplace--color--body-font-dark
  );
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-underline-off {
  z-index: 1;
  text-decoration: none;
  position: relative;
}

.rt-body-font-color-4 {
  color: var(
    --radiant-ui-components-library-marketplace--color--body-font-dark
  );
  transition: color 0.35s;
}

.rt-precision-card-body {
  color: #fff;
  padding: 38px 26px;
}

.rt-precision-card-body.v2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rt-precision-card-image {
  object-fit: cover;
  width: 100%;
}

.rt-precision-card-body-icon-column {
  text-align: center;
  background-color: #be2b2f;
  justify-content: center;
  align-items: center;
  width: 23%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.rt-all-btn-two {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.rt-all-btn-two.rt-underline-off {
  color: #fff;
  font-family: Exo, sans-serif;
  font-weight: 700;
}

.rt-padding-top-twenty {
  padding-top: 20px;
}

.rt-padding-top-twenty.rt-body-font-color-4 {
  color: #202020;
  height: 140px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.rt-padding-top-twenty.rt-body-font-color-4.v2 {
  margin-top: 0;
}

.rt-precision-card-body-row {
  background-color: #949599;
  border-radius: 6px;
  margin-top: -39px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-precision-card-body-caption-column {
  justify-content: flex-start;
  align-items: center;
  width: 77%;
  padding: 10px 20px;
  display: flex;
}

.rt-precision-card-image-box {
  text-align: center;
  height: 220px;
  overflow: hidden;
  box-shadow: 2px -2px 17px -2px #0003;
}

.rt-precision-card-image-box.ahc {
  background-image: url("../images/ahcnew-logo.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 320px;
}

.rt-precision-card-image-box.hhd {
  background-image: url("../images/hhds_180x180_with-subtitle-png-1.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 300px;
}

.rt-precision-card-image-box.hello {
  background-image: url("../images/hello-dr-logo.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 330px;
}

.rt-discover-btn {
  color: #000;
  line-height: 1.875rem;
}

.rt-cover-image-2 {
  object-fit: cover;
}

.rt-cover-image-2.rt-full-width-image {
  width: 100%;
}

.rt-precision-card-body-caption-btn-box {
  margin-top: 10px;
}

.rt-precision-card {
  background-color: #fff;
  border-radius: 6px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 14px;
  overflow: hidden;
}

.rt-precision-card.rt-home-two {
  margin-right: 0;
}

.rt-precision-card.rt-home-two.rt-home-two-page {
  border: 2px solid #be2b2f4d;
  border-radius: 20px;
  height: 580px;
  box-shadow: 0 -1px 18px #0000001c;
}

.rt-precision-card.rt-home-two.rt-home-two-page:hover {
  border-width: 2px;
  border-color: #be2b2f;
}

.rt-precision-card.rt-home-two.rt-home-two-desktop {
  border: 2px solid #be2b2f4d;
  border-radius: 20px;
  width: 32%;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 -1px 18px #0000001c;
}

.rt-precision-card.rt-home-two.rt-home-two-desktop:hover {
  border-width: 2px;
  border-color: #be2b2f;
}

.rt-precision-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-discover-button-icon-wrap {
  justify-content: center;
  align-items: center;
  position: relative;
}

.mvbox {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 44%;
  padding-bottom: 48px;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
}

.vm--heading {
  text-align: left;
  font-size: 45px;
  line-height: 55px;
}

.mv-icon-box {
  width: 70px;
  min-width: 70px;
  height: 70px;
  min-height: 70px;
  margin-right: 20px;
}

.mv-icon-box.v-icon {
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
}

.mv-icon-box.text {
  z-index: 1;
  color: #113b65;
  background-color: #fff;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -10px;
  margin-right: 0;
  font-size: 40px;
  font-weight: 900;
  line-height: 50px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 8px #113b6554;
}

.mv-icon-box.text-last {
  color: #113b65;
  background-color: #fff;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -10px;
  margin-right: 0;
  font-size: 40px;
  font-weight: 900;
  line-height: 52px;
  display: flex;
  box-shadow: 0 1px 8px #113b6554;
}

.mv-icon-box.text-first {
  z-index: 1;
  color: #113b65;
  background-color: #fff;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  font-size: 40px;
  font-weight: 900;
  line-height: 50px;
  display: flex;
  position: relative;
  top: 3%;
  box-shadow: 0 1px 8px #113b6554;
}

.vm-heading {
  font-size: 24px;
  line-height: 29px;
}

.vm-content {
  margin-bottom: 0;
}

.vm-image {
  width: 49%;
}

.vm-image.vision-image {
  background-image: url("../images/screenshot-2025-09-17-073402.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 50%;
}

.vm-image.mission-image {
  background-image: url("../images/screenshot-2025-09-17-073308.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px 0 0 20px;
  width: 50%;
}

.vm-image.values-image {
  background-image: url("../images/screenshot-2025-09-17-073338.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 50%;
}

.service-heading-box {
  flex-flow: column;
  display: flex;
}

.blog-image-box {
  border-radius: 17px;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
}

.blog-image-box.blog-1 {
  background-image: url("../images/screenshot-2025-09-17-073445.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-info {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  font-family: Exo, sans-serif;
  display: flex;
}

.blog-icon {
  background-color: #ddddddde;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
}

.blog-icon.author {
  background-color: #ddd0;
  background-image: url("../images/blog-comment-edit-svgrepo-com-1.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-icon.clog-calendar {
  background-color: #ddd0;
  background-image: url("../images/calendar-days-svgrepo-com-1.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-info-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tenant-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #be2b2f0d;
  border: 1px solid #be2b2f;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 30px;
  text-decoration: none;
  display: flex;
}

.tenant-box.portrait {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 48%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.tenant-box.box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 24%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.tenant-box.half {
  width: 49%;
}

.tenant-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: 120px;
  min-width: 120px;
  height: 80px;
  min-height: 80px;
}

.tenant-logo.rnmc {
  width: 80px;
  min-width: 80px;
}

.tenant-logo._711 {
  width: 63px;
  min-width: 60px;
}

.tenant-upper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tenant-upper.left,
.tenant-upper.half-left {
  flex-flow: row;
}

._0bmargin {
  margin-bottom: 0;
}

.tenant-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 49%;
  margin-bottom: 20px;
  display: flex;
}

.tenant-wrapper.full {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.tenant-wrapper.left {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.tenant-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.tenants-tag {
  color: #fff;
  background-color: #949599b8;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 8px 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.tenants-tag.last {
  margin-right: 0;
  font-family: Exo, sans-serif;
  font-weight: 500;
}

.tenant-title {
  margin-bottom: 0;
  font-size: 26px;
  line-height: 32px;
}

.filter-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 40%;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 27px;
  display: flex;
}

.filter-form {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.filter-text {
  width: 29%;
  margin-bottom: 0;
}

.field-filter {
  color: #000;
  background-color: #f3f3f35c;
  border-radius: 100px;
  width: 90%;
  height: 52px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tenant-slider {
  display: none;
}

.blog-category {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #949599;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  padding: 8px 10px;
  font-weight: 700;
  display: flex;
}

.waves---cta-dark-2 {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color 0.2s;
  display: flex;
}

.waves---cta-dark-2:hover {
  background-color: #131313e6;
}

.waves---cta-dark-2.wide-cta {
  min-width: 200px;
}

.waves---main-container-2 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---sides-heading-button {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves---heading-2-no-margins-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---heading-3-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves---paragraph-big-2 {
  font-size: 20px;
  line-height: 130%;
}

.waves-grid-blog-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 64px;
}

.waves-tile-blog-2 {
  grid-column-gap: 32px;
  background-color: var(--waves-library--dark-elevation);
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 32px 24px 24px;
  text-decoration: none;
  display: flex;
}

.waves-image-blog-2 {
  object-fit: cover;
  border-radius: 8px;
  flex: none;
  width: 200px;
  height: 200px;
}

.waves-content-blog-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.tenants-flex-wrapper {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tenants-box {
  background-color: #fff;
  border: 2px solid #be2b2f2b;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 31%;
  height: 353px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 20px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  box-shadow: -1px 1px 20px -8px #be2b2f3d;
}

.tenants-box:hover {
  border-width: 2px;
  border-color: #be2b2f;
  box-shadow: 2px 5px 20px -1px #be2b2f63;
}

.tenants-box.mobile-tenant-box {
  width: 100%;
  height: 340px;
}

.tenants-box.tenant-home {
  height: 350px;
}

.tenants-logo {
  justify-content: flex-start;
  align-items: center;
  width: 140px;
  height: 70px;
  margin-bottom: 10px;
  display: flex;
}

.tenants-logo.rnmc {
  background-image: url("../images/version-160925-final-4.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 60px;
}

.tenants-tag-wrapper {
  margin-bottom: 20px;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
}

.tentns-content-box {
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.tentns-content-box.down {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tenants-date {
  margin-bottom: 10px;
  font-weight: 600;
  display: none;
}

.tenants-call {
  color: #000;
  font-family: Exo, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.tenants-slider-wrapper {
  display: none;
}

.tenant-slider {
  background-color: #ddd0;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.mask {
  width: 32%;
  height: 100%;
  overflow: visible;
}

.slide-nav {
  display: none;
}

.slide-2 {
  margin-right: 20px;
}

.rt-component-container-4 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-3 {
  background-color: var(
    --radiant-ui-components-library-marketplace--color--white
  );
  color: var(
    --radiant-ui-components-library-marketplace--color--body-font-dark
  );
  width: 100%;
  padding: 0;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  display: none;
  position: relative;
}

.rt-display-off {
  display: none;
}

.rt-padding-bottom-ten {
  padding-bottom: 10px;
}

.rt-slide {
  background-image: url("../images/quote.svg");
  background-position: 90% 83%;
  background-repeat: no-repeat;
  background-size: 80px 70px;
  margin-right: 30px;
}

.rt-testimonial-one-main {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.rt-right-arrow-2 {
  border: 1px solid
    var(--radiant-ui-components-library-marketplace--color--heading-dark);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  inset: auto 0% 0% 70px;
}

.rt-left-arrow-3 {
  border: 1px solid
    var(--radiant-ui-components-library-marketplace--color--heading-dark);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  top: auto;
  left: 0%;
  right: 70px;
}

.rt-testimonial-one-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f5fb;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-slider-2 {
  background-color: #ddd0;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  padding-bottom: 120px;
  display: flex;
  overflow: hidden;
}

.rt-testimonial-one-ratings {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.rt-testimonial-one-ratings.rt-padding-bottom-ten {
  padding-bottom: 10px;
}

.rt-testimonial-one-block {
  color: var(
    --radiant-ui-components-library-marketplace--color--body-font-dark
  );
  padding: 30px;
}

.rt-mask {
  width: 33.33%;
  height: 100%;
}

.rt-mask.rt-overflow-on {
  width: 50%;
  overflow: visible;
}

.rt-body-font-color-5 {
  color: var(
    --radiant-ui-components-library-marketplace--color--body-font-dark
  );
  transition: color 0.35s;
}

.rt-overflow-off {
  overflow: hidden;
}

.rt-icon-black {
  filter: invert();
}

.content-wrapper.bg {
  background-image: linear-gradient(#94959926, #94959926);
}

.content-wrapper._0bpadding {
  padding-bottom: 0;
}

.content-wrapper.voice-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.rt-text-white-2 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-full-width {
  border-radius: 10px;
  width: 100%;
}

.rt-full-width.rt-full-height {
  height: 100%;
}

.rt-tag-four {
  color: #fff;
  letter-spacing: 0;
  font-family: Outfit;
  font-size: 14px;
  line-height: 24px;
}

.rt-portfolio-one-card-block-one-left {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.rt-portfolio-one-card-block-one-left.rt-background-dark {
  border-radius: 10px;
}

.rt-portfolio-one-card-block-one-right-bottom {
  width: 100%;
  height: 100%;
  position: relative;
}

.rt-portfolio-one-card-block-one-right-bottom.rt-background-dark {
  border-radius: 10px;
  height: 48%;
}

.rt-portfolio-one-card-block-one-right-bottom.rt-background-dark.full-left {
  height: 100%;
}

.rt-portfolio-one-card-top-left {
  width: 100%;
  height: 100%;
  position: relative;
}

.rt-portfolio-one-card-top-left.rt-background-dark {
  border-radius: 10px;
}

.rt-div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 51%;
  display: grid;
}

.rt-portfolio-card-contain {
  pointer-events: none;
  background-color: #949599c2;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 15px;
}

.rt-portfolio-card-contain.rt-active {
  background-color: #949599c2;
}

.rt-portfolio-one-card-block-one-right {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.rt-portfolio-one-card-block-one {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.rt-component-heading-five {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 21px;
  font-weight: 400;
  line-height: 31px;
}

.rt-component-heading-five.rt-text-white-2 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-background-dark {
  background-color: var(
    --radiant-ui-components-library-marketplace--color--button-background-dark
  );
}

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

.rt-component-container-5 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-4 {
  background-color: var(
    --radiant-ui-components-library-marketplace--color--white
  );
  color: var(
    --radiant-ui-components-library-marketplace--color--body-font-dark
  );
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-4.rt-gallery-v-four {
  padding-bottom: 20px;
}

.rt-auto-fit {
  border-radius: 10px;
  height: auto;
}

.rt-full-width-2 {
  border-radius: 10px;
  width: 100%;
}

.rt-full-width-2.rt-auto-fit {
  object-fit: cover;
}

.rt-full-width-2.rt-auto-fit.rt-full-height,
.rt-full-width-2.rt-full-height {
  height: 100%;
}

.rt-full-width-2.rt-portfolio-three-custome-image {
  object-fit: cover;
}

.rt-text-uppercase {
  text-transform: uppercase;
}

.rt-portfolio-three-card-main-wrap-two {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.rt-tag-five {
  letter-spacing: 0;
  font-family: Outfit;
  font-size: 14px;
  line-height: 24px;
}

.rt-tag-five.rt-text-uppercase {
  text-transform: uppercase;
}

.rt-portfolio-three-card-main-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 30px;
  display: grid;
}

.rt-portfolio-three-card {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.rt-portfolio-three-card.rt-portfolio-three-card-middle-one {
  width: 100%;
  max-width: 850px;
  height: auto;
}

.rt-portfolio-three-card.rt-portfolio-three-card-meddle-two {
  width: 100%;
  max-width: 410px;
}

.rt-portfolio-three-card-contain-block {
  background-color: var(
    --radiant-ui-components-library-marketplace--color--white
  );
  pointer-events: none;
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 10px 23px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.rt-component-heading-five-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 21px;
  font-weight: 400;
  line-height: 31px;
}

.rt-lightbox-link-3 {
  width: 100%;
  height: 100%;
}

.slide-3 {
  margin-right: 20px;
}

.tenants-upper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.tenants-upper.full {
  width: 100%;
}

.tenants-info {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.icon {
  width: 20px;
  min-width: 20px;
  height: 20px;
}

.tenants-info-wrapper {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  margin-bottom: 20px;
  display: flex;
}

.location-box {
  width: 49%;
}

.quick-link-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  display: flex;
}

.mv-heading {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.gallery-flex-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.gallery-light-box {
  width: 32.5%;
  margin-bottom: 20px;
  overflow: clip;
}

.rt-component-container-6 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-5 {
  background-color: var(
    --radiant-ui-components-library-marketplace--color--white
  );
  color: var(
    --radiant-ui-components-library-marketplace--color--body-font-dark
  );
  width: 100%;
  padding: 0;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-autofit-3 {
  object-fit: cover;
}

.rt-autofit-4 {
  object-fit: cover;
  border-radius: 10px;
}

.rt-autofit-4.rt-responsive-full-width-2 {
  width: 100%;
  height: 350px;
}

.rt-overflow-off-2 {
  border-radius: 10px;
  height: 350px;
  -webkit-text-decoration: none;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.rt-about-one-portfolio-main {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}

.blog-info-main {
  font-size: 15px;
  line-height: 25px;
}

.blog-box {
  background-color: #fff;
  border: 1px solid #be2b2f2b;
  border-radius: 20px;
  width: 31%;
  height: 340px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 31px;
  box-shadow: -1px 1px 20px -8px #be2b2f3d;
}

.blog-box.mobile-tenant-box {
  width: 100%;
  height: 340px;
}

.blog-top-image {
  height: 170px;
}

.blog-photos {
  width: 100%;
  height: 170px;
}

.rt-category-cards-text-4 {
  color: #000;
  text-transform: capitalize;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
}

.rt-component-section-6 {
  background-color: var(
    --radiant-ui-components-library-marketplace--color--white
  );
  color: var(
    --radiant-ui-components-library-marketplace--color--body-font-dark
  );
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-button-orange-arrow {
  margin-top: 2px;
}

.rt-button-two-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.rt-position-relative {
  position: relative;
}

.rt-blog-card-four-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  height: auto;
  padding: 0;
}

.rt-blog-card-four-image {
  overflow: hidden;
  box-shadow: 5px 4px 50px #00000014;
}

.rt-button-two-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #ff000a;
  justify-content: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.rt-button-two-text-3 {
  text-transform: capitalize;
}

.rt-collection-list-five {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-tab-image-full-width-2 {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.rt-blog-card-four {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  color: #fff;
  border: 2px solid #be2b2f2b;
  border-radius: 20px;
  flex-flow: column;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.rt-image-appear-overlay {
  z-index: 10;
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  background-color: #ff5e14;
  position: absolute;
  inset: 0%;
  transform: scale3d(1, 0, 1);
}

.rt-tag-text-four {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.rt-tag-text-four.rt-tag-body-color {
  color: #606060;
}

.blog-tit {
  color: #000;
  letter-spacing: 1.6px;
  text-transform: capitalize;
  font-family: Exo, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 26px;
}

.blog-tit.rt-tag-body-color {
  color: #606060;
}

.waves---main-container-3 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-4 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---heading-2-no-margins-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---heading-3-no-margins-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.history-icon {
  justify-content: center;
  align-items: center;
  width: 90px;
  min-width: 90px;
  height: 90px;
  min-height: 90px;
  margin-bottom: 16px;
  display: flex;
}

.waves---paragraph-big-3 {
  font-size: 20px;
  line-height: 130%;
}

.waves---limit-510 {
  max-width: 510px;
}

.waves---center-heading-2 {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---grid-features-5 {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
}

.waves-tile-feature-5 {
  grid-row-gap: 16px;
  text-align: center;
  background-color: #be2b2f0d;
  border: 2px solid #be2b2f;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 40%;
  margin-right: 10px;
  padding: 35px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  box-shadow: -1px 1px 20px -8px #be2b2f3d;
}

.waves-tile-feature-5:hover {
  border-color: #be2b2f2b;
}

.waves-tile-feature-5.hide {
  display: none;
}

.history-info {
  height: 120px;
  min-height: 120px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.history-title {
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.service-slider-wrapper {
  display: none;
}

.service-slider-wrapper.explore-slider-wrapper {
  display: flex;
}

.service-slider-wrapper.blog-slider-wrapper,
.service-slider-wrapper.explore-slider-wrapper-mobile {
  display: none;
}

.rt-component-container-7 {
  width: 100%;
  max-width: 1290px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.rt-component-section-7 {
  background-color: var(
    --radiant-ui-components-library-marketplace--color--white
  );
  color: var(
    --radiant-ui-components-library-marketplace--color--body-font-dark
  );
  width: 100%;
  padding: 0 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-display-off-2 {
  display: none;
}

.rt-padding-bottom-ten-2 {
  padding-bottom: 10px;
}

.rt-slide-2 {
  background-image: url("../images/quote.svg");
  background-position: 90% 83%;
  background-repeat: no-repeat;
  background-size: 80px 70px;
  margin-right: 30px;
}

.rt-testimonial-one-main-2 {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.rt-testimonial-one-main-2.rt-overflow-flex-desktop {
  justify-content: space-between;
  display: flex;
}

.rt-right-arrow-3 {
  border: 1px solid
    var(--radiant-ui-components-library-marketplace--color--heading-dark);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: none;
  inset: auto 0% 0% 70px;
}

.rt-left-arrow-4 {
  border: 1px solid
    var(--radiant-ui-components-library-marketplace--color--heading-dark);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: none;
  top: auto;
  left: 0%;
  right: 70px;
}

.rt-testimonial-one-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f5fb;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-slider-3 {
  background-color: #ddd0;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  display: flex;
  overflow: hidden;
}

.rt-testimonial-one-ratings-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.rt-testimonial-one-ratings-2.rt-padding-bottom-ten-2 {
  padding-bottom: 10px;
}

.rt-testimonial-one-block-2 {
  color: var(
    --radiant-ui-components-library-marketplace--color--body-font-dark
  );
  padding: 30px;
}

.rt-mask-2 {
  width: 33.33%;
  height: 100%;
}

.rt-mask-2.rt-overflow-on {
  width: 31%;
  overflow: visible;
}

.rt-body-font-color-6 {
  color: var(
    --radiant-ui-components-library-marketplace--color--body-font-dark
  );
  transition: color 0.35s;
}

.rt-overflow-off-3 {
  overflow: hidden;
}

.rt-icon-black-2 {
  filter: invert();
}

.content-heading {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.community-image {
  border-radius: 10px;
}

.community-image.event {
  object-fit: cover;
  height: 200px;
}

.rt-community {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #be2b2f0d;
  border: 1px solid #be2b2f;
  border-radius: 20px;
  width: 70%;
  padding: 15px;
}

.community-date {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.rt-community-date {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  min-width: 120px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset -2px 0 #e1e1e1;
}

.event-arrow {
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
}

.testimony-slide {
  display: none;
}

.event-content {
  color: #535353;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
}

.event-box {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.vision-arrow {
  justify-content: center;
  align-items: center;
  width: 70px;
  min-width: 70px;
  height: 70px;
  min-height: 70px;
  display: flex;
}

.vision-content,
.vision-content.right {
  justify-content: space-between;
  align-items: stretch;
  height: 450px;
  display: flex;
}

.vision-content.bottom {
  justify-content: space-between;
  align-items: center;
}

.vision-line {
  background-color: #113b6554;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 7px;
  height: 100%;
  display: flex;
  position: relative;
  bottom: 40%;
}

.vision-line.mobile,
.vision-line.tablet {
  display: none;
}

.vision-line-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  top: 55%;
}

.vision-animation {
  z-index: 0;
  background-color: #113b65;
  width: 7px;
  height: 100%;
  position: absolute;
}

.vision-base {
  background-color: #113b6554;
  width: 100%;
  height: 100%;
  position: relative;
}

.rt-category-cards-text-5 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text-5.rt-margin-bottom-fifteen {
  color: #000;
  margin-bottom: 15px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.rt-category-cards-text-5.rt-margin-bottom-fifteen.mobile {
  display: none;
}

.rt-component-container-8 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-8 {
  background-color: var(
    --radiant-ui-components-library-marketplace--color--white
  );
  color: var(
    --radiant-ui-components-library-marketplace--color--body-font-dark
  );
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-body-font-color-7 {
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 24px;
  transition: color 0.35s;
}

.rt-number-img-bg-inner {
  color: #fff;
  background-image: url("../images/circle-red.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  font-family: Exo, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 50px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
}

.rt-number-img-bg-inner:hover {
  color: #be2b2f;
  background-image: url("../images/circle-white-red.svg");
}

.rt-arrow-img-left {
  height: auto;
  position: absolute;
  inset: auto -12% 43% auto;
  transform: none;
}

.rt-arrow-img-left.rt-arrow-img-right {
  bottom: 46%;
  transform: rotate(-12deg);
}

.rt-number-block-2 {
  text-align: center;
  flex: 1;
  position: relative;
}

.rt-number-image-bg-outer {
  justify-content: center;
  align-items: center;
}

.rt-arrow-down-img {
  height: auto;
}

.rt-number-text-block-outer {
  align-items: center;
}

.rt-arrow-circle-block {
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-circle-number {
  font-family: Exo, sans-serif;
  font-size: 23px;
  font-weight: 700;
}

.rt-margin-bottom-fifteen {
  margin-bottom: 15px;
}

.heading {
  color: #000;
  font-size: 48px;
  line-height: 64px;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 31%;
  margin-right: 2%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.mask-2 {
  width: 100%;
}

.par-content.last-mobile {
  margin-bottom: 10px;
}

.content-heading-info.future-heading {
  margin-bottom: 30px;
  line-height: 46px;
}

.rt-category-cards-text-6 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-component-container-9 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-9 {
  background-color: var(
    --radiant-ui-components-library-marketplace--color--white
  );
  color: var(
    --radiant-ui-components-library-marketplace--color--body-font-dark
  );
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-auto-fit-2 {
  border-radius: 10px;
  height: auto;
}

.rt-overflow-hidden {
  overflow: hidden;
}

.rt-testimonial-quote-wrapper {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  align-items: flex-start;
  display: flex;
}

.rt-tab-images {
  border-radius: 10px;
}

.rt-home-one-testimonial-title {
  color: #141f39;
  text-transform: uppercase;
  font-size: 1.125rem;
}

.rt-review-text {
  justify-content: center;
  align-items: center;
  width: 48%;
  display: flex;
  position: relative;
}

.rt-text-color-midenight-blue {
  color: #233050;
}

.rt-author-image-icon {
  cursor: pointer;
  background-color: #0000;
  border: 3px solid #fff;
  border-radius: 60px;
  max-width: 76px;
  padding: 0;
}

.rt-author-image-icon.w--current {
  background-color: #0000;
  border: 1px solid #2bb965;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  padding: 4px;
  transition: transform 0.35s;
  display: flex;
  transform: scale(1.2);
}

.rt-author-image-icon.rt-three {
  border: 2px solid #0000;
  min-width: 69px;
}

.rt-author-image-icon.rt-two {
  border: 2px solid #0000;
}

.rt-author-image-icon.rt-one {
  border: 2px solid #0000;
  min-width: 69px;
}

.rt-tabs {
  align-items: center;
  min-width: 340px;
  display: flex;
}

.rt-cyber-testimonial-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-tabs-menu {
  z-index: 100;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: -42px;
  display: flex;
  position: relative;
}

.rt-radius-sixty {
  border: 3px solid #fff;
  border-radius: 60px;
}

.rt-reviewer-image-three {
  position: absolute;
}

.rt-tabs-content {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.rt-cyber-review-text {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.rt-cyber-review-text.rt-review-two {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100px;
  display: flex;
}

.rt-cyber-review-text.rt-review-one {
  display: none;
  position: absolute;
  inset: 0%;
}

.rt-cyber-review-text.rt-review-three {
  display: none;
  position: absolute;
}

.rt-reviewer-image-three-block {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 6%;
}

.rt-reviewer-image-three-block.rt-radius-fifty-four {
  border-radius: 54px;
}

.rt-testimonial-image-wrapper {
  display: flex;
}

.rt-margin-top-zero {
  margin-top: 0;
}

.rt-reviewer-image-one {
  position: absolute;
}

.rt-quote-icon {
  border-radius: 100%;
  min-width: 99px;
  box-shadow: 0 11px 14px #1670f866;
}

.rt-testimonial-text-wrapper {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 650px;
  display: flex;
}

.rt-home-one-testimonials-header {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  align-items: center;
  display: flex;
}

.rt-font-change {
  letter-spacing: -0.03rem;
}

.rt-body-font-color-8 {
  color: #777;
  transition: color 0.35s;
}

.staging-section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  display: flex;
  align-items: center;
}

.staging-image {
  border-radius: 10px;
  width: auto;
}

.staging-image.stage-a {
  background-image: url("../images/screenshot-2025-09-17-073338.png");
  border-bottom-left-radius: 0;
  width: auto;
  height: auto;
}

.staging-image.stage-c {
  background-image: url("../images/screenshot-2025-09-17-073445.png");
  border-top-left-radius: 0;
  margin-left: 0;
}

.staging-image.video {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border: 1px solid #cfcfcf4d;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 50%;
  height: 330px;
  padding: 8px;
  overflow: hidden;
  box-shadow: 0 1px 11px #00000029;
}

.staging-image.stage-a {
  background-color: #fff;
  background-image: none;
  border: 1px solid #cfcfcf4d;
  border-radius: 0;
  width: 80%;
  padding: 8px;
  box-shadow: 0 1px 11px #00000029;
}

.staging-image.stage-a._1 {
  width: 50%;
  transform: rotate(-9deg);
}

.staging-image.stage-a._2 {
  width: 50%;
  transform: translate(-30px, 20px) rotate(15deg);
}

.staging-image.stage-a._3 {
  width: 70%;
  position: absolute;
  inset: auto 0% -100%;
  transform: translate(40px) rotate(5deg);
}

.staging-image.stage-b {
  background-color: #fff;
  background-image: none;
  border: 1px solid #cfcfcf4d;
  border-radius: 0;
  width: 80%;
  padding: 8px;
  box-shadow: 0 1px 11px #00000029;
}

.staging-image.stage-b._1 {
  width: 90%;
  transform: rotate(-9deg);
}

.staging-image.stage-b._2 {
  width: 60%;
  position: absolute;
  top: 300px;
  left: 150px;
  transform: rotate(10deg);
}

.staging-image.stage-b._3 {
  width: 70%;
  position: absolute;
  inset: auto 0% 10%;
  transform: translate(40px) rotate(5deg);
}

.staging-image.story-image {
  border: 1px solid #cfcfcf4d;
  border-radius: 0;
  width: 47%;
  padding: 8px;
  overflow: hidden;
  box-shadow: 0 1px 11px #00000029;
  min-height: 400px;
}

.stage-logo {
  width: 110px;
  height: 110px;
}

.highlight-link {
  color: #be2b2f;
  text-decoration: none;
}

.success-image-wrapper {
  border: 2px solid #c22b2f;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 20px 28px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.success-logo {
  object-fit: contain;
  width: 140px;
  height: 100px;
  min-height: 100px;
}

.success-logo._7elevn {
  width: 100px;
  min-width: 100px;
  height: 65px;
  min-height: 65px;
}

.success-logo.rnmc {
  width: auto;
  min-width: auto;
  height: 60px;
  min-height: 0;
}

.process-arrow {
  background-image: url("../images/arrow-narrow-right-svgrepo-com-5.svg"),
    linear-gradient(332deg, #821e2c, #e43b35);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 30px, auto;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  padding: 13px;
}

.discover {
  color: #be2b2f;
  background-image: url("../images/arrow-narrow-right-svgrepo-com-6.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 20px;
  padding-right: 30px;
  display: flex;
}

.footer-content {
  background-color: #949599;
  padding-top: 30px;
  padding-bottom: 30px;
}

.newsletter-content {
  background-color: #696969;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.newsletter {
  grid-row-gap: 15px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  display: flex;
}

.newsletter-para {
  color: #fff;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
}

.newletter-form {
  width: 60%;
}

.services-title {
  color: #12426e;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 28px;
}

.image-hover {
  background-image: linear-gradient(#0000 48%, #000000b3 99%, #0009);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 30px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: none;
  position: absolute;
  inset: 0%;
}

.white {
  color: #fff;
  overflow: hidden;
}

.image-title {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}

.image-content {
  color: #fff;
  font-weight: 400;
  overflow: hidden;
}

.vision-icon {
  width: 20%;
  height: 38px;
}

.vision-icon.health {
  justify-content: center;
  align-items: center;
  width: 33%;
  display: flex;
}

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

.h2 {
  color: #1d1f45;
  margin-top: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.title_text {
  color: #6937ff;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 700;
}

.section_container {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.title_wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.process_image_wrap {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 45%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.centre_block {
  justify-content: center;
  align-items: flex-start;
  width: 120px;
  height: 80px;
  display: flex;
}

.centre_block.last {
  justify-content: center;
  align-items: flex-end;
}

.process_line {
  background-image: url("../images/68e489aba6210b83aa05fa0e_line-1.svg");
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
  width: 2px;
  height: 80%;
  position: absolute;
}

.process_details {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  min-height: 300px;
  display: flex;
  position: relative;
}

.h1 {
  color: #1d1f45;
  text-align: center;
  margin-top: 10px;
  font-size: 55px;
  line-height: 55px;
}

.process {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.centre_icon_wrap {
  z-index: 5;
  background-color: #be2b2f;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 10px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px 18px #e6cbff24;
}

.centre_step {
  color: #fff;
  font-size: 21px;
  font-weight: 600;
}

.process_card_02 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.process_card {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-bottom: 30px;
  display: flex;
}

.vision-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.vision-background {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.play-pause-button {
  position: relative;
}

.staging-image-wrapper {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 0;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding-left: 30px;
  display: flex;
  position: relative;
}

.staging-image-wrapper.stage-a {
  background-image: url("../images/screenshot-2025-09-17-073338.png");
  border-bottom-left-radius: 0;
}

.staging-image-wrapper.stage-b {
  background-image: url("../images/for-slide-11-edit.png");
  background-position: 42%;
  background-size: auto;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.staging-image-wrapper.stage-c {
  background-image: url("../images/screenshot-2025-09-17-073445.png");
  border-top-left-radius: 0;
  margin-left: 0;
}

.staging-image-wrapper.video {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 0;
  overflow: hidden;
}

.staging-image-wrapper.stage-b2 {
  background-image: url("../images/for-slide-12.png");
  background-position: 50%;
  border-radius: 0 10px 10px 0;
}

.background-video {
  height: 100%;
}

.about-video {
  border-radius: 20px;
  width: 100%;
  height: 500px;
}

.success-ticker {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ticker-wrapper {
  background-image: radial-gradient(circle, #0000, #fff);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ticker-wrapper.right {
  justify-content: flex-end;
  align-items: center;
}

.ticker-gradient {
  pointer-events: none;
  background-image: radial-gradient(circle, #0000 79%, #fff 96%);
  position: absolute;
  inset: 0%;
}

.success-slider {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.hel-add-box {
  background-color: #ebebeb00;
  /* border-bottom: 1px solid #b2b2b55c; */
  border-radius: 0;
  padding: 0;
  display: flex;
}

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

.hero-accent {
  color: #be2b2f;
}

@media screen and (min-width: 1280px) {
  .container-large {
    max-width: 1900vw;
  }

  .section-logo {
    padding-top: 15px;
  }

  .rt-home-about-block-one {
    width: auto;
  }

  .rt-home-about-block-one.v2 {
    width: 30%;
  }

  .rt-links-block-two-home {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-links-block-two-home.v2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .rt-submit-button-home {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .rt-quick-link-block-two.rt-padding {
    padding-right: 0;
  }

  .rt-quick-link-block-two.rt-padding-three {
    width: auto;
    margin-right: 40px;
  }

  .rt-quick-link-block-two.footer-quick-links-wrapper {
    padding-right: 0;
  }

  .content-box.service-content-box {
    width: 100%;
  }

  .copyright-box {
    padding-bottom: 0;
  }

  .rt-padding-top-twenty.rt-body-font-color-4 {
    height: 128px;
  }

  .rt-precision-card.rt-home-two.rt-home-two-page {
    height: 570px;
  }

  .rt-portfolio-card-contain {
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .history-info {
    height: 48px;
    min-height: 48px;
  }

  .rt-arrow-circle-block {
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
  }

  .staging-image.stage-a._3 {
    bottom: -90%;
    left: 5%;
  }

  .stage-logo {
    width: 150px;
    height: 150px;
  }

  .success-logo {
    min-width: 140px;
  }

  .success-logo._7elevn {
    width: 130px;
    min-width: 130px;
  }

  .newsletter {
    width: auto;
  }
}

@media screen and (min-width: 1440px) {
  .waves-gallery-hero-1 {
    height: 690px;
  }

  .logo-slider-img {
    width: 165px;
  }

  .section-logo {
    padding-top: 0;
  }

  .rt-links-block-two-home.v2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .content-box.center {
    overflow: clip;
  }

  .mar-wrapp.home-map {
    height: 277px;
  }

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

  .tenants-box {
    height: 335px;
  }

  .rt-testimonial-one-block {
    padding: 60px;
  }

  .rt-portfolio-card-contain {
    inset: 30px;
  }

  .history-info {
    height: 48px;
    min-height: 48px;
  }

  .rt-testimonial-one-block-2 {
    padding: 60px;
  }

  .rt-body-font-color-7 {
    color: #0000008f;
    font-family: Exo, sans-serif;
    font-weight: 400;
  }

  .heading {
    font-size: 55px;
    line-height: 67px;
  }

  .content-heading-info {
    font-size: 43px;
  }

  .staging-image.stage-a._3 {
    bottom: 0%;
    transform: translate(60px, 220px) rotate(5deg);
  }

  .staging-image.stage-b._1 {
    width: 70%;
    position: relative;
    top: 18px;
  }

  .staging-image.stage-b._2 {
    top: 314px;
    transform: rotate(10deg);
  }

  .stage-logo {
    width: 200px;
    height: 200px;
  }

  .success-logo {
    width: 154px;
    min-width: 154px;
    height: 150px;
    min-height: 150px;
  }

  .success-logo._7elevn {
    width: 154px;
    min-width: 154px;
  }

  .process_line {
    height: 78%;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    width: 97%;
  }

  .image-box.community-image {
    width: 100%;
  }

  .waves-gallery-hero-1 {
    max-width: 670px;
    height: 680px;
  }

  .logo-slider-img {
    width: 200px;
  }

  .ticker.trusted-by-list {
    overflow: visible;
  }

  .swiper-slide.trusted-by-item {
    width: auto;
  }

  .container-large {
    max-width: 116.5rem;
    overflow: visible;
  }

  .rt-home-review-main-block {
    background-position: 59% 95%;
  }

  .rt-links-block-two-home.v2 {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .rt-quick-link-list.qiuck-box {
    width: 50%;
  }

  .hero-slider-wrapper {
    width: 51%;
  }

  .copyright-box {
    padding-bottom: 1px;
  }

  .gallery-image.gall2 {
    background-size: 110%;
  }

  .tenants-box {
    height: 335px;
  }

  .rt-overflow-off {
    align-self: center;
  }

  .quick-link-wrapper {
    width: 100%;
  }

  .rt-overflow-off-2 {
    align-self: center;
  }

  .history-info {
    height: 48px;
    min-height: 48px;
  }

  .rt-overflow-off-3 {
    align-self: center;
  }

  .rt-community {
    padding-left: 40px;
    padding-right: 40px;
  }

  .rt-number-img-bg-inner {
    width: 220px;
    height: 220px;
    font-size: 40px;
  }

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

  .content-heading-info {
    font-size: 45px;
    line-height: 54px;
  }

  .staging-image.stage-b._2 {
    width: 64%;
  }

  .stage-logo {
    width: 200px;
    height: 200px;
  }

  .highlight-link {
    color: #be2b2f;
    text-decoration: none;
  }

  .success-logo {
    width: 160px;
    min-width: 160px;
  }

  .process_line {
    height: 78%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 64px;
    line-height: 74px;
  }

  h2 {
    font-size: 42px;
    line-height: 52px;
  }

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

  .brand {
    width: 21%;
  }

  .nav-link {
    color: #fff;
    border-bottom: 1px solid #ffffff3b;
    margin-right: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 27px;
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
  }

  .nav-link:hover,
  .nav-link.w--current {
    color: #fff;
    background-color: #be2b2f;
  }

  .nav-link.drop {
    width: 100%;
    padding-right: 51px;
  }

  .nav-menu {
    background-color: #949599;
    margin-right: 0;
  }

  .hero-header-wrapper {
    padding-top: 40px;
  }

  .hero-header-wrapper.inside-hero {
    margin-top: 87px;
  }

  .hero-header-wrapper.home {
    margin-top: 86px;
    padding-bottom: 40px;
  }

  .hero-content-box {
    width: 100%;
  }

  .content-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .content-wrapper.stage-wrap {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .container {
    width: 88%;
  }

  .flex-wrapper,
  .flex-wrapper.stage-flex {
    flex-flow: wrap;
  }

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

  .image-box.about-image2 {
    width: 100%;
    height: 530px;
  }

  .image-box.community-image {
    width: 100%;
    margin-bottom: 30px;
  }

  .image-box.mvimage {
    width: 42%;
    height: 290px;
  }

  .content-box {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .content-box.cb35 {
    width: 100%;
  }

  .content-box.stages {
    width: 100%;
    padding: 0;
  }

  .content-box.map-box {
    margin-bottom: 30px;
  }

  .struc-box._0bmar-mobile {
    margin-bottom: 0;
  }

  .mid-content-box,
  .mid-content-box.bmargin30 {
    width: 90%;
  }

  .service-wrapper {
    display: none;
  }

  .service-box {
    width: 49%;
  }

  .service-icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
    margin-bottom: 0;
    margin-right: 10px;
  }

  .service-info {
    height: 159px;
  }

  .h3-relative {
    margin-bottom: 0;
    font-family: Exo, sans-serif;
    font-size: 19px;
    line-height: 28px;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .waves---mega-heading-1 {
    font-size: 61px;
    line-height: 110%;
  }

  .waves-content-hero-1 {
    text-align: center;
    align-items: center;
  }

  .waves-image-wrap-hero-1 {
    height: 320px;
  }

  .waves-gradient-hero-1 {
    height: 140px;
  }

  .waves-gallery-hero-1 {
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .brand-image {
    width: 100%;
  }

  .rt-team-two-work-process-block {
    height: auto;
    display: block;
  }

  .rt-service-step-info {
    padding: 1rem 6%;
  }

  .rt-team-two-process-block-left {
    max-width: 100%;
    height: auto;
    position: static;
  }

  .rt-service-step-number-2.event-text {
    font-size: 29px;
  }

  .rt-service-step-number-2.date {
    font-size: 3rem;
  }

  .rt-service-process-2 {
    width: 100%;
    margin-top: 20px;
  }

  .rt-service-process-2.about-process {
    width: 100%;
  }

  .logo-slider-img {
    width: 174px;
    height: auto;
    margin-left: 0;
    margin-right: 1.5rem;
  }

  .ticker-content {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .logo_component-slider {
    grid-column-gap: 3rem;
  }

  .page-padding.s0 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .ticker.trusted-by-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .swiper-slide.trusted-by-item {
    margin-left: -3vw;
    margin-right: -3vw;
  }

  .ticker-logo-box {
    width: 160px;
  }

  .container-large {
    max-width: 2000vw;
  }

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

  .section-logo {
    padding-top: 0;
  }

  .rt-footer-section.rt-footer-v-four {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .rt-home-review-main-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .rt-home-review-para {
    text-align: center;
    padding-bottom: 0;
  }

  .rt-name-block.left {
    text-align: left;
  }

  .rt-reviews-block {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .rt-reviews-block.testimony {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: none;
  }

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

  .rt-reviews {
    grid-column-gap: 14px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 48%;
    height: 410px;
    display: grid;
  }

  .rt-reviews.tab-size {
    text-align: center;
    width: 100%;
    height: 410px;
  }

  .rt-heading-six {
    font-size: 22px;
  }

  .rt-heading-six._20bmar {
    width: 100%;
  }

  .rt-designed-text {
    text-align: left;
  }

  .rt-home-about-block-one {
    grid-row-gap: 0px;
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
    padding-bottom: 2px;
  }

  .rt-home-about-block-one.v2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 41%;
  }

  .rt-home-copyright-main-block {
    grid-column-gap: 212px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .rt-container-4 {
    max-width: 1290px;
    position: static;
  }

  .rt-social-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .rt-links-block-two-home {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    justify-items: start;
    width: 100%;
  }

  .rt-links-block-two-home.v2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    width: 51%;
    display: flex;
  }

  .rt-home-footer-para {
    text-align: center;
    max-width: 590px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 26px;
  }

  .rt-quick-link-list.rt-padding-top,
  .rt-quick-link-list.qiuck-box,
  .rt-quick-link-list.footer-link-box {
    padding-top: 18px;
  }

  .rt-footer-blue-icon {
    opacity: 0;
    display: block;
  }

  .rt-form-home {
    justify-content: center;
    min-width: 580px;
    padding-top: 16px;
  }

  .rt-social-links-block {
    justify-content: center;
    align-items: center;
  }

  .rt-home-footer-main-block-two {
    grid-column-gap: 50px;
    grid-row-gap: 26px;
    text-align: center;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: space-around;
    align-items: flex-start;
    padding-bottom: 20px;
    display: flex;
  }

  .rt-home-footer-main-block-two.v2 {
    flex-flow: wrap;
    width: 100%;
  }

  .rt-quick-link-block-two {
    text-align: left;
    align-items: flex-start;
  }

  .rt-error-message,
  .rt-success-message {
    padding: 10px;
  }

  .footer-logo {
    width: 30%;
  }

  .footer-logo.v2 {
    width: 80%;
  }

  .drop-icon {
    margin-right: 20px;
  }

  .dropdown-list.w--open {
    border-radius: 0;
  }

  .dropdown-link {
    border-bottom: 1px solid #ffffff38;
    padding-left: 42px;
    font-family: Open Sans, sans-serif;
    font-size: 13px;
  }

  .dropdown-link.first-droplink:hover,
  .dropdown-link.first-droplink.w--current {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .dropdown-link.last-droplink:hover,
  .dropdown-link.last-droplink.w--current:hover {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .menu-button {
    color: #be2b2f;
    font-size: 32px;
  }

  .menu-button.w--open {
    color: #be2b2f;
    background-color: #c8c8c800;
  }

  .content-box.service-content-box {
    width: 100%;
  }

  .hero-slider-wrapper {
    width: 100%;
    height: 390px;
    margin-top: 20px;
  }

  .dropdown {
    width: 100%;
  }

  .form-wrapper {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .form-wrapper.full {
    width: 100%;
  }

  .form-wrapper.first {
    order: 9999;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-field {
    margin-bottom: 5px;
  }

  .text-field.message {
    height: 80px;
  }

  .submit-button {
    margin-top: 20px;
  }

  .mar-wrapp.location-map {
    width: 100%;
  }

  .mar-wrapp.hide-mobile {
    display: none;
  }

  .mar-wrapp.contact-map,
  .mar-wrapp.home-map {
    width: 100%;
  }

  .copyright-box {
    margin-top: 10px;
    padding-bottom: 0;
  }

  .copyright-box.v2 {
    padding-bottom: 10px;
  }

  .gallery-box {
    height: 130px;
  }

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

  .feature-image {
    margin-bottom: 10px;
  }

  .featured-item {
    flex-wrap: wrap;
  }

  .blog-grid {
    grid-column-gap: 22px;
    grid-template-columns: 1fr 0.6fr;
  }

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

  .rt-category-cards-text-3.rt-text-white {
    max-width: none;
  }

  .rt-component-section-2 {
    display: none;
  }

  .rt-precision-card-body {
    padding-bottom: 21px;
  }

  .rt-precision-card-body-icon-column {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .rt-padding-top-twenty.rt-body-font-color-4 {
    height: 170px;
  }

  .rt-precision-card-body-row {
    align-items: stretch;
    display: none;
  }

  .rt-precision-card-image-box {
    height: 200px;
  }

  .rt-precision-card-image-box.ahc {
    background-size: 250px;
  }

  .rt-precision-card-image-box.hello {
    background-size: 260px;
  }

  .rt-precision-card {
    margin-top: 7px;
    margin-bottom: 7px;
    margin-right: 0;
  }

  .rt-precision-card.rt-home-two.rt-home-two-page {
    height: 530px;
  }

  .rt-precision-card.rt-home-two.rt-home-two-desktop {
    width: 70%;
  }

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

  .mvbox {
    padding: 0 31px 31px;
  }

  .mv-icon-box.text,
  .mv-icon-box.text-last {
    width: auto;
    min-width: 0;
    height: auto;
    min-height: 0;
    padding: 15px 20px;
    font-size: 30px;
    line-height: 30px;
  }

  .mv-icon-box.text-first {
    width: auto;
    min-width: 0;
    height: auto;
    min-height: 0;
    padding: 15px 20px;
    font-size: 30px;
    line-height: 30px;
    display: none;
  }

  .service-heading-box {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }

  .tenant-box.portrait {
    order: 9999;
  }

  .tenant-box.box,
  .tenant-box.half {
    width: 48%;
  }

  .tenant-upper.half-left {
    flex-flow: column;
  }

  .tenant-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .tenants-tag {
    margin-bottom: 10px;
    margin-right: 5px;
    font-size: 12px;
  }

  .filter-wrapper {
    width: 50%;
    margin-bottom: 30px;
  }

  .waves---sides-heading-button {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves-grid-blog-2 {
    grid-template-columns: 1fr;
  }

  .tenants-flex-wrapper {
    justify-content: center;
    align-items: flex-start;
    display: none;
  }

  .tenants-flex-wrapper.mobile {
    display: flex;
  }

  .tenants-box {
    width: 47%;
    height: 430px;
  }

  .tenants-box.mobile-tenant-box {
    height: 380px;
  }

  .tenants-tag-wrapper {
    flex-flow: wrap;
  }

  .tenants-call.esk {
    margin-left: 25px;
  }

  .tenants-slider-wrapper {
    display: flex;
  }

  .tenant-slider {
    width: 100%;
  }

  .mask {
    width: 100%;
    padding-bottom: 27px;
  }

  .slide-nav {
    z-index: 333;
    display: block;
    top: 409px;
  }

  .slide-2 {
    width: 48%;
  }

  .rt-mask {
    width: 50%;
  }

  .rt-portfolio-one-card-block-one {
    flex-flow: column;
  }

  .rt-portfolio-three-card-main-wrap {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .slide-3 {
    width: 48%;
  }

  .tenants-info.tenant-phone {
    flex-flow: wrap;
  }

  .tenants-info-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .location-box {
    width: 100%;
  }

  .rt-autofit-4.rt-responsive-full-width-2,
  .rt-overflow-off-2 {
    height: 150px;
  }

  .rt-about-one-portfolio-main {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .rt-responsive-full-width-2 {
    width: 100%;
  }

  .blog-box.mobile-tenant-box {
    height: 380px;
  }

  .rt-collection-list-five {
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  .rt-tab-image-full-width-2 {
    width: 100%;
    height: auto;
  }

  .waves---grid-features-5 {
    grid-template-columns: 1fr 1fr;
    place-items: center;
    width: 100%;
  }

  .waves-tile-feature-5 {
    width: 42%;
    height: 370px;
    margin-bottom: 10px;
  }

  .service-slider-wrapper {
    display: flex;
  }

  .service-slider-wrapper.explore-slider-wrapper {
    display: none;
  }

  .service-slider-wrapper.blog-slider-wrapper,
  .service-slider-wrapper.explore-slider-wrapper-mobile {
    display: flex;
  }

  .service-slider-wrapper.offer-slider {
    height: 500px;
    display: none;
  }

  .rt-component-section-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .rt-display-off-2 {
    display: block;
  }

  .rt-testimonial-one-main-2.rt-overflow-off-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .rt-testimonial-one-main-2.rt-overflow-flex-desktop {
    flex-flow: wrap;
    margin-left: 0;
    margin-right: 0;
  }

  .rt-slider-3 {
    padding-bottom: 41px;
  }

  .rt-slider-3.hide {
    display: none;
  }

  .rt-mask-2 {
    width: 50%;
  }

  .rt-mask-2.rt-overflow-on {
    width: 47%;
  }

  .rt-community {
    width: 100%;
    margin-top: 20px;
  }

  .rt-community-date {
    padding-left: 10px;
  }

  .testimony-slide {
    background-color: #0000;
    height: 480px;
    padding-bottom: 3rem;
    display: flex;
  }

  .testimony-mask {
    width: 100%;
    height: 470px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .vision-content,
  .vision-content.right {
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
  }

  .vision-line {
    background-color: #113b65;
    border-width: 2px;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    position: absolute;
    top: 60%;
    bottom: auto;
  }

  .vision-line.animated {
    display: none;
  }

  .vision-line.mobile {
    height: 79%;
    display: none;
    top: 0%;
  }

  .vision-line.mobile-first {
    display: none;
  }

  .vision-line.tablet {
    height: 80%;
    display: flex;
    top: 50%;
  }

  .rt-body-font-color-7 {
    text-align: left;
    font-size: 15px;
  }

  .rt-number-img-bg-inner {
    width: 150px;
    height: 150px;
    font-size: 30px;
    line-height: 40px;
  }

  .rt-arrow-img-left {
    display: none;
  }

  .rt-number-block-2 {
    grid-column-gap: 20px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
  }

  .rt-arrow-down-img {
    display: none;
  }

  .rt-number-text-block-outer {
    align-self: center;
    align-items: flex-start;
  }

  .rt-arrow-circle-block {
    grid-column-gap: 10px;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading {
    font-size: 56px;
    line-height: 67px;
  }

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

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .par-content.last-mobile {
    order: 9999;
    margin-bottom: 0;
  }

  .content-heading-info {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 46px;
  }

  .rt-tabs {
    min-width: auto;
    padding-left: 10px;
  }

  .rt-cyber-testimonial-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .rt-testimonial-text-wrapper {
    max-width: none;
  }

  .rt-home-one-testimonials-header {
    grid-column-gap: 49px;
  }

  .staging-section {
    order: 9999;
  }

  .staging-image {
    background-image: none;
    border-radius: 0;
    order: -9999;
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
  }

  .staging-image.stage-a,
  .staging-image.stage-c {
    border-radius: 10px;
  }

  .staging-image.video {
    border-radius: 10px;
    width: 100%;
  }

  .staging-image.stage-a {
    border-radius: 0;
  }

  .staging-image.stage-a._1 {
    border-radius: 0;
    width: 30%;
    padding: 0.2rem;
    transform: translate(-60px, 60px) rotate(-9deg);
  }

  .staging-image.stage-a._2 {
    width: 32%;
    padding: 0.2rem;
    transform: translate(-10px, 130px) rotate(15deg);
  }

  .staging-image.stage-a._3 {
    z-index: -1;
    bottom: 0%;
    left: 9%;
  }

  .staging-image.stage-b._1 {
    width: 60%;
    height: auto;
    padding: 0.2rem;
    transform: translate(30px) rotate(-9deg);
  }

  .staging-image.stage-b._2 {
    width: 50%;
    height: auto;
    padding: 0.2rem;
    top: 50px;
    left: 310px;
  }

  .staging-image.story-image {
    order: 9999;
    width: 100%;
    margin-top: 15px;
  }

  .stage-logo {
    width: 130px;
    height: 130px;
  }

  .success-image-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .success-logo,
  .success-logo._7elevn {
    width: 150px;
    min-width: 150px;
  }

  .process-arrow {
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 16px;
  }

  .newsletter {
    text-align: center;
    width: 100%;
    padding-bottom: 2px;
  }

  .newsletter-para {
    text-align: center;
    max-width: 590px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 26px;
  }

  .newsletter-para.footer {
    text-align: left;
  }

  .newletter-form {
    width: 100%;
  }

  .process_image_wrap {
    width: 52%;
    min-height: 0;
  }

  .centre_block {
    width: 150px;
  }

  .process_line {
    height: 81%;
  }

  .process_details {
    width: 52%;
  }

  .process_card_02 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .process_card {
    padding-bottom: 0;
  }

  .staging-image-wrapper {
    order: -9999;
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
  }

  .staging-image-wrapper.stage-a,
  .staging-image-wrapper.stage-b,
  .staging-image-wrapper.stage-c,
  .staging-image-wrapper.stage-b2 {
    border-radius: 10px;
  }

  .background-video {
    height: 100%;
  }

  .about-video {
    height: 350px;
  }

  .slide-4 {
    width: 48%;
    margin-right: 10px;
  }

  .hero-flex {
    flex-flow: wrap;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
    line-height: 57px;
  }

  h2 {
    font-size: 35px;
    line-height: 45px;
  }

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

  .brand {
    width: 33%;
  }

  .brand.w--current {
    width: 22%;
  }

  .nav-link {
    font-size: 15px;
    line-height: 18px;
  }

  .nav-cta {
    justify-content: center;
    align-items: center;
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
    padding: 4px;
  }

  .cta-icon {
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    margin-right: 0;
  }

  .hero-header-wrapper.inside-hero {
    margin-top: 77px;
  }

  .hero-header-wrapper.inside-hero.about {
    min-height: 22vh;
    margin-top: 77px;
  }

  .hero-header-wrapper.home {
    margin-top: 78px;
  }

  .hero-content {
    margin-bottom: 20px;
  }

  .btn-wrapper {
    margin-top: 10px;
  }

  .content-wrapper.stage-wrap.first {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container {
    width: 90%;
  }

  .flex-wrapper.vision {
    flex-flow: wrap;
    display: none;
  }

  .flex-wrapper.vision-mobile {
    flex-flow: row;
    display: none;
  }

  .image-box.about-image {
    height: 100%;
  }

  .image-box.community-image {
    margin-bottom: 30px;
  }

  .image-box.mvimage {
    display: none;
  }

  .content-box {
    margin-bottom: 20px;
  }

  .sub-heading.vision-sub {
    order: -9999;
    display: flex;
  }

  .mid-content-box {
    width: 90%;
  }

  .service-box {
    width: 49%;
    margin-bottom: 10px;
  }

  .service-info {
    height: auto;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 40px;
  }

  .waves---mega-heading-1 {
    font-size: 56px;
  }

  .rt-service-step-info {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .rt-service-step-info.event-content {
    padding-right: 0;
  }

  .rt-service-step-number-2 {
    font-size: 3rem;
    line-height: 50px;
  }

  .rt-service-step-number-2.event-text {
    font-size: 22px;
    line-height: 27px;
  }

  .rt-service-step-number-2.date {
    font-size: 2.5rem;
    line-height: 30px;
  }

  .logo-slider-img {
    width: 125px;
  }

  .ticker-content {
    grid-column-gap: 7rem;
    grid-row-gap: 7rem;
    grid-template-columns: 1fr;
  }

  .logo_component-slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .ticker.trusted-by-list {
    grid-column-gap: 7rem;
    grid-row-gap: 7rem;
  }

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

  .rt-footer-section.rt-footer-v-four {
    padding-top: 40px;
  }

  .rt-all-reviews-home {
    height: auto;
  }

  .rt-home-review-para {
    max-width: 510px;
  }

  .rt-reviews {
    width: 100%;
    height: auto;
  }

  .rt-home-about-block-one,
  .rt-home-about-block-one.v2 {
    width: 100%;
  }

  .rt-home-copyright-main-block {
    flex-flow: column;
  }

  .rt-social-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

  .rt-links-block-two-home {
    grid-column-gap: 80px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .rt-links-block-two-home.v2 {
    width: 100%;
  }

  .rt-home-footer-para {
    max-width: 520px;
  }

  .rt-quick-link-list.qiuck-box {
    width: 50%;
  }

  .rt-form-home {
    min-width: 500px;
  }

  .rt-footer-lower-font {
    text-align: center;
  }

  .rt-home-footer-main-block-two {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
  }

  .rt-home-footer-main-block-two.v2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .rt-quick-link-block-two {
    text-align: left;
    align-items: flex-start;
  }

  .rt-quick-link-block-two.rt-padding-one {
    width: 100%;
  }

  .rt-quick-link-block-two.rt-padding {
    width: 90%;
  }

  .rt-quick-link-block-two.footer-quick-links-wrapper {
    width: 100%;
  }

  .footer-logo.v2 {
    width: 40%;
  }

  .dropdown-link {
    padding-left: 30px;
    font-size: 13px;
  }

  .dropdown-link.first-droplink:hover {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .cta-info {
    display: none;
  }

  .hero-slider-wrapper {
    height: 350px;
  }

  .slider-nav {
    left: -9%;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .form-wrapper.first {
    order: 9999;
  }

  .rt-autofit {
    height: auto;
  }

  .rt-about-three-work-main {
    flex-flow: column;
    display: flex;
  }

  .waves---section-medium-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .inside-hero-heading {
    font-size: 45px;
    line-height: 55px;
  }

  .feature-image {
    margin-bottom: 0;
  }

  .paragraph-detials-medium,
  .featured-item {
    margin-bottom: 10px;
  }

  .blog-grid {
    grid-row-gap: 62px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .subscription {
    box-shadow: 4px 1px 14px #0000000f;
  }

  .heading-h2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .blog-item {
    grid-column-gap: 27px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 10px;
  }

  .categories-pill {
    margin-right: 10px;
  }

  .paragraph-detials-small {
    font-weight: 700;
  }

  .rt-padding-top-twenty.rt-body-font-color-4 {
    height: auto;
  }

  .rt-precision-card-image-box {
    height: 240px;
  }

  .rt-precision-card-image-box.ahc {
    background-size: 300px;
  }

  .rt-precision-card-image-box.hello {
    background-size: 290px;
  }

  .rt-precision-card.rt-home-two.rt-home-two-page {
    height: auto;
  }

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

  .mvbox {
    width: 99%;
    padding-left: 70px;
    padding-right: 0;
  }

  .mv-icon-box {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
  }

  .mv-icon-box.text {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
    font-size: 20px;
    line-height: 20px;
  }

  .mv-icon-box.text-last,
  .mv-icon-box.text-first {
    font-size: 20px;
    line-height: 20px;
  }

  .vm-image.vision-image {
    width: 100%;
    height: 250px;
  }

  .vm-image.mission-image {
    order: 1;
    width: 100%;
    height: 250px;
  }

  .vm-image.values-image {
    width: 100%;
    height: 250px;
  }

  .tenant-box.box {
    width: 48%;
  }

  .tenants-tag {
    font-size: 11px;
    line-height: 16px;
  }

  .tenant-title {
    font-size: 22px;
    line-height: 26px;
  }

  .filter-wrapper {
    width: 80%;
  }

  .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves-tile-blog-2 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves-image-blog-2 {
    width: 100%;
    height: 320px;
  }

  .tenants-box {
    width: 100%;
    height: auto;
    margin-right: 0;
  }

  .tenants-box.mobile-tenant-box {
    height: 400px;
    padding: 22px;
  }

  .tenants-box.tenant-home {
    height: auto;
  }

  .tenants-logo {
    width: 110px;
    height: 50px;
  }

  .slide-nav {
    top: 442px;
  }

  .slide-nav.offer-slide-nav {
    top: 415px;
  }

  .rt-mask {
    width: 100%;
  }

  .rt-div-block {
    grid-template-columns: 1fr;
  }

  .rt-portfolio-three-card-main-wrap-two {
    flex-flow: column;
  }

  .rt-portfolio-three-card-main-wrap {
    grid-template-columns: 1fr;
  }

  .rt-portfolio-three-card.rt-portfolio-three-card-middle-one,
  .rt-portfolio-three-card.rt-portfolio-three-card-meddle-two {
    max-width: none;
  }

  .tenants-upper {
    flex-flow: row;
  }

  .quick-link-wrapper {
    width: 100%;
  }

  .rt-autofit-3 {
    height: auto;
  }

  .rt-autofit-4.rt-responsive-full-width-2 {
    height: 200px;
  }

  .rt-about-one-portfolio-main {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .rt-responsive-full-width {
    width: 100%;
  }

  .blog-box.mobile-tenant-box {
    height: 430px;
    padding: 22px;
  }

  .rt-collection-list-five {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .waves---main-container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-3 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---grid-features-5 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    grid-template-columns: 1fr;
  }

  .waves-tile-feature-5 {
    height: 400px;
    padding: 16px;
  }

  .history-info {
    height: auto;
    min-height: auto;
  }

  .history-title {
    font-size: 17px;
  }

  .rt-display-off-2 {
    display: block;
  }

  .rt-mask-2,
  .rt-mask-2.rt-overflow-on {
    width: 100%;
  }

  .event-arrow {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
  }

  .testimony-slide {
    height: auto;
  }

  .vision-content {
    height: auto;
    position: relative;
  }

  .vision-content.right {
    height: auto;
  }

  .vision-line {
    justify-content: space-between;
    align-items: center;
    height: 370px;
    position: absolute;
    top: 50%;
    left: 40px;
  }

  .vision-line.animated {
    height: 100%;
    display: flex;
    position: static;
  }

  .vision-line.mobile {
    height: 120%;
    display: flex;
    position: absolute;
    top: -54%;
    left: 10px;
  }

  .vision-line.mobile-first {
    height: 0%;
    display: flex;
    position: absolute;
    top: 40%;
    left: 10px;
  }

  .rt-body-font-color-7 {
    margin-bottom: 0;
  }

  .rt-number-img-bg-inner {
    width: 100px;
    height: 100px;
    font-size: 25px;
    line-height: 35px;
  }

  .rt-number-block-2 {
    text-align: left;
    margin-bottom: 30px;
  }

  .rt-number-block-2.rt-number-block-revers {
    margin-top: 0;
  }

  .rt-number-text-block-outer {
    align-self: center;
    align-items: flex-start;
  }

  .rt-arrow-circle-block {
    flex-direction: column;
  }

  .rt-circle-number {
    font-size: 15px;
    line-height: 24px;
  }

  .heading {
    margin-bottom: 20px;
    font-size: 42px;
    line-height: 52px;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .par-content.last-mobile {
    order: 9999;
  }

  .par-content.form-content {
    margin-bottom: 20px;
  }

  .content-heading-info {
    font-size: 25px;
    line-height: 35px;
  }

  .content-heading-info.future-heading.last {
    margin-bottom: 20px;
  }

  .rt-testimonial-quote-wrapper {
    flex-direction: column;
  }

  .rt-tabs {
    padding-left: 0;
  }

  .rt-cyber-testimonial-wrapper {
    flex-flow: column;
  }

  .rt-tabs-menu {
    margin-right: -38px;
  }

  .rt-reviewer-image-three-block {
    width: 100%;
    max-width: 50%;
  }

  .rt-home-one-testimonials-header {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .staging-section {
    order: 0;
  }

  .staging-image.video {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .staging-image.stage-a._1 {
    transform: translate(0, 60px) rotate(-9deg);
  }

  .staging-image.stage-a._3 {
    padding: 0.2rem;
  }

  .staging-image.stage-b._1 {
    width: 60%;
    transform: translate(30px) rotate(-9deg);
  }

  .staging-image.stage-b._2 {
    width: 40%;
    left: 270px;
  }

  .staging-image.story-image {
    order: 9999;
  }

  .newsletter {
    width: 100%;
  }

  .newsletter-para {
    max-width: 520px;
  }

  .newsletter-para.footer {
    max-width: none;
  }

  .vision-icon {
    height: 25px;
  }

  .title_wrap {
    margin-bottom: 0;
  }

  .process_image_wrap {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
  }

  .process_image_wrap.first {
    order: -9999;
    width: 100%;
  }

  .centre_block {
    width: 55px;
    display: none;
  }

  .process_line {
    display: none;
    inset: 0% auto 0% 25px;
  }

  .process_details {
    justify-content: flex-start;
    width: 100%;
    min-height: auto;
  }

  .h1 {
    font-size: 38px;
    line-height: 38px;
  }

  .process_card_02 {
    flex-flow: wrap;
    margin-bottom: 35px;
  }

  .process_card {
    flex-flow: wrap;
    margin-bottom: 35px;
    padding-bottom: 20px;
  }

  .vision-image {
    height: 300px;
  }

  .staging-image-wrapper {
    margin-bottom: 0;
    padding-left: 0;
  }

  .about-video {
    height: 330px;
  }

  .slide-4 {
    width: 100%;
  }
  .staging-image.story-image {
    min-height: 250px;
  }
}

@media screen and (max-width: 479px) {
  body {
    background-color: #fff;
  }

  h1 {
    font-size: 27px;
    line-height: 37px;
  }

  h2 {
    margin-bottom: 20px;
    font-size: 23px;
    line-height: 33px;
  }

  p {
    font-size: 15px;
    line-height: 25px;
  }

  .hero {
    min-height: 80vh;
  }

  .hero.inside-hero-header {
    min-height: 23vh;
  }

  .brand {
    width: 35%;
  }

  .brand.w--current {
    width: 46%;
  }

  .flex-nav {
    background-color: #fff;
  }

  .nav-link {
    padding-left: 20px;
    font-size: 14px;
  }

  .nav-cta {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .cta-icon {
    width: 28px;
    height: 28px;
    padding: 2px;
  }

  .hero-header-wrapper {
    min-height: 65vh;
  }

  .hero-header-wrapper.inside-hero {
    min-height: 15vh;
    margin-top: 69px;
  }

  .hero-header-wrapper.inside-hero.about {
    margin-top: 71px;
  }

  .hero-header-wrapper.home {
    min-height: 80vh;
    margin-top: 70px;
    padding: 40px 10px;
  }

  .hero-content-box {
    width: 100%;
  }

  .hero-content {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 25px;
  }

  .btn {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
  }

  .btn-wrapper {
    margin-top: 0;
  }

  .content-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .content-wrapper.stage-wrap {
    padding-top: 40px;
    overflow: hidden;
  }

  .content-wrapper.stage-wrap.last {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .content-wrapper.video-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container {
    width: 90%;
  }

  .flex-wrapper.wrap {
    display: none;
  }

  .image-box.about-image {
    height: 100%;
  }

  .image-box.about-image2 {
    height: 330px;
    margin-top: 20px;
  }

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

  .sub-heading {
    font-size: 14px;
    line-height: 14px;
  }

  .struc-box {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    margin-bottom: 30px;
  }

  .flow-box {
    text-align: left;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
  }

  .flow-icon {
    width: 35px;
    height: 32px;
    margin-bottom: 0;
    margin-right: 10px;
    padding: 6px;
  }

  .flow-icon.email {
    height: 34px;
    padding: 12px;
  }

  .mid-content-box {
    width: 100%;
    margin-bottom: 10px;
  }

  .service-box {
    width: 100%;
    height: auto;
    margin-right: 0;
  }

  .service-icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
    margin-bottom: 0;
    padding: 3px;
  }

  .h3-relative {
    font-size: 18px;
    line-height: 27px;
  }

  .waves---mega-heading-1 {
    font-size: 29px;
    line-height: 117%;
  }

  .waves-content-hero-1 {
    grid-row-gap: 17px;
  }

  .waves-image-wrap-hero-1 {
    height: 187px;
  }

  .waves-gradient-hero-1 {
    top: -1px;
  }

  .waves-gradient-hero-1.bottom {
    bottom: -1px;
  }

  .waves-column-hero-1 {
    width: 48%;
  }

  .waves-column-hero-1.column-two,
  .waves-column-hero-1.column-one {
    flex: none;
  }

  .waves-gallery-hero-1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 420px;
    padding-top: 10px;
  }

  .rt-service-step-info {
    padding: 0.9rem 1% 0;
  }

  .rt-service-step-info.event-content {
    padding-left: 0%;
    padding-right: 0%;
  }

  .rt-service-step-number-2 {
    font-size: 2.8rem;
    line-height: 33px;
  }

  .rt-service-process-step-2 {
    padding-top: 0.5rem;
    padding-bottom: 1rem;
    display: block;
  }

  .rt-service-process-step-2.rt-team-two {
    display: block;
  }

  .rt-service-process-step-2.rt-team-two-no-border {
    padding-top: 0.25rem;
  }

  .rt-service-process-step-2.event-pad,
  .rt-service-process-step-2.event-pad-no-border {
    display: block;
  }

  .rt-service-step-number-block-2 {
    box-shadow: none;
    justify-content: flex-start;
    margin-top: 1rem;
    margin-bottom: 0;
    overflow: visible;
  }

  .rt-service-process-2 {
    margin-bottom: 20px;
  }

  .rt-service-step-process-3 {
    display: none;
  }

  .logo-slider-img {
    width: 130px;
    height: 130px;
  }

  .ticker-content {
    grid-column-gap: 1.2rem;
    flex-flow: wrap;
  }

  .logo_component-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 2000%;
    overflow: hidden;
  }

  .page-padding.s0 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .ticker-logo-box,
  .ticker-logo-box.acadia {
    width: 130px;
  }

  .ticker-logo-box.hrsingapore {
    width: 130px;
    height: 60px;
  }

  .ticker-logo-box.azken {
    width: 110px;
  }

  .ticker-logo-box.janelly,
  .ticker-logo-box.kawai {
    width: 120px;
  }

  .ticker-logo-box.fitness-champs {
    width: 110px;
  }

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

  .padding-vertical.padding-xxlarge {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .rt-all-reviews-home {
    height: auto;
  }

  .rt-home-review-main-block {
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 10px;
    display: flex;
  }

  .rt-home-review-para {
    text-align: center;
  }

  .rt-home-review-para.rt-margin-top-thirty.rt-body-font-color-2 {
    text-align: left;
    margin-top: 0;
  }

  .rt-reviews-block {
    grid-template-columns: 1fr;
  }

  .rt-reviews-block.testimony {
    flex-flow: column;
    margin-top: 20px;
    display: none;
  }

  .rt-reviews {
    grid-column-gap: 9px;
    grid-row-gap: 12px;
  }

  .rt-reviews.tab-size {
    height: auto;
  }

  .rt-body-font-color-2 {
    margin-bottom: 10px;
  }

  .rt-heading-six {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 25px;
  }

  .rt-heading-six.subscribe-footer-v2 {
    font-size: 31px;
    line-height: 33px;
  }

  .rt-about-option {
    width: 48%;
    font-size: 14px;
    line-height: 21px;
  }

  .rt-about-option.full {
    width: 100%;
    font-size: 13px;
    line-height: 20px;
  }

  .rt-about-option.fs {
    width: 50%;
  }

  .rt-home-about-block-one {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rt-home-copyright-main-block {
    flex-flow: wrap;
    padding-top: 0;
    padding-bottom: 0;
  }

  .rt-social-block {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    margin-bottom: 5px;
    display: flex;
  }

  .rt-links-block-two-home {
    grid-column-gap: 71px;
    grid-row-gap: 4px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .rt-home-footer-para {
    text-align: left;
    line-height: 24px;
  }

  .rt-text-field-home {
    padding-top: 22px;
    padding-bottom: 21px;
  }

  .rt-submit-button-home {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .rt-quick-link-list.rt-padding-top {
    flex-flow: column;
    width: 100%;
    padding-top: 0;
  }

  .rt-quick-link-list.rt-padding-top.f-service {
    flex-flow: wrap;
  }

  .rt-quick-link-list.qiuck-box,
  .rt-quick-link-list.footer-link-box {
    flex-flow: column;
    width: 100%;
    padding-top: 0;
  }

  .rt-quick-link-list.footer-link-box.f-service {
    flex-flow: wrap;
  }

  .rt-email-block {
    width: 100%;
  }

  .rt-form-home {
    min-width: 100%;
    padding-top: 0;
  }

  .rt-footer-lower-font {
    font-size: 15px;
    line-height: 25px;
  }

  .rt-social-links-block {
    padding: 16px;
  }

  .rt-social-links-block.fb,
  .rt-social-links-block.ig,
  .rt-social-links-block.linkedin {
    width: 20px;
    height: 20px;
  }

  .rt-home-social-link-icons {
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .rt-home-footer-main-block-two {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    padding-bottom: 10px;
  }

  .rt-home-footer-main-block-two.v2 {
    padding-bottom: 0;
  }

  .rt-quick-link-block-two {
    text-align: left;
    align-items: flex-start;
  }

  .rt-quick-link-block-two.rt-padding {
    width: 100%;
    margin-bottom: 10px;
  }

  .rt-quick-link-block-two.rt-padding-three {
    width: 100%;
  }

  .rt-quick-link-block-two.footer-quick-links-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .rt-footer-link-box {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 23px;
  }

  .rt-footer-link-box.rt-padding-buttom {
    width: 100%;
  }

  .rt-footer-link-box.rt-padding-buttom:hover {
    color: #be2b2f;
  }

  .rt-image {
    margin-top: 0;
  }

  .footer-logo {
    width: 50%;
    margin-bottom: 10px;
  }

  .footer-logo.v2 {
    width: 60%;
  }

  .dropdown-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .menu-button {
    color: #be2b2f;
    padding: 10px;
    font-size: 40px;
    line-height: 30px;
  }

  .content-box.service-content-box {
    width: 100%;
  }

  .hero-slider-wrapper {
    height: 260px;
  }

  .hero-slider {
    min-height: 120%;
  }

  .slider-nav {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0%;
    bottom: 17%;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---2-inputs {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .form-wrapper {
    padding: 24px;
  }

  .form-heading {
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 31px;
  }

  .form-field-box {
    flex-flow: wrap;
  }

  .field.half {
    width: 100%;
  }

  .submit-button {
    margin-top: 19px;
  }

  .mar-wrapp.location-map {
    height: 310px;
  }

  .waves---section-medium-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves-bottom-gird-gallery-3 {
    grid-template-columns: 0.8fr 1.2fr 0.7fr;
    height: 30vh;
  }

  .waves-top-grid-gallery-3 {
    grid-template-columns: 0.7fr 1.2fr 0.8fr;
    height: 30vh;
    margin-bottom: 16px;
  }

  .waves-small-image-wrap-gallery-3.last-image-top-grid {
    display: none;
  }

  .gallery-wrapper {
    flex-flow: wrap;
  }

  .gallery-box {
    width: 50%;
  }

  .gallery-image.gall2 {
    background-size: auto 110%;
  }

  .inside-hero-heading {
    font-size: 28px;
    line-height: 38px;
  }

  .feature-image {
    margin-bottom: 10px;
  }

  .paragraph-detials-medium {
    font-size: 13px;
    line-height: 23px;
  }

  .featured-item {
    flex-flow: row;
  }

  .heading-h2 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 33px;
  }

  .blog-item {
    grid-template-columns: 1fr;
  }

  .categories-pill {
    text-align: center;
  }

  .title-small.pink {
    font-size: 11px;
    line-height: 18px;
  }

  .rt-precision-card-body-icon-column {
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .rt-precision-card-body-caption-column {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .rt-precision-card-image-box {
    height: 200px;
  }

  .rt-precision-card-image-box.ahc {
    background-size: 270px;
  }

  .rt-precision-card.rt-home-two.rt-home-two-page,
  .rt-precision-card.rt-home-two.rt-home-two-desktop {
    box-shadow: 2px 2px 18px #0000001c;
  }

  .blog-image-box.blog-1 {
    height: 200px;
  }

  .blog-info {
    margin-right: 10px;
  }

  .blog-info-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
  }

  .tenant-box.portrait,
  .tenant-box.box,
  .tenant-box.half {
    width: 100%;
  }

  .tenant-upper.left,
  .tenant-upper.half-left {
    flex-flow: column;
  }

  .filter-wrapper {
    width: 100%;
  }

  .filter-text {
    width: 50%;
  }

  .field-filter {
    width: 90%;
  }

  .tenant-slider {
    display: flex;
  }

  .tenant-slide {
    background-color: #0000;
    width: 100%;
    height: auto;
    padding-bottom: 3rem;
  }

  .blog-category {
    margin-right: 10px;
  }

  .waves---section-medium-3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 34px;
  }

  .waves---heading-3-no-margins {
    font-size: 22px;
  }

  .waves-tile-blog-2 {
    padding: 16px;
  }

  .waves-image-blog-2 {
    height: 62vw;
  }

  .tenants-box.mobile-tenant-box {
    height: auto;
  }

  .mask {
    padding-bottom: 53px;
  }

  .slide-nav {
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 20px;
    display: flex;
    top: 282px;
  }

  .slide-nav.offer-slide-nav {
    top: 318px;
  }

  .slide-nav.tenants-slide-nav {
    margin-top: 40px;
    top: 332px;
  }

  .slide-2 {
    width: 100%;
  }

  .rt-portfolio-card-contain {
    inset: 10px;
  }

  .slide-3,
  .quick-link-wrapper {
    width: 100%;
  }

  .rt-autofit-4.rt-responsive-full-width-2,
  .rt-overflow-off-2 {
    height: 90px;
  }

  .rt-about-one-portfolio-main {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .blog-box.mobile-tenant-box {
    height: auto;
  }

  .waves---section-medium-4 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-2-no-margins-3 {
    font-size: 34px;
  }

  .waves---heading-3-no-margins-2 {
    font-size: 19px;
    line-height: 114%;
  }

  .history-icon {
    width: 70px;
    min-width: 70px;
    height: 70px;
    min-height: 70px;
    margin-bottom: 10px;
  }

  .waves-tile-feature-5 {
    width: 100%;
    height: auto;
    margin-right: 5px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .history-info {
    height: auto;
    min-height: auto;
    font-size: 12px;
    line-height: 19px;
  }

  .history-title {
    font-size: 13px;
    line-height: 20px;
  }

  .rt-component-section-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .rt-community {
    margin-bottom: 20px;
  }

  .rt-community-date {
    box-shadow: none;
    justify-content: flex-start;
    margin-top: 1rem;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .testimony-slide {
    background-color: #0000;
    width: 100%;
    height: auto;
  }

  .testimony-mask {
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .vision-line {
    height: 66%;
    position: absolute;
    top: 30%;
    bottom: auto;
  }

  .rt-category-cards-text-5.rt-margin-bottom-fifteen {
    display: none;
  }

  .rt-category-cards-text-5.rt-margin-bottom-fifteen.mobile {
    word-break: break-all;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 27px;
    display: block;
  }

  .rt-number-img-bg-inner {
    margin-right: 20px;
  }

  .rt-number-img-bg-inner.lmargin {
    margin-left: 20px;
    margin-right: 0;
  }

  .rt-number-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .rt-number-block-2.rt-number-block-revers {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-direction: column-reverse;
    margin-top: 0;
  }

  .rt-number-image-bg-outer {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .rt-arrow-circle-block {
    padding-left: 0;
    padding-right: 0;
  }

  .rt-circle-number {
    font-size: 14px;
    line-height: 22px;
  }

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

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

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .par-content {
    font-size: 13px;
    line-height: 22px;
  }

  .content-heading-info {
    font-size: 22px;
    line-height: 32px;
  }

  .content-heading-info.future-heading {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 27px;
  }

  .rt-author-image-icon.rt-three,
  .rt-author-image-icon.rt-two,
  .rt-author-image-icon.rt-one {
    min-width: auto;
  }

  .rt-tabs {
    padding-left: 0;
  }

  .rt-tabs-menu {
    width: 39%;
    margin-right: -17px;
  }

  .rt-font-change {
    display: inline;
  }

  .staging-image.video {
    order: 9999;
    height: 175px;
    margin-bottom: 0;
  }

  .staging-image.stage-a._1 {
    width: 48%;
    height: 112px;
    margin-bottom: 10px;
    transform: none;
  }

  .staging-image.stage-a._2 {
    width: 50%;
    height: 112px;
    margin-bottom: 10px;
    display: block;
    transform: none;
  }

  .staging-image.stage-a._3 {
    width: 100%;
    height: 160px;
    margin-bottom: 0;
    position: static;
    left: -5%;
    transform: none;
  }

  .staging-image.stage-b._1 {
    width: 47%;
    height: 112px;
    margin-bottom: 0;
    transform: none;
  }

  .staging-image.stage-b._2 {
    width: 50%;
    height: 112px;
    margin-bottom: 0;
    position: static;
    top: 10%;
    left: 40%;
    transform: none;
  }

  .staging-image.story-image {
    width: 100%;
    height: 210px;
  }

  .stage-logo {
    width: 100px;
    height: 100px;
  }

  .success-image-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
  }

  .success-logo {
    width: 30vw;
    min-width: 30vw;
    height: 90px;
    min-height: 90px;
  }

  .success-logo._7elevn {
    width: 20vw;
    min-width: 20vw;
    height: 50px;
    min-height: 0;
  }

  .success-logo.carl-s {
    height: 50px;
    min-height: 50px;
  }

  .process-arrow {
    width: 30px;
    height: 30px;
    transform: rotate(90deg);
  }

  .footer-content {
    padding-bottom: 20px;
  }

  .newsletter {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .newsletter-para {
    text-align: left;
    line-height: 24px;
  }

  .image-hover {
    padding: 10px;
  }

  .image-title {
    font-size: 18px;
    line-height: 23px;
  }

  .vision-icon {
    height: 28px;
  }

  .h2 {
    font-size: 27px;
  }

  .staging-image-wrapper {
    flex-flow: column;
    order: 9999;
    padding-left: 0;
  }

  .staging-image-wrapper._2nd {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    margin-bottom: 40px;
  }

  .about-video {
    height: 210px;
  }

  .slide-4 {
    margin-right: 0;
  }

  .image-3 {
    width: 100%;
    height: 101px;
  }

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

  .image-5 {
    width: 100%;
    height: 99px;
  }

  .image-6,
  .image-7 {
    width: 100%;
    height: 100%;
  }
}

#w-node-_4274b64e-ea60-8763-19d5-f34e8583a064-e5b287d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_4274b64e-ea60-8763-19d5-f34e8583a06d-e5b287d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-c09a74a6-181c-91c8-6dd3-3fe3241182e1-e5b287d5,
#w-node-c09a74a6-181c-91c8-6dd3-3fe3241182f0-e5b287d5,
#w-node-c09a74a6-181c-91c8-6dd3-3fe3241182ff-e5b287d5,
#w-node-_7f9c0a8d-de6a-0af4-51ae-5769a79a5793-a79a5773 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f9c0a8d-de6a-0af4-51ae-5769a79a5794-a79a5773 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7f9c0a8d-de6a-0af4-51ae-5769a79a57ac-a79a5773,
#w-node-_7ca22d91-22b0-4e31-4517-15856b4b1a96-99a67654,
#w-node-_446a9866-948b-8923-d145-dcbc9413ac1e-99a67654,
#w-node-_060102bf-26d2-e614-fd59-670f6cc59141-99a67654,
#w-node-c09a74a6-181c-91c8-6dd3-3fe3241182e1-99a67654,
#w-node-c09a74a6-181c-91c8-6dd3-3fe3241182f0-99a67654,
#w-node-c09a74a6-181c-91c8-6dd3-3fe3241182ff-99a67654,
#w-node-c09a74a6-181c-91c8-6dd3-3fe3241182e1-4ba32b18,
#w-node-c09a74a6-181c-91c8-6dd3-3fe3241182f0-4ba32b18,
#w-node-c09a74a6-181c-91c8-6dd3-3fe3241182ff-4ba32b18,
#w-node-_97149afc-ed26-7dc4-1b79-2562c33b2787-1805c57d,
#w-node-c09a74a6-181c-91c8-6dd3-3fe3241182e1-1805c57d,
#w-node-c09a74a6-181c-91c8-6dd3-3fe3241182f0-1805c57d,
#w-node-c09a74a6-181c-91c8-6dd3-3fe3241182ff-1805c57d,
#w-node-c09a74a6-181c-91c8-6dd3-3fe3241182e1-e161ec83,
#w-node-c09a74a6-181c-91c8-6dd3-3fe3241182f0-e161ec83,
#w-node-c09a74a6-181c-91c8-6dd3-3fe3241182ff-e161ec83,
#w-node-c09a74a6-181c-91c8-6dd3-3fe3241182e1-50606b74,
#w-node-c09a74a6-181c-91c8-6dd3-3fe3241182f0-50606b74,
#w-node-c09a74a6-181c-91c8-6dd3-3fe3241182ff-50606b74,
#w-node-c09a74a6-181c-91c8-6dd3-3fe3241182e1-b0a8d503,
#w-node-c09a74a6-181c-91c8-6dd3-3fe3241182f0-b0a8d503,
#w-node-c09a74a6-181c-91c8-6dd3-3fe3241182ff-b0a8d503,
#w-node-c09a74a6-181c-91c8-6dd3-3fe3241182e1-d7ab84e3,
#w-node-c09a74a6-181c-91c8-6dd3-3fe3241182f0-d7ab84e3,
#w-node-c09a74a6-181c-91c8-6dd3-3fe3241182ff-d7ab84e3,
#w-node-_0deb8ba7-0bef-e893-423b-8459b9fd10e0-0002d242,
#w-node-c09a74a6-181c-91c8-6dd3-3fe3241182e1-0002d242,
#w-node-c09a74a6-181c-91c8-6dd3-3fe3241182f0-0002d242,
#w-node-c09a74a6-181c-91c8-6dd3-3fe3241182ff-0002d242,
#w-node-c09a74a6-181c-91c8-6dd3-3fe3241182e1-eadc5888,
#w-node-c09a74a6-181c-91c8-6dd3-3fe3241182f0-eadc5888,
#w-node-c09a74a6-181c-91c8-6dd3-3fe3241182ff-eadc5888,
#w-node-c09a74a6-181c-91c8-6dd3-3fe3241182e1-69963d5b,
#w-node-c09a74a6-181c-91c8-6dd3-3fe3241182f0-69963d5b,
#w-node-c09a74a6-181c-91c8-6dd3-3fe3241182ff-69963d5b,
#w-node-_9f331b0b-bda4-497d-ef3a-c5b4fb0a8604-97596a99,
#w-node-_9f331b0b-bda4-497d-ef3a-c5b4fb0a8613-97596a99,
#w-node-_9f331b0b-bda4-497d-ef3a-c5b4fb0a8622-97596a99,
#w-node-_94e4089a-34c5-eb91-bd43-e77ad124b923-9d70f72a,
#w-node-_94e4089a-34c5-eb91-bd43-e77ad124b932-9d70f72a,
#w-node-_94e4089a-34c5-eb91-bd43-e77ad124b941-9d70f72a,
#w-node-_9cb5c547-8eb0-2f49-3f11-16f41dca0cab-9d70f72a,
#w-node-dd4d5b13-79e3-57e2-bce8-b431a518ada3-9d70f72a,
#w-node-_2963eff5-372e-02d4-453c-c0ee75ead012-9d70f72a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_0ee46c54-caea-b352-87f2-e921b3a5c239-1805c57d,
  #w-node-_075e3041-0636-463a-3dbe-eb1e79ed7bbf-9d70f72a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  .rt-about-one-portfolio-main .rt-autofit-4.rt-responsive-full-width-2 {
    height: 100px;
}
}

/* Blairs Override */
div#wpcf7-f22-p10-o2 .news-form {
  display: flex;
  align-items: center;
}

div#wpcf7-f22-p10-o2 form p {
  margin: 0;
  width: 100%;
}

span.wpcf7-spinner {
  position: absolute;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  color: #46b450;
}

.field br {
  display: none;
}

.field p {
  margin: 0;
}

.field label {
  font-size: 14px;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
  font-size: 12px;
}
