:root {
  --white: white;
  --brand-colour-1: #08296c;
  --brand-colour2: #2a9ef5;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

.hero-section {
  background-image: url('../images/Hero-BG.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

.hero-heading {
  color: var(--white);
  text-align: center;
  margin-top: 100px;
  font-family: Manrope, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 52px;
}

.image {
  color: var(--brand-colour-1);
}

.image-2 {
  color: var(--brand-colour2);
}

.paragraph {
  color: var(--white);
  text-align: center;
  margin-top: 60px;
}

.body {
  font-family: Manrope, sans-serif;
}

.button2 {
  border: 1px none var(--white);
  background-color: var(--white);
  border-radius: 48px;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 222px;
  margin-bottom: 100px;
  padding: 16px 36px;
  text-decoration: none;
  display: flex;
  position: static;
}

.button2.services {
  align-self: center;
  max-width: 200px;
  margin-bottom: 100px;
  padding-left: 30px;
  padding-right: 30px;
}

.text-block {
  color: var(--brand-colour-1);
  text-align: center;
  padding-right: 0;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.link-block-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-self: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-block-2 {
  color: var(--white);
  align-self: center;
  font-size: 16px;
  font-weight: 700;
}

.text-block-2.do-you-section {
  font-size: 22px;
}

.container {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.do-you-have-a-project {
  background-color: var(--brand-colour-1);
  -webkit-text-fill-color: inherit;
  background-image: url('../images/BG-Do-you-have-a-Project.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  min-width: 0;
  max-width: none;
  min-height: 300px;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Manrope, sans-serif;
  display: flex;
  position: static;
}

.heading {
  color: var(--white);
}

.container-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.heading-2 {
  color: var(--white);
  font-weight: 500;
}

.bold-text {
  font-size: 38px;
  font-weight: 800;
}

.right-cta {
  align-self: center;
}

.container-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin-top: 0;
  display: flex;
}

.wrapper {
  align-items: stretch;
  display: flex;
}

.projects-section {
  background-color: var(--brand-colour-1);
  background-image: url('../images/Worker-BG.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 0;
}

.grid-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 60px;
  display: flex;
}

.grid1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/Hero-BG.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  min-height: 400px;
  margin-top: 40px;
  margin-bottom: 36px;
  padding-top: 0;
  display: flex;
}

.grid1.g1 {
  border: 1px none var(--white);
  background-image: url('../images/1-Orolu.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 500px;
}

.grid1.g2 {
  background-image: url('../images/3-Uyo.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 500px;
}

.grid1.g3 {
  background-image: url('../images/2-Otukpo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 500px;
  margin-top: 40px;
}

.grid1.g4 {
  background-image: url('../images/4-Ibusa.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 500px;
}

.text-block-3 {
  color: var(--white);
  font-size: 19px;
  font-weight: 600;
}

.text-block-3.location1 {
  color: var(--white);
}

.text-block-4 {
  color: var(--white);
  font-size: 16px;
}

.heading-3 {
  color: var(--white);
  margin-top: 140px;
  margin-bottom: 40px;
  font-size: 50px;
  font-weight: 600;
}

.grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 10px;
  margin-bottom: 100px;
}

.container-4 {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.about-us {
  color: var(--white);
  text-align: left;
  font-family: Manrope, sans-serif;
  font-size: 60px;
  font-weight: 400;
}

.section-2 {
  background-color: var(--brand-colour-1);
  background-image: url('../images/Hero-BG.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 180px 0;
}

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

.paragraph-2 {
  font-size: 16px;
}

.container-5 {
  margin-top: 100px;
  margin-bottom: 140px;
}

.paragraph-3 {
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.container-6 {
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div-block {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.text-block-5 {
  color: var(--brand-colour-1);
  text-align: left;
  letter-spacing: 0;
  text-indent: 0;
  word-break: normal;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.2em;
}

.text-block-6 {
  color: var(--brand-colour-1);
  font-size: 18px;
}

.div-block-2 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  min-width: 0;
  max-width: none;
  display: flex;
}

.grid-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.paragraph-4 {
  color: var(--brand-colour-1);
  align-self: center;
  font-size: 14px;
}

.link {
  color: var(--brand-colour-1);
  font-size: 14px;
}

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

.our-team {
  border: 1px #000;
  margin-top: 140px;
  margin-bottom: 0;
}

.our-team._2 {
  border-top: 1px solid var(--brand-colour-1);
}

.heading-5 {
  color: var(--brand-colour-1);
  margin-top: 100px;
  margin-bottom: 100px;
  font-family: Manrope, sans-serif;
  font-size: 50px;
  font-weight: 600;
}

.heading-5.on-blue {
  color: var(--white);
  margin-top: 100px;
  font-family: Manrope, sans-serif;
}

.grid-3 {
  grid-column-gap: 300px;
  grid-row-gap: 300px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.footer {
  background-color: var(--brand-colour-1);
  border: 1px solid #000;
  margin-top: 0;
}

.div-block-3 {
  grid-column-gap: 61px;
  grid-row-gap: 61px;
  flex-flow: row;
  justify-content: space-between;
  margin-top: 100px;
  margin-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  margin-top: 60px;
  display: flex;
}

.text-block-7 {
  color: var(--white);
  text-align: left;
  margin-top: 20px;
}

.company {
  border: 1px none var(--white);
  color: var(--white);
  text-align: left;
  padding-bottom: 0;
  font-size: 22px;
  font-weight: 500;
}

.text-block-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--white);
  flex-flow: column;
  display: flex;
}

.link-2 {
  color: var(--white);
  align-self: center;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.div-block-5 {
  border-bottom: 1px none var(--white);
  margin-top: 31px;
}

.div-block-6 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-width: 300px;
  max-width: 400px;
  display: flex;
}

.text-block-9 {
  color: var(--white);
  padding-top: 9px;
}

.div-block-7 {
  border: 1px #000;
  margin-top: 0;
  margin-bottom: 100px;
}

.div-block-8 {
  border-top: 1px solid var(--white);
  margin-top: 100px;
}

.container-7 {
  border: 1px #000;
  max-width: 1300px;
}

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

.image-3 {
  margin-top: 7px;
  padding-top: 0;
}

.container-8 {
  max-width: 1200px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.nav-link {
  color: var(--brand-colour-1);
  font-size: 16px;
  font-weight: 500;
}

.nav-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.text-block-10 {
  color: var(--brand-colour-1);
  align-self: center;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
}

.primary-button2 {
  border: 1px solid var(--brand-colour-1);
  border-radius: 48px;
  align-self: center;
  padding: 16px 20px;
  transition: background-color .2s;
  display: flex;
}

.link-block-3 {
  border: 1px solid var(--brand-colour-1);
  border-radius: 48px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.projects-wrapper {
  padding-top: 0;
}

.text-block-11 {
  color: var(--brand-colour-1);
  text-align: left;
  font-family: Manrope, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.2em;
}

.section-4 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.container-9 {
  margin-top: 0;
}

.container-10, .container-11 {
  border-bottom: 1px solid var(--white);
}

.div-block-9 {
  border: 1px #000;
}

.grid-4 {
  grid-template-rows: auto;
}

.view-all-serv {
  background-color: var(--brand-colour-1);
  margin-top: 0;
}

.view-all-serv.servpage {
  margin-top: -141px;
  padding-top: 140px;
}

.grid-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
  margin-bottom: 100px;
}

.text-under-image {
  color: var(--white);
  text-align: center;
  margin-top: 40px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.image-5 {
  margin-bottom: 140px;
}

.container-12 {
  flex-flow: column;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-6 {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.div-block-11 {
  position: static;
}

.learnmore {
  background-color: var(--white);
  border: 1px solid #000;
  border-radius: 48px;
  padding: 16px 32px;
  text-decoration: none;
}

.number {
  border-bottom: 1px solid var(--white);
  color: var(--white);
  padding-bottom: 10px;
  font-size: 20px;
}

.service-title {
  color: var(--white);
  margin-top: 60px;
  font-size: 20px;
}

.expatiation {
  color: var(--white);
  margin-top: 40px;
}

.grid-7 {
  grid-column-gap: 66px;
  grid-row-gap: 66px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 991px) {
  .button2, .button2.services {
    margin-bottom: 60px;
  }

  .grid-wrapper {
    margin-top: 0;
  }

  .text-block-3, .text-block-3.location1, .text-block-4 {
    text-align: center;
  }

  .heading-3 {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 35px;
  }

  .grid {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .container-4 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-6 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-2 {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    grid-template-columns: 1fr;
  }

  .our-team {
    margin-top: 0;
  }

  .heading-5 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 35px;
  }

  .grid-3 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .text-block-9 {
    padding-left: 40px;
  }

  .container-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .text-block-10 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
  }

  .link-block-3 {
    border-style: none;
    border-radius: 12px;
    max-width: 128px;
  }

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

  .menu-button.w--open {
    background-color: var(--brand-colour-1);
  }

  .grid-4 {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-5 {
    margin-bottom: 60px;
  }

  .image-5 {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading {
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 40px;
  }

  .paragraph {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 13px;
  }

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

  .grid {
    grid-template-columns: 1fr;
  }

  .container-6 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .link-2 {
    order: 0;
    justify-content: flex-end;
    align-self: auto;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .div-block-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .grid-4 {
    grid-template-columns: 1.25fr .75fr;
  }

  .container-12, .container-13 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 479px) {
  .hero-heading {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .paragraph {
    margin-top: 20px;
  }

  .button2 {
    padding: 10px 20px;
  }

  .text-block, .text-block-2 {
    font-size: 13px;
  }

  .container {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
  }

  .container-3 {
    padding-left: 40px;
  }

  .grid1.g2 {
    min-height: 400px;
    margin-top: 0;
  }

  .grid1.g3, .grid1.g4 {
    min-height: 400px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-3 {
    margin-bottom: 0;
    font-size: 27px;
    line-height: 35px;
  }

  .grid {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
  }

  .text-block-5 {
    font-size: 29px;
    line-height: 1.1em;
  }

  .paragraph-4 {
    font-size: 12px;
  }

  .heading-5 {
    margin-top: 20px;
    font-size: 30px;
  }

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

  .company {
    text-align: center;
    padding-left: 10px;
    font-size: 20px;
  }

  .link-2, .link-2.w--current {
    font-size: 14px;
  }

  .div-block-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    min-width: 0;
    max-width: none;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-7 {
    margin-bottom: 40px;
  }

  .div-block-8 {
    margin-top: 40px;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .image-4 {
    align-self: center;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

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

  .grid-6 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .learnmore {
    padding: 10px 20px;
  }

  .container-13 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bold-text-2 {
    font-size: 12px;
    line-height: 17px;
  }

  .container-14 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-_0fb8ef02-36c0-0687-a23f-3f91834d0447-f2d35201 {
  align-self: center;
  justify-self: center;
}

#w-node-_805a74aa-424f-ff16-b14b-acc22b01b6e4-f2d35201 {
  align-self: center;
}

#w-node-_706e9c6e-8df9-b0a0-50d4-cf32186d62a3-f2d35201 {
  align-self: end;
}

#w-node-_10b50ecb-2180-9318-222b-0e9d88d57cd3-ffa7767a {
  align-self: center;
}


