.container {
  width: 80rem;
  max-width: 80rem;
}

.navbar {
  background-color: #fff;
  padding: 14px;
}

.hero-section {
  width: 100%;
  height: 900px;
  background-image: url('../images/hero-bg.jpg');
  background-position: 100% 60%;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 84px;
  display: flex;
}

.nav-link {
  color: #2b76b9;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.hero-inside {
  z-index: 100;
  width: 60rem;
  padding-top: 37px;
  padding-bottom: 37px;
  position: relative;
}

.heading-h1 {
  color: #2b76b9;
  margin-top: 10px;
  font-family: Exo, sans-serif;
}

.heading-h1.white {
  color: #fff;
}

.div-block {
  width: 50%;
}

.paragraph {
  font-family: Exo, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.cta {
  background-image: linear-gradient(to right, #2b76b9, #41b34f);
  border-radius: 9px;
  margin-top: 7px;
  margin-bottom: 7px;
  font-family: Exo, sans-serif;
  font-size: 21px;
  font-weight: 700;
  text-decoration: none;
}

.mid-section {
  justify-content: center;
  align-items: center;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
}

.mid-section-wrapper {
  width: 80rem;
}

.bold-text {
  font-family: Exo, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 15px;
}

.div-block-8 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wrapper {
  width: 100%;
  max-width: 1230px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.wrapper.navbar-2 {
  width: 80rem;
  max-width: 80rem;
  flex-direction: row;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.nav-bar {
  z-index: 200;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.menu-button-2.w--open {
  color: rgba(9, 106, 208, .2);
  background-color: #fff;
}

.nav-link-2 {
  color: #084b98;
  cursor: pointer;
  padding: 16px 20px 18px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  transition: opacity .15s;
  position: relative;
}

.nav-link-2:hover {
  opacity: 1;
  color: #096ad0;
}

.nav-link-2.w--current {
  color: #096ad0;
  font-weight: 700;
  transition-property: none;
}

.nav-link-2.border {
  opacity: 1;
  border: 1px solid #096ad0;
  border-radius: 50px;
  padding-top: 6px;
  padding-bottom: 6px;
  transition: background-color .2s;
}

.nav-link-2.border:hover {
  color: #fff;
  background-color: #096ad0;
}

.nav-menu-2 {
  background-color: #fff;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
}

.section {
  background-color: #fff;
  padding-top: 95px;
  padding-bottom: 95px;
  position: relative;
}

.section-title-group {
  margin-bottom: 62px;
}

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

.section-heading.centered {
  text-align: center;
  font-family: Exo, sans-serif;
}

.section-subheading.center {
  text-align: center;
  font-size: 20px;
}

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

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

.fixed-image-section {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(115deg, rgba(43, 118, 185, .8), rgba(65, 179, 79, .84)), url('../images/mold-cells-floating-particles.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 117px 20px;
}

.page-heading {
  margin-top: 0;
  margin-bottom: 11px;
}

.cta-section {
  background-color: #dbdbdb;
  padding-top: 50px;
  padding-bottom: 50px;
}

.cta-section.centered-accented {
  color: #fff;
  text-align: center;
  background-color: #11395e;
}

.cta-heading {
  margin-top: 3px;
  margin-bottom: 0;
  font-weight: 400;
}

.cta-heading.inline-block {
  margin-top: 0;
  margin-right: 13px;
  font-family: Exo, sans-serif;
  display: inline-block;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #2196f3;
  border-radius: 3px;
  padding: 11px 20px;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  transition: background-color .15s;
  display: inline-block;
}

.button:hover {
  background-color: #1565c0;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.white {
  color: #333;
  background-color: #fff;
}

.button.white:hover {
  background-color: rgba(255, 255, 255, .77);
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer.accent {
  background-color: #ebebeb;
}

.footer-brand-text {
  font-family: Exo, sans-serif;
  font-size: 26px;
  line-height: 33px;
}

.social-icon-link {
  opacity: 1;
  padding: 3px;
  transition: opacity .15s;
}

.social-icon-link:hover {
  opacity: .5;
}

.footer-link {
  color: rgba(0, 0, 0, .74);
  text-align: right;
  margin-bottom: 6px;
  font-family: Exo, sans-serif;
  text-decoration: none;
  display: block;
}

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

.paragraph-2 {
  margin-top: 21px;
  font-family: Exo, sans-serif;
}

.heading {
  color: #41b34f;
  font-family: Exo, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.column-3 {
  flex-direction: column;
  align-items: flex-end;
  margin-top: 50px;
  display: flex;
}

.div-block-9 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-link-3 {
  color: #084b98;
  cursor: pointer;
  padding: 16px 20px 18px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  transition: opacity .15s;
  position: relative;
}

.nav-link-3:hover {
  opacity: 1;
  color: #096ad0;
}

.nav-link-3.w--current {
  color: #034d8f;
  font-weight: 700;
  transition-property: none;
}

.nav-link-3.border {
  opacity: 1;
  border: 1px solid #096ad0;
  border-radius: 50px;
  padding-top: 6px;
  padding-bottom: 6px;
  transition: background-color .2s;
}

.nav-link-3.border:hover {
  color: #fff;
  background-color: #096ad0;
}

.page-header {
  width: 100%;
  height: 400px;
}

.section-tops {
  height: 400px;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(115deg, rgba(43, 118, 185, .8), rgba(65, 179, 79, .84)), url('../images/mold-cells-floating-particles.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 83px 20px 40px;
  display: flex;
}

.section-tops.tech {
  background-image: linear-gradient(115deg, rgba(43, 118, 185, .8), rgba(65, 179, 79, .84)), url('../images/closeup-hand-sign-document-signature-contract-executive.jpg');
  background-position: 0 0, 50% -520%;
  background-size: auto, 100%;
  background-attachment: scroll, scroll;
}

.section-tops.about {
  background-image: linear-gradient(115deg, rgba(43, 118, 185, .8), rgba(65, 179, 79, .84)), url('../images/lab3.jpg');
  background-position: 0 0, 50% 43%;
  background-size: auto, auto;
}

.section-tops.contact {
  background-image: linear-gradient(115deg, rgba(43, 118, 185, .8), rgba(65, 179, 79, .84)), url('../images/close-up-image-businessman-using-smartphone.jpg');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, repeat;
  background-size: auto, 100%;
  background-attachment: scroll, scroll;
}

.section-tops.tech2 {
  background-image: linear-gradient(115deg, rgba(43, 118, 185, .8), rgba(65, 179, 79, .84)), url('../images/lab2.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, 100%;
  background-attachment: scroll, scroll;
}

.section-title-text-wrapper {
  width: 80rem;
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-2 {
  font-family: Exo, sans-serif;
  font-weight: 300;
}

.section-title-text {
  font-family: Exo, sans-serif;
  font-size: 45px;
  font-weight: 700;
}

.col {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.col.lg-6 {
  width: 50%;
  height: 600px;
  background-image: url('../images/mold-near-windows-fungus-walls-house.jpg');
  background-position: 50%;
  background-size: cover;
  flex: 0 auto;
  align-items: flex-start;
}

.col.lg-1 {
  width: 8.33%;
  flex: 0 auto;
}

.col.lg-4 {
  width: 33.33%;
  flex-wrap: wrap;
  flex: 0 auto;
}

.col.lg-4.sm-2.lg-vertical-align {
  justify-content: center;
}

.col.lg-5 {
  width: 41.66%;
}

.col.lg-5.align-vertically {
  justify-content: center;
}

.col.lg-3 {
  width: 25%;
  flex: none;
}

.col.lg-7 {
  width: 50%;
  height: 600px;
  background-image: url('../images/mold-near-windows-fungus-walls-house.jpg');
  background-position: 50%;
  background-size: cover;
  flex: 0 auto;
  align-items: flex-start;
}

.col.lg-6 {
  width: 50%;
  width: 50%;
  width: 50%;
  flex: 0 auto;
  align-items: flex-start;
}

.margin-bottom {
  margin-bottom: 40px;
  font-family: Exo, sans-serif;
  font-size: 18px;
}

.features {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.features.points {
  background-color: #f3f3f3;
}

.side-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.side-image.map {
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.row {
  flex-flow: wrap;
  align-content: stretch;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.row.centre-align {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-2 {
  background-color: #096ad0;
  border: 1px solid #096ad0;
  border-radius: 40px;
  padding: 10px 25px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
  box-shadow: 0 4px 11px rgba(1, 58, 117, .33);
}

.button-2:hover {
  color: #fff;
  background-color: #096ad0;
  border: 1px solid #096ad0;
  transform: translate(0, -4px);
  box-shadow: 0 6px 20px rgba(1, 58, 117, .33);
}

.columns {
  width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-3 {
  color: #41b34f;
  font-family: Exo, sans-serif;
}

.margin-bottom-2 {
  margin-bottom: 40px;
}

.button-3 {
  background-color: #096ad0;
  border: 1px solid #096ad0;
  border-radius: 40px;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 300;
  transition: all .2s;
  box-shadow: 0 4px 11px rgba(1, 58, 117, .33);
}

.button-3:hover {
  color: #fff;
  background-color: #096ad0;
  border: 1px solid #096ad0;
  transform: translate(0, -4px);
  box-shadow: 0 6px 20px rgba(1, 58, 117, .33);
}

.bucket {
  z-index: 50;
  width: 95rem;
  height: 800px;
  max-width: 95rem;
  min-width: 95rem;
  background-image: url('../images/package-bucket.png'), url('../images/spray_bottle.png');
  background-position: 70%, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 80%, auto 70%;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pin {
  position: absolute;
}

.form-field {
  min-width: 200px;
  color: #096ad0;
  background-color: rgba(9, 106, 208, .04);
  background-image: none;
  border-style: none;
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 26px 16px;
}

.form-field::-ms-input-placeholder {
  color: #096ad0;
}

.form-field::placeholder {
  color: #096ad0;
}

.form {
  width: 100%;
}

.paragraph-small {
  color: rgba(9, 106, 208, .6);
  font-size: 15px;
  font-weight: 300;
}

.map {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  border-radius: 6px;
  overflow: hidden;
}

.contact-form-container {
  width: 100%;
  border-radius: 6px;
}

.contact-form-container.card {
  background-color: #fff;
  border: 1px rgba(9, 106, 208, .2);
  padding: 60px;
  box-shadow: 10px 0 80px rgba(31, 44, 61, .1);
}

.text-area {
  min-height: 140px;
  color: #096ad0;
  background-color: rgba(9, 106, 208, .04);
  border-style: none;
  border-radius: 3px;
  margin-bottom: 20px;
  padding-top: 16px;
  padding-left: 16px;
}

.text-area::-ms-input-placeholder {
  color: #096ad0;
}

.text-area::placeholder {
  color: #096ad0;
}

.icon {
  color: #fff;
  margin-bottom: 20px;
  font-size: 24px;
}

.heading-4 {
  font-family: Exo, sans-serif;
}

.heading-5 {
  text-align: right;
  font-family: Exo, sans-serif;
}

.image {
  color: #2b76b9;
}

.heading-6 {
  line-height: 30px;
}

.margin-bottom-3 {
  margin-bottom: 40px;
}

.footer-v5 {
  width: 100%;
  max-width: 1230px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.features-2 {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.button-4 {
  background-color: #096ad0;
  border: 1px solid #096ad0;
  border-radius: 40px;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 300;
  transition: all .2s;
  box-shadow: 0 4px 11px rgba(1, 58, 117, .33);
}

.button-4:hover {
  color: #fff;
  background-color: #096ad0;
  border: 1px solid #096ad0;
  transform: translate(0, -4px);
  box-shadow: 0 6px 20px rgba(1, 58, 117, .33);
}

.features2 {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.no-bottom-margins {
  margin-bottom: 0;
}

.tech-data-intro {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.data-intro {
  width: 100%;
  max-width: 1230px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

._6-col {
  width: 50%;
  margin-right: 20px;
  display: inline-block;
}

._6-col._6-col-last {
  margin-right: 0;
}

.section-2 {
  overflow: hidden;
}

.content3-bottom-headline {
  opacity: .6;
  margin-top: 20px;
  margin-bottom: 30px;
  font-weight: 300;
}

.btn {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #1991eb;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 25px;
  line-height: 24px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.btn:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.btn.btn-outline-light {
  color: #111212;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(17, 18, 18, .05);
}

.btn.btn-outline-light:hover {
  border-color: rgba(17, 18, 18, .1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
}

.btn.btn-outline-light:active {
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.btn.btn-outline-dark {
  background-color: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s, border .2s;
}

.btn.btn-outline-dark:hover {
  border-color: rgba(255, 255, 255, .5);
}

.text-16 {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
}

.text-16.text-16-60 {
  opacity: .6;
  font-family: Exo, sans-serif;
}

._6-col-last {
  width: 50%;
}

.tagline {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.content3-headline {
  margin-top: 5px;
  padding-right: 50px;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap.w50-80-start {
  width: 80rem;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 80px;
  display: flex;
}

.wrap.w50-start {
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.wrap._w-custom.hero1 {
  text-align: center;
  padding-top: 50px;
}

.wrap.w80-50-start {
  width: 80rem;
  flex-direction: row;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 50px;
  display: flex;
}

.wrap.w80-50-start.flip {
  flex-direction: row-reverse;
}

.wrap.w80-50 {
  padding-top: 80px;
  padding-bottom: 50px;
}

.link-16-blue {
  font-size: 16px;
  line-height: 28px;
}

.link-16-blue.content5-link {
  margin-top: 20px;
}

.content5-description {
  margin-top: 18px;
}

.content5-headline-wrapper {
  padding-right: 80px;
}

.content5-headline-wrapper.right {
  padding-right: 0;
}

.h1-jumbo {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Exo, sans-serif;
  font-size: 54px;
  font-weight: 300;
  line-height: 70px;
}

.h1-jumbo.right {
  text-align: right;
}

.hero1-headline-wrapper {
  width: 620px;
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.headline-6-col {
  width: 460px;
  margin-bottom: 50px;
}

.feature5-item-wrap {
  padding-right: 30px;
}

.text-14 {
  line-height: 24px;
}

.text-14.text-14-60 {
  opacity: .6;
}

._4-col {
  width: 300px;
  margin-right: 20px;
  display: inline-block;
}

._4-col._4-col-last {
  margin-right: 0;
  display: inline-block;
}

.text-20 {
  opacity: 1;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.feature5-row-wrap {
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.section-dark {
  color: #fff;
  background-color: rgba(17, 18, 18, 0);
  overflow: hidden;
}

.heading-7 {
  font-family: Exo, sans-serif;
  font-weight: 500;
}

.blurbs {
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.dark--section {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(115deg, rgba(43, 118, 185, .8), rgba(65, 179, 79, .84)), url('../images/lab1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding: 46px 20px;
}

@media screen and (max-width: 991px) {
  .hero-section {
    background-position: 50% 0;
    background-size: 100%;
  }

  .hero-inside {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .bold-text {
    font-size: 24px;
    line-height: 21px;
  }

  .burger-icon {
    color: #096ad0;
  }

  .nav-logo-2 {
    flex: 1;
  }

  .div-block-8 {
    justify-content: center;
  }

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

  .wrapper.navbar-2 {
    flex-direction: row;
    align-items: flex-start;
  }

  .nav-cta-button-container {
    text-align: right;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .nav-bar {
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-button-2 {
    color: #2e323c;
    display: block;
    position: relative;
  }

  .menu-button-2.w--open {
    color: #096ad0;
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link-2 {
    text-align: right;
    background-color: #fff;
    flex: 1;
    padding-top: 24px;
    padding-bottom: 24px;
    display: block;
  }

  .nav-link-2.border {
    flex: 0 auto;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .nav-menu-2 {
    width: 100%;
    max-height: 100vh;
    background-color: #fff;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-bottom: 30px;
    overflow: scroll;
  }

  .fixed-image-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer.accent {
    background-color: #fff;
  }

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

  .column-2, .column-3, .column-4 {
    text-align: center;
  }

  .nav-cta-button-container-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-link-3 {
    text-align: center;
    background-color: #fff;
    flex: 1;
    padding-top: 24px;
    padding-bottom: 24px;
    display: block;
  }

  .nav-link-3.border {
    flex: 0 auto;
  }

  .section-tops {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-tops.tech, .section-tops.tech2 {
    height: 300px;
    background-position: 0 0, 50% 40%;
    background-size: auto, 100%;
    background-attachment: scroll, scroll;
  }

  .section-title-text-wrapper {
    width: 100%;
  }

  .heading-2 {
    font-size: 24px;
  }

  .section-title-text {
    font-size: 28px;
    line-height: 21px;
  }

  .col {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col.lg-6 {
    height: 350px;
  }

  .col.lg-1, .col.lg-1.hidden-lg-down {
    display: none;
  }

  .col.lg-4, .col.lg-5 {
    width: 50%;
  }

  .col.lg-3 {
    width: 33.33%;
    flex-wrap: nowrap;
  }

  .col.lg-3._2-col-in-mobile {
    width: 50%;
  }

  .col.lg-7 {
    height: 350px;
  }

  .col.lg-6.md-3 {
    width: 75%;
    width: 75%;
    width: 75%;
  }

  .margin-bottom {
    margin-bottom: 40px;
  }

  .features {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .row {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .columns {
    width: 90%;
    text-align: center;
  }

  .margin-bottom-2 {
    margin-bottom: 40px;
  }

  .bucket {
    width: 55%;
    height: 500px;
    background-position: 100% 100%, 0 100%;
    background-size: 70%, 40%;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .contact-form-container.card {
    padding: 40px;
  }

  .margin-bottom-3 {
    margin-bottom: 40px;
  }

  .footer-v5 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .features-2, .features2, .tech-data-intro {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .data-intro {
    padding-left: 30px;
    padding-right: 30px;
  }

  ._6-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  ._6-col._6-col-last {
    width: 100%;
  }

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

  .text-16.text-16-60 {
    width: 100%;
  }

  ._6-col-last {
    width: auto;
  }

  .content3-headline {
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .wrap {
    width: 645px;
  }

  .wrap.w50-80-start {
    width: 100%;
    flex-direction: column;
  }

  .wrap.w50-start {
    flex-direction: column;
  }

  .wrap.w80-50-start {
    width: 100%;
    flex-direction: column;
  }

  .content5-description {
    width: 90%;
    text-align: center;
    margin: -10px auto 0;
  }

  .content5-headline-wrapper {
    text-align: center;
    padding-right: 0;
  }

  .hero1-headline-wrapper {
    width: 100%;
  }

  .headline-6-col {
    width: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .feature5-item-wrap {
    text-align: center;
    padding-right: 0;
  }

  ._4-col {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  ._4-col._4-col-last {
    margin-bottom: 0;
    margin-right: auto;
  }

  .feature5-row-wrap {
    flex-direction: column;
  }

  .section-dark {
    padding-left: 0;
    padding-right: 0;
  }

  .dark--section {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .menu-button-2 {
    width: 56px;
    height: 56px;
    margin-right: 4px;
  }

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

  .cta-section {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .column-3 {
    align-items: center;
  }

  .section-title-text-wrapper {
    width: 100%;
  }

  .heading-2 {
    font-size: 18px;
  }

  .section-title-text {
    font-size: 30px;
  }

  .col.lg-6 {
    width: 100%;
    margin-bottom: 25px;
  }

  .col.lg-4.sm-2, .col.lg-5 {
    width: 100%;
  }

  .col.lg-7 {
    width: 100%;
    margin-bottom: 25px;
  }

  .col.lg-6 {
    width: 100%;
    width: 100%;
    width: 100%;
  }

  .sm-align-centre {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .row {
    flex-wrap: wrap;
  }

  .row.sm-reverse {
    flex-direction: column-reverse;
  }

  .columns {
    width: 100%;
  }

  .contact-form-container.card {
    padding: 40px;
  }

  .image-2 {
    padding-right: 10px;
  }

  ._6-col {
    margin-right: 0;
  }

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap.w50-80-start, .wrap.w80-50-start {
    width: 100%;
  }

  .h1-jumbo {
    font-size: 44px;
    line-height: 56px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: 700px;
    padding-bottom: 0;
  }

  .hero-inside {
    padding-left: 43px;
    padding-right: 43px;
  }

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

  .div-block {
    width: 100%;
  }

  .paragraph {
    font-size: 16px;
  }

  .wrapper.navbar-2 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .nav-bar {
    position: relative;
  }

  .menu-button-2 {
    flex: 0 auto;
    margin-right: 0;
  }

  .heading {
    font-size: 24px;
  }

  .column-3 {
    align-items: center;
  }

  .section-tops.tech, .section-tops.tech2 {
    background-size: auto, cover;
  }

  .col {
    margin-bottom: 0;
  }

  .col.lg-6 {
    width: 100%;
    height: 250px;
    align-items: flex-start;
  }

  .col.lg-4, .col.lg-5, .col.lg-3, .col.lg-3._2-col-in-mobile {
    width: 100%;
  }

  .col.lg-7 {
    width: 100%;
    height: 250px;
    align-items: flex-start;
  }

  .col.lg-6 {
    width: 100%;
    align-items: flex-start;
  }

  .col.lg-6.md-3.xs-2 {
    width: 100%;
  }

  .col.lg-6 {
    width: 100%;
    align-items: flex-start;
  }

  .col.lg-6.md-3.xs-2 {
    width: 100%;
  }

  .col.lg-6 {
    width: 100%;
    align-items: flex-start;
  }

  .col.lg-6.md-3.xs-2 {
    width: 100%;
  }

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

  .columns {
    width: 100%;
  }

  .bucket {
    width: 90%;
    height: 500px;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .contact-form-container {
    padding: 0;
  }

  .contact-form-container.card {
    padding: 20px 30px;
  }

  .image-2 {
    padding-right: 41px;
  }

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

  .content5-description {
    width: 95%;
  }

  .dark--section {
    padding-left: 9px;
    padding-right: 9px;
  }
}
