@font-face {
  font-family: Proxima Nova Font;
  src: url('../fonts/Proxima-Nova-Font.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --medium-aquamarine: #7ec4bd;
  --medium-aquamarine-2: #7ec4bd;
  --white-smoke: whitesmoke;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 800;
  line-height: 38px;
}

h2 {
  text-align: center;
  margin: 10px 0;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 28px;
}

h3 {
  text-transform: uppercase;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

h4 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Proxima Nova Font, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.button {
  color: #2b2b2b;
  text-align: center;
  text-transform: uppercase;
  background-color: #ecb544;
  border: 0 solid #2b2b2b;
  border-radius: 5px;
  padding: 15px 33px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  color: #000;
  background-color: #ecb544;
}

.button.form {
  color: #7ec4bd;
  border-width: 1px 1px 2px;
  border-color: #7ec4bd;
  margin-top: 23px;
  margin-bottom: 24px;
  padding-left: 54px;
  padding-right: 54px;
}

.button.form:hover {
  background-color: #7ec4bd57;
}

.button.small {
  color: #2b2b2b;
  background-color: #ecb544;
  border-color: #2b2b2b;
  padding: 12px 20px;
}

.header {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  text-shadow: 0 1px 10px #0006;
  background-image: linear-gradient(#29231869, #29231869), url('../images/Foto-header.jpeg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  padding: 147px 30px 340px;
  font-family: Montserrat, sans-serif;
}

.header.project-page {
  background-image: linear-gradient(#64d1c68c, #64d1c68c), url('../images/lake.jpg');
  padding-top: 77px;
  padding-bottom: 77px;
}

.navbar {
  background-color: #fff;
  border-bottom: 1px solid #3f3f3f;
  padding-top: 18px;
  padding-bottom: 18px;
  position: sticky;
  top: 0;
}

.nav-link {
  color: #404040;
  text-transform: uppercase;
  border-bottom: 2px solid #0000;
  margin-top: 23px;
  margin-left: 34px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  transition: border-color .3s;
}

.nav-link:hover {
  border-bottom-color: #ecb544;
}

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

.nav-link.w--current:hover {
  border-bottom-color: #ecb544;
}

.logo-title {
  float: left;
  text-transform: uppercase;
  margin-top: 13px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.navbar-logo {
  float: left;
  width: 140px;
  margin-right: 18px;
}

.brand-block {
  flex-direction: column;
  align-items: center;
  height: 50px;
  padding-top: 10px;
  display: flex;
}

.main-heading {
  text-transform: uppercase;
  margin-top: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 65px;
  line-height: 70px;
}

.divider {
  background-color: #fff;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  display: block;
}

.divider.grey {
  background-color: #00000017;
  margin-bottom: 43px;
}

.main-subtitle {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.about-section {
  text-align: center;
  background-color: #fefec9;
  padding-bottom: 61px;
}

.about-text {
  color: #47474f;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 25px;
}

.x-icon {
  margin-top: -26px;
  margin-bottom: 34px;
}

.section {
  text-align: center;
  padding: 68px 12px;
}

.section.grey {
  background-color: #f5f5f5;
}

.section.grey.testimonial {
  padding-bottom: 40px;
}

.section.contact {
  background-color: #ecb544;
  background-image: linear-gradient(#ecb54478, #ecb54478), url('../images/footer-bg.jpg');
  background-size: auto, cover;
  font-family: Vollkorn, serif;
}

.section.footer {
  background-color: #fff;
  border-top: 25px solid #ecb544;
  border-bottom: 8px solid #ecb544;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 20px;
}

.section.hidden {
  display: none;
}

.section.color {
  background-color: #ecb544;
}

.section.color.logos {
  padding-left: 30px;
  padding-right: 30px;
}

.section.logos {
  background-color: #ecb54430;
  border-top: 12px solid #ecb544;
  border-bottom: 3px solid #ecb544;
  padding-top: 20px;
  padding-bottom: 50px;
}

.section.logos.grey {
  padding-top: 50px;
  padding-bottom: 50px;
}

.grey-icon-wrapper {
  margin-bottom: 38px;
  padding-top: 45px;
  padding-bottom: 45px;
}

.big-icon {
  width: 120px;
}

.project-wrapper {
  color: #333;
  text-decoration: none;
  transition: bottom .3s;
  display: block;
  position: relative;
  bottom: 0;
}

.project-wrapper:hover {
  bottom: 8px;
}

.team-image {
  border-radius: 100%;
  margin-bottom: 21px;
}

.role {
  margin-bottom: 16px;
  font-family: Vollkorn, serif;
  font-size: 17px;
  font-style: italic;
}

.social-link {
  background-color: #f5f5f5;
  border-radius: 100%;
  width: 29px;
  height: 29px;
  margin: 3px;
  padding-top: 5px;
  padding-left: 1px;
  transition: box-shadow .3s;
  box-shadow: inset 0 0 0 1px #0000;
}

.social-link:hover {
  box-shadow: inset 0 0 0 2px #7ec4bd;
}

.team-title {
  margin-bottom: 7px;
}

.testimonial-slider {
  background-color: #0000;
  align-items: flex-end;
  height: auto;
  padding-top: 10px;
  padding-bottom: 40px;
  display: none;
}

.testimonial-slider.hidden {
  display: none;
}

.quote-icon {
  margin-bottom: 0;
}

.arrow-testimonials {
  color: #fff0;
  width: 40px;
  font-size: 30px;
  transition: color .3s;
}

.arrow-testimonials:hover {
  color: #3330;
}

.testimonial-slide {
  text-align: center;
  padding: 10px 20px;
}

.testimonial-slide.left-border {
  border-left: 2px solid #0000000a;
}

.mask {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.team-row {
  margin-bottom: 20px;
}

.testimonial {
  margin-bottom: 22px;
  font-size: 24px;
  line-height: 32px;
}

.from {
  color: #727272;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.icon-wrapper {
  height: 95px;
  margin-bottom: 10px;
  padding-top: 13px;
}

.icon-wrapper._2 {
  padding-top: 20px;
}

.footer-logo {
  width: 150px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.contact-text {
  color: #212121;
  font-size: 17px;
}

.link {
  color: #1c1c1c;
}

.social-wrapper {
  text-align: left;
  margin-bottom: 11px;
  margin-left: 33%;
  text-decoration: none;
  transition: opacity .3s;
  display: block;
}

.social-wrapper:hover {
  opacity: .43;
}

.footer-text {
  opacity: .7;
  font-family: Montserrat, sans-serif;
}

.social-link-text {
  display: inline-block;
}

.social-icon {
  margin-top: -6px;
  margin-right: 9px;
}

.field {
  color: #7ec4bd;
  background-color: #fff3;
  border: 0 solid #000;
  height: 57px;
  margin-bottom: 0;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 18px;
  font-style: italic;
  box-shadow: inset 3px 0 #0000;
}

.field:focus {
  box-shadow: inset 3px 0 #7ec4bd;
}

.field.large {
  height: 127px;
}

.field.darker {
  background-color: #ffffff2e;
  transition: box-shadow .3s;
}

.form-wrapper {
  padding-left: 20%;
  padding-right: 20%;
}

.success-message {
  color: #7ec4bd;
  background-color: #0000;
  border: 1px solid #7ec4bd;
  border-bottom-width: 2px;
  padding-top: 82px;
  padding-bottom: 82px;
}

.project-info {
  background-color: #fff;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.project-title {
  margin-bottom: 4px;
}

.grow-row {
  margin-bottom: 42px;
}

.screenshot {
  margin-bottom: 43px;
}

.face {
  object-fit: cover;
  border-radius: 100%;
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
}

.services-column {
  background-color: #fff;
  border-radius: 20px;
  padding-bottom: 25px;
}

.columns {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 40px;
  display: flex;
}

.services-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  width: 100%;
  margin-bottom: 10px;
  padding: 38px 20px;
  display: flex;
}

.div-block-2 {
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.image {
  width: 75px;
  margin-bottom: 10px;
}

.services-heading-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 180px;
  padding-left: 20px;
  padding-right: 10px;
  display: flex;
}

.services-stack {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 40px;
}

.div-block-4 {
  padding-left: 20px;
  padding-right: 20px;
}

.slider {
  background-color: #fff0;
  height: 200px;
}

.slider.mobile, .slider.mobile-landscape, .slider.desktop {
  display: none;
}

.slider-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  padding-left: 55px;
  padding-right: 55px;
  display: flex;
}

.slider-image {
  max-width: 20%;
  max-height: 120px;
}

.about-us-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 10px;
  display: flex;
}

.about-us-text.right {
  align-items: flex-end;
}

.footer-list {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: #333;
  text-align: left;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding-top: 10px;
  font-size: 16px;
  font-weight: 500;
  list-style-type: none;
  display: flex;
}

.footer-stack {
  min-height: 200px;
}

.logo-slider {
  background-color: #0000;
  height: auto;
}

.slide-nav {
  display: none;
}

.logo-slider-heading {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 20px;
}

.about-us-cell {
  justify-content: center;
}

.about-us-demo-image {
  background-image: url('../images/proj12.jpg');
  background-position: 50% 0;
  background-size: contain;
  width: 100%;
  height: 260px;
}

.footer-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  filter: grayscale() brightness(0%);
  color: #000;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-link:hover {
  opacity: 1;
  filter: none;
}

.footer-link.whatsapp {
  color: #25d366;
}

.footer-link.linkedin {
  color: #0072b1;
}

.footer-link.email {
  color: #4081ec;
}

.footer-link.no-cursor {
  cursor: default;
}

.footer-heading {
  margin-bottom: 10px;
}

.testimonial-containter-slider {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.abotu-us-heading-name {
  text-align: left;
  margin-bottom: 0;
}

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

.about-us-image-cell {
  justify-content: center;
  padding-left: 30px;
}

.footer-logo-cell {
  justify-content: center;
  align-items: flex-end;
}

.footer-text-cell {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
}

.arrow-logos {
  color: #47474f;
  width: 40px;
  font-size: 30px;
  transition: color .3s;
}

.arrow-logos:hover {
  color: #ecb544;
}

.slide-nav-2 {
  opacity: .3;
  filter: invert();
}

.quick-stack {
  padding-bottom: 0;
}

.logo-about-us {
  width: 120px;
  margin-right: auto;
}

.about-us-image {
  border-radius: 50%;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.client-image {
  width: 200px;
  max-width: 20%;
  max-height: 120px;
  padding-left: 2%;
  padding-right: 2%;
}

.client-image.wider {
  width: 250px;
}

.client-logos-container {
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: center;
  display: flex;
}

.services-columns {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 10px;
  padding-bottom: 40px;
  display: flex;
}

.footer-links-cell {
  align-items: center;
}

.about-us-stack {
  padding-top: 0;
  padding-bottom: 0;
}

.about-us-brand-stack {
  padding-top: 40px;
  padding-bottom: 40px;
}

.testimonial-containter {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  min-width: 300px;
  height: auto;
  margin-bottom: 40px;
  display: flex;
}

.testimonial-container {
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-top: 40px;
  display: flex;
}

.testminal-name {
  color: #f1b433;
  font-size: 22px;
  font-weight: 800;
  line-height: 36px;
}

.divider-services {
  background-color: #b3b3b3;
  width: 80px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.divider-services.grey {
  background-color: #00000017;
  margin-bottom: 43px;
}

.container-2 {
  text-shadow: 0 1px 20px #000000e8;
}

@media screen and (max-width: 991px) {
  .header {
    padding-bottom: 273px;
  }

  .nav-link {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link:hover {
    border-bottom-color: #0000;
  }

  .main-heading {
    font-size: 38px;
    line-height: 44px;
  }

  .project-wrapper:hover {
    transform: translate(0);
  }

  .social-wrapper {
    margin-left: 30%;
  }

  .menu-button {
    margin-top: 7px;
    padding: 10px;
    font-size: 32px;
  }

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

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

  .slider {
    height: 150px;
  }

  .client-image.wider {
    width: 280px;
    max-width: 23%;
  }

  .footer-links-cell {
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-top: 82px;
    padding-bottom: 66px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
  }

  .logo-title {
    margin-top: 6px;
  }

  .about-section {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .x-icon {
    margin-bottom: 21px;
  }

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

  .grey-icon-wrapper {
    margin-bottom: 16px;
    padding: 34px 56px;
    display: inline-block;
  }

  .grey-icon-wrapper.push-top {
    margin-top: 30px;
  }

  .testimonial-slide {
    width: 100%;
  }

  .testimonial-slide.left-border {
    border-left-width: 0;
  }

  .testimonial {
    margin-bottom: 10px;
  }

  .icon-wrapper {
    height: 85px;
  }

  .icon-wrapper._2 {
    margin-top: 37px;
  }

  .social-wrapper {
    text-align: center;
    margin-left: 0%;
  }

  .form-wrapper {
    padding-left: 10%;
    padding-right: 10%;
  }

  .menu-button {
    margin-top: 0;
  }

  .member {
    padding-bottom: 47px;
  }

  .grow-row {
    margin-bottom: 0;
  }

  .screenshot {
    width: 90%;
  }

  .columns {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .services-heading-container {
    height: 160px;
    padding-left: 10px;
  }

  .slider.desktop {
    display: none;
  }

  .slider-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .slider-image.larger {
    max-width: 28%;
  }

  .logo-slider-heading {
    margin-bottom: 10px;
  }

  .about-us-image-cell {
    padding-left: 0;
  }

  .about-us-image {
    max-width: 300px;
  }

  .client-image.larger {
    max-width: 28%;
  }

  .client-image.wider {
    width: 300px;
    max-width: 25%;
  }

  .services-columns {
    flex-direction: column;
  }

  .testimonial-containter {
    width: 90%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  .button.services-cta {
    margin-bottom: 40px;
  }

  .header {
    padding-top: 45px;
    padding-bottom: 59px;
  }

  .main-heading {
    font-size: 34px;
    line-height: 38px;
  }

  .grey-icon-wrapper {
    display: block;
  }

  .testimonial {
    font-size: 22px;
  }

  .form-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .services-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .slider.mobile-landscape {
    display: none;
  }

  .slider-image.larger.largest {
    max-width: 90%;
  }

  .logo-slider-heading {
    margin-bottom: 20px;
  }

  .client-image {
    max-width: 33%;
  }

  .client-image.larger.largest {
    max-width: 90%;
  }

  .client-image.wider {
    max-width: 45%;
  }

  .testimonial-containter {
    min-width: 0;
  }
}

#w-node-_0b29409f-36d2-99d9-f805-a01f6f2968f6-d09e1b04 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_0ade2560-7679-4f1a-5899-7b1576565b3c-d09e1b04 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
}

#w-node-_80ff71b0-d92b-ec82-d4f2-d4d5c8eba162-d09e1b04 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_90b2619b-8a74-1b6f-d077-18a0a8c139ff-d09e1b04 {
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr .5fr;
}

#w-node-f344b3be-2e2a-a404-4add-bddead23c7a0-d09e1b04 {
  grid-row: span 2 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_0b29409f-36d2-99d9-f805-a01f6f2968f6-d09e1b04 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_80ff71b0-d92b-ec82-d4f2-d4d5c8eba162-d09e1b04 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_90b2619b-8a74-1b6f-d077-18a0a8c139ff-d09e1b04 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr .75fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0b29409f-36d2-99d9-f805-a01f6f2968f6-d09e1b04, #w-node-_0ade2560-7679-4f1a-5899-7b1576565b3c-d09e1b04 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0ade2560-7679-4f1a-5899-7b1576565b56-d09e1b04 {
    order: -9999;
  }

  #w-node-_80ff71b0-d92b-ec82-d4f2-d4d5c8eba162-d09e1b04, #w-node-_90b2619b-8a74-1b6f-d077-18a0a8c139ff-d09e1b04 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Proxima Nova Font';
  src: url('../fonts/Proxima-Nova-Font.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}