:root {
  --white: white;
  --dark-orange: #e98200;
  --midnight-blue: #192c51;
  --dark-slate-blue: #283e75;
}

.section {
  background-image: url('../images/VingroBannerImage300x.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 80vh;
  padding-top: 48px;
  display: flex;
}

.div-block {
  width: auto;
  height: auto;
  margin: 0 auto 40px;
  padding-left: 60px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
}

.button {
  border-top: 2px solid var(--dark-orange);
  border-bottom: 2px solid var(--dark-orange);
  color: var(--dark-orange);
  background-color: #fff;
  margin-bottom: 0;
  margin-left: 60px;
  font-family: Montserrat, sans-serif;
}

.button:hover {
  background-color: var(--dark-orange);
  color: var(--white);
}

.button.no-space {
  background-color: rgba(255, 255, 255, 0);
  margin-left: 0;
  font-weight: 700;
}

.button.no-space:hover {
  background-color: var(--dark-orange);
  color: var(--white);
}

.button.center {
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.container {
  border-left: 3px solid var(--dark-orange);
  max-width: 80vw;
  margin-top: 49px;
  margin-bottom: 53px;
}

.columns {
  width: 95vw;
  margin-left: auto;
  margin-right: auto;
}

.text-block {
  color: var(--dark-orange);
  padding-left: 20px;
}

.text-block-2, .text-block-3, .text-block-4, .text-block-5, .text-block-6 {
  padding-left: 20px;
}

.text-block-7 {
  color: var(--dark-orange);
  padding-left: 20px;
}

.text-block-7.summary {
  margin-top: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 800;
}

.text-block-8 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 17px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
}

.heading {
  color: var(--midnight-blue);
  width: 80vw;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.heading-2 {
  color: var(--midnight-blue);
  width: 80vw;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

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

.section-2 {
  background-image: linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue));
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-3 {
  font-family: Montserrat, sans-serif;
}

.heading-3 {
  color: var(--midnight-blue);
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
}

.tabs-menu {
  margin-left: auto;
  margin-right: auto;
}

.tabs {
  background-image: linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue));
  flex-direction: column-reverse;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tab-link-tab-1 {
  background-color: rgba(0, 0, 0, 0);
  width: 300px;
  font-family: Montserrat, sans-serif;
}

.tab-link-tab-1.w--current {
  border-bottom: 3px solid var(--dark-orange);
  background-color: rgba(200, 200, 200, 0);
}

.tab-link-tab-2 {
  color: var(--white);
  text-align: center;
  background-color: rgba(221, 221, 221, 0);
  width: 300px;
  font-family: Montserrat, sans-serif;
}

.tab-link-tab-2.w--current {
  border-bottom: 2px solid var(--dark-orange);
  background-color: rgba(0, 0, 0, 0);
  font-weight: 700;
}

.text-block-9 {
  color: var(--white);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.text-block-9:hover {
  color: rgba(255, 255, 255, .8);
}

.text-block-9.active {
  font-weight: 700;
}

.columns-3 {
  width: 90vw;
  margin-top: 26px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 65px;
  display: flex;
}

.paragraph {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
}

.heading-4 {
  color: var(--midnight-blue);
  text-align: center;
  margin-top: 35px;
  margin-bottom: 10px;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.heading-4.space {
  margin-top: 40px;
}

.section-4 {
  text-align: center;
  margin-bottom: -9px;
  font-size: 12px;
}

.container-2 {
  justify-content: center;
  max-width: 90vw;
  margin-bottom: 20px;
  display: flex;
}

.image {
  border: 1px #000;
  width: 18vw;
  margin-left: 20px;
  margin-right: 20px;
}

.image:hover {
  border: 4px solid var(--dark-orange);
}

.image-2, .image-3, .image-4 {
  border-bottom: 10px solid var(--dark-orange);
  width: 18vw;
  margin-left: 20px;
  margin-right: 20px;
}

.section-5 {
  background-image: url('../images/element300x.png'), linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue));
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  flex-direction: column;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.heading-5 {
  color: var(--white);
  width: 80vw;
  margin-top: 81px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.paragraph-2 {
  color: #fff;
  width: 80vw;
  margin-bottom: 39px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.columns-4 {
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.columns-4.footer {
  height: auto;
}

.div-block-2 {
  background-image: url('../images/vingro-logo300x.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25vw;
  height: 100px;
  margin-left: 60px;
}

.navbar {
  background-color: var(--dark-slate-blue);
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.nav-link {
  color: #fff;
  margin-right: 40px;
  font-size: 12px;
}

.nav-link:hover {
  color: rgba(255, 255, 255, .8);
}

.nav-menu {
  color: #fff;
  text-transform: uppercase;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.nav-link-2 {
  color: #fff;
  margin-right: 40px;
  font-size: 12px;
}

.nav-link-2:hover {
  color: rgba(255, 255, 255, .8);
}

.nav-link-3 {
  color: #fff;
  margin-right: 40px;
  font-size: 12px;
}

.nav-link-3:hover {
  color: rgba(255, 255, 255, .8);
}

.nav-link-3.highlight {
  border-top: 2px solid var(--dark-orange);
  border-bottom: 2px solid var(--dark-orange);
  color: var(--dark-orange);
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link-3.highlight:hover {
  font-weight: 700;
}

.container-3 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-10 {
  margin-top: 35px;
  margin-left: 80px;
}

.heading-6 {
  color: var(--white);
  margin-top: 17px;
  padding-left: 70px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.heading-7 {
  width: 70vw;
}

.heading-8 {
  color: var(--white);
  width: 70vw;
  margin-top: 0;
  margin-bottom: 137px;
  padding-left: 70px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 45px;
}

.bold-text {
  color: var(--dark-orange);
}

.column {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
  position: static;
}

.column-2 {
  background-image: url('../images/Years.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-end;
  min-height: 70px;
  display: flex;
  position: static;
}

.column-3 {
  background-image: url('../images/Projects.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 70px;
}

.column-4 {
  background-image: url('../images/Clients.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 70px;
}

.column-5 {
  background-image: url('../images/Employees.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.bold-text-2 {
  color: var(--dark-orange);
}

.paragraph-3 {
  column-count: 2;
  width: 80vw;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.section-6 {
  background-image: linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue));
  color: var(--midnight-blue);
}

.div-block-3 {
  background-color: var(--midnight-blue);
  background-image: url('../images/divider300x.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 35px;
  height: 25px;
  margin-top: -6px;
  padding-bottom: 35px;
}

.bold-text-3 {
  color: var(--dark-orange);
  font-weight: 700;
}

.text-block-11 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.text-block-11:hover {
  color: rgba(255, 255, 255, .8);
}

.text-block-11:focus {
  font-weight: 700;
}

.column-6 {
  background-image: url('../images/construction-management300x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: stretch;
  display: flex;
}

.column-6.tab {
  background-image: url('../images/pre-construction-planning300x.jpg'), url('../images/construction-management300x.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.column-7 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 45px;
  display: flex;
}

.bold-text-4 {
  color: var(--dark-orange);
  font-weight: 700;
}

.lightbox-link {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-right: 10px;
  text-decoration: none;
  display: flex;
}

.lightbox-link._4.hide {
  display: none;
}

.bold-text-5 {
  color: var(--dark-orange);
}

.column-8 {
  background-image: linear-gradient(to bottom, var(--dark-orange), var(--dark-orange));
  padding-top: 0;
  padding-bottom: 20px;
}

.heading-9 {
  color: var(--white);
  margin-top: 10px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 40px;
}

.paragraph-4 {
  color: var(--white);
  margin-top: 10px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 30px;
}

.column-9 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-10 {
  background-image: url('../images/NHBRC-logo300x.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 15vw;
}

.column-10.footer {
  background-image: none;
}

.heading-10 {
  color: var(--midnight-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.section-7 {
  padding-top: 0;
}

.bold-text-6 {
  font-weight: 400;
}

.column-14 {
  min-height: 70px;
}

.link, .link-2, .link-3 {
  color: var(--white);
  text-decoration: none;
}

.link-4 {
  color: #fff;
  text-decoration: none;
}

.heading-11 {
  color: var(--dark-orange);
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.heading-11.small {
  color: var(--midnight-blue);
  font-size: 14px;
}

.columns-8 {
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
}

.image-5 {
  border-radius: 0;
  width: 500px;
}

.image-5:hover {
  border: 4px none var(--dark-orange);
  border-radius: 0;
}

.link-5 {
  color: var(--white);
  text-decoration: none;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.body-2 {
  background-image: linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue));
}

.heading-12 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.div-block-4 {
  color: var(--dark-orange);
  font-family: Montserrat, sans-serif;
}

.heading-13 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.div-block-5 {
  width: 30vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.image-6 {
  width: 20vw;
}

@media screen and (max-width: 991px) {
  .container-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image {
    flex: none;
    height: 18vh;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar {
    justify-content: flex-end;
  }

  .nav-link {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .nav-menu {
    text-align: center;
    background-color: rgba(40, 62, 117, .97);
    flex-wrap: nowrap;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }

  .nav-link-2, .nav-link-3 {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .nav-link-3.highlight {
    width: 25vw;
  }

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

  .lightbox-link, .lightbox-link._2, .lightbox-link._3, .lightbox-link._4, .lightbox-link._5 {
    width: 18vw;
  }

  .menu-button {
    justify-content: flex-end;
    display: flex;
  }

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

  .icon {
    color: var(--dark-orange);
  }

  .columns-5 {
    margin-bottom: 20px;
  }

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

  .heading-11 {
    padding-left: 0;
    padding-right: 0;
    font-size: 1em;
    line-height: 18px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    align-items: center;
  }

  .columns {
    display: flex;
  }

  .text-block-7.summary, .text-block-8 {
    text-align: center;
    padding-left: 0;
  }

  .section-2 {
    padding-bottom: 40px;
  }

  .tabs-menu {
    display: flex;
  }

  .container-2 {
    flex-flow: column;
    align-items: center;
    max-width: 90vw;
  }

  .image {
    width: auto;
    height: auto;
  }

  .heading-5 {
    margin-top: 53px;
  }

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

  .div-block-2 {
    margin-left: 0;
  }

  .navbar {
    justify-content: flex-end;
  }

  .heading-6 {
    padding-left: 0;
  }

  .heading-8 {
    text-align: center;
    width: 80vw;
    padding-left: 0;
    font-size: 24px;
  }

  .column {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .column-2, .column-3, .column-4, .column-5 {
    margin-bottom: 10px;
  }

  .lightbox-link, .lightbox-link._2, .lightbox-link._3, .lightbox-link._4, .lightbox-link._5 {
    width: 50vw;
  }

  .column-8.hide {
    display: none;
  }

  .heading-9, .paragraph-4 {
    text-align: center;
  }

  .column-10 {
    text-align: center;
    background-position: 50% 100%;
    background-size: 25vw;
    justify-content: center;
    display: flex;
  }

  .column-10.footer.hide {
    display: none;
  }

  .section-7 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-button {
    justify-content: flex-end;
    display: block;
  }

  .column-11, .column-12 {
    margin-top: 20px;
  }

  .columns-5 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns-6, .columns-7 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-5 {
    width: 50vw;
  }

  .image-6 {
    width: 80vw;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    background-color: var(--white);
    padding-left: 20px;
  }

  .button {
    margin-left: 20px;
  }

  .container {
    background-color: var(--white);
  }

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

  .text-block-7.summary {
    text-align: center;
    padding-left: 0;
  }

  .text-block-8 {
    padding-left: 0;
  }

  .section-3 {
    background-color: var(--white);
  }

  .tabs-menu {
    flex-wrap: wrap;
    justify-content: center;
  }

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

  .section-4 {
    background-image: linear-gradient(to bottom, var(--white), var(--white));
    padding-bottom: 0;
  }

  .container-2 {
    flex-wrap: wrap;
  }

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

  .image-2, .image-3 {
    width: 80vw;
    margin-bottom: 10px;
  }

  .image-4 {
    width: 80vw;
  }

  .div-block-2 {
    background-position: 50%;
    width: auto;
    min-width: 250px;
    height: 500px;
    min-height: 100px;
    margin-top: 34px;
  }

  .column {
    align-items: center;
    margin-top: 10px;
  }

  .column-3, .column-4, .column-5 {
    margin-top: 10px;
  }

  .paragraph-3 {
    column-count: 1;
  }

  .column-6, .column-6.tab {
    height: 35vh;
  }

  .column-7 {
    padding-left: 0;
  }

  .lightbox-link {
    flex-wrap: wrap;
    width: 90vw;
  }

  .lightbox-link._2, .lightbox-link._3, .lightbox-link._4, .lightbox-link._5 {
    width: 90vw;
  }

  .column-8 {
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    display: flex;
  }

  .heading-9 {
    margin-bottom: 0;
    padding-left: 0;
  }

  .column-10 {
    background-size: 45vw;
    min-height: 100px;
  }

  .section-7 {
    background-color: var(--white);
    background-image: linear-gradient(to bottom, var(--white), var(--white));
  }

  .column-11 {
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

  .column-12 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

  .column-13 {
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

  .body {
    background-color: var(--white);
    background-image: linear-gradient(to bottom, var(--white), var(--white));
  }

  .columns-6 {
    margin-bottom: 20px;
  }

  .columns-7 {
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .heading-11 {
    margin-bottom: 20px;
    font-size: 14px;
  }
}


