@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --body-font: "Rethink Sans", sans-serif;
  --dark-80: #333;
  --stroke-color: #ddd;
  --white: white;
  --black: black;
  --grey-50: grey;
  --primary-color: #cd3536;
  --gray-60: #666;
  --grey-70: #494949;
  --dark-90: #151515;
  --grey-10: #eee;
  --transparent: transparent;
  --grey-30: #bbb;
}

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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@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 {
  font-family: var(--body-font);
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  color: var(--dark-80);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 400;
  line-height: 100%;
}

h2 {
  color: var(--dark-80);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
}

h3 {
  color: var(--dark-80);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
}

h4 {
  color: var(--dark-80);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
}

h5 {
  color: var(--dark-80);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
}

h6 {
  color: var(--dark-80);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 120%;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

figure {
  margin-bottom: 10px;
}

.page-wrapper {
  overflow: clip;
}

.container {
  max-width: 1326px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

.navbar {
  z-index: 99;
  border-bottom: 1px solid var(--stroke-color);
  background-color: var(--white);
  padding-top: 20px;
  padding-bottom: 20px;
  position: sticky;
  top: 0;
}

.navbar.preview {
  border-bottom-style: none;
}

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

.single-nav-link {
  color: var(--grey-50);
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

.single-nav-link.w--current {
  color: var(--dark-80);
}

.single-nav-link.dropdown {
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.banner-grid-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.banner-grid-split-flex {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.banner-customer-details {
  color: var(--gray-60);
  max-width: 176px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.banner-customer-img {
  border: 3.4px solid var(--white);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  margin-right: -6px;
  position: relative;
}

.banner-customer-img._1 {
  z-index: 2;
}

.banner-customer-img._2 {
  z-index: 1;
}

.banner-info-flex-wrap {
  justify-content: space-between;
  align-items: center;
  min-height: 40px;
  display: flex;
}

.banner-info-flex-wrap.hide {
  display: none;
}

.banner-info-text {
  color: var(--gray-60);
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.banner-details {
  color: var(--grey-70);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
}

.banner-details-wrap {
  max-width: 290px;
  margin-left: auto;
}

.banner-title {
  color: var(--dark-90);
  text-align: center;
  letter-spacing: -.02em;
  font-size: 124px;
  font-weight: 800;
  line-height: 154px;
}

.banner-title.w2 {
  font-size: 127px;
}

.banner-title.w4 {
  font-size: 110px;
}

.banner-title.w4.w2 {
  font-size: 110px;
  line-height: 1.3em;
}

.banner-top-wrap {
  padding-top: 150px;
  padding-bottom: 40px;
  position: relative;
}

.banner-top-divider-wrap {
  z-index: -1;
  background-color: var(--stroke-color);
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 100%;
  display: flex;
  position: absolute;
}

.banner-star {
  flex: none;
  width: 99px;
  height: 99px;
}

.banner-star.w2 {
  width: 160px;
  height: 160px;
}

.banner-star.w3 {
  width: 80px;
}

.banner-top-divider-wrapper {
  z-index: -1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 50%;
  transform: translate(-50%);
}

.banner-top-divider-wrapper.service {
  min-width: 40px;
  position: relative;
  inset: auto;
  transform: none;
}

.banner-big-title-wrap {
  border-top: 1px solid var(--stroke-color);
  padding-top: 28px;
  padding-bottom: 28px;
}

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

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

.section.works, .section.services, .section.cta {
  padding-top: 0;
  padding-bottom: 0;
}

.section.testimonial {
  border-top: 1px solid var(--stroke-color);
  border-bottom: 1px solid var(--stroke-color);
  padding-top: 0;
  padding-bottom: 0;
}

.section.testimonial.about {
  border-top-style: none;
}

.section.team-members {
  padding-top: 0;
  padding-bottom: 0;
}

.section.team-members.hide {
  display: none;
}

.section.approach {
  background-image: url('../images/Approach-BG-Shape.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 390px;
  padding-bottom: 390px;
}

.section.partners-awards {
  border-top: 1px solid var(--stroke-color);
}

.section.philosophy {
  padding-top: 174px;
  padding-bottom: 0;
}

.section.hot-blogs {
  border-bottom: 1px solid var(--stroke-color);
}

.section.hot-blogs.hide {
  display: none;
}

.section.contact-us {
  border-bottom: 1px solid var(--stroke-color);
}

.section.pp {
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.section.branding {
  padding-bottom: 0;
}

.banner-title-star-wrap {
  background-image: url('../images/Banner-Title-Star.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 42px 42px;
  display: inline-block;
}

.section-title-wrapper {
  text-align: center;
  margin-bottom: 64px;
}

.section-title-wrapper.left {
  text-align: left;
}

.section-title-wrapper.left.award {
  margin-bottom: 77px;
}

.section-title-wrapper.left.member-single {
  margin-bottom: 20px;
}

.section-title-wrapper.left.our-team {
  margin-bottom: 40px;
}

.section-title-wrapper.mb-0 {
  margin-bottom: 0;
}

.section-title-wrapper.blog {
  margin-bottom: 96px;
}

.section-title-wrapper.cta {
  max-width: 1150px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-title-wrapper.faq {
  margin-bottom: 96px;
}

.section-title-wrapper.service-single {
  margin-bottom: 115px;
}

.section-title-wrapper.preview {
  margin-bottom: 48px;
}

.mini-title {
  color: var(--dark-80);
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.mini-title.mb-19 {
  margin-bottom: 19px;
}

.mini-title.mb-19.center {
  text-align: center;
}

.mini-title.mb-19.center.e4 {
  margin-top: 0;
  position: absolute;
  inset: auto 0% -80%;
}

.mini-title.mb-7 {
  margin-bottom: 7px;
}

.mini-title.mb-24 {
  margin-bottom: 24px;
}

.mini-title.mb-16 {
  margin-bottom: 16px;
}

.about-image {
  width: 100%;
  display: block;
}

.about-image-wrap {
  z-index: 1;
  align-self: center;
  width: 100%;
  margin-bottom: 32px;
  position: relative;
}

.strategy-text-wrap {
  text-align: center;
}

.strategy-text {
  color: var(--dark-80);
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

.strategy-text-mark {
  font-weight: 600;
  display: inline-block;
}

.section-title {
  color: var(--dark-90);
  letter-spacing: -.01em;
  font-size: 120px;
  font-weight: 400;
  line-height: 100%;
}

.section-title.cta {
  text-decoration: underline;
}

.section-title.size-64 {
  font-size: 64px;
}

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

.section-title.size-60.extrabold {
  font-weight: 800;
}

.section-title.size-60.semibold {
  font-weight: 600;
}

.section-title.size-60.semibold.blog-single {
  text-transform: uppercase;
}

.section-title.preview-footer {
  margin-bottom: 16px;
  font-size: 100px;
  font-weight: 700;
}

.section-title.branding {
  font-size: 5.5rem;
}

.section-title-mark {
  font-weight: 700;
  display: inline-block;
}

.section-title-mark.extrabold {
  font-weight: 800;
}

.section-title-mark.extrabold.service {
  display: inline;
}

.section-title-mark.cta {
  text-decoration: underline;
}

.section-title-mark.award {
  display: inline;
}

.about-title-shape {
  background-image: url('../images/Vector.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 84px;
  height: 84px;
  margin-left: 27px;
  margin-right: 35px;
  display: inline-block;
}

.about-title-shape.w2 {
  width: 60px;
  height: 80px;
}

.about-title-shape.f6 {
  width: 60px;
}

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

.about-details {
  color: var(--gray-60);
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.about-details.mb-32 {
  margin-bottom: 32px;
}

.about-details.mb-60 {
  margin-bottom: 0;
  line-height: 1.3em;
}

.primary-button-wrap {
  display: inline-block;
}

.prmary-button-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.primary-btn-text-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.primary-btn-text {
  color: var(--dark-80);
  font-size: 16px;
  font-weight: 600;
  line-height: 111%;
}

.primary-btn-arrow-wrap {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
  overflow: clip;
}

.primary-btn-hover-arrow {
  position: absolute;
}

.primary-button-bracket {
  color: var(--dark-80);
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}

.about-details-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.stats-wrap {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 492px;
  display: flex;
}

.single-stats-wrap {
  background-color: var(--black);
  border-radius: 1000px;
  flex: none;
  padding: 2px;
}

.single-stats-wrap._1 {
  width: 228px;
  margin-right: 110px;
  transform: rotate(11.06deg);
}

.single-stats-wrap._1.approach-1 {
  margin-right: 0;
  position: absolute;
  inset: auto 242px -55px auto;
}

.single-stats-wrap._1.cta {
  margin-right: 0;
  position: absolute;
  inset: auto auto -55px 50%;
  transform: translate(-50%)rotate(11.06deg);
}

.single-stats-wrap._2 {
  width: 228px;
  margin-right: -10px;
  transform: rotate(-24.47deg);
}

.single-stats-wrap._2.approach-2 {
  position: absolute;
  inset: -52px auto auto 220px;
  transform: rotate(-4.13deg);
}

.single-stats-wrap._3 {
  width: 134px;
  height: 134px;
}

.single-stats-wrap._3.approach-3 {
  position: absolute;
  inset: -80px 90px auto auto;
  transform: rotate(25.03deg);
}

.single-stats-wrap._4 {
  width: 134px;
  height: 134px;
  transform: rotate(-29.86deg);
}

.single-stats-wrap._4.approach-4 {
  position: absolute;
  inset: auto auto -90px 450px;
  transform: none;
}

.stats-content-wrapper {
  border: 4px solid var(--white);
  border-radius: 600px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 7px;
  display: flex;
}

.stats-contents {
  text-align: center;
}

.stats-title {
  color: var(--grey-10);
  margin-bottom: 7.2px;
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
}

.stats-details {
  color: var(--grey-50);
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
}

.stats-1-wrap {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.work-ticker-wrapper {
  border: 1px solid var(--stroke-color);
  padding-top: 24px;
  padding-bottom: 24px;
}

.work-ticker-wrapper.cta {
  padding-top: 26px;
  padding-bottom: 26px;
}

.work-ticker-wrap {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: clip;
}

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

.work-ticker-text {
  color: var(--dark-80);
  cursor: pointer;
  flex: none;
  margin-right: 48px;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

.work-ticker-text.cta {
  font-family: var(--body-font);
  color: var(--black);
  font-size: 28px;
  font-weight: 400;
  line-height: 120%;
}

.work-ticker-icon {
  flex: none;
  margin-right: 48px;
}

.work-section-wrap {
  background-color: var(--black);
  padding-top: 46px;
  position: relative;
  overflow: clip;
}

.work-section-wrap.w2 {
  padding-bottom: 46px;
}

.work-images-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 130px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  width: 100%;
  display: grid;
}

.work-image-wrap._1 {
  margin-top: 16px;
  margin-left: 49px;
}

.work-image-wrap._2 {
  margin-right: 55px;
}

.work-image-wrap._3 {
  margin-top: 140px;
}

.work-image-wrap._6 {
  margin-top: 68px;
  margin-right: 36px;
}

.work-images-sticky-wrap {
  position: relative;
}

.work-text-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.work-text-wrap {
  z-index: 9;
  text-align: center;
  mix-blend-mode: difference;
  margin-top: 50vh;
  position: sticky;
  top: 50vh;
}

.work-slide-ticker-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.working-year {
  color: var(--grey-10);
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.work-text-flex {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.work-text {
  color: var(--grey-10);
  height: 100%;
  font-size: 100px;
  font-weight: 400;
  line-height: 100px;
}

.work-text._1 {
  transform-origin: 50% 0;
}

.work-texts {
  max-height: 100px;
  overflow: clip;
}

.work-slide-ticker-container {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.work-slide-ticker-wrap {
  max-width: 100%;
  position: sticky;
  top: 100px;
}

.single-project-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.single-project-item {
  flex: none;
  max-width: 1090px;
  margin-right: 115px;
}

.project-item-flex-wrapper {
  display: flex;
}

.project-image {
  object-fit: cover;
  width: 100%;
  height: 612px;
}

.project-overlay-wrap {
  background-image: linear-gradient(#06060600 35%, #060606cc);
  justify-content: flex-start;
  align-items: flex-end;
  padding: 69px 64px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.project-details-wrap {
  margin-bottom: 20px;
}

.project-details-wrap.mb-0 {
  margin-bottom: 0;
}

.project-name {
  color: var(--white);
  letter-spacing: -.04em;
  font-size: 100px;
  font-weight: 400;
  line-height: 100px;
}

.project-name-wrap {
  margin-bottom: 4px;
}

.project-date {
  color: var(--grey-10);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

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

.project-image-wrapper {
  width: 100%;
  position: relative;
}

.project-btn-wrapper {
  outline-color: var(--stroke-color);
  outline-offset: 0px;
  background-color: #ffffffba;
  border: 4px solid #fff;
  border-radius: 50%;
  outline-width: 1px;
  outline-style: solid;
  justify-content: center;
  align-items: center;
  width: 134px;
  height: 134px;
  display: flex;
  position: absolute;
}

.project-btn-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100px;
  display: flex;
}

.project-btn-text {
  color: var(--black);
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.work-slide-ticker-vh-wrap {
  height: 300vh;
}

.section-title-flex-wrap {
  text-align: left;
  justify-content: space-between;
  display: flex;
}

.section-title-flex-wrap.bottom {
  justify-content: space-between;
  align-items: flex-end;
}

.section-title-left-wrap.service {
  max-width: 800px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-title-left-wrap.service-page {
  max-width: 800px;
  padding-top: 60px;
  padding-bottom: 100px;
}

.section-title-right-wrap.service {
  align-self: center;
  max-width: 282px;
}

.section-title-wrap.about-us {
  max-width: 615px;
}

.section-title-wrap.service {
  max-width: 745px;
}

.section-details-wrap.about-us {
  max-width: 417px;
  margin-top: 36px;
}

.section-details-wrap.services, .section-details-wrap.service-single {
  max-width: 417px;
}

.section-details {
  color: var(--dark-80);
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.section-details.service {
  margin-bottom: 28px;
}

.section-details.figma-file {
  color: var(--dark-80);
  max-width: 712px;
  margin-bottom: 44px;
  margin-left: auto;
  margin-right: auto;
}

.section-details.preview-footer {
  max-width: 628px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.service-title-wrap {
  border-top: 1px solid var(--stroke-color);
  border-bottom: 1px solid var(--stroke-color);
}

.services-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  padding-top: 100px;
  padding-bottom: 100px;
}

.single-service-wrapper, .collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.service-grid-wrapper {
  grid-column-gap: 130px;
  grid-row-gap: 130px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-name-flex-wrap {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service-number {
  color: var(--gray-60);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.service-name {
  color: var(--dark-80);
  letter-spacing: -.01em;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 800;
  line-height: 100%;
}

.service-name-wrap {
  margin-bottom: 132px;
}

.service-details {
  color: var(--gray-60);
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.service-feature-list-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.service-feature-list-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service-feature-dot {
  width: 16px;
  height: 16px;
}

.service-feature-text {
  color: var(--dark-80);
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.service-divider {
  background-color: var(--stroke-color);
  width: 100%;
  height: 1px;
  margin-top: 40px;
}

.service-serial-flex {
  display: flex;
}

.footer-wrapper {
  padding-top: 105px;
}

.footer-grid-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.035fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 190px;
  display: flex;
}

.footer-info-text {
  color: var(--dark-80);
  margin-bottom: 12px;
  font-size: 48px;
  font-weight: 600;
  line-height: 100%;
}

.footer-info-text.mb-0 {
  margin-bottom: 0;
}

.footer-info-text.w2 {
  font-size: 40px;
}

.footer-links-flex-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  display: flex;
}

.single-footer-links-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.single-footer-link {
  color: var(--dark-80);
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.footer-links-title-flex {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  display: flex;
}

.footer-links-title {
  color: var(--gray-60);
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.footer-title-wrap {
  overflow: clip;
}

.footer-boottom-wrap {
  text-align: center;
  padding-top: 16px;
  padding-bottom: 20px;
}

.footer-copyright-text {
  color: var(--gray-60);
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.blog-collection-wrapper.a2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.blog-image-wrap {
  margin-bottom: 28px;
  display: block;
}

.post-author-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.post-author-wrapper.hide {
  display: none;
}

.post-author-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.post-author-img {
  border-radius: 50%;
  width: 32px;
  height: 32px;
}

.post-author-name {
  color: var(--grey-70);
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.post-author-designation {
  color: var(--grey-50);
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
}

.post-time-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.post-time {
  color: var(--grey-70);
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.blog-post-title {
  color: var(--black);
  font-size: 24px;
  font-weight: 400;
}

.blog-post-title.story-blogs {
  font-weight: 600;
}

.slider {
  background-color: var(--transparent);
  height: 100%;
}

.slider.blogs {
  padding-bottom: 82px;
  position: relative;
  overflow: hidden;
}

.slider.testimonial {
  padding-bottom: 50px;
}

.blog-slider-mask {
  max-width: 416px;
  overflow: visible;
}

.single-blog-slide-item {
  margin-right: 24px;
}

.slide-dot-wrap {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 3.5px;
  padding-top: 0;
  display: flex;
  inset: auto 0% 0%;
}

.blog-slider-btn-wrap {
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  display: flex;
}

.blog-slider-btn-wrap.right {
  margin-right: -76px;
  position: absolute;
  inset: auto 50% 0% auto;
  transform: translate(50%);
}

.blog-slider-btn-wrap.left {
  margin-left: -76px;
  position: absolute;
  inset: auto auto 0% 50%;
  transform: translate(-50%);
}

.work-ticker-dot {
  background-color: var(--black);
  border-radius: 50%;
  flex: none;
  width: 12px;
  height: 12px;
  margin-right: 48px;
}

.cta-wrapper {
  background-image: url('../images/Cta-Bg.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 267px;
  padding-bottom: 76px;
}

.testimonial-grid-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.35fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial-grid-left-wrap {
  padding-top: 100px;
  padding-bottom: 100px;
}

.testimonial-grid-right-wrap {
  border-left: 1px solid var(--stroke-color);
  padding: 100px 30px;
}

.testimonial-title {
  color: var(--dark-90);
  letter-spacing: -.01em;
  font-size: 60px;
  font-weight: 400;
  line-height: 100%;
}

.testimonial-slider-wrapper {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-author-wrap {
  margin-top: 40px;
  margin-bottom: 20px;
}

.testimonial-author-img {
  border-radius: 50%;
  width: 76px;
  height: 76px;
  margin-bottom: 18px;
}

.testimonial-author-img.q1 {
  border-radius: 0%;
  width: auto;
  height: auto;
}

.testimonial-author-name {
  color: var(--black);
  margin-bottom: 12px;
  font-size: 40px;
  font-weight: 800;
  line-height: 120%;
}

.testimonial-author-info {
  color: var(--grey-50);
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.testimonial-details {
  color: var(--gray-60);
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

.testimonial-details-wrap.bottom-sp {
  margin-bottom: 40px;
}

.testimonial-circle-wrap {
  justify-content: center;
  align-items: center;
  width: 138px;
  height: 138px;
  margin-top: 120px;
  display: flex;
}

.testimonial-circle-image {
  width: 100%;
}

.testimonial-circle-star {
  width: 65px;
  height: 65px;
  position: absolute;
}

.testimonial-circle-star.w12 {
  width: 50px;
}

.team-member-grid-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.single-member-wrap {
  background-color: var(--grey-10);
  padding: 32px;
}

.single-member-wrap.home-page {
  border: 1px solid var(--stroke-color);
  height: 100%;
}

.member-name-wrap {
  margin-bottom: 12px;
}

.member-name {
  color: var(--black);
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
}

.member-designation {
  color: var(--gray-60);
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.member-image-flex-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

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

.member-image-wrap {
  max-width: 165px;
}

.member-social-links-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.member-social-link-wrap {
  color: var(--dark-90);
  border: 1px solid #bbb;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 15px;
  line-height: 100%;
  display: flex;
}

.member-divider-star-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 120px;
  margin-bottom: 42px;
  display: flex;
}

.member-divider-star {
  width: 76px;
  height: 76px;
}

.member-ticker-wrap {
  display: flex;
  position: sticky;
  top: 120px;
  overflow: clip;
}

.member-ticker-item {
  flex: none;
}

.member-ticker-flex-wrap {
  display: flex;
}

.single-member-item {
  flex: none;
  max-width: 416px;
}

.member-ticker-vh-wrap {
  height: 300vh;
}

.approach-title-wrapper {
  text-align: center;
  position: relative;
}

.partners-details-wrapper {
  max-width: 724px;
  padding-bottom: 87px;
}

.partner-details {
  color: var(--dark-80);
  margin-bottom: 48px;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
}

.partner-details-mark {
  color: #bbb;
}

.partner-text-star {
  background-image: url('../images/Member-Star.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  margin-left: 16px;
  display: inline-block;
}

.partner-text-space {
  width: 65px;
  display: inline-block;
}

.awards-content-wrap {
  max-width: 622px;
}

.award-title {
  color: var(--dark-90);
  letter-spacing: -.01em;
  font-size: 60px;
  font-weight: 400;
  line-height: 100%;
}

.awards-list-wrap {
  flex-flow: column;
  display: flex;
}

.single-award-wrap {
  border-bottom: 1px solid var(--stroke-color);
  padding-top: 12px;
  padding-bottom: 12px;
}

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

.award-name {
  color: var(--grey-30);
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.award-date {
  color: var(--grey-50);
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.partners-wrap {
  border-bottom: 1px solid var(--stroke-color);
}

.awards-wrap {
  padding-top: 100px;
}

.partners-logo-wrap {
  z-index: -1;
  max-width: 40%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.partners-logo-grid-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.single-partner-logo-wrap {
  justify-content: center;
  align-items: center;
  height: 197px;
  padding: 20px;
  display: flex;
  overflow: hidden;
}

.single-partner-logo-wrap.bg-black {
  background-color: var(--dark-90);
}

.single-partner-logo-wrap.bordered {
  border: 1px solid var(--stroke-color);
}

.partner-award-wrap {
  z-index: 1;
  position: relative;
}

.secondary-button-wrap {
  background-color: var(--black);
  padding: 12px 16px;
}

.secondary-button-wrap.red {
  background-color: var(--primary-color);
}

.secondary-button-flex-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.secondery-button-text {
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
}

.inner-banner {
  border-bottom: 1px solid var(--stroke-color);
  padding-top: 86px;
  padding-bottom: 86px;
}

.inner-banner.hide {
  display: none;
}

.inner-banner-content-wrapper {
  text-align: center;
}

.inner-banner-title {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 18px;
  font-size: 100px;
  font-weight: 700;
  line-height: 100%;
}

.breadcrumb-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.breadcrumb-link {
  color: var(--dark-80);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.client-quote-wrap {
  text-align: center;
  max-width: 856px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
}

.client-quote-wrap.service {
  max-width: 968px;
}

.client-quote-wrap.service-single {
  max-width: 968px;
  margin-bottom: 100px;
}

.client-quote-details {
  color: var(--dark-80);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#d6d6d6, #454545);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
}

.office-images-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 4.36fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.office-image.small {
  filter: grayscale();
}

.history-wrapper {
  position: relative;
}

.single-history-wrap {
  grid-column-gap: 175px;
  grid-row-gap: 175px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.036fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.single-history-wrap.reverse {
  grid-template-columns: 1.036fr 1fr;
}

.history-content-wrap.align-right {
  text-align: right;
}

.history-image {
  width: 100%;
}

.history-year {
  color: var(--dark-80);
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.history-details {
  color: var(--grey-50);
  max-width: 452px;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.history-details.auto {
  margin-left: auto;
}

.history-title {
  color: var(--dark-80);
  margin-bottom: 40px;
  font-size: 80px;
  font-weight: 400;
  line-height: 100%;
}

.history-details-wrap {
  max-width: 525px;
}

.history-details-wrap.auto {
  margin-left: auto;
}

.histories-flex-wrap {
  grid-column-gap: 132px;
  grid-row-gap: 132px;
  flex-flow: column;
  display: flex;
}

.history-divider-wrap {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  width: 45px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 50%;
  transform: translate(-50%);
}

.history-divider-line {
  z-index: -1;
  background-color: var(--grey-30);
  width: 1px;
  height: 100%;
}

.history-star {
  flex: none;
}

.philosophy-content-wrap {
  background-image: url('../images/Earth-shape.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 74px;
  padding-bottom: 220px;
}

.philosophy-title-wrap {
  text-align: center;
  max-width: 724px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.philosophy-title {
  color: var(--black);
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
}

.philosophy-points-wrap {
  grid-column-gap: 105px;
  grid-row-gap: 105px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.single-philosophy-point {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.philosophy-point-star {
  width: 16px;
  height: 16px;
}

.philosophy-point-text {
  color: var(--black);
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

.section-title-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

.section-title-flex.member-single {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.blog-star {
  width: 60px;
  height: 60px;
}

.category-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  margin-bottom: 68px;
  display: flex;
}

.category-buttons-wrapper.projects {
  justify-content: flex-end;
  align-items: center;
}

.category-btn-link {
  background-color: var(--transparent);
  padding: 0;
}

.category-btn-link.w--current {
  background-color: var(--transparent);
}

.category-btn-link.hide {
  display: none;
}

.blog-tabs-menu-text {
  color: var(--grey-50);
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.blog-tabs-menu-star-wrap {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
}

.blog-tabs-menu-star {
  width: 100%;
  height: 100%;
}

.blog-tabs-menu-star-active {
  width: 12px;
  height: 12px;
  position: absolute;
}

.category-menu-link-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-story-img-wrap {
  margin-bottom: 24px;
}

.story-blog-flex-wrap {
  display: flex;
}

.story-blog-item {
  flex: none;
  max-width: 879px;
  margin-right: 48px;
}

.story-blog-info-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  margin-bottom: 28px;
  display: flex;
}

.story-blog-info-wrap.single-blog {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  margin-bottom: 16px;
}

.blog-info {
  color: var(--grey-50);
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.blog-info.single-blog {
  color: var(--dark-80);
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.blog-info.single-blog.capital {
  text-transform: uppercase;
}

.service-gallery-img-wrap {
  overflow: clip;
}

.service-gallery-img {
  width: 100%;
}

.projects-grid-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-img-wrap {
  margin-bottom: 14px;
  display: block;
}

.project-img {
  width: 100%;
}

.single-project-name {
  color: var(--black);
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.single-project-name-wrap {
  margin-bottom: 2px;
}

.single-project-name-tags {
  color: #b4b4b4;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.contact-grid-wrap {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.68fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-form-wrap {
  margin-bottom: 0;
}

.contact-form-wrap.hide {
  display: none;
}

.contact-favorites-wrap {
  margin-bottom: 40px;
}

.contact-title {
  color: var(--black);
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
}

.contact-checkboxs-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  margin-bottom: 24px;
  display: flex;
}

.single-contact-checkbox {
  z-index: 1;
  border: 1px solid var(--stroke-color);
  border-radius: 4px;
  margin-bottom: 0;
  padding: 18px 14px;
  position: relative;
}

.checkbox {
  z-index: -1;
  float: none;
  border: 1px #000;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  inset: 0%;
}

.checkbox.w--redirected-checked {
  background-color: var(--grey-10);
  background-image: linear-gradient(to bottom, var(--grey-10), var(--grey-10));
  border-style: none;
}

.checkbox.w--redirected-focus {
  box-shadow: 0 0 #0000;
}

.contact-checkbox-text {
  color: #121416;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.contact-select-field {
  background-color: var(--white);
  color: #7e8995;
  border: 1px #000;
  height: 100%;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.contact-select-field-wrap {
  border: 1px solid var(--stroke-color);
  border-radius: 4px;
  height: 48px;
  padding-left: 12px;
  padding-right: 12px;
}

.contact-field {
  border: 1px solid var(--stroke-color);
  background-color: var(--white);
  color: var(--dark-90);
  border-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 0 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.contact-field::placeholder {
  color: #7e8995;
}

.contact-field-wrap {
  width: 100%;
}

.contact-field-wrap.mb-24 {
  margin-bottom: 24px;
}

.contact-field-flex-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-bottom: 24px;
  display: flex;
}

.contact-textarea {
  border: 1px solid var(--stroke-color);
  background-color: var(--white);
  color: var(--dark-90);
  border-radius: 4px;
  min-width: 100%;
  max-width: 750px;
  min-height: 200px;
  margin-bottom: 0;
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.contact-textarea::placeholder {
  color: #7e8995;
}

.conatct-form-button {
  color: var(--white);
  background-color: #121416;
  border-radius: 4px;
  width: 100%;
  padding: 14px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.conatct-information-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.conatct-info-details {
  color: #7e8995;
  margin-bottom: 48px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.conatct-info-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.conatct-info-flex.mb-70 {
  margin-bottom: 0;
}

.conatct-info-text {
  color: var(--black);
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.conatct-info-text.placeholder {
  color: #7e8995;
  font-weight: 600;
}

.conatct-info-text-wrap.flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.contact-info-flex-wrapper {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.faq-content-wrap {
  max-width: 857px;
  margin-left: auto;
  margin-right: auto;
}

.faq-flex-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.faq-icon-flex {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.faq-accordion-ans {
  color: var(--grey-70);
  max-width: 654px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.faq-accordion-title-wrap {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-accordion-title {
  color: var(--grey-50);
  white-space: normal;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.faq-accordion-ans-wrap {
  background-color: #0000;
  overflow: hidden;
}

.faq-accordion-ans-wrap.w--open {
  position: static;
  overflow: hidden;
}

.faq-accordion-link {
  width: 100%;
  padding: 40px;
  display: block;
}

.faq-single-accordion-wrap {
  z-index: 1;
  border: 1px solid #bbb;
  width: 100%;
  display: block;
}

.faq-icon-wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 17px;
  display: flex;
}

.faq-minus {
  z-index: -1;
  position: absolute;
}

.faq-accordion-content-wrap {
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

._404-details {
  color: var(--dark-80);
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.pp-content-wrapper {
  border: 1px solid var(--grey-50);
  max-width: 684px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 64px;
}

.pp-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 180px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pp-icon {
  position: absolute;
}

.display-none {
  display: none;
}

.pp-title {
  color: var(--dark-90);
  margin-bottom: 40px;
  font-size: 60px;
  font-weight: 400;
  line-height: 100%;
}

.pp-details {
  color: var(--grey-70);
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.pp-details-wrap {
  margin-bottom: 100px;
}

.pp-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--gray-60);
  color: var(--grey-50);
  height: 58px;
  margin-bottom: 48px;
  padding: 10px 0 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.sub-heading {
  color: var(--dark-80);
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

.body-text-3 {
  color: var(--dark-80);
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.style-guide-color-plate-code {
  color: var(--white);
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
}

.style-guide-color-plate-code.black {
  color: #151515;
}

.style-guide-color-plate-single {
  border: 1px solid var(--black);
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  display: flex;
}

.style-guide-color-plate-single._3 {
  background-color: var(--grey-10);
}

.style-guide-color-plate-single._1 {
  background-color: var(--dark-90);
  border-color: #222121;
}

.style-guide-color-plate-single._4 {
  background-color: var(--primary-color);
}

.style-guide-color-plate-single._2 {
  background-color: var(--white);
}

.style-guide-title {
  color: var(--black);
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
}

.style-guide-text-style {
  grid-row-gap: 44px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.style-guide-top-button {
  grid-column-gap: 40px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.style-guide-single {
  grid-column-gap: 120px;
  border: 1px solid var(--grey-50);
  justify-content: flex-start;
  align-items: flex-start;
  padding: 64px 80px;
  display: flex;
}

.body-text-2 {
  color: var(--dark-80);
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.style-guide-button-wrapper {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.style-guide-title-tag-wrapper {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 322px;
  display: flex;
}

.style-guide-typography-title {
  color: var(--dark-80);
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
}

.style-guide-color-plate-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.style-guide-typography-content {
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.style-guide-color-plate-wrapper {
  width: 100%;
  max-width: 690px;
}

.style-guide-content {
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.style-guide-title-tag-number {
  color: var(--dark-80);
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.style-guide-typography-text, .body-text {
  color: var(--dark-80);
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.license-description-wrapper {
  text-align: center;
  width: 100%;
  max-width: 955px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.license-description-text {
  color: var(--dark-80);
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

.license-single-content {
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.license-content-main {
  border: 1px solid var(--grey-50);
  padding: 80px 64px;
}

.license-link-text {
  color: var(--dark-80);
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.license-typography {
  background-color: var(--black);
  padding: 64px 80px;
}

.license-assets {
  width: 100%;
  max-width: 705px;
}

.license-image-grid {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.license-typography-details {
  color: var(--white);
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
}

.license-image {
  width: 100%;
}

.license-source-name {
  color: var(--dark-80);
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.license-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: 1px solid var(--grey-50);
  grid-template-rows: auto;
  grid-template-columns: 5.76fr 1.67fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-bottom: 40px;
  display: grid;
}

.license-header {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: 1px solid #151515;
  grid-template-rows: auto;
  grid-template-columns: 5.76fr 1.65fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 64px;
  padding-bottom: 40px;
  display: grid;
}

.license-links {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 90px;
  display: flex;
}

.license-heading {
  color: var(--dark-80);
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  display: inline-block;
}

.license-typography-tag {
  color: var(--white);
  letter-spacing: -.01em;
  font-size: 60px;
  font-weight: 600;
  line-height: 100%;
  display: inline-block;
}

.license-source {
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 95px;
  display: flex;
}

.changelog-container {
  max-width: 916px;
  margin-left: auto;
  margin-right: auto;
}

.changelog-date-wrap {
  color: var(--dark-90);
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.single-changelog-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.12fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.changelog-title {
  color: var(--dark-90);
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.changelog-grid-right-wrap {
  padding-bottom: 120px;
  padding-left: 93px;
}

.changelog-grid-right-wrap.last {
  padding-bottom: 0;
}

.single-changelog-content-wrap {
  border: 1px solid var(--grey-50);
  padding: 48px;
}

.changelog-grid-left-wrap {
  border-right: 1.5px solid var(--grey-70);
  position: relative;
}

.changelog-grid-left-wrap.border-none {
  border-right-style: none;
}

.changelog-star {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
  inset: -2px -16px auto auto;
}

.changelog-shadow-wrap {
  background-color: #f37237;
  border-radius: 10px;
  padding-top: 2px;
  padding-left: 5px;
}

.changelog-details {
  color: var(--dark-80);
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.member-single-grid-wrap {
  grid-column-gap: 86px;
  grid-row-gap: 86px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.member-single-image {
  filter: grayscale();
}

.member-single-image-wrap, .member-single-name-wrap {
  margin-bottom: 24px;
}

.member-single-name {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 48px;
  font-weight: 600;
  line-height: 100%;
}

.member-single-designation {
  color: var(--gray-60);
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.member-single-details p {
  color: var(--gray-60);
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.member-single-details ul {
  margin-bottom: 0;
  padding-left: 30px;
}

.member-single-details li {
  color: var(--gray-60);
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.mini-title-flex {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  margin-bottom: 20px;
  display: flex;
}

.service-single-grid-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 3.14fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: sticky;
  top: 100px;
}

.service-overview-details-wrapper {
  border: 1px solid #999;
  height: 185px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  overflow: clip;
}

.service-overview-details {
  color: var(--grey-70);
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.service-overview-wrapper {
  z-index: 1;
  position: sticky;
  top: 100px;
}

.service-overview-list {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.service-overview-text {
  color: var(--black);
  font-size: 28px;
  font-weight: 400;
  line-height: 120%;
}

.service-overview-border {
  z-index: -1;
  background-color: #bbb;
  width: 1px;
  height: 90%;
  margin-top: 10px;
  position: absolute;
  inset: 0% auto 0% 20px;
}

.service-overview-item-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service-overview-star-wrap {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.service-overview-star-active {
  width: 40px;
  height: 40px;
  position: absolute;
}

.service-overview-vh-wrap {
  height: 100vh;
  position: relative;
}

.service-overview-details-wrap {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.blog-single-title-wrap {
  margin-bottom: 80px;
}

.post-single-image {
  width: 100%;
}

.post-single-img-wrap {
  margin-bottom: 80px;
}

.post-single-details h3 {
  color: var(--black);
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
}

.post-single-details p {
  color: var(--grey-50);
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.post-single-details ul {
  margin-bottom: 0;
  padding-left: 30px;
}

.post-single-details li {
  color: var(--grey-50);
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.post-single-details figure {
  max-width: 48%;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-right: 0;
}

.work-single-image-wrap {
  margin-bottom: 64px;
}

.work-single-image {
  width: 100%;
}

.work-information-grid-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1136px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.work-single-divider {
  background-color: var(--stroke-color);
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 100px;
}

.single-work-info-wrap {
  text-align: center;
}

.work-info-title {
  color: var(--black);
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.work-info-details {
  color: var(--grey-70);
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

.work-single-images-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 96px;
  display: grid;
}

.work-single-images-inner-grid {
  grid-column-gap: 24px;
  grid-row-gap: 34px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.preview-banner {
  padding-top: 100px;
  padding-bottom: 100px;
}

.preview-banner-content-wrap {
  text-align: center;
  max-width: 1004px;
  margin-bottom: 200px;
  margin-left: auto;
  margin-right: auto;
}

.preview-banner-title {
  color: var(--black);
  margin-bottom: 16px;
  font-size: 100px;
  font-weight: 700;
  line-height: 100%;
}

.preview-banner-details {
  color: var(--dark-80);
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

._2-buttons-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.preview-banner-img-wrap {
  border: 1px solid #cd3536;
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
  overflow: hidden;
}

.preview-banner-image._1 {
  max-width: 29%;
  box-shadow: 0 4px 15px #00000017;
}

.preview-banner-image._2 {
  z-index: 1;
  max-width: 44%;
  margin-left: -14px;
  margin-right: -14px;
  position: relative;
  box-shadow: 0 4px 9px #16161621;
}

.preview-banner-image._3 {
  max-width: 29%;
  box-shadow: 0 4px 15px #00000017;
}

.preview-banner-image-flex {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.included-single {
  border: 1px solid var(--stroke-color);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.included-image-wrapper._1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 86%;
  display: flex;
}

.included-image._1 {
  box-shadow: 0 2.78px 13.19px #16161621;
}

.included-top-content {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 24px;
  padding-left: 15px;
  padding-right: 15px;
}

.included-title {
  color: var(--black);
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
}

.include-grid-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.preview-pages-grid-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.single-page-wrap {
  border: 1px solid var(--stroke-color);
  display: block;
}

.page-image {
  width: 100%;
}

.figma-file-img-wrap {
  border: 1px solid var(--stroke-color);
  overflow: clip;
}

.copyright-link {
  color: var(--gray-60);
  text-decoration: underline;
}

.branding-image-vh-wrap {
  height: 200vh;
  position: relative;
}

.branding-image-sticky-wrap {
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 100px;
}

.partner-logo-overflow-wrap {
  overflow: hidden;
}

.cta-star-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 140px;
  display: flex;
}

.cta-star {
  width: 99px;
  height: 99px;
}

.cta-star.q54 {
  width: 80px;
}

.history-star-wrap {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 2%;
  display: flex;
  position: absolute;
}

.banner-title-wrap {
  overflow: clip;
}

.nav-btn-wrap.for-mobile {
  display: none;
}

.preview-footer-content {
  text-align: center;
  max-width: 1006px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.video-box {
  width: 20rem;
  margin-left: 0;
  display: inline-block;
}

.dropdown-menu-text-link {
  grid-column-gap: 10px;
  color: var(--grey-50);
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  transition: all .35s;
  display: flex;
}

.dropdown-menu-text-link:hover, .dropdown-menu-text-link.w--current {
  color: var(--dark-80);
}

.dropdown-menu-cms {
  color: var(--primary-color);
  justify-content: center;
  align-items: center;
  display: flex;
}

.more-temple-text-link {
  color: var(--primary-color);
  letter-spacing: -.36px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.more-temple-text-link-boder {
  background-color: var(--primary-color);
  width: 100%;
  height: 1px;
}

.dropdown-menu-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.dropdown-toggle-arrow {
  margin-left: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 12px;
}

.more-temple-wrapper {
  margin-top: 20px;
  display: inline-block;
}

.dropdown-content-wrap {
  background-color: #fff;
  border: 1px solid #0000001a;
  padding: 20px;
}

.dropdown-menu-cms-line {
  background-color: var(--primary-color);
  width: 10px;
  height: 1px;
}

.dropdown-title-wrapper {
  margin-bottom: 20px;
}

.dropdown-menu-cms-single {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
}

.dropdown-column-wrapper {
  background-color: #0000;
  width: 600px;
  padding-top: 20px;
  overflow: hidden;
  transform: translate(-50%);
}

.dropdown-grid {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1.1fr;
}

.dropdown-title {
  color: var(--dark-80);
  letter-spacing: -.24px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

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

.image {
  transform: rotate(60deg);
}

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

.heading {
  color: var(--white);
  font-size: 70px;
}

.heading.w1 {
  text-align: right;
  padding-left: 140px;
}

.text-block {
  color: var(--gray-60);
  margin-top: 20px;
  padding-right: 50%;
  font-size: 16px;
}

.text-block.w2 {
  text-align: right;
  padding-left: 0%;
  padding-right: 0%;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
}

.heading-2 {
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
}

.section-2 {
  background-image: url('../images/Frame-1948753734.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 120px;
}

.footer {
  padding-top: 100px;
  padding-bottom: 20px;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  margin-bottom: 100px;
  display: grid;
}

.paragraph {
  color: #333;
  font-size: 18px;
}

.div-block-4 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pagination-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.load-more-button {
  background-color: #fafafa00;
  border-style: none;
  padding: 0;
}

.previous {
  padding: 0;
}

.paragraph-2 {
  color: gray;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.3em;
}

.div-block-5 {
  z-index: 999;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-5.block {
  display: flex;
}

.image-2 {
  cursor: pointer;
  position: absolute;
  inset: 1% 2% auto auto;
}

.heading-3 {
  font-weight: 700;
}

.image-3 {
  width: 100%;
}

.post-content-wrap {
  margin-bottom: 40px;
}

.grid-3 {
  grid-template-rows: auto;
  margin-top: 60px;
}

.image-4 {
  width: 100%;
}

.div-block-7 {
  margin-bottom: 40px;
}

.div-block-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-3 {
  color: var(--gray-60);
  margin-top: 20px;
  font-size: 16px;
}

@media screen and (min-width: 1280px) {
  .about-image, .about-image-wrap {
    width: 100%;
  }

  .section-title.branding {
    font-size: 7.4rem;
  }

  .video-box {
    width: 20%;
  }
}

@media screen and (min-width: 1440px) {
  .banner-title {
    font-size: 180px;
  }

  .section-title.branding {
    font-size: 7.5rem;
  }
}

@media screen and (min-width: 1920px) {
  .single-project-item {
    max-width: 1090px;
  }

  .footer-links-flex-wrapper {
    grid-column-gap: 115px;
    grid-row-gap: 115px;
  }

  .partners-logo-wrap {
    max-width: 590px;
  }

  .single-partner-logo-wrap {
    width: 197px;
    height: 197px;
  }

  .history-title {
    font-size: 100px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu-wrapper {
    background-color: var(--black);
    max-height: 90vh;
    padding: 30px;
    overflow: auto;
  }

  .nav-menu-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .single-nav-link {
    color: var(--white);
  }

  .single-nav-link.w--current {
    color: var(--primary-color);
  }

  .banner-customer-img {
    width: 40px;
    height: 40px;
  }

  .banner-info-flex-wrap {
    min-height: 35px;
  }

  .banner-details {
    line-height: 24px;
  }

  .banner-title {
    font-size: 96px;
    line-height: 100%;
  }

  .banner-top-wrap {
    padding-top: 60px;
  }

  .banner-star {
    width: 70px;
    height: 70px;
  }

  .banner-top-divider-wrapper.service {
    display: none;
  }

  .banner-big-title-wrap {
    padding-top: 15px;
    padding-bottom: 0;
  }

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

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

  .section.team-members {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.approach {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .section.philosophy {
    padding-top: 80px;
  }

  .section.included, .section.preview {
    padding-bottom: 0;
  }

  .banner-title-star-wrap {
    background-size: 25px 25px;
  }

  .section-title-wrapper {
    margin-bottom: 30px;
  }

  .section-title-wrapper.left {
    text-align: center;
  }

  .section-title-wrapper.left.award {
    margin-bottom: 30px;
  }

  .section-title-wrapper.left.blogs {
    margin-bottom: 15px;
  }

  .section-title-wrapper.left.project, .section-title-wrapper.left.contact {
    margin-bottom: 10px;
  }

  .section-title-wrapper.left.our-team, .section-title-wrapper.blog {
    margin-bottom: 30px;
  }

  .section-title-wrapper.cta {
    max-width: 600px;
  }

  .section-title-wrapper.faq, .section-title-wrapper.service-single, .section-title-wrapper.preview {
    margin-bottom: 30px;
  }

  .mini-title.mb-19, .mini-title.mb-24 {
    margin-bottom: 15px;
  }

  .mini-title.mb-16 {
    margin-bottom: 10px;
  }

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

  .strategy-text {
    font-size: 20px;
  }

  .section-title, .section-title.cta {
    font-size: 60px;
  }

  .section-title.size-64, .section-title.size-60 {
    font-size: 42px;
  }

  .section-title.preview-footer {
    margin-bottom: 10px;
    font-size: 60px;
  }

  .section-title.branding {
    font-size: 60px;
  }

  .about-title-shape {
    width: 45px;
    height: 45px;
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .about-details {
    line-height: 26px;
  }

  .about-details.mb-32 {
    margin-bottom: 10px;
  }

  .about-details.mb-60 {
    margin-bottom: 30px;
  }

  .prmary-button-flex {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .primary-btn-arrow-wrap {
    width: 15px;
    height: 15px;
  }

  .primary-button-bracket {
    font-size: 22px;
  }

  .stats-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start center;
    display: grid;
  }

  .single-stats-wrap._1 {
    width: 170px;
    margin-right: 0;
    transform: none;
  }

  .single-stats-wrap._1.approach-1 {
    right: 90px;
    transform: rotate(11.06deg);
  }

  .single-stats-wrap._1.cta {
    bottom: -80px;
  }

  .single-stats-wrap._2 {
    width: 170px;
    margin-right: 0;
    transform: none;
  }

  .single-stats-wrap._3 {
    width: 100px;
    height: 100px;
  }

  .single-stats-wrap._4 {
    width: 100px;
    height: 100px;
    transform: none;
  }

  .single-stats-wrap._4.approach-4 {
    bottom: -70px;
    left: 100px;
  }

  .stats-title {
    margin-bottom: 3px;
    font-size: 20px;
  }

  .stats-1-wrap {
    width: auto;
  }

  .work-ticker-wrapper, .work-ticker-wrapper.cta {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .work-ticker-text {
    margin-right: 30px;
  }

  .work-ticker-text.cta {
    margin-right: 30px;
    font-size: 26px;
  }

  .work-ticker-icon {
    margin-right: 30px;
  }

  .work-images-wrap {
    grid-row-gap: 60px;
  }

  .work-image-wrap._1 {
    max-width: 260px;
    margin-top: 10px;
    margin-left: 20px;
  }

  .work-image-wrap._2 {
    max-width: 260px;
    margin-right: 20px;
  }

  .work-image-wrap._3 {
    max-width: 220px;
    margin-top: 60px;
  }

  .work-image-wrap._4 {
    max-width: 180px;
  }

  .work-image-wrap._5 {
    max-width: 220px;
  }

  .work-image-wrap._6 {
    max-width: 230px;
    margin-top: 40px;
    margin-right: 20px;
  }

  .work-text-wrap {
    margin-top: 50%;
  }

  .work-slide-ticker-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .working-year {
    font-size: 16px;
  }

  .work-text {
    font-size: 60px;
    line-height: 60px;
  }

  .work-texts {
    max-height: 60px;
  }

  .single-project-item {
    max-width: 100%;
    margin-right: 0;
  }

  .project-item-flex-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .project-image {
    height: 400px;
  }

  .project-overlay-wrap {
    padding: 30px;
  }

  .project-details-wrap {
    margin-bottom: 15px;
  }

  .project-name {
    font-size: 62px;
    line-height: 100%;
  }

  .project-btn-wrapper {
    border-width: 3px;
    width: 90px;
    height: 90px;
  }

  .project-btn-text {
    font-size: 16px;
  }

  .work-slide-ticker-vh-wrap {
    height: auto;
  }

  .section-title-flex-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: center;
    flex-flow: column;
  }

  .section-title-flex-wrap.bottom {
    justify-content: flex-start;
    align-items: center;
  }

  .section-title-left-wrap.service, .section-title-left-wrap.service-page {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-title-right-wrap.service {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-title-wrap {
    text-align: center;
  }

  .section-title-wrap.about-us {
    max-width: none;
  }

  .section-title-wrap.team-single {
    text-align: left;
  }

  .section-details-wrap.about-us {
    max-width: none;
    margin-top: 0;
  }

  .section-details-wrap.services {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-details-wrap.service-single {
    max-width: none;
  }

  .section-details.service, .section-details.figma-file, .section-details.preview-footer {
    margin-bottom: 20px;
  }

  .service-title-wrap {
    padding-top: 80px;
  }

  .services-wrapper {
    padding-top: 40px;
    padding-bottom: 80px;
  }

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

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

  .service-name-flex-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .service-name {
    font-size: 36px;
  }

  .service-name-wrap {
    margin-bottom: 40px;
  }

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

  .service-feature-list-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .service-feature-text {
    font-size: 18px;
  }

  .service-divider {
    margin-top: 20px;
  }

  .footer-wrapper {
    padding-top: 60px;
  }

  .footer-grid-wrap {
    margin-bottom: 60px;
  }

  .footer-info-text {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .footer-links-flex-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .single-footer-links-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-links-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .single-footer-link {
    font-size: 18px;
  }

  .footer-links-title-flex {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

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

  .blog-image-wrap, .post-author-wrapper {
    margin-bottom: 15px;
  }

  .blog-post-title {
    font-size: 22px;
  }

  .slider.blogs {
    padding-bottom: 60px;
  }

  .blog-slider-mask {
    max-width: 350px;
  }

  .work-ticker-dot {
    width: 10px;
    height: 10px;
    margin-right: 30px;
  }

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

  .testimonial-grid-wrap {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .testimonial-grid-left-wrap {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .testimonial-grid-right-wrap {
    border-left-style: none;
    padding-top: 30px;
    padding-bottom: 80px;
  }

  .testimonial-title {
    font-size: 42px;
  }

  .testimonial-author-wrap {
    margin-bottom: 20px;
  }

  .testimonial-author-img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }

  .testimonial-author-name {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .testimonial-details {
    font-size: 20px;
  }

  .testimonial-circle-wrap {
    width: 100px;
    height: 100px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-circle-star {
    width: 35px;
    height: 35px;
  }

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

  .single-member-wrap {
    padding: 24px;
  }

  .member-name-wrap {
    margin-bottom: 8px;
  }

  .member-name {
    font-size: 30px;
  }

  .member-image-wrap {
    max-width: 130px;
  }

  .member-social-links-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .member-social-link-wrap {
    width: 35px;
    height: 35px;
  }

  .member-divider-star-wrap {
    margin-top: 60px;
    margin-bottom: 50px;
  }

  .member-divider-star {
    width: 50px;
    height: 50px;
  }

  .member-ticker-wrap {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .member-ticker-item.tablet-none {
    display: none;
  }

  .member-ticker-flex-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .single-member-item {
    max-width: none;
  }

  .member-ticker-vh-wrap {
    height: auto;
  }

  .partners-details-wrapper {
    text-align: center;
    padding-bottom: 60px;
  }

  .partner-details {
    margin-bottom: 30px;
    font-size: 28px;
  }

  .partner-text-star {
    width: 28px;
    height: 28px;
  }

  .awards-content-wrap {
    max-width: none;
  }

  .award-title {
    font-size: 42px;
  }

  .single-award-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .award-name {
    font-size: 22px;
  }

  .awards-wrap {
    margin-bottom: 30px;
    padding-top: 60px;
  }

  .partners-logo-wrap {
    max-width: 100%;
    position: static;
  }

  .single-partner-logo-wrap {
    height: 120px;
  }

  .partner-logo {
    max-width: 100px;
    max-height: 50px;
  }

  .inner-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .inner-banner-title {
    margin-bottom: 10px;
    font-size: 52px;
  }

  .client-quote-wrap, .client-quote-wrap.service {
    margin-bottom: 40px;
  }

  .client-quote-wrap.service-single {
    margin-bottom: 50px;
  }

  .client-quote-details {
    font-size: 28px;
  }

  .single-history-wrap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .history-year {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .history-details {
    font-size: 16px;
  }

  .history-title {
    margin-bottom: 20px;
    font-size: 48px;
  }

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

  .history-divider-wrap {
    width: 30px;
  }

  .philosophy-content-wrap {
    background-size: 100% 100%;
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .philosophy-title-wrap {
    margin-bottom: 30px;
  }

  .philosophy-title {
    font-size: 32px;
  }

  .philosophy-points-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .philosophy-point-text {
    font-size: 22px;
  }

  .section-title-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: center;
  }

  .section-title-flex.center.mb-20 {
    margin-bottom: 10px;
  }

  .section-title-flex.member-single {
    justify-content: flex-start;
    align-items: center;
  }

  .blog-star {
    width: 30px;
    height: 30px;
  }

  .category-buttons-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    margin-bottom: 30px;
  }

  .category-buttons-wrapper.projects {
    justify-content: center;
    align-items: center;
  }

  .blog-tabs-menu-text {
    font-size: 18px;
  }

  .category-menu-link-flex {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .blog-story-img-wrap {
    margin-bottom: 15px;
  }

  .story-blog-flex-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .story-blog-item {
    margin-right: 0;
  }

  .story-blog-info-wrap {
    margin-bottom: 15px;
  }

  .projects-grid-wrap {
    grid-row-gap: 50px;
  }

  .single-project-name {
    font-size: 22px;
    line-height: 30px;
  }

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

  .contact-favorites-wrap {
    margin-bottom: 20px;
  }

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

  .contact-checkboxs-wrap {
    margin-bottom: 20px;
  }

  .single-contact-checkbox {
    padding: 12px;
  }

  .contact-checkbox-text {
    font-size: 15px;
  }

  .contact-field-wrap.mb-24 {
    margin-bottom: 20px;
  }

  .conatct-information-wrap {
    text-align: center;
  }

  .conatct-info-details {
    margin-bottom: 15px;
  }

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

  .conatct-info-flex.mb-70 {
    margin-bottom: 10px;
  }

  .conatct-info-text {
    font-size: 18px;
  }

  .conatct-info-text-wrap.flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
  }

  .faq-flex-wrap {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .faq-accordion-title {
    font-size: 20px;
  }

  .faq-accordion-link {
    padding: 20px;
  }

  .faq-icon-wrap {
    border-width: 1.5px;
    width: 14px;
    height: 14px;
  }

  .faq-accordion-content-wrap {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._404-details {
    margin-bottom: 30px;
  }

  .pp-content-wrapper {
    padding: 40px;
  }

  .pp-icon-wrap {
    width: 130px;
    margin-bottom: 30px;
  }

  .pp-icon {
    width: 40px;
  }

  .pp-title {
    margin-bottom: 15px;
    font-size: 42px;
  }

  .pp-details-wrap {
    margin-bottom: 20px;
  }

  .pp-field {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .style-guide-color-plate-code {
    font-size: 20px;
  }

  .style-guide-title {
    font-size: 30px;
    line-height: 40px;
  }

  .style-guide-text-style {
    grid-row-gap: 15px;
  }

  .style-guide-top-button {
    grid-column-gap: 15px;
  }

  .style-guide-single {
    grid-row-gap: 30px;
    flex-flow: column;
    padding: 30px 15px;
  }

  .style-guide-title-tag-wrapper {
    grid-column-gap: 10px;
  }

  .style-guide-typography-title {
    font-size: 20px;
    line-height: 30px;
  }

  .style-guide-color-plate-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .style-guide-typography-content {
    grid-row-gap: 15px;
  }

  .style-guide-content {
    grid-row-gap: 25px;
  }

  .style-guide-typography-text {
    font-size: 16px;
    line-height: 26px;
  }

  .license-description-wrapper {
    margin-bottom: 40px;
  }

  .license-description-text {
    font-size: 19px;
    line-height: 29px;
  }

  .license-single-content {
    padding-right: 0;
  }

  .license-content-main {
    padding: 60px 15px;
  }

  .license-typography {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
  }

  .license-assets {
    max-width: 400px;
  }

  .license-image-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .license-typography-details {
    font-size: 20px;
    line-height: 30px;
  }

  .license-header {
    margin-bottom: 30px;
    padding-right: 0;
  }

  .license-typography-tag {
    font-size: 54px;
  }

  .changelog-date-wrap {
    font-size: 16px;
  }

  .changelog-title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .changelog-grid-right-wrap {
    padding-bottom: 30px;
    padding-left: 20px;
  }

  .single-changelog-content-wrap {
    padding: 20px 15px;
  }

  .changelog-star {
    width: 16px;
    height: 16px;
    right: -8px;
  }

  .member-single-grid-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .member-single-image-wrap, .member-single-name-wrap {
    margin-bottom: 15px;
  }

  .member-single-name {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .member-single-designation {
    font-size: 18px;
  }

  .mini-title-flex {
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }

  .service-single-grid-wrap {
    align-items: stretch;
  }

  .service-overview-details-wrapper {
    height: auto;
    padding: 20px;
  }

  .service-overview-wrapper {
    height: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    top: 0;
  }

  .service-overview-list {
    justify-content: space-between;
    height: 100%;
  }

  .service-overview-text {
    font-size: 22px;
  }

  .service-overview-border {
    display: none;
    left: 11px;
  }

  .service-overview-star-wrap {
    width: 25px;
    height: 25px;
    display: none;
  }

  .service-overview-star-active {
    width: 25px;
    height: 25px;
  }

  .service-overview-vh-wrap {
    height: auto;
  }

  .service-overview-details-wrap {
    margin-bottom: 20px;
  }

  .service-overview-details-wrap.mb-0 {
    margin-bottom: 0;
  }

  .blog-single-title-wrap, .post-single-img-wrap {
    margin-bottom: 30px;
  }

  .post-single-details h3 {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .post-single-details figure {
    max-width: 47%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .work-single-image-wrap {
    margin-bottom: 30px;
  }

  .work-single-divider {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .work-info-title {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .work-info-details {
    font-size: 20px;
  }

  .work-single-images-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 40px;
  }

  .work-single-images-inner-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .preview-banner {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .preview-banner-content-wrap {
    margin-bottom: 40px;
  }

  .preview-banner-title {
    margin-bottom: 10px;
    font-size: 64px;
  }

  .preview-banner-details {
    margin-bottom: 20px;
  }

  .preview-banner-img-wrap {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .included-single {
    border-radius: 10px;
    padding-top: 20px;
  }

  .included-top-content {
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .included-title {
    font-size: 24px;
  }

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

  .branding-image-vh-wrap {
    height: auto;
    margin-bottom: 40px;
  }

  .cta-star-wrap {
    margin-top: 100px;
  }

  .cta-star {
    width: 70px;
    height: 70px;
  }

  .hamburger-menu-wrapper {
    z-index: 1;
    background-color: var(--primary-color);
    border-radius: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    padding: 5px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .hamburger-menu-wrapper.w--open {
    background-color: #ad3a3a;
  }

  .navbar-right-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .contact-title-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .video-box {
    display: none;
  }

  .menu-dropdown-wrapper {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .dropdown-column-wrapper {
    overflow: visible;
  }

  .dropdown-column-wrapper.w--open {
    width: 100%;
    transform: translate(0%);
  }

  .dropdown-column-wrapper.pages {
    position: static;
  }

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

  .div-block-6 {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: column;
    display: flex;
  }
}

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

  h2 {
    font-size: 44px;
  }

  h3 {
    font-size: 36px;
  }

  h4 {
    font-size: 32px;
  }

  h5 {
    font-size: 28px;
  }

  h6 {
    font-size: 24px;
  }

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

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

  .banner-grid-split-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .banner-info-flex-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    min-height: auto;
  }

  .banner-info-text {
    font-size: 15px;
    line-height: 25px;
  }

  .banner-details {
    font-size: 15px;
  }

  .banner-details-wrap {
    max-width: none;
  }

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

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

  .banner-star {
    width: 30px;
    height: 30px;
  }

  .banner-top-divider-wrapper {
    left: 42%;
  }

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

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

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

  .section.approach {
    background-size: 100% 100%;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section.philosophy {
    padding-top: 20px;
  }

  .section-title-wrapper.left.member-single {
    margin-bottom: 10px;
  }

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

  .mini-title {
    font-size: 15px;
  }

  .strategy-text {
    font-size: 18px;
  }

  .section-title {
    font-size: 32px;
  }

  .section-title.cta {
    font-size: 46px;
  }

  .section-title.size-64, .section-title.size-60 {
    font-size: 32px;
  }

  .section-title.preview-footer {
    font-size: 48px;
  }

  .section-title.branding {
    font-size: 32px;
  }

  .about-title-shape {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-right: 5px;
  }

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

  .about-details.mb-60 {
    margin-bottom: 20px;
  }

  .primary-btn-arrow-wrap {
    width: 14px;
    height: 14px;
  }

  .stats-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .single-stats-wrap._1, .single-stats-wrap._2 {
    width: 140px;
  }

  .single-stats-wrap._2.approach-2 {
    left: 120px;
  }

  .single-stats-wrap._3, .single-stats-wrap._4 {
    width: 80px;
    height: 80px;
  }

  .stats-content-wrapper {
    border-width: 2px;
    padding: 5px;
  }

  .stats-title {
    font-size: 18px;
  }

  .work-ticker-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .work-ticker-text {
    margin-right: 20px;
    font-size: 22px;
  }

  .work-ticker-text.cta {
    margin-right: 20px;
    font-size: 24px;
  }

  .work-ticker-icon {
    margin-right: 20px;
  }

  .work-image-wrap._1 {
    max-width: 80%;
    margin-left: 0;
  }

  .work-image-wrap._2 {
    max-width: 80%;
    margin-right: 0;
  }

  .work-image-wrap._3 {
    max-width: 75%;
  }

  .work-image-wrap._4 {
    max-width: 70%;
  }

  .work-image-wrap._5 {
    max-width: 60%;
  }

  .work-image-wrap._6 {
    max-width: 60%;
    margin-right: 0;
  }

  .work-slide-ticker-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .work-text-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .work-text {
    font-size: 38px;
    line-height: 38px;
  }

  .work-texts {
    max-height: 42px;
  }

  .project-image {
    height: 250px;
  }

  .project-overlay-wrap {
    padding: 20px;
  }

  .project-name {
    font-size: 38px;
  }

  .project-date {
    font-size: 15px;
  }

  .project-btn-wrapper {
    width: 80px;
    height: 80px;
  }

  .project-btn-content {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .project-btn-text {
    font-size: 15px;
  }

  .section-title-flex-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .section-title-wrap.team-single {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
  }

  .section-details.preview-footer {
    margin-bottom: 15px;
    font-size: 15px;
  }

  .service-title-wrap {
    padding-top: 60px;
  }

  .services-wrapper {
    padding-bottom: 60px;
  }

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

  .service-name {
    font-size: 30px;
  }

  .service-name-wrap {
    margin-bottom: 0;
  }

  .service-feature-text {
    font-size: 16px;
  }

  .service-name-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .footer-wrapper {
    padding-top: 40px;
  }

  .footer-grid-wrap {
    margin-bottom: 40px;
  }

  .split-wrapper.service-overview {
    display: none;
  }

  .footer-info-text {
    margin-bottom: 5px;
    font-size: 24px;
  }

  .single-footer-links-wrap {
    flex-flow: column;
  }

  .footer-links-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .single-footer-link {
    font-size: 16px;
  }

  .footer-boottom-wrap {
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .blog-collection-wrapper.a2 {
    grid-template-columns: 1fr 1fr;
  }

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

  .slider.blogs {
    padding-bottom: 50px;
  }

  .blog-slider-mask {
    max-width: 300px;
  }

  .work-ticker-dot {
    margin-right: 20px;
  }

  .testimonial-grid-left-wrap {
    padding-top: 60px;
  }

  .testimonial-grid-right-wrap {
    padding: 20px 20px 60px;
  }

  .testimonial-title {
    font-size: 32px;
  }

  .testimonial-slider-wrapper {
    max-width: none;
  }

  .testimonial-author-img {
    width: 50px;
    height: 50px;
  }

  .testimonial-author-name {
    margin-bottom: 5px;
    font-size: 26px;
  }

  .testimonial-details {
    font-size: 18px;
  }

  .team-member-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .single-member-wrap {
    padding: 15px;
  }

  .membe-details-wrapper {
    margin-bottom: 20px;
  }

  .member-name {
    font-size: 22px;
  }

  .member-designation {
    font-size: 15px;
    line-height: 20px;
  }

  .member-image-flex-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column-reverse;
    align-items: stretch;
  }

  .member-image {
    object-fit: cover;
    width: 100%;
    height: 150px;
  }

  .member-image-wrap {
    width: 100%;
    max-width: none;
  }

  .member-social-links-wrap {
    justify-content: center;
    align-items: center;
  }

  .member-social-links-wrap.member-single {
    justify-content: flex-start;
    align-items: center;
  }

  .member-social-link-wrap {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }

  .member-divider-star-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
    display: none;
  }

  .member-divider-star {
    width: 30px;
    height: 30px;
  }

  .member-ticker-flex-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .partners-details-wrapper {
    padding-bottom: 40px;
  }

  .partner-details {
    margin-bottom: 20px;
    font-size: 23px;
  }

  .partner-text-star {
    width: 24px;
    height: 24px;
  }

  .award-title {
    font-size: 32px;
  }

  .award-name {
    font-size: 20px;
  }

  .award-date {
    font-size: 15px;
  }

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

  .inner-banner-title {
    font-size: 40px;
  }

  .breadcrumb-link {
    font-size: 15px;
    line-height: 20px;
  }

  .client-quote-wrap.service-single {
    margin-bottom: 30px;
  }

  .client-quote-details {
    font-size: 24px;
  }

  .office-images-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 4fr 1fr;
  }

  .single-history-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .single-history-wrap.reverse {
    flex-flow: column-reverse;
  }

  .history-content-wrap.align-right {
    text-align: left;
  }

  .history-year {
    font-size: 18px;
  }

  .history-details, .history-details.auto {
    max-width: none;
  }

  .history-title {
    font-size: 32px;
  }

  .history-details-wrap, .history-details-wrap.auto {
    max-width: none;
  }

  .histories-flex-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .history-divider-wrap {
    display: none;
  }

  .philosophy-content-wrap {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .philosophy-title-wrap {
    margin-bottom: 20px;
  }

  .philosophy-title {
    font-size: 28px;
  }

  .philosophy-points-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .philosophy-point-star {
    width: 14px;
    height: 14px;
  }

  .philosophy-point-text {
    font-size: 20px;
  }

  .section-title-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .section-title-flex.member-single {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog-star {
    width: 25px;
    height: 25px;
  }

  .blog-star.contact, .blog-star.member-single {
    display: none;
  }

  .category-buttons-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 15px;
  }

  .blog-tabs-menu-text {
    font-size: 16px;
  }

  .story-blog-flex-wrap {
    grid-template-columns: 1fr;
  }

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

  .project-img-wrap {
    margin-bottom: 10px;
  }

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

  .contact-checkboxs-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 15px;
  }

  .single-contact-checkbox {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .contact-checkbox-text {
    font-size: 14px;
  }

  .contact-textarea {
    min-height: 170px;
  }

  .conatct-info-details {
    margin-bottom: 10px;
  }

  .conatct-info-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .conatct-info-text {
    font-size: 16px;
  }

  .conatct-info-text-wrap.flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .faq-accordion-ans {
    font-size: 16px;
    line-height: 150%;
  }

  .faq-accordion-title {
    font-size: 18px;
    line-height: 130%;
  }

  .faq-accordion-link {
    padding: 15px;
  }

  .faq-accordion-content-wrap {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  ._404-details {
    margin-bottom: 15px;
  }

  .pp-content-wrapper {
    padding: 20px;
  }

  .pp-icon-wrap {
    width: 110px;
    margin-bottom: 20px;
  }

  .pp-icon {
    width: 36px;
  }

  .pp-title {
    font-size: 32px;
  }

  .pp-field {
    height: 40px;
    font-size: 16px;
  }

  .sub-heading {
    font-size: 20px;
  }

  .style-guide-color-plate-code {
    font-size: 18px;
  }

  .style-guide-color-plate-single {
    border-radius: 10px;
  }

  .style-guide-title {
    font-size: 24px;
    line-height: 34px;
  }

  .style-guide-single {
    grid-row-gap: 20px;
  }

  .style-guide-title-tag-wrapper {
    grid-column-gap: 8px;
  }

  .style-guide-typography-title {
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 32px;
  }

  .style-guide-color-plate-grid {
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-title-tag-number {
    font-size: 16px;
  }

  .style-guide-typography-text {
    width: 100%;
    font-size: 16px;
    line-height: 26px;
  }

  .license-description-wrapper {
    margin-bottom: 30px;
  }

  .license-description-text {
    font-size: 15px;
    line-height: 25px;
  }

  .license-single-content {
    grid-row-gap: 25px;
  }

  .license-content-main {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .license-link-text {
    font-size: 15px;
    line-height: 25px;
  }

  .license-typography {
    padding: 15px 10px;
  }

  .license-assets {
    max-width: 200px;
  }

  .license-image-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .license-typography-details {
    font-size: 16px;
    line-height: 26px;
  }

  .license-source-name {
    font-size: 15px;
    line-height: 25px;
  }

  .license-content {
    padding-bottom: 25px;
  }

  .license-header {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .license-links {
    grid-row-gap: 15px;
  }

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

  .license-typography-tag {
    font-size: 30px;
  }

  .license-source {
    grid-row-gap: 15px;
  }

  .single-changelog-wrap {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .changelog-grid-right-wrap {
    padding-left: 0;
  }

  .changelog-grid-left-wrap {
    border-right-style: none;
  }

  .changelog-star {
    display: none;
  }

  .member-single-grid-wrap {
    flex-flow: column;
    display: flex;
  }

  .member-single-name {
    margin-bottom: 6px;
    font-size: 26px;
  }

  .member-single-designation {
    font-size: 16px;
  }

  .service-single-grid-wrap {
    flex-flow: column;
    display: flex;
  }

  .service-overview-wrapper {
    padding: 0;
  }

  .post-single-details h3 {
    font-size: 26px;
  }

  .post-single-details p {
    font-size: 15px;
    line-height: 20px;
  }

  .post-single-details figure {
    max-width: 46%;
  }

  .work-single-image-wrap {
    margin-bottom: 20px;
  }

  .work-single-divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .work-info-title {
    margin-bottom: 8px;
    font-size: 16px;
  }

  .work-info-details {
    font-size: 16px;
  }

  .work-single-images-wrap {
    margin-top: 30px;
  }

  .preview-banner {
    padding-top: 40px;
  }

  .preview-banner-content-wrap {
    margin-bottom: 30px;
  }

  .preview-banner-title {
    margin-bottom: 8px;
    font-size: 40px;
  }

  .preview-banner-details {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 20px;
  }

  .preview-banner-img-wrap {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .included-single {
    padding-top: 15px;
  }

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

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

  .preview-pages-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .branding-image-vh-wrap {
    margin-bottom: 20px;
  }

  .cta-star {
    width: 60px;
    height: 60px;
  }

  .hamburger-menu-wrapper {
    width: 40px;
    height: 40px;
  }

  .nav-btn-wrap {
    display: none;
  }

  .nav-btn-wrap.for-mobile {
    display: block;
  }

  .contact-title-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .dropdown-title-wrapper {
    margin-bottom: 20px;
  }

  .dropdown-grid {
    grid-template-columns: 1.2fr 1fr;
  }
}

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

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 22px;
  }

  .nav-menu-wrapper {
    padding: 20px;
  }

  .nav-menu-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

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

  .banner-grid-split-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .banner-customer-image-wrap {
    text-align: center;
  }

  .banner-customer-img {
    width: 35px;
    height: 35px;
  }

  .banner-info-flex-wrap {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .banner-info-text {
    font-size: 14px;
    line-height: 24px;
  }

  .banner-details {
    text-align: center;
  }

  .banner-title {
    font-size: 38px;
    font-weight: 700;
  }

  .banner-title.w4 {
    font-size: 40px;
  }

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

  .banner-top-divider-wrapper {
    display: none;
  }

  .banner-big-title-wrap {
    padding-top: 10px;
  }

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

  .section.approach {
    background-size: 100% 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .banner-title-star-wrap {
    background-size: 12px 12px;
  }

  .section-title-wrapper, .section-title-wrapper.left.award {
    margin-bottom: 20px;
  }

  .section-title-wrapper.left.blogs {
    margin-bottom: 10px;
  }

  .section-title-wrapper.left.our-team, .section-title-wrapper.blog, .section-title-wrapper.service-single, .section-title-wrapper.preview {
    margin-bottom: 20px;
  }

  .section-title-wrapper.branding {
    margin-bottom: 15px;
  }

  .mini-title {
    font-size: 14px;
  }

  .about-image-wrap {
    margin-bottom: 10px;
  }

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

  .section-title {
    font-size: 26px;
  }

  .section-title.cta {
    font-size: 30px;
  }

  .section-title.size-64, .section-title.size-60 {
    font-size: 26px;
  }

  .section-title.preview-footer {
    font-size: 32px;
  }

  .section-title.branding {
    font-size: 26px;
  }

  .section-title-mark.extrabold {
    font-weight: 700;
  }

  .about-title-shape {
    width: 20px;
    height: 20px;
  }

  .about-title-shape.w2 {
    width: 13px;
    height: 20px;
  }

  .about-title-shape.f6 {
    width: 20px;
  }

  .about-details {
    font-size: 15px;
    line-height: 25px;
  }

  .primary-btn-text-flex {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .primary-btn-text {
    font-size: 15px;
  }

  .primary-btn-arrow-wrap {
    width: 12px;
    height: 12px;
  }

  .primary-button-bracket {
    font-size: 20px;
  }

  .stats-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .single-stats-wrap._1 {
    width: 140px;
  }

  .single-stats-wrap._1.approach-1 {
    display: none;
  }

  .single-stats-wrap._2 {
    width: 140px;
  }

  .single-stats-wrap._2.approach-2, .single-stats-wrap._3.approach-3, .single-stats-wrap._4.approach-4 {
    display: none;
  }

  .work-ticker-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .work-ticker-wrapper.cta {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .work-ticker-text {
    margin-right: 15px;
    font-size: 20px;
  }

  .work-ticker-text.cta {
    margin-right: 15px;
    font-size: 22px;
  }

  .work-ticker-icon {
    margin-right: 15px;
  }

  .work-section-wrap {
    padding-top: 40px;
  }

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

  .working-year {
    font-size: 14px;
  }

  .work-text-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .work-texts {
    max-height: 30px;
  }

  .project-item-flex-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .project-image {
    height: 200px;
  }

  .project-overlay-wrap {
    padding: 15px;
  }

  .project-name {
    font-size: 22px;
  }

  .project-date {
    font-size: 14px;
  }

  .project-btn-wrapper {
    border-width: 2px;
    width: 60px;
    height: 60px;
  }

  .project-btn-content {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .project-btn-text {
    font-size: 12px;
  }

  .section-title-flex-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .section-title-wrap.team-single {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .section-details {
    font-size: 15px;
    line-height: 20px;
  }

  .section-details.service {
    margin-bottom: 15px;
  }

  .section-details.figma-file {
    margin-bottom: 10px;
  }

  .section-details.preview-footer {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .service-number {
    font-size: 15px;
  }

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

  .service-details {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 20px;
  }

  .footer-grid-wrap {
    flex-flow: column;
    margin-bottom: 20px;
  }

  .footer-info-wrapper {
    text-align: center;
  }

  .footer-info-text {
    font-size: 20px;
  }

  .footer-links-flex-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: center;
  }

  .footer-links-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .single-footer-link {
    font-size: 15px;
  }

  .footer-links-title-flex {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .footer-links-title {
    font-size: 15px;
    line-height: 20px;
  }

  .blog-collection-wrapper.a2 {
    grid-template-columns: 1fr;
  }

  .blog-image-wrap, .post-author-wrapper {
    margin-bottom: 10px;
  }

  .blog-post-title {
    font-size: 20px;
    line-height: 110%;
  }

  .blog-post-title.story-blogs {
    font-size: 18px;
  }

  .slider.blogs {
    padding-bottom: 40px;
  }

  .blog-slider-mask {
    max-width: 100%;
  }

  .work-ticker-dot {
    width: 8px;
    height: 8px;
    margin-right: 15px;
  }

  .cta-wrapper {
    background-size: 100% 100%;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .testimonial-grid-right-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-title {
    font-size: 26px;
  }

  .testimonial-author-wrap {
    margin-bottom: 15px;
  }

  .testimonial-author-img {
    width: 45px;
    height: 45px;
  }

  .testimonial-author-name {
    font-size: 22px;
  }

  .testimonial-author-info {
    font-size: 15px;
    line-height: 20px;
  }

  .testimonial-details {
    font-size: 16px;
  }

  .testimonial-circle-wrap {
    width: 80px;
    height: 80px;
  }

  .testimonial-circle-star {
    width: 25px;
    height: 25px;
  }

  .testimonial-circle-star.w12 {
    width: 20px;
  }

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

  .member-image {
    height: 200px;
  }

  .member-social-links-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .member-social-link-wrap {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }

  .member-ticker-flex-wrap {
    grid-template-columns: 1fr;
  }

  .partner-details {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .partner-text-star {
    width: 20px;
    height: 20px;
    margin-left: 0;
  }

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

  .single-award-wrap {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .award-flex-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

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

  .single-partner-logo-wrap {
    height: 100px;
  }

  .partner-logo {
    max-width: 70px;
    max-height: 35px;
  }

  .secondery-button-text {
    font-size: 15px;
  }

  .inner-banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .inner-banner-title {
    margin-bottom: 5px;
    font-size: 28px;
  }

  .client-quote-wrap, .client-quote-wrap.service-single {
    margin-bottom: 20px;
  }

  .client-quote-details {
    font-size: 18px;
  }

  .office-images-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .single-history-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .history-year {
    margin-bottom: 6px;
    font-size: 16px;
  }

  .history-details {
    font-size: 15px;
  }

  .history-title {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .histories-flex-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .philosophy-title-wrap {
    margin-bottom: 15px;
  }

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

  .philosophy-points-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .philosophy-point-text {
    font-size: 18px;
  }

  .section-title-flex {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .section-title-flex.center.mb-20 {
    margin-bottom: 5px;
  }

  .blog-star {
    width: 20px;
    height: 20px;
  }

  .category-buttons-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 10px;
  }

  .blog-tabs-menu-text {
    font-size: 15px;
  }

  .blog-story-img-wrap {
    margin-bottom: 10px;
  }

  .story-blog-flex-wrap {
    grid-row-gap: 24px;
  }

  .story-blog-info-wrap {
    margin-bottom: 10px;
  }

  .blog-info.single-blog {
    font-size: 15px;
    line-height: 20px;
  }

  .projects-grid-wrap {
    grid-row-gap: 20px;
  }

  .single-project-name {
    font-size: 20px;
    line-height: 28px;
  }

  .single-project-name-tags {
    font-size: 15px;
    line-height: 20px;
  }

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

  .contact-favorites-wrap {
    margin-bottom: 15px;
  }

  .contact-title {
    font-size: 15px;
  }

  .contact-checkboxs-wrap {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .single-contact-checkbox {
    padding: 6px 10px;
  }

  .contact-checkbox-text {
    font-size: 13px;
  }

  .contact-select-field {
    font-size: 14px;
  }

  .contact-field {
    height: 42px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }

  .contact-textarea {
    min-height: 120px;
    padding: 10px;
  }

  .conatct-form-button {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
  }

  .conatct-info-text-wrap.flex {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .faq-flex-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .faq-accordion-ans {
    font-size: 14px;
    line-height: 140%;
  }

  .faq-accordion-title {
    font-size: 14px;
  }

  .faq-accordion-link {
    padding: 10px;
  }

  .faq-icon-wrap {
    width: 12px;
    height: 12px;
  }

  .faq-accordion-content-wrap {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  ._404-details {
    margin-bottom: 10px;
  }

  .pp-content-wrapper {
    padding: 15px;
  }

  .pp-icon-wrap {
    width: 90px;
  }

  .pp-icon {
    width: 30px;
  }

  .pp-title {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .pp-details {
    font-size: 14px;
    line-height: 20px;
  }

  .pp-field {
    height: 35px;
    margin-bottom: 15px;
    font-size: 15px;
  }

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

  .style-guide-color-plate-single {
    border-radius: 8px;
    min-height: 60px;
  }

  .style-guide-title {
    font-size: 20px;
    line-height: 30px;
  }

  .style-guide-text-style {
    grid-row-gap: 10px;
  }

  .style-guide-single {
    padding: 25px 10px;
  }

  .style-guide-typography-title {
    font-size: 20px;
    line-height: 30px;
  }

  .style-guide-typography-content {
    grid-row-gap: 10px;
  }

  .style-guide-content {
    grid-row-gap: 20px;
  }

  .style-guide-title-tag-number {
    font-size: 16px;
  }

  .style-guide-typography-text {
    max-width: 270px;
    font-size: 14px;
    line-height: 24px;
  }

  .license-description-wrapper {
    margin-bottom: 20px;
  }

  .license-description-text {
    font-size: 14px;
    line-height: 22px;
  }

  .license-content-main {
    padding: 20px 10px;
  }

  .license-assets {
    max-width: 100%;
  }

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

  .license-header {
    display: flex;
  }

  .license-links, .license-source {
    grid-column-gap: 15px;
    flex-flow: row;
    max-width: 100%;
  }

  .changelog-title {
    margin-bottom: 6px;
  }

  .changelog-grid-right-wrap {
    padding-bottom: 20px;
  }

  .single-changelog-content-wrap {
    padding: 15px 10px;
  }

  .changelog-details {
    font-size: 15px;
    line-height: 20px;
  }

  .member-single-image-wrap, .member-single-name-wrap {
    margin-bottom: 10px;
  }

  .member-single-name {
    font-size: 22px;
  }

  .member-single-designation {
    font-size: 15px;
  }

  .member-single-details p {
    font-size: 15px;
    line-height: 20px;
  }

  .service-overview-details-wrapper {
    padding: 15px;
  }

  .service-overview-details {
    font-size: 15px;
    line-height: 20px;
  }

  .post-single-img-wrap {
    margin-bottom: 20px;
  }

  .post-single-details h3 {
    margin-bottom: 8px;
    font-size: 22px;
  }

  .post-single-details p {
    font-size: 15px;
    line-height: 20px;
  }

  .post-single-details ul {
    padding-left: 20px;
  }

  .post-single-details li {
    font-size: 15px;
    line-height: 20px;
  }

  .post-single-details figure {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .work-single-images-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .work-single-images-inner-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .preview-banner-content-wrap {
    margin-bottom: 20px;
  }

  .preview-banner-title {
    margin-bottom: 5px;
    font-size: 28px;
  }

  .preview-banner-details {
    font-size: 15px;
    line-height: 20px;
  }

  ._2-buttons-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .preview-banner-img-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .preview-banner-image._2 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .included-single {
    border-radius: 10px;
    min-height: auto;
  }

  .included-image-wrapper._1 {
    position: static;
  }

  .included-top-content {
    margin-bottom: 20px;
  }

  .included-title {
    letter-spacing: -.3px;
  }

  .include-grid-wrap, .preview-pages-grid-wrap {
    grid-template-columns: 1fr;
  }

  .branding-image-vh-wrap {
    margin-bottom: 20px;
  }

  .cta-star {
    width: 50px;
    height: 50px;
  }

  .cta-star.q54 {
    width: 40px;
  }

  .hamburger-menu-wrapper {
    width: 35px;
    height: 35px;
    padding: 2px;
  }

  .hamburger-menu-wrapper.w--open {
    background-color: var(--primary-color);
  }

  .preview-footer-content {
    margin-bottom: 10px;
  }

  .dropdown-menu-text-link {
    font-size: 15px;
  }

  .more-temple-text-link {
    font-size: 16px;
    line-height: 26px;
  }

  .dropdown-menu-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .dropdown-title-wrapper {
    margin-bottom: 15px;
  }

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

  .dropdown-title {
    font-size: 18px;
  }

  .grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    margin-bottom: 40px;
    display: flex;
  }

  .heading {
    font-size: 33px;
  }

  .heading.w1 {
    text-align: left;
    padding-left: 0;
    font-size: 33px;
  }

  .text-block {
    padding-right: 0%;
  }

  .text-block.w2 {
    text-align: left;
  }

  .grid-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column-reverse wrap;
    display: flex;
  }

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

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

  .div-block-2 {
    flex-flow: column;
    display: flex;
  }

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

#w-node-_1a3b426c-8174-378b-bf2c-5b086821ed84-bf2b300e {
  align-self: center;
}

#w-node-a18575c4-87ee-5e7d-6090-357f90332ee7-bf2b300e {
  place-self: center end;
}

#w-node-_06575b86-bb0e-e361-43fc-6c239a68363a-bf2b300e {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-b2374304-de79-7408-6721-126ef9f26e4d-bf2b300e, #w-node-_71b8fad1-d71c-af7f-18d7-20789af544fd-bf2b300e {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b518213b-85f3-9ab6-dc52-0a3318014494-bf2b302c, #w-node-_59e13dfc-8d62-5b86-68e6-7a214acb4c5c-bf2b3049 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}