.navigation-wrapper {
  position: fixed;
  z-index: 999;
  width: 100%;
  padding: 10px;
  background-color: transparent;
}

.navbar {
  z-index: 99999;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f8f8f8;
}

.nav-link {
  margin-top: 5px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.nav-link.w--current {
  color: #024247;
  font-weight: 800;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(13%, #022f33), color-stop(91%, rgba(2, 66, 71, 0.36))), url('../images/louis-reed-pwcKF7L4-no-unsplash.jpg');
  background-image: linear-gradient(90deg, #022f33 13%, rgba(2, 66, 71, 0.36) 91%), url('../images/louis-reed-pwcKF7L4-no-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.wrapperhero {
  width: 60%;
  padding: 100px 100px 100px 12%;
}

.heading {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 55px;
}

.heading.mid-div-logos.contactcta {
  font-weight: 300;
}

.text-block {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 200;
}

.normal-section {
  padding: 85px 10%;
  background-color: transparent;
}

.normal-section.aqua {
  background-color: #f0f5f5;
}

.normal-section.footer {
  background-color: transparent;
  background-image: linear-gradient(313deg, rgba(38, 56, 58, 0.84), #1c2d2d 92%), url('../images/national-cancer-institute-L7en7Lb-Ovc-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.column {
  text-align: center;
}

.subtitle {
  position: relative;
  left: -25px;
  top: 9px;
  font-family: Montserrat, sans-serif;
  color: rgba(51, 51, 51, 0.11);
  font-size: 45px;
  font-weight: 700;
}

.subtitle.mid {
  left: auto;
  top: auto;
  text-align: center;
}

.columns {
  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;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
}

.heading-2.mid {
  text-align: center;
}

.heading-2.contact {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
}

.div-block {
  width: 80px;
  height: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #024247;
}

.div-block.mid {
  margin-right: auto;
  margin-left: auto;
}

.div-block.white {
  background-color: #fff;
}

.paragraph {
  font-family: Montserrat, sans-serif;
  color: #646464;
  font-size: 15px;
  line-height: 23px;
}

.paragraph.mid {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.paragraph.mid.nowid {
  width: 95%;
  font-weight: 300;
}

.section {
  background-color: #f0f5f5;
}

.button {
  border: 3px solid #024247;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #024247;
  text-transform: uppercase;
}

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

.service-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  height: 620px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 0px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 0 2px 80px 0 #d7e6e6;
}

.image-wrapservice {
  height: 250px;
  border-radius: 14px 14px 0px 200px;
  background-image: url('../images/scott-graham-5fNmWej4tAA-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 10px 0 0 #017b85;
}

.image-wrapservice.trading {
  background-image: url('../images/chuttersnap-9cCeS9Sg6nU-unsplash.jpg');
}

.image-wrapservice._1st {
  background-image: url('../images/science-in-hd-u-7VLJBFNUk-unsplash.jpg');
}

.textwrap-service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  padding: 40px 20px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  text-align: center;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}

.heading-3.left {
  text-align: left;
}

.heading-3.left.nomrg {
  margin-bottom: 0px;
}

.columns-2 {
  margin-top: 45px;
}

.text-block-2 {
  display: inline-block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  border-style: none none solid;
  border-width: 2px;
  border-color: #cc0606 #cc0606 transparent;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #017b85;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
}

.text-block-2:hover {
  border-bottom: 2px solid #017b85;
  line-height: 40px;
  text-decoration: none;
}

.link {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 4%;
  display: block;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
  color: #017b85;
  text-decoration: none;
}

.div-block-2 {
  display: inline-block;
  width: 80%;
  height: 350px;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 66, 71, 0.61)), to(rgba(2, 66, 71, 0.61))), url('../images/science-in-hd-u-7VLJBFNUk-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(2, 66, 71, 0.61), rgba(2, 66, 71, 0.61)), url('../images/science-in-hd-u-7VLJBFNUk-unsplash.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.div-block-3 {
  position: static;
  left: -195px;
  top: 4px;
  display: block;
  width: 300px;
  height: 900px;
  background-color: red;
}

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

.div-block-4 {
  position: relative;
  left: -44px;
  top: 43px;
  display: block;
  padding: 20px;
  background-color: rgba(16, 183, 196, 0.46);
}

.paragraph-2 {
  padding-left: 45px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 35px;
  font-weight: 500;
  text-align: left;
}

.paragraph-2.nopad {
  padding-left: 0px;
}

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

.lifo {
  margin-top: 13px;
  text-align: left;
}

.linkfo {
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-decoration: none;
}

.image {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.banner-hero {
  height: 50vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.banner-hero.contact {
  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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 66, 71, 0.68)), to(rgba(2, 66, 71, 0.68))), url('../images/pawel-czerwinski-jC-eAIFefOM-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(2, 66, 71, 0.68), rgba(2, 66, 71, 0.68)), url('../images/pawel-czerwinski-jC-eAIFefOM-unsplash.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.banner-hero.contact.servic {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 66, 71, 0.68)), to(rgba(2, 66, 71, 0.68))), url('../images/scott-graham-OQMZwNd3ThU-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(2, 66, 71, 0.68), rgba(2, 66, 71, 0.68)), url('../images/scott-graham-OQMZwNd3ThU-unsplash.jpg');
  background-position: 0px 0px, 50% 100%;
}

.banner-hero.contact.lab {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 66, 71, 0.68)), to(rgba(2, 66, 71, 0.68))), url('../images/cdc-rHCNMH9Vlmw-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(2, 66, 71, 0.68), rgba(2, 66, 71, 0.68)), url('../images/cdc-rHCNMH9Vlmw-unsplash.jpg');
  background-position: 0px 0px, 50% 35%;
}

.form {
  font-family: Montserrat, sans-serif;
  font-weight: 200;
}

.textarea {
  padding-bottom: 31px;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mid-div-logos {
  text-align: center;
}

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

.button-2.button.inverse {
  border-color: #fff;
  color: #fff;
}

.image-wrapper {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 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;
  background-image: url('../images/louis-reed-pwcKF7L4-no-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-wrapper.regu {
  background-image: url('../images/chuttersnap-9cCeS9Sg6nU-unsplash.jpg');
}

.image-wrapper.consult {
  background-image: url('../images/scott-graham-5fNmWej4tAA-unsplash.jpg');
}

.div-block-5 {
  padding: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 66, 71, 0.93)), to(rgba(2, 66, 71, 0.93))), url('../images/scott-graham-5fNmWej4tAA-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(2, 66, 71, 0.93), rgba(2, 66, 71, 0.93)), url('../images/scott-graham-5fNmWej4tAA-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: center;
}

.columns-4 {
  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;
  -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: #f0f5f5;
  box-shadow: 0 2px 80px 0 #d7e6e6;
}

.column-3 {
  position: static;
  display: block;
  overflow: visible;
  height: 400px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
}

.column-4 {
  padding: 20px;
}

.div-block-6 {
  display: block;
  margin-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media screen and (max-width: 991px) {
  .wrapperhero {
    width: 80%;
    padding-left: 3%;
  }
  .normal-section {
    padding-right: 5%;
    padding-left: 5%;
  }
  .normal-section.aqua {
    padding-right: 2%;
    padding-left: 2%;
  }
  .subtitle {
    font-size: 35px;
  }
  .service-block {
    height: 500px;
    margin-bottom: 69px;
  }
  .columns-2 {
    display: block;
  }
  .link {
    position: static;
    bottom: 17%;
  }
  .column-5 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .column-6 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .column-7 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .menu-button {
    margin-top: 7px;
    background-color: #f8f8f8;
  }
  .menu-button.w--open {
    background-color: #f8f8f8;
  }
  .nav-menu {
    margin-top: 10px;
    background-color: #f8f8f8;
  }
  .icon {
    color: #024247;
  }
}

@media screen and (max-width: 767px) {
  .wrapperhero {
    width: 90%;
  }
  .heading {
    font-size: 45px;
  }
  .normal-section {
    padding-top: 40px;
  }
  .column {
    margin-bottom: 31px;
  }
  .columns {
    display: block;
  }
  .service-block {
    height: 550px;
  }
  .columns-4 {
    display: block;
  }
  .image-2 {
    max-width: 50%;
  }
  .column-8 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: 100vh;
  }
  .wrapperhero {
    width: 98%;
    padding-right: 0px;
    padding-left: 0%;
    text-align: center;
  }
  .heading {
    font-size: 30px;
  }
  .heading.mid-div-logos.contactcta {
    font-size: 35px;
  }
  .text-block {
    font-size: 17px;
  }
  .subtitle {
    left: -12px;
    font-size: 25px;
  }
  .service-block {
    height: 620px;
  }
  .div-block-2 {
    width: 95%;
  }
  .div-block-4 {
    left: -16px;
  }
  .image {
    margin-bottom: 16px;
  }
  .columns-4 {
    display: block;
  }
  .image-2 {
    margin-bottom: 15px;
  }
  .column-8 {
    margin-top: 15px;
  }
}