@font-face {
  font-family: 'Flaticon';
  src: url('../fonts/flaticon.eot') format('embedded-opentype'), url('../fonts/flaticon.woff') format('woff'), url('../fonts/flaticon.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --medium-sea-green: #4dbd90;
  --cornflower-blue: #489fd9;
  --light-slate-gray: #8668ab;
  --gainsboro: #dfe8e4;
  --cadet-blue: #62af9f;
  --slate-gray: #4e8a7e;
  --teal: #118185;
}

body {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 19px;
  font-family: Roboto Slab, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  display: inline-block;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px;
  margin-right: 14px;
  padding: 13px 23px;
  font-family: Roboto Slab, sans-serif;
  text-decoration: none;
  transition: background-color .3s, box-shadow .3s, color .3s;
  display: inline-block;
  box-shadow: 0 2px 1px #0000001f;
}

.button:hover {
  background-color: #489fd9;
}

.button.hollow {
  color: #000;
  text-shadow: none;
  background-color: #0000;
  box-shadow: 0 2px 1px #0000001f, inset 0 0 0 2px #000;
}

.button.hollow:hover {
  color: #fff;
  text-shadow: none;
  background-color: #489fd9;
  box-shadow: 0 2px 1px #0000001f, inset 0 0 0 2px #489fd9;
}

.button.in-pricing {
  margin-top: 19px;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.logo-text {
  color: #000;
  margin-top: 24px;
  font-family: Roboto Slab, sans-serif;
  font-size: 27px;
  font-weight: 500;
}

.logo-text.footer {
  color: #e6eaed;
  margin-top: 0;
  margin-bottom: 19px;
}

.navigation {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px #00000021;
}

.nav-link {
  padding: 26px 17px;
  transition: box-shadow .5s, color .3s;
  box-shadow: inset 0 3px #0000;
}

.nav-link:hover {
  box-shadow: inset 0 3px #b5b5b580;
}

.nav-link.g--current {
  color: #4dbd90;
  box-shadow: inset 0 3px #4dbd90;
}

.section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.main {
  color: #fff;
  text-shadow: 0 1px #0000003b;
  background-color: #768d84;
  background-image: url('../images/banner-940x300_update.jpg'), linear-gradient(to right, #62ae9f, #62af9f 0% 40%, #4e8a7e 63%, #4d887c 100%, #4e8a7e);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 940px, auto;
  height: 300px;
  margin-top: 74px;
}

.section.footer {
  color: #e4e8eb;
  background-color: #2b2c2e;
  padding-top: 42px;
  padding-bottom: 42px;
}

.section.footer.copyright {
  color: #939596;
  background-color: #1c1d1f;
  padding-top: 19px;
  padding-bottom: 19px;
  font-size: 14px;
}

.section.purple {
  background-color: #62af9f;
  background-image: linear-gradient(to top, #118185, #4e8a7e);
}

.section.clients {
  background-color: #118185;
  padding-top: 0;
  padding-bottom: 0;
}

.section.press {
  background-color: #118185;
  padding-top: 30px;
  padding-bottom: 30px;
}

.page-link {
  color: #fff;
  border-bottom: 1px solid #0000;
  text-decoration: underline;
  transition: color .3s, border .3s;
}

.page-link:hover {
  border-bottom-color: #489fd9;
}

.page-link.white {
  color: #fff;
  border-bottom-color: #ffffff7d;
}

.page-link.white:hover {
  border-bottom-color: #fff;
}

.brand-link {
  text-decoration: none;
}

.section-subtitle {
  text-align: center;
  margin-bottom: 34px;
  font-size: 19px;
  font-weight: 300;
  line-height: 22px;
}

.additional-contact {
  text-align: center;
  margin-top: 21px;
  font-size: 23px;
}

.feature-row {
  margin-bottom: 14px;
}

.slick-prev, .slick-next {
  background: none;
  border: none;
  font-size: 24px;
  color: #333;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}

.slick-prev {
  left: 80px;
}

.slick-next {
  right: 80px;
}

.slick-prev:hover, .slick-next:hover {
  color: #118185;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
  margin-top: 45px;
}

.testimony-slide {
  align-content: center;
  text-align: center;
  padding-top: 0;
  padding-left: 10%;
  padding-right: 10%;
}

.person {
  border-radius: 100%;
  width: 150px;
  margin: 13px auto;
}

.name {
  font-weight: 500;
}

.main-feature-group {
  margin-top: 0;
}

.small-text {
  color: #fffefe;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}

.extraheight {
  height: auto;
  min-height: 150px;
}

.gmap {
  height: 207px;
  margin-top: 6px;
}

.services {
  font-size: 14px;
}

.white {
  color: #fff;
}

.btn {
  background-color: #118185;
}

.list {
  font-size: 14px;
}

.overview {
  margin-top: 10px;
}

.contact-link {
  color: #e4e8eb;
  text-decoration: underline;
  display: block;
}

.team-link {
  color: #333;
}

.text-span {
  text-decoration: none;
}

.text-block-2 {
  float: right;
}

@media screen and (max-width: 991px) {
  :root {
    --nav-bar-height: 0px; /* Default value */
  }

  .nav-menu.g-nav-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: calc(var(--nav-bar-height)); /* Adjust top position */
    right: 0;
    background: #62af9f;
    width: 100%;
  }

  .nav-menu.g-nav-menu.active {
    display: flex;
  }

  p {
    font-size: 14px;
  }

  .nav-link {
    color: #fff;
    padding: 18px 0;
  }

  .nav-link:hover {
    box-shadow: inset 0 3px #0000;
  }

  .nav-link.g--current {
    box-shadow: inset 0 1px #0000;
  }

  .nav-link.menu {
    color: #000;
    padding: 22px 17px;
    font-size: 30px;
  }

  .nav-link.menu.g--open {
    color: #fff;
    background-color: #000;
  }

  .section {
    padding: 30px;
  }

  .section.main {
    background-image: url('../images/banner-940x300_update.jpg');
    background-position: 50% 0;
    background-size: contain;
    height: 244px;
    padding-bottom: 70px;
  }

  .nav-menu {
    background-color: #000;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .main-feature-group {
    margin-top: 0;
  }

  .main-image {
    margin-top: 49px;
  }

  .list, .overviewlist {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    margin-bottom: 8px;
  }

  .logo-text {
    margin-top: 15px;
  }

  .nav-link.menu {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .section {
    text-align: center;
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .section.main {
    background-image: url('../images/banner-940x300_update.jpg'), linear-gradient(270deg, #4e8a7e, #4e8a7e 43%, #62af9f 62%, #62af9f), url('../images/banner-940x300_update.jpg');
    background-position: 50%, 0 0, 50% 0;
    background-repeat: no-repeat, repeat, no-repeat;
    background-size: contain, auto, contain;
    height: 180px;
    margin-top: 51px;
  }

  .nav-menu {
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .main-feature-group {
    margin-top: 0;
    margin-bottom: 34px;
  }

  .small-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .services {
    text-align: left;
    padding-left: 105px;
  }

  .white {
    padding-left: 14px;
    padding-right: 14px;
  }

  .btn {
    width: 100%;
  }

  .list {
    text-align: left;
    font-size: 14px;
  }

  .overview {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .text-block-2 {
    float: none;
  }

  .row {
    display: block;
  }
}

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

  p {
    margin: 10px;
  }

  .logo-text {
    font-size: 21px;
  }

  .section.main {
    background-image: url('../images/banner-940x300_update.jpg'), linear-gradient(to right, #62af9f, #62af9f 35%, #4e8a7e 56%, #4e8a7e);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: contain, auto;
    height: 102px;
    padding-bottom: 13px;
  }

  .section.press {
    margin-bottom: 0;
    padding: 20px 2px;
  }

  .section-subtitle {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .services {
    padding-left: 41px;
  }

  .list {
    text-align: left;
    font-size: 14px;
  }

  .contact-link {
    margin-bottom: 20px;
  }
}