.home-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-image: url('../images/HomeHero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.navigation {
  width: auto;
  background-color: #141414;
}

.nav {
  font-family: Aileron, sans-serif;
  color: #fff;
  font-weight: 600;
}

.nav:hover {
  color: #c9c9c9;
}

.nav.w--current {
  color: #fff;
}

.nav-menu {
  position: relative;
  display: block;
  margin-top: 15px;
  margin-right: 75px;
  padding-right: 0px;
  font-family: Aileron, sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navcontainer {
  position: -webkit-sticky;
  position: sticky;
  min-width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #2b2b2b;
}

.image {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 120px;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 60px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.section.capabilities {
  background-image: url('../images/capabilities-Image.jpg');
  background-position: 100% 100%;
  background-size: 470px;
  background-repeat: no-repeat;
}

.section.capabilities.tablet {
  margin-top: 80px;
  margin-right: 24px;
  margin-bottom: 80px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.section.references {
  margin-top: 80px;
  margin-bottom: 15px;
}

.section.contact {
  margin-top: 60px;
  margin-bottom: 37px;
}

.heading {
  padding-bottom: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #cf1c23;
  font-family: Aileron, sans-serif;
  color: #525252;
  font-size: 35px;
  font-weight: 400;
  text-decoration: none;
}

.heading.tablet {
  margin-top: 0px;
  border: 0px solid #000;
}

.heading.contact {
  margin-top: 41px;
}

.content {
  width: 100%;
  margin-top: 30px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}

.content.tablet {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content.references {
  margin-top: 10px;
  padding-right: 30px;
}

.content.references {
  margin-top: 10px;
  padding-right: 0px;
}

.content.p-capabilities {
  background-image: url('../images/capabilities-Image.jpg');
  background-position: 100% 100%;
  background-size: 360px;
  background-repeat: no-repeat;
}

.image-about {
  margin-top: 30px;
  margin-right: 0px;
}

.image-about.tablet {
  margin-right: 0px;
}

.image-about.spacer {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.div-block.aboutus {
  background-image: none;
}

.section-tablet {
  display: block;
  width: 65%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  font-family: Aileron, sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 65px;
  text-transform: uppercase;
}

.text-span {
  font-weight: 400;
}

.text-span-2 {
  font-weight: 600;
}

.section-main {
  width: 75%;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.references {
  display: block;
  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;
}

.grey-ref {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: rgba(0, 0, 0, 0.05);
}

.referenes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.projects-block-2 {
  width: 50%;
  margin: 0px 0px 0px 140px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.references-heading-2 {
  color: #d12027;
  font-size: 14px;
  font-weight: 600;
}

.div-block-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.white-ref {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: #fff;
}

.ref-img-right {
  margin-left: 178px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ref-cont-left {
  display: block;
  width: 310px;
  margin: 40px 0px;
  padding-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  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;
}

.ref-image-padd {
  display: block;
}

.ref-image-padd.portrait {
  margin-right: 75px;
}

.button {
  margin-top: 15px;
  margin-right: 35px;
  margin-left: 35px;
  padding: 10px 15px;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(68, 68, 68, 0.8);
  border-radius: 3px;
  background-color: #d12027;
  font-family: Aileron, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  background-color: #303030;
  font-weight: 400;
}

.buttondiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -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;
}

.butonbold {
  font-weight: 600;
}

.section-2 {
  background-color: #141414;
}

.section-3 {
  display: block;
}

.map {
  height: auto;
}

.map-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.paragraph {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}

.column {
  font-family: 'Open Sans', sans-serif;
}

.paragraph-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}

.bold {
  font-weight: 700;
}

.div-block-5 {
  padding-bottom: 40px;
  background-color: #141414;
}

.text-block-2 {
  color: #fff;
  font-size: 10px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: -10%;
  -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;
}

.footer-brand.w--current {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.footer-brand.w--current:hover {
  opacity: 0.8;
}

.footer-link {
  margin-right: 35px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  text-decoration: none;
}

.flex-space {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._90-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 91%;
  -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;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.image-3 {
  margin-left: 106px;
}

.text-block-3 {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 11px;
  text-decoration: none;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 64px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.image-4 {
  padding-bottom: 5px;
}

.columns {
  padding-top: 25px;
}

.column-2 {
  padding-left: 0px;
}

.columns-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-5 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-left: 20px;
}

.div-block-6 {
  padding-bottom: 5px;
  border-style: none none solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #d5262c;
}

.image-6 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  clear: none;
}

.div-block-7 {
  display: none;
}

.p-capabilities {
  margin-top: 30px;
}

.image-8 {
  display: none;
}

@media (max-width: 991px) {
  .home-hero {
    height: 400px;
  }
  .nav-menu {
    margin-top: 0px;
    margin-right: 15px;
    background-color: #000;
  }
  .navcontainer {
    position: -webkit-sticky;
    position: sticky;
  }
  .section {
    display: block;
    margin: 60px 40px 45px;
  }
  .section.tablet {
    margin-top: 30px;
    margin-bottom: 25px;
  }
  .section.capabilities.tablet {
    margin-top: 60px;
    margin-bottom: 45px;
    background-size: 340px;
  }
  .section.references {
    margin-top: 30px;
  }
  .heading.tablet {
    margin-top: 0px;
  }
  .content.tablet {
    margin-top: 13px;
    margin-bottom: 0px;
  }
  .content.references {
    width: auto;
    padding-right: 0px;
  }
  .content.references {
    width: auto;
    padding-right: 0px;
  }
  .content.p-capabilities {
    background-size: 300px;
  }
  .image-about.tablet {
    width: 200px;
    margin-top: 0px;
    margin-right: 15px;
    margin-left: 15px;
  }
  .image-about.spacer {
    width: 300px;
    margin-top: 15px;
    margin-right: -11px;
    margin-left: -11px;
  }
  .div-block {
    width: 100%;
    background-size: 350px;
  }
  .div-block.aboutus {
    background-image: none;
  }
  .section-tablet {
    display: block;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .icon {
    margin-top: 10px;
    margin-right: 20px;
    color: #fff;
  }
  .menu-button {
    background-color: transparent;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .heading-2 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
  }
  .text-span-2 {
    font-weight: 600;
  }
  .section-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .section-main.capabilities {
    display: block;
    background-size: 300px;
  }
  .referenes {
    width: 650px;
  }
  .projects-block-2 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .div-block-4 {
    margin-right: auto;
    margin-left: auto;
  }
  .ref-img-right {
    margin-left: 0px;
  }
  .ref-cont-left {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .ref-image-padd {
    max-width: 95%;
  }
  .ref-image-padd-white {
    max-width: 95%;
  }
  .button {
    margin-right: 15px;
    margin-left: 15px;
    font-size: 14px;
  }
  .footer-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-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;
  }
  .image-3 {
    margin-left: 20px;
  }
  .image-5 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
  }
  .div-block-7 {
    display: none;
  }
  .column-3 {
    display: block;
  }
  .image-8 {
    display: none;
  }
}

@media (max-width: 767px) {
  .home-hero {
    height: 300px;
  }
  .section {
    margin-bottom: 45px;
  }
  .section.capabilities.tablet {
    margin-bottom: 0px;
    background-size: 0px;
  }
  .section.references {
    margin-top: 35px;
    margin-bottom: 20px;
  }
  .heading.tablet {
    text-align: center;
  }
  .content.tablet {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 18px;
  }
  .content.references {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    clear: none;
    -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;
  }
  .content.p-capabilities {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .image-about.tablet {
    width: 250px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .image-about.spacer {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .div-block {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .section-tablet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-2 {
    font-size: 25px;
    line-height: 40px;
  }
  .section-main {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-main.capabilities {
    background-size: 0px;
  }
  .grey-ref {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .referenes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .projects-block-2 {
    width: 55%;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .references-heading-2 {
    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;
  }
  .div-block-4 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
  }
  .white-ref {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .ref-img-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-top: 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;
  }
  .ref-cont-left {
    width: 55%;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 0px;
    text-align: left;
  }
  .ref-cont-left.moi {
    width: 55%;
    min-width: auto;
  }
  .ref-image-padd {
    padding-top: 0px;
  }
  .ref-image-padd.portrait {
    margin-right: 0px;
  }
  .ref-image-padd-white {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .button {
    min-width: 210px;
    font-size: 13px;
  }
  .buttondiv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paragraph-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-block-2 {
    margin-top: 9px;
  }
  .image-2 {
    height: 300px;
    max-width: none;
  }
  .footer-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0%;
    margin-left: 0%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
  }
  .footer-link {
    font-size: 12px;
  }
  .flex-space {
    margin-right: 5%;
    margin-left: 5%;
  }
  ._90-column {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .link-block {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .div-block-6 {
    display: block;
    text-align: center;
  }
  .div-block-6.mobi {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .image-6 {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
  }
  .image-7 {
    position: static;
    padding-bottom: 25px;
    text-align: center;
  }
  .div-block-7 {
    display: block;
    text-align: center;
  }
  .column-3 {
    padding-left: 0px;
  }
  .mobile {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .column-4 {
    padding-left: 0px;
  }
  .column-5 {
    padding-left: 0px;
  }
  .image-8 {
    display: block;
    padding-bottom: 10px;
    text-align: center;
  }
}

@media (max-width: 479px) {
  .home-hero {
    height: 250px;
  }
  .image {
    margin-left: 10px;
  }
  .section {
    margin-top: 25px;
  }
  .section.tablet {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }
  .section.capabilities.tablet {
    margin-top: 25px;
  }
  .section.references {
    margin-top: 25px;
    margin-bottom: 0px;
  }
  .section.contact {
    margin-top: 60px;
  }
  .heading.contact {
    margin-top: 0px;
  }
  .content {
    margin-top: 20px;
    font-size: 12px;
    line-height: 18px;
  }
  .content.tablet {
    font-size: 11px;
    line-height: 18px;
  }
  .content.references.mobile {
    font-size: 11px;
    line-height: 18px;
  }
  .content.p-capabilities {
    font-size: 12px;
    line-height: 18px;
  }
  .image-about.tablet {
    width: 250px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-tablet {
    margin-bottom: 0px;
  }
  .menu-button {
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 5px;
  }
  .heading-2 {
    padding-right: 29px;
    padding-left: 29px;
    font-size: 18px;
    line-height: 30px;
  }
  .section-main {
    width: 100%;
  }
  .references {
    overflow: auto;
  }
  .grey-ref {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .referenes {
    width: 95%;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .projects-block-2 {
    width: 85%;
    min-width: 50%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
  }
  .div-block-4 {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    margin-right: 0px;
    margin-left: 0px;
  }
  .ref-img-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    margin-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;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .ref-cont-left {
    width: 85%;
    min-width: 50%;
    padding-left: 5px;
  }
  .ref-cont-left.moi {
    min-width: 85%;
  }
  .ref-image-padd {
    padding-top: 0px;
  }
  .ref-image-padd.portrait {
    margin-right: 0px;
  }
  .ref-image-padd-white {
    display: block;
    padding-bottom: 0px;
    text-align: center;
  }
  .buttondiv {
    margin-top: 0px;
  }
  .section-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
  .map {
    height: 300px;
  }
  .map-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-2 {
    display: none;
    overflow: hidden;
    height: 250px;
  }
  .footer-links {
    margin-top: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-brand {
    margin-bottom: 5px;
  }
  .footer-link {
    margin-right: 0px;
    margin-bottom: 2%;
  }
  .flex-space {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    -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;
  }
  ._90-column {
    width: 100%;
  }
  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-6 {
    display: none;
  }
}

@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}