.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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  color: #0e0e0e;
  font-family: Yantramanav, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

h1 {
  color: #111;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Yantramanav, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1em;
}

h2 {
  color: #111;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Yantramanav, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1em;
}

h3 {
  color: #111;
  margin-top: 10px;
  font-family: Yantramanav, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1em;
}

h4 {
  color: #111;
  font-family: Yantramanav, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1em;
}

h5 {
  color: #111;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Yantramanav, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1em;
}

h6 {
  color: #111;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Yantramanav, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1em;
}

p {
  color: #a2a2a2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Yantramanav, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.33em;
}

a {
  color: #111;
  align-items: center;
  font-family: Yantramanav, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2em;
  text-decoration: none;
  transition: color .3s;
}

ul {
  grid-row-gap: 10px;
  flex-direction: column;
  padding-left: 0;
  display: flex;
}

li {
  color: #a2a2a2;
  background-image: url('../images/list-bullet.svg');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  padding-left: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.33em;
  display: flex;
  position: relative;
}

label {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  display: block;
}

blockquote {
  text-align: center;
  background-image: url('../images/quote.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 1px #000;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 30px 20px 10px;
  font-size: 36px;
  line-height: 1.1;
}

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

.section.light-background {
  background-color: #faf8f7;
}

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section.changelog-banner {
  min-height: 450px;
  background-color: #faf8f7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  display: flex;
}

.section.banner-our-team {
  background-image: linear-gradient(#000, #fff);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 165px;
  padding-bottom: 100px;
}

.section.banner-our-process {
  min-height: 740px;
  background-color: #111;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 170px;
  padding-bottom: 37px;
}

.section.banner-services {
  min-height: 500px;
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/architecture_1architecture.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.without-bottom-spacing {
  padding-bottom: 0;
  display: block;
}

.section.about-us-banner {
  background-color: #111;
  background-image: linear-gradient(#000, #fff);
  justify-content: center;
  align-items: center;
  padding-top: 210px;
  padding-bottom: 45px;
}

.section.portfolio-grid-banner {
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 0;
  display: flex;
}

.section.style-guide-section {
  padding-top: 0;
  overflow: hidden;
}

.section.with-light-bg {
  mix-blend-mode: normal;
  background-color: #f9f9fa;
  background-image: linear-gradient(207deg, #000, #fff);
  padding-bottom: 80px;
}

.section.with-divider {
  max-width: 100%;
}

.section.light-bg {
  background-color: #faf8f7;
  padding-bottom: 0;
}

.section.home-1-slider {
  padding-bottom: 140px;
}

.section.with-image-background {
  background-image: url('../images/Home-2-Banner_1Home 2 Banner.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 450px 900px;
  padding-top: 210px;
}

.section.with-video {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/video-background_1video background.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 0;
  padding-bottom: 0;
}

.section.with-line-bg {
  min-height: 450px;
  background-image: url('../images/line-background.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 200px;
}

.section.with-black-bg {
  background-color: #111;
  background-image: url('../images/horizontal-line.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.section.home-3-with-light-bg {
  background-color: #faf8f7;
  padding-bottom: 0;
}

.section.reviews-with-light-bg {
  background-color: #faf8f7;
  padding-bottom: 140px;
}

.section.home-4-with-light-bg {
  background-color: #faf8f7;
  padding-top: 0;
  padding-bottom: 0;
}

.section.home-4-with-black-line-bg {
  background-color: #111;
  background-image: url('../images/home-3-line-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.section.about-us-with-video {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/building-design_1building design.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 0;
  padding-bottom: 0;
}

.section.why-choose-us-line-bg {
  background-image: linear-gradient(#000, #fff 29%);
}

.section.about-us-page {
  background-color: #faf8f7;
  padding-bottom: 310px;
}

.section.with-one-line-divider {
  padding-bottom: 0;
  overflow: hidden;
}

.section.with-line-divider, .section.process-line-divider {
  overflow: hidden;
}

.section.process-line-divider-light-bg {
  background-color: #faf8f7;
  overflow: hidden;
}

.section.with-video-block {
  padding-bottom: 250px;
}

.section.service-with-black-bg {
  background-color: #111;
  background-image: url('../images/horizontal-line.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  padding-bottom: 50px;
}

.section.banner-service-category {
  min-height: 500px;
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/building-architecture_1building architecture.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.project-details {
  padding-top: 75px;
  padding-bottom: 70px;
}

.section.banner-project-category {
  min-height: 500px;
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/building-design_2building design.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.contact-us-2-banner {
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 6px;
  display: flex;
}

.section.contact-with-black-bg {
  background-color: #000;
  padding-top: 0;
}

.section.contact-us-with-light-bg {
  background-color: #faf8f7;
}

.section.contact-us-3-page {
  z-index: 999;
  padding-bottom: 0;
}

.section.contacts-us-3-page {
  padding-bottom: 0;
}

.section.news-2-section {
  overflow: hidden;
}

.section.banner-blog-category {
  min-height: 500px;
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/video-background_1video background.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.news-banner {
  padding-top: 120px;
  padding-bottom: 0;
}

.section.news-grid {
  padding-top: 100px;
}

.section.news-3-page {
  padding-top: 60px;
}

.section.licensing-banner {
  padding-top: 140px;
  padding-bottom: 0;
}

.section.primary-light-color-bg {
  background-color: #faf8f7;
}

.base-container {
  z-index: 999;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: column wrap;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  margin-top: 37px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.base-container.align-left {
  align-items: flex-start;
}

.base-container.home-1-team-image {
  max-width: none;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
}

.base-container.landing {
  max-width: none;
}

.grid-system-wrapper {
  width: 100%;
  flex-direction: column;
  margin-top: 40px;
  margin-bottom: 60px;
  display: flex;
}

.grid-system {
  width: 80%;
  border-top: 1px solid #7c7c7c;
  justify-content: space-between;
  display: flex;
}

.grid-title {
  width: 19%;
  color: #fff;
  background-color: #111;
  border-left: 1px #a7a7a7;
  border-right: 1px solid #7c7c7c;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  width: 24%;
  background-color: #111;
  border-left-style: solid;
  border-left-color: #7c7c7c;
  margin-top: 0;
}

.grid-description {
  width: 19%;
  border-bottom: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  width: 24%;
  border-bottom: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.spacing-system-column {
  padding-right: 20px;
}

.spacing-system-image {
  max-width: 80%;
  filter: grayscale();
}

.spacing-wrapper-mobile {
  width: 70%;
  filter: grayscale();
  margin-top: 30px;
  position: relative;
}

.spacing-columns {
  margin-top: 50px;
}

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: auto;
  right: 0%;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 33%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.spasing-system-image-mobile {
  max-width: 70%;
}

.primary-style-guide {
  width: 75px;
  height: 75px;
  background-color: #111;
}

.gray-style-guide {
  width: 75px;
  height: 75px;
  background-color: #a2a2a2;
}

.color-wrapper {
  margin-right: 30px;
}

.colors-wrapper {
  margin-right: 60px;
}

.black-style-guide {
  width: 75px;
  height: 75px;
  background-color: #000;
}

.colors-container {
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.color-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.primary-light-style-guide {
  width: 75px;
  height: 75px;
  background-color: #faf8f7;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.white-style-guide {
  width: 75px;
  height: 75px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.headings-typography-wrapper {
  width: 48%;
  flex-flow: wrap;
  margin-bottom: 30px;
  margin-right: 40px;
  display: flex;
}

.headings-typography-wrapper.last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.h2-tablet {
  font-size: 44px;
}

.h1-mobile {
  font-size: 62px;
}

.h2-mobile {
  font-size: 42px;
}

.h3-mobile {
  font-size: 36px;
}

.h3-tablet {
  font-size: 38px;
}

.style-guide-body-wrapper {
  width: 47%;
  margin-right: 40px;
}

.style-guide-body-wrapper.last-child {
  margin-right: 0;
}

.primary-button {
  min-width: 175px;
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  background-color: #111;
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow.svg');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #111;
  border-radius: 60px;
  padding: 12px 60px 12px 30px;
  font-size: 18px;
  line-height: 1.3em;
  transition: background-color .4s;
  display: inline-block;
}

.primary-button:hover {
  color: #111;
  background-color: #fff;
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow-1.svg');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: auto;
}

.primary-button.serch-button {
  margin-left: auto;
  margin-right: auto;
}

.primary-button.pricing-page {
  background-position: 85%;
  display: block;
}

.primary-button.pricing-page:hover {
  background-position: 85%;
}

.style-guide-div {
  width: 100%;
  margin-top: 50px;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.grid-header {
  width: 100%;
  margin-top: 60px;
}

.link-wrapper {
  width: 50%;
  margin-top: 20px;
  transition: transform .3s;
}

.navbar {
  width: 100%;
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.navbar.absolute {
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 15px;
  display: block;
  position: absolute;
}

.navbar.absolute._1 {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 9px;
  padding: 0 70px;
}

.navbar.home-1 {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
}

.nav-container {
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-menu {
  opacity: 1;
  text-align: right;
  text-shadow: -1px 0 6px #000;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.nav-link:hover {
  opacity: 1;
}

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

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

.nav-link.home-white:hover {
  color: #a2a2a2;
}

.nav-dropdown-toggle {
  margin-left: 0;
  margin-right: 0;
  padding-right: 30px;
}

.nav-dropdown-icon {
  font-size: 16px;
  display: none;
}

.nav-dropdown-list {
  width: 200px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .18);
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .04);
}

.nav-dropdown-list.megamenu {
  width: 360px;
}

.nav-dropdown-list.megamenu.w--open {
  width: 645px;
  display: flex;
  right: -370px;
}

.nav-dropdown-list.home-3-megamenu {
  width: 360px;
}

.nav-dropdown-list.home-3-megamenu.w--open {
  width: 645px;
  display: flex;
  right: -235px;
}

.nav-dropdown-list.home-1-megamenu {
  width: 360px;
}

.nav-dropdown-list.home-1-megamenu.w--open {
  width: 650px;
  display: flex;
  right: -220px;
}

.nav-dropdown-link-wrapper {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link {
  width: 100%;
  text-transform: capitalize;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: #111;
  margin-left: 0;
}

.nav-dropdown-link.w--current, .nav-item-title {
  color: #111;
}

.nav-item-title.home-white {
  opacity: 1;
  color: #fff;
  transition: color .3s;
}

.nav-item-title.home-white:hover {
  color: #a2a2a2;
}

.nav-item-title.home-5-text-white {
  color: #fff;
}

.style-guide-banner-section {
  min-height: 450px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.licensing-title-wrapper {
  border-bottom: 1px rgba(94, 94, 94, .5);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  width: 100%;
  border-top: 1px solid rgba(94, 94, 94, .5);
  padding-top: 40px;
}

.licensing-images-wrapper.pexels {
  margin-top: 60px;
}

.licensing-grid {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px rgba(94, 94, 94, .5);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-bottom: 60px;
}

.licensing-grid.last-child {
  border-bottom-style: none;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-bottom: 0;
}

.licensing-image {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image-link {
  width: 100%;
  height: 100%;
}

.licensing-image-link:hover {
  opacity: 1;
}

.license-link {
  margin-right: 50px;
}

.license-link.last-child {
  margin-right: 0;
}

.banner-title {
  color: #111;
  text-align: center;
}

.licensing-heading {
  margin-bottom: 20px;
}

.licensing-icon-link-wrapper {
  margin-right: 25px;
}

.icon-style-guide {
  color: #111;
  font-family: "Fa brands 400", sans-serif;
  font-size: 24px;
}

.licensing-fonts-wrapper {
  width: 100%;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.licensing-icon-link {
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-font-title {
  color: rgba(94, 94, 94, .5);
  text-transform: uppercase;
  font-weight: 400;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.password-image {
  width: 140px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  min-height: 48px;
  min-width: 280px;
  color: #111;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.33em;
}

.password-input:focus {
  border: 1px solid #111;
}

.password-input::-ms-input-placeholder {
  color: #a2a2a2;
}

.password-input::placeholder {
  color: #a2a2a2;
}

.password-title-wrapper {
  margin-bottom: 40px;
}

._404-paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

._404-logo-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  top: 40px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

._404-content-wrapper {
  max-width: 700px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.coming-soon-wrapper {
  max-width: 690px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.changelog-heading {
  margin-bottom: 20px;
}

.coming-soon-form {
  grid-column-gap: 20px;
  margin-top: 15px;
  display: flex;
}

.coming-soon-input {
  height: auto;
  min-width: 300px;
  color: #111;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #111;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.33em;
}

.coming-soon-input:focus {
  border-bottom-color: #a2a2a2;
}

.coming-soon-input::-ms-input-placeholder {
  color: #a2a2a2;
}

.coming-soon-input::placeholder {
  color: #a2a2a2;
}

.coming-soon-paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
}

.coming-soon-page-wrap {
  width: 100vw;
  height: 100vh;
  text-align: left;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.coming-soon-heading {
  margin-top: 60px;
  font-size: 70px;
  font-weight: 400;
}

.blog-grid-wrapper {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.blog-grid-collection-list {
  grid-column-gap: 27px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.blog-grid-image-link {
  min-width: 100%;
  overflow: hidden;
}

.blog-grid-image {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform .3s;
}

.blog-grid-image:hover {
  transform: scale(1.1);
}

.blog-grid-content-wrapper {
  background-color: #faf8f7;
  flex-direction: column;
  padding: 20px 20px 25px;
  display: flex;
}

.blog-grid-item {
  width: 31%;
  display: inline-block;
}

.blog-grid-item-title {
  color: #0e0e0e;
  font-size: 24px;
  font-weight: 700;
}

.blog-classic-wrapper {
  width: 100%;
  max-width: 980px;
  margin-bottom: -60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.blog-classic-item {
  margin-bottom: 60px;
}

.blog-post-title {
  transition: color .3s;
}

.blog-post-title:hover {
  color: #111;
}

.blog-classic-post-image {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.blog-classic-post-image-wrapper {
  min-width: 100%;
}

.blog-classic-bottom-content {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
}

.nav-menu-wrapper {
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-template-wrapper {
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-image {
  width: 100%;
  height: 600px;
  object-fit: cover;
  transition: transform .3s;
}

.blog-template-image:hover {
  transform: scale(1.1);
}

.blog-template-date {
  margin-top: 30px;
  margin-bottom: 40px;
}

.blog-template-pagination {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.prev-post-arrow {
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 15px;
}

.next-post-arrow {
  color: #111;
  margin-bottom: 0;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 15px;
}

.blog-template-prev-button {
  flex: 1;
  display: flex;
}

.blog-template-next-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.blog-template-pagination-link {
  width: auto;
  align-items: center;
  display: flex;
}

.blog-template-next {
  text-align: right;
}

.footer {
  text-align: center;
  background-color: #000;
  background-image: url('../images/Vector-17.svg');
  background-position: 50% 33%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 50px;
}

.footer-rights-wrapper {
  width: 50%;
  flex-wrap: wrap;
  display: flex;
}

.footer-rights {
  color: #a2a2a2;
  text-align: left;
  font-family: Yantramanav, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.1em;
}

.footer-copyright {
  color: #a2a2a2;
  text-align: left;
  align-self: center;
  margin-bottom: 5px;
  padding-left: 46px;
  font-family: Yantramanav, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.1em;
}

.footer-copyright.link:hover {
  color: #fff;
}

.footer-copyright.black-link:hover {
  color: #111;
}

.footer-copyright-link {
  color: #a2a2a2;
  letter-spacing: .2px;
  margin-right: 5px;
  font-weight: 300;
  line-height: 1.1em;
  transition: all .3s;
  display: inline;
}

.footer-copyright-link:hover {
  color: #fff;
}

.footer-copyright-link.black-link:hover {
  color: #111;
}

.section-title-wrapper {
  max-width: 740px;
  text-align: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.section-subtitle {
  color: #a2a2a2;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
}

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

.team-card-image {
  width: 100%;
  height: 310px;
  min-width: 100%;
  color: #111;
  object-fit: cover;
}

.team-card-content-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.team-member-position {
  text-align: left;
  margin-bottom: 15px;
}

.team-social-links-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

.team-social-icon {
  color: #575757;
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
}

.team-social-icon:hover {
  color: #a2a2a2;
}

.process-item-wrapper {
  grid-column-gap: 70px;
  align-items: center;
  display: flex;
}

.process-image-wrapper {
  width: 55%;
}

.process-content {
  width: 45%;
}

.process-content.reverse {
  width: 100%;
}

.process-paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
}

.style-guide-buttons-wrapper {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.style-guide-button-wrapper {
  width: 47%;
}

.style-guide-button-wrapper.last-child {
  margin-right: 0;
}

.text-button-icon {
  width: 16px;
  height: 16px;
  border: 1px solid #111;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 6px;
  line-height: 1;
  display: flex;
}

.text-button-icon.white-border {
  border-color: #fff;
}

.process-image {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.process-content-wrapper {
  width: 45%;
  align-items: center;
  display: flex;
}

.paragraph-large {
  color: #111;
  font-size: 24px;
}

.paragraph-large.text-above {
  position: absolute;
  left: 120px;
}

.banner-title-wrapper {
  width: 100%;
  max-width: 100%;
  flex-direction: column;
  order: 0;
  align-self: stretch;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 78px;
  padding-bottom: 0;
  display: flex;
}

.text-white {
  color: #fff;
}

.banner-description {
  max-width: 560px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
}

.pricing-plans-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-plan-item {
  max-width: 500px;
  background-color: #fff;
  padding: 40px 30px 30px;
}

.pricing-plan-list {
  margin-top: 30px;
  margin-bottom: 0;
}

.pricing-plan-price-wrapper {
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
}

.pricing-plan-price {
  font-size: 56px;
}

.pricing-plan-currency-icon {
  margin-right: 2px;
  font-size: 20px;
}

.play-button {
  z-index: 5;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
}

.light-background {
  background-color: #f9f9fa;
}

.more-features-icon {
  max-height: 20px;
  min-width: 20px;
  color: #111;
  text-align: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.coming-soon-image {
  height: 450px;
  max-width: 480px;
}

.link-with-icon {
  display: flex;
}

.contacts-wrapper {
  width: 100%;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.contacts-content-wrapper {
  width: 50%;
  padding-right: 40px;
}

.contacts-form-wrapper {
  width: 50%;
  background-color: #faf8f7;
  margin-left: 40px;
  padding: 40px 40px 25px;
}

.contacts-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(175, 175, 175, .5);
  margin-top: 30px;
  margin-bottom: 20px;
}

.contacts-detail-wrapper.second-item {
  margin-top: 30px;
}

.contacts-detail {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  display: flex;
}

.contacts-icon {
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
}

.paragraph-no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-no-margin.location-info-black-text {
  color: #111;
}

.contacts-location-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-right: 100px;
  position: relative;
}

.hidden {
  display: none;
}

.contacts-left-arrow {
  max-width: 40px;
  color: rgba(175, 175, 175, .5);
  padding: 10px 15px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 60px;
}

.contacts-right-arrow {
  max-width: 40px;
  color: rgba(175, 175, 175, .5);
  padding: 10px 15px;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 19px;
}

.contacts-slider-arrow-icon {
  color: #111;
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.contacts-textarea {
  min-height: 200px;
  color: #111;
  border: 1px solid #fff;
  margin-bottom: 30px;
  padding: 16px 18px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.1em;
}

.contacts-textarea:focus {
  border: 1px solid #a2a2a2;
}

.contacts-textarea::-ms-input-placeholder {
  font-weight: 300;
}

.contacts-textarea::placeholder {
  font-weight: 300;
}

.contacts-input {
  height: auto;
  color: #111;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 16px 18px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.1em;
  transition: all .2s;
}

.contacts-input:focus {
  border-color: #a2a2a2;
}

.contacts-2-form-wrapper {
  width: 50%;
  padding-right: 40px;
}

.contacts-2-content-wrapper {
  width: 50%;
  padding-left: 40px;
}

.contacts-2-wrapper {
  width: 100%;
  display: flex;
}

.footer-link {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .3s;
}

.footer-link:hover {
  color: #a2a2a2;
}

.footer-wrapper {
  width: 100%;
  flex: 0 auto;
  justify-content: space-around;
  align-self: flex-start;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.footer-brand-wrapper {
  width: 13%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-brand {
  color: #fff;
  margin-bottom: 10px;
}

.footer-brand.w--current {
  color: #fff;
  padding-left: 0;
  font-family: Poppins;
}

.footer-links-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-links-wrapper.last-item {
  width: 36%;
}

.search-wrap-input {
  height: 60px;
  color: #0e0e0e;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.search-wrap-input:focus {
  border-style: none;
}

.search-wrap-input::-ms-input-placeholder {
  color: #a2a2a2;
}

.search-wrap-input::placeholder {
  color: #a2a2a2;
}

.search-desktop {
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .9);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.search-close-button {
  cursor: pointer;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  top: 50px;
  bottom: auto;
  left: auto;
  right: 50px;
}

.search-bottom-line {
  width: 100%;
  height: 3px;
  background-color: #111;
  margin-bottom: 20px;
  display: flex;
}

.search-wrapper {
  width: 100%;
  max-width: 1140px;
  flex-direction: column;
  display: flex;
}

.without-top-spacing {
  padding-top: 0;
}

.search-result-item {
  margin-bottom: 30px;
}

.search-link {
  line-height: 1.33em;
  transition: all .3s;
}

.search-link:hover {
  opacity: .7;
}

.search-input {
  height: auto;
  color: #111;
  border: 1px solid #000;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 16px 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.33em;
}

.search-input:focus {
  border: 1px solid #111;
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

.search-section {
  margin-bottom: 60px;
  padding-top: 120px;
}

.footer-logo-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.customers-grid {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #a2a2a2;
  border-left: 1px solid #a2a2a2;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.customer-wrapper {
  width: 100%;
  height: 280px;
  text-align: center;
  border-bottom: 1px solid #a2a2a2;
  border-right: 1px solid #a2a2a2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.list-item-circle {
  width: 8px;
  height: 8px;
  background-color: #111;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 7px;
  bottom: auto;
  left: 0;
  right: auto;
}

.service-details-content-wrapper {
  width: 70%;
  margin-right: 40px;
}

.service-details-sidebar-wrapper {
  width: 30%;
  background-color: #faf8f7;
  padding: 20px 40px 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.service-details-content {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.service-details-sidebar-contacts {
  margin-top: 20px;
  margin-bottom: 30px;
}

.customer-image {
  filter: contrast(0%);
  cursor: pointer;
  transition: filter .4s;
}

.customer-image:hover {
  filter: contrast(200%);
}

.light-gray-style-guide {
  width: 75px;
  height: 75px;
  background-color: #f8f8f8;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.headings-container {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.button-wrapper {
  margin-top: 20px;
}

.service-list-item {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.service-list-banner {
  background-color: #111;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 160px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.style-guide-content-wrapper {
  display: flex;
}

.slide-2 {
  background-image: url('../images/Screenshot_13---Copy.jpg');
  background-position: 100% 0;
  background-size: cover;
}

.slide-3 {
  max-height: 580px;
}

.progressbar-gray-line {
  width: 100%;
  height: 4px;
  background-color: rgba(162, 162, 162, .3);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.progress-bar-90 {
  width: 90%;
  height: 4px;
  background-color: #111;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-top: -4px;
  position: relative;
}

.progressbar-con {
  width: 100%;
}

.progress-bar-80 {
  width: 82%;
  height: 4px;
  background-color: #111;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-top: -4px;
  position: relative;
}

.slide-1 {
  background-image: url('../images/Screenshot_10---Copy.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  transition: opacity .2s;
}

.progressbar-wrap {
  width: 100%;
  max-width: 480px;
}

.about-3-tab-link {
  width: 33.33%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.progressbar-active {
  width: 12px;
  height: 12px;
  background-color: #111;
  border-radius: 50%;
  position: absolute;
  top: auto;
  bottom: -4px;
  left: auto;
  right: 0%;
}

.progressbar-number {
  color: #111;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2em;
  position: absolute;
  bottom: 20px;
}

.progressbar-item {
  margin-bottom: 30px;
}

.portfolio-tab-link {
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  padding: 20px 30px;
}

.portfolio-tab-link.w--current {
  color: #575757;
  background-color: rgba(0, 0, 0, 0);
}

.portfolio-tab-link.all-projects {
  color: #fff;
  flex: 1;
  padding-left: 0;
}

.portfolio-tab-link.last-child {
  order: 1;
  padding-right: 0;
}

.tabs-menu {
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  display: flex;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.template-empty-state {
  background-color: rgba(0, 0, 0, 0);
  padding: 30px;
  display: none;
}

.portfolio-masonry-collection-list {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  padding-top: 30px;
  display: flex;
}

.portfolio-masonry-collection-item {
  width: 48.4%;
  cursor: pointer;
  display: inline-block;
}

.portfolio-masonry-image {
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.portfolio-masonry-lightbox {
  border-bottom: 120px solid #111;
  border-left: 120px solid rgba(0, 0, 0, 0);
  transition: all .3s;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.portfolio-masonry-lightbox:hover {
  border-bottom-color: #000;
}

.portfolio-masonry-lightbox-icon {
  height: 30px;
  color: #fff;
  background-image: url('../images/logo-white-item.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  font-family: "Fa solid 900", sans-serif;
  font-size: 25px;
  line-height: 1;
  position: absolute;
  top: 70px;
  bottom: 0;
  left: auto;
  right: 15px;
}

.portfolio-masonry-title {
  color: #fff;
  font-size: 24px;
  line-height: 1.33em;
  transition: all .3s;
}

.portfolio-masonry-title:hover {
  color: rgba(255, 255, 255, .6);
}

.portfolio-masonry-category {
  width: 100%;
  color: #fff;
  line-height: 1.33em;
  transition: all .3s;
  display: inline-block;
}

.portfolio-masonry-category:hover {
  color: rgba(255, 255, 255, .6);
}

.portfolio-masonry-image-link {
  width: 100%;
}

.project-template-category {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 30px;
  transition: all .3s;
  display: inline-block;
}

.project-template-category:hover {
  opacity: .7;
  color: #faf8f7;
}

.project-template-content {
  z-index: 127;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.project-template-content-wrapper {
  width: 100%;
  grid-column-gap: 120px;
  display: flex;
}

.project-template-info-wrap {
  width: 25%;
}

.project-template-info-wrap.last-child {
  margin-bottom: 0;
}

.paragraph-gray {
  color: #a2a2a2;
}

.project-template-social-icons {
  margin-top: 5px;
  display: flex;
}

.project-template-social-link {
  width: 50px;
  height: 50px;
  border: 1px solid #111;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 15px;
  line-height: 15px;
  transition: all .3s;
  display: flex;
}

.project-template-social-link:hover {
  color: #fff;
  background-color: #111;
}

.project-template-social-link.last-child {
  margin-right: 0;
}

.project-pagination-wrapper {
  background-color: #faf8f7;
  align-items: stretch;
  display: flex;
}

.project-pagination-icon-wrapper {
  width: 20%;
  text-align: center;
  padding-top: 45px;
  padding-bottom: 45px;
}

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

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

.project-template-empty-state {
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.progress-bar-91 {
  width: 91%;
  height: 4px;
  background-color: #111;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-top: -4px;
  position: relative;
}

.landing-inner-page-image-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.landing-inner-page-overlay {
  z-index: 1;
  background-color: rgba(255, 255, 255, .2);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-dropdown-column {
  width: 25%;
}

.play-button-icon {
  z-index: 7;
  color: #fff;
  font-size: 18px;
  position: relative;
}

.play-button-hover {
  z-index: 10;
  width: 130px;
  height: 130px;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  position: absolute;
  transform: scale(.85);
}

.play-button-hover:hover {
  transform: scale(1);
}

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

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  max-width: 780px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.first-video {
  width: 100%;
  height: 500px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.first-video:hover {
  opacity: 1;
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  margin-top: 10px;
  display: flex;
}

.team-members-wrap {
  width: 25%;
}

.portfolio-masonry-tabs {
  width: 100%;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  top: 0%;
  bottom: auto;
  left: 12%;
  right: 0%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  top: 60%;
  bottom: auto;
  left: 24%;
  right: 0%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  top: 19%;
  bottom: 0%;
  left: auto;
  right: 4%;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  top: 47%;
  bottom: 0%;
  left: 50%;
  right: 30%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  top: 31%;
  bottom: 0%;
  left: 2%;
  right: auto;
}

.subtitle {
  border-bottom: 2px solid rgba(128, 128, 128, .15);
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.our-services-wrap {
  width: 33.33%;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.content-wrapper {
  width: 190px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  width: 100%;
  max-width: 35vw;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px rgba(20, 23, 51, .15);
}

.list-bullet {
  width: 8px;
  height: 8px;
  background-color: #111;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.blog-details-link-title {
  color: #111;
  font-size: 24px;
  transition: color .3s;
}

.blog-details-link-title:hover {
  color: rgba(17, 17, 17, .6);
}

.project-button-link {
  width: 40%;
  color: #0e0e0e;
  justify-content: center;
  display: flex;
}

.project-button-link:hover {
  color: #111;
}

.project-prev-button-link-icon {
  margin-top: 2px;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.project-next-button-link-icon {
  margin-top: 2px;
  margin-left: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.project-button-link-paragraph {
  font-size: 18px;
  transition: color .3s;
}

.project-button-link-paragraph:hover {
  color: #a2a2a2;
}

.home-9-team-item {
  width: 31%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-6-projects-item {
  width: 100%;
  height: 370px;
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: #111;
  justify-content: center;
  display: flex;
}

.nav-dropdown-link-line {
  width: 16px;
  height: 2px;
  background-color: #111;
  margin-right: 15px;
  display: inline-block;
}

.search {
  width: 100%;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid rgba(128, 128, 128, .15);
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

.schedule-tab {
  width: 25%;
  color: #222;
  text-align: center;
  background-color: #faf8f7;
  border-left: 1px solid #a2a2a2;
  padding: 20px 30px;
  transition-property: all;
}

.schedule-tab:hover {
  opacity: 1;
  background-color: #faf8f7;
}

.schedule-tab.w--current {
  width: 25%;
  color: #fff;
  text-align: center;
  background-color: #111;
  padding-top: 20px;
  padding-bottom: 20px;
}

.schedule-tab.w--current:hover {
  opacity: 1;
}

.schedule-tab.first-item {
  border-left-style: none;
}

.tabs-schedule {
  width: 100%;
}

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 1200px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.menu-wrap {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  align-items: center;
  display: flex;
}

.rich-text-style h6 {
  margin-top: 20px;
}

.rich-text-style p {
  margin-bottom: 10px;
}

.rich-text-style h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text-style h2 {
  margin-bottom: 25px;
}

.rich-text-style h5 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.home-banner-left-arrow {
  height: 40px;
  align-items: center;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: 2%;
  right: auto;
}

.home-23-team-item {
  width: 33%;
}

.link {
  cursor: pointer;
}

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

.brand-tablet {
  display: none;
}

.form {
  flex-direction: column;
  display: flex;
}

.tabs-menu-wrapper {
  width: 100%;
  display: flex;
}

.guide-tabs-content {
  margin-top: 45px;
}

.base-style-guide-content {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.primary-button-whitee {
  color: #111;
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow-1.svg');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #111;
  border-radius: 60px;
  padding: 12px 60px 12px 30px;
  font-size: 18px;
  line-height: 1.3em;
  transition: background-color .4s;
  display: inline-block;
}

.primary-button-whitee:hover {
  color: #fff;
  background-color: #111;
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow.svg');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: auto;
}

.secondary-button-black {
  min-width: 175px;
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  background-color: #111;
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow.svg');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #111;
  padding: 12px 60px 12px 30px;
  font-size: 18px;
  line-height: 1.3em;
  transition: background-color .4s;
  display: inline-block;
}

.secondary-button-black:hover {
  color: #111;
  background-color: #fff;
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow-1.svg');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: auto;
}

.secondary-button-white {
  min-width: 175px;
  color: #111;
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  background-color: #fff;
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow-1.svg');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #111;
  padding: 12px 60px 12px 30px;
  font-size: 18px;
  line-height: 1.3em;
  transition: background-color .4s;
  display: inline-block;
}

.secondary-button-white:hover {
  color: #fff;
  background-color: #111;
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow.svg');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: auto;
}

.spacing-system-title {
  font-size: 48px;
}

.navbar-button-wrap {
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.justify-right {
  grid-column-gap: 25px;
  display: flex;
}

.footer-divider-wrapper {
  width: 100%;
}

.footer-title-holder {
  width: 40%;
  grid-column-gap: 20px;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.footer-arrow-holder {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: rotate(45deg);
}

.footer-arrow-holder.black-bg {
  background-color: #111;
}

.bullet-list-white {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}

.bullet-list-white.black-bg {
  background-color: #111;
}

.footer-links-wrap {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.footer-contact-link {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
}

.footer-contact-link:hover {
  color: #a2a2a2;
}

.footer-form {
  text-align: left;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.footer-text-field {
  min-width: 270px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #a2a2a2;
  padding: 10px 0;
  font-family: Yantramanav, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.1em;
}

.footer-text-field:focus {
  border-bottom-color: #a2a2a2;
}

.footer-text-field::-ms-input-placeholder {
  color: #a2a2a2;
  font-size: 18px;
  line-height: 1.1em;
}

.footer-text-field::placeholder {
  color: #a2a2a2;
  font-size: 18px;
  line-height: 1.1em;
}

.subscribe-button {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  border-right-color: #000;
  padding: 7px 0 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.1em;
  transition: color .3s;
}

.subscribe-button:hover {
  color: #a2a2a2;
}

.footer-links-rights-wrapper {
  width: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-right: 112px;
  padding-right: 0;
  display: flex;
}

.footer-link-wrap {
  width: 50%;
  grid-column-gap: 50px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.div-block-5, .div-block-6 {
  width: 100%;
  justify-content: flex-end;
  display: flex;
}

.footer-contact-wrapper {
  width: 45%;
  grid-column-gap: 45px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.success-message {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
}

.success-message-text {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.1em;
}

.error-message {
  color: #111;
  background-color: #faf8f7;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Yantramanav, sans-serif;
  font-size: 24px;
}

.schedule-tab-title {
  font-size: 24px;
}

.home-1-primary-button {
  min-height: 50px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(255, 255, 255, .4), rgba(255, 255, 255, .4));
  border-radius: 60px;
  padding: 12px 30px;
  transition: background-color .4s;
  display: inline;
}

.home-1-primary-button:hover {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #fff;
  background-color: #111;
  background-image: none;
}

.home-1-primary-button.clients-page {
  display: flex;
}

.top-banner-section {
  height: 100%;
  max-height: none;
  min-height: 100vh;
  text-align: center;
  object-fit: cover;
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .9)), url('../images/binkley-residence-5---Copy.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: visible;
}

.title-holder {
  width: 71%;
}

.home-1-base-container {
  max-width: 100%;
  clear: none;
  text-align: center;
  flex-flow: column wrap;
  flex: 1;
  align-content: stretch;
  align-self: center;
  align-items: flex-start;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph-holder {
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 100px;
  display: flex;
}

.home-1-description {
  width: 63%;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
  line-height: 1.5em;
}

.button-holder {
  text-align: center;
}

.home-button-holder {
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-bottom: 3px;
  display: flex;
  position: relative;
  top: -134px;
  bottom: 166px;
  left: 36px;
}

.home-button-wrap {
  width: 100%;
  justify-content: center;
  padding-right: 140px;
  display: flex;
}

.home-button-wrap.clients-page {
  justify-content: flex-start;
}

.first-link-icon {
  z-index: 666;
  width: 40px;
  height: 40px;
  border: 9px solid rgba(255, 255, 255, .1);
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.first-link-icon.absolute, .first-link-icon.border-black, .first-link-icon.about-border-black {
  border-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: -160px;
}

.second-link-icon {
  width: 22px;
  height: 22px;
  border: 7px solid rgba(255, 255, 255, .4);
  border-radius: 50px;
}

.third-link-icon {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50px;
}

.our-story-wrap {
  z-index: 999;
  max-height: 90px;
  min-width: 300px;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.text-black {
  color: #111;
  cursor: pointer;
  transition: color .3s;
}

.text-black:hover {
  color: #a2a2a2;
}

.arrow-holder {
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  transition: transform .3s;
  display: flex;
}

.arrow-holder:hover {
  transform: translate(0, 4px);
}

.home-arrow {
  width: 10px;
  height: 10px;
  transform: rotate(90deg);
}

.our-story-holder {
  width: 100%;
  justify-content: flex-end;
  display: flex;
}

.studio-wrapper {
  width: 100%;
  max-width: 100%;
  justify-content: space-between;
  display: flex;
}

.studio-text-wrap {
  width: 30%;
  object-fit: contain;
  background-image: linear-gradient(#000, #fff);
  margin-right: 24px;
}

.studio-content-wrap {
  width: 67%;
}

.studio-content-description-wrap {
  width: 100%;
  grid-column-gap: 30px;
  border-top: 1px solid #a2a2a2;
  margin-top: 40px;
  margin-bottom: 50px;
  display: flex;
}

.about-studio-wrapper {
  width: 100%;
}

.about-studio-small-title {
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.design-wrapper {
  width: 100%;
  max-width: 100%;
  grid-column-gap: 100px;
  align-items: center;
  padding-top: 50px;
  display: flex;
}

.design-image-wrap, .design-content-wrap {
  width: 50%;
}

.design-image {
  width: 100%;
  min-height: 260px;
  object-fit: cover;
  background-image: url('../images/IMG_2837---Copy.JPG');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 34px;
  padding-bottom: 0;
}

.text-color-black {
  color: #fff;
}

.design-content-description {
  margin-top: 30px;
  margin-bottom: 50px;
}

.home-1-primary-button-white {
  color: #111;
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  background-color: #fff;
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow-1.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #111;
  border-radius: 60px;
  padding: 12px 70px 12px 30px;
  font-size: 18px;
  line-height: 1.3em;
  transition: background-color .4s;
  display: inline-block;
}

.home-1-primary-button-white:hover {
  opacity: 1;
  color: #fff;
  background-color: #111;
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto;
}

.services-text-wrapper {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.services-title-wrap {
  width: 65%;
  align-items: center;
  display: flex;
}

.services-description-wrap {
  width: 45%;
}

.services-content-wrapper {
  width: 25%;
}

.services-content-wrapper.with-margin {
  margin-top: 50px;
}

.services-content-list {
  width: 100%;
  display: flex;
}

.services-content-item {
  width: 100%;
  min-height: 400px;
  border: 1px solid #a2a2a2;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  transition: all .3s;
  display: flex;
  position: relative;
}

.services-content-item:hover {
  background-image: url('../images/building_1building.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate(0, 15px);
}

.services-content-item.second-item:hover {
  background-image: url('../images/archtecture_1archtecture.webp');
}

.services-content-item.third-item:hover {
  background-image: url('../images/architecture_3architecture.webp');
}

.services-content-item.fourth-item:hover {
  background-image: url('../images/architecture-image_1architecture image.webp');
}

.our-services-title-wrap {
  width: 100%;
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.our-services-divider {
  height: 1px;
  min-width: 88px;
  background-color: #111;
  transition: background-color .3s;
}

.our-services-decription {
  margin-top: 20px;
}

.our-services-number-wrap {
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.our-services-number {
  color: #fff;
  text-shadow: 1px -1px #a2a2a2, -1px -1px #a2a2a2, -1px 0 #a2a2a2, 1px 1px #a2a2a2;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 130px;
}

.our-services-conten-wrap {
  width: 100%;
  display: flex;
}

.our-services-title {
  color: #111;
  font-size: 24px;
}

.what-we-do-wrapper {
  width: 100%;
  grid-column-gap: 100px;
  align-items: center;
  display: flex;
}

.what-we-do-image-wrap {
  width: 50%;
  grid-column-gap: 30px;
  display: flex;
}

.what-we-do-image {
  width: 50%;
  height: 370px;
  object-fit: cover;
}

.what-we-do-second-image {
  width: 50%;
  height: 450px;
  object-fit: cover;
}

.what-we-do-content-wrap {
  width: 50%;
}

.what-we-do-title {
  width: 65%;
  margin-top: 20px;
  margin-bottom: 50px;
}

.progressbar-title {
  color: #111;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

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

.portfolio-title {
  width: 51%;
  color: #111;
  margin-top: 20px;
  margin-bottom: 50px;
  font-size: 35px;
}

.home-1-portfolio-list-wrapper {
  width: 100%;
}

.home-1-portfolio-list {
  width: 100%;
  grid-column-gap: 30px;
  grid-template-rows: 2fr 2fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: flex;
}

.home-1-portfolio-item {
  width: 33%;
  flex-wrap: wrap;
  grid-template-rows: auto 2fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
}

.home-1-portfolio-image-holder {
  width: 100%;
  grid-column-gap: 30px;
  display: flex;
}

.home-1-portfolio-image {
  width: 100%;
  height: 370px;
  object-fit: cover;
  transition: transform .3s;
}

.home-1-portfolio-image:hover {
  transform: scale(1.02);
}

.home-1-portfolio-2-image-holder {
  width: 100%;
  grid-column-gap: 30px;
  margin-top: 30px;
  display: flex;
}

.awards-wrapper {
  width: 100%;
  display: flex;
}

.awards-text-wrap {
  width: 30%;
}

.awards-content-wrap {
  width: 70%;
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  flex-wrap: wrap;
  padding-left: 50px;
  display: flex;
}

.awards-small-title {
  letter-spacing: .05em;
  text-transform: uppercase;
}

.awards-small-title.home-2-page {
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: 900;
}

.awards-small-title.home-3-page {
  text-align: center;
  margin-bottom: 70px;
}

.awards-small-title.service-item-white {
  color: #fff;
}

.awards-small-title.contact-us-3-page {
  margin-bottom: 50px;
}

.awards-small-title.news-2-page {
  transition: color .3s;
}

.awards-small-title.news-2-page:hover {
  color: #111;
}

.awards-text-wrapper {
  width: 46%;
}

.awards-text-wrapper.right-item {
  padding-left: 40px;
}

.awards-title {
  color: #111;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 24px;
}

.awards-description {
  width: 80%;
}

.awards-description.right-item {
  width: 90%;
}

.awards-description.home-3-right-item {
  width: 91%;
}

.our-team-holder {
  width: 100%;
  align-items: center;
  display: flex;
}

.our-team-holder.reverse {
  flex-direction: row-reverse;
  margin-top: 45px;
}

.our-team-holder.home-one {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.our-team-small-description {
  letter-spacing: .05em;
  text-transform: uppercase;
}

.our-team-title {
  margin-top: 10px;
  margin-bottom: 20px;
}

.our-team-description {
  width: 85%;
  margin-bottom: 30px;
}

.our-team-wrapper {
  width: 50%;
}

.team-members-holder {
  width: 100%;
  grid-column-gap: 30px;
  margin-top: 50px;
  display: flex;
}

.team-members-holder.home-one {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.team-members-image {
  width: 100%;
  height: 260px;
  object-fit: cover;
  margin-bottom: 20px;
}

.team-members-name {
  color: #111;
  margin-bottom: 15px;
  font-size: 22px;
}

.team-members-name.text-white {
  color: #fff;
}

.home-1-reviews-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-1-reviews-slider {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
}

.home-1-reviews-mask {
  width: 100%;
}

.home-1-reviews-holder {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  margin-top: 60px;
  display: flex;
}

.home-1-reviews-wrap {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.home-1-reviews-image {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50px;
}

.home-1-reviews-name {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.home-1-reviews-job {
  margin-top: 10px;
}

.home-1-reviews-pagination {
  display: none;
  top: 200px;
}

.home-1-left-arrow {
  height: 10px;
  background-image: url('../images/left-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  top: 0%;
  bottom: -135%;
  left: 0%;
  right: 11%;
}

.home-1-right-arrow {
  height: 10px;
  background-image: url('../images/right-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  top: 0%;
  bottom: -135%;
  left: 0%;
  right: -8%;
}

.newsletter-title {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
}

.newsletter-title.text-black {
  color: #111;
}

.reviews-title {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
}

.reviews-name {
  color: #111;
  font-size: 24px;
}

.home-1-banner-title {
  max-width: 98%;
  color: #f5fff1;
  text-align: center;
  object-fit: fill;
  flex: 0 auto;
  order: 1;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: 430px;
  padding-top: 100px;
  padding-bottom: 0;
  font-size: 68px;
  font-weight: 900;
  display: inline-block;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-1-banner-title.text-black {
  color: #111;
}

.home-2-banner-description {
  width: 85%;
  color: #575757;
  margin-top: 20px;
  margin-bottom: 50px;
  line-height: 1.5em;
}

.home-2-line-divider {
  width: 1px;
  height: 150px;
  background-color: #111;
  margin-left: 20px;
}

.home-2-line-divider.white {
  background-color: #fff;
  position: absolute;
  top: -140px;
}

.home-2-line-divider.line-black, .home-2-line-divider.about-black {
  position: absolute;
  top: -140px;
}

.explore-more-link {
  align-items: flex-end;
  display: flex;
}

.explore-more-link:hover {
  color: #a2a2a2;
}

.justify-left {
  grid-column-gap: 90px;
  align-items: center;
  display: flex;
}

.home-2-banner-wrapper {
  height: 95vh;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 95px;
  display: flex;
  position: relative;
}

.home-2-banner-wrap {
  width: 53%;
}

.home-2-banner-title {
  font-size: 60px;
}

.home-2-banner-short-description {
  width: 90%;
  color: #575757;
  margin-top: 35px;
  margin-bottom: 50px;
  line-height: 1.5em;
}

.home-2-our-story-wrap {
  width: 100%;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  right: 15px;
}

.home-2-process-wrapper {
  width: 100%;
  grid-column-gap: 25px;
  display: flex;
}

.home-2-process-wrap {
  width: 33%;
  position: relative;
}

.home-2-number-holder {
  align-items: center;
  display: flex;
  position: relative;
}

.home-2-process-description {
  width: 70%;
}

.specialize-wrapper {
  width: 100%;
  grid-column-gap: 100px;
  align-items: flex-end;
  display: flex;
}

.specialize-image-wrap {
  width: 50%;
  grid-column-gap: 30px;
  align-items: flex-end;
  display: flex;
}

.specialize-content-wrap {
  width: 47%;
}

.specialize-image {
  width: 50%;
  height: 500px;
  transition: transform .3s;
}

.specialize-image:hover {
  transform: scale(1.05);
}

.specialize-second-image {
  width: 50%;
  height: 425px;
  transition: transform .3s;
}

.specialize-second-image:hover {
  transform: scale(1.05);
}

.description-holder {
  width: 80%;
  border-left: 2px solid #111;
  margin-top: 30px;
  padding-left: 30px;
}

.description-holder.last-item {
  margin-bottom: 50px;
}

.video-wrapper {
  width: 100%;
  height: 100%;
}

.about-studio-wrap {
  width: 100%;
}

.about-studio-slider {
  width: 100%;
  height: 400px;
  background-color: #fff;
}

.about-studio-slide-wrapper {
  width: 100%;
  align-items: flex-end;
  margin-top: 50px;
  display: flex;
  position: relative;
}

.about-studio-slide-wrapper.reverse {
  grid-column-gap: 60px;
  flex-direction: row-reverse;
  position: relative;
}

.about-studio-text-wrap {
  width: 40%;
  padding-top: 50px;
  padding-bottom: 30px;
  padding-right: 40px;
}

.about-studio-image-wrap {
  width: 60%;
}

.about-studio-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.about-studio-left-arrow {
  width: 20px;
  height: 10px;
  background-image: url('../images/left-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  top: 40px;
  bottom: auto;
  left: -67%;
}

.about-studio-left-arrow.reverse {
  width: 20px;
  left: auto;
  right: -80px;
}

.about-studio-right-arrow {
  z-index: 5;
  width: 20px;
  height: 10px;
  background-image: url('../images/right-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  top: 40px;
  bottom: auto;
  right: 150%;
}

.about-studio-right-arrow.reverse {
  width: 20px;
  right: -135px;
}

.home-1-explore-more-wrapper {
  z-index: 999;
  grid-column-gap: 60px;
  margin-top: 50px;
  display: flex;
  position: relative;
}

.numbers-section {
  padding-top: 60px;
  padding-bottom: 0;
  position: relative;
}

.about-studio-title {
  color: #111;
}

.about-studio-description {
  margin-top: 20px;
  margin-bottom: 50px;
}

.about-studio-description.reverse {
  margin-top: 30px;
}

.our-portfolio-wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.our-portfolio-short-title {
  text-align: center;
}

.our-portfolio-title {
  width: 55%;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 50px;
}

.our-portfolio-list {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  display: flex;
}

.our-portfolio-item {
  width: 48%;
  flex-wrap: wrap;
  display: flex;
}

.home-2-awards-wrapper {
  width: 100%;
}

.awards-name {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px -1px #a2a2a2, -1px -1px #a2a2a2, -1px 0 #a2a2a2, 1px 1px #a2a2a2;
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.1em;
  transition: all .3s;
}

.awards-name:hover {
  color: #111;
  text-shadow: none;
}

.awards-name.large-item {
  width: 80%;
}

.awards-name.last-item {
  margin-bottom: 0;
}

.home-2-our-team-wrapper {
  width: 27%;
  padding-top: 25px;
  padding-right: 40px;
}

.home-2-our-team-description {
  width: 100%;
  margin-bottom: 30px;
}

.our-team-section {
  min-height: 450px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  position: relative;
}

.our-team-base-container {
  max-width: 1200px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  display: flex;
}

.home-2-team-members-holder {
  width: 100%;
  grid-column-gap: 20px;
  display: flex;
}

.home-2-team-members-holder.home-2-page {
  z-index: 9999;
  height: 95%;
  max-width: 740px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.home-2-our-team-holder {
  width: 100%;
  align-items: baseline;
  display: flex;
}

.home-2-testimonials-wrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.home-2-testimonials-title {
  margin-top: 20px;
}

.home-2-base-container {
  max-width: 1200px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.home-2-image-holder {
  width: 38%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.home-2-our-story-wrapper {
  z-index: 999;
  min-width: 300px;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.home-2-image {
  width: 100%;
  height: 95vh;
  object-fit: cover;
}

.home-2-testimonials-holder {
  width: 150%;
  grid-column-gap: 20px;
  flex-direction: row;
  flex: none;
  margin-top: 40px;
  margin-right: 20px;
  display: flex;
  overflow: hidden;
}

.home-2-testimonials-wrap {
  width: 25%;
  background-color: #faf8f7;
  padding: 30px 20px;
}

.home-2-testimonials-wrap.hidden {
  flex: 1;
  display: block;
}

.home-2-testimonials-image {
  width: 70px;
  height: 70px;
  object-fit: cover;
}

.home-2-testimonials-name-wrap {
  grid-column-gap: 20px;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.home-reviews-name {
  color: #111;
  margin-bottom: 10px;
  font-size: 24px;
}

.home-2-reviews-description {
  color: #575757;
}

.colorful-bg-heading-wrapper {
  border-radius: 60px;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 10px 20px;
  display: inline-block;
}

.colorful-bg-heading-wrapper.yellow {
  background-color: #eab642;
  margin-top: 30px;
}

.testimonials-section {
  position: relative;
  overflow: hidden;
}

.testimonials-section.pricing-page {
  padding-top: 80px;
}

.reviews-holder {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.logos-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 80px;
  display: flex;
}

.logos-holder {
  width: 100%;
  grid-column-gap: 20px;
  margin-top: 30px;
  display: flex;
}

.logos-image {
  width: 15%;
  max-height: 45px;
  filter: contrast(0%);
  cursor: pointer;
  object-fit: contain;
  transition: filter .4s;
}

.logos-image:hover {
  filter: grayscale(0%);
}

.home-3-explore-more-wrapper {
  z-index: 999;
  grid-column-gap: 60px;
  margin-top: 50px;
  margin-left: 110px;
  display: flex;
  position: relative;
}

.home-3-wrapper {
  width: 100%;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 60px;
  display: flex;
}

.home-3-wrap {
  width: 50%;
  margin-bottom: 100px;
}

.third-link-icon-black {
  width: 8px;
  height: 8px;
  background-color: #111;
  border-radius: 50px;
}

.second-link-icon-black {
  width: 22px;
  height: 22px;
  border: 7px solid rgba(17, 17, 17, .4);
  border-radius: 50px;
}

.home-3-image-banner {
  display: none;
}

.home-3-about-us-wrapper {
  width: 100%;
  display: flex;
}

.home-3-about-us-title {
  margin-top: 20px;
  margin-bottom: 40px;
}

.home-3-about-us-text-wrap {
  width: 51%;
}

.home-3-about-us-number-holder {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.home-3-about-us-number-holder.last-item {
  margin-top: 20px;
}

.home-3-line-divider {
  width: 100px;
  height: 1px;
  background-color: #111;
}

.home-3-about-us-description {
  width: 95%;
}

.home-3-about-us-image {
  width: 35%;
  min-height: 815px;
  object-fit: cover;
  position: absolute;
  top: -33%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.home-3-awards-wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.home-3-awards-name {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px -1px #a2a2a2, -1px -1px #a2a2a2, -1px 0 #a2a2a2, 1px 1px #a2a2a2;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 140px;
  font-weight: 900;
  line-height: 1em;
  transition: all .4s;
}

.home-3-awards-name:hover {
  color: #111;
  text-shadow: none;
}

.hover-image {
  z-index: 10;
  width: 260px;
  height: 280px;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 15px;
}

.what-we-do-container {
  max-width: 1200px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.second-hover-image {
  z-index: 999999;
  width: 260px;
  height: 280px;
  object-fit: cover;
  position: absolute;
  top: 25%;
  right: 15px;
}

.third-hover-image {
  z-index: 10;
  width: 260px;
  height: 280px;
  object-fit: cover;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: auto;
  right: 15px;
}

.with-negative-margin {
  width: 100%;
  margin-top: -250px;
}

.home-3-page-video {
  width: 100%;
  height: 400px;
  grid-column-gap: 10px;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/3d-form_13d form.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home-3-page-video:hover {
  opacity: 1;
}

.home-3-play-button-icon {
  z-index: 7;
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
}

.home-3-play-button-icon.with-bg {
  font-family: "Fa solid 900", sans-serif;
}

.home-3-play-button-icon.with-play-bg {
  font-family: "Fa solid 900", sans-serif;
  transition: transform .4s;
}

.home-3-play-button-icon.with-play-bg:hover {
  transform: scale(1.5);
}

.our-services-number-2 {
  color: #fff;
  text-shadow: 1px -1px #a2a2a2, -1px -1px #a2a2a2, -1px 0 #a2a2a2, 1px 1px #a2a2a2;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 130px;
}

.process-title {
  color: #111;
  font-size: 24px;
}

.process-title.home-5-title {
  z-index: 999;
  color: #fff;
}

.process-title.home-3-text-above {
  color: #fff;
  position: absolute;
  left: 120px;
}

.process-title.home-4-text-above {
  z-index: 999;
  position: absolute;
  left: 120px;
}

.process-title.why-choose-text-above {
  color: #fff;
  position: absolute;
  left: 120px;
}

.home-3-process-wrapper {
  width: 100%;
  grid-column-gap: 130px;
  margin-top: 80px;
  display: flex;
}

.home-3-our-services-number {
  color: #111;
  text-shadow: 1px -1px #a2a2a2, -1px -1px #a2a2a2, -1px 0 #a2a2a2, 1px 1px #a2a2a2;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 130px;
}

.home-3-process-description {
  width: 85%;
  color: #fff;
  text-align: center;
}

.home-3-page-awards-wrapper {
  width: 100%;
  padding-top: 80px;
  display: flex;
}

.awards-image {
  width: 85%;
  height: 380px;
  object-fit: cover;
  margin-top: 50px;
}

.home-3-awards-text-wrap {
  width: 30%;
}

.home-3-awards-content-wrap {
  width: 70%;
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  flex-wrap: wrap;
  padding-left: 85px;
  display: flex;
}

.home-3-awards-title {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 24px;
}

.home-3-portfolio {
  width: 100%;
}

.home-3-portfolio-title-button-wrap {
  flex-direction: row;
  display: flex;
}

.home-3-portfolio-title {
  width: 55%;
  margin-top: 10px;
}

.home-3-button-holder {
  width: 45%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.home-3-portfolio-wrapper {
  width: 100%;
  margin-top: 60px;
}

.home-3-portfolio-list {
  grid-column-gap: 30px;
  display: flex;
  position: relative;
}

.home-3-portfolio-item {
  width: 33%;
}

.home-3-portfolio-image {
  width: 33%;
  height: 230px;
  object-fit: cover;
}

.home-3-portfolio-image.first-item {
  width: 100%;
}

.home-3-portfolio-second-wrapper {
  width: 100%;
  grid-column-gap: 30px;
  margin-top: 30px;
  display: flex;
}

.home-3-portfolio-left {
  width: 33%;
}

.home-3-portfolio-right {
  width: 69%;
}

.home-3-portfolio-second-image {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.home-3-portfolio-second-item {
  grid-row-gap: 30px;
  flex-direction: column;
  position: relative;
}

.home-3-portfolio-large-image {
  width: 100%;
  height: 490px;
  object-fit: cover;
}

.home-3-portfolio-second-list {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.home-3-portfolio-third-item {
  position: relative;
}

.home-3-portfolio-image-hover {
  z-index: 999;
  grid-column-gap: 10px;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-3-portfolio-text-hover {
  color: #fff;
}

.home-3-portfolio-second-image-hover {
  z-index: 999;
  grid-column-gap: 10px;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-3-image-wrap {
  width: 100%;
  height: 230px;
  position: relative;
}

.benefits-wrapper {
  width: 100%;
  max-width: 1200px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.benefits-slider-wrapper {
  margin-top: 45px;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.benefits-slider-image {
  height: 400px;
  max-width: 770px;
  object-fit: cover;
  box-shadow: 28px 28px rgba(0, 0, 0, .1);
}

.benefits-slider-image.white-box-bg {
  box-shadow: 28px 28px rgba(162, 162, 162, .2);
}

.benefits-text-wrap {
  z-index: 777;
  max-width: 490px;
  background-color: #fff;
  padding: 30px;
  position: absolute;
  top: 50px;
  left: 35%;
}

.benefits-description {
  margin-top: 20px;
}

.benefits-slider {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
}

.benefits-left-arrow {
  z-index: 5;
  width: 20px;
  height: 15px;
  background-image: url('../images/left-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  top: 5px;
  bottom: auto;
  left: auto;
  right: 120px;
}

.benefits-left-arrow.white-bg {
  filter: invert();
}

.benefits-right-arrow {
  z-index: 5;
  width: 20px;
  height: 15px;
  background-image: url('../images/right-arrow.svg');
  background-repeat: no-repeat;
  background-size: auto;
  top: 6px;
  bottom: auto;
  left: auto;
  right: 60px;
}

.benefits-right-arrow.with-white-bg {
  filter: invert();
}

.benefits-slide {
  width: 80%;
}

.home-2-portfolio-image {
  width: 100%;
  height: 370px;
  object-fit: cover;
  transition: transform .4s;
}

.home-2-portfolio-image:hover {
  transform: scale(1.05);
}

.home-3-blog-wrapper {
  width: 100%;
}

.home-3-blog-large-title-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-3-blog-content-wrap {
  width: 100%;
  margin-top: 40px;
}

.home-3-blog-image {
  width: 100%;
  height: 430px;
  object-fit: cover;
  transition: transform .3s;
}

.home-3-blog-image:hover {
  transform: scale(1.02);
}

.home-3-blog-list {
  width: 100%;
  grid-column-gap: 30px;
  display: flex;
}

.home-3-blog-text-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-3-blog-text-holder {
  padding-top: 20px;
}

.home-3-blog-description {
  width: 75%;
  margin-top: 8px;
}

.home-3-blog-title {
  color: #111;
  cursor: pointer;
  font-size: 24px;
  transition: color .3s;
  display: inline-block;
}

.home-3-blog-title:hover {
  color: #a2a2a2;
}

.home-2-explore-wrapper {
  z-index: 999;
  grid-column-gap: 60px;
  margin-top: 50px;
  margin-left: 110px;
  display: none;
  position: relative;
}

.home-2-portfolio-image-holder {
  width: 100%;
  display: flex;
}

.home-1-portfolio-image-link {
  width: 100%;
}

.home-1-portfolio-2-imag {
  width: 100%;
  height: 370px;
  object-fit: cover;
  transition: transform .3s;
}

.home-1-portfolio-2-imag:hover {
  transform: scale(1.02);
}

.home-1-portfolio-second-list-wrapper {
  width: 100%;
}

.home-1-portfolio-second-list {
  width: 100%;
  grid-column-gap: 30px;
  display: flex;
}

.home-1-portfolio-second-item {
  width: 50%;
}

.home-3-category-item {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home-4-top-banner-section {
  min-height: 450px;
  background-image: linear-gradient(#000, #fff);
  padding-top: 165px;
  position: relative;
}

.home-4-banner-titlle-wrapper {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home-4-banner-titlle {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.text-gray {
  color: #a2a2a2;
}

.home-4-banner-description {
  width: 50%;
  color: #111;
  margin-left: 140px;
}

.home-4-top-banner-icon {
  z-index: 1;
  max-height: 200px;
  max-width: 200px;
}

.home-4-top-banner-sphere-icon {
  z-index: 999;
  width: 82px;
  height: 82px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.block-with-negative-margin {
  width: 100%;
  grid-column-gap: 30px;
  margin-top: -175px;
  display: flex;
}

.spaces-wrapper {
  width: 33%;
  background-color: #faf8f7;
  padding: 35px 50px;
}

.spaces-title-wrap {
  justify-content: space-between;
  margin-bottom: 15px;
  display: flex;
}

.home-4-process-wrapper {
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.home-4-process-wrap {
  width: 25%;
  position: relative;
}

.home-4-our-services-number {
  color: #fff;
  text-shadow: 1px -1px #a2a2a2, -1px -1px #a2a2a2, -1px 0 #a2a2a2, 1px 1px #a2a2a2;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 130px;
}

.projects-section {
  padding-top: 55px;
  padding-bottom: 80px;
  position: relative;
}

.home-4-specialize-wrapper {
  width: 100%;
  grid-column-gap: 30px;
  flex-direction: row-reverse;
  align-items: flex-end;
  display: flex;
}

.home-4-specialize-image {
  width: 47%;
  height: 500px;
  transition: transform .3s;
}

.home-4-specialize-image:hover {
  transform: scale(1.05);
}

.home-3-specialize-second-image {
  width: 48%;
  height: 425px;
  transition: transform .3s;
}

.home-3-specialize-second-image:hover {
  transform: scale(1.05);
}

.home-4-specialize-image-wrap {
  width: 53%;
  grid-column-gap: 30px;
  align-items: flex-end;
  display: flex;
}

.home-4-specialize-content-wrap {
  width: 47%;
}

.how-we-work-wrapper {
  width: 100%;
  grid-column-gap: 40px;
  display: flex;
}

.how-we-text-wrap {
  width: 50%;
}

.how-we-work-title {
  margin-bottom: 15px;
}

.home-4-page-video {
  width: 100%;
  height: 280px;
  grid-column-gap: 10px;
  object-fit: cover;
  background-image: url('../images/building-video-bg_1building video bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home-4-page-video:hover {
  opacity: 1;
}

.how-we-work-video-wrap {
  z-index: 5;
  width: 50%;
  margin-bottom: -50px;
  position: relative;
}

.home-4-primary-button-white {
  color: #111;
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow-1.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #111;
  border-radius: 60px;
  padding: 12px 70px 12px 30px;
  font-size: 18px;
  line-height: 1.3em;
  transition: background-color .4s;
  display: inline-block;
}

.home-4-primary-button-white:hover {
  opacity: 1;
  color: #fff;
  background-color: #111;
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto;
}

.team-primary-button {
  min-width: 175px;
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  background-color: #111;
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow.svg');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #fff;
  border-radius: 60px;
  padding: 12px 60px 12px 30px;
  font-size: 18px;
  line-height: 1.3em;
  transition: background-color .4s;
  display: inline-block;
}

.team-primary-button:hover {
  color: #111;
  background-color: #fff;
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow-1.svg');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: auto;
}

.home-4-our-team-wrapper {
  width: 40%;
}

.home-4-our-team-image-wrapper {
  width: 60%;
}

.home-4-our-team-description {
  width: 100%;
  margin-bottom: 30px;
}

.home-4-our-team-image {
  height: 260px;
  max-width: 570px;
  object-fit: cover;
  position: absolute;
  top: 130px;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.home-4-blog-list {
  width: 100%;
  grid-column-gap: 30px;
  display: flex;
}

.home-4-blog-item {
  width: 33%;
}

.home-4-blog-image {
  width: 100%;
  height: 230px;
  object-fit: cover;
  transition: transform .3s;
}

.home-4-blog-image:hover {
  transform: scale(1.02);
}

.home-4-blog-text-wrap {
  display: inline-block;
}

.home-4-blog-image-holder {
  width: 100%;
}

.home-4-blog-description {
  width: 100%;
  margin-top: 8px;
}

.with-black-bg {
  background-color: #111;
}

.home-5-secondary-button-white {
  min-width: 175px;
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow.svg');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #fff;
  padding: 12px 60px 12px 30px;
  font-size: 18px;
  line-height: 1.3em;
  transition: background-color .4s;
  position: absolute;
  top: auto;
  bottom: 32px;
  left: 62px;
  right: auto;
}

.home-5-secondary-button-white:hover {
  color: #111;
  background-color: #fff;
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow-1.svg');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: auto;
}

.home-5-banner-section {
  margin-bottom: 270px;
  padding-top: 170px;
  padding-bottom: 80px;
  position: relative;
}

.home-5-banner-wrapper {
  width: 100%;
  margin-bottom: 50px;
}

.home-5-title-wrap {
  width: 100%;
  display: flex;
}

.home-5-banner-titlle {
  width: 75%;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 35px;
}

.home-5-category-title {
  color: #fff;
  margin-top: 10px;
  font-size: 24px;
  transition: color .3s;
}

.home-5-category-title:hover {
  color: #a2a2a2;
}

.home-5-category-title.process-banner {
  color: #111;
}

.home-5-category-title.process-banner:hover {
  color: #a2a2a2;
}

.home-5-category-wrap {
  width: 40%;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 52px;
  display: flex;
}

.home-5-category-small-title {
  padding-right: 25px;
}

.home-5-title-description-wrap {
  width: 60%;
  grid-column-gap: 30px;
  display: flex;
}

.home-5-link-wrapper {
  width: 18%;
  color: #fff;
  align-items: flex-end;
  margin-top: 20px;
  transition: transform .3s;
  display: flex;
}

.home-5-description {
  width: 78%;
  color: #fff;
}

.home-5-banner-image {
  height: 350px;
  max-width: 990px;
  object-fit: cover;
  position: absolute;
  top: 85%;
}

.believe-wrapper {
  width: 100%;
  grid-column-gap: 70px;
  display: flex;
}

.believe-title-wrap {
  width: 35%;
}

.believe-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 700;
}

.believe-description-wrap {
  width: 65%;
  grid-column-gap: 30px;
  display: flex;
}

.home-5-our-services-number {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 130px;
}

.home-5-process-wrapper {
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.home-5-number-holder {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home-5-about-us {
  align-items: flex-end;
  display: flex;
}

.home-5-title-with-number {
  width: 100%;
  height: 70px;
  grid-column-gap: 30px;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 50px;
  display: flex;
}

.home-5-number-wrap {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-5-about-us-number {
  color: #fff;
  text-align: center;
}

.one-line-bg {
  z-index: 99;
  width: 100vw;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 20px;
  left: 70px;
}

.home-5-projects-wrapper {
  width: 100%;
  grid-column-gap: 70px;
  display: flex;
}

.home-5-projects-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: transform .3s;
}

.home-5-projects-image:hover {
  transform: scale(1.02);
}

.home-5-projects-content-wrap {
  width: 35%;
}

.home-5-projects-second-image {
  width: 100%;
  height: 210px;
  object-fit: cover;
  transition: transform .3s;
}

.home-5-projects-second-image:hover {
  transform: scale(1.02);
}

.home-5-projects-description {
  width: 70%;
  margin-top: 20px;
  margin-bottom: 30px;
}

.home-5-link-projects-wrapper {
  width: 100%;
  color: #fff;
  transition: transform .3s;
}

.home-5-projects-image-wrap {
  width: 45%;
}

.home-5-services-wrapper {
  width: 100%;
  grid-column-gap: 45px;
  display: flex;
}

.home-5-services-list-wrap {
  width: 47%;
}

.home-5-services-title-holder {
  grid-column-gap: 20px;
  align-items: flex-start;
  display: flex;
}

.home-5-services-arrow {
  width: 60px;
  height: 60px;
  background-image: url('../images/white-right-arrow_1white right arrow.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.home-5-services-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 700;
  transition: transform .3s;
}

.home-5-services-title:hover {
  transform: scale(1.02);
}

.home-5-choose-us-wrapper {
  width: 100%;
  margin-top: 100px;
}

.home-5-choose-us {
  align-items: flex-end;
  margin-bottom: 40px;
}

.home-5-choose-us-text-wrap {
  width: 27%;
}

.home-5-choose-us-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 700;
}

.home-5-choose-us-text-wrapper {
  width: 100%;
  grid-column-gap: 20px;
  display: flex;
}

.home-5-choose-us-text-wrapper.last-item {
  margin-top: 40px;
}

.choose-us-description {
  width: 100%;
}

.choose-us-image {
  width: 100%;
  height: 370px;
  max-width: 430px;
  object-fit: cover;
  position: absolute;
  top: 55%;
  bottom: 0;
  right: 0%;
}

.home-5-page-awards-wrapper {
  width: 100%;
  display: flex;
}

.home-5-awards-image {
  width: 100%;
  min-height: 450px;
  object-fit: cover;
}

.awards-section {
  padding-top: 40px;
  position: relative;
  overflow: hidden;
}

.awards-one-line-bg {
  z-index: 999;
  width: 100vw;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: 70px;
  right: 0%;
}

.home-5-latest-post {
  color: #fff;
}

.home-5-awards-text-wrap {
  width: 30%;
}

.home-5-blog-title {
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  transition: color .3s;
  display: inline-block;
}

.home-5-blog-title:hover {
  color: #a2a2a2;
}

.footer-white {
  text-align: center;
  background-color: #fff;
  background-image: url('../images/Vector-17.svg');
  background-position: 50% 33%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 50px;
}

.home-3-right-arrow-holder {
  z-index: 9999;
  width: 30px;
  height: 30px;
  display: none;
  position: absolute;
  left: auto;
  right: 5%;
}

.home-5-process-wrap {
  width: 25%;
  position: relative;
}

.section-with-image-bg {
  min-height: 500px;
  background-image: url('../images/building_2building.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-with-parallax-4 {
  min-height: 600px;
  background-image: url('../images/Screenshot_12---Copy.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.home-4-banner-image-holder {
  z-index: 99999;
  max-height: 200px;
  max-width: 200px;
  justify-content: flex-end;
  margin-bottom: -99px;
  position: relative;
}

.banner-image-wrapper {
  width: 100%;
  justify-content: flex-end;
  display: flex;
}

.home-1-studio-content-description {
  width: 50%;
  text-align: center;
  margin-top: 30px;
}

.about-us-banner-wrapper {
  width: 100%;
  color: #f9f9fa;
  margin-top: 69px;
  margin-bottom: -19px;
  padding-bottom: 0;
}

.about-us-text-wrap {
  width: 50%;
  margin-bottom: 190px;
}

.about-banner-description {
  color: #f9f9fa;
  margin-top: 30px;
}

.about-us-banner-image {
  max-width: 495px;
  min-height: 560px;
  object-fit: cover;
  margin-top: 115px;
  position: absolute;
  top: 110px;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.about-explore-wrapper {
  z-index: 999;
  grid-column-gap: 60px;
  display: flex;
  position: relative;
}

.about-us-page-text-wrapper {
  width: 100%;
  grid-column-gap: 60px;
  display: flex;
}

.about-us-title-wrap {
  width: 56%;
}

.about-us-content-wrap {
  width: 44%;
}

.about-us-title {
  margin-top: 20px;
  font-size: 45px;
  font-weight: 400;
}

.about-us-play-button-icon {
  z-index: 7;
  color: #fff;
  position: relative;
}

.about-choose-wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.why-choose-us-title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px -1px #a2a2a2, -1px -1px #a2a2a2, -1px 0 #a2a2a2, 1px 1px #a2a2a2;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 90px;
  font-weight: 900;
  line-height: 1em;
  transition: all .3s;
}

.why-choose-us-title:hover {
  color: #111;
  text-shadow: none;
}

.why-choose-wrapper {
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.why-choose-wrapper.last-item {
  margin-bottom: 0;
}

.home-3-left-arrow-holder {
  z-index: 9999;
  width: 30px;
  height: 30px;
  display: none;
  position: absolute;
  left: auto;
  right: 120px;
}

.post-link-holder, .home-4-post-link-holder {
  margin-top: 25px;
  display: inline-block;
}

.home-5-blog-text-wrap {
  justify-content: space-between;
  align-items: center;
}

.home-5-post-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-us-text-holder {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-us-blog-title {
  color: #111;
  cursor: pointer;
  font-size: 24px;
  transition: color .3s;
  display: inline-block;
}

.about-us-blog-title:hover {
  color: #a2a2a2;
}

.process-banner-title-wrapper {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: -33px;
  padding-bottom: 16px;
  display: flex;
}

.process-banner-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 35px;
}

.process-banner-text-wrap {
  width: 50%;
  margin-bottom: 50px;
}

.process-banner-image {
  height: 350px;
  min-width: 990px;
  object-fit: none;
  margin-top: -2px;
  padding-top: 0;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.process-banner-image.news-grid {
  bottom: -20px;
}

.process-category-small-title {
  margin-top: 10px;
  padding-right: 25px;
}

.process-one-line-bg {
  z-index: 99;
  width: 100vw;
  height: 1px;
  background-color: #111;
  position: absolute;
  top: 20px;
  left: 70px;
}

.process-number-wrap {
  width: 40px;
  height: 40px;
  border: 1px solid #111;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.process-number-holder {
  color: #111;
  text-align: center;
}

.process-holder-title {
  color: #111;
  align-items: flex-end;
  display: flex;
}

.link-with-icon-holder {
  display: inline-block;
}

.process-steps-title {
  color: #111;
  text-transform: uppercase;
  font-weight: 700;
}

.team-with-image-bg {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/team-meeting_1team meeting.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.our-team-short-description {
  width: 70%;
  color: #111;
  text-align: center;
}

.our-team-short-description.text-white {
  color: #fff;
}

.team-page-members-name {
  color: #111;
  text-align: left;
  margin-bottom: 5px;
  font-size: 22px;
}

.our-team-first-video {
  width: 100%;
  height: 300px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.our-team-first-video:hover {
  opacity: 1;
}

.pricing-banner-wrapper-copy {
  height: 80vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 45px;
  display: flex;
  position: relative;
}

.pricing-our-story-wrap {
  width: 100%;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  right: 15px;
}

.pricing-title {
  margin-top: 20px;
}

.pricing-services-item {
  width: 25%;
  min-height: 400px;
  border: 1px solid #a2a2a2;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  transition: all .4s;
  display: flex;
}

.pricing-services-item:hover {
  background-image: url('../images/building_1building.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate(0, 15px);
}

.pricing-services-item.second-item {
  margin-top: 50px;
}

.pricing-services-item.second-item:hover {
  background-image: url('../images/archtecture_1archtecture.webp');
}

.pricing-services-item.third-item:hover {
  background-image: url('../images/architecture_3architecture.webp');
}

.pricing-services-item.fourth-item {
  margin-top: 50px;
}

.pricing-services-item.fourth-item:hover {
  background-image: url('../images/architecture-image_1architecture image.webp');
}

.pricing-services-wrapper {
  width: 100%;
  align-items: center;
  display: flex;
}

.pricing-services-number-holder {
  width: 100%;
  justify-content: flex-end;
  display: flex;
}

.pricing-services-title {
  color: #111;
  margin-bottom: 20px;
  font-size: 24px;
}

.pricing-page-title-wrapper {
  max-width: 740px;
  text-align: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.choose-us-banner-titlle-wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-top: 23px;
  padding-bottom: 85px;
  display: flex;
}

.choose-us-with-image-bg {
  min-height: 500px;
  background-image: url('../images/architecture_1architecture.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.choose-us-video {
  width: 100%;
  height: 400px;
  grid-column-gap: 10px;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/architecture_2architecture.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.choose-us-video:hover {
  opacity: 1;
}

.pricing-explore-wrapper {
  z-index: 999;
  grid-column-gap: 60px;
  margin-top: 160px;
  display: none;
  position: relative;
}

.pricing-banner-short-description {
  width: 90%;
  color: #575757;
  margin-top: 35px;
  margin-bottom: 50px;
  line-height: 1.5em;
}

.why-choose-banner-description {
  width: 50%;
  color: #111;
  text-align: center;
}

.why-choose-process-wrapper {
  width: 100%;
  grid-column-gap: 130px;
  margin-top: 80px;
  display: flex;
}

.why-choose-us-process-wrap {
  width: 33%;
  position: relative;
}

.pricing-process-description {
  width: 85%;
  color: #fff;
}

.clients-top-banner-section {
  height: 85vh;
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/building-architecture_1building architecture.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.clients-paragraph-holder {
  flex-direction: column;
  display: flex;
}

.clients-title-holder {
  width: 71%;
}

.clients-our-story-holder {
  width: 100%;
  max-width: 1200px;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-page-list-wrapper {
  width: 100%;
}

.service-page-list {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  display: flex;
}

.service-page-item {
  width: 48.4%;
}

.service-page-image-holder {
  width: 100%;
  transition-property: transform;
  transition-duration: .4s;
  overflow: hidden;
}

.service-page-image {
  width: 100%;
  height: 430px;
  object-fit: cover;
  transition: transform .4s;
}

.service-page-image:hover {
  transform: scale(1.1);
}

.pricing-image {
  width: 100%;
  height: 80vh;
  object-fit: cover;
}

.why-choose-number-holder {
  align-items: center;
  display: flex;
  position: relative;
}

.services-details-link {
  justify-content: center;
  display: flex;
}

.services-category-list-wrapper {
  width: 100%;
}

.services-category-list {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  display: flex;
}

.services-category-item {
  width: 31.3%;
  flex-direction: column;
  display: flex;
}

.services-category-image-holder {
  width: 100%;
  overflow: hidden;
}

.services-category-image {
  width: 100%;
  height: 360px;
  object-fit: cover;
  transition: transform .4s;
}

.services-category-image:hover {
  transform: scale(1.1);
}

.services-category-description {
  width: 75%;
  margin-top: 8px;
  transition: color .3s;
  display: inline;
}

.services-category-description:hover {
  color: #111;
}

.service-description-link.w--current {
  margin-top: 5px;
}

.service-category-title-link {
  padding-top: 20px;
}

.service-list-title {
  width: 75%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
}

.service-list-text-wrapper {
  grid-row-gap: 35px;
  flex-direction: column;
  justify-content: space-around;
  align-self: flex-start;
  align-items: flex-end;
  margin-top: 52px;
  display: flex;
  position: relative;
}

.services-list-description {
  width: 66%;
  color: #fff;
  text-align: center;
  align-self: center;
}

.service-list-banner-wrapper {
  width: 100%;
}

.service-category-small-title {
  margin-top: 6px;
  padding-right: 25px;
}

.clients-base-container {
  max-width: 1200px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.projects-title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.portfolio-collection-list-wrapper {
  width: 100%;
}

.projects-text-hover {
  z-index: 99;
  padding-top: 15px;
  padding-bottom: 15px;
  position: absolute;
  top: auto;
  bottom: 40px;
  left: 30px;
  right: 0%;
}

.projects-text-hover-holder {
  z-index: 8;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.black-bg {
  background-color: #000;
}

.white-footer-text-field {
  min-width: 270px;
  color: #111;
  background-color: rgba(0, 0, 0, 0);
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #a2a2a2;
  padding: 10px 0;
  font-family: Yantramanav, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.1em;
}

.white-footer-text-field:focus {
  color: #111;
  border-bottom-color: #a2a2a2;
}

.white-footer-text-field::-ms-input-placeholder {
  color: #a2a2a2;
  font-size: 18px;
  line-height: 1.1em;
}

.white-footer-text-field::placeholder {
  color: #a2a2a2;
  font-size: 18px;
  line-height: 1.1em;
}

.project-2-title {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  transition: color .3s;
}

.project-2-title:hover {
  color: #a2a2a2;
}

.project-2-description {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 50px;
  font-size: 24px;
}

.service-list-section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.service-details-title {
  color: #fff;
  text-align: center;
}

.projects-1-section {
  padding-top: 60px;
  padding-bottom: 80px;
  position: relative;
}

.project-details-top-section {
  height: 100vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.projects-details-description {
  width: 44%;
  color: #fff;
  margin-top: 30px;
}

.projects-content-section {
  background-color: #faf8f7;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-filter-bg {
  background-color: rgba(17, 17, 17, .4);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-categories-list-wrapper {
  width: 100%;
}

.project-categories-list {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  display: flex;
}

.project-categories-item {
  width: 31.3%;
  cursor: pointer;
  flex-direction: column;
  display: flex;
}

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

.contact-us-banner-titlle-wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.contact-us-banner-description {
  width: 55%;
  color: #111;
  text-align: center;
}

.contact-us-section-with-parallax {
  min-height: 400px;
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/architecture-design_1architecture design.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.contact-us-spaces-title-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.contact-us-top-banner-section {
  min-height: 450px;
  background-image: url('../images/home-3-line-bg.svg');
  background-position: 50% -105%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 165px;
  position: relative;
}

.contact-us-large-title {
  margin-top: 20px;
  margin-bottom: 40px;
}

.contact-us-logos-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.project-scroll-button {
  z-index: auto;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: #111;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 53px;
  transition: transform .3s;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 0%;
  left: 50%;
  right: 50%;
}

.contacts-2-input {
  height: auto;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  padding: 16px 18px 16px 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.1em;
  transition: all .2s;
}

.contacts-2-input:focus {
  border-bottom-color: #a2a2a2;
}

.contact-2-textarea {
  min-height: 200px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  margin-bottom: 30px;
  padding: 16px 18px 16px 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.1em;
}

.contact-2-textarea:focus {
  border-bottom-color: #a2a2a2;
}

.contact-2-textarea::-ms-input-placeholder {
  font-weight: 300;
}

.contact-2-textarea::placeholder {
  font-weight: 300;
}

.contacts-2-content-title {
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.contacts-email {
  color: #fff;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 24px;
  display: inline-block;
}

.contacts-email:hover {
  color: #a2a2a2;
}

.contacts-2-image {
  width: 100%;
  height: 410px;
  object-fit: cover;
  transition: transform .3s;
}

.contacts-2-image:hover {
  transform: scale(1.1);
}

.contacts-2-image-holder {
  overflow: hidden;
}

.location-info {
  margin-top: 0;
  margin-bottom: 0;
}

.location-info:hover {
  color: #a2a2a2;
}

.locations-wrapper {
  margin-top: 45px;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.contact-us-3-top-section {
  z-index: 99;
  min-height: 500px;
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/office-image_1office image.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 210px;
  padding-bottom: 150px;
}

.contact-us-text-wrapper {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}

.contact-us-3-title {
  color: #fff;
}

.contact-us-3-wrapper {
  width: 100%;
  grid-column-gap: 60px;
  display: flex;
  position: relative;
}

.contacts-3-form-wrap {
  width: 70%;
  background-color: #faf8f7;
  padding: 40px 40px 25px;
}

.contacts-input-holder {
  width: 100%;
  grid-column-gap: 20px;
  margin-bottom: 25px;
  display: flex;
}

.contacts-3-input {
  width: 50%;
  height: auto;
  color: #111;
  background-color: #fff;
  border: 1px solid #fff;
  margin-bottom: 0;
  padding: 16px 18px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.1em;
  transition: all .2s;
}

.contacts-3-input:focus {
  border-color: #a2a2a2;
}

.contacts-3-input {
  width: 50%;
}

.contacts-3-email-input {
  height: auto;
  color: #111;
  background-color: #fff;
  border: 1px solid #fff;
  margin-bottom: 20px;
  padding: 16px 18px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.1em;
  transition: all .2s;
}

.contacts-3-email-input:focus {
  border-color: #a2a2a2;
}

.contacts-small-titte {
  color: #111;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.contacts-small-titte.sidebar {
  margin-bottom: 30px;
}

.contacts-3-text-wrap {
  z-index: 999;
  width: 30%;
  height: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.contacts-3-info {
  color: #111;
}

.contacts-3-list-wrapper {
  padding-bottom: 10px;
}

.contacts-services {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px -1px #a2a2a2, -1px -1px #a2a2a2, -1px 0 #a2a2a2, 1px 1px #a2a2a2;
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.1em;
  transition: all .3s;
}

.contacts-services:hover {
  color: #111;
  text-shadow: none;
}

.contacts-arrow-hover {
  width: 24px;
  height: 24px;
  object-fit: cover;
  margin-bottom: 40px;
  margin-left: 20px;
}

.contacts-services-holder {
  grid-column-gap: 20px;
  cursor: pointer;
  align-items: center;
}

.contacts-services-wrapper {
  grid-column-gap: 20px;
  flex-direction: row;
  align-items: center;
  display: inline;
}

.contact-us-form-section {
  padding-top: 50px;
  padding-bottom: 80px;
  position: relative;
}

.contact-us-form-section.without-bottom-spacing {
  padding-bottom: 0;
}

.contact-us-3-info {
  margin-top: 0;
  margin-bottom: 0;
}

.contact-us-3-info:hover {
  color: #a2a2a2;
}

.blog-grid-description {
  width: 100%;
  margin-top: 8px;
}

.blog-title-wrapper {
  grid-row-gap: 5px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.project-scroll-button-holder {
  z-index: 5;
  height: 60px;
  mix-blend-mode: multiply;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-image {
  width: 30px;
  height: 30px;
}

.news-button {
  min-width: 175px;
  color: #111;
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #111;
  border-radius: 60px;
  padding: 12px 30px;
  font-size: 18px;
  line-height: 1.3em;
  transition: background-color .4s;
  display: inline-block;
}

.news-button:hover {
  color: #fff;
  background-color: #111;
}

.news-2-button {
  min-height: 50px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(255, 255, 255, .4), rgba(255, 255, 255, .4));
  border-radius: 60px;
  padding: 12px 30px;
  transition: background-color .4s;
  display: flex;
}

.news-2-button:hover {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #fff;
  background-color: #111;
  background-image: none;
}

.news-2-top-banner-section {
  min-height: 70vh;
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/architecture-building_1architecture building.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.home-primary-button {
  min-height: 50px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  outline-offset: 0px;
  color: #111;
  text-align: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(255, 255, 255, .4), rgba(255, 255, 255, .4));
  border-radius: 60px;
  outline: 3px #fff;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  margin-left: 106px;
  margin-right: 23px;
  padding: 12px 30px;
  transition: background-color .4s;
  display: flex;
  position: static;
}

.home-primary-button:hover {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #fff;
  background-color: #111;
  background-image: none;
}

.news-tab-holder, .news-tabs {
  width: 100%;
}

.news-tab-menu {
  width: 100%;
  border-top: 1px solid #a2a2a2;
  border-bottom: 1px solid #a2a2a2;
}

.news-tabs-content {
  width: 100%;
  margin-top: 100px;
}

.news-tab-link {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  padding: 9px 30px 15px;
}

.news-tab-link.w--current {
  grid-column-gap: 15px;
  background-color: #f8f8f8;
}

.news-tab-pane, .news-tab-list-wrapper, .news-tab-list {
  width: 100%;
}

.news-tab-item {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.news-tab-item:last-child {
  margin-bottom: 0;
}

.news-2-tab-holder {
  width: 18%;
  flex-flow: column-reverse wrap;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: center;
  align-items: flex-start;
  margin-left: -65px;
  transform: rotate(-90deg);
}

.news-date {
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px -1px #a2a2a2, -1px -1px #a2a2a2, -1px 0 #a2a2a2, 1px 1px #a2a2a2;
  white-space: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  line-height: 1.1em;
  display: flex;
}

.news-tab-title {
  margin-top: 10px;
  transition: color .3s;
}

.news-tab-title:hover {
  color: #a2a2a2;
}

.news-title-holder {
  width: 90%;
  grid-column-gap: 50px;
  display: flex;
}

.news-2-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.news-title-wrap {
  width: 35%;
  flex-direction: column;
  display: flex;
}

.news-image-wrap {
  width: 65%;
  height: 100%;
  cursor: pointer;
}

.blog-grid-category-image-link {
  min-width: 100%;
}

.blog-grid-category-image {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform .3s;
}

.blog-grid-category-image:hover {
  transform: scale(1.02);
}

.blog-categories-description {
  width: 100%;
  margin-top: 8px;
}

.news-grid-pagination {
  padding-top: 50px;
  display: none;
}

.news-categories-wrapper {
  grid-column-gap: 27px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.news-text-content {
  flex-direction: column;
  margin-bottom: 60px;
  display: flex;
}

.news-link-holder {
  margin-top: 25px;
  display: inline-block;
}

.lightbox-project {
  width: 100%;
}

.blog-sidebar-post-category-template {
  color: #fff;
  background-color: #111;
  border: 1px solid #111;
  border-radius: 60px;
  margin-bottom: 10px;
  padding: 5px 15px;
  transition: all .3s;
  display: inline-block;
}

.blog-sidebar-post-category-template:hover {
  color: #111;
  background-color: #fff;
}

.blog-rich-text-style {
  margin-top: 40px;
}

.blog-rich-text-style h6 {
  margin-top: 20px;
}

.blog-rich-text-style p {
  margin-bottom: 10px;
}

.blog-rich-text-style h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-rich-text-style h2 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.blog-rich-text-style h5, .blog-rich-text-style h4 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-template-image-holder {
  overflow: hidden;
}

.blog-title {
  margin-top: 20px;
}

.blog-details-section {
  padding-top: 140px;
  padding-bottom: 80px;
  position: relative;
}

.news-3-banner {
  width: 100%;
  max-width: 760px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.news-3-description {
  width: 80%;
  color: #111;
  text-align: center;
}

.news-3-category {
  color: #fff;
  cursor: pointer;
  background-color: #111;
  border: 1px solid #111;
  border-radius: 60px;
  margin-top: -18px;
  padding: 5px 15px;
  display: inline-block;
}

.news-3-category:hover {
  background-color: #a2a2a2;
  border-color: #a2a2a2;
}

.news-3-post-date {
  color: #a2a2a2;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 25px;
  font-size: 18px;
  line-height: 1.33em;
}

.news-3-short-description {
  margin-top: 20px;
  margin-bottom: 35px;
}

.news-3-link-holder {
  display: inline-block;
}

.news-3-title {
  transition: color .3s;
}

.news-3-title:hover {
  color: #a2a2a2;
}

._404-title {
  margin-top: 0;
  font-size: 170px;
}

.password-field {
  margin-bottom: 15px;
  font-family: Yantramanav, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.33em;
}

.password-button {
  min-width: 175px;
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  background-color: #111;
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow.svg');
  background-position: 65%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #111;
  padding: 12px 60px 12px 30px;
  font-size: 18px;
  line-height: 1.3em;
  transition: background-color .4s;
  display: inline-block;
}

.password-button:hover {
  color: #111;
  background-color: #fff;
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow-1.svg');
  background-position: 65%;
  background-repeat: no-repeat;
  background-size: auto;
}

.password-error {
  background-color: rgba(0, 0, 0, 0);
}

.password-error-text {
  color: #111;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.33em;
}

.search-text {
  margin-top: 20px;
  margin-bottom: 15px;
}

.licensign-title {
  text-transform: uppercase;
}

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

.empty-state {
  background-color: rgba(0, 0, 0, 0);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.33em;
  display: block;
}

.empty-state-white {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.33em;
}

.news-2-text-holder {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.news-2-description {
  width: 50%;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
  line-height: 1.5em;
}

.work-process-banner-title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 35px;
}

.home-one-team-image {
  width: 48.5%;
  height: 280px;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
}

.home-one-team-wrapper, .projects-list-wrapper {
  width: 100%;
  position: relative;
}

.projects-collection-list {
  width: 100%;
}

.projects-item {
  width: 100%;
  min-height: 100vh;
  background-image: url('../images/8501-crosswind-dr-fort-worth-tx-High-Res-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.projects-item.item-1 {
  background-image: url('../images/8501-crosswind-dr-fort-worth-tx-High-Res-01.jpg');
}

.projects-item.item-2 {
  background-image: url('../images/binkley-residence-5---Copy.jpg');
}

.projects-item.item-3 {
  background-image: url('../images/Screenshot_17---Copy.jpg');
  background-position: 50%;
  background-size: cover;
}

.projects-item.item-4 {
  background-image: url('../images/Gream-project.jpg');
}

.projects-item.item-5 {
  background-image: url('../images/Landscape-design.JPG');
}

.projects-item.item-6 {
  background-image: url('../images/IMG_2837---Copy.JPG');
}

.projects-content-holder {
  z-index: 2;
  max-width: 675px;
  flex-direction: column;
  align-items: flex-start;
  padding: 60px 15px 80px;
  display: inline;
  position: relative;
}

.projects-overlay {
  z-index: 1;
  background-color: rgba(17, 17, 17, .4);
  background-image: url('../images/8501-crosswind-dr-fort-worth-tx-High-Res-01.jpg');
  background-position: 0 100%;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.landing-home-pages-wrapper-copy {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.section-banner {
  background-image: linear-gradient(#000, #fff);
  margin-top: 0;
  padding-top: 168px;
  padding-bottom: 80px;
  position: relative;
}

.section-banner.landing-banner {
  height: 100%;
  min-height: 87vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.landing-inner-page-item {
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: 6px;
}

.landing-inner-page-item.home-screen {
  width: 31%;
}

.color-bg {
  height: 140px;
  background-color: #111;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-7 {
  z-index: 999;
  width: 100%;
  margin-bottom: -60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.landing-text-span {
  color: #a2a2a2;
}

.landing-banner-content {
  z-index: 999;
  max-width: 1100px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.landing-inner-page-image {
  width: 100%;
  object-fit: cover;
  object-position: 50% 0%;
  border: 1px solid #e9e9e9;
}

.landing-inner-page-image.banner {
  box-shadow: 0 6px 20px rgba(0, 0, 0, .08);
}

.landing-banner-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
}

.section-landing-customers {
  background-color: #111;
  padding-top: 100px;
  padding-bottom: 80px;
  overflow: hidden;
}

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

.landing-paragraph-style {
  color: #fff;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 0;
}

.landing-customers-content-right {
  width: 50%;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.landing-icon-style {
  max-height: 60px;
  opacity: 1;
  filter: invert();
}

.landing-customers-icon-wrapper {
  width: 80%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.landing-customers-layout {
  justify-content: space-between;
  display: flex;
}

.paragraph-benefits-lp {
  width: 90%;
  color: #fff;
}

.landing-customers-content-left {
  width: 50%;
  grid-row-gap: 30px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 100px;
  display: flex;
}

.base-container-2 {
  max-width: 1200px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.landing-inner-page-title {
  text-transform: none;
}

.section-ttile-description {
  text-align: center;
  margin-top: 20px;
}

.landing-section-title {
  width: 70%;
  margin: 0 auto;
}

.landing-inner-page-icon {
  z-index: 10;
  width: 80px;
  height: 80px;
  color: #fff;
  background-color: #111;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 28px;
  display: flex;
  position: absolute;
  transform: rotate(-30deg);
}

.landing-home-pages-wrapp {
  width: 100%;
  max-width: 1480px;
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.landing-home-pages-wrapp.bottom {
  margin-top: 40px;
}

.landing-inner-pages-wrapp {
  max-width: 1480px;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.landing-free-trial-wrapper {
  max-width: 700px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.landing-free-trial-wrapper.landing {
  max-width: 690px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.landing-free-trial-title {
  margin-top: 0;
  margin-bottom: 40px;
}

.btn-icon {
  margin-right: 8px;
}

.buy-this-template {
  z-index: 1000;
  color: #fff;
  background-color: #4353ff;
  border: 1px solid #4353ff;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 48px;
  left: auto;
  right: 12px;
}

.all-templates {
  z-index: 1000;
  width: 140px;
  color: #4353ff;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 12px;
  left: auto;
  right: 12px;
}

.logo {
  max-width: 1000%;
  min-height: 50px;
  min-width: 50px;
}

.div-logo {
  min-height: 250px;
  min-width: 500px;
  object-fit: scale-down;
  background-image: url('../images/LOGO-Draft-6.png'), url('../images/LOGO-Draft-6.png');
  background-position: 50%, 50%;
  background-size: 500px 500px, cover;
  background-attachment: scroll, scroll;
  border-radius: 20px;
  flex: 0 auto;
  order: -1;
  align-self: center;
  margin-top: 0;
  font-size: 500px;
  font-weight: 900;
  line-height: 500px;
  display: block;
  overflow: visible;
}

.text-span {
  text-transform: capitalize;
  object-fit: contain;
  border-radius: 0;
  justify-content: center;
  align-items: stretch;
  margin-top: -54px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 35px;
  display: flex;
  position: relative;
}

.bold-text {
  object-fit: contain;
  flex-flow: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: stretch;
  margin-top: 200px;
  padding-top: 95px;
  font-family: Verdana, Geneva, sans-serif;
  display: flex;
  position: relative;
}

.image-3 {
  transition: opacity .25s;
  transform: skew(0deg)translate(0);
}

.collection-item {
  text-align: center;
  overflow: visible;
}

.services-content-item-2 {
  width: 100%;
  min-height: 400px;
  border: 1px solid #a2a2a2;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 30px 0;
  transition: all .3s;
  display: flex;
  position: relative;
}

.services-content-item-2:hover {
  background-image: url('../images/building_1building.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate(0, 15px);
}

.services-content-item-2.fourth-item:hover {
  background-image: url('../images/architecture-image_1architecture image.webp');
}

.services-content-item-2.third-item:hover {
  background-image: url('../images/architecture_3architecture.webp');
}

.services-content-item-2.second-item:hover {
  background-image: url('../images/archtecture_1archtecture.webp');
}

.service-card {
  transition: opacity .3s;
  position: relative;
}

.slide-6 {
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-image: url('../images/Screenshot_10---Copy.jpg');
  background-position: 50%;
  background-size: cover;
  outline: 3px #555;
  line-height: 1em;
}

.slide-7 {
  background-image: url('../images/8501-crosswind-dr-fort-worth-tx-High-Res-01.jpg');
  background-position: 50%;
  background-size: cover;
}

.mask {
  text-align: center;
  object-fit: fill;
  line-height: 1em;
  bottom: auto;
}

.slider {
  max-height: none;
  min-height: 500px;
  display: block;
  overflow: hidden;
}

.image-4 {
  background-image: linear-gradient(#000, #fff);
  padding-top: 92px;
  padding-bottom: 114px;
}

.paragraph {
  text-transform: uppercase;
  background-color: #111;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.bold-text-2 {
  color: #f9f9fa;
  padding-left: 6px;
}

.tabs-menu-2 {
  float: none;
  clear: none;
  object-fit: fill;
  display: inline-block;
}

.text-block {
  position: static;
}

.section-with-parallax-1 {
  min-height: 600px;
  background-image: url('../images/8501-crosswind-dr-fort-worth-tx-High-Res-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-with-parallax-project-1 {
  min-height: 1000px;
  object-fit: fill;
  background-image: url('../images/Screenshot_12---Copy.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  font-weight: 400;
  position: relative;
}

.section-with-parallax-project-2 {
  min-height: 1000px;
  background-image: url('../images/IMG_1-2---Copy.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-with-parallax-project-3 {
  min-height: 1000px;
  background-image: url('../images/2-3---Copy.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-with-parallax-project-4 {
  min-height: 1000px;
  background-image: url('../images/binkley-residence-5---Copy.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  font-weight: 400;
  position: relative;
}

.paragraph-2 {
  color: #000;
  font-size: 50px;
  font-weight: 500;
}

.brix---bg-overlay-gradient {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url('../images/IMG_1-2---Copy.jpg'), linear-gradient(rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, .56) 61%, #000);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brix---card-image {
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brix---link-icon-right {
  margin-left: 6px;
}

.brix---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-neutral-100 {
  color: #fff;
}

.brix---link-wrapper {
  color: #211f54;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: #4a3aff;
}

.brix---paragraph-default {
  color: #fff;
  margin-bottom: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.brix---color-neutral-300 {
  color: #eff0f6;
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---heading-h3-size {
  color: #fff;
  margin-top: 0;
  margin-bottom: 31px;
  padding-top: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---card-link-img-bg {
  min-height: 500px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/CHODAK-DESIGN-1.jpeg'), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-position: 50% 100%, 0 0;
  background-size: cover, auto;
  border-radius: 24px;
  align-items: flex-end;
  padding: 48px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brix---card-link-img-bg:hover {
  transform: scale(.96);
}

.brix---grid-2-columns---gap-row-72px {
  grid-column-gap: 28px;
  grid-row-gap: 72px;
  background-color: #445a3c;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-bottom: 0;
  display: grid;
}

.brix---color-neutral-600 {
  color: #6e7191;
}

.brix---heading-h2-size {
  color: #f9f9fa;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-800 {
  color: #211f54;
}

.brix---mg-bottom-12px {
  margin-bottom: 12px;
}

.brix---text-center {
  text-align: center;
}

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  outline-offset: 0px;
  color: #fff;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #445a3c;
  background-clip: padding-box;
  border-radius: 0;
  outline: 3px #111;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 89px;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 85px;
  padding-right: 0;
  display: block;
  overflow: visible;
}

.brix---container-default {
  max-width: 100%;
  padding-bottom: 67px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.brix---section {
  max-width: 100%;
  color: #fff;
  background-color: #445a3c;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.walsh-icon-arrow {
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

.walsh-link-wrapper {
  color: rgba(0, 0, 0, .85);
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper:hover {
  color: rgba(87, 85, 85, .85);
  padding-right: 0;
}

.walsh-main-paragraph {
  color: rgba(0, 0, 0, .6);
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 1.45em;
  line-height: 1.5;
}

.walsh-heading-medium {
  color: #2c2c2c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1.1;
}

.walsh-label-tag {
  color: rgba(0, 0, 0, .6);
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.walsh-inner-card-bottom {
  grid-row-gap: 1.2em;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 5em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

.walsh-contain-image {
  height: auto;
  min-height: 0;
  object-fit: contain;
}

.walsh-rounded-float-image {
  width: 100%;
  height: 100%;
  background-color: #e7f1f1;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4em 35px;
  display: flex;
  overflow: hidden;
}

.walsh-card-image-float {
  width: 100%;
  height: 40em;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  padding-top: 3em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
  overflow: hidden;
}

.walsh-rounded-card {
  grid-row-gap: 3em;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

.walsh-main-grid {
  width: 100%;
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  position: relative;
}

.walsh-container {
  z-index: 2;
  width: 100%;
  max-width: 1480px;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-heading-regular {
  color: #2c2c2c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2;
}

.walsh-cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex: 1;
}

.walsh-card-wrapper-image {
  width: 100%;
  height: 25em;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.image-5 {
  flex: 0 auto;
  align-self: center;
}

.service-image-hover {
  border-radius: 0;
  align-self: center;
}

.image-6, .image-7 {
  align-self: center;
}

.brix---card-link-img-bg-ld {
  min-height: 500px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Landscape-design.JPG'), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-position: 50%, 0 0;
  background-size: cover, auto;
  border-radius: 24px;
  align-items: flex-end;
  padding: 48px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brix---card-link-img-bg-ld:hover {
  transform: scale(.96);
}

.brix---card-link-img-bg-hd {
  min-height: 500px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/8501-crosswind-dr-fort-worth-tx-High-Res-01.jpg'), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  border-radius: 24px;
  align-items: flex-end;
  padding: 48px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brix---card-link-img-bg-hd:hover {
  transform: scale(.96);
}

.brix---card-link-img-bg-pd {
  min-height: 500px;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Screenshot_10---Copy.jpg'), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-position: 0 100%, 0 0;
  background-size: cover, auto;
  border-radius: 24px;
  align-items: flex-end;
  padding: 48px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brix---card-link-img-bg-pd:hover {
  transform: scale(.96);
}

.brix---services-intro {
  color: #f9f9fa;
  margin-bottom: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.heading {
  color: #f9f9fa;
}

.section-with-parallax-project-5 {
  min-height: 1000px;
  background-image: url('../images/Landscape-design.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  font-weight: 400;
  position: relative;
}

.section-with-parallax-project-6 {
  min-height: 1000px;
  background-image: url('../images/8501-crosswind-dr-fort-worth-tx-High-Res-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  font-weight: 400;
  position: relative;
}

.walsh-menu-button {
  color: #fff;
}

.walsh-button-hover-fill {
  width: 5em;
  height: 5em;
  background-color: #000;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -100%;
  bottom: auto;
  left: -46%;
  right: auto;
}

.walsh-icon-arrow-flip {
  height: 12px;
}

.walsh-arrow-wrapper {
  height: 12px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.walsh-label-button {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.2em;
}

.walsh-button-label-wrapper {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-link-block-orange {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange:hover {
  background-color: #ffbba6;
}

.walsh-link-block-transparent-1 {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 1px -1px #47888a, inset -1px 1px #47888a, inset -1px -1px #47888a, inset 1px 1px #47888a;
}

.walsh-link-block-transparent-1:hover {
  box-shadow: none;
  color: #2c5c5d;
  background-color: #fff;
}

.walsh-flex-nav-buttons {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.walsh-nav-link-white {
  color: #fff;
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.walsh-nav-link-white:hover {
  background-color: rgba(0, 0, 0, .35);
}

.walsh-nav-grid-center {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.75fr 1.25fr;
}

.walsh-nav-menu-green-left {
  width: 100%;
  grid-column-gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  display: flex;
}

.walsh-nav-logo {
  height: 32px;
}

.walsh-brand-block {
  z-index: 2;
  width: auto;
  height: 100%;
  align-items: center;
  display: flex;
}

.walsh-nav-grid-2 {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
}

.walsh-inner-nav {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.walsh-container-nav {
  max-width: 1480px;
  padding-left: 20px;
  padding-right: 20px;
}

.walsh-main-nav {
  background-color: rgba(0, 0, 0, 0);
}

.walsh-nav-wrapper-green {
  z-index: 10;
  background-color: #204f58;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.cf-navigation-1-link {
  color: #0d0e10;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
  transition: border-color .2s;
  display: block;
}

.cf-navigation-1-link:hover {
  border-bottom: 1px solid #000;
  text-decoration: none;
}

.cf-navigation-1-arrow-image {
  margin-left: 10px;
}

.cf-navigation-1-line {
  width: 100%;
  height: 1px;
  background-color: #0d0e10;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cf-navigation-1-link-heading {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 100%;
}

.cf-navigation-1-number-subtext {
  color: rgba(13, 14, 16, .4);
  margin-top: 7px;
  margin-right: 28px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}

.cf-navigation-headings-contain {
  width: 100%;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.cf-dropdown-links {
  width: 31%;
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 20px;
  text-decoration: none;
  display: flex;
}

.cf-navigation-1-dropdown-container {
  width: 97%;
  max-width: 1440px;
  grid-column-gap: 30px;
  background-color: #fff;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cf-dropdown-list-full-wrapper {
  width: 100%;
  background-color: #fff;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-shadow: 0 180px 100px rgba(64, 69, 79, .1);
}

.cf-dropdown-lists {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  top: 72px;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 50px 50px rgba(0, 0, 0, .08);
}

.cf-dropdown-lists.w--open {
  width: 100%;
  box-shadow: none;
  padding-top: 8px;
  top: 72px;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.cf-dropdown-arrow {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
  position: static;
}

.cf-navigation-1-dropdown {
  grid-column-gap: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  align-items: center;
  margin-right: 0;
  padding: 20px 0 12px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
  display: flex;
  position: static;
}

.cf-navigation-1-dropdown.w--open {
  border-bottom: 1px solid #000;
}

.cf-navigation-1-dropdown-wrapper {
  padding-bottom: 8px;
  position: static;
}

.cf-navigation-1-links-contain {
  grid-column-gap: 30px;
  align-items: flex-start;
  display: flex;
}

.cf-navigation-1-links-wrapper {
  position: static;
}

.cf-navigation-logo {
  object-fit: contain;
}

.cf-navigation-1-logo {
  color: #000;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.cf-navigation-1-wrapper {
  width: 95%;
  max-width: 1340px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.cf-navigation-1-bar {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.navbar-logo-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.f-navigation-button {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #445a3c;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

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

.f-navigation-content {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-navigation-link {
  opacity: 1;
  color: #f9f9fa;
  letter-spacing: -.01em;
  white-space: nowrap;
  mix-blend-mode: darken;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link:hover {
  color: #160042;
  background-color: #f3f5fb;
}

.f-navigation-link.w--current {
  color: #f9f9fa;
}

.f-navigation-link.w--current:hover {
  color: #000;
  background-color: #f9f9fa;
}

.f-navigation-menu {
  grid-column-gap: 6px;
  flex: 0 auto;
  align-items: center;
  display: flex;
  position: static;
}

.f-logo {
  width: 124px;
}

.f-navigation-container {
  width: 100%;
  max-width: 1280px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.f-navigation {
  width: 100%;
  min-height: 88px;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: content-box;
  flex-wrap: wrap;
  align-content: stretch;
  align-items: center;
  margin-bottom: 15px;
  padding: 0 5%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

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

.image-8 {
  object-fit: contain;
}

.cf-cta-image-bubbles {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.cf-cta-image-bubbles.rounded-image {
  border-radius: 100px;
}

.cf-cta-circle {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.cf-cta-circle._5 {
  width: 120px;
  height: 120px;
  top: auto;
  bottom: 15%;
  left: auto;
  right: 6%;
}

.cf-cta-circle._4 {
  width: 76px;
  height: 76px;
  top: 14%;
  bottom: auto;
  left: auto;
  right: -2%;
}

.cf-cta-circle._3 {
  width: 76px;
  height: 76px;
  top: auto;
  bottom: 18%;
  left: 8%;
  right: auto;
}

.cf-cta-circle._1 {
  width: 52px;
  height: 52px;
  top: 11%;
  bottom: auto;
  left: 3%;
  right: auto;
}

.cf-cta-circle._2 {
  width: 60px;
  height: 60px;
  top: 40%;
  bottom: auto;
  left: -1%;
  right: auto;
}

.cf-arrow-button {
  color: #fff;
  background-color: #445a3c;
  background-image: url('../images/Group-385.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 88px;
  justify-content: space-between;
  align-items: center;
  padding: 28px 64px 28px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s, background-position .2s;
  display: inline-block;
}

.cf-arrow-button:hover {
  background-color: #936ab4;
  background-position: 88%;
}

.cf-cta-text {
  z-index: 1;
  color: #f9f9fa;
  margin-bottom: 40px;
  font-family: Yantramanav, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 140%;
  position: relative;
}

.cf-display-heading {
  letter-spacing: -1.5px;
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 82px;
}

.cf-display-heading.heading-cta {
  z-index: 1;
  max-width: 800px;
  color: #f9f9fa;
  margin-top: 0;
  margin-bottom: 24px;
  line-height: 110%;
  position: relative;
}

.cf-wrapper {
  z-index: 10;
  width: 85%;
  max-width: 1160px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  position: relative;
}

.cf-wrapper.cta-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 200px;
  top: 153px;
}

.cta {
  height: auto;
  object-fit: cover;
  background-color: #111;
  background-image: linear-gradient(#000, #fff);
}

.cf-tab-image.tab-5 {
  width: 70%;
  max-width: 400px;
}

.cf-tab-image.tab-4 {
  width: 78%;
  max-width: 453px;
}

.cf-tab-image.tab-3 {
  width: 80%;
  max-width: 468px;
}

.cf-tab-image.tab-1 {
  width: 66%;
  max-width: 385px;
}

.cf-tabs-right-tab {
  width: 50%;
  background-color: #455a3c;
  background-image: url('../images/1---Copy.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cf-tabs-element {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 4%;
  bottom: auto;
  left: auto;
  right: 10%;
}

.cf-tabs-element._2 {
  top: auto;
  bottom: -4%;
  left: auto;
  right: -6%;
}

.cf-black-small-button {
  width: 169px;
  text-align: center;
  background-color: #000;
  border-radius: 100px;
  padding: 22px 32px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .9s;
}

.cf-black-small-button:hover {
  background-image: linear-gradient(135deg, #b16cea 31%, #ff5e69 75%, #ff8a56 92%, #ffa84b);
}

.cf-tabs-content-text {
  color: rgba(0, 0, 0, .8);
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.cf-tabs-content-heading {
  color: #000;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.cf-tabs-sub-heading {
  color: #455a3c;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}

.cf-tabs-left-wrap {
  width: 50%;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  padding-left: 64px;
  padding-right: 54px;
  display: flex;
  position: relative;
}

.cf-tabs-content-contain {
  min-height: 689px;
  background-image: url('../images/8501-crosswind-dr-fort-worth-tx-High-Res-7---Copy.jpg');
  background-position: 100% 100%;
  background-size: contain;
  border-radius: 12px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.cf-tabs-image.absolute {
  position: absolute;
  top: auto;
  bottom: 7%;
  left: auto;
  right: 17%;
  box-shadow: 8px 18px 160px rgba(0, 0, 0, .2);
}

.cf-tabs-image.absolute.card {
  width: 48%;
  height: auto;
  max-width: 233px;
}

.cf-tabs-image.absolute.card.tab-3 {
  width: 36%;
  max-width: 212px;
  padding: 0;
  bottom: 15%;
}

.cf-tabs-image.absolute.tab-2 {
  width: 81%;
  max-width: 475px;
  position: absolute;
  top: auto;
  bottom: 15%;
  left: auto;
  right: 8%;
}

.cf-tabs-image.absolute.tab-1 {
  width: 36%;
  max-width: 212px;
  right: 14%;
}

.cf-tabs-image.tab-2 {
  width: 62%;
  max-width: 362px;
  position: relative;
  top: -20%;
}

.cf-tabs-content {
  border-radius: 12px;
}

.cf-home-tab-link {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 36px;
  padding: 18px 40px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  transition: opacity .2s;
}

.cf-home-tab-link:hover {
  opacity: .8;
}

.cf-home-tab-link.w--current {
  color: #fff;
  background-color: #455a3c;
  border-radius: 36px;
  padding: 18px 40px 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.cf-tabs-menu {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cf-home-tabs {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cf-tabs-header-text {
  color: rgba(255, 255, 255, .8);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
}

.cf-features-4-tabs-heading {
  max-width: 744px;
  text-align: center;
  margin: 0 auto 16px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.cf-tabs-header {
  max-width: 839px;
  color: #fff;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.cf-features-4-tabs-wrapper {
  width: 90%;
  max-width: 1169px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cf-features-section-4 {
  background-color: #0d0e10;
}

.cf-tabs-right-tab-ld {
  width: 50%;
  background-color: #455a3c;
  background-image: url('../images/Landscape-design.JPG');
  background-position: 100% 100%;
  background-repeat: repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cf-tabs-right-tab-hd {
  width: 50%;
  background-color: #455a3c;
  background-image: url('../images/Fidelity-ROTH-Mirka-4_14_19---Copy.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cf-tabs-right-tab-old {
  width: 50%;
  background-color: #455a3c;
  background-image: url('../images/8501-crosswind-dr-fort-worth-tx-High-Res-11---Copy.jpg');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.combine-contact4_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.combine-contact4_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.combine-text-size-regular {
  color: #f9f9fa;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-icon_medium {
  width: 2.25rem;
  height: 2.25rem;
  color: #445a3c;
  text-align: left;
}

.combine-icon_color3 {
  color: #f8b34b;
}

.combine-contact4_feature {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.combine-icon_color2 {
  color: #00a1c1;
}

.combine-icon_color1 {
  color: #6157f8;
}

.combine-heading-style-h2 {
  color: #1f2c3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-contact4_content {
  width: 100%;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 3rem;
  display: flex;
}

.combine-contact4_component {
  background-color: #fff;
  border-radius: 1.25rem;
  display: flex;
  overflow: hidden;
}

.combine-padding-section-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.combine-padding-global {
  background-color: #111;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_contact4 {
  background-color: #f2f3f7;
}

.combine-form_error-message {
  color: #e2004f;
  background-color: #ffecec;
  border: 1px solid #e2004f;
  border-radius: .25rem;
  margin-top: .5rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.combine-form_success-message {
  color: #6d9400;
  text-align: left;
  background-color: #ebf7de;
  border: 1px solid #6d9400;
  border-radius: .25rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.combine-button {
  color: #fff;
  text-align: center;
  background-color: #455a3c;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button:hover {
  background-color: rgba(40, 54, 74, .9);
}

.combine-form_link {
  color: #6157f8;
  text-decoration: underline;
}

.combine-form_link:hover {
  color: #472def;
}

.combine-form_checkbox-label {
  color: #fff;
  margin-bottom: .125rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-form_checkbox-icon {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  border-color: #8c94a5;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.combine-form_checkbox-icon:hover {
  border-color: #5f6570;
}

.combine-form_checkbox-icon.w--redirected-checked {
  width: 1rem;
  height: 1rem;
  background-color: #6157f8;
  background-size: 90%;
  border-color: #6157f8;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.combine-form_checkbox-icon.w--redirected-focus {
  width: 1rem;
  height: 1rem;
  box-shadow: none;
  border-color: #6157f8;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.combine-form_checkbox {
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.combine-form_field-wrapper {
  margin-bottom: 1.25rem;
}

.combine-form_text-area-grey {
  height: 100%;
  min-height: 8rem;
  min-width: 16rem;
  color: #1f2c3d;
  background-color: #f2f3f7;
  border: 1px solid #f2f3f7;
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .25s;
}

.combine-form_text-area-grey:hover {
  border-color: #d9dce2;
}

.combine-form_text-area-grey:focus {
  border-color: #6157f8;
}

.combine-form_text-area-grey::-ms-input-placeholder {
  color: #bfc4ce;
}

.combine-form_text-area-grey::placeholder {
  color: #bfc4ce;
}

.combine-form_label {
  color: #f9f9fa;
  margin-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-form_input-grey {
  height: 3rem;
  min-width: 16rem;
  color: #1f2c3d;
  background-color: #f2f3f7;
  border: 1px solid #f2f3f7;
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .25s;
}

.combine-form_input-grey:hover {
  border-color: #d9dce2;
}

.combine-form_input-grey:focus {
  border-color: #6157f8;
}

.combine-form_input-grey::-ms-input-placeholder {
  color: #bfc4ce;
}

.combine-form_input-grey::placeholder {
  color: #bfc4ce;
}

.combine-form_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.combine-contact2_form-wrapper {
  width: 100%;
  max-width: 36rem;
  margin-bottom: 0;
}

.combine-contact2_feature {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: left;
  flex-direction: column;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.combine-contact2_content {
  width: 100%;
  max-width: 80rem;
  clear: left;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.combine-contact2_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  display: flex;
}

.combine-section_contact2 {
  background-color: #fff;
}

.brix---bg-image-full-width {
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brix---btn-secondary-white {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #eff0f6;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.brix---btn-secondary-white:hover {
  color: #211f54;
  background-color: #fff;
  border-color: #fff;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-white {
  color: #4a3aff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white:hover {
  color: #4a3aff;
  background-color: #f2f1ff;
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---buttons-row {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---paragraph-default-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-801 {
  color: #fff;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---heading-h2-size-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---grid-cta-v10 {
  grid-column-gap: 0px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1.78fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: block;
}

.brix---container-default-2 {
  max-width: 1218px;
  margin-top: 72px;
  padding-bottom: 27px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---cta-bg-overlay {
  min-height: 80vh;
  background-image: linear-gradient(#000, #fff);
  align-items: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-us-section-with-parallax-copy {
  min-height: 400px;
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/3---Copy.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.contact-us-section-with-parallax-copy-copy {
  min-height: 400px;
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/Schuder-skp1---Copy.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.brix---cta-v4-floating-item-02 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.brix---cta-v5-floating-item-01 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -1%;
  right: auto;
}

.brix---btn-secondary-white-2 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #eff0f6;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.brix---btn-secondary-white-2:hover {
  color: #211f54;
  background-color: #fff;
  border-color: #fff;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-white-2 {
  color: #445a3c;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white-2:hover {
  color: #4a3aff;
  background-color: #f2f1ff;
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left-2 {
  margin-right: 24px;
}

.brix---buttons-row-2 {
  align-items: center;
  display: flex;
}

.brix---paragraph-default-3 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-802 {
  color: #fff;
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 40px;
}

.brix---heading-h2-size-3 {
  color: #f9f9fa;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Yantramanav, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

.brix---grid-cta-v4 {
  float: right;
  grid-column-gap: 20px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .86fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 100px;
  display: grid;
  position: relative;
}

.brix---container-default-3 {
  max-width: 100%;
  margin-top: 52px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---cta-section {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#000, #fff);
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.link-2 {
  color: #fff;
}

.walsh-text-small-left {
  color: rgba(0, 0, 0, .5);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.walsh-heading-small {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25;
}

.walsh-info-wrap {
  text-align: left;
}

.walsh-cover-image-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 100% 100%;
  background-size: auto;
  flex: 1;
  position: static;
}

.walsh-circle-image {
  width: 60px;
  height: 60px;
  background-color: #dfdfdf;
  border-radius: 200px;
  overflow: hidden;
}

.walsh-profile-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.walsh-main-paragraph-2 {
  color: #111;
  text-align: center;
  letter-spacing: 0;
  font-family: Yantramanav, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.walsh-heading-regular-2 {
  color: #a2a2a2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2;
}

.walsh-quote-image {
  height: 56px;
  opacity: .26;
}

.walsh-inner-column-center {
  grid-row-gap: 1.5em;
  text-align: center;
  background-image: linear-gradient(#000, #fff);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: 6em;
  display: flex;
}

.walsh-quote-image-wrapper {
  width: 100%;
  height: 100%;
  max-width: 44em;
  background-color: #d0f6f6;
  border-radius: 10px;
  justify-content: center;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.walsh-inner-column-left {
  height: auto;
  max-width: 50%;
  grid-row-gap: 1.5em;
  text-align: left;
  background-image: linear-gradient(#000, #fff);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 4em 0 4em 4em;
  display: flex;
}

.walsh-rounded-box-banner {
  width: 100%;
  max-width: 100%;
  grid-row-gap: 1em;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.walsh-container-2 {
  z-index: 2;
  width: 100%;
  max-width: 100%;
  float: left;
  clear: left;
  background-image: linear-gradient(to top, #000, #fff);
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.walsh-cover-image-3 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
  flex: 1;
  align-self: flex-start;
}

.walsh-inner-column-right {
  height: auto;
  max-width: 50%;
  grid-row-gap: 1.5em;
  opacity: 1;
  text-align: left;
  background-image: linear-gradient(to top, #000, #fff);
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 4em;
  padding-bottom: 4em;
  padding-right: 4em;
  display: flex;
}

.walsh-image-logo {
  width: 100%;
  max-height: 24px;
  max-width: 132px;
  object-fit: contain;
}

.walsh-info-wrap-center {
  text-align: center;
}

.walsh-profile-v-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.walsh-main-paragraph-3 {
  color: #fff;
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: Yantramanav, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.walsh-heading-regular-3 {
  color: #2c2c2c;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2;
}

.walsh-inner-column-center-2 {
  grid-row-gap: 1.5em;
  text-align: center;
  background-image: linear-gradient(to top, #000, #fff);
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 6em;
  display: flex;
}

.walsh-container-3 {
  z-index: 2;
  width: 100%;
  max-width: 100%;
  float: left;
  clear: right;
  border-radius: 0;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.body {
  max-width: 100%;
}

.div-block-8 {
  flex: 1;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.image-9 {
  background-image: url('../images/Gream-project.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.f-navigation-button-copy {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #445a3c;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button-copy:hover {
  background-color: #282556;
}

.div-block-10 {
  position: absolute;
  bottom: 62px;
  left: 57px;
}

.link-block {
  display: block;
}

.heading-2 {
  color: #f9f9fa;
  text-align: center;
  background-image: linear-gradient(#000 100%, #fff), linear-gradient(#000, #fff);
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 700;
}

.div-block-11 {
  background-image: linear-gradient(#000, #fff);
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---icon-success-message-big {
  width: 60px;
  margin-bottom: 10px;
}

.brix---success-message {
  color: #fff;
  background-color: #4a3aff;
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---social-icon-square-30px {
  width: 30px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
  background-color: #f2f1ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---social-icon-square-30px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-right---mbp-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.brix---btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #445a3c;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  color: #fff;
  background-color: #281ca5;
  transform: translate3d(0, -3px, .01px);
}

.brix---text-area {
  min-height: 144px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 22px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .08);
}

.brix---text-area:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .1);
}

.brix---text-area:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.brix---text-area::-ms-input-placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---text-area::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---input-label {
  color: #f9f9fa;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 20px;
}

.brix---input {
  min-height: 70px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .08);
}

.brix---input:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .1);
}

.brix---input:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.brix---input::-ms-input-placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---input::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---form-grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---grid-contact-v11 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1.2fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: -118px;
  display: block;
}

.brix---color-neutral-803 {
  color: #6e7191;
}

.brix---mg-bottom-64px {
  margin-bottom: 64px;
}

.brix---heading-h1-size {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---color-neutral-804 {
  color: #211f54;
}

.brix---text-center-2 {
  text-align: center;
}

.brix---inner-container-490px-center {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default-4 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-2 {
  color: #fff;
  background-color: #000;
  padding-top: 176px;
  padding-bottom: 176px;
}

.div-block-12 {
  flex-direction: row;
}

.heading-3, .heading-4 {
  font-size: 40px;
}

.heading-5 {
  text-align: center;
  font-size: 40px;
}

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

.div-block-13 {
  object-fit: contain;
  flex: 1;
  order: 0;
  justify-content: space-between;
  align-self: center;
  align-items: stretch;
  display: block;
  position: relative;
  top: -652px;
  bottom: 0;
}

.heading-7 {
  height: auto;
  min-height: 0%;
  clear: none;
  color: #fff;
  text-shadow: 10px 0 1px rgba(0, 0, 0, .2);
  white-space: normal;
  object-fit: contain;
  margin-top: 2%;
  margin-bottom: 2%;
  font-size: 3.5rem;
  font-weight: 900;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.brix---image {
  color: #000;
  border-radius: 20px;
}

.brix---image-wrapper-br-24px-shadow {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 14px 42px rgba(20, 20, 43, .14);
}

.brix---btn-secondary {
  color: #211f54;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.brix---btn-secondary:hover {
  color: #fff;
  background-color: #4a3aff;
  border-color: #4a3aff;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-2 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #445a3c;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: Yantramanav, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-2:hover {
  color: #fff;
  background-color: #281ca5;
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left-3 {
  margin-right: 24px;
}

.brix---buttons-row-3 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---heading-h5-size {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.brix---color-neutral-805 {
  color: #6e7191;
}

.brix---color-accent-1 {
  color: #4a3aff;
}

.brix---heading-h1-size-2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---color-neutral-806 {
  color: #211f54;
}

.brix---grid-2-columns-2-col-mbl {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---mg-bottom-64px-2 {
  margin-bottom: 64px;
}

.brix---paragraph-default-4 {
  color: #faf8f7;
  text-align: center;
  white-space: normal;
  mix-blend-mode: lighten;
  margin-bottom: 0;
  font-family: Yantramanav, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.brix---mg-bottom-32px-2 {
  margin-bottom: 32px;
}

.brix---heading-h2-size-4 {
  color: #575757;
  text-align: center;
  mix-blend-mode: normal;
  margin-top: -100px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 55px;
  font-family: Yantramanav, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 50px;
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---grid-2-columns-text {
  grid-column-gap: 64px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---container-default-5 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-3 {
  color: #fff;
  background-image: linear-gradient(to top, #111 54%, #fff);
  border: 1px solid #000;
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---bg-image-full-width-2 {
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brix---btn-primary-3 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-3:hover {
  color: #fff;
  background-color: #281ca5;
  transform: translate3d(0, -3px, .01px);
}

.brix---buttons-row-4 {
  align-items: center;
  display: flex;
}

.brix---paragraph-default-5 {
  text-align: center;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-807 {
  color: #fff;
}

.brix---mg-bottom-40px-3 {
  margin-bottom: 40px;
}

.brix---grid-2-col---1-col-t {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---hero-bg-image-dark-header-top {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
  padding-top: 234px;
  padding-bottom: 234px;
  position: relative;
  overflow: hidden;
}

.brix---btn-primary-small {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small:hover {
  color: #fff;
  background-color: #281ca5;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl {
  margin-left: 24px;
}

.brix---hamburger-menu-bar-bottom-white, .brix---hamburger-menu-bar-top-white {
  width: 52px;
  height: 4px;
  background-color: #211f54;
  border-radius: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

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

.brix---header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-link-white {
  color: #fff;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: opacity .3s, color .3s;
}

.brix---header-nav-link-white:hover {
  opacity: .48;
}

.brix---header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.brix---dropdown-link {
  width: 100%;
  color: #6e7191;
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: #4a3aff;
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-pd {
  padding: 40px;
}

.brix---dropdown-card {
  min-width: 280px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 20px;
  top: 32px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---dropdown-column-wrapper {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.brix---dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.brix---show-on-tablet {
  display: none;
}

.brix---dropdown-toggle-white {
  color: #fff;
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: opacity .3s, color .3s;
  display: flex;
}

.brix---dropdown-toggle-white:hover {
  opacity: .59;
}

.brix---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---header-logo {
  max-width: 250px;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

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

.brix---header-wrapper-transparent {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 32px;
  padding-bottom: 32px;
  position: absolute;
}

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

@media screen and (min-width: 1280px) {
  .section {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section.changelog-banner {
    padding-top: 180px;
  }

  .section.banner-our-process {
    min-height: 800px;
  }

  .section.about-us-banner {
    padding-top: 250px;
  }

  .section.style-guide-section {
    padding-bottom: 140px;
  }

  .section.home-1-slider {
    padding-bottom: 220px;
  }

  .section.with-image-background {
    background-size: 510px 960px;
  }

  .section.with-line-bg {
    padding-bottom: 315px;
  }

  .section.reviews-with-light-bg {
    padding-bottom: 210px;
  }

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

  .section.with-video-block {
    padding-bottom: 400px;
  }

  .section.service-with-black-bg {
    padding-bottom: 120px;
  }

  .section.project-details {
    padding-top: 145px;
    padding-bottom: 140px;
  }

  .section.news-banner {
    padding-top: 190px;
  }

  .section.news-grid {
    padding-top: 150px;
  }

  .section.licensing-banner {
    padding-top: 190px;
  }

  .spacing-system-column {
    padding-right: 30px;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .nav-dropdown-list.home-1-megamenu.w--open {
    right: -305px;
  }

  .coming-soon-wrapper {
    margin-right: 0;
  }

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

  .blog-grid-image {
    height: 320px;
  }

  .footer {
    background-position: 50% 43%;
    padding-top: 140px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
  }

  .pricing-plans-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pricing-plan-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  .contacts-2-form-wrapper {
    margin-right: 40px;
  }

  .footer-wrapper {
    margin-bottom: 20px;
  }

  .footer-brand-wrapper {
    width: 13%;
  }

  .footer-links-wrapper.last-item {
    width: 31%;
  }

  .without-top-spacing {
    padding-top: 0;
  }

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

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

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

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

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .center-title {
    padding-right: 140px;
  }

  .justify-right {
    grid-column-gap: 30px;
  }

  .footer-contact-wrapper {
    width: 43%;
    grid-column-gap: 65px;
  }

  .top-banner-section {
    background-position: 0 0, 50%;
    background-attachment: scroll, fixed;
  }

  .title-holder {
    width: 60%;
  }

  .paragraph-holder {
    margin-bottom: 30px;
  }

  .home-1-description {
    margin-top: 35px;
    margin-bottom: 50px;
  }

  .home-button-wrap {
    padding-right: 160px;
  }

  .studio-text-wrap {
    width: 35%;
    text-align: center;
  }

  .studio-content-wrap {
    width: 65%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .studio-content-description-wrap {
    margin-top: 50px;
  }

  .awards-text-wrapper {
    width: 47%;
  }

  .our-team-holder.reverse {
    margin-bottom: 50px;
  }

  .our-team-title {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .our-team-description {
    width: 78%;
    margin-bottom: 50px;
  }

  .team-members-holder {
    margin-top: 50px;
  }

  .team-members-image {
    height: 340px;
  }

  .team-members-name {
    font-size: 24px;
  }

  .home-1-reviews-slider, .home-1-left-arrow, .home-1-right-arrow {
    bottom: -138%;
  }

  .home-1-banner-title {
    font-size: 70px;
  }

  .home-2-banner-wrapper {
    padding-top: 180px;
  }

  .home-2-our-story-wrap {
    position: absolute;
    right: 10%;
  }

  .home-2-process-wrapper {
    grid-column-gap: 45px;
  }

  .about-studio-right-arrow {
    right: 155%;
  }

  .numbers-section {
    padding-top: 130px;
  }

  .our-portfolio-title {
    width: 50%;
  }

  .home-2-our-team-wrapper {
    padding-top: 0;
  }

  .home-2-our-team-description {
    margin-bottom: 50px;
  }

  .our-team-section {
    margin-top: 130px;
  }

  .home-2-team-members-holder {
    grid-column-gap: 30px;
  }

  .home-2-team-members-holder.home-2-page {
    height: 100%;
    max-width: 915px;
  }

  .home-2-image-holder {
    width: 41%;
  }

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

  .home-2-testimonials-holder {
    grid-column-gap: 30px;
    margin-right: 30px;
  }

  .testimonials-section {
    padding-top: 120px;
  }

  .testimonials-section.pricing-page {
    padding-top: 150px;
  }

  .logos-wrapper {
    padding-bottom: 150px;
  }

  .logos-holder {
    grid-column-gap: 25px;
  }

  .home-3-explore-more-wrapper {
    margin-left: 10px;
  }

  .home-3-wrap {
    width: 55%;
  }

  .home-3-about-us-image {
    min-height: 915px;
    top: -45%;
  }

  .hover-image, .second-hover-image, .third-hover-image {
    height: 360px;
  }

  .with-negative-margin {
    margin-top: -400px;
  }

  .home-3-page-video {
    height: 500px;
  }

  .home-3-process-wrapper {
    margin-top: 150px;
  }

  .home-3-page-awards-wrapper {
    padding-top: 150px;
  }

  .home-3-awards-content-wrap {
    padding-left: 100px;
  }

  .benefits-wrapper {
    background-position: 91% 15%;
  }

  .benefits-text-wrap {
    max-width: 530px;
    padding: 50px;
    left: 42%;
  }

  .benefits-left-arrow {
    background-position: 55%;
  }

  .home-2-explore-wrapper {
    margin-left: 10px;
  }

  .home-4-banner-description {
    margin-left: 155px;
  }

  .home-4-top-banner-icon {
    right: 0;
  }

  .block-with-negative-margin {
    margin-top: -245px;
  }

  .projects-section {
    padding-top: 125px;
    padding-bottom: 150px;
  }

  .home-4-specialize-image, .home-3-specialize-second-image {
    width: 50%;
  }

  .home-4-specialize-content-wrap {
    width: 45%;
  }

  .home-4-our-team-description {
    margin-bottom: 50px;
  }

  .home-4-our-team-image {
    height: 350px;
    max-width: 630px;
    top: 200px;
  }

  .home-5-banner-section {
    margin-bottom: 250px;
    padding-bottom: 150px;
  }

  .home-5-banner-titlle {
    width: 70%;
    font-size: 80px;
  }

  .home-5-banner-image {
    height: 400px;
    max-width: 1545px;
    top: 76%;
  }

  .believe-wrapper {
    grid-column-gap: 170px;
  }

  .believe-title-wrap {
    width: 45%;
  }

  .believe-description-wrap {
    width: 55%;
  }

  .home-5-choose-us {
    margin-top: 20px;
  }

  .home-5-choose-us-text-wrap {
    width: 30%;
  }

  .home-5-choose-us-text-wrapper {
    grid-column-gap: 40px;
  }

  .choose-us-description {
    width: 80%;
  }

  .choose-us-image {
    max-width: 500px;
  }

  .footer-white {
    background-position: 50% 43%;
    padding-top: 140px;
  }

  .home-3-right-arrow-holder {
    right: 1.5%;
  }

  .section-with-image-bg, .section-with-parallax-4 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .about-us-text-wrap {
    width: 45%;
  }

  .about-us-banner-image {
    max-width: 630px;
  }

  .about-us-page-text-wrapper {
    grid-column-gap: 70px;
  }

  .why-choose-us-title {
    font-size: 110px;
  }

  .home-3-left-arrow-holder {
    right: 80px;
  }

  .process-banner-text-wrap {
    width: 45%;
  }

  .process-banner-image {
    height: 400px;
    min-width: 1225px;
  }

  .process-banner-image.news-grid {
    bottom: 0;
  }

  .team-with-image-bg {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .team-page-members-name {
    font-size: 24px;
  }

  .pricing-banner-wrapper-copy {
    height: 75vh;
  }

  .pricing-our-story-wrap {
    position: absolute;
    right: 10%;
  }

  .choose-us-with-image-bg {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .choose-us-video {
    height: 500px;
  }

  .pricing-explore-wrapper {
    margin-top: 180px;
    margin-left: 10px;
  }

  .why-choose-process-wrapper {
    margin-top: 150px;
  }

  .clients-title-holder {
    width: 65%;
  }

  .service-page-item {
    width: 31%;
  }

  .service-page-image {
    height: 360px;
  }

  .pricing-image {
    height: 75vh;
    object-fit: cover;
  }

  .service-list-title {
    width: 70%;
    font-size: 80px;
  }

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

  .projects-1-section {
    padding-top: 75px;
    padding-bottom: 150px;
  }

  .projects-details-description {
    width: 41%;
  }

  .contact-us-section-with-parallax, .contact-us-logos-wrapper {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .contacts-3-list-wrapper {
    padding-bottom: 80px;
  }

  .contact-us-form-section {
    padding-top: 120px;
    padding-bottom: 150px;
  }

  .news-2-top-banner-section {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .blog-grid-category-image {
    height: 320px;
  }

  .news-categories-wrapper {
    grid-column-gap: 30px;
  }

  .blog-details-section {
    padding-top: 210px;
    padding-bottom: 150px;
  }

  .news-2-description {
    margin-top: 35px;
    margin-bottom: 50px;
  }

  .home-one-team-image {
    height: 320px;
  }

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

  .section-banner.landing-banner {
    min-height: 88vh;
    background-image: none;
  }

  .landing-inner-page-item.home-screen-banner, .landing-inner-page-item.home-screen {
    max-width: none;
  }

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

  .section-landing-customers {
    padding-bottom: 130px;
  }

  .paragraph-benefits-lp {
    width: 80%;
  }

  .landing-inner-pages-wrapp {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
  }

  .bold-text {
    padding-top: 200px;
  }

  .section-with-parallax-1, .section-with-parallax-project-1, .section-with-parallax-project-2, .section-with-parallax-project-3, .section-with-parallax-project-4, .section-with-parallax-project-5, .section-with-parallax-project-6 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .cf-dropdown-list-full-wrapper {
    box-shadow: 0 100px 100px rgba(64, 69, 79, .1);
  }

  .f-navigation {
    justify-content: center;
    margin-bottom: 33px;
  }

  .cf-tabs-element {
    top: 18%;
    right: 21%;
  }

  .contact-us-section-with-parallax-copy, .contact-us-section-with-parallax-copy-copy {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .heading-7 {
    min-height: 30%;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .section.banner-our-process {
    min-height: 820px;
  }

  .section.with-image-background {
    background-size: 590px 960px;
  }

  .section.home-4-with-black-line-bg {
    background-position: 50% 20%;
  }

  .base-container {
    max-width: 100%;
    margin-top: 5px;
  }

  .navbar.absolute._1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu-wrapper {
    padding-top: 8px;
  }

  .service-list-banner {
    padding-top: 180px;
    padding-bottom: 150px;
  }

  .first-video {
    height: 700px;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .home-1-base-container {
    flex-flow: column wrap;
    flex: 0 auto;
    align-content: flex-end;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .our-story-wrap {
    padding: 30px;
  }

  .studio-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .our-team-holder.reverse {
    margin-bottom: 80px;
  }

  .home-1-banner-title {
    z-index: auto;
    position: absolute;
    top: auto;
    bottom: 65%;
    left: 0%;
    right: 0%;
  }

  .explore-more-link.text-white {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .home-2-banner-wrapper {
    padding-top: 210px;
  }

  .home-2-our-story-wrap {
    position: absolute;
    right: 21%;
  }

  .home-2-team-members-holder.home-2-page {
    max-width: 990px;
  }

  .home-2-image-holder {
    width: 43%;
  }

  .home-2-our-story-wrapper {
    padding: 30px;
  }

  .home-2-testimonials-holder {
    width: 120%;
  }

  .home-2-testimonials-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-3-wrapper {
    margin-bottom: 100px;
  }

  .home-3-about-us-image {
    min-height: 935px;
    top: -50%;
  }

  .home-3-awards-name {
    font-size: 150px;
  }

  .second-hover-image, .third-hover-image {
    right: -10%;
  }

  .benefits-slider-image {
    height: 460px;
  }

  .benefits-text-wrap {
    left: 44%;
  }

  .benefits-slider {
    right: 0;
  }

  .benefits-left-arrow {
    right: 180px;
  }

  .benefits-right-arrow {
    right: 130px;
  }

  .benefits-slide {
    width: 75%;
  }

  .home-4-our-team-image {
    height: 380px;
    max-width: 715px;
  }

  .home-5-secondary-button-white {
    bottom: 32px;
    left: 62px;
  }

  .home-5-banner-section {
    margin-bottom: 270px;
  }

  .home-5-banner-image {
    height: 420px;
    max-width: 1800px;
  }

  .choose-us-image {
    max-width: 575px;
  }

  .home-3-right-arrow-holder {
    right: .5%;
  }

  .section-with-image-bg {
    min-height: 650px;
  }

  .section-with-parallax-4 {
    min-height: 700px;
  }

  .home-1-studio-content-description {
    text-align: center;
  }

  .about-us-banner-image {
    max-width: 695px;
  }

  .about-us-page-text-wrapper {
    grid-column-gap: 80px;
  }

  .home-3-left-arrow-holder {
    right: 60px;
  }

  .process-banner-image {
    height: 420px;
    min-width: 1300px;
  }

  .pricing-our-story-wrap {
    position: absolute;
    right: 21%;
  }

  .choose-us-with-image-bg {
    min-height: 650px;
  }

  .pricing-explore-wrapper {
    margin-top: 210px;
  }

  .contact-us-section-with-parallax {
    min-height: 450px;
  }

  .home-one-team-image {
    width: 49%;
  }

  .projects-content-holder {
    max-width: 775px;
    padding-bottom: 130px;
    padding-left: 130px;
    padding-right: 0;
  }

  .section-banner.landing-banner {
    min-height: 90vh;
    background-position: 91% 5%, 11% 22%;
    background-size: auto 330px, auto 290px;
  }

  .landing-banner-title {
    font-size: 80px;
  }

  .section-with-parallax-1, .section-with-parallax-project-1, .section-with-parallax-project-2, .section-with-parallax-project-3, .section-with-parallax-project-4, .section-with-parallax-project-5, .section-with-parallax-project-6 {
    min-height: 700px;
  }

  .cf-wrapper.cta-wrapper {
    padding-bottom: 200px;
  }

  .cf-tab-image.tab-5 {
    width: 68%;
  }

  .cf-tab-image.tab-4 {
    width: 78%;
  }

  .cf-tab-image.tab-3 {
    width: 80%;
  }

  .cf-tab-image.tab-1 {
    width: 66%;
    max-width: 385px;
  }

  .cf-tabs-element {
    top: 18%;
    right: 20%;
  }

  .cf-tabs-image.absolute {
    bottom: 7%;
    right: 17%;
  }

  .cf-tabs-image.absolute.card {
    width: 48%;
  }

  .cf-tabs-image.absolute.card.tab-3 {
    width: 36%;
    bottom: 8%;
  }

  .cf-tabs-image.absolute.tab-2 {
    width: 81%;
    bottom: 13%;
  }

  .cf-tabs-image.absolute.tab-1 {
    width: 36%;
    max-width: 212px;
  }

  .cf-tabs-image.tab-2 {
    width: 62%;
  }

  .contact-us-section-with-parallax-copy, .contact-us-section-with-parallax-copy-copy {
    min-height: 450px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .brix---grid-contact-v11 {
    grid-column-gap: 90px;
    grid-template-columns: 1.5fr 1.2fr;
  }

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

@media screen and (min-width: 1920px) {
  h2 {
    text-transform: none;
  }

  .section.banner-our-process {
    min-height: 910px;
  }

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

  .section.with-divider {
    background-position: 101% 57%;
    background-size: auto;
  }

  .section.with-image-background {
    min-height: 960px;
    background-position: 0 0;
    background-size: 835px;
  }

  .base-container {
    max-width: 100%;
    padding-left: 350px;
    padding-right: 350px;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .footer-link-wrap {
    width: 31%;
  }

  .top-banner-section {
    background-position: 0 0, 50%;
    background-size: auto, cover;
    margin-bottom: -45px;
    padding-top: 159px;
    padding-bottom: 0;
  }

  .title-holder {
    width: 70%;
  }

  .home-1-base-container {
    max-width: 2000px;
  }

  .paragraph-holder {
    margin-bottom: 120px;
  }

  .our-story-wrap {
    padding-left: 71px;
  }

  .studio-text-wrap {
    text-align: center;
    margin-left: -83px;
    margin-right: 58px;
  }

  .our-services-divider {
    min-width: 99px;
    background-color: #111;
  }

  .our-team-holder.reverse {
    margin-bottom: 0;
  }

  .team-members-holder {
    margin-top: 150px;
  }

  .home-1-banner-title {
    margin-bottom: 381px;
    font-family: Yantramanav, sans-serif;
    font-size: 80px;
    font-weight: 900;
    top: auto;
    bottom: 65%;
    left: 0%;
    right: 0%;
  }

  .home-2-banner-wrapper {
    justify-content: space-between;
  }

  .home-2-our-story-wrap {
    position: absolute;
    right: 44%;
  }

  .our-team-section {
    align-items: center;
  }

  .home-2-team-members-holder.home-2-page {
    max-width: 1230px;
  }

  .home-2-testimonials-wrapper {
    flex-direction: row;
  }

  .home-2-base-container {
    max-width: 1200px;
  }

  .home-2-image-holder {
    width: 45%;
  }

  .home-2-testimonials-holder {
    width: 100%;
    flex: none;
  }

  .home-2-testimonials-wrap {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .home-3-about-us-image {
    width: 33%;
  }

  .hover-image {
    right: -4%;
  }

  .second-hover-image {
    right: -20%;
  }

  .third-hover-image {
    right: -15%;
  }

  .benefits-text-wrap {
    top: 88px;
    left: 48%;
  }

  .benefits-mask {
    width: 100%;
    height: 100%;
  }

  .benefits-left-arrow {
    right: 420px;
  }

  .benefits-right-arrow {
    right: 365px;
  }

  .benefits-slide {
    width: 60%;
  }

  .home-2-explore-wrapper {
    margin-bottom: 30px;
    margin-left: 0;
    display: flex;
  }

  .home-4-our-team-image {
    height: 400px;
    max-width: 945px;
    top: 200px;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .home-5-banner-section {
    margin-bottom: 350px;
  }

  .home-5-banner-image {
    height: 500px;
    bottom: auto;
    left: 0;
    right: 0%;
  }

  .home-5-choose-us-wrapper {
    padding-top: 50px;
  }

  .choose-us-image {
    height: 430px;
    max-width: 775px;
  }

  .home-3-right-arrow-holder {
    bottom: -10%;
    right: .1%;
  }

  .section-with-image-bg {
    min-height: 750px;
  }

  .about-us-banner-image {
    max-width: 875px;
  }

  .home-3-left-arrow-holder {
    bottom: -10%;
  }

  .process-banner-image {
    height: 500px;
    min-width: 1545px;
  }

  .our-team-first-video {
    height: 500px;
  }

  .pricing-banner-wrapper-copy {
    height: 90vh;
    justify-content: space-between;
    padding-top: 210px;
  }

  .pricing-our-story-wrap {
    position: absolute;
    right: 44%;
  }

  .choose-us-with-image-bg {
    min-height: 750px;
  }

  .pricing-explore-wrapper {
    margin-bottom: 80px;
    margin-left: 0;
    display: flex;
  }

  .clients-title-holder {
    width: 70%;
  }

  .pricing-image {
    height: 90vh;
  }

  .contact-us-section-with-parallax {
    min-height: 750px;
  }

  .contact-us-text-wrapper {
    flex-direction: column;
  }

  .home-one-team-image {
    height: 420px;
  }

  .section-banner {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-banner.landing-banner {
    min-height: 92vh;
    background-image: none;
    padding-top: 190px;
  }

  .color-bg {
    height: 200px;
  }

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

  .landing-banner-content {
    margin-bottom: 130px;
  }

  .landing-banner-title {
    font-size: 90px;
  }

  .section-landing-customers {
    padding-top: 130px;
  }

  .landing-customers-content-right {
    grid-row-gap: 50px;
  }

  .bold-text {
    font-family: Yantramanav, sans-serif;
  }

  .brix---grid-2-columns---gap-row-72px {
    max-width: 100%;
  }

  .contact-us-section-with-parallax-copy, .contact-us-section-with-parallax-copy-copy {
    min-height: 750px;
  }

  .link-2, .walsh-main-paragraph-2 {
    font-size: 24px;
  }

  .walsh-heading-regular-2 {
    font-size: 2.5em;
  }

  .walsh-inner-column-left {
    flex: 1;
  }

  .walsh-main-paragraph-3 {
    font-size: 24px;
    font-weight: 300;
  }

  .walsh-inner-column-center-2 {
    font-size: 24px;
  }
}

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

  h3 {
    font-size: 38px;
  }

  li {
    padding-left: 20px;
  }

  .section.changelog-banner {
    min-height: 300px;
  }

  .section.banner-our-team {
    padding-top: 105px;
    padding-bottom: 80px;
  }

  .section.banner-our-process {
    min-height: 300px;
    padding-top: 120px;
    padding-bottom: 0;
  }

  .section.banner-services {
    min-height: 300px;
  }

  .section.about-us-banner {
    flex-direction: column;
    padding-top: 80px;
    padding-bottom: 0;
    display: flex;
  }

  .section.portfolio-grid-banner {
    min-height: 300px;
    padding-top: 130px;
  }

  .section.with-image-background {
    background-size: 335px 850px;
    padding-top: 100px;
  }

  .section.with-black-bg, .section.home-4-with-black-line-bg, .section.service-with-black-bg {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .section.banner-service-category, .section.banner-project-category {
    min-height: 300px;
  }

  .section.contact-us-2-banner {
    min-height: 300px;
    padding-top: 130px;
    padding-bottom: 80px;
  }

  .section.banner-blog-category {
    min-height: 300px;
  }

  .section.news-banner {
    padding-top: 110px;
  }

  .section.news-grid {
    padding-top: 80px;
  }

  .section.licensing-banner {
    padding-top: 120px;
  }

  .base-container.home-1-team-image {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-system-image {
    width: 75%;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .spasing-system-image-mobile {
    width: 70%;
  }

  .colors-wrapper {
    margin-right: 40px;
  }

  .colors-container {
    flex-wrap: wrap;
  }

  .headings-typography-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .style-guide-div {
    margin-top: 30px;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

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

  .nav-menu {
    width: 320px;
    background-color: #fff;
    flex-direction: column;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  }

  .menu-button {
    text-align: right;
    background-color: #fff;
    flex: 1;
    padding: 0;
  }

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

  .menu-button.white-bg, .menu-button.home-2-navbar {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .nav-link.hidden {
    display: none;
  }

  .nav-link.home-white {
    color: #f9f9fa;
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 20px;
    line-height: 1em;
  }

  .nav-dropdown {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    color: #f9f9fa;
    align-items: center;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-icon {
    margin-right: 0;
    display: block;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0;
  }

  .nav-dropdown-list {
    width: 320px;
    background-color: #000;
    border-style: none;
    flex-direction: column;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu, .nav-dropdown-list.home-3-megamenu, .nav-dropdown-list.home-1-megamenu {
    width: 320px;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: scroll;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    color: #f9f9fa;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-link.w--current {
    color: #fff;
    padding-bottom: 10px;
  }

  .nav-dropdown-link.first-item {
    padding-top: 0;
  }

  .nav-dropdown-link.last-item {
    margin-bottom: 10px;
  }

  .close-menu-button {
    padding-bottom: 0;
  }

  .close-menu-button.w--open {
    background-color: #fff;
    padding: 0 10px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    max-width: 60%;
    align-self: stretch;
    padding-right: 2px;
  }

  .nav-item-title {
    font-size: 20px;
  }

  .nav-item-title.home-white, .nav-item-title.home-5-text-white {
    color: #111;
  }

  .style-guide-banner-section {
    min-height: 300px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-form {
    margin-top: 0;
  }

  .coming-soon-paragraph {
    margin-bottom: 40px;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 56px;
  }

  .blog-grid-collection-list {
    column-count: 2;
  }

  .blog-grid-item {
    width: 47.5%;
  }

  .blog-classic-post-image {
    height: 400px;
  }

  .blog-template-wrapper {
    padding: 40px;
  }

  .blog-template-image {
    height: 500px;
  }

  .blog-template-date {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 40px;
  }

  .footer {
    background-position: 50% 24%;
  }

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

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

  .process-item-wrapper {
    grid-column-gap: 40px;
  }

  .process-image-wrapper {
    width: 45%;
  }

  .process-content {
    width: 55%;
  }

  .style-guide-buttons-wrapper {
    align-items: flex-start;
  }

  .style-guide-button-wrapper {
    width: 47%;
  }

  .process-image {
    object-fit: cover;
  }

  .process-content-wrapper {
    width: 55%;
  }

  .pricing-plans-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-plan-item {
    max-width: 360px;
  }

  .coming-soon-image {
    display: none;
  }

  .contacts-wrapper {
    align-items: flex-start;
  }

  .contacts-form-wrapper {
    margin-left: 0;
    padding: 30px 30px 15px;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .contacts-left-arrow {
    right: 41px;
  }

  .contacts-right-arrow {
    right: 0;
  }

  .contacts-textarea {
    min-height: 120px;
  }

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

  .contacts-2-form-wrapper {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }

  .contacts-2-content-wrapper {
    width: 100%;
    flex-flow: column-reverse wrap;
    justify-content: center;
    padding-left: 0;
    display: flex;
  }

  .contacts-2-wrapper {
    grid-row-gap: 40px;
    flex-flow: column wrap-reverse;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .footer-brand-wrapper {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
  }

  .footer-links-wrapper {
    width: 35%;
  }

  .footer-links-wrapper.last-item {
    width: 100%;
    margin-top: 30px;
  }

  .footer-links-wrapper.social {
    width: 25%;
    flex-direction: column;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

  .search-input:focus {
    border: 1px solid #111;
  }

  .search-section {
    margin-bottom: 40px;
    padding-top: 90px;
  }

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

  .service-details-content-wrapper {
    width: 60%;
    margin-right: 20px;
  }

  .service-details-sidebar-wrapper {
    width: 40%;
    padding-left: 30px;
    padding-right: 30px;
    top: 20px;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .service-list-banner {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .portfolio-tab-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .portfolio-tab-link.all-projects {
    padding-left: 0;
  }

  .portfolio-tab-link.last-child {
    padding-right: 0;
  }

  .portfolio-masonry-collection-list {
    column-count: 2;
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-masonry-collection-item {
    width: 47.5%;
  }

  .portfolio-masonry-image {
    height: 230px;
  }

  .portfolio-masonry-lightbox {
    border-bottom-width: 100px;
    border-left-width: 100px;
  }

  .portfolio-masonry-lightbox-icon {
    top: 55px;
    right: 15px;
  }

  .portfolio-masonry-category {
    color: #a2a2a2;
  }

  .portfolio-masonry-category:hover {
    color: #fff;
  }

  .project-template-content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .project-template-info-wrap {
    width: 50%;
  }

  .project-template-image {
    height: 360px;
  }

  .nav-dropdown-column {
    width: 180px;
    justify-content: center;
  }

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

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

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .first-video {
    width: 100%;
    height: 400px;
  }

  .home-4-testimonials-wrapper {
    width: 80%;
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    width: 80%;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .team-members-wrap {
    width: 48.6%;
  }

  .team-members-wrap.home-2 {
    width: 49%;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .project-button-link-paragraph {
    transition: color .3s;
  }

  .project-button-link-paragraph:hover {
    color: #a2a2a2;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .container {
    max-width: 1024px;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu-wrap {
    background-color: #000;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 17px;
    display: flex;
    position: static;
  }

  .home-banner-left-arrow {
    top: 20%;
    bottom: auto;
    left: 4%;
    right: auto;
  }

  .tablet-menu {
    height: 60px;
    background-color: #000;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .image-burger {
    margin-bottom: 4px;
  }

  .brand-tablet {
    display: block;
  }

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

  .navbar-button-wrap {
    display: none;
  }

  .footer-title-holder {
    width: 50%;
  }

  .subscribe-button {
    padding-top: 9px;
  }

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

  .footer-contact-wrapper {
    width: 100%;
    flex-direction: row-reverse;
    justify-content: flex-end;
    display: flex;
  }

  .schedule-tab-title {
    font-size: 23px;
  }

  .top-banner-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-attachment: scroll, fixed;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    position: relative;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .title-holder {
    width: 90%;
  }

  .paragraph-holder {
    margin-bottom: 130px;
  }

  .home-button-wrap {
    padding-right: 45px;
  }

  .first-link-icon.about-border-black {
    top: 0;
  }

  .our-story-wrap {
    min-width: 220px;
  }

  .studio-wrapper {
    grid-row-gap: 20px;
    text-align: center;
    flex-wrap: wrap;
  }

  .studio-text-wrap {
    width: 100%;
    text-align: center;
    margin-left: 45px;
    margin-right: 45px;
    position: static;
  }

  .studio-content-wrap {
    width: 100%;
  }

  .studio-content-description-wrap {
    grid-column-gap: 20px;
    margin-top: 50px;
  }

  .design-wrapper {
    grid-column-gap: 50px;
  }

  .design-content-description {
    margin-bottom: 30px;
  }

  .services-content-wrapper {
    width: 50%;
  }

  .our-services-conten-wrap {
    grid-row-gap: 60px;
    flex-wrap: wrap;
  }

  .what-we-do-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column-reverse wrap;
  }

  .what-we-do-image-wrap {
    width: 100%;
  }

  .what-we-do-content-wrap {
    width: 100%;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .what-we-do-title {
    text-align: center;
    margin-bottom: 40px;
  }

  .portfolio-title {
    width: 90%;
  }

  .home-1-portfolio-list, .home-1-portfolio-image-holder {
    grid-column-gap: 20px;
  }

  .home-1-portfolio-2-image-holder {
    grid-column-gap: 20px;
    margin-top: 20px;
  }

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

  .awards-text-wrap {
    width: 100%;
    margin-bottom: 30px;
  }

  .awards-content-wrap {
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    padding-left: 0;
  }

  .awards-small-title.contact-us-3-page {
    margin-bottom: 30px;
  }

  .awards-text-wrapper {
    width: 33%;
  }

  .awards-text-wrapper.right-item {
    padding-left: 0;
  }

  .awards-description {
    width: 90%;
  }

  .our-team-holder.reverse {
    flex-direction: column-reverse;
    margin-top: 25px;
  }

  .our-team-wrapper {
    width: 100%;
  }

  .team-members-holder {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .team-members-image {
    height: 340px;
  }

  .team-members-name {
    font-size: 24px;
  }

  .home-1-reviews-slider {
    margin-top: 40px;
  }

  .home-1-reviews-holder {
    grid-column-gap: 20px;
  }

  .reviews-title {
    margin-top: 0;
  }

  .reviews-name {
    font-size: 20px;
  }

  .home-1-banner-title {
    font-size: 50px;
    font-weight: 700;
  }

  .home-2-banner-description {
    width: 95%;
    margin-bottom: 40px;
  }

  .home-2-line-divider.about-black {
    top: 0;
  }

  .home-2-banner-wrapper {
    height: auto;
    padding-top: 105px;
  }

  .home-2-banner-wrap {
    width: 100%;
  }

  .home-2-process-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .home-2-process-wrap {
    width: 48%;
  }

  .home-2-process-wrap.last-item {
    margin-left: auto;
    margin-right: auto;
  }

  .home-2-process-description {
    width: 80%;
  }

  .specialize-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .specialize-image-wrap {
    width: 100%;
    grid-column-gap: 20px;
  }

  .specialize-content-wrap {
    width: 100%;
  }

  .description-holder {
    width: 65%;
  }

  .about-studio-slide-wrapper.reverse {
    grid-column-gap: 40px;
  }

  .about-studio-text-wrap, .about-studio-image-wrap {
    width: 50%;
  }

  .about-studio-left-arrow {
    left: -100%;
  }

  .about-studio-left-arrow.reverse {
    right: -60px;
  }

  .about-studio-right-arrow {
    right: 180%;
  }

  .about-studio-right-arrow.reverse {
    top: 41px;
    right: -110px;
  }

  .numbers-section {
    padding-top: 60px;
  }

  .our-portfolio-title {
    width: 70%;
    margin-bottom: 40px;
  }

  .our-portfolio-list {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .awards-name {
    margin-bottom: 40px;
    font-size: 70px;
  }

  .awards-name.large-item {
    width: 100%;
  }

  .home-2-our-team-wrapper {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }

  .our-team-section {
    margin-top: 60px;
  }

  .our-team-base-container {
    max-width: 1200px;
    padding-right: 15px;
  }

  .home-2-team-members-holder {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .home-2-team-members-holder.home-2-page {
    height: 100%;
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
    position: static;
  }

  .home-2-our-team-holder {
    flex-wrap: wrap;
  }

  .home-2-image-holder {
    width: 100%;
    margin-top: 80px;
    position: static;
  }

  .home-2-our-story-wrapper {
    min-width: 220px;
  }

  .home-2-image {
    height: auto;
    max-height: 400px;
  }

  .home-2-testimonials-holder {
    width: 100%;
    margin-top: 30px;
    margin-right: 10px;
  }

  .home-2-testimonials-holder.hidden {
    margin-left: 10px;
  }

  .home-2-testimonials-wrap {
    width: 50%;
  }

  .home-2-testimonials-wrap.hidden {
    display: none;
  }

  .colorful-bg-heading-wrapper {
    margin: 15px 10px;
  }

  .colorful-bg-heading-wrapper.yellow {
    margin-top: 20px;
  }

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

  .logos-holder {
    grid-column-gap: 25px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .logos-image {
    width: 31%;
    object-fit: contain;
    overflow: hidden;
  }

  .home-3-explore-more-wrapper {
    display: none;
  }

  .home-3-about-us-image {
    width: 40%;
    top: -21%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .home-3-awards-name {
    margin-bottom: 40px;
    font-size: 90px;
  }

  .hover-image {
    width: 150px;
    height: 210px;
    display: none;
  }

  .second-hover-image {
    width: 150px;
    height: 210px;
    display: none;
    top: 30%;
  }

  .third-hover-image {
    width: 150px;
    height: 210px;
    display: none;
    top: 60%;
  }

  .home-3-page-video {
    width: 100%;
  }

  .process-title.why-choose-text-above {
    position: static;
  }

  .home-3-process-wrapper {
    grid-column-gap: 29px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    margin-top: 60px;
  }

  .home-3-process-description {
    width: 80%;
  }

  .home-3-page-awards-wrapper {
    flex-wrap: wrap;
  }

  .awards-image {
    width: 100%;
    height: 300px;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .home-3-awards-text-wrap {
    width: 100%;
    margin-bottom: 30px;
  }

  .home-3-awards-content-wrap {
    width: 100%;
    grid-column-gap: 3px;
    grid-row-gap: 40px;
    padding-left: 0;
  }

  .home-3-portfolio-title {
    width: 70%;
  }

  .home-3-button-holder {
    width: 30%;
  }

  .home-3-portfolio-wrapper {
    margin-top: 40px;
  }

  .home-3-portfolio-list, .home-3-portfolio-item {
    grid-column-gap: 20px;
  }

  .home-3-portfolio-second-wrapper {
    grid-column-gap: 20px;
    margin-top: 20px;
  }

  .home-3-portfolio-second-item {
    grid-row-gap: 20px;
  }

  .home-3-portfolio-large-image {
    height: 480px;
  }

  .home-3-portfolio-second-list {
    grid-row-gap: 20px;
  }

  .benefits-slider-image {
    max-width: 400px;
  }

  .benefits-text-wrap {
    max-width: 360px;
  }

  .benefits-left-arrow {
    right: 80px;
  }

  .benefits-right-arrow {
    top: 6px;
    right: 15px;
  }

  .home-3-blog-image {
    height: 400px;
  }

  .home-3-blog-list {
    grid-column-gap: 20px;
  }

  .home-3-blog-description {
    width: 100%;
  }

  .home-2-explore-wrapper {
    display: none;
  }

  .home-1-portfolio-second-list {
    grid-column-gap: 20px;
  }

  .home-4-top-banner-section {
    padding-top: 105px;
  }

  .home-4-banner-titlle {
    margin-bottom: 40px;
  }

  .home-4-banner-description {
    width: 75%;
    margin-left: 75px;
  }

  .home-4-top-banner-icon {
    max-height: 180px;
    max-width: 180px;
    right: 15px;
  }

  .home-4-top-banner-sphere-icon {
    width: 72px;
    height: 72px;
  }

  .block-with-negative-margin {
    grid-column-gap: 20px;
  }

  .spaces-wrapper {
    padding: 20px;
  }

  .spaces-title-wrap {
    grid-row-gap: 5px;
    flex-flow: column-reverse wrap;
  }

  .home-4-process-wrapper {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .home-4-process-wrap {
    width: 50%;
  }

  .home-4-specialize-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .home-4-specialize-image-wrap {
    width: 100%;
    grid-column-gap: 20px;
  }

  .home-4-specialize-content-wrap {
    width: 100%;
  }

  .home-4-page-video {
    width: 100%;
    height: 360px;
  }

  .home-4-our-team-wrapper, .home-4-our-team-image-wrapper {
    width: 100%;
  }

  .home-4-our-team-image {
    width: 100%;
    max-width: none;
    margin-bottom: 60px;
    position: static;
  }

  .how-we-work-description {
    margin-bottom: 60px;
  }

  .home-4-blog-list {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .home-4-blog-item {
    width: 48%;
  }

  .home-4-blog-description {
    width: 100%;
  }

  .home-5-banner-section {
    margin-bottom: 0;
    padding-top: 115px;
    padding-bottom: 0;
  }

  .home-5-banner-titlle {
    width: 70%;
    margin-bottom: 40px;
  }

  .home-5-category-wrap {
    width: 30%;
  }

  .home-5-title-description-wrap {
    width: 91%;
  }

  .home-5-banner-image {
    width: 100%;
    height: 300px;
    max-width: none;
    position: static;
  }

  .believe-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .believe-title-wrap {
    width: 70%;
  }

  .believe-description-wrap {
    width: 100%;
  }

  .home-5-process-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .home-5-projects-wrapper {
    grid-column-gap: 50px;
  }

  .home-5-projects-content-wrap, .home-5-projects-image-wrap {
    width: 50%;
  }

  .home-5-services-wrapper {
    grid-column-gap: 0px;
    flex-wrap: wrap;
  }

  .home-5-services-list-wrap {
    width: 100%;
  }

  .home-5-choose-us-wrapper {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .home-5-choose-us-text-wrap {
    width: 50%;
  }

  .home-5-choose-us-text-wrapper {
    grid-column-gap: 40px;
  }

  .choose-us-image {
    max-width: none;
    position: static;
  }

  .home-5-page-awards-wrapper {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .home-5-awards-image {
    min-height: 350px;
  }

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

  .home-5-awards-text-wrap {
    width: 100%;
  }

  .footer-white {
    background-position: 50% 24%;
  }

  .home-3-right-arrow-holder {
    right: 1%;
  }

  .home-5-process-wrap {
    width: 50%;
  }

  .section-with-parallax-4 {
    min-height: 500px;
  }

  .home-1-studio-content-description {
    margin-top: 20px;
  }

  .about-us-banner-wrapper {
    margin-top: 30px;
    display: flex;
  }

  .about-us-text-wrap {
    width: 100%;
    margin-top: 63px;
    margin-bottom: 60px;
  }

  .about-us-banner-image {
    width: 100%;
    max-width: none;
    min-height: 400px;
    position: static;
  }

  .about-explore-wrapper {
    width: 50%;
    height: 200px;
    padding-left: 100px;
    display: none;
  }

  .about-us-page-text-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .about-us-title-wrap, .about-us-content-wrap {
    width: 100%;
  }

  .why-choose-us-title {
    margin-bottom: 30px;
    font-size: 70px;
  }

  .why-choose-wrapper {
    margin-bottom: 40px;
  }

  .home-3-left-arrow-holder {
    right: 80px;
  }

  .process-banner-title-wrapper {
    margin-top: 46px;
  }

  .process-banner-title {
    margin-bottom: 40px;
  }

  .process-banner-text-wrap {
    width: 70%;
  }

  .process-banner-image {
    width: 100%;
    height: 300px;
    min-width: auto;
    position: static;
  }

  .process-banner-image.news-grid {
    margin-top: 30px;
  }

  .process-steps-title {
    font-size: 42px;
  }

  .team-page-members-name {
    font-size: 24px;
  }

  .pricing-banner-wrapper-copy {
    height: auto;
    padding-top: 105px;
  }

  .pricing-services-item {
    width: 47%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-services-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .pricing-page-title-wrapper {
    max-width: 560px;
    margin-bottom: 30px;
  }

  .choose-us-banner-titlle-wrapper {
    margin-top: 64px;
  }

  .choose-us-video {
    width: 100%;
  }

  .pricing-explore-wrapper {
    display: none;
  }

  .why-choose-banner-description {
    width: 75%;
  }

  .why-choose-process-wrapper {
    grid-column-gap: 29px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    margin-top: 60px;
  }

  .why-choose-us-process-wrap {
    width: 48%;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .pricing-process-description {
    width: 90%;
  }

  .pricing-process-description.first-item {
    text-align: center;
  }

  .clients-title-holder {
    width: 90%;
  }

  .service-page-item {
    width: 47.9%;
  }

  .service-page-image {
    height: 330px;
  }

  .pricing-image {
    height: auto;
    max-height: 400px;
  }

  .why-choose-number-holder {
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }

  .why-choose-number-holder.second-item {
    flex-direction: column;
  }

  .services-category-item {
    width: 47.9%;
  }

  .services-category-description {
    width: 100%;
  }

  .service-list-title {
    width: 71%;
  }

  .service-list-text-wrapper {
    grid-row-gap: 30px;
  }

  .services-list-description {
    width: 85%;
  }

  .service-category-small-title {
    padding-right: 24px;
  }

  .projects-text-hover {
    padding-top: 20px;
    position: static;
  }

  .projects-text-hover-holder {
    background-image: none;
    position: static;
  }

  .project-2-description {
    width: 90%;
  }

  .projects-details-description {
    width: 65%;
  }

  .project-categories-list {
    column-count: 2;
  }

  .project-categories-item {
    width: 47.5%;
  }

  .contact-us-banner-description {
    width: 75%;
  }

  .contact-us-section-with-parallax {
    min-height: 350px;
  }

  .contact-us-spaces-title-wrap {
    grid-row-gap: 5px;
    flex-flow: wrap;
  }

  .contact-us-top-banner-section {
    min-height: auto;
    padding-top: 105px;
    padding-bottom: 80px;
  }

  .contacts-2-content-title {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .contact-us-3-top-section {
    min-height: 300px;
    padding-top: 110px;
    padding-bottom: 80px;
  }

  .contact-us-3-wrapper {
    grid-column-gap: 40px;
  }

  .contacts-3-form-wrap {
    margin-left: 0;
    padding: 30px 30px 15px;
  }

  .contacts-3-list-wrapper {
    padding-bottom: 20px;
  }

  .contacts-services {
    margin-bottom: 40px;
    font-size: 70px;
  }

  .blog-grid-description {
    width: 100%;
  }

  .project-scroll-button-holder {
    align-items: flex-end;
  }

  .news-tabs-content {
    margin-top: 60px;
  }

  .news-tab-item {
    margin-bottom: 60px;
  }

  .news-2-tab-holder {
    width: 25%;
    margin-left: -50px;
  }

  .news-date {
    margin-bottom: 40px;
  }

  .news-tab-title {
    font-size: 36px;
  }

  .news-2-image {
    height: 350px;
  }

  .blog-categories-description {
    width: 100%;
  }

  .news-categories-wrapper {
    column-count: 2;
  }

  .news-link-holder {
    margin-top: 0;
  }

  .blog-details-section {
    padding-top: 85px;
    padding-bottom: 40px;
  }

  .news-3-short-description {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .news-2-description {
    width: 60%;
  }

  .work-process-banner-title {
    margin-bottom: 40px;
  }

  .home-one-team-image {
    display: none;
  }

  .projects-content-holder {
    max-width: 740px;
  }

  .landing-home-pages-wrapper-copy {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-banner.landing-banner {
    min-height: 70vh;
    background-image: none;
    align-items: center;
    padding-top: 140px;
  }

  .landing-inner-page-item.home-screen-banner {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-inner-page-item.home-screen {
    width: 100%;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .color-bg {
    height: 100px;
  }

  .landing-banner-content {
    margin-bottom: 70px;
    position: relative;
    left: 0%;
    right: 0%;
  }

  .landing-banner-title {
    font-size: 65px;
  }

  .landing-customers-content-right {
    width: 60%;
    grid-row-gap: 20px;
  }

  .landing-customers-icon-wrapper {
    width: 100%;
  }

  .landing-customers-layout {
    flex-direction: row;
  }

  .landing-customers-content-left {
    width: 40%;
    padding-left: 0;
    padding-right: 30px;
  }

  .landing-section-title {
    width: 80%;
  }

  .landing-home-pages-wrapp {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .landing-inner-pages-wrapp {
    grid-template-columns: 1fr 1fr;
  }

  .image-2 {
    background-image: url('../images/LOGO-Draft-6.png');
    background-position: 0 0;
    background-size: auto;
  }

  .image-4 {
    text-align: center;
    padding-top: 0;
    padding-bottom: 25px;
    display: block;
  }

  .paragraph {
    margin-right: 193px;
    padding-right: 91px;
  }

  .section-with-parallax-1, .section-with-parallax-project-1, .section-with-parallax-project-2, .section-with-parallax-project-3, .section-with-parallax-project-4 {
    min-height: 500px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---card-link-img-bg {
    padding-bottom: 40px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 0;
  }

  .brix---section {
    padding-top: 72px;
    padding-bottom: 118px;
  }

  .walsh-rounded-card {
    grid-row-gap: 2em;
  }

  .walsh-main-grid {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-container {
    width: auto;
    flex: 0 auto;
  }

  .brix---card-link-img-bg-ld, .brix---card-link-img-bg-hd, .brix---card-link-img-bg-pd {
    padding-bottom: 40px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .section-with-parallax-project-5, .section-with-parallax-project-6 {
    min-height: 500px;
  }

  .walsh-menu-button {
    color: #fff;
    order: 1;
  }

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

  .walsh-button-hover-fill {
    display: none;
  }

  .walsh-link-block-orange {
    padding-left: 50px;
  }

  .walsh-flex-nav-buttons {
    justify-content: flex-start;
    margin-top: 15px;
  }

  .walsh-nav-link-white {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .walsh-nav-link-white:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .walsh-nav-grid-center {
    grid-column-gap: 15px;
    grid-row-gap: 0px;
  }

  .walsh-nav-menu-green-left {
    background-color: #2c5c5d;
    padding-top: 0;
    padding-right: 20px;
  }

  .walsh-container-nav {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .cf-menu-button {
    align-items: flex-start;
    padding: 10px;
    display: flex;
  }

  .cf-menu-button.w--open {
    color: #b16cea;
    background-color: rgba(0, 0, 0, 0);
    justify-content: space-between;
    display: flex;
    transform: rotate(-90deg);
  }

  .cf-navigation-1-link {
    display: flex;
  }

  .cf-navigation-1-arrow-image {
    width: 40px;
  }

  .cf-navigation-1-link-heading {
    font-size: 36px;
  }

  .cf-navigation-1-number-subtext {
    margin-right: 20px;
    font-size: 18px;
  }

  .cf-navigation-headings-contain {
    width: auto;
  }

  .cf-dropdown-links {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-navigation-1-dropdown-container {
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .cf-dropdown-list-full-wrapper {
    box-shadow: none;
  }

  .cf-dropdown-lists.w--open {
    width: 80%;
    padding-top: 0;
    position: relative;
    top: 0;
  }

  .cf-navigation-1-dropdown {
    margin-left: 0;
  }

  .cf-navigation-1-dropdown.w--open {
    border: 1px #000;
  }

  .cf-navigation-1-dropdown-wrapper {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    display: flex;
  }

  .cf-navigation-1-links-contain {
    width: 90%;
    flex-direction: column;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }

  .cf-navigation-1-links-wrapper {
    background-color: #fff;
    position: absolute;
    box-shadow: 0 140px 120px rgba(0, 0, 0, .12);
  }

  .cf-navigation-1-logo {
    margin-bottom: 0;
    padding-left: 0;
  }

  .cf-navigation-1-wrapper {
    width: 90%;
  }

  .nav-menu-wrapper-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

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

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

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .f-navigation-menu-button {
    color: #393b6a;
    border: 1px solid #f3f5fb;
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button.w--open {
    background-color: #160042;
    border-color: #fff;
  }

  .f-navigation-content {
    width: auto;
    align-items: center;
    display: flex;
  }

  .f-navigation-link {
    width: 100%;
    opacity: 1;
    color: #000;
    text-transform: uppercase;
    white-space: nowrap;
    object-fit: fill;
    background-color: rgba(0, 0, 0, 0);
  }

  .f-navigation-menu {
    color: #0a0a0a;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: content-box;
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .f-navigation-logo-link {
    margin-right: 0;
  }

  .f-navigation {
    position: absolute;
  }

  .cf-cta-circle._5 {
    width: 90px;
    height: 90px;
  }

  .cf-cta-circle._4 {
    width: 50px;
    height: 50px;
    right: -6%;
  }

  .cf-cta-circle._3 {
    width: 50px;
    height: 50px;
  }

  .cf-cta-circle._1 {
    width: 40px;
    height: 40px;
    top: 8%;
    left: -3%;
  }

  .cf-cta-circle._2 {
    width: 40px;
    height: 40px;
  }

  .cf-cta-text {
    font-size: 22px;
  }

  .cf-display-heading {
    font-size: 66px;
    line-height: 80px;
  }

  .cf-display-heading.heading-cta {
    font-size: 64px;
  }

  .cf-tabs-right-tab {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cf-tabs-left-wrap {
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-tabs-content-contain {
    max-width: 600px;
    flex-direction: column;
    align-items: center;
  }

  .cf-tabs-menu {
    max-width: 650px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .cf-tabs-right-tab-ld, .cf-tabs-right-tab-hd, .cf-tabs-right-tab-old {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .combine-heading-style-h2 {
    font-size: 2.5rem;
  }

  .combine-contact4_component {
    flex-direction: column;
  }

  .combine-padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-form_input-grey {
    min-width: 12rem;
  }

  .brix---btn-primary-white {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-cta-v10 {
    grid-template-columns: .78fr;
  }

  .brix---cta-bg-overlay {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .contact-us-section-with-parallax-copy, .contact-us-section-with-parallax-copy-copy {
    min-height: 350px;
  }

  .brix---cta-v4-floating-item-02 {
    width: 70%;
  }

  .brix---cta-v5-floating-item-01 {
    width: 40%;
    display: none;
  }

  .brix---btn-primary-white-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h2-size-3 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-cta-v4 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .brix---cta-section {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .walsh-inner-column-center {
    text-align: center;
    align-items: center;
    padding: 45px 30px 30px;
  }

  .walsh-quote-image-wrapper {
    width: 100%;
    max-width: none;
    margin-top: 0;
  }

  .walsh-inner-column-left {
    max-width: none;
    padding: 4em 4em 0;
  }

  .walsh-rounded-box-banner {
    flex-direction: column;
  }

  .walsh-container-2 {
    width: auto;
    flex: 0 auto;
  }

  .walsh-inner-column-right {
    max-width: none;
    padding-top: 0;
    padding-left: 4em;
  }

  .walsh-image-logo {
    height: 100%;
    max-height: 50px;
    max-width: 120px;
  }

  .walsh-inner-column-center-2 {
    text-align: center;
    align-items: center;
    padding: 45px 30px 30px;
  }

  .walsh-container-3 {
    width: auto;
    flex: 0 auto;
  }

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

  .brix---social-media-grid-right---mbp-center {
    grid-column-gap: 10px;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---grid-contact-v11 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .image-10 {
    background-image: linear-gradient(#000, #fff);
    position: relative;
    left: 0;
  }

  .brix---btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size-2 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---mg-bottom-32px-2 {
    margin-bottom: 24px;
  }

  .brix---heading-h2-size-4 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-2-columns-text {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .brix---section-3 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---btn-primary-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---grid-2-col---1-col-t {
    grid-template-columns: 1fr;
  }

  .brix---hero-bg-image-dark-header-top {
    padding-top: 200px;
    padding-bottom: 160px;
  }

  .brix---hamburger-menu-bar-bottom-white {
    width: 44px;
    height: 3px;
    background-color: #fff;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top-white {
    width: 44px;
    height: 3px;
    background-color: #fff;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

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

  .brix---header-nav-list-item-show-in-mbl {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-nav-link-white {
    color: #211f54;
  }

  .brix---header-nav-list-item {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card {
    min-width: auto;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-radius: 0;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .brix---show-on-tablet {
    display: block;
  }

  .brix---hidden-on-tablet {
    display: none;
  }

  .brix---dropdown-toggle-white {
    color: #211f54;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-nav-menu-wrapper-white {
    background-color: #fff;
    border-top: 0 solid #eff0f6;
    border-bottom: 0 solid #eff0f6;
    padding: 24px;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---header-wrapper-transparent {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

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

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 36px;
  }

  h6 {
    font-size: 26px;
  }

  ul {
    margin-bottom: 0;
  }

  blockquote {
    font-size: 24px;
  }

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

  .section.changelog-banner {
    padding-top: 110px;
  }

  .section.banner-our-team {
    padding-top: 85px;
    padding-bottom: 60px;
  }

  .section.banner-our-process {
    padding-top: 100px;
  }

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

  .section.portfolio-grid-banner {
    padding-top: 100px;
  }

  .section.home-1-slider {
    padding-bottom: 125px;
  }

  .section.with-image-background {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 0;
  }

  .section.reviews-with-light-bg {
    padding-bottom: 120px;
  }

  .section.service-with-black-bg {
    padding-bottom: 30px;
  }

  .section.project-details {
    padding-top: 55px;
    padding-bottom: 50px;
  }

  .section.banner-project-category {
    padding-top: 25px;
  }

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

  .section.contacts-us-3-page {
    padding-top: 45px;
  }

  .section.banner-blog-category {
    padding-top: 25px;
  }

  .section.news-banner {
    padding-top: 90px;
  }

  .section.news-grid {
    padding-top: 60px;
  }

  .section.news-3-page {
    padding-top: 40px;
  }

  .section.licensing-banner {
    padding-top: 100px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-title {
    width: 100%;
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
  }

  .grid-title.first-grid {
    width: 100%;
    border-left-style: none;
    border-right-style: none;
  }

  .grid-description {
    width: 100%;
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
  }

  .grid-description.first-description {
    width: 100%;
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .spacing-wrapper {
    margin-top: 30px;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .colors-container {
    margin-top: 0;
  }

  .headers-wrapper, .style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .primary-button {
    display: inline;
  }

  .primary-button.pricing-page {
    width: 100%;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .grid-header {
    width: 100%;
    margin-top: 35px;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

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

  .nav-link.home-white, .nav-dropdown-toggle {
    padding-left: 20px;
  }

  .nav-dropdown-list, .nav-dropdown-list.megamenu, .nav-dropdown-list.home-3-megamenu, .nav-dropdown-list.home-1-megamenu {
    padding-left: 40px;
  }

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

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-right: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .password-image {
    width: 100px;
  }

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

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .blog-grid-collection-list {
    column-count: 1;
  }

  .blog-grid-item {
    width: 100%;
  }

  .blog-classic-wrapper {
    margin-bottom: -40px;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-classic-item {
    margin-bottom: 40px;
  }

  .blog-classic-post-image {
    height: 300px;
  }

  .blog-classic-bottom-content {
    padding-left: 10px;
  }

  .blog-template-wrapper {
    padding: 20px 0;
  }

  .blog-template-image {
    height: 300px;
  }

  .footer {
    background-position: 50% 22%;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .footer-rights-wrapper {
    width: 100%;
    flex-wrap: wrap;
  }

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

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

  .process-item-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .process-item-wrapper.reverse {
    flex-wrap: wrap-reverse;
  }

  .process-image-wrapper, .process-content {
    width: 100%;
  }

  .process-content.reverse {
    width: 100%;
    padding-right: 0;
  }

  .process-paragraph {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .style-guide-buttons-wrapper {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .style-guide-button-wrapper.last-child {
    margin-bottom: 0;
  }

  .process-content-wrapper {
    width: 100%;
    flex-wrap: wrap;
  }

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

  .pricing-plans-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-plan-item {
    max-width: none;
  }

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

  .contacts-content-wrapper {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .contacts-form-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contacts-location-slider {
    padding-right: 100px;
  }

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

  .contacts-2-content-wrapper {
    flex-wrap: wrap;
  }

  .contacts-2-wrapper {
    grid-row-gap: 50px;
  }

  .footer-wrapper {
    margin-bottom: 20px;
  }

  .footer-brand-wrapper {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

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

  .footer-links-wrapper {
    width: 70%;
  }

  .footer-links-wrapper.social {
    width: 30%;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .footer-logo-wrapper {
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .customer-wrapper {
    height: 240px;
  }

  .service-details-content-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .service-details-sidebar-wrapper {
    width: 100%;
    margin-top: 40px;
    position: static;
  }

  .service-details-content {
    flex-wrap: wrap;
  }

  .service-list-banner {
    padding-top: 100px;
    padding-bottom: 30px;
  }

  .progressbar-wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .portfolio-tab-link {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .portfolio-masonry-collection-list {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    column-count: 1;
    column-rule-width: 0px;
    flex-wrap: wrap;
    column-gap: 30px;
    padding-top: 40px;
  }

  .portfolio-masonry-collection-item {
    width: 100%;
  }

  .portfolio-masonry-collection-item:last-child {
    margin-bottom: 0;
  }

  .portfolio-masonry-image, .portfolio-masonry-image-link {
    width: 100%;
  }

  .project-template-category {
    margin-bottom: 20px;
  }

  .project-template-content {
    width: 100%;
  }

  .project-template-content-wrapper {
    grid-row-gap: 0px;
  }

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

  .project-pagination-icon-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

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

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

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

  .home-4-testimonials-wrapper {
    width: 100%;
    grid-row-gap: 30px;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .team-members-wrap, .team-members-wrap.home-2 {
    width: 48%;
  }

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

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    width: 100%;
    grid-row-gap: 10px;
  }

  .content-wrapper {
    width: auto;
    flex-wrap: wrap;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .schedule-tab {
    width: 100%;
    border-bottom: 1px solid #a2a2a2;
    border-left-style: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .schedule-tab.w--current {
    width: 100%;
    border-left-style: none;
  }

  .schedule-tab.last-item {
    border-bottom-style: none;
  }

  .container {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

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

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

  .footer-title-holder {
    width: 100%;
  }

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

  .footer-link-wrap {
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .div-block-5, .div-block-6 {
    justify-content: center;
  }

  .title-holder {
    width: 100%;
    text-align: center;
  }

  .paragraph-holder {
    align-items: center;
    margin-bottom: 40px;
  }

  .home-1-description {
    width: 100%;
  }

  .home-button-wrap {
    padding-right: 0;
  }

  .first-link-icon {
    right: 141px;
  }

  .first-link-icon.absolute, .first-link-icon.border-black, .first-link-icon.about-border-black {
    right: 117px;
  }

  .our-story-wrap {
    min-width: 200px;
    padding: 20px;
  }

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

  .studio-text-wrap, .studio-content-wrap {
    width: 100%;
  }

  .studio-content-description-wrap {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .design-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    padding-top: 40px;
  }

  .design-image-wrap, .design-content-wrap {
    width: 100%;
  }

  .services-text-wrapper {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .services-title-wrap, .services-description-wrap {
    width: 100%;
  }

  .our-services-conten-wrap {
    grid-row-gap: 40px;
  }

  .what-we-do-image-wrap {
    grid-column-gap: 20px;
  }

  .what-we-do-image {
    width: 46%;
  }

  .what-we-do-title {
    width: 80%;
  }

  .portfolio-title {
    width: 100%;
  }

  .home-1-portfolio-image {
    height: 250px;
  }

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

  .awards-text-wrap {
    width: 100%;
    margin-bottom: 40px;
  }

  .awards-content-wrap {
    width: 100%;
    grid-column-gap: 30px;
  }

  .awards-small-title.home-2-page, .awards-small-title.home-3-page {
    margin-bottom: 40px;
  }

  .awards-text-wrapper {
    width: 47%;
  }

  .awards-description, .awards-description.home-3-right-item {
    width: 100%;
  }

  .our-team-holder.reverse {
    grid-row-gap: 50px;
    flex-direction: column;
    margin-top: 50px;
  }

  .home-1-reviews-slider {
    margin-top: 30px;
  }

  .home-1-reviews-holder {
    justify-content: flex-start;
    margin-top: 40px;
  }

  .home-1-left-arrow {
    right: 13%;
  }

  .reviews-title {
    text-align: left;
  }

  .home-1-banner-title {
    text-align: center;
    align-self: center;
    font-size: 40px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .home-2-banner-wrapper {
    padding-top: 85px;
  }

  .home-2-banner-wrap {
    width: 100%;
  }

  .home-2-banner-title {
    font-size: 52px;
  }

  .home-2-process-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
  }

  .home-2-process-wrap {
    width: 100%;
  }

  .specialize-image {
    width: 46%;
  }

  .description-holder {
    width: 80%;
  }

  .about-studio-slider {
    height: 300px;
  }

  .about-studio-slide-wrapper {
    grid-row-gap: 30px;
    flex-flow: column-reverse wrap;
    align-items: center;
  }

  .about-studio-slide-wrapper.reverse {
    flex-direction: column-reverse;
  }

  .about-studio-text-wrap {
    width: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .about-studio-image-wrap {
    width: 100%;
  }

  .about-studio-image {
    height: 300px;
  }

  .about-studio-left-arrow {
    top: auto;
    bottom: -40px;
    left: 34%;
  }

  .about-studio-left-arrow.reverse {
    right: 275px;
  }

  .about-studio-right-arrow {
    top: auto;
    bottom: -40px;
    left: 0%;
    right: -10%;
  }

  .about-studio-right-arrow.reverse {
    top: auto;
  }

  .numbers-section {
    padding-top: 40px;
  }

  .about-studio-description {
    margin-bottom: 40px;
  }

  .our-portfolio-title {
    width: 100%;
  }

  .our-portfolio-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .awards-name {
    margin-bottom: 30px;
    font-size: 60px;
  }

  .our-team-section {
    margin-top: 40px;
  }

  .home-2-image-holder {
    margin-top: 60px;
  }

  .home-2-our-story-wrapper {
    min-width: 200px;
    padding: 20px;
  }

  .home-2-testimonials-wrap.last-item-hidden {
    display: block;
  }

  .testimonials-section, .testimonials-section.pricing-page {
    padding-top: 60px;
  }

  .logos-wrapper {
    padding-bottom: 60px;
  }

  .logos-holder {
    grid-column-gap: 25px;
  }

  .logos-image {
    width: 30%;
  }

  .home-3-wrapper {
    margin-bottom: 0;
  }

  .home-3-wrap {
    width: 100%;
    margin-bottom: 40px;
  }

  .home-3-image-banner {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    display: block;
  }

  .home-3-about-us-text-wrap {
    width: 100%;
  }

  .home-3-about-us-image {
    width: 100%;
    max-height: 400px;
    min-height: auto;
    margin-top: 40px;
    position: static;
    top: -5%;
  }

  .home-3-awards-name {
    margin-bottom: 30px;
    font-size: 80px;
  }

  .home-3-page-video {
    height: 350px;
  }

  .home-3-process-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    margin-top: 40px;
  }

  .home-3-page-awards-wrapper {
    flex-wrap: wrap;
    padding-top: 60px;
  }

  .home-3-awards-text-wrap {
    width: 100%;
    margin-bottom: 40px;
  }

  .home-3-awards-content-wrap {
    width: 100%;
    grid-column-gap: 30px;
  }

  .home-3-portfolio-title-button-wrap {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .home-3-portfolio-title {
    width: 100%;
  }

  .home-3-button-holder {
    width: 100%;
    align-items: flex-start;
  }

  .benefits-slide {
    width: 100%;
  }

  .home-2-portfolio-image {
    height: 300px;
  }

  .home-3-blog-list {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .home-3-blog-item {
    width: 100%;
  }

  .home-3-blog-description {
    width: 80%;
  }

  .home-1-portfolio-2-imag {
    height: 250px;
  }

  .home-4-top-banner-section {
    padding-top: 85px;
  }

  .home-4-banner-titlle-wrapper {
    margin-bottom: 30px;
  }

  .home-4-banner-titlle {
    margin-bottom: 20px;
  }

  .home-4-banner-description {
    width: 100%;
    margin-left: 0;
  }

  .home-4-top-banner-icon {
    max-height: 150px;
    max-width: 150px;
  }

  .block-with-negative-margin {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    margin-top: 0;
  }

  .spaces-wrapper {
    width: 48%;
    margin-left: auto;
    margin-right: auto;
  }

  .home-4-process-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    margin-top: 40px;
  }

  .home-4-process-wrap {
    width: 50%;
  }

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

  .home-4-specialize-image {
    width: 46%;
  }

  .how-we-work-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .how-we-text-wrap {
    width: 100%;
  }

  .home-4-page-video {
    height: 350px;
  }

  .how-we-work-video-wrap {
    width: 100%;
  }

  .team-primary-button {
    display: inline;
  }

  .home-4-our-team-description {
    margin-bottom: 50px;
  }

  .home-4-our-team-image {
    margin-bottom: 40px;
  }

  .how-we-work-description {
    margin-bottom: 0;
  }

  .home-4-blog-item {
    width: 48%;
  }

  .home-4-blog-description {
    width: 80%;
  }

  .home-5-banner-section {
    padding-top: 100px;
  }

  .home-5-banner-wrapper {
    margin-bottom: 25px;
  }

  .home-5-title-wrap {
    flex-wrap: wrap;
  }

  .home-5-banner-titlle {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }

  .home-5-category-wrap {
    width: 100%;
    align-items: flex-start;
    margin-top: 10px;
  }

  .home-5-title-description-wrap {
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-direction: column;
    margin-top: 40px;
  }

  .home-5-link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .home-5-description {
    width: 100%;
  }

  .home-5-banner-image {
    height: 250px;
  }

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

  .home-5-process-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    margin-top: 40px;
  }

  .home-5-projects-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .home-5-projects-image {
    height: 300px;
  }

  .home-5-projects-content-wrap {
    width: 100%;
  }

  .home-5-link-projects-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .home-5-projects-image-wrap {
    width: 100%;
  }

  .home-5-services-title {
    font-size: 50px;
  }

  .home-5-choose-us-wrapper {
    margin-top: 25px;
  }

  .home-5-choose-us-text-wrap {
    width: 100%;
  }

  .home-5-choose-us-text-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .home-5-choose-us-text-wrapper.last-item {
    grid-row-gap: 20px;
    margin-top: 20px;
  }

  .home-5-awards-text-wrap {
    width: 100%;
  }

  .footer-white {
    background-position: 50% 22%;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .home-5-process-wrap {
    width: 50%;
  }

  .section-with-image-bg {
    min-height: 400px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-with-parallax-4 {
    min-height: 450px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-4-banner-image-holder {
    margin-bottom: -75px;
  }

  .about-us-banner-wrapper {
    margin-top: 30px;
  }

  .about-us-text-wrap {
    margin-top: 49px;
    margin-bottom: 40px;
    padding-top: 0;
  }

  .about-us-page-text-wrapper {
    width: 100%;
  }

  .why-choose-us-title {
    margin-bottom: 30px;
    font-size: 60px;
  }

  .process-banner-title-wrapper {
    flex-wrap: wrap;
    margin-top: 75px;
    margin-bottom: 40px;
  }

  .process-banner-title {
    text-align: left;
    margin-bottom: 20px;
  }

  .process-banner-text-wrap {
    width: 100%;
    margin-bottom: 30px;
  }

  .process-banner-image {
    height: 250px;
  }

  .process-banner-image.news-grid {
    margin-top: 10px;
  }

  .process-category-small-title {
    margin-top: 0;
  }

  .team-with-image-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .our-team-short-description {
    width: 100%;
  }

  .pricing-banner-wrapper-copy {
    padding-top: 85px;
  }

  .pricing-services-item {
    width: 100%;
    margin-right: 0;
  }

  .pricing-services-item.second-item, .pricing-services-item.fourth-item {
    margin-top: 0;
  }

  .pricing-services-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    column-count: 1;
  }

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

  .choose-us-banner-titlle-wrapper {
    padding-bottom: 50px;
  }

  .choose-us-with-image-bg {
    min-height: 400px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .choose-us-video {
    height: 350px;
  }

  .why-choose-banner-description {
    width: 100%;
  }

  .why-choose-process-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    margin-top: 40px;
  }

  .why-choose-us-process-wrap {
    width: 100%;
  }

  .pricing-process-description {
    width: 80%;
  }

  .clients-title-holder {
    width: 100%;
    text-align: center;
  }

  .service-page-list {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
  }

  .service-page-item {
    width: 100%;
  }

  .services-category-list {
    grid-column-gap: 0px;
  }

  .services-category-item {
    width: 100%;
  }

  .services-category-description {
    width: 80%;
  }

  .service-list-title {
    width: 100%;
    text-align: left;
  }

  .service-list-text-wrapper {
    grid-row-gap: 20px;
    margin-bottom: 20px;
  }

  .services-list-description {
    width: 100%;
  }

  .service-list-banner-wrapper {
    margin-bottom: 25px;
  }

  .service-category-small-title {
    margin-top: 0;
    padding-right: 0;
  }

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

  .project-2-description {
    width: 100%;
  }

  .service-list-section, .projects-1-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .projects-details-description {
    width: 100%;
  }

  .project-categories-list {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    column-count: 1;
    column-rule-width: 0px;
    flex-wrap: wrap;
    column-gap: 30px;
  }

  .project-categories-item {
    width: 100%;
  }

  .project-categories-item:last-child {
    margin-bottom: 0;
  }

  .project-categories-image {
    width: 100%;
  }

  .contact-us-banner-titlle-wrapper {
    margin-bottom: 30px;
  }

  .contact-us-banner-description {
    width: 100%;
  }

  .contact-us-section-with-parallax {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-us-top-banner-section {
    padding-top: 85px;
    padding-bottom: 30px;
  }

  .contact-us-logos-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contacts-2-content-title {
    grid-row-gap: 30px;
    flex-flow: column wrap;
  }

  .contacts-2-image {
    height: 310px;
  }

  .contact-us-3-wrapper {
    flex-wrap: wrap;
  }

  .contacts-3-form-wrap {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contacts-3-text-wrap {
    width: 100%;
    margin-top: 40px;
    position: static;
  }

  .contacts-services {
    margin-bottom: 30px;
    font-size: 60px;
  }

  .contacts-arrow-hover {
    margin-bottom: 30px;
  }

  .contact-us-form-section {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .blog-grid-description {
    width: 80%;
  }

  .news-tab-item {
    margin-bottom: 40px;
  }

  .news-2-tab-holder {
    display: none;
  }

  .news-date {
    margin-bottom: 30px;
  }

  .news-tab-title {
    font-size: 32px;
  }

  .news-title-holder {
    width: 100%;
  }

  .news-2-image {
    height: 300px;
  }

  .blog-categories-description {
    width: 80%;
  }

  .news-grid-pagination {
    padding-top: 30px;
  }

  .news-categories-wrapper {
    column-count: 1;
  }

  .blog-title {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .news-3-description {
    width: 100%;
  }

  .news-3-short-description {
    margin-top: 10px;
  }

  ._404-title {
    font-size: 150px;
  }

  .news-2-description {
    width: 80%;
  }

  .work-process-banner-title {
    text-align: left;
    margin-bottom: 20px;
  }

  .landing-home-pages-wrapper-copy {
    grid-column-gap: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .section-banner.landing-banner {
    background-image: none;
    padding-top: 120px;
  }

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

  .landing-banner-content {
    justify-content: center;
    align-items: center;
  }

  .landing-banner-title {
    font-size: 50px;
  }

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

  .landing-customers-content-right {
    width: 100%;
    margin-top: 40px;
  }

  .landing-customers-icon-wrapper {
    width: 90%;
  }

  .landing-customers-layout {
    flex-direction: column;
  }

  .paragraph-benefits-lp {
    width: 100%;
  }

  .landing-customers-content-left {
    width: 100%;
    text-align: center;
    align-items: center;
    padding-right: 0;
  }

  .landing-section-title {
    width: 70%;
  }

  .landing-home-pages-wrapp {
    grid-row-gap: 40px;
  }

  .landing-inner-pages-wrapp {
    grid-template-columns: 1fr;
  }

  .landing-free-trial-title {
    margin-bottom: 30px;
  }

  .text-span {
    top: 20px;
  }

  .bold-text {
    text-align: center;
  }

  .paragraph {
    margin-right: 0;
    padding-right: 33px;
  }

  .section-with-parallax-1, .section-with-parallax-project-1, .section-with-parallax-project-2, .section-with-parallax-project-3, .section-with-parallax-project-4 {
    min-height: 450px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .brix---link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---grid-2-columns---gap-row-72px {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 0;
  }

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

  .walsh-heading-medium {
    font-size: 2.4em;
  }

  .walsh-rounded-card {
    grid-row-gap: 1.5em;
  }

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-heading-regular {
    font-size: 1.8em;
  }

  .section-with-parallax-project-5, .section-with-parallax-project-6 {
    min-height: 450px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .walsh-brand-block {
    padding-left: 0;
  }

  .cf-menu-button.w--open {
    color: #b16cea;
  }

  .cf-navigation-1-arrow-image {
    width: 34px;
  }

  .cf-navigation-1-link-heading {
    font-size: 32px;
  }

  .cf-navigation-1-number-subtext {
    font-size: 16px;
  }

  .cf-dropdown-links {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

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

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

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .cf-cta-circle {
    display: none;
  }

  .cf-cta-text {
    font-size: 20px;
  }

  .cf-display-heading {
    font-size: 60px;
    line-height: 75px;
  }

  .cf-display-heading.heading-cta {
    font-size: 48px;
    line-height: 60px;
  }

  .cf-wrapper {
    width: 90%;
  }

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

  .cf-tabs-right-tab {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cf-tabs-content-heading {
    font-size: 22px;
  }

  .cf-tabs-left-wrap {
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-tabs-content-contain {
    min-height: auto;
    flex-direction: column;
  }

  .cf-home-tab-link {
    padding: 15px 30px;
  }

  .cf-tabs-menu {
    width: 100%;
  }

  .cf-features-4-tabs-heading {
    font-size: 35px;
  }

  .cf-tabs-right-tab-ld, .cf-tabs-right-tab-hd, .cf-tabs-right-tab-old {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .combine-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-form_text-area-grey, .combine-form_input-grey {
    min-width: 0;
  }

  .combine-contact2_content {
    flex-wrap: wrap;
  }

  .combine-contact2_component {
    flex-direction: column;
  }

  .brix---btn-secondary-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-white {
    padding: 20px 32px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---grid-cta-v10 {
    grid-template-columns: 1fr;
  }

  .brix---cta-bg-overlay {
    min-height: 66vh;
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .contact-us-section-with-parallax-copy, .contact-us-section-with-parallax-copy-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .brix---btn-secondary-white-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-white-2 {
    padding: 20px 32px;
  }

  .brix---button-row-left-2 {
    margin-right: 16px;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---grid-cta-v4 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .brix---cta-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .walsh-heading-regular-2 {
    font-size: 1.8em;
  }

  .walsh-quote-image-wrapper {
    margin-bottom: 0;
  }

  .walsh-inner-column-left {
    padding-top: 4em;
    padding-bottom: 0;
    padding-right: 4em;
  }

  .walsh-rounded-box-banner {
    clear: left;
    grid-row-gap: 1.5em;
  }

  .walsh-heading-regular-3 {
    font-size: 1.8em;
  }

  .brix---social-media-grid-right---mbp-center {
    justify-content: end;
    align-self: stretch;
    align-items: center;
    justify-items: end;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---text-area {
    border-radius: 18px;
  }

  .brix---input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

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

  .brix---mg-bottom-64px {
    margin-bottom: 48px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

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

  .image-10 {
    position: relative;
    left: 0;
  }

  .heading-7 {
    font-size: 2.5rem;
  }

  .brix---image-wrapper-br-24px-shadow {
    border-radius: 14px;
    box-shadow: 0 4px 22px rgba(20, 20, 43, .14);
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-2 {
    padding: 20px 32px;
  }

  .brix---button-row-left-3 {
    margin-right: 16px;
  }

  .brix---heading-h5-size {
    font-size: 16px;
    line-height: 22px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---grid-2-columns-2-col-mbl {
    grid-template-columns: 1fr 1fr;
  }

  .brix---mg-bottom-64px-2 {
    margin-bottom: 48px;
  }

  .brix---heading-h2-size-4 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-2-columns-text {
    grid-template-columns: 1fr;
  }

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

  .brix---btn-primary-3 {
    padding: 20px 32px;
  }

  .brix---mg-bottom-40px-3 {
    margin-bottom: 24px;
  }

  .brix---grid-2-col---1-col-t {
    grid-template-columns: 1fr;
  }

  .brix---hero-bg-image-dark-header-top {
    padding-top: 155px;
    padding-bottom: 120px;
  }

  .brix---btn-primary-small {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl {
    display: block;
  }

  .brix---header-logo {
    max-width: 90%;
  }
}

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

  .section {
    margin-top: 4px;
  }

  .section.home-1-slider {
    padding-bottom: 120px;
  }

  .section.with-image-background {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .section.with-line-bg {
    padding-bottom: 210px;
  }

  .section.reviews-with-light-bg {
    padding-bottom: 105px;
  }

  .section.contact-us-with-light-bg {
    padding-bottom: 20px;
  }

  .base-container {
    text-align: center;
    flex: 0 auto;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    width: 50%;
    flex-direction: column;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    width: 100%;
    text-align: center;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: rgba(255, 255, 255, .2);
  }

  .grid-description.first-description {
    border-bottom: 1px rgba(255, 255, 255, .2);
    border-left-style: none;
    border-right-style: solid;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

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

  .style-guide-body-wrapper {
    margin-bottom: 10px;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .nav-link {
    width: 99%;
  }

  .nav-dropdown-list.megamenu, .nav-dropdown-list.home-3-megamenu, .nav-dropdown-list.home-1-megamenu {
    padding-right: 0;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

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

  .license-link {
    margin-right: 15px;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    min-width: auto;
    margin-bottom: 10px;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

  .blog-template-date {
    margin-bottom: 20px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button, .blog-template-next-button {
    width: 100%;
    flex: none;
  }

  .footer {
    text-align: left;
    background-position: 50% 16%;
  }

  .footer-rights-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-rights {
    margin-bottom: 10px;
  }

  .footer-copyright {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

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

  .pricing-plan-item {
    padding: 30px 30px 20px;
  }

  .more-features-icon {
    margin-right: 15px;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .footer-wrapper {
    margin-bottom: 10px;
  }

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .footer-links-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .footer-logo-wrapper {
    align-items: flex-start;
  }

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

  .progressbar-wrap {
    max-width: 330px;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .portfolio-tab-link {
    width: 100%;
    text-align: center;
    padding: 8px 0;
  }

  .portfolio-tab-link.last-child {
    padding-bottom: 20px;
    padding-left: 0;
  }

  .project-template-info-wrap {
    width: 100%;
  }

  .project-pagination-wrapper {
    flex-wrap: wrap;
  }

  .project-pagination-icon-wrapper {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

  .team-members-wrap, .team-members-wrap.home-2, .our-services-wrap {
    width: 100%;
  }

  .project-button-link {
    width: 100%;
    height: 70px;
    justify-content: flex-end;
    padding-right: 40px;
  }

  .project-button-link.left {
    justify-content: flex-start;
    padding-left: 40px;
  }

  .home-9-team-item {
    width: 100%;
  }

  .container {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-23-team-item {
    width: 100%;
  }

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

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

  .footer-title-holder {
    grid-column-gap: 15px;
  }

  .footer-form {
    width: 100%;
    flex-direction: column;
  }

  .footer-link-wrap {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-contact-wrapper {
    grid-column-gap: 0px;
    flex-direction: column-reverse;
  }

  .success-message {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .home-1-primary-button {
    display: flex;
  }

  .top-banner-section {
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 0;
  }

  .home-1-description {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .home-button-wrap {
    justify-content: flex-start;
  }

  .our-story-holder {
    margin-top: 40px;
  }

  .studio-wrapper {
    text-align: center;
  }

  .studio-content-description-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .design-content-description {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .services-content-wrapper {
    width: 100%;
  }

  .services-content-wrapper.with-margin {
    margin-top: 0;
  }

  .our-services-conten-wrap {
    grid-row-gap: 30px;
  }

  .what-we-do-image-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .what-we-do-image {
    width: 100%;
    height: 320px;
  }

  .what-we-do-second-image {
    width: 100%;
    height: 380px;
  }

  .what-we-do-title {
    width: 100%;
  }

  .portfolio-title {
    margin-bottom: 30px;
  }

  .home-1-portfolio-list {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .home-1-portfolio-item {
    width: 100%;
  }

  .home-1-portfolio-image-holder {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .home-1-portfolio-2-image-holder {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    margin-top: 0;
  }

  .awards-content-wrap {
    grid-column-gap: 0px;
  }

  .awards-small-title.home-3-page {
    margin-bottom: 20px;
  }

  .awards-text-wrapper, .our-team-description {
    width: 100%;
  }

  .team-members-name {
    margin-bottom: 10px;
  }

  .home-1-reviews-slider {
    height: 100%;
    min-height: auto;
  }

  .home-1-reviews-holder, .home-1-reviews-wrap {
    flex-direction: column;
  }

  .home-1-reviews-name {
    align-items: center;
  }

  .home-1-reviews-job {
    text-align: center;
  }

  .home-1-left-arrow {
    bottom: -115%;
    right: 22%;
  }

  .home-1-right-arrow {
    z-index: 99;
    bottom: -115%;
    right: -19%;
  }

  .reviews-title {
    text-align: center;
  }

  .reviews-name {
    text-align: center;
    margin-top: 10px;
  }

  .home-1-banner-title {
    font-size: 32px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .home-2-process-description {
    width: 100%;
  }

  .specialize-image-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .specialize-image {
    width: 100%;
    height: 350px;
  }

  .specialize-second-image {
    width: 100%;
    height: 300px;
  }

  .description-holder {
    width: 100%;
  }

  .description-holder.last-item {
    margin-bottom: 40px;
  }

  .about-studio-slide-wrapper {
    margin-top: 40px;
  }

  .about-studio-left-arrow.reverse {
    right: 220px;
  }

  .about-studio-right-arrow {
    right: -15%;
  }

  .home-1-explore-more-wrapper {
    margin-top: 0;
    display: none;
  }

  .our-portfolio-title {
    margin-top: 20px;
  }

  .our-portfolio-list {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
  }

  .our-portfolio-item {
    width: 100%;
  }

  .awards-name {
    font-size: 44px;
  }

  .home-2-our-team-description {
    width: 100%;
  }

  .home-2-testimonials-wrapper {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-2-testimonials-holder {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    margin-right: 0;
  }

  .home-2-testimonials-holder.hidden {
    display: none;
  }

  .home-2-testimonials-wrap {
    width: 100%;
  }

  .home-2-testimonials-wrap.hidden {
    flex-direction: column;
  }

  .home-2-reviews-description {
    text-align: justify;
  }

  .colorful-bg-heading-wrapper.yellow {
    margin-top: 0;
  }

  .logos-holder {
    grid-column-gap: 20px;
  }

  .logos-image {
    width: 46%;
  }

  .home-3-explore-more-wrapper {
    margin-top: 0;
    display: none;
  }

  .home-3-awards-name {
    font-size: 46px;
  }

  .process-title.home-5-title {
    text-align: center;
  }

  .home-3-process-description {
    width: 100%;
  }

  .home-3-awards-content-wrap {
    grid-column-gap: 0px;
  }

  .home-3-portfolio-list {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .home-3-portfolio-item {
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .home-3-portfolio-image {
    width: 100%;
  }

  .home-3-portfolio-second-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .home-3-portfolio-left, .home-3-portfolio-right {
    width: 100%;
  }

  .home-3-portfolio-second-item {
    grid-row-gap: 30px;
  }

  .home-3-portfolio-large-image {
    height: 230px;
  }

  .home-3-portfolio-second-list {
    grid-row-gap: 30px;
  }

  .benefits-slider-wrapper {
    margin-top: 60px;
  }

  .benefits-slider-wrap {
    width: 100%;
  }

  .benefits-slider-image {
    height: 300px;
    max-width: 310px;
    box-shadow: 21px 21px rgba(0, 0, 0, .1);
  }

  .benefits-text-wrap {
    max-width: 500px;
    background-color: rgba(0, 0, 0, 0);
    padding: 50px 0 0;
    position: static;
  }

  .benefits-description.services-page {
    color: #fff;
  }

  .benefits-slide {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-3-blog-large-title-wrap {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .home-3-blog-image {
    height: 300px;
  }

  .home-3-blog-text-wrap {
    grid-row-gap: 10px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .home-3-blog-description {
    width: 100%;
  }

  .home-3-latest-post {
    width: 70%;
  }

  .home-2-explore-wrapper {
    margin-top: 0;
    display: none;
  }

  .home-1-portfolio-second-list {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .home-1-portfolio-second-item {
    width: 100%;
    margin-top: 30px;
  }

  .home-1-portfolio-second-item:last-child {
    margin-top: 0;
  }

  .home-4-banner-titlle {
    font-size: 56px;
  }

  .text-gray {
    float: left;
    clear: left;
  }

  .home-4-top-banner-icon {
    width: 150px;
    height: 150px;
    bottom: -10%;
  }

  .home-4-top-banner-sphere-icon {
    width: 60px;
    height: 60px;
  }

  .spaces-wrapper {
    width: 100%;
  }

  .spaces-title-wrap {
    flex-direction: row;
  }

  .home-4-process-wrapper {
    grid-row-gap: 10px;
  }

  .home-4-process-wrap {
    width: 100%;
  }

  .home-4-specialize-image {
    width: 100%;
    height: 350px;
  }

  .home-3-specialize-second-image {
    width: 100%;
    height: 300px;
  }

  .home-4-specialize-image-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .home-4-our-team-description {
    width: 100%;
  }

  .home-4-blog-list {
    grid-column-gap: 0px;
  }

  .home-4-blog-item {
    width: 100%;
  }

  .home-4-blog-image {
    height: 300px;
  }

  .home-4-blog-text-wrap {
    grid-row-gap: 10px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .home-4-blog-description, .believe-title-wrap {
    width: 100%;
  }

  .believe-description-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .home-5-our-services-number {
    font-size: 100px;
  }

  .home-5-process-wrapper {
    grid-column-gap: 30px;
    justify-content: space-between;
    margin-top: 30px;
  }

  .home-5-number-holder {
    align-items: center;
  }

  .home-5-projects-description {
    width: 100%;
  }

  .home-5-services-title-holder {
    grid-column-gap: 15px;
  }

  .home-5-services-arrow {
    width: 40px;
    height: 40px;
  }

  .home-5-services-title {
    font-size: 40px;
  }

  .home-5-latest-post {
    width: 70%;
  }

  .footer-white {
    text-align: left;
    background-position: 50% 16%;
  }

  .home-3-right-arrow-holder {
    right: 3%;
  }

  .home-5-process-wrap {
    width: 45%;
  }

  .home-1-studio-content-description {
    width: 100%;
  }

  .home-1-studio-content-description.last-item {
    margin-top: 10px;
  }

  .about-explore-wrapper {
    margin-top: 0;
    display: none;
  }

  .why-choose-us-title {
    max-width: 300px;
    font-size: 44px;
  }

  .home-5-blog-text-wrap {
    grid-row-gap: 10px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .team-page-members-name {
    margin-bottom: 10px;
  }

  .pricing-explore-wrapper {
    margin-top: 0;
    display: none;
  }

  .pricing-process-description {
    width: 100%;
  }

  .clients-our-story-holder {
    margin-top: 40px;
  }

  .services-title {
    color: #fff;
  }

  .services-category-description {
    width: 100%;
  }

  .service-list-title, .services-list-description {
    text-align: center;
  }

  .projects-title {
    font-size: 56px;
  }

  .project-2-title, .project-2-description {
    text-align: center;
  }

  .service-details-title {
    font-size: 58px;
  }

  .contact-us-spaces-title-wrap {
    flex-direction: row;
  }

  .project-scroll-button {
    right: 43%;
  }

  .locations-wrapper {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .contacts-input-holder {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .contacts-3-input {
    width: 100%;
  }

  .contacts-services {
    font-size: 41px;
  }

  .contacts-arrow-hover {
    width: 15px;
    height: 15px;
    margin-bottom: 20px;
    margin-left: 15px;
  }

  .blog-grid-description {
    width: 100%;
  }

  .blog-title-wrapper {
    grid-row-gap: 10px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .news-2-button, .home-primary-button {
    display: flex;
  }

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

  .news-tab-item {
    flex-flow: column wrap;
  }

  .news-2-tab-holder {
    margin-left: 0;
  }

  .news-date {
    font-size: 41px;
  }

  .news-title-holder {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column-reverse wrap;
  }

  .news-title-wrap, .news-image-wrap, .blog-categories-description {
    width: 100%;
  }

  .news-text-content, .blog-sidebar-post-category-template {
    margin-bottom: 20px;
  }

  .blog-title {
    font-size: 52px;
  }

  ._404-title {
    font-size: 120px;
  }

  .news-2-description {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .work-process-banner-title {
    max-width: 368px;
    clear: left;
    text-align: center;
    object-fit: contain;
    position: relative;
  }

  .projects-content-holder {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .landing-home-pages-wrapper-copy {
    grid-column-gap: 0px;
  }

  .section-banner.landing-banner {
    min-height: 50vh;
    background-position: 193% 57%, -71% 20%;
    background-size: auto 230px, auto 220px;
  }

  .landing-banner-content {
    max-width: none;
    flex-direction: column;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
    top: auto;
    bottom: 28%;
    left: 0%;
    right: 0%;
  }

  .landing-customers-content-right {
    width: 100%;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
  }

  .landing-customers-icon-wrapper {
    width: 100%;
  }

  .landing-customers-layout {
    text-align: center;
  }

  .landing-customers-content-left, .landing-section-title {
    width: 100%;
  }

  .text-span {
    font-size: 24px;
    top: 21px;
  }

  .bold-text {
    font-size: 36px;
  }

  .brix---link-icon-right {
    width: 18px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---card-link-img-bg {
    min-height: 440px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 0;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .walsh-link-wrapper {
    font-size: 16px;
  }

  .walsh-main-paragraph {
    font-size: 1em;
  }

  .walsh-heading-medium {
    font-size: 1.8em;
  }

  .walsh-label-tag {
    font-size: 12px;
  }

  .walsh-inner-card-bottom {
    grid-row-gap: 1em;
    padding: 0 30px 45px;
  }

  .walsh-rounded-float-image {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .walsh-card-image-float {
    height: auto;
    align-items: flex-end;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .walsh-container {
    width: 100%;
    flex: 0 auto;
  }

  .walsh-heading-regular {
    font-size: 1.4em;
    line-height: 1.2;
  }

  .walsh-card-wrapper-image {
    height: auto;
    align-items: flex-end;
  }

  .brix---card-link-img-bg-ld, .brix---card-link-img-bg-hd, .brix---card-link-img-bg-pd {
    min-height: 440px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .brix---services-intro {
    font-size: 17px;
    line-height: 28px;
  }

  .heading {
    margin-top: 66px;
  }

  .walsh-label-button {
    font-size: 16px;
  }

  .walsh-link-block-orange {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-link-block-transparent-1 {
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-flex-nav-buttons {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .walsh-nav-link-white {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .walsh-nav-logo {
    height: 24px;
  }

  .cf-navigation-1-link {
    font-size: 16px;
  }

  .cf-navigation-1-arrow-image {
    width: 30px;
  }

  .cf-navigation-1-link-heading {
    font-size: 28px;
  }

  .cf-navigation-1-number-subtext {
    margin-top: 5px;
    margin-right: 16px;
  }

  .cf-dropdown-links {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 10px;
  }

  .cf-navigation-1-dropdown-container {
    grid-template-columns: 1fr;
  }

  .cf-navigation-1-dropdown {
    font-size: 16px;
  }

  .nav-menu-2 {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

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

  .nav-menu-two {
    flex-direction: column;
  }

  .f-navigation-button {
    display: none;
  }

  .f-navigation-container {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cf-arrow-button {
    background-position: 87%;
    padding-left: 30px;
    padding-right: 65px;
  }

  .cf-cta-text {
    font-size: 18px;
  }

  .cf-display-heading {
    font-size: 55px;
    line-height: 70px;
  }

  .cf-display-heading.heading-cta {
    font-size: 40px;
    line-height: 44px;
  }

  .cf-tabs-right-tab {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cf-tabs-element._2 {
    bottom: -8%;
    right: -14%;
  }

  .cf-tabs-content-text {
    font-size: 16px;
  }

  .cf-tabs-content-heading {
    font-size: 20px;
  }

  .cf-tabs-left-wrap {
    padding: 40px 15px;
  }

  .cf-tabs-content-contain {
    min-height: auto;
  }

  .cf-home-tab-link {
    padding-left: 25px;
    padding-right: 25px;
  }

  .cf-tabs-menu {
    margin-bottom: 50px;
  }

  .cf-tabs-header-text {
    font-size: 16px;
  }

  .cf-features-4-tabs-heading {
    font-size: 30px;
  }

  .cf-tabs-right-tab-ld, .cf-tabs-right-tab-hd, .cf-tabs-right-tab-old {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .combine-contact4_content {
    padding: 1.5rem;
  }

  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .brix---btn-secondary-white, .brix---btn-primary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px {
    text-align: center;
    margin-bottom: 15px;
  }

  .brix---container-default-2 {
    max-width: 350px;
    text-align: center;
    padding-top: 76px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 300;
  }

  .brix---cta-bg-overlay {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---cta-v5-floating-item-01 {
    top: -3%;
    left: -2%;
  }

  .brix---btn-secondary-white-2, .brix---btn-primary-white-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---button-row-left-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h2-size-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---grid-cta-v4 {
    float: left;
    clear: left;
    margin-top: 68px;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---cta-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .walsh-text-small-left {
    font-size: 13px;
  }

  .walsh-heading-small {
    font-size: 1em;
  }

  .walsh-circle-image {
    flex: none;
  }

  .walsh-main-paragraph-2 {
    font-size: 1em;
  }

  .walsh-heading-regular-2 {
    font-size: 1.4em;
    line-height: 1.2;
  }

  .walsh-inner-column-center {
    padding-top: 30px;
  }

  .walsh-quote-image-wrapper {
    max-width: none;
    margin-bottom: 0;
  }

  .walsh-inner-column-left {
    padding: 30px 30px 0;
  }

  .walsh-container-2 {
    width: 100%;
    flex: 0 auto;
  }

  .walsh-inner-column-right {
    padding: 0 30px 30px;
  }

  .walsh-image-logo {
    max-height: 20px;
    max-width: none;
  }

  .walsh-main-paragraph-3 {
    font-size: 1em;
  }

  .walsh-heading-regular-3 {
    font-size: 1.4em;
    line-height: 1.2;
  }

  .walsh-inner-column-center-2 {
    padding-top: 30px;
  }

  .walsh-container-3 {
    width: 100%;
    flex: 0 auto;
  }

  .f-navigation-button-copy {
    display: none;
  }

  .brix---social-icon-square-30px {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    font-size: 14px;
  }

  .brix---social-media-grid-right---mbp-center {
    grid-template-columns: repeat(auto-fit, 30px);
    justify-content: center;
    justify-items: center;
  }

  .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---text-area {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .brix---text-area::-ms-input-placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---text-area::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---grid-contact-v11 {
    grid-row-gap: 50px;
  }

  .brix---mg-bottom-64px {
    margin-bottom: 40px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

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

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

  .image-10 {
    float: none;
    text-align: center;
    position: relative;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .brix---image-wrapper-br-24px-shadow {
    border-radius: 16px;
  }

  .brix---btn-secondary, .brix---btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left-3 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-3 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---grid-2-columns-2-col-mbl {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-64px-2 {
    margin-bottom: 40px;
  }

  .brix---paragraph-default-4 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h2-size-4 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---container-default-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---btn-primary-3 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---buttons-row-4 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default-5 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---hero-bg-image-dark-header-top {
    padding-top: 130px;
    padding-bottom: 100px;
  }

  .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl, .brix---header-nav-list-item {
    width: 100%;
    text-align: left;
  }

  .brix---header-logo {
    max-width: 84%;
  }
}

#w-node-_3696aa74-b95a-798a-5c51-5e7c0aba73b0-b6589295, #w-node-_3696aa74-b95a-798a-5c51-5e7c0aba73c1-b6589295, #w-node-_3696aa74-b95a-798a-5c51-5e7c0aba73d2-b6589295 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c563c83-480f-dabc-40b2-f37610652663-b6589295 {
  grid-column: span 3 / span 3;
}

#w-node-_27b43a9f-afc1-a7d2-ce24-8a1ef0fb7553-585892e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15689920-6b67-27f1-311b-c4acaa6e4573-295892f0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_15689920-6b67-27f1-311b-c4acaa6e4577-295892f0 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_6c563c83-480f-dabc-40b2-f37610652663-b6589295 {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_15689920-6b67-27f1-311b-c4acaa6e4573-295892f0 {
    grid-column: span 1 / span 1;
  }
}


@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;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}