body {
  color: #333;
  font-family: General Sans Variable, Arial, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

h1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Erode Variable, Arial, sans-serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 120%;
}

h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Erode Variable, Arial, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 120%;
}

h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 400;
  line-height: 150%;
}

h4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
}

h5 {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

h6 {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

p {
  margin-bottom: 10px;
}

ol {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 30px;
}

li {
  margin-bottom: 10px;
}

.page-wrapper {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.header {
  border-bottom: 1px solid #0003;
}

.header.home {
  border-bottom-color: #fff3;
}

.navbar {
  background-color: #fff;
  padding-top: 14px;
  padding-bottom: 14px;
}

.navbar.home {
  background-color: #0000;
}

.container {
  z-index: 400;
  width: 100%;
  max-width: 1336px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

.nav-menu {
  grid-column-gap: 36px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.nav-link {
  color: #000;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 14px;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  text-decoration: none;
  display: flex;
}

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

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

.primary-btn {
  grid-column-gap: 10px;
  color: #fff;
  text-transform: uppercase;
  background-color: #eda739;
  border: 1px solid #0000001a;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.primary-btn:hover {
  color: #fff;
  background-color: #000;
}

.primary-btn.contact {
  color: #000;
  background-color: #0000;
  border-color: #0000001a;
}

.primary-btn.contact:hover {
  color: #fff;
  background-color: #000;
}

.primary-btn.black {
  background-color: #000;
  width: 100%;
}

.primary-btn.white {
  color: #fff;
  background-color: #eda739;
}

.primary-btn.white:hover {
  color: #000;
  background-color: #fff;
}

.humburg-menu {
  margin-left: 10px;
}

.page-data {
  margin-bottom: 0;
}

.body-large {
  font-size: 18px;
}

.body-small {
  font-size: 14px;
}

.button-wrap {
  margin-top: 40px;
  display: flex;
}

.button-wrap.right {
  justify-content: flex-end;
}

.footer {
  background-color: #0b273b;
  border-bottom: 1px solid #e4ebf3;
  padding: 0;
  position: static;
}

.ft-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 60px;
  display: flex;
}

.ft-menu-wrap {
  grid-column-gap: 50px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.social-wrap {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.social-link {
  border: 1px solid #fff3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  transition: all .3s;
  display: flex;
}

.social-link:hover {
  background-color: #ffffff14;
}

.social-link:focus {
  background-color: #ffffff0a;
  border-color: #fff3;
}

.ft-data {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.ft-left {
  color: #fff;
}

.ft-address {
  width: 100%;
  max-width: 260px;
  margin-top: 8px;
}

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

.ft-phone-link:hover {
  text-decoration: underline;
}

.ft-right {
  grid-column-gap: 100px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ft-menu-link {
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.ft-menu-link:hover {
  color: #ffffff80;
}

.ft-menu-link.top {
  padding-top: 0;
}

.ft-contact {
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.ft-text {
  color: #fff;
  padding-bottom: 6px;
  font-size: 18px;
}

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

.ft-btm {
  color: #fff;
  border-top: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
  font-size: 14px;
  display: flex;
}

.hero {
  margin-bottom: 150px;
  position: relative;
}

.hero-wrap {
  grid-row-gap: 230px;
  flex-flow: column;
  margin-top: 180px;
  padding-bottom: 40px;
  display: flex;
}

.hero-content {
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.hero-data {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 55%;
  margin-left: auto;
  display: flex;
}

.hero-title {
  color: #fff;
  margin-bottom: 40px;
  font-size: 80px;
  font-weight: 300;
  line-height: 100%;
}

.link-btn {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.link-btn.zero {
  margin-top: 0;
}

.link-btn.white {
  color: #fff;
}

.link-btn._30px {
  margin-top: 40px;
}

.hero-text-data {
  width: 100%;
  max-width: 25%;
}

.hero-line {
  background-color: #ffffff80;
  width: 80px;
  height: 1px;
  margin-bottom: 12px;
}

.hero-text {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
}

.hero-btm {
  justify-content: space-between;
  display: flex;
}

.hero-left {
  color: #fff;
  font-size: 48px;
  font-weight: 300;
  line-height: 120%;
}

.hero-small-text {
  font-size: 14px;
  line-height: 100%;
}

.hero-tag-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 36%;
  display: flex;
}

.hero-tag {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: #fff;
  background-color: #ffffff1f;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
  font-size: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.hero-tag:hover {
  background-color: #fff3;
}

.about-us {
  margin-bottom: 150px;
}

.about-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.about-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 40%;
  display: flex;
}

.about-us-title {
  margin-bottom: 0;
  font-size: 46px;
}

.about-right {
  width: 100%;
  max-width: 45%;
}

.about-btm {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 60px;
  display: grid;
}

.fact-block {
  cursor: pointer;
  margin-bottom: 8px;
}

.fact-block.about {
  margin-bottom: 0;
  padding-top: 0;
}

.fact-title {
  grid-column-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.fact-dot {
  border: 1px solid #0003;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.fact-text {
  color: #000;
  margin-bottom: 10px;
  font-size: 58px;
  font-weight: 200;
  line-height: 120%;
}

.service-section {
  background-color: #f3f5fb;
  margin-bottom: 100px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-title {
  margin-bottom: 40px;
}

.sub-title {
  grid-column-gap: 6px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 6px;
  font-size: 14px;
  display: flex;
}

.title-line {
  background-color: #333;
  width: 1px;
  height: 16px;
}

.title {
  margin-bottom: 0;
}

.journey {
  margin-bottom: 150px;
}

.journey-line {
  background-color: #000;
  width: 16px;
  height: 1px;
  margin-top: 16px;
}

.case-studies {
  margin-bottom: 100px;
}

.cs-wrapper {
  grid-column-gap: 30px;
  display: flex;
  overflow: hidden;
}

.cs-left {
  width: 100%;
  max-width: 35%;
  height: 100%;
}

.cs-right {
  width: 100%;
  max-width: 65%;
}

.team-section {
  margin-bottom: 100px;
}

.clients {
  border-top: 1px solid #0000001a;
  border-bottom: 1px solid #0000001a;
  margin-bottom: 100px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.client-wrap {
  grid-column-gap: 120px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.client-left {
  grid-row-gap: 150px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 32%;
  display: flex;
}

.client-title {
  margin-bottom: 0;
}

.review {
  background-color: #f3f5fb;
  height: 100%;
  margin-bottom: 100px;
  padding-bottom: 0;
  position: relative;
}

.review-wrap {
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  min-height: 600px;
  display: flex;
}

.review-img {
  background-color: #f3f5fb;
  width: 100%;
  max-width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.review-image {
  z-index: 10;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.review-right {
  width: 100%;
  max-width: 58%;
  height: 100%;
}

.review-slider {
  background-color: #0000;
  margin-bottom: 60px;
}

.review-text {
  margin-bottom: 40px;
  font-family: Erode Variable, Arial, sans-serif;
  font-size: 34px;
  line-height: 120%;
}

.review-name {
  color: #000;
  margin-bottom: 2px;
}

.left-arrow {
  background-image: url("https://cdn.prod.website-files.com/68369d2578129aa0b0e8c506/6836f3894462243e254caeb5_6548bcc29eef2cf17ea88fd7_left-arrow.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #0003;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  inset: auto 50px 0% auto;
}

.right-arrow {
  background-image: url("https://cdn.prod.website-files.com/68369d2578129aa0b0e8c506/6836f3fa3a963fa253a789f0_6548bd00ab9a929dbb5e8174_right-arrow.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #0003;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  inset: auto 0 0% auto;
}

.none {
  display: none;
}

.blog.home {
  margin-bottom: 100px;
}

.cta {
  background-color: #f3f5fb;
  padding-bottom: 100px;
}

.cta-wrap {
  display: flex;
}

.cta-left {
  border-right: 1px solid #0000001a;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 46%;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 80px;
  display: flex;
}

.cta-title {
  margin-bottom: 0;
}

.newslatter {
  position: relative;
}

.input {
  background-color: #0000;
  border: 0 solid #000;
  border-bottom-width: 1px;
  margin-bottom: 0;
  padding: 0 0 8px;
}

.input.text-area {
  min-height: 140px;
}

.input.newslatter {
  border-width: 0 0 1px;
  padding-right: 40px;
}

.submit-btn {
  background-color: #0000;
  background-image: url("https://cdn.prod.website-files.com/68369d2578129aa0b0e8c506/6836b58dd9180d963baddda2_6545d3914f6aaae6af0d082a_ic-arrow-btn.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 2px;
  right: 0;
}

.cta-right {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 54%;
  padding-top: 80px;
  padding-left: 80px;
  display: flex;
}

.cta-data {
  width: 100%;
  max-width: 40%;
  margin-bottom: 80px;
}

.cta-text-data {
  grid-row-gap: 94px;
  flex-flow: column;
  justify-content: space-between;
  margin-top: 0;
  display: flex;
}

.cta-img {
  background-color: #e7edff;
  width: 100%;
  max-width: 60%;
}

.cta-image {
  width: 100%;
}

.about {
  margin-bottom: 150px;
}

.service-list-v2 {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-item-v2 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.service-link-v2 {
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.service-title {
  border: 1px solid #0003;
  border-radius: 50px;
  padding: 8px 22px;
  font-size: 14px;
}

.service-data-v2 {
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.service-icon-v2 {
  object-fit: cover;
  height: 300px;
}

.service-text {
  height: 3em;
  margin-bottom: 0;
  overflow: hidden;
}

.featured-cs {
  grid-row-gap: 168px;
  color: #fff;
  background-color: #0b273b;
  background-image: url("https://cdn.prod.website-files.com/68369d2578129aa0b0e8c506/6837385582c2de3f7090c3c9_6549db0aa13ed5825598fc70_pattern.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 35px;
  text-decoration: none;
  display: flex;
}

.featured-cs-title {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
}

.featured-cs-title.dark {
  color: #000;
}

.cs-btn {
  border: 1px solid #fff3;
  border-radius: 50px;
  padding: 6px 16px;
  font-size: 12px;
  line-height: 170%;
  transition: all .3s;
}

.cs-btn:hover {
  background-color: #ffffff1a;
}

.cs-btn.dark {
  color: #000;
  border-color: #0003;
}

.cs-btn.dark:hover {
  color: #fff;
  background-color: #000;
}

.cs-collection {
  height: 100%;
}

.cs-link {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.cs-featured-data {
  border: 1px solid #0000001a;
  border-right-style: none;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 60%;
  padding: 35px;
  display: flex;
}

.cs-featured-img {
  background-color: #f3f5fb;
  width: 100%;
  max-width: 40%;
  overflow: hidden;
}

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

.team-list {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-list {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-item {
  display: flex;
}

.blog-link {
  color: #333;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  text-decoration: none;
}

.blog-data {
  border: 1px solid #0000001a;
  border-top-width: 0;
  padding: 20px;
}

.blog-title {
  margin-top: 8px;
  margin-bottom: 35px;
  font-weight: 400;
}

.top-line {
  background-color: #000;
  width: 24px;
  height: 1px;
  margin-bottom: 6px;
}

.middle-line {
  background-color: #000;
  width: 24px;
  height: 1px;
}

.bottom-line {
  background-color: #000;
  width: 24px;
  height: 1px;
  margin-top: 6px;
}

.overflow-hidden {
  overflow: hidden;
}

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

.line {
  background-color: #e4dcdc;
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
}

.team-name {
  color: #122456;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Erode Variable, Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.team-line-side {
  background-color: #ffffff63;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 34px;
}

.team-block {
  z-index: 3;
  background-color: #186581;
  border-top-left-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.position {
  color: #1834817a;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Erode Variable, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.team-text {
  margin-top: 32px;
}

.team-line-bottom {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 32px;
}

.team-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.team-link {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 460px;
  position: relative;
}

.tab-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  opacity: .4;
  padding: 1rem 0;
  display: flex;
}

.tab-link.w--current {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  opacity: 1;
  border-left-color: #000;
}

.tab-img-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  overflow: hidden;
}

.tab-img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.tab-line-wrapper {
  flex: none;
  align-self: flex-start;
}

.tab-content-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.tab-menu {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tab-paragraph {
  overflow: hidden;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.tabs {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  position: static;
}

.margin-top, .margin-top.margin-xxsmall {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top, .margin-top.margin-xxsmall {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-large {
  margin-top: 60px;
}

.margin-top.margin-xxsmall {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.tab-content {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-right: 2.5rem;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.tab-inner-wrapper {
  width: 50%;
  padding-left: 2.5rem;
}

.collection-list, .collection-item {
  height: 100%;
}

.header-bg-image {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.header-bg-color-full {
  z-index: 15;
  opacity: .95;
  mix-blend-mode: multiply;
  background-color: #2b2a2999;
  position: absolute;
  inset: 0%;
}

.parallax-animation {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-animation-trigger {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.animation-color-bg {
  z-index: 15;
  z-index: 15;
  inset: 0%;
  background-color: #222;
  display: none;
  position: absolute;
  inset: 0%;
}

.cover-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.cover-image.is-parallax {
  height: 120%;
  top: auto;
  bottom: auto;
}

.navbar12_menu-dropdown {
  color: #fff;
}

.navbar12_menu-dropdown.black {
  color: #000;
}

.navbar12_dropdown-toggle {
  grid-column-gap: .5rem;
  color: #fff;
  text-transform: uppercase;
  align-items: center;
  padding: .5rem 1rem;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  display: flex;
}

.navbar12_dropdown-toggle.black {
  color: #000;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar12_dropdown-list.w--open {
  z-index: 9999;
  color: #000;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  width: 50rem;
  margin-top: 13px;
  padding: 1.5rem;
  top: auto;
  left: -249.438px;
  right: -100%;
  box-shadow: 0 2px 5px #0003;
}

.navbar12_dropdown-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar12_dropdown-column {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.margin-bottom, .margin-bottom.margin-xsmall, .margin-bottom, .margin-bottom.margin-xsmall, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-size-small {
  font-size: .875rem;
}

.navbar12_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
}

.navbar12_dropdown-link:hover, .navbar12_dropdown-link.yellow {
  color: #eda739;
}

.navbar12_dropdown-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #000;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: .25rem;
  padding-bottom: .25rem;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.navbar12_dropdown-link:hover, .navbar12_dropdown-link.yellow, .navbar12_dropdown-link.yellow {
  color: #eda739;
}

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

.gap {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.parralax-image-size {
  background-color: #0000;
  width: 100%;
  height: 600px;
  min-height: 600px;
  position: relative;
}

.parralax-image-size.mid {
  height: 400px;
  min-height: 400px;
}

.parralax-image-size.small {
  height: 300px;
  min-height: 300px;
}

.header-color-for-image {
  z-index: 10;
  mix-blend-mode: multiply;
  background-image: linear-gradient(#0000, #0000 40%);
  position: absolute;
  inset: 0%;
}

.section_logo3 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  overflow: hidden;
}

.logo3_component {
  display: flex;
}

.logo3_list {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center start;
  margin-right: 2rem;
  display: grid;
}

.logo3_list.more {
  grid-template-columns: 150px 150px 150px 150px 150px 150px 150px 150px;
}

.logo3_wrapper {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo3_logo {
  z-index: 12;
  object-fit: cover;
  max-height: 150px;
}

.text-weight-normal {
  font-weight: 500;
}

.text-weight-semibold {
  font-weight: 600;
}

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

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 26px;
  }

  .container {
    max-width: 100%;
  }

  .nav-menu {
    background-color: #fff;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-wrap {
    flex-flow: column;
    font-size: 12px;
  }

  .nav-link {
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 0;
    position: static;
  }

  .nav-link.white {
    color: #000;
  }

  .primary-btn.white {
    border-color: #ffffff4d;
  }

  .humburg-menu {
    margin-left: 0;
    padding: 0;
  }

  .humburg-menu.w--open {
    background-color: #0000;
  }

  .page-title-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .page-info {
    max-width: 360px;
  }

  .page-data, .sg-font {
    margin-bottom: 100px;
  }

  .font-inner {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
  }

  .sg-title {
    margin-bottom: 100px;
  }

  .title-top {
    grid-column-gap: 20px;
  }

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

  .ft-menu-wrap {
    justify-content: space-between;
    width: 100%;
    max-width: 55%;
  }

  .social-wrap {
    padding-top: 0;
  }

  .ft-data {
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .ft-left {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .ft-right {
    justify-content: space-between;
    width: 100%;
  }

  .hero {
    background-image: linear-gradient(#0000001a, #0000), linear-gradient(#0000004d, #0000004d), url("https://cdn.prod.website-files.com/68369d2578129aa0b0e8c506/683a9c1369d0908984068d56_Business%20Presentation%20(2).avif");
    background-position: 0 0, 0 0, 0%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    margin-bottom: 100px;
  }

  .hero-wrap {
    grid-row-gap: 100px;
    margin-top: 100px;
  }

  .hero-content {
    grid-row-gap: 50px;
  }

  .hero-data {
    max-width: 70%;
  }

  .hero-title {
    font-size: 60px;
  }

  .hero-text-data {
    max-width: 40%;
  }

  .hero-tag-wrap {
    max-width: 45%;
  }

  .about-us {
    margin-bottom: 100px;
  }

  .about-left {
    max-width: 50%;
  }

  .about-us-title {
    font-size: 40px;
  }

  .about-btm {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .service-section, .journey, .case-studies {
    margin-bottom: 100px;
  }

  .cs-wrapper {
    grid-column-gap: 20px;
  }

  .cs-left {
    max-width: 40%;
  }

  .cs-right {
    max-width: 60%;
  }

  .team-section, .clients {
    margin-bottom: 100px;
  }

  .client-wrap {
    grid-column-gap: 61px;
    grid-row-gap: 61px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .client-left {
    grid-row-gap: 40px;
    max-width: 45%;
  }

  .review {
    margin-bottom: 100px;
  }

  .review-wrap {
    min-height: 450px;
  }

  .review-slider {
    height: 100%;
    margin-bottom: 40px;
  }

  .review-text {
    font-size: 28px;
  }

  .blog {
    margin-bottom: 100px;
  }

  .cta {
    padding-bottom: 0;
  }

  .cta-left {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 30px;
  }

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

  .cta-right {
    justify-content: flex-start;
    align-items: flex-end;
    padding-top: 40px;
    padding-left: 30px;
  }

  .cta-data {
    max-width: 60%;
    margin-bottom: 60px;
  }

  .cta-text-data {
    grid-row-gap: 40px;
  }

  .cta-img {
    max-width: 40%;
  }

  .about {
    margin-bottom: 100px;
  }

  .about-wrap {
    grid-column-gap: 40px;
    align-items: stretch;
  }

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

  .check-list {
    grid-row-gap: 10px;
  }

  .contact-section {
    margin-bottom: 100px;
  }

  .contact-wrap {
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .contact-left {
    grid-row-gap: 30px;
    max-width: 100%;
  }

  .contact-title {
    margin-bottom: 10px;
  }

  .contact-data {
    grid-column-gap: 60px;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .contact-info {
    margin-bottom: 0;
  }

  .contact-right {
    max-width: 100%;
  }

  .branches {
    margin-bottom: 100px;
  }

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

  .branch-image {
    min-height: 410px;
    max-height: 410px;
  }

  .faq-section {
    margin-bottom: 100px;
  }

  .faq-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .faq-img, .faq-wrapper {
    max-width: 100%;
  }

  .service-list-v2 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }

  .service-link-v2, .service-data-v2 {
    grid-row-gap: 25px;
  }

  .featured-cs {
    grid-row-gap: 70px;
  }

  .featured-cs-title {
    font-size: 18px;
  }

  .cs-featured-data {
    padding: 20px;
  }

  .cs-featured-img {
    max-width: 50%;
  }

  .cs-featured-image {
    min-height: 288px;
    max-height: 288px;
  }

  .team-list {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .blog-list {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .top-line {
    background-color: #000;
    width: 25px;
    height: 1px;
    margin-bottom: 6px;
  }

  .top-line.white {
    background-color: #fff;
  }

  .middle-line {
    background-color: #000;
    width: 25px;
    height: 1px;
  }

  .middle-line.white {
    background-color: #fff;
  }

  .bottom-line {
    background-color: #000;
  }

  .bottom-line.white {
    background-color: #fff;
  }

  .vision {
    margin-bottom: 100px;
  }

  .vision-wrap {
    grid-column-gap: 30px;
  }

  .vision-img {
    max-width: 55%;
  }

  .section-data {
    max-width: 45%;
  }

  .tabs {
    grid-column-gap: 3rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .tab-content {
    padding-right: 1.5rem;
  }

  .tab-inner-wrapper {
    padding-left: 1.5rem;
  }

  .cs-title-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cs-main-title {
    max-width: 100%;
    font-size: 44px;
  }

  .case-study-details {
    margin-bottom: 100px;
  }

  .cs-detail-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
  }

  .cs-details {
    max-width: 100%;
  }

  .objective, .solution {
    margin-bottom: 40px;
  }

  .cs-info {
    max-width: 100%;
  }

  .service {
    margin-bottom: 80px;
  }

  .service-list {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .service-link {
    padding: 30px;
  }

  .service-icon {
    max-width: 80px;
    max-height: 80px;
  }

  .link-wrap {
    margin-top: 30px;
  }

  .service-detail {
    margin-bottom: 100px;
  }

  .service-wrap {
    max-width: 100%;
  }

  .overview {
    margin-bottom: 40px;
  }

  .case-study-list {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .case-study-link {
    flex-flow: column;
    display: flex;
  }

  .post-list {
    grid-row-gap: 40px;
  }

  .blog-main-title {
    font-size: 44px;
  }

  .post-details {
    margin-bottom: 100px;
  }

  .post-rich-text {
    max-width: 100%;
  }

  .value-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .navbar12_menu-dropdown {
    color: #000;
    width: 100%;
    font-weight: 600;
  }

  .navbar12_dropdown-toggle {
    justify-content: center;
    align-items: center;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 0;
    display: flex;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar12_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar12_dropdown-list.w--open {
    border-style: none;
    width: auto;
    padding: 0 20px;
  }

  .navbar12_dropdown-content {
    align-content: start;
    align-items: start;
    padding: 1rem 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .parralax-image-size {
    height: 380px;
    min-height: 380px;
  }

  .grid-two-column {
    grid-template-columns: 1fr;
  }

  .logo3_list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .table1_header-row, .table1_item {
    min-width: 72rem;
  }

  .table1_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

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

  .table1_column {
    min-width: 12rem;
    max-width: 12rem;
  }
}

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

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  .container {
    max-width: none;
  }

  .page-title-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-flow: column;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-info {
    max-width: 100%;
  }

  .page-data {
    margin-bottom: 80px;
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .ft-wrap {
    padding-top: 40px;
  }

  .ft-menu-wrap {
    align-items: center;
  }

  .social-link {
    margin-left: 0;
  }

  .ft-btm {
    margin-top: 40px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .hero {
    margin-bottom: 80px;
  }

  .hero-wrap {
    grid-row-gap: 60px;
    margin-top: 60px;
  }

  .hero-data {
    max-width: 100%;
    margin-left: 0;
  }

  .hero-title {
    font-size: 50px;
  }

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

  .hero-tag-wrap {
    max-width: 55%;
  }

  .hero-tag {
    padding: 10px 20px;
  }

  .about-us {
    margin-bottom: 80px;
  }

  .about-top {
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .about-left {
    max-width: 100%;
  }

  .about-us-title {
    margin-bottom: 20px;
  }

  .about-right {
    max-width: 100%;
  }

  .about-btm {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .fact-text {
    font-size: 50px;
  }

  .service-section {
    margin-bottom: 80px;
  }

  .sub-title {
    margin-bottom: 2px;
  }

  .journey, .case-studies {
    margin-bottom: 80px;
  }

  .cs-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cs-left, .cs-right {
    max-width: 100%;
  }

  .team-section, .clients {
    margin-bottom: 80px;
  }

  .client-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .client-left {
    max-width: 100%;
  }

  .review {
    margin-bottom: 80px;
    padding-top: 40px;
  }

  .review-wrap {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .review-img {
    max-width: 100%;
    position: static;
  }

  .review-right {
    max-width: 100%;
  }

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

  .blog {
    margin-bottom: 80px;
  }

  .blog.home {
    margin-bottom: 60px;
  }

  .cta-wrap {
    flex-flow: column;
  }

  .cta-left {
    grid-row-gap: 50px;
    border-bottom: 1px solid #0000001a;
    border-right-width: 0;
    max-width: 100%;
    padding-right: 0;
  }

  .cta-right {
    max-width: 100%;
    padding-left: 0;
  }

  .about {
    margin-bottom: 80px;
  }

  .about-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-data {
    grid-row-gap: 20px;
    max-width: 100%;
  }

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

  .about-img {
    max-width: 100%;
  }

  .contact-section {
    margin-bottom: 80px;
  }

  .two-field {
    grid-column-gap: 25px;
  }

  .branches {
    margin-bottom: 80px;
  }

  .branches-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .branch-image {
    min-height: 300px;
    max-height: 300px;
  }

  .faq-section {
    margin-bottom: 80px;
  }

  .que {
    grid-column-gap: 60px;
  }

  .que-title {
    font-size: 16px;
  }

  .service-list-v2 {
    grid-column-gap: 50px;
  }

  .cs-featured-image {
    min-height: 270px;
    max-height: 270px;
  }

  .team-list {
    grid-template-columns: 1fr 1fr;
  }

  .blog-list {
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }

  .vision {
    margin-bottom: 80px;
  }

  .vision-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .vision-img, .section-data {
    max-width: 100%;
  }

  .tab-content-block {
    flex-flow: column;
    display: flex;
  }

  .tab-menu {
    place-items: start stretch;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .tabs {
    grid-column-gap: 0rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .tab-content {
    order: -1;
    width: 100%;
    margin-bottom: 1.5rem;
    padding-right: 0;
    position: relative;
  }

  .tab-inner-wrapper {
    width: 100%;
    padding-left: 0;
  }

  .cs-title-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cs-main-title {
    font-size: 40px;
  }

  .case-study-main {
    margin-bottom: 40px;
  }

  .case-study-details {
    margin-bottom: 80px;
  }

  .objective, .solution {
    margin-bottom: 30px;
  }

  .result-wrap {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .service-main {
    margin-bottom: 40px;
  }

  .service-detail {
    margin-bottom: 80px;
  }

  .overview {
    margin-bottom: 30px;
  }

  .case-study-list {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .post-list {
    grid-row-gap: 60px;
  }

  .post-link {
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .post-data, .post-img {
    max-width: 100%;
  }

  .blog-title-wrap {
    grid-row-gap: 15px;
    flex-flow: column;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blog-main-title {
    max-width: 100%;
    font-size: 40px;
  }

  .post-main {
    margin-bottom: 40px;
  }

  .post-details {
    margin-bottom: 80px;
  }

  .value-wrap {
    grid-template-columns: 1fr;
  }

  .tabs-menu {
    flex-flow: wrap;
  }

  .navbar12_dropdown-list.w--open {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar12_dropdown-content {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .navbar12_dropdown-column {
    justify-content: center;
    align-items: flex-start;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar12_dropdown-link-list {
    grid-row-gap: .5rem;
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .navbar12_dropdown-link {
    width: 100%;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .parralax-image-size {
    height: 280px;
    min-height: 280px;
  }

  .dropdown-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .grid-two-column {
    grid-template-columns: 1fr;
  }

  .logo3_list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 1rem;
  }

  .logo3_wrapper {
    padding: 0;
  }

  .table1_pagination-page-button-wrapper {
    display: none;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .table1_component {
    grid-row-gap: 3rem;
  }

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

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

  h2 {
    font-size: 30px;
  }

  .page-data {
    margin-bottom: 60px;
  }

  .font-inner {
    flex-flow: wrap;
  }

  .title-top {
    display: none;
  }

  .table-row {
    grid-column-gap: 0px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .body-large {
    font-size: 16px;
  }

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

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

  .ft-menu-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    display: grid;
  }

  .social-wrap {
    padding-top: 20px;
  }

  .ft-data {
    flex-flow: column-reverse;
  }

  .ft-left {
    flex-flow: column;
    align-items: flex-start;
  }

  .ft-right {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .ft-contact {
    grid-column-gap: 50px;
    grid-row-gap: 25px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    width: 100%;
    display: grid;
  }

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

  .ft-contact-link {
    font-size: 14px;
  }

  .hero {
    margin-bottom: 60px;
  }

  .hero-wrap {
    grid-row-gap: 40px;
    margin-top: 50px;
    padding-bottom: 30px;
  }

  .hero-title {
    font-size: 38px;
  }

  .hero-left {
    display: none;
  }

  .hero-tag-wrap {
    max-width: 100%;
  }

  .about-us {
    margin-bottom: 60px;
  }

  .about-us-title {
    font-size: 30px;
  }

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

  .fact-block.about {
    padding-top: 20px;
  }

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

  .section-title {
    margin-bottom: 20px;
  }

  .journey, .case-studies, .team-section, .clients {
    margin-bottom: 60px;
  }

  .review {
    margin-bottom: 60px;
    padding-top: 20px;
  }

  .review-wrap {
    grid-row-gap: 15px;
  }

  .review-slider {
    margin-bottom: 20px;
  }

  .review-text {
    margin-bottom: 25px;
  }

  .left-arrow {
    right: 45px;
  }

  .blog {
    margin-bottom: 60px;
  }

  .cta-title {
    font-size: 20px;
  }

  .cta-data {
    max-width: 100%;
  }

  .cta-img {
    display: none;
  }

  .about, .contact-section {
    margin-bottom: 60px;
  }

  .contact-wrap {
    grid-row-gap: 40px;
  }

  .contact-data {
    grid-column-gap: 40px;
    flex-flow: column;
  }

  .form-wrap {
    grid-row-gap: 30px;
  }

  .two-field {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .branches {
    margin-bottom: 60px;
  }

  .branches-wrap {
    grid-template-columns: 1fr;
  }

  .branch-image {
    min-height: 390px;
    max-height: 390px;
  }

  .branch-data {
    margin-top: 15px;
  }

  .branch-name {
    font-size: 18px;
  }

  .faq-section {
    margin-bottom: 60px;
  }

  .faq {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .que {
    grid-column-gap: 10px;
  }

  .faq-title {
    grid-column-gap: 15px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .que-title {
    white-space: normal;
    font-size: 14px;
  }

  .que-icon {
    width: 100%;
    max-width: 30px;
    height: 30px;
  }

  .ans-box {
    padding-top: 14px;
  }

  .ans-text {
    padding-left: 30px;
    font-size: 14px;
  }

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

  .service-link-v2 {
    grid-row-gap: 15px;
  }

  .service-title {
    padding: 6px 20px;
  }

  .service-data-v2 {
    grid-row-gap: 15px;
  }

  .service-icon-v2 {
    width: 60px;
    height: 60px;
  }

  .service-text {
    height: auto;
  }

  .cs-link {
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cs-featured-data {
    grid-row-gap: 30px;
    max-width: 100%;
  }

  .cs-featured-img {
    max-width: 100%;
  }

  .cs-featured-image {
    min-height: 250px;
    max-height: 250px;
  }

  .team-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

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

  .vision {
    margin-bottom: 60px;
  }

  .vision-title {
    margin-bottom: 10px;
  }

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

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .cs-title-wrap {
    padding-bottom: 15px;
  }

  .cs-main-title {
    font-size: 30px;
  }

  .case-study-main {
    margin-bottom: 20px;
  }

  .case-study-details {
    margin-bottom: 60px;
  }

  .result-wrap {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .result-block {
    border-left-width: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .result-tag {
    padding: 6px 20px;
  }

  .cs-info {
    padding: 25px;
  }

  .cs-info-wrap {
    margin-bottom: 30px;
  }

  .service {
    margin-bottom: 60px;
  }

  .service-icon {
    max-width: 70px;
    max-height: 70px;
  }

  .service-data {
    margin-top: 30px;
  }

  .service-main-title {
    font-size: 40px;
  }

  .service-main {
    margin-bottom: 20px;
  }

  .service-detail {
    margin-bottom: 60px;
  }

  .case-study-list {
    grid-template-columns: 1fr;
  }

  .post-title {
    font-size: 16px;
    font-weight: 500;
  }

  .post-info {
    font-size: 14px;
  }

  .blog-main-title {
    font-size: 30px;
  }

  .post-main {
    margin-bottom: 20px;
  }

  .post-details {
    margin-bottom: 60px;
  }

  .value-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
  }

  .value-block {
    grid-row-gap: 60px;
    padding: 25px;
  }

  .value-data {
    padding-top: 15px;
  }

  .value-text {
    font-size: 58px;
  }

  .tab_link {
    padding: 6px 20px;
  }

  .cover-image.is-parallax {
    height: 110%;
  }

  .navbar12_dropdown-content {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar12_dropdown-link {
    padding-left: 0;
  }

  .parralax-image-size {
    height: 200px;
    min-height: 200px;
  }

  .pricing-title-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .price-text-small {
    margin-top: 10px;
  }

  .logo3_list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: center;
  }

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

  .logo3_logo {
    max-height: 100px;
  }

  .table1_header {
    flex-direction: column;
    align-items: flex-start;
  }

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

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

  .tab {
    width: 100%;
  }

  .tabs-menu-2 {
    flex-flow: column;
  }
}

#w-node-_75652645-27a7-1839-b716-941e437b9e08-b0e8c510, #w-node-_75652645-27a7-1839-b716-941e437b9e13-b0e8c510 {
  align-self: start;
}

#w-node-_638c6ac7-e09d-d9f7-a869-4f0b4e13aba5-b0e8c510 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d378b99a-395e-3b06-1f25-36566b3a30f8-b0e8c510, #w-node-ee2ed5a9-e57b-c23c-a27c-c4c36acd8786-b0e8c510, #w-node-_248e59b0-556c-7f94-94db-2043571b82d9-b0e8c510, #w-node-d378b99a-395e-3b06-1f25-36566b3a30fa-b0e8c510, #w-node-d378b99a-395e-3b06-1f25-36566b3a30fc-b0e8c510, #w-node-d378b99a-395e-3b06-1f25-36566b3a30fe-b0e8c510, #w-node-d378b99a-395e-3b06-1f25-36566b3a3100-b0e8c510, #w-node-c1902c00-105a-a6d6-77ff-b807a2167621-b0e8c510, #w-node-c1902c00-105a-a6d6-77ff-b807a2167623-b0e8c510, #w-node-c1902c00-105a-a6d6-77ff-b807a2167625-b0e8c510, #w-node-c1902c00-105a-a6d6-77ff-b807a2167627-b0e8c510, #w-node-c1902c00-105a-a6d6-77ff-b807a2167629-b0e8c510, #w-node-c1902c00-105a-a6d6-77ff-b807a216762b-b0e8c510, #w-node-c1902c00-105a-a6d6-77ff-b807a216762d-b0e8c510 {
  justify-self: center;
}

#w-node-d8e6b6e6-e515-64f9-2a6f-bfaf6c896762-6c89675c, #w-node-d8e6b6e6-e515-64f9-2a6f-bfaf6c896775-6c89675c, #w-node-d8e6b6e6-e515-64f9-2a6f-bfaf6c89678d-6c89675c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
