.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

.navbar {
  background-color: #0000;
  flex-flow: column;
  display: block;
}

.container {
  flex-flow: column;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.v-flexbox {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.v-flexbox.google-map {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 14px;
}

.brand {
  margin-bottom: 10px;
}

.h-flexbox {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 5rem;
  margin-bottom: 10rem;
  overflow: visible;
}

.body {
  background-color: #fffff9;
  flex-flow: column;
  justify-content: space-between;
  font-family: League Spartan, sans-serif;
  display: flex;
}

.image {
  width: 60px;
  height: auto;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px;
  position: relative;
}

.footer-wrapper-three {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: flex;
}

.footer-link-three {
  color: #333;
  margin-left: 40px;
  margin-right: 10px;
  font-family: League Spartan, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: stretch;
  margin-left: 0;
  display: flex;
}

.footer-social-link-three {
  margin-left: 0;
  margin-right: 0;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.footer-copyright {
  color: #333;
  font-family: League Spartan, sans-serif;
  font-size: 16px;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #333;
  margin-left: 24px;
  font-family: League Spartan, sans-serif;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.section {
  flex: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.about-flexbox {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 5rem;
  display: flex;
}

.img-box {
  width: 100%;
  max-width: 50%;
}

.text-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #f1e7d7;
  flex-flow: column;
  padding: 0 20px;
  display: flex;
}

.text-box.about-text {
  background-color: #0000;
}

.heading {
  color: #3b2c19;
  text-align: center;
  font-family: League Spartan, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.heading.pricing-heading {
  text-align: left;
  margin-top: 50px;
  font-weight: 700;
}

.subheading {
  color: #333;
  text-align: center;
  font-family: League Spartan, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
}

.subheading.pricing-subheading {
  color: #333;
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: League Spartan, sans-serif;
  font-weight: 600;
}

.subheading.pricing-subheading.old-pricing {
  color: #818181;
  font-size: 20px;
  font-weight: 300;
  text-decoration: line-through;
}

.subheading.pricing-text {
  color: #252525;
  text-align: left;
  font-weight: 400;
}

.paragraph {
  color: #666;
  font-family: League Spartan, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.mob-footer-logo, .mob-footer-social-line {
  display: none;
}

.navlink {
  color: #666;
  font-family: League Spartan, sans-serif;
}

.navlink.w--current {
  color: #3b2c19;
  font-weight: 700;
}

.tabs-menu {
  border: 1px solid #000;
  border-radius: 1px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.border {
  border: .5px solid #c4c4c4;
}

.pricing-container {
  max-width: 100%;
  margin-bottom: 3rem;
  margin-left: 0;
  margin-right: 0;
  padding-top: 2rem;
}

.describe-text {
  color: #252525;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: League Spartan, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.block-quote {
  color: #333;
  font-family: League Spartan, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.rich-text-block {
  font-size: 16px;
}

.li-item {
  color: #333;
  margin-bottom: 1rem;
  font-family: League Spartan, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.button {
  pointer-events: auto;
  color: #151515;
  text-align: center;
  letter-spacing: .3em;
  text-transform: uppercase;
  background-color: #3b2c19;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  margin-top: 20px;
  padding: 20px;
  font-family: League Spartan, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
  transition: box-shadow .5s cubic-bezier(.25, .46, .45, .94), transform .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button:hover {
  opacity: 1;
  transform: translate(0, -5px);
  box-shadow: 15px 15px 20px -17px #000000bf;
}

.text-button-on-dark {
  color: #fff;
  text-transform: uppercase;
  width: auto;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.p-style {
  color: #252525;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: League Spartan, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.faq-wrapper {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  border-bottom: 1px solid #e0e0d6;
  margin-bottom: 20px;
  padding: 0 0 5px;
  overflow: hidden;
}

.faq-wrapper.cursor-hover-animation {
  backface-visibility: visible;
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  cursor: default;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: League Spartan, sans-serif;
}

.faq-section-questions {
  font-family: League Spartan, sans-serif;
}

.faq-answer {
  flex-flow: column;
  margin-top: 10px;
  font-family: League Spartan, sans-serif;
  font-size: 16px;
  line-height: 30px;
  display: flex;
  overflow: hidden;
}

.plus-icon {
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin-left: 10px;
  display: flex;
  position: relative;
}

.faq-paragraph-2 {
  max-width: 800px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.faq-paragraph {
  vertical-align: baseline;
  max-width: none;
  margin-bottom: 0;
  font-family: League Spartan, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  display: inline-block;
}

.faq-question {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.faq-question-text {
  color: #000;
  text-transform: none;
  max-width: none;
  font-family: League Spartan, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 25px;
}

.link-3 {
  color: #333;
  font-weight: 600;
  text-decoration: underline;
}

.plus-line-animated {
  color: #171719;
}

.tab-style {
  color: #000;
  text-align: center;
  background-color: #0000;
  width: 50%;
  padding: 1rem 2rem;
  font-size: 16px;
  line-height: 16px;
}

.tab-style.w--current {
  color: #fff;
  background-color: #3b2c19;
  text-decoration: none;
}

.v-border {
  border: .5px solid #333;
  height: 65px;
  font-size: 14px;
}

.v-border.btn-border {
  border-width: 1px;
  border-color: #666;
  height: 20px;
}

.text-block-2, .text-block-3 {
  font-family: League Spartan, sans-serif;
}

.bold-txt {
  color: #3b2c19;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.list-item {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-family: League Spartan, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.answer-txt {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.image-2 {
  max-width: 20px;
}

.image-3 {
  margin-bottom: 20px;
}

.map-link {
  color: #333;
  text-decoration: none;
}

.article {
  z-index: 3;
  color: #000;
  padding: 40px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: block;
  position: relative;
  box-shadow: 0 1px #0000001f;
}

.article:hover {
  color: #0050b8;
  background-color: #fcfcfc;
}

.article-text-wrapper {
  float: left;
  width: 80%;
  padding-left: 10px;
}

.all-content {
  position: fixed;
  inset: 0%;
}

.thumbnail-title {
  margin-top: 0;
  margin-bottom: 10px;
}

.navbar-2 {
  background-color: #fff;
  box-shadow: 0 1px #0000001f, inset -1px 0 #0000001f;
}

.article-info-text {
  color: #00000057;
  margin-right: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 10px;
  display: inline-block;
}

.article-info-text.tag {
  text-transform: none;
  border: 1px solid #0000002e;
  border-radius: 30px;
  padding: 4px 7px;
  display: inline-block;
}

.main-column {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
}

.main-column.header {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px #000000a3;
  background-image: url('../images/waterfall.jpg');
  background-position: 91%;
  background-size: cover;
  max-width: 600px;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.main-column.content {
  background-color: #fff;
  max-width: 800px;
  font-weight: 400;
  overflow: scroll;
  box-shadow: inset -1px 0 #0000001f;
}

.thumbnail {
  background-color: #fcfcfc;
  border: 1px solid #00000017;
  margin-right: 10px;
  padding: 4px;
}

.article-info-wrapper {
  margin-top: 13px;
}

.footer-nav-link {
  float: left;
  opacity: .8;
  border-right: 1px solid #ffffff57;
  width: 25%;
  height: 58px;
  padding-top: 17px;
  text-decoration: none;
  transition: opacity .25s, background-color .25s;
  display: block;
}

.footer-nav-link:hover {
  opacity: 1;
  background-color: #ffffff17;
}

.nav-menu {
  float: left;
}

.nav-link {
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 19px 22px;
  font-weight: 400;
  text-decoration: none;
  box-shadow: inset -1px 0 #0000001f, 0 -1px #0000;
}

.nav-link:hover {
  background-color: #0000;
  box-shadow: inset -1px 0 #0000001f, 0 1px #000;
}

.nav-link.w--current {
  color: #00b874;
  box-shadow: inset -1px 0 #0000001f, 0 1px #00b874;
}

.nav-link.w--current:hover {
  background-color: #0000;
}

.nav-link.page {
  padding-left: 28px;
  padding-right: 28px;
}

.tagline {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 300;
}

.footer-wrapper {
  text-align: center;
  border-top: 1px solid #ffffff57;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.pagination-nav {
  z-index: 1;
  background-color: #fff;
  position: relative;
  box-shadow: 0 1px #0000001f;
}

.image-wrapper {
  float: left;
  text-align: center;
  width: 20%;
  padding-right: 10px;
}

.big-tagline {
  text-align: left;
  margin-bottom: 68px;
  font-family: League Spartan, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 54px;
}

.subscribe {
  color: #fff;
  text-transform: uppercase;
  margin-top: 3px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.logo {
  border: 8px solid #ffffff61;
  margin-top: 0;
  margin-bottom: 31px;
  padding: 21px;
  font-size: 78px;
  font-weight: 400;
  line-height: 60px;
  display: inline-block;
}

.arrow {
  float: right;
  margin-top: 0;
  font-size: 23px;
}

.byline {
  color: #ffffffbd;
  font-size: 16px;
  font-weight: 300;
}

.section-top {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  background-color: #fff;
  flex-flow: column;
  padding: 10vw 6vw 6vw;
  display: flex;
}

.section-top.muted {
  background-color: #fffff9;
}

.heading-alt-h6 {
  font-size: 1.375vw;
  font-weight: 600;
  line-height: 120%;
}

.max-width-huge {
  width: 100%;
  max-width: 87.5rem;
}

.section-top-heading {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-home-hero {
  transform-origin: 50% 100%;
  background-color: #fff;
  position: relative;
}

.text-meta-small {
  color: #0e1011;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.text-meta-small.text-color-muted {
  color: #0e101199;
}

.heading-style-small {
  text-transform: uppercase;
  font-size: 8vw;
  font-weight: 400;
  line-height: 100%;
}

.dark-mode {
  display: none;
}

.text-color-muted {
  color: #0e101199;
}

.clients-item {
  background-color: #f8f8f8;
  padding: 5vw;
}

.home-services-item-image {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.home-clients-item-author {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.home-hero-right {
  flex-flow: column;
  display: flex;
}

.home-hero-logos {
  grid-column-gap: 5rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  max-width: 800px;
  display: grid;
}

.home-hero-grid {
  z-index: 2;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fffff9;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.heading-style-large {
  text-transform: uppercase;
  font-size: 12vw;
  font-weight: 400;
  line-height: 100%;
}

.section-home-projects {
  transform-origin: 50% 100%;
  background-color: #fffff9;
  position: relative;
}

.home-services-item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #f8f8f8;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
  position: relative;
  overflow: hidden;
}

.home-services-item.odd {
  background-color: #fff;
  grid-template-columns: 1fr .8fr;
}

.heading-alt-h2 {
  font-size: 3vw;
  font-weight: 600;
  line-height: 120%;
}

.heading-alt-h5 {
  text-transform: none;
  font-size: 1.75vw;
  font-weight: 600;
  line-height: 140%;
}

.heading-style-xxlarge {
  text-transform: uppercase;
  font-size: 19vw;
  font-weight: 400;
  line-height: 100%;
}

.border-radius-circle {
  border-radius: 50%;
}

.home-hero-right-top {
  -webkit-text-fill-color: inherit;
  background-color: #fffff9;
  background-clip: padding-box;
  flex-flow: column;
  justify-content: space-between;
  height: 100vh;
  padding: 10vw 6vw 4vw;
  display: flex;
}

.home-services-item-content {
  flex-flow: column;
  justify-content: space-between;
  height: 100vh;
  padding: 6vw;
  display: flex;
}

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

.margin-bottom.margin-xhuge {
  grid-template-columns: .3fr 1fr;
}

.main-wrapper {
  transform-origin: 50% 100%;
  background-color: #fffff9;
  position: relative;
}

.project-preview {
  background-color: #f8f8f8;
}

.text-meta {
  letter-spacing: 0;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 130%;
}

.text-meta.text-color-muted {
  color: #666;
  font-family: League Spartan, sans-serif;
  font-weight: 400;
  line-height: 25px;
}

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

.overflow-hidden {
  overflow: hidden;
}

.home-services-list {
  grid-column-gap: 3rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  max-width: 800px;
  display: grid;
}

.home-hero-image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.section-home-clients {
  background-color: #fff;
  position: relative;
}

.home-hero-right-bottom {
  flex-flow: column;
  justify-content: space-between;
  padding: 6vw 6vw 8vw;
  display: flex;
}

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

.heading-alt-h3 {
  text-transform: none;
  font-size: 2.5vw;
  font-weight: 600;
  line-height: 120%;
}

.heading-style-h2 {
  text-transform: uppercase;
  font-size: 6vw;
  font-weight: 400;
  line-height: 100%;
}

.heading-alt-small {
  text-align: center;
  text-transform: none;
  font-size: 5vw;
  font-weight: 600;
  line-height: 110%;
}

.section-home-services {
  transform-origin: 50% 100%;
  position: relative;
}

.max-width-large {
  width: 100%;
  max-width: 50rem;
}

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

.home-hero-right-top-2 {
  background-color: #fffff9;
  flex-flow: column;
  justify-content: space-between;
  height: 100vh;
  padding: 5vw 6vw 4vw;
  display: flex;
}

.main-wrapper-2 {
  transform-origin: 50% 100%;
  background-color: #fffff9;
  position: relative;
}

.home-text {
  color: #252525;
  margin-top: 140px;
  padding-left: 60px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 65px;
}

.heading-2 {
  font-family: Libre Baskerville, sans-serif;
}

.scrolling {
  margin-top: 60px;
  padding-left: 60px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
}

.div-block {
  background-color: #fffff9;
}

.home-link {
  color: #666;
  font-size: 20px;
  font-style: italic;
  line-height: 25px;
  text-decoration: none;
}

.works-grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
  margin-bottom: 40px;
}

.news-grid {
  grid-template-rows: auto;
  margin-bottom: 40px;
}

.news-txt {
  color: #3b2c19;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.news-heading {
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 30px;
  line-height: 30px;
}

.link-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #666;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.div-block-2 {
  border: 1px solid #000;
  display: flex;
}

.link-4 {
  color: #666;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.text-block-5 {
  color: #666;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.link-5 {
  color: #3b2c19;
  font-weight: 600;
  text-decoration: none;
}

.news-flexbox {
  aspect-ratio: auto;
  object-fit: fill;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 40px;
  display: flex;
}

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

.image-6 {
  width: 60px;
  height: auto;
}

.pricing-flexbox {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.scale-box {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.paragraph-2 {
  color: #252525;
  margin-top: -10px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 300;
}

@media screen and (min-width: 1280px) {
  .faq-paragraph-2 {
    max-width: 800px;
    line-height: 30px;
  }

  .faq-paragraph {
    max-width: none;
    font-weight: 400;
    line-height: 30px;
  }

  .flex-block {
    grid-column-gap: 65px;
    grid-row-gap: 65px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .image-4 {
    width: 500px;
  }

  .grid {
    grid-template: "Area Area"
    / 1fr 1fr 1fr;
  }

  .home-hero-grid {
    grid-template-rows: auto;
  }
}

@media screen and (min-width: 1440px) {
  .faq-paragraph-2, .faq-paragraph {
    line-height: 30px;
  }

  .grid {
    grid-template-areas: ". Area";
  }

  .section-top {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    padding: 8rem 6rem 5rem;
  }

  .heading-alt-h6 {
    font-size: 1.375rem;
  }

  .heading-style-small {
    font-size: 8rem;
  }

  .clients-item {
    padding: 5rem;
  }

  .heading-style-large {
    font-size: 12rem;
  }

  .section-home-projects {
    background-color: #f8f8f8;
  }

  .home-services-item {
    position: relative;
  }

  .heading-alt-h2 {
    font-size: 3.5rem;
  }

  .heading-alt-h5 {
    font-size: 1.75rem;
  }

  .heading-style-xxlarge {
    font-size: 19rem;
  }

  .home-hero-right-top {
    padding: 8rem 6rem 4rem;
  }

  .home-services-item-content {
    padding: 6rem;
  }

  .project-preview {
    flex-flow: column;
    display: flex;
  }

  .text-meta, .text-meta.text-color-muted {
    font-size: 22px;
  }

  .home-hero-right-bottom {
    padding: 6rem 6rem 8rem;
  }

  .heading-alt-h3 {
    font-size: 2.5rem;
  }

  .heading-style-h2 {
    font-size: 6rem;
  }

  .heading-alt-small {
    font-size: 5rem;
  }

  .home-projects-grid {
    grid-auto-columns: 1fr;
  }

  .home-hero-right-top-2 {
    padding: 8rem 6rem 4rem;
  }
}

@media screen and (min-width: 1920px) {
  .faq-answer {
    max-width: 1200px;
  }

  .faq-paragraph-2 {
    max-width: 1200px;
    font-size: 24px;
    line-height: 35px;
  }

  .faq-paragraph {
    max-width: none;
    font-size: 24px;
    line-height: 35px;
  }

  .faq-question-text {
    font-size: 30px;
    line-height: 35px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    flex: auto;
  }

  .h-flexbox {
    flex-flow: row;
  }

  .body {
    flex-flow: column;
    display: flex;
  }

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

  .footer-block-three {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .footer-link-three {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .link-block {
    width: 100%;
  }

  .section {
    height: auto;
    min-height: auto;
  }

  .about-flexbox {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
    align-items: center;
    margin-top: 3rem;
    margin-bottom: 5rem;
    display: flex;
  }

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

  .text-box {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

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

  .subheading {
    font-size: 25px;
  }

  .paragraph {
    font-size: 15px;
    line-height: 25px;
  }

  .button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .plus-icon {
    margin-left: 10px;
  }

  .faq-paragraph {
    font-family: League Spartan, sans-serif;
  }

  .faq-question-text {
    font-family: League Spartan, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
  }

  .bold-txt {
    font-weight: 600;
  }

  .nav-link {
    padding-left: 13px;
    padding-right: 13px;
  }

  .section-top {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding: 4rem 4rem 3rem;
  }

  .heading-alt-h6 {
    font-size: 1.125rem;
  }

  .heading-style-small {
    font-size: 12vw;
  }

  .clients-item {
    padding: 3rem;
  }

  .home-services-item-image {
    height: 75vw;
    position: static;
  }

  .home-hero-grid {
    display: flex;
  }

  .heading-style-large {
    font-size: 18vw;
  }

  .home-services-item {
    display: flex;
  }

  .home-services-item.odd {
    flex-flow: column-reverse wrap;
  }

  .heading-alt-h2 {
    font-size: 1.75rem;
  }

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

  .heading-style-xxlarge {
    font-size: 20vw;
  }

  .home-hero-right-top {
    height: auto;
    padding: 3rem 4rem 0;
  }

  .home-services-item-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    height: auto;
    padding: 4rem;
  }

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

  .main-wrapper {
    padding-top: 62px;
  }

  .home-clients-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-services-list {
    grid-row-gap: 1rem;
  }

  .home-hero-image {
    height: 75vw;
    position: static;
  }

  .home-hero-right-bottom {
    padding: 4rem;
  }

  .heading-alt-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h2 {
    font-size: 12vw;
  }

  .heading-alt-small {
    font-size: 2.75rem;
  }

  .home-hero-right-top-2 {
    height: auto;
    padding: 3rem 4rem 0;
  }

  .main-wrapper-2 {
    padding-top: 62px;
  }

  .home-text {
    margin-top: 0;
  }

  .scrolling {
    margin-top: 20px;
  }

  .news-txt {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .news-heading {
    margin-top: 40px;
    margin-bottom: 9px;
    padding-left: 0;
    padding-right: 0;
  }

  .link-btn {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .news-flexbox {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .v-flexbox {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-subscribe {
    background-color: #3b2c19;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-block-three {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    color: #fff;
    width: 20%;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 15px;
  }

  .footer-link-three:hover {
    color: #b4b4b4;
  }

  .footer-social-block-three {
    margin-top: 10px;
    margin-left: 0;
  }

  .footer-social-link-three {
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
  }

  .link-block {
    display: none;
  }

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

  .about-flexbox {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .text-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mob-footer-logo {
    width: 100%;
    display: block;
  }

  .mob-footer-social-line {
    display: block;
  }

  .navlink {
    color: #333;
    background-color: #0000;
  }

  .tabs-menu {
    width: 100%;
  }

  .pricing-container {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 10px;
  }

  .faq-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-paragraph-2 {
    max-width: 450px;
    font-size: 16px;
    line-height: 25px;
  }

  .faq-paragraph {
    max-width: none;
    font-size: 16px;
    line-height: 25px;
  }

  .faq-question-text {
    font-size: 18px;
    line-height: 25px;
  }

  .text-block-2, .text-block-3 {
    font-family: League Spartan, sans-serif;
  }

  .all-content {
    padding-bottom: 59px;
    position: relative;
  }

  .main-column {
    width: 100%;
    max-width: 1000px;
  }

  .main-column.header {
    text-align: left;
    max-width: 1000px;
    padding-top: 37px;
    padding-bottom: 42px;
    position: static;
  }

  .thumbnail {
    margin-bottom: 10px;
  }

  .nav-menu {
    background-color: #000;
  }

  .nav-link {
    color: #fff;
    box-shadow: inset 0 1px #ffffff3b;
  }

  .nav-link.w--current {
    box-shadow: none;
  }

  .nav-link.page {
    color: #000;
    background-color: #fff;
    box-shadow: inset -1px 0 #0000001f;
  }

  .nav-link.page.w--current {
    color: #00b874;
  }

  .nav-link.page.w--current:hover {
    background-color: #fff;
  }

  .footer-wrapper {
    background-color: #000;
  }

  .menu-wrapper {
    border-left: 1px solid #00000017;
  }

  .menu-wrapper.w--open {
    background-color: #000;
  }

  .menu {
    float: right;
    margin-top: 1px;
    font-size: 17px;
  }

  .menu-icon {
    float: left;
    margin-right: 5px;
  }

  .big-tagline {
    float: right;
    margin-bottom: 57px;
    font-size: 25px;
    line-height: 29px;
    display: inline-block;
  }

  .logo {
    float: left;
    border-width: 5px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 14px;
    padding: 13px 14px;
    font-size: 42px;
    line-height: 30px;
    display: inline-block;
  }

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

  .icon {
    color: #333;
    font-size: 30px;
    font-weight: 300;
  }

  .nav-menu-2 {
    background-color: #f1e7d7;
  }

  .section-top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 2.5rem;
  }

  .section-top.muted {
    padding-top: 3rem;
  }

  .heading-style-small {
    font-size: 16vw;
  }

  .clients-item {
    padding: 2.5rem;
  }

  .home-hero-logos {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .heading-style-xxlarge {
    font-size: 20vw;
  }

  .home-hero-right-top {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .home-services-item-content {
    padding: 3rem 2.5rem;
  }

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

  .main-wrapper {
    padding-top: 70px;
  }

  .home-services-list {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
  }

  .home-hero-right-bottom {
    padding: 3rem 2.5rem;
  }

  .heading-alt-small {
    font-size: 2.25rem;
  }

  .home-projects-grid {
    flex-flow: column;
    display: flex;
  }

  .home-hero-right-top-2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .main-wrapper-2 {
    padding-top: 70px;
  }

  .home-text {
    margin-top: 0;
  }

  .scrolling {
    margin-top: 40px;
    display: none;
  }

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

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

  .news-txt {
    line-height: 25px;
  }

  .news-heading, .link-btn {
    padding-left: 0;
    padding-right: 0;
  }

  .image-7 {
    width: 60px;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .v-flexbox {
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 10px;
    padding-right: 10px;
  }

  .brand {
    padding-top: 10px;
  }

  .image {
    max-width: 70%;
  }

  .footer-block-three {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column wrap;
  }

  .footer-link-three {
    width: 100%;
    font-size: 14px;
    line-height: 14px;
  }

  .footer-link-three:hover {
    color: #b4b4b4;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-legal-link:hover {
    color: #b4b4b4;
  }

  .about-flexbox {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-box {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .heading.pricing-heading {
    font-size: 24px;
    line-height: 25px;
  }

  .subheading {
    font-size: 25px;
    line-height: 30px;
  }

  .subheading.pricing-subheading {
    margin-bottom: .5rem;
    font-size: 20px;
    line-height: 25px;
  }

  .subheading.pricing-subheading.old-pricing {
    margin-top: .125rem;
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph {
    font-size: 15px;
    line-height: 25px;
  }

  .tabs-menu {
    display: flex;
  }

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

  .button {
    width: 100%;
    max-width: none;
    height: auto;
    padding: 15px 10px;
  }

  .text-button-on-dark {
    font-size: 13px;
  }

  .p-style {
    font-size: 16px;
  }

  .faq-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-paragraph-2, .faq-paragraph {
    max-width: none;
    line-height: 24px;
  }

  .faq-question-text {
    font-size: 16px;
    line-height: 25px;
  }

  .plus-line-animated {
    width: 20px;
  }

  .tab-style {
    color: #333;
    padding: 1rem .125rem 1rem .25rem;
    font-size: 14px;
    line-height: 14px;
  }

  .text-block-2 {
    text-align: center;
    font-family: League Spartan, sans-serif;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
  }

  .text-block-3 {
    font-family: League Spartan, sans-serif;
    font-size: 14px;
    line-height: 14px;
  }

  .text-block-4 {
    font-size: 14px;
  }

  .main-column.header {
    padding-bottom: 41px;
  }

  .nav-link.w--current {
    box-shadow: inset 0 1px #ffffff38;
  }

  .logo {
    float: none;
    margin-bottom: 13px;
    display: inline-block;
  }

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

  .icon {
    color: #333;
    font-size: 30px;
  }

  .section-top {
    padding: 2rem 2rem 1.5rem;
  }

  .section-top.muted {
    padding-top: 3rem;
  }

  .heading-alt-h6 {
    font-size: 1rem;
  }

  .clients-item {
    padding: 2rem;
  }

  .home-hero-logos {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .heading-alt-h2 {
    font-size: 1.5rem;
  }

  .heading-alt-h5 {
    font-size: 1.125rem;
  }

  .home-hero-right-top {
    padding-top: 2.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home-services-item-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 2rem;
  }

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

  .main-wrapper {
    padding-top: 62px;
  }

  .text-meta.text-color-muted {
    font-size: 16px;
    line-height: 20px;
  }

  .home-clients-grid {
    flex-flow: column;
    display: flex;
  }

  .home-services-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    display: flex;
  }

  .home-hero-right-bottom {
    padding: 2.5rem 1.5rem;
  }

  .heading-alt-h3 {
    font-size: 1.375rem;
  }

  .heading-style-h2 {
    font-size: 2.5rem;
    line-height: 110%;
  }

  .heading-alt-small {
    font-size: 35px;
    line-height: 35px;
  }

  .home-hero-right-top-2 {
    padding-top: 2.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .main-wrapper-2 {
    padding-top: 62px;
  }

  .home-text {
    margin-top: 0;
    padding-left: 20px;
  }

  .scrolling {
    margin-top: 20px;
    padding-left: 20px;
  }

  .home-link {
    font-size: 16px;
    line-height: 20px;
  }

  .works-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .news-txt {
    line-height: 25px;
  }

  .news-heading {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .link-btn {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-7 {
    width: 60px;
    height: auto;
  }

  .pricing-flexbox {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .paragraph-2 {
    margin-top: 10px;
  }
}

#w-node-_95d66acd-09c5-4670-07bd-1c489b65a358-e3a04c66 {
  align-self: stretch;
}


