:root {
  --mid-blue: #0a799b;
  --dark-grey: #56575d;
  --white: #fff;
  --light-blue: #0fb3d0;
  --dark-blue: #122832;
}

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

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

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

body {
  color: #333;
  font-family: PT Serif, serif;
  font-size: 16px;
  line-height: 1.2;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 92px;
  font-weight: 300;
  line-height: 1.1;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 64px;
  font-weight: 300;
  line-height: 1.3;
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 200;
  line-height: 1.1;
}

h4 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
}

h5 {
  color: var(--mid-blue);
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.1;
}

p {
  color: var(--dark-grey);
  margin-bottom: 10px;
  font-family: PT Serif, serif;
  line-height: 24px;
}

ul {
  color: var(--dark-grey);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  line-height: 24px;
}

li {
  padding-bottom: 15px;
}

.navbar {
  background-color: #fff;
  position: fixed;
  inset: 0% 0% auto;
}

.section {
  justify-content: flex-start;
  align-items: center;
  margin-left: 50px;
  margin-right: 50px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.section.hero {
  z-index: 1;
  background-image: url('../images/img1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  min-height: 1000px;
  margin-top: 115px;
  margin-bottom: -60px;
  padding-bottom: 140px;
  display: flex;
}

.section.services {
  background-image: url('../images/img2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 150px;
}

.section.start-up {
  background-image: url('../images/grey-bg.gif');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: auto;
  padding-top: 80px;
}

.section.about {
  justify-content: space-between;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section.footer {
  letter-spacing: 1.5px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.section.contact {
  color: var(--white);
  background-image: url('../images/img14.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 110px;
  padding-bottom: 110px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.section.thank-you {
  z-index: 1;
  background-image: url('../images/img1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  min-height: 1000px;
  margin-top: 115px;
  margin-bottom: 40px;
  padding-bottom: 140px;
  display: flex;
}

.nav-links {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-width: 520px;
  margin-left: 20px;
  display: flex;
}

.nav-link {
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  transition: all .2s;
}

.nav-link:hover {
  color: var(--light-blue);
}

.nav-link.w--current {
  color: var(--dark-blue);
}

.nav-link.phone {
  flex: none;
  margin-right: -20px;
  font-weight: 700;
}

.logo {
  width: 409px;
  height: 57px;
}

.body {
  color: var(--dark-blue);
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 50px;
  display: flex;
}

.hero-text {
  max-width: 1100px;
}

.block {
  display: block;
}

.hero-h1 {
  text-shadow: 0 10px 15px #fff;
  margin-bottom: 20px;
}

.hero-max-half {
  color: var(--dark-grey);
  max-width: 550px;
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
}

.hero-more {
  color: var(--dark-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  transition: all .2s;
  display: block;
}

.hero-more:hover {
  color: var(--mid-blue);
  text-decoration: none;
}

.container {
  text-align: center;
  max-width: 1040px;
}

.heading {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 90px;
  display: flex;
}

.heading-para {
  color: var(--dark-grey);
  max-width: 700px;
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 1.4;
}

.heading-mid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 50px;
  display: flex;
}

.heading-ico {
  align-self: center;
  width: 47px;
  height: 47px;
}

.sub-heading {
  color: var(--mid-blue);
  width: 100%;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.services-flex {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 90px;
  display: flex;
}

.service-block {
  box-shadow: none;
  background-color: #fff;
  width: 23%;
  margin-bottom: 20px;
  transition: all .2s;
}

.service-block:hover {
  box-shadow: 0 10px 20px #0003;
}

.service-block.double {
  justify-content: flex-start;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.service-content {
  padding: 15px 15px 50px;
}

.service-content.double {
  text-align: left;
}

.service-para {
  text-align: left;
  margin-bottom: 18px;
}

.info-more {
  color: var(--dark-blue);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  transition: all .2s;
  display: block;
}

.info-more:hover {
  color: var(--light-blue);
  text-decoration: none;
}

._33 {
  width: 33%;
}

.about-text {
  width: 50%;
  padding: 60px 60px 60px 120px;
}

.about-img {
  width: 50%;
  min-height: 600px;
  display: flex;
}

.about-img.mobile {
  display: none;
}

.about-h2 {
  margin-bottom: 30px;
  margin-left: -240px;
  font-size: 40px;
}

.mb-25 {
  margin-bottom: 25px;
}

.about-para {
  margin-bottom: 18px;
  padding-right: 60px;
}

.about-para.mb-25 {
  margin-bottom: 25px;
}

.contact-h2 {
  color: var(--white);
  margin-bottom: 30px;
  font-weight: 700;
}

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

.mb-40.popup {
  margin-bottom: 10px;
}

.contact-name {
  font-size: 32px;
  font-weight: 600;
  line-height: 2;
}

.contact-name.popup {
  font-family: Poppins, sans-serif;
  line-height: 1.6;
}

.contact-title {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 14px;
}

.contact-title.popup {
  font-family: Poppins, sans-serif;
}

.contact-bio {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  transition: all .2s;
  display: block;
}

.contact-bio:hover {
  color: var(--light-blue);
  text-decoration: none;
}

.contact-email {
  color: var(--white);
  padding: 5px 10px;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.contact-email:hover {
  color: var(--light-blue);
  text-decoration: none;
}

.contact-socials {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.social {
  color: var(--white);
  padding: 10px;
  transition: all .2s;
}

.social:hover {
  color: var(--light-blue);
}

.icon-embed {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.copyright-text {
  text-transform: uppercase;
  padding-top: 18px;
  padding-bottom: 18px;
}

.copyright-link {
  color: var(--dark-blue);
  text-decoration: none;
}

.copyright-link:hover {
  color: var(--light-blue);
}

.service-img {
  width: 100%;
}

.cover {
  object-fit: cover;
  height: auto;
  display: block;
}

.popup-contact {
  z-index: 1001;
  background-color: var(--dark-blue);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-contact-content {
  background-color: var(--white);
  text-align: center;
  width: 780px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  position: relative;
}

.popup-contact-content.bio {
  padding-bottom: 40px;
}

.contact-para {
  margin-bottom: 30px;
}

.h3-form {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 600;
}

.inline-link {
  color: var(--dark-grey);
  white-space: nowrap;
  font-weight: 700;
  text-decoration: none;
}

.form-input-wrapper {
  color: var(--dark-grey);
  text-align: left;
  background-color: #f1f1f1;
  border-radius: 50px;
  height: 80px;
  padding: 10px 10px 10px 30px;
  font-family: Poppins, sans-serif;
}

.form-input-label {
  text-transform: uppercase;
  margin-top: 4px;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1;
}

.form-input-field {
  background-color: #fff0;
  border: 1px #000;
  height: 40px;
  margin-bottom: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-submit {
  background-color: var(--light-blue);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 50px;
  height: 80px;
  font-family: Poppins, sans-serif;
}

.popup-close {
  z-index: 5;
  background-color: var(--mid-blue);
  border-radius: 50px;
  margin-top: -30px;
  margin-right: -30px;
  padding: 20px;
  transition: all .2s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.popup-close:hover {
  background-color: var(--light-blue);
}

.popup-bio {
  z-index: 1001;
  background-color: var(--dark-blue);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.button {
  background-color: var(--mid-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 20px 30px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  transition: all .2s;
}

.button:hover {
  background-color: var(--light-blue);
}

@media screen and (min-width: 1440px) {
  .navbar {
    z-index: 100;
  }

  .container {
    max-width: 1280px;
  }

  .service-block {
    width: 22%;
  }

  .service-content.double {
    padding-left: 25px;
  }

  .about-img {
    min-height: auto;
  }
}

@media screen and (min-width: 1920px) {
  .section.about {
    justify-content: space-between;
    align-items: center;
  }

  .body {
    max-width: 2560px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-container {
    max-width: 2560px;
  }

  .container {
    max-width: 1440px;
  }

  .service-content.double {
    padding-left: 35px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 60px;
  }

  .section.hero {
    background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/img1.png');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 170px;
  }

  .section.services {
    background-position: 50% 0;
    background-size: auto;
  }

  .section.about {
    flex-flow: column;
  }

  .section.thank-you {
    background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/img1.png');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 170px;
  }

  .nav-links {
    background-color: #0a3141e6;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-width: auto;
    height: auto;
    margin-left: 0;
    padding-top: 220px;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .nav-link {
    color: var(--white);
    text-align: center;
  }

  .nav-link.w--current {
    color: var(--white);
  }

  .nav-link.phone {
    margin-right: 0;
  }

  .hero-h1 {
    font-size: 60px;
  }

  .heading {
    padding-bottom: 60px;
  }

  .services-flex {
    margin-bottom: 60px;
  }

  .service-block {
    width: 48%;
  }

  .service-block.double {
    flex-flow: column;
  }

  .service-content.double {
    text-align: center;
  }

  ._33 {
    aspect-ratio: 1;
    object-fit: cover;
    object-position: 50% 20%;
    width: 100%;
  }

  .about-text {
    width: 100%;
    padding: 20px;
  }

  .about-img {
    display: none;
  }

  .about-img.mobile {
    width: 100%;
    min-height: auto;
    display: block;
  }

  .about-h2 {
    margin-left: 0;
    font-size: 32px;
  }

  .nav-ham.w--open {
    z-index: 10;
    background-color: var(--mid-blue);
  }

  .popup-contact-content {
    width: 620px;
  }

  .form {
    width: 100%;
  }

  .scrollable {
    overflow: auto;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 40px;
  }

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

  .section.hero {
    background-image: linear-gradient(#0000, #0000), url('../images/img1.png');
    background-size: auto, auto 150%;
    min-height: auto;
    margin-top: 100px;
    padding-top: 100px;
  }

  .section.contact {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.thank-you {
    background-image: linear-gradient(#0000, #0000), url('../images/img1.png');
    background-size: auto, auto 150%;
    min-height: auto;
    margin-top: 100px;
    padding-top: 100px;
  }

  .nav-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 20px 10px;
  }

  .hero-h1 {
    font-size: 40px;
  }

  .hero-max-half {
    line-height: 1.6;
  }

  .heading-mid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .services-flex {
    grid-column-gap: 4%;
    grid-row-gap: 4%;
  }

  .service-block {
    flex: 1;
    min-width: 240px;
  }

  .popup-contact-content {
    height: 100%;
    padding-top: 90px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .popup-contact-content.bio {
    overflow: auto;
  }

  .popup-close {
    margin-top: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 26px;
  }

  .section {
    margin-left: 0;
    margin-right: 0;
  }

  .section.hero, .section.thank-you {
    padding-top: 60px;
  }

  .popup-contact-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}


