:root {
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --white-smoke-2: #f0f0f0;
  --white-smoke-3: #edeff2;
  --cadet-blue: #668cad;
  --pale-turquoise: #bfe0ff;
  --light-sky-blue: #69b9ff;
  --dodger-blue: #2e9dff;
  --black: #192024;
  --dim-gray-3: #676770;
  --light-slate-gray: #8e8e9c;
}

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

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

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

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

body {
  color: #6a859c;
  background-color: #edeff2;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

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

h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

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

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

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

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #69b9ff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover, .button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  color: #676770;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  transition: all .3s ease-in-out;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-link.w--current {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
}

.navigation-bar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.navigation-menu {
  color: #676770;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
}

.brand-text {
  color: #69b9ff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.brand-link {
  margin-top: -10px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}

.brand-link.w--current {
  margin-top: -10px;
  margin-bottom: -10px;
}

.section {
  text-align: center;
  background-color: #e6e6e6;
  width: 100%;
  height: 400px;
  padding: 80px 10px;
  position: relative;
}

.section.accent {
  background-color: #192024;
  max-height: none;
}

.section.accent.home {
  height: auto;
}

.section.accent.consulting {
  height: auto;
  padding-top: 50px;
}

.section.ind {
  background-color: rgba(230, 230, 230, .02);
  background-image: url('../images/Screenshot-2024-05-25-at-7.55.38-PM.png');
  background-position: 50%;
  background-size: cover;
  height: 594px;
}

.section.about {
  width: auto;
  height: 450px;
}

.section.home1 {
  height: auto;
}

.white-box {
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  height: 265.797px;
  padding: 15px;
}

.white-box.transparent {
  background-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-radius: 18px;
  width: 500px;
  height: 200px;
  max-height: 100%;
  margin: auto auto auto -60px;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  text-align: center;
  background-image: url('../images/Untitled-design-11.jpeg');
  background-position: 0 0;
  background-size: cover;
  border-bottom: 4px solid #69b9ff;
  width: auto;
  height: 594px;
  padding-top: 0;
  padding-bottom: 195px;
}

.hero-heading {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 400px;
  margin-bottom: 30px;
  margin-left: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  line-height: 60px;
  text-decoration: none;
}

.hero-subheading {
  color: #2e9dff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.hollow-button {
  color: #131212;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #676770;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
}

.section-heading.centered.white {
  color: #fff;
}

.section-subheading.center {
  color: #8e8e9c;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}

.section-subheading.center.off-white {
  color: #e8e8e8;
  padding-bottom: 0;
}

.section-title-group {
  margin-bottom: 60px;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  height: 45px;
  margin-bottom: 17px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
}

.form-field.text-area {
  height: 110px;
}

.footer {
  margin-top: auto;
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  text-align: center;
  background-color: #383838;
  border-top: 1px solid #dbdbdb;
  margin-top: auto;
}

.footer.center.home {
  margin-top: 1025px;
}

.footer.center.home.contact {
  margin-top: auto;
}

.footer-text {
  color: #9e9e9e;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.grid-image {
  background-color: #69b9ff;
  border: 10px solid #fff;
  border-radius: 50%;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  display: block;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
}

.footer-link {
  color: #668cad;
  border-bottom: 1px solid #d5d5e0;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: rgba(0, 140, 255, .84);
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  width: 100%;
  height: 800px;
  margin-bottom: 20px;
}

.white-text {
  color: #99999c;
  text-transform: none;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 17px;
  line-height: 30px;
}

.form {
  margin-top: 40px;
}

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

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

.image {
  height: 80%;
}

.container {
  width: auto;
  max-width: 100%;
}

.slider {
  height: 400px;
  max-height: 100%;
}

.slide-1 {
  background-color: rgba(0, 0, 0, .35);
  background-image: url('../images/NL0523_TUN.jpeg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-1.slide-2 {
  background-image: none;
}

.slider-2 {
  height: 400px;
}

.slider-3 {
  height: 594px;
  margin-top: -195px;
}

.slide-3 {
  background-image: url('../images/high-angle-farmland-view.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-4 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/1583508571875.png');
  background-position: 0 0;
  background-size: cover;
}

.columns {
  width: 960px;
  max-width: none;
  height: auto;
  max-height: none;
  margin-top: 40px;
  padding-left: 0;
}

.column {
  max-height: none;
  padding-right: 0;
}

.link {
  text-align: center;
  letter-spacing: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 24px;
}

.link-2 {
  letter-spacing: 0;
  font-size: 24px;
}

.column-2 {
  height: auto;
  padding-left: 70px;
}

.heading {
  color: #7b7b81;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 24px;
  text-decoration: underline;
}

.image-2, .image-3 {
  height: 150px;
}

.heading-2 {
  text-align: left;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 30px;
}

.paragraph {
  text-align: justify;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
}

.slide-nav {
  display: block;
}

.heading-3 {
  color: #e0e0ff;
  margin-top: 30px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.nav-link, .nav-link-2, .nav-link-3 {
  color: #676770;
}

.columns-2 {
  flex-flow: row;
  width: auto;
  height: 500px;
  display: block;
}

.paragraph-2 {
  text-align: justify;
  letter-spacing: 0;
  text-transform: none;
  max-width: none;
  margin-left: -75px;
  padding-right: 140px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 26px;
  line-height: 30px;
  display: flex;
}

.column-3 {
  height: 300px;
  margin-top: 42px;
}

.image-4 {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 550px;
  min-width: auto;
  max-width: none;
  height: 400px;
  min-height: auto;
  max-height: 100%;
  margin-left: -270px;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.column-4 {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  justify-content: center;
  align-items: flex-start;
  height: 400px;
  max-height: 100%;
  display: flex;
  overflow: visible;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1200px;
  height: 300px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-2.about-cont1 {
  width: auto;
  max-width: none;
  margin-top: -55px;
  margin-left: 330px;
}

.container-3 {
  height: 50px;
  margin-top: 144px;
}

.columns-3 {
  width: auto;
  height: 300px;
  display: flex;
}

.paragraph-3 {
  text-align: justify;
  width: auto;
  margin-top: 39px;
  margin-left: -110px;
  margin-right: -20px;
  padding-right: 40px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 26px;
  line-height: 30px;
}

.image-5 {
  width: 550px;
  min-width: auto;
  max-width: none;
  height: 400px;
  min-height: auto;
  max-height: 100%;
  margin-top: -21px;
  margin-left: auto;
  margin-right: auto;
  overflow: clip;
}

.container-4 {
  width: auto;
  height: 300px;
  margin-top: -20px;
  margin-left: 220px;
}

.column-5 {
  flex: 0 auto;
  height: 300px;
  margin-top: 42px;
}

.heading-4 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.column-6 {
  height: 400px;
  margin-bottom: -27px;
}

.section-2 {
  background-color: #192024;
  width: auto;
}

.section-2.about {
  width: auto;
  height: auto;
  margin-top: 450px;
  padding-bottom: 30px;
}

.paragraph-4 {
  text-align: justify;
  margin-top: 40px;
  margin-left: -160px;
  padding-right: 260px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  line-height: 30px;
}

.columns-4 {
  width: auto;
  padding-top: 30px;
}

.image-6 {
  width: 200px;
  height: 200px;
  margin-left: 188px;
}

.paragraph-5 {
  text-align: justify;
  margin-left: 98px;
  margin-right: -89px;
  padding-left: 90px;
  padding-right: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  line-height: 30px;
}

.image-7 {
  width: 200px;
  height: 200px;
  margin-left: 92px;
  padding-top: 0;
}

.image-7.add1 {
  margin-top: 0;
}

.column-7 {
  padding-left: 10px;
}

.column-8 {
  text-align: left;
  height: 200px;
  position: static;
}

.columns-5 {
  width: 1200px;
  padding-top: 30px;
}

.container-5 {
  height: 594px;
}

.paragraph-6 {
  color: #fff;
  text-align: justify;
  width: auto;
  margin-top: 50px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 20px;
  line-height: 30px;
}

.container-6 {
  background-color: rgba(0, 0, 0, .36);
  width: auto;
}

.heading-5 {
  color: #fff;
  margin-top: 55px;
  padding-top: 74px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 80px;
}

.heading-6 {
  margin-left: -100px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 30px;
  font-weight: 700;
  text-decoration: underline;
}

.container-7 {
  margin-top: -69px;
  margin-left: 2px;
}

.heading-7 {
  color: #cbe7ff;
  text-align: left;
  text-transform: capitalize;
  background-color: rgba(0, 0, 0, .39);
  width: 430px;
  margin-top: 500px;
  margin-left: 550px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 44px;
  text-decoration: underline;
}

.heading-8 {
  color: #e3e8ec;
  text-align: left;
  text-transform: uppercase;
  margin-top: -57px;
  margin-left: -113px;
  padding-left: 150px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 30px;
  text-decoration: underline;
}

.paragraph-7 {
  text-align: justify;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 20px;
  line-height: 30px;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 1200px;
  height: 250px;
  margin: 50px auto 20px;
  display: grid;
}

.image-8 {
  width: 100%;
  height: 200px;
  padding-left: 10px;
  padding-right: 10px;
}

.image-9 {
  height: 200px;
  padding-left: 10px;
  padding-right: 10px;
}

.image-10 {
  height: 100%;
}

.image-11 {
  width: auto;
  height: 200px;
  padding-left: 10px;
  padding-right: 10px;
}

.image-12 {
  height: 200px;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-9 {
  text-align: left;
  letter-spacing: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.heading-10 {
  letter-spacing: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.columns-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1200px;
  height: 225px;
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  display: flex;
  overflow: visible;
}

.heading-11 {
  color: #99999c;
  letter-spacing: 3px;
  text-transform: uppercase;
  width: 280px;
  margin-top: 20px;
  margin-left: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  line-height: 25px;
}

.paragraph-8 {
  color: #99999c;
  text-align: justify;
  margin-top: 25px;
  padding-left: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  line-height: 26px;
}

.paragraph-8.add1 {
  margin-top: 20px;
}

.container-8 {
  width: 1300px;
  margin-left: 140px;
}

.column-9 {
  overflow: scroll;
}

.column-10 {
  padding-left: 25px;
}

.column-11 {
  padding-left: 30px;
}

.container-9 {
  max-width: none;
  margin-left: 100px;
}

.body {
  height: 100%;
}

.heading-12 {
  text-align: left;
  letter-spacing: normal;
  margin-top: 20px;
  margin-left: 188px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 32px;
  font-weight: 400;
  text-decoration: underline;
}

.hero-stack {
  color: #7e8285;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  width: 1164px;
  padding: 80px 30px;
  position: relative;
}

.container-10 {
  width: 1164px;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 106%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-image.shadow-two {
  width: 155%;
  height: 478.367px;
}

.section-3 {
  background-image: url('../images/1698905454502.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: block;
}

.heading-13 {
  text-align: center;
  text-transform: uppercase;
  width: 880px;
  margin-left: 160px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.heading-14 {
  color: #f0f0f0;
  text-transform: capitalize;
  margin-top: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.section-4 {
  background-color: #383838;
  height: 100px;
}

.paragraph-9 {
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.paragraph-10, .paragraph-11 {
  text-align: justify;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.paragraph-12 {
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.paragraph-13, .heading-15, .heading-16, .paragraph-14, .heading-17, .paragraph-15 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.bold-text {
  margin-left: -90px;
}

.link-3, .link-4, .link-5, .link-6, .link-7, .link-8, .link-9, .link-10, .link-11, .link-12, .link-13, .link-14, .link-15, .link-16, .link-17, .link-18, .link-19, .link-20 {
  color: #99999c;
}

.image-13 {
  margin-left: 80px;
}

.image-14, .image-15 {
  height: 150px;
}

.grid-2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  width: 288px;
  height: 443px;
  margin-top: 40px;
}

.grid-3 {
  grid-template-columns: 1fr;
  width: 288px;
  height: 391px;
  margin-top: -444px;
  margin-left: 300px;
}

.grid-4 {
  grid-template-columns: 1fr;
  width: 288px;
  margin-top: -390px;
  margin-left: 600px;
}

.container-11, .container-12, .container-13 {
  height: 281px;
}

.grid-5 {
  grid-template-columns: 1fr;
  width: 288px;
  margin-top: -495px;
  margin-left: 905px;
}

.container-14 {
  height: 281px;
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: rgba(255, 255, 255, .52);
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .hamburger-button.w--open, .navigation-menu {
    background-color: #3b99d9;
  }

  .section.accent.consulting {
    width: auto;
  }

  .section.about {
    height: auto;
  }

  .white-box {
    height: 350px;
  }

  .white-box.transparent {
    width: 350px;
    height: 200px;
    margin-left: 20px;
  }

  .hero-section.centered {
    background-position: 50% 100%;
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .footer.center.home.mobport {
    margin-top: 1100px;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .columns, .columns.tabport {
    width: auto;
  }

  .column, .column-2 {
    padding-left: 0;
  }

  .image-2.mobport, .image-3.mobport {
    height: 150px;
  }

  .paragraph-2 {
    margin-left: auto;
    padding-right: 20px;
  }

  .column-3 {
    height: auto;
  }

  .image-4 {
    width: 302.336%;
    height: auto;
    margin-left: auto;
  }

  .container-2.about-cont1 {
    margin-left: auto;
  }

  .columns-3 {
    height: auto;
  }

  .paragraph-3 {
    margin-left: auto;
  }

  .image-5 {
    width: 100%;
    height: auto;
  }

  .container-4 {
    height: auto;
    margin-left: auto;
  }

  .section-2.about {
    width: auto;
    margin-top: auto;
  }

  .paragraph-4 {
    margin-left: -110px;
    padding-right: 20px;
  }

  .image-6 {
    margin-left: auto;
  }

  .paragraph-5 {
    margin-left: auto;
    margin-right: -101px;
    padding-left: 0;
  }

  .image-7 {
    margin-left: 101px;
  }

  .columns-5 {
    width: auto;
  }

  .container-6 {
    margin-top: -177px;
  }

  .heading-7 {
    margin-left: 150px;
  }

  .heading-12 {
    margin-left: auto;
  }

  .container-10 {
    max-width: 728px;
  }

  .heading-13 {
    margin-left: -270px;
  }

  .bold-text {
    margin-left: auto;
  }

  .image-14 {
    height: 111.188px;
  }

  .image-14.mobls {
    height: 150px;
  }

  .image-14.mobport {
    height: 111.188px;
  }

  .grid-2 {
    margin-left: -50px;
  }

  .grid-4 {
    margin-top: 100px;
    margin-left: -50px;
  }

  .grid-5 {
    margin-top: -500px;
    margin-left: 300px;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .hamburger-button.mobls {
    margin-top: -63px;
  }

  .section.accent.home {
    width: auto;
  }

  .section.accent.consulting {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .white-box.transparent {
    height: 225px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 80px;
  }

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

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

  .form-field.text-area {
    display: block;
  }

  .footer.center.home.mobport {
    margin-top: 1925px;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .image.mobls {
    margin-top: 12px;
    margin-left: auto;
  }

  .slide-4.mobls {
    background-position: 25%;
  }

  .columns {
    margin-top: auto;
  }

  .columns.mobls {
    width: auto;
    height: auto;
  }

  .columns.tabport {
    margin-top: -51px;
    margin-left: 14px;
  }

  .image-2.mobport, .image-3.mobport {
    height: auto;
  }

  .heading-2 {
    margin-top: auto;
    padding-top: 20px;
  }

  .paragraph {
    margin-bottom: 40px;
  }

  .paragraph-4 {
    margin-top: 9px;
    margin-left: -89px;
  }

  .image-6 {
    margin-top: 30px;
    margin-left: -80px;
  }

  .paragraph-5 {
    margin-top: -3px;
    margin-left: -92px;
    margin-right: auto;
    padding-right: 20px;
  }

  .image-7 {
    margin-top: 36px;
    margin-left: auto;
  }

  .image-7.add1 {
    margin-top: 81px;
  }

  .paragraph-6 {
    text-align: justify;
    margin-top: 60px;
  }

  .heading-7 {
    margin-left: 50px;
  }

  .paragraph-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-12 {
    margin-left: 0;
  }

  .hero-stack {
    padding: 60px 15px;
  }

  .heading-13 {
    margin-left: -380px;
    font-size: 30px;
  }

  .heading-14 {
    margin-left: 20px;
  }

  .image-13.mobport {
    margin-left: auto;
  }

  .image-13.mobls {
    width: 10%;
    height: auto;
    margin-left: auto;
  }

  .image-14, .image-14.mobport, .mobls {
    height: auto;
  }

  .grid-2 {
    margin-left: 0;
  }

  .grid-2.mobls {
    margin-top: -54px;
  }

  .grid-3 {
    margin-top: 0;
    margin-left: 0;
  }

  .grid-4 {
    margin-top: 40px;
    margin-left: 0;
  }

  .grid-5 {
    margin-top: auto;
    margin-left: 0;
  }

  .grid-5.mobls {
    margin-top: -33px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .hamburger-button.mobport {
    margin-top: -65px;
  }

  .section {
    height: 400px;
    padding-top: 20px;
  }

  .white-box {
    height: auto;
  }

  .white-box.transparent {
    width: auto;
    height: auto;
    margin-top: 40px;
    margin-left: -11px;
  }

  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .section-subheading.center {
    line-height: 30px;
  }

  .footer.center.home.mobport {
    margin-top: 1600px;
  }

  .grid-image {
    width: 35%;
  }

  .fullwidth-image.mobport {
    height: auto;
  }

  .image.mobport {
    width: 70%;
    height: auto;
    margin-top: auto;
    margin-left: auto;
  }

  .slide-4 {
    background-position: 35%;
  }

  .columns {
    width: auto;
    height: auto;
    margin-top: auto;
  }

  .image-2 {
    height: 150px;
  }

  .image-2.mobport, .image-3.mobport {
    height: auto;
  }

  .paragraph {
    text-align: justify;
  }

  .heading-3.mobport {
    font-size: 36px;
  }

  .image-4 {
    width: 100%;
    margin-left: -32px;
  }

  .column-4 {
    height: auto;
  }

  .container-2.about-cont1 {
    height: 300px;
  }

  .image-5 {
    margin-top: 90px;
  }

  .column-6 {
    height: auto;
  }

  .columns-4 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
  }

  .image-6 {
    width: auto;
    max-width: none;
    height: auto;
    margin-left: -86px;
  }

  .image-7 {
    width: auto;
    max-width: none;
    height: auto;
    margin-top: auto;
    margin-left: 80px;
  }

  .image-7.add1 {
    margin-top: auto;
  }

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

  .paragraph-6 {
    margin-top: 140px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .heading-5 {
    margin-top: 40px;
    padding-top: 0;
    font-size: 40px;
  }

  .heading-7 {
    width: 275px;
    margin-left: 40px;
    font-size: 28px;
  }

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

  .heading-12 {
    margin-left: -89px;
    font-size: 28px;
  }

  .container-10 {
    max-width: none;
  }

  .heading-13 {
    width: 300px;
    margin-left: 20px;
  }

  .image-13.mobport {
    width: 17%;
    margin-left: -5px;
  }

  .image-14, .image-14.mobls, .image-14.mobport {
    height: auto;
  }

  .icon {
    padding-left: 29px;
  }

  .grid-2 {
    width: 288px;
    margin-top: 20px;
    margin-left: -100px;
  }

  .grid-3 {
    margin-top: 20px;
    margin-left: -100px;
  }

  .grid-4 {
    margin-left: -100px;
  }

  .grid-5 {
    margin-top: 20px;
    margin-left: -100px;
  }
}


