body {
  font-family: Raleway, sans-serif;
  color: #818181;
  font-size: 14px;
  line-height: 26px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

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

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

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

p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-weight: 400;
}

.banner {
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #bfbfbf;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.24))), url('../images/Other-Buildz.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.24)), url('../images/Other-Buildz.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.logo {
  padding-right: 30px;
  padding-left: 30px;
}

.title {
  color: #fff;
  font-size: 80px;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.banner-container {
  position: static;
  padding-top: 130px;
  padding-bottom: 100px;
  clear: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-banner {
  float: none;
  color: #fff;
  font-size: 28px;
  line-height: 39px;
  font-weight: 300;
  text-align: center;
}

.download {
  margin-left: 15px;
  padding: 15px 15px 12px;
  float: none;
  border: 1px solid #fff;
  border-radius: 3px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: justify;
}

.download:hover {
  border-color: #fff;
  background-color: #ed8912;
}

.download.orange {
  background-color: #ed8912;
}

.icon {
  display: inline-block;
  padding-bottom: 5px;
}

.download-text {
  display: inline-block;
  padding-left: 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.original {
  position: relative;
  left: 0px;
  top: -44px;
  font-size: 20px;
  font-weight: 300;
}

.navigation-bar {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}

.slider {
  position: relative;
  display: block;
  height: auto;
  clear: none;
  background-color: transparent;
  text-align: center;
}

.hide {
  display: none;
}

.iphone {
  display: block;
  width: 420px;
  margin-right: auto;
  margin-left: auto;
}

.iphone-section {
  position: static;
  margin-top: auto;
  background-color: transparent;
}

.arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-top: 235.5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.arrow:hover {
  background-color: #ed8912;
  color: #fff;
}

.vertical {
  width: 10.6%;
  margin-right: 190px;
}

.vertical.vertical-2 {
  margin-right: 0px;
  margin-left: 190px;
}

.about-section {
  background-color: #f2f2f2;
}

.navigation-scroll {
  position: fixed;
  display: none;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: hsla(0, 0%, 100%, 0.99);
}

.logo-brand {
  padding-top: 12px;
}

.navigation-link {
  padding-right: 13px;
  padding-left: 13px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #9d9d9d;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.navigation-link:hover {
  color: #4c4c4c;
}

.navigation-link.w--current {
  color: #4c4c4c;
}

.name-title {
  margin-bottom: 12px;
  color: #111;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.name-title.why {
  text-align: left;
}

.name-title.services {
  color: #fff;
}

.name-title.what {
  color: #fff;
}

.heading-line {
  display: block;
  width: 2px;
  height: 30px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fc6347;
}

.heading-line.why {
  margin-right: 0px;
  margin-left: 0px;
}

.container {
  padding: 100px 20px;
}

.container.container-2 {
  padding-top: 20px;
  padding-bottom: 80px;
}

.features {
  margin-top: 50px;
}

.title-features {
  margin-bottom: 10px;
  color: #585858;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.features-icon {
  margin-bottom: 20px;
}

.client-logo {
  position: relative;
  z-index: 1;
  background-color: #f2f2f2;
}

.why-section {
  background-color: #fff;
}

.column-why {
  text-align: left;
}

.list-why {
  margin-top: 15px;
}

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

.list-text {
  display: inline-block;
}

.icon-list {
  margin-right: 10px;
}

.service-section {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/qp-b.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/qp-b.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.app {
  padding-top: 40px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.testimonials-section {
  background-color: #fff;
}

.client-name {
  color: #616161;
  font-size: 15px;
  font-weight: 600;
}

.photo-testimonials {
  display: block;
  width: 80px;
  height: 80px;
  margin-top: 20px;
  border-radius: 100px;
  background-image: url('../images/client-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photo-testimonials.photo-2 {
  background-image: url('../images/client-3.jpg');
}

.photo-testimonials.photo-3 {
  background-image: url('../images/client-1.jpg');
}

.subscribe-field {
  margin-top: 15px;
  margin-bottom: 25px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-width: 2px;
  border-bottom-color: hsla(0, 0%, 100%, 0.3);
  border-left-style: none;
  background-color: transparent;
  opacity: 1;
  color: #fff;
  font-size: 26px;
  font-weight: 300;
  text-align: center;
}

.subscribe-field:focus {
  border-bottom-color: #fc6347;
}

.form-subscribe {
  margin-top: 40px;
  color: #fff;
}

.form-wrapper {
  color: #fff;
}

.subscribe-button {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 15px 7px;
  border: 2px solid hsla(0, 0%, 100%, 0.8);
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.subscribe-button:hover {
  border-color: #fc6347;
  background-color: #fc6347;
}

.service-section {
  background-attachment: fixed, fixed;
}

.what-section {
  background-color: #fff;
  background-image: none;
  background-attachment: fixed;
}

.success-message {
  margin-top: 50px;
  padding-top: 52px;
  padding-bottom: 52px;
  border: 2px solid hsla(0, 0%, 100%, 0.38);
  border-radius: 5px;
  background-color: transparent;
  color: hsla(0, 0%, 100%, 0.58);
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.success-message.success-message-2 {
  border-color: #fc6347;
}

.success-paragraph {
  font-weight: 200;
}

.success-paragraph.success-paragraph-2 {
  color: #fc6347;
}

.error-message {
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 2px solid rgba(242, 68, 68, 0.63);
  border-radius: 5px;
  background-color: transparent;
  text-align: center;
}

.circle-service {
  display: inline-block;
  width: 85px;
  height: 85px;
  padding-top: 20px;
  border: 1px solid #fc6347;
  border-radius: 70px;
}

.slider-service {
  height: auto;
  margin-top: 50px;
  background-color: transparent;
}

.column-service {
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

.service {
  color: #fff;
  font-weight: 600;
}

.service-parahraph {
  color: hsla(0, 0%, 100%, 0.89);
}

.slider-dots-navigation {
  bottom: -53px;
  font-size: 13px;
}

.contact-form {
  margin-top: 60px;
}

.text-field {
  margin-top: 10px;
  padding-bottom: 75px;
  border: 1px solid #e1e1e1;
  color: #fc6347;
  font-size: 13px;
}

.text-field:focus {
  border: 1px solid #707070;
}

.text-area {
  height: 50px;
  border: 1px solid #e1e1e1;
  color: #fc6347;
  font-size: 13px;
}

.text-area:focus {
  border-color: #707070;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
}

.contact-button {
  display: block;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 30px;
  border: 2px solid #fc6347;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fc6347;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.contact-button:hover {
  background-color: #fc6347;
  color: #fff;
}

.footer {
  background-color: #282f36;
}

.mail-contact {
  display: block;
  margin-top: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-style: italic;
  text-align: center;
  text-decoration: none;
}

.mail-contact:hover {
  color: #fff;
}

.mail-contact.mail-contact-2 {
  margin-top: 3px;
}

.line-footer {
  width: 100%;
  height: 1px;
  background-color: rgba(115, 126, 137, 0.2);
}

.row-contact {
  margin-bottom: 50px;
}

.logo-footer {
  margin-top: 50px;
  text-align: center;
}

.social-footer {
  margin-top: 30px;
  text-align: center;
}

.circle-footer {
  width: 40px;
  height: 40px;
  margin-right: 8px;
  padding-top: 4px;
  border: 2px solid #fff;
  border-radius: 50px;
  opacity: 0.5;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.circle-footer:hover {
  opacity: 1;
}

.copyright-div {
  margin-top: 15px;
  color: #737e89;
  text-align: center;
}

.link-2 {
  display: inline-block;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #6f81fd;
  font-size: 14px;
  font-style: italic;
  text-decoration: underline;
}

.link-2.white {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'PT Sans', sans-serif;
  color: #b7b7c7;
  font-size: 13px;
  font-style: normal;
  letter-spacing: 0px;
  text-decoration: none;
}

.link-2.white:hover {
  color: #fff;
}

.webflow-logo-tiny {
  width: 18px;
  margin-right: 4px;
  opacity: 0.9;
}

.copyright {
  margin-bottom: 0px;
  color: #b7b7c7;
  font-size: 14px;
}

.paragraph-tiny {
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.left-copyright-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-copyright-flex.right {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.made-with-webflow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-decoration: none;
}

.made-with-webflow.left-margin {
  margin-top: 0px;
  margin-left: 10px;
  color: #b7b7c7;
}

.made-with-webflow.left-margin:hover {
  color: #fff;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.sub-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fc6347;
}

.container-3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

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

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

.white {
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
}

.sub-text {
  color: hsla(0, 0%, 100%, 0.61);
  font-size: 18px;
  font-weight: 200;
}

.section-2 {
  position: relative;
  padding-top: 100px;
  padding-bottom: 60px;
  border-top: 1px solid #fff;
  background-color: #f2f2f2;
}

.section-2.make-white {
  background-color: #fff;
}

.top-margin {
  margin-top: 25px;
}

.top-margin.more {
  margin-top: 35px;
}

.licens-image {
  width: 100%;
}

.link-3 {
  color: #515157;
  text-decoration: none;
}

.changelog-title {
  color: #fc6347;
  font-size: 22px;
  font-weight: 500;
}

.logo-client-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.logo-client {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 0.7;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.logo-client:hover {
  opacity: 1;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  display: block;
  max-width: 20%;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
}

.link-4 {
  color: #fff;
}

.text-block {
  color: #fff;
  text-align: center;
}

.text-block-2 {
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .banner {
    padding-bottom: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.24))), url('../images/Other-Buildz.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.24)), url('../images/Other-Buildz.png');
    background-attachment: scroll, fixed;
  }

  .logo {
    text-align: center;
  }

  .title {
    font-size: 70px;
  }

  .banner-container {
    padding-top: 45px;
  }

  .text-banner {
    color: #fff;
    font-size: 24px;
  }

  .download {
    float: none;
  }

  .brand {
    display: none;
  }

  .slider {
    position: relative;
  }

  .iphone-section {
    position: static;
    margin-top: auto;
  }

  .vertical {
    margin-right: 130px;
  }

  .vertical.vertical-2 {
    margin-left: 130px;
  }

  .container.container-2 {
    padding-top: 10px;
  }

  .mail-contact {
    color: #fff;
    text-align: center;
  }

  .hamburger.w--open {
    background-color: #fc6347;
  }

  .navigation-menu {
    background-color: hsla(0, 0%, 100%, 0.96);
  }

  .copyright {
    margin-bottom: 7px;
  }

  .left-copyright-flex {
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .left-copyright-flex.right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .made-with-webflow.left-margin {
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .licens-image {
    margin-bottom: 15px;
  }

  .logo-client-wrapper {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .logo-client {
    -webkit-box-flex: 0;
    -webkit-flex: 0 25%;
    -ms-flex: 0 25%;
    flex: 0 25%;
  }

  .image {
    display: block;
    max-width: 20%;
    margin-right: auto;
    margin-left: auto;
    opacity: 0.9;
  }

  .link-4 {
    color: #fff;
  }

  .text-block {
    color: #fff;
    text-align: center;
  }

  .text-block-2 {
    color: #fff;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .banner {
    padding-bottom: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.24))), url('../images/Other-Buildz.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.24)), url('../images/Other-Buildz.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, auto;
    background-repeat: repeat, repeat;
    background-attachment: scroll, fixed;
  }

  .logo {
    display: block;
  }

  .title {
    font-size: 60px;
  }

  .text-banner {
    color: #fff;
    font-size: 23px;
  }

  .download {
    margin-top: 10px;
  }

  .brand {
    display: none;
    overflow: hidden;
    background-image: url('../images/Other-Buildz.png');
    background-position: 0px 0px;
    background-size: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .slider {
    position: relative;
  }

  .iphone {
    width: 380px;
  }

  .iphone-section {
    position: static;
    margin-top: auto;
  }

  .vertical {
    margin-right: 62px;
  }

  .vertical.vertical-2 {
    margin-left: 49px;
  }

  .container.container-2 {
    padding: 10px 10px 20px;
  }

  .column-service {
    margin-bottom: 50px;
  }

  .mail-contact {
    color: #fff;
    text-align: center;
  }

  .column-space {
    margin-bottom: 50px;
  }

  .column-contact {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hamburger {
    margin-right: 15px;
  }

  .copyright {
    margin-bottom: 0px;
  }

  .left-copyright-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .left-copyright-flex.right {
    margin-bottom: 20px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .made-with-webflow.left-margin {
    margin-left: 15px;
  }

  .logo-client-wrapper {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .logo-client {
    -webkit-flex-basis: 33.333333333333336%;
    -ms-flex-preferred-size: 33.333333333333336%;
    flex-basis: 33.333333333333336%;
  }

  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .image {
    display: block;
    max-width: 20%;
    margin-right: auto;
    margin-left: auto;
    opacity: 0.9;
    text-align: center;
  }

  .link-4 {
    color: #fff;
  }

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

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

@media screen and (max-width: 479px) {
  .banner {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.24))), url('../images/Other-Buildz.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.24)), url('../images/Other-Buildz.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }

  .logo {
    display: block;
  }

  .title {
    font-size: 33px;
  }

  .text-banner {
    color: hsla(0, 0%, 100%, 0.9);
    font-size: 19px;
    line-height: 35px;
  }

  .download {
    margin-bottom: 0px;
  }

  .icon {
    opacity: 0.9;
  }

  .original {
    top: -26px;
    font-size: 16px;
  }

  .slider {
    position: relative;
  }

  .iphone {
    width: 260px;
  }

  .arrow {
    margin-top: 129.7px;
  }

  .vertical {
    width: 19%;
    margin-right: 10px;
  }

  .vertical.vertical-2 {
    position: absolute;
    margin-left: 10px;
  }

  .about-section {
    overflow: hidden;
  }

  .container.container-2 {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .why-section {
    overflow: visible;
  }

  .column-service {
    color: #fff;
  }

  .mail-contact {
    opacity: 0.9;
    color: #fff;
    text-align: center;
  }

  .hamburger {
    margin-right: 10px;
  }

  .left-copyright-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .left-copyright-flex.right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .made-with-webflow.left-margin {
    margin-left: 0px;
  }

  .logo-client {
    padding-right: 10px;
    padding-left: 10px;
  }

  .image {
    display: block;
    overflow: visible;
    max-width: 40%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: none;
    opacity: 0.9;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .button {
    display: inline-block;
    width: 40%;
    margin-right: 30%;
    margin-left: 30%;
    background-color: #ed8912;
    box-shadow: 1px 1px 3px 0 #000;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .link-4 {
    opacity: 0.9;
    color: #fff;
  }

  .text-block {
    display: block;
    opacity: 0.9;
    text-align: center;
  }

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

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

