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

body {
  font-family: Inter, sans-serif;
  color: #121321;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 72px;
  line-height: 72px;
  font-weight: 400;
}

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 48px;
  line-height: 48px;
  font-weight: 400;
}

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

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
}

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

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: decimal;
}

img {
  display: inline-block;
  max-width: 100%;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #506bac;
  font-size: 18px;
  line-height: 22px;
}

.type-column-1 {
  padding-right: 20px;
}

.tag-title {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  margin-top: 0px;
  padding-top: 5px;
  padding-left: 18px;
  color: #222;
  font-size: 22px;
  line-height: 44px;
  font-weight: 500;
  text-transform: uppercase;
}

.type-column-2 {
  padding-top: 30px;
  padding-left: 20px;
}

.tags-subhead {
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 4px;
  background-color: rgba(236, 56, 114, 0.1);
  color: #ec3872;
}

.tag-holder {
  margin-bottom: 10px;
  padding: 10px 10px 20px;
  border-radius: 5px;
  box-shadow: 0 0 50px 0 transparent;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
}

.tag-holder:hover {
  box-shadow: 0 0 75px 0 rgba(0, 0, 0, 0.07);
}

.tags-section {
  position: relative;
  display: block;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 75px 0 rgba(0, 0, 0, 0.05);
}

.tag-divider {
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 10px;
  background-color: #f3f3f5;
}

.tag-label {
  margin-top: 10px;
  color: #aaa;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading-3 {
  font-size: 48px;
  line-height: 48px;
  font-weight: 400;
}

.heading-5 {
  padding-bottom: 10px;
  font-size: 24px;
}

.heading-5.white {
  padding-bottom: 20px;
  color: #fff;
}

.heading-5.hero-card {
  padding-bottom: 20px;
  color: #121321;
}

.link {
  color: #54988b;
  text-decoration: none;
}

.paragraph-2 {
  color: #121321;
}

.hero-block {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 800px;
  max-height: 640px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url('../images/Ferris-Wheel.png');
  background-position: 0px 0px;
  background-size: cover;
}

.hero-block.about {
  position: static;
  display: block;
  overflow: hidden;
  max-height: none;
  max-width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-size: cover;
  background-attachment: fixed;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-block.services {
  height: 560px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/services.png');
  background-position: 50% 50%;
  background-attachment: fixed;
}

.container {
  position: relative;
  max-height: none;
  max-width: 256px;
  padding: 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: -6px 3px 4px 0 rgba(0, 0, 0, 0.25);
}

.container.feature {
  height: 240px;
  max-width: 25%;
}

.hero-card-div {
  position: relative;
  left: 0%;
  top: -180px;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero-text-container {
  position: relative;
  left: 0px;
  top: 220px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.hero-text-container.center {
  left: 0px;
  top: 140px;
  max-width: 83%;
}

.hero-text-container.about {
  position: static;
  left: -120px;
  top: 100px;
  display: block;
  max-width: 80%;
  margin-top: 140px;
  padding-right: 80px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.logo {
  position: fixed;
  height: 40px;
  margin-top: 0px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 0px none hsla(0, 0%, 100%, 0.1);
  background-color: transparent;
}

.navbar.mobile {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
  background-color: #fff;
  box-shadow: none;
}

.dropdown-icon {
  margin-right: 10px;
  opacity: 1;
}

.dropdown {
  margin-left: 0px;
}

.nav-menu {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
}

.nav-link {
  margin-right: 20px;
  padding: 11px 15px;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, border 200ms ease;
  transition: background-color 200ms ease, border 200ms ease;
  font-size: 13px;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  border-color: rgba(0, 0, 0, 0.2);
  background-color: transparent;
}

.nav-link.dropdown-toggle {
  padding-right: 30px;
}

.nav-link.dropdown-toggle.w--open {
  background-color: rgba(0, 0, 0, 0.1);
}

.nav-link.dropdown-toggle.light {
  display: block;
  padding-right: 30px;
}

.nav-link.light {
  margin-right: 20px;
  padding: 12px;
  color: #fff;
}

.nav-link.light:hover {
  border-color: #ced4da;
}

.nav-link.light.w--current {
  border-color: #ced4da;
}

.nav-link.light.mobile {
  color: #121321;
}

.nav-link.menu-open-contact {
  background-color: #ffa62b;
  color: #fff;
}

.nav-link.menu-open-contact:hover {
  box-shadow: -1px 1px 3px 0 rgba(0, 0, 0, 0.25);
}

.nav-link.menu-open-contact.mobile {
  margin-right: 0px;
  border-width: 0px;
}

.dropdown-link {
  background-color: #f8f9fa;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-size: 13px;
}

.dropdown-link:hover {
  background-color: #70b481;
  color: #fff;
}

.dropdown-link:active {
  background-color: #54988b;
}

.dropdown-link.w--current {
  background-color: #54988b;
  color: #fff;
}

.dropdown-link.w--current:hover {
  background-color: #70b481;
  color: #fff;
}

.hero-title {
  padding-bottom: 20px;
  color: #fff;
}

.hero-title.home {
  max-width: 100%;
  text-align: center;
  text-shadow: -3px 3px 6px #000;
}

.hero-subtext {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}

.hero-subtext.home {
  width: 100%;
  text-align: center;
  text-shadow: -1px 1px 6px #000;
}

.hero-subtext.about {
  width: 60%;
}

.feature-block {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.feature-block.wide {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
  text-align: left;
}

.feature-icon {
  width: 40px;
  padding: 0px;
}

.feature-icon.overall {
  margin-bottom: 20px;
}

.paragraph-4 {
  display: block;
}

.paragraph-4.white {
  color: #fff;
  font-size: 18px;
}

.paragraph-4.hero-card {
  color: #6c757d;
  font-size: 18px;
  line-height: 24px;
}

.container-3 {
  background-color: #506bac;
}

.text-break-header {
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 64px;
  text-align: center;
}

.text-break-header.team {
  margin-top: 0px;
  margin-bottom: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #506bac;
  color: #fff;
  font-size: 48px;
}

.text-break-header.about {
  max-width: 80%;
  color: #fff;
}

.grid {
  max-width: 100%;
  padding: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-3 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-4 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-5 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-6 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-7 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-8 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-9 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-10 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-11 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-12 {
  display: block;
}

.text-break-paragraph {
  display: block;
  max-width: 66%;
  margin-right: auto;
  margin-left: auto;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
}

.text-break-paragraph.about {
  color: #fff;
}

.map-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 83%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 80px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-4 {
  padding-right: 40px;
}

.div-block-4 {
  position: relative;
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.vertical-container {
  position: relative;
  display: block;
  max-width: 200px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: left;
}

.vertical-container.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 17%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.vertical-container.icon.image-card {
  height: 100%;
  max-height: 100%;
  max-width: 80%;
  margin-bottom: 0px;
  padding: 20px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: -1px 1px 6px 0 rgba(0, 0, 0, 0.25);
}

.qualifications-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: -1px 1px 3px 0 rgba(0, 0, 0, 0.25);
}

.qualifications {
  max-width: 48px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.experience-types {
  text-align: center;
}

.image-card-heading {
  text-align: center;
}

.experience-numbers {
  text-align: center;
}

.overlay-text {
  position: absolute;
  left: auto;
  top: 48%;
  right: 0%;
  bottom: auto;
  display: block;
  max-width: 53%;
  margin-top: 0px;
  margin-right: 160px;
  margin-bottom: 0px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  text-align: left;
  text-shadow: -1px 1px 6px #000;
}

.overlay-text.header {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  max-width: 53%;
  margin-top: 240px;
  margin-right: 160px;
  margin-bottom: 0px;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  text-align: left;
}

.cover-image-div {
  position: relative;
  display: block;
  height: 1200px;
  max-width: 100%;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: url('../images/Ferris-Wheel-Section.png');
  background-position: 0% 0%;
  background-size: cover;
  background-attachment: fixed;
}

.questions-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding: 140px 40px 100px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.scroll-text {
  max-width: 600px;
  margin-bottom: 80px;
  font-size: 24px;
  line-height: 32px;
}

.fixed-text {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  bottom: 220px;
  max-width: 480px;
  line-height: 36px;
  font-weight: 700;
}

.fixed-text.sub-text {
  position: static;
  top: 400px;
  bottom: 480px;
  max-width: 80%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 24px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

.fixed-text.title {
  position: static;
  bottom: 172px;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 48px;
  line-height: 48px;
}

.text-scroll-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 560px;
  padding-right: 24px;
  padding-left: 80px;
  -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-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.header-center {
  max-width: 600px;
  margin: 0px auto 20px;
  text-align: center;
}

.header-center.home {
  max-width: 1000px;
  padding-bottom: 20px;
  color: #fff;
}

.subheader-center {
  position: relative;
  display: block;
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.subheader-center.home {
  max-width: 80%;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}

.small-icon {
  max-width: 32px;
  padding-top: 0px;
  padding-bottom: 10px;
}

.card-text {
  width: 100%;
  text-align: center;
}

.service-cards {
  display: -ms-grid;
  display: grid;
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 80px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 63px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #54988b;
}

.service-card-image {
  max-height: 200px;
  margin-bottom: 20px;
  padding-bottom: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -o-object-fit: cover;
  object-fit: cover;
}

.sticky-text-container {
  height: 300vh;
  padding-left: 24px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.clients-block {
  margin-top: 0px;
  padding-top: 0px;
}

.clients-block.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 100%;
  padding-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-block {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #506bac;
}

.cta-block.coaster {
  background-color: #54988b;
}

.cta-image {
  width: 40%;
  max-width: 40%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.button {
  border-radius: 4px;
  background-color: #54988b;
}

.button.cta {
  background-color: #ffa62b;
}

.cta-text {
  max-width: 560px;
  margin-bottom: 40px;
  color: #fff;
}

.cta-header {
  color: #fff;
}

.view-services-right {
  padding-right: 40px;
  padding-left: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 4px;
}

.projects-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 80px 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.projects-block.tourist {
  padding-bottom: 140px;
}

.projects-block.left {
  background-color: #fff;
}

.projects-image {
  position: relative;
  display: block;
  max-width: 800px;
  padding-right: 0px;
  padding-left: 0px;
}

.projects-image.right {
  display: block;
  width: 50%;
  height: 50%;
  padding-right: 0px;
  padding-left: 40px;
}

.projects-image.the-tourist {
  display: block;
  width: 50%;
  height: 100%;
  max-width: 50%;
  padding-right: 0px;
  padding-left: 0px;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.25);
}

.projects-image.left {
  left: auto;
  display: block;
  width: 60%;
  height: 60%;
}

.projects-container {
  position: static;
  left: 20px;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.projects-subheader {
  color: #adb5bd;
}

.projects-text {
  max-width: 440px;
}

.projects-text.tourist {
  max-width: 100%;
  color: #121321;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}

.testimonial-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
}

.testimonial-block.larry {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.testimonial-image {
  max-width: 41%;
  padding-right: 80px;
  padding-left: 80px;
}

.testimonial-container {
  padding-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.testimonial-quote {
  max-width: 24px;
  padding-bottom: 40px;
}

.testimonial-text {
  max-width: 90%;
  padding-bottom: 20px;
}

.testimonial-logo {
  max-width: 80px;
}

.projects-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 150px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cta-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cta-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-break-block {
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-break-block.why-gl {
  padding-bottom: 20px;
  background-color: #f8f9fa;
}

.text-break-block.home {
  padding-top: 120px;
  background-color: #54988b;
}

.text-break-block.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #506bac;
}

.text-break-block.approach {
  background-color: #f8f9fa;
}

.send-email-button {
  display: block;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 3px;
  background-color: #506bac;
  box-shadow: -2px 2px 6px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.send-email-button:hover {
  background-color: #e9ecef;
  color: #506bac;
}

.contact-hero-container {
  position: static;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading-19 {
  color: #fff;
}

.heading-19.about {
  padding-bottom: 20px;
  font-size: 72px;
  line-height: 96px;
}

.clients-header {
  max-width: 80%;
  margin-bottom: 40px;
  padding-right: 0px;
  padding-left: 0px;
  line-height: 40px;
  text-align: center;
}

.team-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: -1px 1px 6px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.team-card:hover {
  background-color: #f8f9fa;
}

.team-image {
  position: relative;
}

.team-grid {
  display: -ms-grid;
  display: grid;
  max-width: 100%;
  margin-right: 80px;
  margin-left: 80px;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.hero-header {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -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;
  color: #fff;
  text-align: center;
}

.hero-subheader {
  color: #fff;
  line-height: 32px;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.approach-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 30%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: -1px 1px 3px 0 rgba(0, 0, 0, 0.25);
}

.icon-centered {
  max-width: 48px;
  margin-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.approach-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 80px;
  margin-left: 80px;
  padding-bottom: 80px;
}

.text-break-color {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #506bac;
}

.text-break-content {
  color: #fff;
  line-height: 48px;
  text-align: center;
}

.services-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 159px;
  grid-template-areas: ".";
  -ms-grid-columns: 0.25fr 16px 1fr 16px 1fr;
  grid-template-columns: 0.25fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.services-grid.grey {
  background-color: #f8f9fa;
}

.services-image {
  display: block;
  padding-right: 40px;
  padding-left: 40px;
}

.services-number {
  max-width: 64px;
}

.services-heading {
  margin-top: 0px;
}

.sub-nav {
  display: block;
  margin-top: 84px;
  margin-bottom: 0px;
  padding: 20px 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #506bac;
  box-shadow: -1px 1px 3px 0 rgba(0, 0, 0, 0.25);
}

.projects-nav-button {
  margin-right: 20px;
  margin-left: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 20px;
  background-color: transparent;
  font-weight: 600;
}

.projects-nav-button:hover {
  background-color: #fff;
  color: #506bac;
}

.projects-nav-button.selected.w--current {
  background-color: #fff;
  color: #506bac;
}

.sub-nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-shadow {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 100%;
  height: 84px;
  background-color: transparent;
  box-shadow: -1px 1px 3px 0 rgba(0, 0, 0, 0.25);
}

.team-block {
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 80px;
  background-color: #f8f9fa;
}

.link-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 117%;
}

.projects-nav-div {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider {
  display: block;
  height: 4%;
  max-width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}

.testimonial-slide-container {
  padding-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.testimonial-slide-image {
  display: block;
  max-height: 600px;
  max-width: 60%;
  padding-right: 0px;
  padding-left: 80px;
}

.slider-arrow {
  color: #506bac;
}

.slider-nav {
  display: none;
}

.left-arrow {
  max-height: 80px;
}

.right-arrow {
  max-height: 80px;
}

.background-video {
  height: 800px;
  background-image: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.countries-text {
  color: #70b481;
  font-size: 32px;
  font-weight: 700;
}

.continents-text {
  color: #54988b;
  font-size: 32px;
  font-weight: 700;
}

.projects-text {
  color: #506bac;
  font-size: 32px;
  font-weight: 700;
}

.field {
  height: 50px;
  border: 0px solid #000;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.2);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.field:hover {
  background-color: #fff;
}

.field:focus {
  background-color: #fff;
}

.field.rounded {
  height: 40px;
  border-radius: 4px;
  background-color: #f2f3f7;
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease;
}

.field.rounded:hover {
  background-color: #dfe1e7;
}

.field.rounded:focus {
  background-color: #fff;
  box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.2);
  color: #000;
}

.field.rounded.area {
  height: 100px;
}

.error-bg {
  padding-top: 12px;
  padding-bottom: 1px;
  border-radius: 3px;
  color: #e42121;
  font-size: 12px;
  text-align: center;
}

.white-contact-form {
  width: 60%;
  height: 545px;
  margin-bottom: 0px;
  padding: 35px 45px;
  float: left;
  border-radius: 4px;
  background-color: #fff;
  color: #000;
  text-align: left;
}

.white-contact-form.centered {
  position: relative;
  z-index: 10;
  display: block;
  width: 80%;
  height: 640px;
  margin-right: auto;
  margin-bottom: -376px;
  margin-left: auto;
  float: none;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
}

.subpage-header-2 {
  padding-top: 190px;
  padding-bottom: 90px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 111, 255, 0.9)), to(rgba(31, 111, 255, 0.9))), url('../images/Photo-5.jpg');
  background-image: linear-gradient(180deg, rgba(31, 111, 255, 0.9), rgba(31, 111, 255, 0.9)), url('../images/Photo-5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
  text-align: center;
}

.subpage-header-2.contact-1 {
  height: 800px;
  padding-top: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 111, 255, 0.33)), to(rgba(31, 111, 255, 0.33))), url('../images/Contact.png');
  background-image: linear-gradient(180deg, rgba(31, 111, 255, 0.33), rgba(31, 111, 255, 0.33)), url('../images/Contact.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  -o-object-fit: cover;
  object-fit: cover;
}

.success-message {
  padding-top: 30px;
  border-radius: 5px;
  background-color: #ffa62b;
  color: #fff;
}

.form-title {
  margin-top: 0px;
  padding-bottom: 40px;
  line-height: 34px;
  font-weight: 600;
  text-align: center;
}

.field-label {
  color: #989ba2;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.section.below-contact-form {
  padding-top: 540px;
  padding-bottom: 0px;
  background-color: #f0f2f5;
}

.text-column-title {
  display: inline-block;
  margin-bottom: 14px;
  color: #121321;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-column-title.call {
  display: block;
  color: #70b481;
}

.text-column-title.call.email {
  display: block;
}

.text-column-title.call.skype {
  display: block;
}

.text-column-title.email {
  display: block;
  color: #54988b;
}

.text-column-title.skype {
  display: block;
  color: #506bac;
}

.contact-header {
  position: relative;
  max-width: 90%;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 220px;
  line-height: 80px;
  text-shadow: -2px 2px 6px rgba(0, 0, 0, 0.25);
}

.heading-21 {
  padding-bottom: 80px;
  color: #121321;
  text-align: center;
}

.modal-bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  -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: rgba(18, 19, 33, 0.61);
}

.modal-bg.andy {
  display: none;
}

.modal-bg.claus {
  display: none;
}

.modal-bg.clive {
  display: none;
  padding-top: 80px;
}

.modal-bg.keith {
  display: none;
}

.modal-bg.robert {
  display: none;
}

.modal-bg.raul {
  display: none;
}

.modal-bg.andrew {
  display: none;
}

.modal-bg.edmund {
  display: none;
}

.modal-bg.sam {
  display: none;
}

.modal-content-div {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 60%;
  max-height: 60%;
  max-width: 80%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 8px;
  background-color: #fff;
}

.modal-content-div.andy {
  overflow: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.modal-team-image {
  width: auto;
  height: auto;
  max-height: 40%;
  max-width: 20%;
  margin-right: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.modal-team-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal-team-heading {
  margin-top: 0px;
}

.modal-team-heading.subheading {
  color: #506bac;
}

.container-9 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 0px;
}

.modal-close-button {
  width: 64px;
  height: 64px;
  padding: 10px;
  border-radius: 20px;
  cursor: pointer;
}

.position {
  display: block;
  color: #506bac;
}

.colleague-image {
  position: relative;
  width: 92%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.column {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-23 {
  background-color: #f8f9fa;
}

.services-div {
  padding-top: 80px;
  background-color: #fff;
}

.map-div {
  background-color: #f8f9fa;
}

.logo-link-box {
  width: 130px;
  height: 40px;
}

.logo-link-box.w--current {
  position: fixed;
  z-index: 1;
}

.ferris-gif {
  display: none;
  width: 48px;
  height: 48px;
}

.nav-container {
  margin-right: auto;
  margin-left: auto;
}

.contact-info {
  display: inline-block;
  color: #121321;
}

.image-15 {
  -o-object-fit: cover;
  object-fit: cover;
}

.contact-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
}

.colleague-name {
  display: block;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

._404-image {
  max-width: 60%;
  margin-top: 40px;
}

.heading-39 {
  margin-bottom: 40px;
}

.div-block-25 {
  font-size: 24px;
}

.home-button {
  border-radius: 4px;
  background-color: #506bac;
}

.sticky-text-block {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}

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

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (min-width: 1440px) {
  .vertical-container.icon.image-card {
    height: 120%;
    max-height: 120%;
  }

  .service-cards {
    padding-bottom: 220px;
    grid-row-gap: 120px;
  }

  .button.cta {
    font-size: 24px;
    line-height: 32px;
  }

  .cta-text {
    font-size: 24px;
    line-height: 28px;
  }

  .cta-header {
    font-size: 48px;
    line-height: 48px;
  }

  .testimonial-image {
    margin-right: 40px;
  }

  .white-contact-form.centered {
    width: 100%;
  }

  .heading-21 {
    font-size: 48px;
    line-height: 48px;
  }
}

@media screen and (min-width: 1920px) {
  .heading-5.white {
    font-size: 32px;
    line-height: 32px;
  }

  .heading-5.hero-card {
    font-size: 32px;
    line-height: 32px;
  }

  .hero-block.services {
    height: 640px;
  }

  .container.feature {
    height: 320px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .hero-text-container.center {
    margin-top: 80px;
  }

  .logo.light {
    height: 48px;
  }

  .logo.dark {
    height: 48px;
  }

  .navbar.mobile {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .dropdown-icon {
    margin-right: 5px;
  }

  .nav-menu {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .nav-link.dropdown-toggle.light.mobile.projects {
    margin-right: 40px;
  }

  .nav-link.light.mobile {
    font-size: 18px;
  }

  .nav-link.menu-open-contact.mobile {
    font-size: 18px;
    line-height: 18px;
  }

  .hero-title.home {
    margin-bottom: 20px;
  }

  .hero-subtext.home {
    font-size: 32px;
    line-height: 40px;
  }

  .feature-block.wide {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .feature-icon.overall {
    width: 48px;
  }

  .paragraph-4.white {
    font-size: 24px;
    line-height: 28px;
  }

  .paragraph-4.hero-card {
    font-size: 24px;
    line-height: 28px;
  }

  .text-break-header {
    font-size: 64px;
    line-height: 64px;
  }

  .grid {
    grid-column-gap: 80px;
  }

  .text-break-paragraph {
    max-width: 80%;
    font-size: 32px;
    line-height: 36px;
  }

  .vertical-container {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .vertical-container.icon.image-card {
    height: 140%;
    max-height: 150%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .qualifications {
    max-width: 64px;
    padding-bottom: 20px;
  }

  .experience-types {
    font-size: 24px;
    line-height: 28px;
  }

  .image-card-heading {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .experience-numbers {
    margin-bottom: 20px;
    font-size: 48px;
  }

  .overlay-text {
    font-size: 48px;
    line-height: 56px;
  }

  .overlay-text.header {
    font-size: 48px;
    line-height: 56px;
  }

  .questions-block {
    padding-right: 100px;
    padding-left: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .scroll-text {
    font-size: 32px;
    line-height: 36px;
  }

  .fixed-text.sub-text {
    margin-top: 140px;
    font-size: 48px;
    line-height: 56px;
  }

  .fixed-text.title {
    font-size: 64px;
    line-height: 64px;
  }

  .small-icon {
    max-width: 48px;
  }

  .card-text {
    font-size: 24px;
    line-height: 28px;
  }

  .service-cards {
    padding-bottom: 320px;
    grid-row-gap: 280px;
  }

  .service-card-image {
    max-height: 280px;
    margin-bottom: 40px;
  }

  .sticky-text-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 200vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cta-image {
    margin-right: 40px;
    margin-left: 40px;
  }

  .button.cta {
    font-size: 36px;
    line-height: 48px;
  }

  .cta-header {
    margin-bottom: 20px;
    font-size: 64px;
    line-height: 64px;
  }

  .projects-header {
    font-size: 64px;
    line-height: 64px;
  }

  .projects-subheader {
    font-size: 24px;
    line-height: 24px;
  }

  .testimonial-block.larry {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .testimonial-quote {
    max-width: 48px;
  }

  .testimonial-text {
    font-size: 24px;
    line-height: 28px;
  }

  .testimonial-logo {
    max-width: 120px;
  }

  .send-email-button {
    font-size: 24px;
    line-height: 32px;
  }

  .hero-subheader {
    font-size: 32px;
    line-height: 40px;
  }

  .approach-cards {
    height: 360px;
    max-width: 40%;
  }

  .icon-centered {
    max-width: 64px;
  }

  .services-text {
    font-size: 24px;
    line-height: 32px;
  }

  .services-heading {
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 48px;
  }

  .sub-nav {
    margin-top: 93px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .projects-nav-button {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 24px;
    line-height: 28px;
  }

  .sub-nav-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-shadow {
    height: 93px;
  }

  .slider {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .testimonial-slide-image {
    padding-left: 140px;
  }

  .countries-text {
    display: inline;
    font-size: 48px;
    line-height: 48px;
  }

  .continents-text {
    display: inline;
    font-size: 48px;
    line-height: 48px;
  }

  .projects-text {
    display: inline;
    font-size: 48px;
    line-height: 48px;
  }

  .white-contact-form.centered {
    height: 800px;
    padding-top: 60px;
  }

  .subpage-header-2.contact-1 {
    height: 1000px;
  }

  .form-title {
    font-size: 48px;
    line-height: 48px;
  }

  .field-label {
    font-size: 16px;
    line-height: 32px;
  }

  .section.below-contact-form {
    padding-top: 800px;
  }

  .text-column-title.call {
    font-size: 24px;
    line-height: 24px;
  }

  .contact-header {
    max-width: 80%;
    margin-top: 140px;
    padding-bottom: 320px;
    font-size: 96px;
    line-height: 120px;
  }

  .logo-link-box.w--current {
    height: 48px;
  }

  .nav-container {
    display: block;
    -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;
  }

  .tablet-body-text {
    font-size: 18px;
    line-height: 24px;
  }

  .contact-info {
    font-size: 24px;
    line-height: 24px;
  }

  .contact-bar {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-26 {
    font-size: 64px;
    line-height: 64px;
  }

  .heading-27 {
    font-size: 64px;
    line-height: 64px;
  }

  .heading-28 {
    font-size: 64px;
    line-height: 64px;
  }

  .heading-29 {
    font-size: 32px;
    line-height: 32px;
  }

  .heading-30 {
    font-size: 24px;
    line-height: 24px;
  }

  .heading-31 {
    font-size: 32px;
    line-height: 32px;
  }

  .heading-32 {
    font-size: 24px;
    line-height: 24px;
  }

  .list {
    font-size: 24px;
    line-height: 32px;
  }
}

@media screen and (max-width: 991px) {
  .heading-5.white {
    padding-bottom: 8px;
    font-size: 18px;
  }

  .heading-5.hero-card {
    padding-bottom: 8px;
    font-size: 18px;
  }

  .hero-block.about {
    background-position: 50% 50%;
  }

  .container.feature {
    height: 200px;
    max-width: 220px;
    padding: 16px;
  }

  .hero-card-div {
    top: -160px;
    overflow: visible;
  }

  .hero-text-container.about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .logo.light {
    position: absolute;
    z-index: 0;
    display: block;
  }

  .logo.dark {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    z-index: 0;
    display: block;
  }

  .transparant-menu-button {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    padding-top: 14px;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
    text-align: center;
  }

  .transparant-menu-button:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .transparant-menu-button.w--open {
    z-index: 2;
    background-color: transparent;
  }

  .transparant-menu-button.light {
    position: relative;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 36px;
    height: 36px;
    margin: auto 0px auto auto;
    padding: 0px;
    -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;
    border-style: solid;
    border-width: 0px;
    border-color: #506bac;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .transparant-menu-button.light:hover {
    background-color: #f8f9fa;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .navbar.mobile {
    left: auto;
    top: 0%;
    right: auto;
    bottom: auto;
    max-width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .dropdown-icon {
    position: static;
    display: inline-block;
    margin-right: 0px;
    margin-left: 4px;
    font-size: 18px;
  }

  .dropdown {
    position: relative;
    left: auto;
    right: auto;
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .nav-menu {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 1;
    display: block;
    width: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0px;
    background-color: #fff;
  }

  .nav-link {
    width: 100%;
    max-width: 1200px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 35px;
    border-radius: 0px;
    color: #fff;
  }

  .nav-link:hover {
    background-color: #000;
    color: #fff;
  }

  .nav-link.dropdown-toggle {
    color: #fff;
  }

  .nav-link.dropdown-toggle.light {
    display: block;
    width: auto;
    max-width: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-width: 0px;
    border-color: #121321;
  }

  .nav-link.dropdown-toggle.light:hover {
    border-color: #54988b;
    color: #fff;
  }

  .nav-link.dropdown-toggle.light:active {
    background-color: #70b481;
  }

  .nav-link.dropdown-toggle.light.w--open {
    background-color: #70b481;
  }

  .nav-link.dropdown-toggle.light.mobile {
    margin-right: auto;
    margin-left: auto;
    background-color: #54988b;
    color: #fff;
  }

  .nav-link.dropdown-toggle.light.mobile:active {
    background-color: #54988b;
  }

  .nav-link.dropdown-toggle.light.mobile.projects {
    background-color: #fff;
    color: #121321;
  }

  .nav-link.dropdown-toggle.light.mobile.projects:hover {
    background-color: #54988b;
    color: #fff;
  }

  .nav-link.light {
    width: 100%;
    max-width: 1500px;
    margin-right: 0px;
    padding-right: 35px;
    padding-left: 35px;
    border-color: transparent;
    border-radius: 0px;
    background-color: #fff;
    color: #121321;
    text-align: center;
  }

  .nav-link.light:hover {
    border-color: #54988b;
    background-color: #54988b;
    color: #fff;
  }

  .nav-link.light.w--current {
    border-color: transparent;
    background-color: #54988b;
  }

  .nav-link.light.mobile {
    position: relative;
    left: auto;
    right: auto;
    width: auto;
    height: auto;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding: 16px 0px;
    border-style: none;
    border-width: 0px;
    background-color: transparent;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
  }

  .nav-link.menu-open-contact {
    background-color: #506bac;
    -webkit-transition-property: none;
    transition-property: none;
  }

  .nav-link.menu-open-contact:hover {
    background-color: #ffa62b;
  }

  .nav-link.menu-open-contact.w--current {
    background-color: #54988b;
  }

  .nav-link.menu-open-contact.mobile {
    width: auto;
    height: auto;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding: 16px 0px;
    border-width: 0px;
    background-color: #ffa62b;
    font-size: 24px;
  }

  .nav-link.menu-open-contact.mobile:hover {
    box-shadow: none;
  }

  .dropdown-link {
    padding-right: 0px;
    padding-left: 0px;
    background-color: #f8f9fa;
    color: #121321;
    font-size: 16px;
    text-align: center;
  }

  .dropdown-link:hover {
    background-color: #70b481;
  }

  .dropdown-link:active {
    background-color: #54988b;
  }

  .dropdown-link.w--current {
    background-color: #54988b;
  }

  .dropdown-link.w--current:hover {
    background-color: #70b481;
  }

  .hero-subtext.home {
    width: 80%;
  }

  .hero-subtext.about {
    width: 90%;
  }

  .feature-block {
    width: 90%;
  }

  .feature-block.wide {
    text-align: left;
  }

  .paragraph-4.white {
    font-size: 16px;
  }

  .paragraph-4.hero-card {
    font-size: 16px;
  }

  .text-break-header {
    width: 100%;
    font-size: 36px;
  }

  .grid {
    padding: 40px;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .text-break-paragraph {
    max-width: 80%;
    font-size: 18px;
    line-height: 22px;
  }

  .map-block {
    width: 100%;
    max-width: 100%;
    padding-top: 0px;
    padding-bottom: 40px;
    padding-left: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .vertical-container.icon {
    max-width: 180px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .vertical-container.icon.image-card {
    max-width: 80%;
  }

  .qualifications-block {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .qualifications {
    max-width: 36px;
    padding-bottom: 8px;
  }

  .experience-types {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 14px;
  }

  .experience-numbers {
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 4px;
    font-size: 28px;
  }

  .overlay-text {
    left: 9%;
    top: 425px;
    right: auto;
    bottom: 0%;
    font-size: 32px;
  }

  .overlay-text.header {
    left: 6%;
    top: -8%;
    right: -24%;
    bottom: auto;
    font-size: 32px;
    text-align: right;
  }

  .cover-image-div {
    overflow: hidden;
    height: 1200px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .questions-block {
    width: 100%;
  }

  .scroll-text {
    width: 320px;
    max-width: 100%;
    font-size: 18px;
  }

  .fixed-text {
    max-width: 70%;
    padding-top: 38px;
    padding-right: 0px;
    font-size: 40px;
  }

  .fixed-text.sub-text {
    top: 360px;
    bottom: auto;
    max-width: 100%;
    margin-top: -240px;
    padding-top: 24px;
    font-size: 18px;
    line-height: 32px;
  }

  .fixed-text.title {
    top: 120px;
    bottom: 140px;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 120%;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 36px;
    line-height: 40px;
  }

  .text-scroll-container {
    position: relative;
    margin-top: 520px;
    padding-right: 16px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .header-center.home {
    font-size: 48px;
  }

  .subheader-center.home {
    font-size: 16px;
  }

  .small-icon {
    max-width: 28px;
  }

  .card-text {
    font-size: 12px;
  }

  .service-cards {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .sticky-text-container {
    display: block;
    height: 100%;
    margin-top: 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-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .clients-block {
    overflow: hidden;
  }

  .cta-block {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cta-image {
    overflow: hidden;
    max-height: 80%;
    max-width: 80%;
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .projects-block.tourist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .projects-image.right {
    position: static;
    width: 60%;
    height: 60%;
  }

  .projects-image.the-tourist {
    margin-bottom: 40px;
  }

  .projects-image.left {
    position: static;
  }

  .projects-header {
    position: static;
    display: block;
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 52px;
    font-weight: 700;
  }

  .projects-text.tourist {
    font-size: 18px;
  }

  .testimonial-image {
    width: 40%;
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .testimonial-logo {
    max-width: 64px;
  }

  .cta-text-block {
    overflow: hidden;
  }

  .contact-hero-container {
    position: static;
  }

  .heading-19.about {
    margin-top: 0px;
    font-size: 56px;
    line-height: 72px;
  }

  .team-grid {
    margin-right: 40px;
    margin-left: 40px;
  }

  .hero-subheader {
    max-width: 90%;
  }

  .approach-cards {
    max-width: 40%;
    padding: 16px 8px;
  }

  .icon-centered {
    max-width: 48px;
  }

  .text-break-content {
    font-size: 24px;
    line-height: 32px;
  }

  .services-number {
    max-width: 48px;
  }

  .sub-nav {
    margin-top: 80px;
  }

  .projects-nav-button {
    font-size: 12px;
    line-height: 16px;
  }

  .projects-nav-button.tablet {
    margin-right: 0px;
    margin-left: 0px;
    padding: 6px 12px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 12px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .sub-nav-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav-shadow {
    display: block;
    height: 80px;
  }

  .testimonial-slide-container {
    padding-right: 80px;
    padding-left: 20px;
  }

  .testimonial-slide-image {
    max-width: 50%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .left-arrow {
    left: 0%;
    top: -40%;
    right: auto;
    bottom: 0%;
  }

  .right-arrow {
    left: auto;
    top: -40%;
    right: 0%;
    bottom: 0%;
  }

  .background-video {
    max-width: 100vw;
  }

  .countries-text {
    font-size: 24px;
  }

  .continents-text {
    font-size: 24px;
  }

  .projects-text {
    font-size: 24px;
  }

  .white-contact-form {
    padding: 25px;
  }

  .white-contact-form.centered {
    width: 80%;
  }

  .subpage-header-2 {
    padding: 140px 45px 60px;
  }

  .subpage-header-2.contact-1 {
    padding-top: 110px;
  }

  .section {
    padding: 45px;
  }

  .section.below-contact-form {
    padding-top: 400px;
    padding-bottom: 35px;
  }

  .text-column-title {
    font-size: 13px;
  }

  .text-column-title.call {
    display: block;
    margin-bottom: 0px;
    padding-top: 10px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 16px;
    text-align: left;
  }

  .text-column-title.call.email {
    color: #54988b;
  }

  .text-column-title.email {
    font-size: 16px;
  }

  .text-column-title.skype {
    font-size: 16px;
  }

  .contact-header {
    max-width: 96%;
    padding-bottom: 80px;
  }

  .heading-21 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 20px;
  }

  .modal-content-div.clive {
    height: 70%;
    max-height: 70%;
  }

  .modal-team-image {
    height: 30%;
  }

  .modal-team-paragraph {
    font-size: 12px;
  }

  .modal-team-heading {
    font-size: 28px;
  }

  .modal-team-heading.subheading {
    font-size: 20px;
  }

  .modal-close-button {
    width: 48px;
  }

  .position {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12px;
  }

  .column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .logo-link-box {
    position: absolute;
    z-index: 2;
    display: block;
  }

  .logo-link-box.w--current {
    z-index: 2;
  }

  .dropdown-list-2 {
    position: relative;
    display: none;
  }

  .dropdown-list-2.w--open {
    position: relative;
  }

  .text-block-4 {
    display: inline-block;
    margin-left: 22px;
  }

  .nav-menu-item-div {
    position: relative;
    z-index: 0;
    background-color: #fff;
  }

  .nav-menu-item-div:hover {
    background-color: #54988b;
  }

  .nav-menu-item-div.contact {
    background-color: #ffa62b;
  }

  .nav-menu-item-div.contact:hover {
    background-color: #ffa62b;
  }

  .nav-menu-item-div.projects:active {
    background-color: #fff;
  }

  .menu-open-contact {
    position: relative;
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 12px 35px;
    background-color: #ffa62b;
    color: #fff;
    font-size: 13px;
    text-align: center;
  }

  .hamburger {
    position: relative;
    left: 0%;
    top: 16%;
    right: 0%;
    bottom: 0%;
    display: inline-block;
    width: 24px;
    height: 18px;
    max-height: 18px;
    max-width: 24px;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-style: none;
    border-width: 0px;
    border-color: #506bac;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    color: #fff;
    font-size: 24px;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
  }

  .ferris-gif {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: auto;
    display: block;
    width: 80px;
    height: 80px;
    max-height: 80px;
    max-width: 80px;
    margin-right: auto;
    margin-left: auto;
  }

  .nav-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    margin-right: 40px;
    margin-left: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tablet-body-text {
    font-size: 14px;
  }

  .contact-info {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 16px;
    text-align: center;
  }

  .sticky-text-div {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .andy-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }

  .contact-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .colleague-name {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
  }

  .heading-39 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .div-block-25 {
    font-size: 18px;
  }
}

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

  .heading-5.white {
    padding-bottom: 4px;
    font-size: 14px;
    font-weight: 700;
  }

  .heading-5.hero-card {
    padding-bottom: 4px;
    font-size: 14px;
    font-weight: 600;
  }

  .container.feature {
    height: 196px;
    max-height: none;
    max-width: 28%;
    padding: 12px;
  }

  .logo {
    height: 30px;
    margin-top: 10px;
  }

  .transparant-menu-button {
    width: 40px;
    height: 40px;
    padding-top: 8px;
  }

  .transparant-menu-button.light {
    width: 32px;
    height: 32px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .navbar.mobile {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-menu {
    z-index: 1;
    padding-top: 20px;
  }

  .nav-link {
    padding-left: 25px;
  }

  .nav-link.light {
    padding-right: 25px;
    padding-left: 25px;
  }

  .dropdown-link {
    padding-left: 0px;
  }

  .hero-title.home {
    font-size: 56px;
  }

  .hero-subtext.about {
    width: 80%;
    font-size: 16px;
  }

  .feature-block {
    width: 100%;
  }

  .feature-block.wide {
    width: 100%;
  }

  .feature-icon.overall {
    width: 36px;
    margin-bottom: 10px;
  }

  .paragraph-4.white {
    font-size: 14px;
  }

  .paragraph-4.hero-card {
    font-size: 14px;
    line-height: 18px;
  }

  .text-break-header {
    width: 80%;
    margin: 0px auto;
    font-size: 24px;
  }

  .text-break-header.team {
    width: 100%;
  }

  .text-break-header.about {
    margin-bottom: 20px;
  }

  .text-break-paragraph {
    margin-bottom: 0px;
    font-size: 14px;
  }

  .map-block {
    padding-left: 24px;
  }

  .container-4 {
    padding-right: 0px;
  }

  .div-block-4 {
    padding-right: 24px;
    padding-left: 40px;
  }

  .vertical-container {
    margin-bottom: 0px;
  }

  .vertical-container.icon.image-card {
    height: 360px;
  }

  .qualifications {
    max-width: 32px;
  }

  .experience-types {
    font-size: 10px;
    line-height: 12px;
  }

  .image-card-heading {
    max-width: 100%;
    font-size: 14px;
  }

  .experience-numbers {
    padding-bottom: 0px;
    font-size: 24px;
  }

  .overlay-text {
    top: 719px;
    font-size: 28px;
  }

  .overlay-text.header {
    top: 0%;
    font-size: 28px;
  }

  .scroll-text {
    width: 100%;
    font-size: 12px;
  }

  .fixed-text.sub-text {
    top: 220px;
    max-width: 100%;
    margin-top: 0px;
    padding-top: 0px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
  }

  .fixed-text.title {
    bottom: auto;
    max-width: 100%;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 20px;
  }

  .text-scroll-container {
    margin-top: 220px;
    padding-left: 40px;
  }

  .header-center.home {
    font-size: 36px;
    line-height: 40px;
  }

  .subheader-center.home {
    font-size: 14px;
  }

  .card-text {
    font-size: 14px;
  }

  .service-card-image {
    max-height: 155px;
  }

  .cta-block {
    height: auto;
    padding-top: 80px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .cta-block.coaster {
    padding-right: 20px;
    padding-left: 20px;
  }

  .cta-image {
    width: auto;
    height: auto;
    max-height: none;
    max-width: 60%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .cta-text {
    margin-bottom: 24px;
    font-size: 14px;
  }

  .cta-header {
    font-size: 28px;
  }

  .view-services-right {
    padding-right: 20px;
    padding-left: 20px;
  }

  .projects-image.right {
    width: 50%;
  }

  .projects-image.left {
    width: 50%;
  }

  .projects-header {
    font-weight: 700;
  }

  .projects-subheader {
    font-weight: 600;
  }

  .projects-text.tourist {
    font-size: 16px;
  }

  .testimonial-block {
    margin-right: 16px;
  }

  .testimonial-image {
    max-width: 40%;
    padding-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .testimonial-quote {
    max-width: 18px;
    padding-bottom: 20px;
  }

  .testimonial-text {
    font-size: 12px;
  }

  .testimonial-logo {
    max-width: 48px;
  }

  .cta-text-block {
    margin-right: 20px;
  }

  .text-break-block.why-gl {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .send-email-button {
    font-size: 16px;
  }

  .heading-19.about {
    font-size: 40px;
    line-height: 48px;
  }

  .team-card {
    padding-right: 10px;
    padding-left: 10px;
  }

  .team-grid {
    margin-right: 20px;
    margin-left: 20px;
  }

  .hero-header {
    font-size: 64px;
  }

  .hero-subheader {
    font-size: 18px;
  }

  .approach-block {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .services-grid {
    grid-column-gap: 0px;
  }

  .services-text {
    font-size: 12px;
  }

  .services-number {
    max-width: 24px;
  }

  .services-heading {
    line-height: 24px;
  }

  .sub-nav {
    margin-top: 72px;
  }

  .sub-nav.tablet {
    padding-right: 16px;
    padding-left: 16px;
  }

  .projects-nav-button {
    margin-right: 8px;
    margin-left: 8px;
    padding: 8px;
    font-size: 10px;
    line-height: 12px;
  }

  .projects-nav-button.tablet {
    padding-right: 8px;
    padding-left: 8px;
  }

  .sub-nav-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav-shadow {
    height: 72px;
  }

  .slider {
    margin-bottom: 0px;
  }

  .testimonial-slide-container {
    padding-right: 80px;
  }

  .testimonial-slide-image {
    max-width: 40%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .left-arrow {
    top: -56%;
  }

  .right-arrow {
    left: auto;
    top: -56%;
    right: 0%;
    bottom: 0%;
  }

  .countries-text {
    font-size: 18px;
  }

  .continents-text {
    font-size: 18px;
  }

  .projects-text {
    font-size: 18px;
  }

  .white-contact-form {
    width: 100%;
    height: auto;
    text-align: left;
  }

  .white-contact-form.centered {
    margin-bottom: -245px;
  }

  .subpage-header-2 {
    padding: 110px 25px 40px;
  }

  .subpage-header-2.contact-1 {
    padding-top: 90px;
  }

  .form-title {
    margin-bottom: 10px;
    text-align: center;
  }

  .section {
    padding: 25px;
  }

  .section.below-contact-form {
    padding-top: 400px;
  }

  .text-column-title.call {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .contact-header {
    padding-bottom: 140px;
    font-size: 48px;
    line-height: 56px;
  }

  .heading-21 {
    font-size: 28px;
  }

  .modal-content-div.clive {
    overflow: auto;
  }

  .modal-content-div.robert {
    overflow: auto;
  }

  .modal-content-div.edmund {
    overflow: auto;
  }

  .modal-content-div.sam {
    overflow: auto;
  }

  .modal-team-image {
    height: 20%;
  }

  .modal-team-paragraph {
    font-size: 12px;
  }

  .modal-team-heading {
    font-size: 24px;
  }

  .modal-team-heading.subheading {
    font-size: 18px;
  }

  .modal-close-button {
    width: 48px;
  }

  .position {
    font-size: 9px;
    line-height: 12px;
  }

  .logo-link-box {
    position: relative;
    width: 100px;
    height: 48px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .hamburger {
    top: 14%;
    width: 20px;
    height: 16px;
    max-height: 16px;
    max-width: 20px;
  }

  .ferris-gif {
    position: static;
    z-index: 2;
    display: block;
  }

  .nav-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 60px;
    margin-left: 60px;
  }

  .tablet-body-text {
    font-size: 12px;
  }

  .testimonial-name {
    font-size: 18px;
  }

  .testimonial-position {
    font-size: 16px;
  }

  .contact-info {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .andy-contact {
    margin-bottom: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .contact-bar {
    padding-top: 40px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-26 {
    font-size: 28px;
  }

  .heading-27 {
    font-size: 28px;
  }

  .heading-28 {
    font-size: 28px;
  }

  .heading-29 {
    font-size: 18px;
  }

  .heading-30 {
    font-size: 16px;
  }

  .colleague-name {
    font-size: 12px;
    line-height: 16px;
  }

  .list {
    padding-left: 20px;
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  .heading-5.white {
    padding-bottom: 8px;
    font-size: 18px;
  }

  .heading-5.hero-card {
    padding-bottom: 8px;
    font-size: 18px;
  }

  .hero-block.services {
    height: 480vh;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-position: 50% 50%;
    background-attachment: fixed;
  }

  .container.feature {
    max-width: 75%;
    margin-bottom: 40px;
  }

  .hero-card-div {
    top: -160px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-text-container {
    top: 140px;
  }

  .hero-text-container.about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 80%;
    padding-right: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .logo {
    margin-top: 5px;
  }

  .logo.light {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 28px;
    margin-top: 6px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .logo.dark {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 28px;
    margin-top: 6px;
  }

  .transparant-menu-button {
    margin-right: 0px;
  }

  .transparant-menu-button.light {
    width: 24px;
    height: 24px;
  }

  .navbar {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }

  .navbar.mobile {
    display: block;
    height: 64px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-title.home {
    font-size: 48px;
    line-height: 52px;
  }

  .hero-subtext.home {
    font-size: 18px;
    line-height: 24px;
  }

  .hero-subtext.about {
    width: 94%;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
  }

  .feature-block.wide {
    font-size: 13px;
  }

  .feature-icon {
    width: 30px;
  }

  .feature-icon.overall {
    margin-bottom: 20px;
  }

  .paragraph-4.white {
    font-size: 16px;
  }

  .paragraph-4.hero-card {
    font-size: 16px;
  }

  .text-break-header {
    width: 100%;
    margin-bottom: 0px;
    padding-bottom: 24px;
  }

  .text-break-header.team {
    font-size: 28px;
  }

  .text-break-header.approach {
    width: 90%;
    text-align: center;
  }

  .grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .text-break-paragraph {
    max-width: 90%;
    padding-right: 0px;
    font-size: 12px;
    text-align: center;
  }

  .text-break-paragraph.about {
    font-size: 16px;
  }

  .map-block {
    overflow: hidden;
    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;
  }

  .container-4 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .vertical-container {
    max-width: none;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .vertical-container.icon {
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .qualifications-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .qualifications {
    max-width: 48px;
    padding-bottom: 16px;
  }

  .experience-types {
    font-size: 24px;
    line-height: 28px;
  }

  .experience-numbers {
    padding-bottom: 16px;
    font-size: 40px;
  }

  .overlay-text {
    width: 90%;
    max-width: 100%;
    font-size: 24px;
    line-height: 32px;
  }

  .overlay-text.header {
    width: 80%;
    max-width: 100%;
    font-size: 24px;
    line-height: 32px;
    text-align: left;
  }

  .questions-block {
    display: block;
    max-width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .scroll-text {
    font-size: 16px;
  }

  .fixed-text.sub-text {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }

  .fixed-text.title {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }

  .text-scroll-container {
    margin-top: 120px;
    padding-left: 16px;
  }

  .header-center.home {
    max-width: 100%;
    font-size: 28px;
  }

  .subheader-center.home {
    max-width: 90%;
  }

  .service-cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .sticky-text-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .clients-block {
    margin-top: -100px;
  }

  .clients-block.about {
    margin-top: 0px;
  }

  .cta-block {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .cta-block.coaster {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cta-image {
    width: auto;
    height: auto;
    max-height: none;
    max-width: 60%;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .button.cta {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .cta-text {
    font-size: 12px;
    text-align: center;
  }

  .cta-header {
    text-align: center;
  }

  .view-services-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }

  .projects-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .projects-block.tourist {
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .projects-block.right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .projects-image.right {
    width: 100%;
    max-width: 100%;
    padding-left: 0px;
  }

  .projects-image.left {
    width: 100%;
  }

  .projects-header {
    font-size: 36px;
  }

  .projects-subheader {
    font-weight: 600;
  }

  .projects-text.tourist {
    line-height: 20px;
  }

  .testimonial-block {
    position: relative;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .testimonial-block.bill {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .testimonial-block.pat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .testimonial-block.chris {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .testimonial-block.larry {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .testimonial-image {
    width: 60%;
    max-width: 80%;
    padding-bottom: 40px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

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

  .testimonial-quote {
    display: none;
  }

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

  .testimonial-logo {
    display: block;
    max-width: 64px;
    margin-right: auto;
    margin-left: auto;
  }

  .projects-div {
    display: block;
  }

  .cta-text-block {
    display: block;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .cta-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-break-block.home {
    max-width: 100%;
    padding-top: 80px;
  }

  .text-break-block.approach {
    padding-bottom: 40px;
  }

  .send-email-button {
    margin-top: 20px;
    padding-right: 19px;
    padding-left: 19px;
    font-size: 11px;
    line-height: 21px;
  }

  .heading-19.about {
    width: 96%;
    font-size: 28px;
    line-height: 32px;
    text-align: left;
  }

  .clients-header {
    max-width: 90%;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .team-image {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .team-grid {
    margin-right: 20px;
    margin-left: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero-header {
    margin-bottom: 0px;
    font-size: 36px;
  }

  .hero-subheader {
    max-width: 100%;
    font-size: 14px;
    line-height: 20px;
  }

  .approach-cards {
    max-width: 80%;
    margin-bottom: 40px;
  }

  .approach-block {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-break-content {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .services-grid {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-row-gap: 16px;
    -ms-grid-columns: 0.75fr;
    grid-template-columns: 0.75fr;
  }

  .services-image {
    padding-right: 0px;
    padding-left: 0px;
  }

  .services-text {
    margin-bottom: 40px;
    padding-bottom: 0px;
  }

  .services-heading {
    width: 120%;
    margin-bottom: 20px;
    text-align: center;
  }

  .services-heading.sub {
    width: 100%;
    text-align: center;
  }

  .services-text-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sub-nav {
    margin-top: 64px;
    padding: 0px 8px;
  }

  .sub-nav.tablet {
    display: block;
    overflow: visible;
    margin-top: 70px;
    padding: 0px 4px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .projects-nav-button {
    margin-right: 4px;
    margin-left: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-width: 1px;
    font-size: 6px;
    line-height: 10px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .projects-nav-button.tablet {
    margin-right: 4px;
    margin-bottom: 0px;
    margin-left: 4px;
    border-width: 1px;
    font-size: 6px;
    line-height: 8px;
  }

  .sub-nav-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    padding: 12px 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .nav-shadow {
    height: 64px;
  }

  .flex-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 100%;
    max-height: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .testimonial-slide-container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .testimonial-slide-image {
    max-width: 50%;
    padding-bottom: 40px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .left-arrow {
    left: 0%;
    top: -70%;
    right: auto;
    bottom: 0%;
  }

  .right-arrow {
    left: auto;
    top: -70%;
    right: 0%;
    bottom: 0%;
  }

  .countries-text {
    font-size: 16px;
    text-align: center;
  }

  .continents-text {
    font-size: 16px;
    text-align: center;
  }

  .projects-text {
    font-size: 16px;
    text-align: center;
  }

  .white-contact-form.centered {
    z-index: 1;
    width: 100%;
    margin-bottom: -225px;
  }

  .subpage-header-2 {
    padding-top: 90px;
    padding-bottom: 20px;
  }

  .subpage-header-2.contact-1 {
    padding-top: 80px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .form-title {
    font-size: 25px;
    line-height: 32px;
  }

  .section {
    padding: 25px;
  }

  .section.below-contact-form {
    max-width: 100%;
    padding-top: 320px;
    padding-bottom: 40px;
  }

  .text-column-title.call {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .text-column-title.call.email {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .text-column-title.call.skype {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .contact-header {
    max-width: 100%;
    padding-bottom: 100px;
    font-size: 32px;
    line-height: 40px;
  }

  .modal-content-div.andy {
    overflow: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .modal-content-div.claus {
    overflow: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .modal-content-div.clive {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .modal-content-div.keith {
    overflow: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .modal-content-div.robert {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .modal-content-div.raul {
    overflow: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .modal-content-div.andrew {
    overflow: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .modal-content-div.edmund {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .modal-content-div.sam {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .modal-team-image {
    width: 50%;
    height: 50%;
    max-height: 50%;
    max-width: 50%;
    padding-bottom: 20px;
  }

  .modal-team-heading {
    font-size: 24px;
  }

  .modal-close-button {
    width: 48px;
  }

  .position {
    font-size: 10px;
  }

  .services-div {
    padding-top: 0px;
  }

  .logo-link-box {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 104px;
    height: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
  }

  .hamburger {
    top: 4%;
    width: 16px;
    height: 12px;
    max-height: 12px;
    max-width: 16px;
  }

  .nav-container {
    height: 100%;
    margin-right: 16px;
    margin-left: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .testimonial-name {
    text-align: center;
  }

  .testimonial-position {
    text-align: center;
  }

  .contact-info {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .image-15 {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .andy-contact {
    margin-bottom: 40px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .contact-bar {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-26 {
    font-size: 24px;
    text-align: center;
  }

  .heading-27 {
    text-align: center;
  }

  .heading-28 {
    font-size: 24px;
    text-align: center;
  }

  .heading-29 {
    text-align: center;
  }

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

  .colleague-name {
    padding-bottom: 4px;
    font-size: 16px;
  }

  .heading-31 {
    text-align: center;
  }

  .heading-32 {
    text-align: center;
  }

  .heading-33 {
    text-align: center;
  }

  .heading-34 {
    text-align: center;
  }

  .heading-37 {
    text-align: center;
  }

  .heading-38 {
    text-align: center;
  }

  .utility-page-content {
    margin-bottom: 20px;
  }

  ._404-image {
    max-width: 80%;
  }

  .heading-39 {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-25 {
    font-size: 14px;
  }

  .home-button {
    font-size: 12px;
    line-height: 16px;
  }

  .heading-40 {
    text-align: center;
  }

  .heading-41 {
    text-align: center;
  }

  .heading-42 {
    text-align: center;
  }

  .heading-43 {
    text-align: center;
  }

  .heading-44 {
    text-align: center;
  }

  .heading-45 {
    text-align: center;
  }

  .heading-46 {
    text-align: center;
  }

  .heading-47 {
    text-align: center;
  }
}

#w-node-c5d287c0-d493-9266-2758-50b8eb5df7d0-461c7ba8 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_6bbe5090-cffc-3949-196f-d3cff9af8078-461c7ba8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c2a1e5ab-cfb6-e0fe-34f5-40e28a46c69a-461c7ba8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_070fbac5-3cee-e411-ace3-b43b9d2fe035-461c7ba8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_1554b0f5-2d8d-5ab5-2c57-578c2ae5bed3-461c7ba8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0093ded7-a7e1-e8e6-962d-f0ea556d8c7b-461c7ba8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6cec9e62-7661-bc73-23e4-016dd38842e9-461c7ba8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_68f2a119-7498-b9fc-17da-78cbdb2c2bdb-461c7ba8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f1396f21-393e-5ec8-b53a-c9876094560d-461c7ba8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_3f4629b6-e814-0bed-b5b2-91b0e26431ff-461c7ba8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_32b8bef3-4ddc-7b7f-03fc-84a25f67b045-461c7ba8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_70f984a3-14ef-6515-b89b-cbeea19145d3-461c7ba8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6692d3f7-50c8-5f8f-a16f-58281fc1e334-461c7ba8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b697d17d-2ead-5c01-0dea-a60daef5bed0-461c7ba8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_7d4da265-7aa8-e3e7-7f0c-125c43bffda8-461c7ba8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_295423c3-9140-db82-e671-7e4f5c76fa1c-ac1c7bab {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_295423c3-9140-db82-e671-7e4f5c76fa1d-ac1c7bab {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_295423c3-9140-db82-e671-7e4f5c76fa22-ac1c7bab {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_295423c3-9140-db82-e671-7e4f5c76fa24-ac1c7bab {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_295423c3-9140-db82-e671-7e4f5c76fa1f-ac1c7bab {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_295423c3-9140-db82-e671-7e4f5c76fa20-ac1c7bab {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_295423c3-9140-db82-e671-7e4f5c76fa21-ac1c7bab {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_295423c3-9140-db82-e671-7e4f5c76fa26-ac1c7bab {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_295423c3-9140-db82-e671-7e4f5c76fa27-ac1c7bab {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_295423c3-9140-db82-e671-7e4f5c76fa28-ac1c7bab {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-_70f984a3-14ef-6515-b89b-cbeea19145d3-461c7ba8 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_262c841e-b7ec-e2f1-8eea-2db74adad761-551c7bb2 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_262c841e-b7ec-e2f1-8eea-2db74adad772-551c7bb2 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_05a8098f-d174-c699-b3bb-288bbbde2113-551c7bb2 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_0f3962fc-fb12-c34b-ef35-a2592e1ca760-551c7bb2 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-af980dc9-de88-c614-6079-1f1f6b8c5f9c-551c7bb2 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_6ce4711e-94b9-c5eb-ac89-0deb6e01deb4-551c7bb2 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-e91e4b2c-33d9-4d19-7eb8-cadfd3d9934c-551c7bb2 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

