h2 {
  font-size: 2.5em;
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 3em;
  }
}

/* -----------------------------------------------------
BANNER
----------------------------------------------------- */
.banner.banner--new {
  padding: 125px 0 100px 0;
  height: auto;
  -webkit-clip-path: none;
  clip-path: none;
}

@media (min-width: 768px) {
  .banner.banner--home {
    height: 100vh;
  }
}

.banner.banner--new .banner-content {
  max-width: 1224px;
  margin: 0 auto;
}

.banner.banner--home .banner-content .banner__heading {
  font-size: 4.25em !important;
}

@media (min-width: 1500px) {
  .banner.banner--home .banner-content .banner__heading {
    font-size: 5em !important;
  }
}

@media (min-width: 768px) {
  .banner.banner--new {
    padding: 225px 0 175px 0;
  }
}

.banner .banner-content {
  margin: 0;
  padding: 0 15px;
}

.banner__type-text {
  min-height: 1em;
}

.banner__type-start-text {
  display: block;
  font-size: 0.8em;
}

.typed-cursor {
  color: #6fcad1;
}

.typed-cursor.typed-cursor--blink {
  animation: typedjsBlink 1s infinite !important;
  -webkit-animation: typedjsBlink 1s infinite !important;
  animation: typedjsBlink 1s infinite !important;
}

.banner.banner--new .banner-bg {
  mix-blend-mode: luminosity;
  opacity: 0.25;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0;
  -webkit-animation: banner-background;
  animation: banner-background;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes banner-background {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0.25;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes banner-background {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0.25;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes fade-in-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes fade-in-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.banner.banner--new .banner-content .banner__heading {
  margin: 0;
  max-width: 650px;
  font-size: 2.75em;
  font-weight: 900;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-animation: fade-in-up;
  animation: fade-in-up;
  -webkit-animation-delay: 0.85s;
  animation-delay: 0.85s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.banner.banner--new.banner--home .banner-content .banner__heading {
  max-width: none;
}

@media (min-width: 768px) {
  .banner.banner--new .banner-content .banner__heading {
    font-size: 3.75em;
  }
}

.banner.banner--new .banner-content .banner__emphasis {
  font-weight: 900;
}

.banner.banner--new .banner__paragraph {
  max-width: 750px;
  margin: 30px 0 0 0;
  color: white;
  font-size: 1.25em;
  font-weight: 600;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-animation: fade-in-up;
  animation: fade-in-up;
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.btn--white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 25px;
  border-radius: 0;
  background-color: white;
  color: #0063a3;
  font-size: 0.875em;
  font-weight: 900;
  text-shadow: none;
}

.btn--icon-right .fa {
  margin-left: 15px;
  color: #66c5ef;
  font-size: 1.125em;
}

.btn--white-outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 23px;
  border: 2px solid white;
  border-radius: 0;
  background-color: transparent;
  color: white;
  font-size: 0.875em;
  font-weight: 900;
  text-shadow: none;
}

.btn--blue-outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 23px;
  border: 2px solid #0163a3;
  border-radius: 0;
  background-color: transparent;
  color: #0163a3;
  font-size: 0.875em;
  font-weight: 900;
  text-shadow: none;
  box-shadow: 0px;
}

.btn--blue-outline:hover {
  background-color: #0163a3;
  color: white;
}

.btn--large {
  padding: 13px 30px;
  font-size: 1em;
}

.btn--white-outline:hover {
  background-color: white;
  color: #333;
}

.btn-group .btn {
  margin-right: 15px;
}

.banner.banner--new .banner__buttons {
  margin-top: 30px;
  -webkit-transform: translatex(-20px);
  -ms-transform: translatex(-20px);
  transform: translatex(-20px);
  opacity: 0;
  -webkit-animation: fade-in-right;
  animation: fade-in-right;
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.banner.banner--new .btn {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .banner.banner--new .btn {
    padding: 15px 35px;
    min-width: 225px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .banner.banner--new .btn--white-outline {
    padding: 13px 33px;
  }
}

/* -----------------------------------------------------
SECTION
----------------------------------------------------- */
.section--light-blue {
  background-color: #e1f3ff;
}

.section--large {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section--centered {
  text-align: center;
}

.section--blue-gradient {
  background-image: -o-linear-gradient(315deg, #0163a4 0%, #65c5ef 100%);
  background-image: linear-gradient(135deg, #0163a4 0%, #65c5ef 100%);
}

.section--blue-gradient h2 {
  margin: 0;
  color: white;
}
.section--blue-gradient .lead {
  margin-top: 30px;
  color: white;
  font-size: 1.25em;
  font-weight: 600;
}

.section--blue-gradient .btn {
  margin-top: 30px;
}

.section__header {
  max-width: 768px;
  margin: 0 auto 50px auto;
  text-align: center;
}

.section--angled-light-blue-gradient::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 300px;
  width: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e4f5ff),
    to(#fff)
  );
  background-image: -o-linear-gradient(top, #e4f5ff 0%, #fff 100%);
  background-image: linear-gradient(180deg, #e4f5ff 0%, #fff 100%);
}

/* -----------------------------------------------------
CONTAINER
----------------------------------------------------- */

.container--small {
  max-width: 992px;
}

.container--xsmall {
  max-width: 600px;
}

/* -----------------------------------------------------
MEDIA BOX
----------------------------------------------------- */

.media-box__image {
  position: relative;
  z-index: 2;
  display: block;
  max-width: calc(100% - 30px);
  margin: 0 auto -45px auto;
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.13);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.13);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.media-box__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 65px 15px 20px 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #0163a3;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.media-box__subheadline {
  margin: 0 0 5px 0;
  color: #64c1ea;
  font-size: 0.935em;
  font-weight: 900;
  text-transform: uppercase;
}

.media-box__headline {
  margin: 0;
  color: white;
  font-size: 1.25em;
  font-weight: 900;
}

.media-box__icon {
  margin: 20px 0 0 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}


@media screen and (min-width: 768px) {
  .media-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .media-box:hover .media-box__holder {
    background-color: #0072bc;
  }

  .media-box:hover .media-box__image {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  .media-box:hover .media-box__icon {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  .media-box__image {
    margin: 0;
  }

  .media-box__holder {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 30px;
  }

  .media-box__icon {
    padding: 15px 30px;
    margin: 0 0 0 auto;
  }
}

/* -----------------------------------------------------
ICON HEADING
----------------------------------------------------- */
.icon-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  padding-left: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: left center;
  background-repeat: no-repeat;
  color: #000;
  font-size: 1.25em;
  font-weight: 900;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .after-short {
    clear: left;
  }
}

/* -----------------------------------------------------
LINK LIST
----------------------------------------------------- */
.link-list {
  margin: 40px 0 20px 0;
  padding: 0;
  list-style: none;
}

.link-list__item {
  margin-bottom: 15px;
  color: #000;
  font-size: 1.125em;
  font-weight: 600;
}

.link-list__link {
  position: relative;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(25%, #fff),
    color-stop(25%, #b5daff)
  );
  background-image: -o-linear-gradient(#fff 25%, #b5daff 25%);
  background-image: linear-gradient(#fff 25%, #b5daff 25%);
  background-repeat: repeat-x;
  background-position: 0em 0.935em;
  background-size: 5px 5px;
  color: #000;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.link-list__link:hover {
  color: #0163a3;
  background-position: 0;
  background-size: 2em;
}


/* -----------------------------------------------------
WORK
----------------------------------------------------- */
.view-link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 12px;
  color: #0063a3;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.view-link:hover {
  color: #66c5ef;
}

.view-link::after {
  position: absolute;
  right: 0;
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.view-link:hover::after,
.view-link-trigger:hover .view-link::after {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

/* -----------------------------------------------------
WORK
----------------------------------------------------- */
.work {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 300px;
  margin: 0 0 30px 0;
  background-color: #2e3036;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.work:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0px 15px 45px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 15px 45px 0px rgba(0, 0, 0, 0.4);
}

.work__background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.work__background--overlay {
  opacity: 0.5;
  background-blend-mode: overlay;
}

.work__background--luminosity {
  opacity: 0.5;
  background-blend-mode: luminosity;
}

.work:hover .work__background {
  opacity: 0.25;
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.work__content {
  position: relative;
  z-index: 1;
  padding: 15px 30px;
  text-align: center;
}

.work__logo {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: auto;
  width: auto;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.work__link {
  margin-top: 40px;
  color: #fff;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.work__link:hover {
  color: white;
}

@media screen and (min-width: 768px) {
  .work {
    height: 400px;
  }

  .work__link {
    opacity: 0;
    margin-top: 10px;
  }

  .work:hover .work__link {
    margin-top: 40px;
    opacity: 1;
  }
}

.our-work__heading {
  margin-bottom: 15px;
}

.our-work__button {
  margin-bottom: 40px;
}

.our-work__heading,
.our-work__button {
  text-align: center;
}

@media (min-width: 992px) {
  .our-work__heading {
    text-align: left;
  }

  .our-work__button {
    text-align: right;
  }
}

.our-work {
  position: relative;
  z-index: 10;
  padding-bottom: 0;
  margin-bottom: -120px;
}

.lets-get-started {
  padding-top: 180px;
}

@media screen and (min-width: 768px) {
  .our-work {
    margin-bottom: -200px;
  }

  .lets-get-started {
    padding-top: 300px;
  }
}

/* -----------------------------------------------------
PROCESS
----------------------------------------------------- */
.process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.process__track {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px 0;
}

.process__track::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 0;
  width: 20px;
  height: 100%;
  background-color: #efefef;
  border-radius: 20px;
}

.process__progress {
  position: -webkit-sticky;
  position: sticky;
  top: calc(50% - 37.5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  background-color: #0163a3;
  border-radius: 50%;
}

.process__progress::before {
  content: "";
  position: absolute;
  background-color: white;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.process__step-number {
  position: absolute;
  -webkit-transform: translateX(-30px) scale(0.5);
  -ms-transform: translateX(-30px) scale(0.5);
  transform: translateX(-30px) scale(0.5);
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  color: #0163a3;
  font-size: 2em;
  font-family: "Open Sans";
  font-weight: 900;
  text-align: center;
}

.process__step-number.is-active {
  -webkit-transform: translateX(0px) scale(1);
  -ms-transform: translateX(0px) scale(1);
  transform: translateX(0px) scale(1);
  opacity: 1;
}

.process__steps {
  padding-left: 20px;
}

.process__progress-bar {
  position: absolute;
  height: 75px;
  z-index: -1;
  width: 100%;
}

.process__progress-bar > svg {
  position: absolute;
  height: 100%;
  display: block;
}

@media screen and (min-width: 768px) {
  .process__progress {
    position: -webkit-sticky;
    position: sticky;
    top: calc(50% - 75px);
    width: 150px;
    height: 150px;
  }

  .process__step-number {
    width: 110px;
    height: 110px;
    font-size: 4.5em;
  }

  .process__steps {
    padding-left: 65px;
  }

  .process__track::before {
    width: 30px;
    border-radius: 30px;
  }

  .process__progress-bar {
    height: 150px;
  }

  .process__progress::before {
    width: 120px;
    height: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .process__progress {
    position: -webkit-sticky;
    position: sticky;
    top: calc(50% - 100px);
    width: 200px;
    height: 200px;
  }

  .process__step-number {
    width: 150px;
    height: 150px;
    font-size: 6em;
  }

  .process__steps {
    padding-left: 65px;
  }

  .process__progress-bar {
    height: 200px;
  }

  .process__progress::before {
    width: 150px;
    height: 150px;
  }
}

/* -----------------------------------------------------
PROCESS ITEM
----------------------------------------------------- */
.process-item {
  margin-bottom: 50px;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition: all 0.85s ease;
  -o-transition: all 0.85s ease;
  transition: all 0.85s ease;
}

.process-item--is-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* .process-item__title {
  font-size: 2.5em;
  font-weight: 900;
} */

.process-item__description {
  font-weight: 400;
}

.process-item__figure {
  position: relative;
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.process-item--is-active .process-item__figure {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.process-item__figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #e4f5ff;
  -webkit-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.process-item--is-active .process-item__figure::before {
  top: -25px;
  left: -30px;
}

.process-item__image {
  position: relative;
  z-index: 2;
  max-height: 200px;
}

@media screen and (min-width: 768px) {
  .process-item {
    margin-top: 75px;
  }
}

@media screen and (min-width: 992px) {
  .process-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    /* padding-top: 35px;
    padding-bottom: 35px; */
  }

  .process-item__title {
    margin-top: 0;
  }

  .process-item__description {
    margin-bottom: 0;
  }

  .process-item__figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
  }

  .process-item__content {
    padding-right: 60px;
  }

  .process-item__image {
    max-height: none;
  }

  .process-item {
    -webkit-transform: translateY(0) translateX(50px);
    -ms-transform: translateY(0) translateX(50px);
    transform: translateY(0) translateX(50px);
    opacity: 0;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }

  .process-item--is-active {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

@media screen and (min-width: 1224px) {
  .process-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .process-item__figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 375px;
    flex: 0 0 375px;
  }

  .process-item--is-active .process-item__figure::before {
    left: 25px;
  }
}

.technology-row {
  margin-top: 50px;
}

.technology-row img {
  max-width: 150px;
  margin: 0 auto;
  width: 100%;
}

.hexagon-grid {
  position: relative;
  z-index: 99;
  width: 100%;
  margin: 30px 0 0 auto;
  padding: 0 0px; /* Clears unordered list default of 40px */
}

@media (min-width: 992px) {
  .hexagon-grid {
    margin-top: -105px;
    padding: 0 30px;
  }
}

.hexagon-grid__item {
  list-style-type: none;
  position: relative;
  float: left;
  /*
    width: 27.85714285714286%;
    padding: 0 0 32.16760145166612% 0; */
  width: 17%;
  padding: 0 0 19.7852193995381% 0;
  -webkit-transform: rotate(-60deg) skewY(30deg);
  -ms-transform: rotate(-60deg) skewY(30deg);
  transform: rotate(-60deg) skewY(30deg);
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hexagon-grid__item * {
  visibility: visible;
}

.hexagon-grid__item:hover .hexagon:not(.hexagon--transparent):not(a) {
  background-color: #fff;
  color: #0163a3;
}

.hexagon-grid__item {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 1);
}

.hexagon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #0163a3;
  -webkit-transform: skewY(-30deg) rotate(60deg);
  -ms-transform: skewY(-30deg) rotate(60deg);
  transform: skewY(-30deg) rotate(60deg);
  overflow: hidden;
  color: white;
  font-family: "Open Sans";
  font-size: 0.65em;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 450px) {
  .hexagon {
    font-size: 0.75em;
  }
}

a.hexagon {
  background-color: #70cbd2;
  color: #fff;
}
a.hexagon:hover {
  background-color: #55a7ad;
  color: white;
}

@media (min-width: 992px) {
  .row--hexagon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 992px) {
  .hexagon {
    font-size: 0.8em;
  }
}

@media (min-width: 1200px) {
  .hexagon {
    font-size: 0.9em;
  }
}

.hexagon__text {
  padding: 0 15px;
}

.hexagon--blue {
  background: dodgerblue;
}

.hexagon--transparent {
  background: transparent;
}

.hexagon--orange {
  background: coral;
}

.hexagon--light {
  background-color: #d6f2ff;
  color: #0163a3;
}

.hexagon--bright {
  background: #66c5ef;
}

.hexagon--green {
  background: mediumseagreen;
}

.hexagon-grid__item {
  margin: 0 0.5%;
}

.hexagon-grid__item:nth-child(10n + 1),
.hexagon-grid__item:nth-child(10n + 2),
.hexagon-grid__item:nth-child(10n + 3),
.hexagon-grid__item:nth-child(10n + 4),
.hexagon-grid__item:nth-child(10n + 5) {
  -webkit-transform: translateX(52.5%) rotate(-60deg) skewY(30deg);
  -ms-transform: translateX(52.5%) rotate(-60deg) skewY(30deg);
  transform: translateX(52.5%) rotate(-60deg) skewY(30deg);
  margin-top: -4.25%;
  margin-bottom: -4.25%;
}

.section__heading--blue-box {
  position: relative;
}
.section__heading--blue-box::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -45px;
  left: -45px;
  display: block;
  height: 200px;
  width: 200px;
  background-color: #f0f9ff;
}

.our-advantage__text {
  max-width: 768px;
  margin: 0 auto 40px auto;
}

@media (min-width: 992px) {
  .our-advantage__text {
    margin: 0;
  }
}

.button-bar-holder {
  overflow: hidden;
}

.button-bar {
  position: relative;
  margin-top: 75px;
  display: block;
  padding: 30px;
  background-color: #0163a3;
  border-left: 7px solid #66c5ef;
  color: white;
  font-size: 1.125em;
  font-weight: 900;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.button-bar::after {
  content: "";
  position: absolute;
  right: -100%;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0163a3;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.button-bar:hover::after {
  background-color: #66c5ef;
}

.button-bar:hover {
  background-color: #66c5ef;
  color: white;
}

.button-bar .fa {
  margin-left: 10px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.button-bar:hover .fa {
  margin-left: 15px;
}

/* -----------------------------------------------------
SERVICE BOX
----------------------------------------------------- */
.service-boxes {
  padding: 15px 30px;
}

.service-boxes .row div {
  padding: 15px;
}

.service-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #000;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 580px) {
  .service-box {
    height: 250px;
  }
}

.service-box:hover {
  background-color: rgb(85, 167, 173);
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

@media (min-width: 1024px) {
  .service-box {
    height: 350px;
  }
}

.service-box__background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.75;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.service-box:hover .service-box__background {
  opacity: 0;
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.service-box__title {
  position: relative;
  padding: 0 15px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.35);
  z-index: 2;
  color: white;
  font-size: 1.5em;
  -webkit-transition: all 0.65s ease;
  -o-transition: all 0.65s ease;
  transition: all 0.65s ease;
}

@media (min-width: 992px) {
  .service-box__title {
    font-size: 2.5em;
  }
}

.service-box:hover .service-box__title {
  -webkit-transform: scale(1.75);
  -ms-transform: scale(1.75);
  transform: scale(1.75);
  opacity: 0;
}

.service-box__content {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 25px;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.service-box:hover .service-box__content {
  opacity: 1;
}

.service-box__subheading {
  margin: 0 0 10px 0;
  color: #0063a3;
  font-size: 1.35em;
  font-weight: 900;
}

.service-box__description {
  display: none;
  max-width: 450px;
  margin: 10px auto;
  color: black;
  font-size: 0.935em;
  font-weight: 600;
}

@media (min-width: 992px) {
  .service-box__description {
    display: block;
  }
}

.service-box__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 23px;
  margin-top: 15px;
  border: 2px solid #0063a3;
  border-radius: 0;
  background-color: transparent;
  color: #0063a3;
  font-size: 0.875em;
  font-weight: 900;
  text-shadow: none;
  text-transform: uppercase;
}

.service-box--view-all {
  background-image: -o-linear-gradient(315deg, #0163a4 0%, #65c5ef 100%);
  background-image: linear-gradient(135deg, #0163a4 0%, #65c5ef 100%);
}

.service-box__view-all {
  position: relative;
  color: white;
  font-size: 1.5em;
}

.service-box__view-all {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-box:hover .service-box__view-all {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.service-box__view-all-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid white;
  border-radius: 50%;
  color: white;
  font-size: 1.2em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-box--view-all:hover .service-box__view-all-button {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  background-color: white;
  color: #0063a3;
}

.anchor {
  position: relative;
  top: -70px;
}

@media (min-width: 1200px) {
  .anchor {
    top: -80px;
  }
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.view-all-capabilities {
  margin-top: 50px;
  text-align: center;
}

.view-all-capabilities__button {
  color: #0163a3;
  font-weight: 900;
  text-transform: uppercase;
}

.view-all-capabilities__button:hover {
  color: #66c5ef;
}

.view-all-capabilities__button .fa {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 36px;
  width: 36px;
  margin-left: 8px;
  border: 2px solid #0163a3;
  border-radius: 50%;
  color: #66c5ef;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.view-all-capabilities__button:hover .fa {
  background-color: #66c5ef;
  border-color: #66c5ef;
  color: white;
}
