.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;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -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;
}

.section.overlap-margin {
  margin-top: -400px;
}

.section.section-loader {
  margin-bottom: 40px;
}

.section.section-contact {
  height: 600px;
  max-height: none;
  margin-bottom: 40px;
}

.section.section-about-us {
  display: none;
  height: 100vh;
  max-height: 730px;
}

.section.far-wide {
  max-width: 800px;
  margin-top: 100px;
  margin-bottom: 35px;
  padding-right: 80px;
  padding-left: 80px;
  border-style: solid;
  border-width: 6px;
  border-color: #2c2c2c;
}

.section.services {
  margin-top: 35px;
  margin-bottom: 70px;
}

.body {
  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: 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;
  font-family: Hind, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.about-us-description {
  max-width: 580px;
}

.about-us-description.white-font {
  max-width: 560px;
  color: #fff;
  font-weight: 300;
}

.about-us-description.black-font {
  max-width: 570px;
  color: #2c2c2c;
  font-weight: 400;
}

.about-us-logo {
  width: 240px;
  margin-bottom: 25px;
}

.about-us-list-simple {
  margin-top: 40px;
  padding-left: 12px;
  border-left: 1.5px solid rgba(0, 0, 0, 0.59);
  font-size: 18px;
  line-height: 26px;
}

.logo-grid {
  margin-top: -10px;
  margin-bottom: 80px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.cl-sm-logo {
  max-width: 80%;
}

.red-lion-logo {
  max-width: 70%;
}

.heading {
  margin-top: 75px;
  margin-bottom: 60px;
  font-size: 32px;
  font-weight: 600;
}

.heading.title {
  display: none;
}

.heading.locations {
  margin-top: 40px;
}

.heading.projects {
  display: none;
}

.heading.clients {
  margin-top: 20px;
}

.heading.service {
  margin-top: -20px;
  margin-bottom: 35px;
  padding-right: 26px;
  padding-left: 26px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #fff;
  text-align: center;
}

.heading.title2 {
  margin-top: -22px;
  margin-bottom: 50px;
  padding-right: 26px;
  padding-left: 26px;
  background-color: #fff;
}

.master {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1250px;
  padding-right: 110px;
  padding-left: 110px;
  -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;
}

.location-list {
  position: relative;
  z-index: 1;
  width: auto;
  height: auto;
  margin-bottom: 660px;
  margin-left: 60px;
  font-size: 20px;
  line-height: 38px;
}

.map {
  z-index: -1;
  width: 100%;
  max-width: 780px;
  margin-bottom: 70px;
}

.contact-us-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 0px;
}

.contact-us-left {
  line-height: 26px;
  text-align: right;
}

.contact-us-right {
  margin-left: 29px;
  line-height: 26px;
}

.link-format {
  color: #3f3f3f;
}

.contact-us-logo {
  width: 250px;
  margin-top: 15px;
  margin-bottom: 25px;
}

.video-div {
  width: 85%;
  height: auto;
}

.sticky-map {
  position: -webkit-sticky;
  position: sticky;
  top: 3vh;
  z-index: 0;
  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;
}

.home-logo {
  width: 170px;
  margin-top: 25px;
  margin-bottom: 10px;
}

.footer-text {
  margin-bottom: 0px;
  font-size: 11px;
  line-height: 14px;
  text-align: right;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  -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: #ebebeb;
}

.slide-nav {
  display: none;
}

.right-arrow-hide {
  display: none;
}

.left-arrow-hide {
  display: none;
}

.close-slider-x {
  padding: 20px;
  font-size: 36px;
  line-height: 10px;
}

.close-slider-button {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0px;
  bottom: auto;
  z-index: 4;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  cursor: pointer;
}

.slider-div {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 683px;
  max-width: 1000px;
  padding: 25px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #cecece;
  background-color: hsla(0, 0%, 96%, 0.81);
}

.slider-modal {
  position: fixed;
  z-index: 2;
  display: none;
  width: 100vw;
  height: 100vh;
  padding: 25px;
  -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;
  background-color: hsla(0, 0%, 100%, 0.77);
}

.see-more-text {
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
}

.nav-section {
  position: fixed;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-left: -55px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.nav-link {
  width: auto;
  padding: 0px;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #1a1a1a;
  font-size: 50px;
  line-height: 56px;
  font-weight: 700;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link.w--current {
  background-color: transparent;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
  color: #60aac2;
  text-decoration: none;
  cursor: default;
}

.web-group {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-close-window {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.photo-stack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 8px;
  -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;
}

.logo-proj {
  width: 180px;
  margin-right: 7%;
  margin-left: 8%;
}

.projects-img-2 {
  width: 100%;
  max-width: 750px;
  margin-left: 200px;
}

.projects-img-4 {
  width: 85%;
  max-width: 600px;
  margin-left: 16px;
}

.projects-img-6 {
  width: 85%;
  max-width: 630px;
  margin-top: 110px;
  margin-right: 16px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.projects-img-7 {
  width: 45%;
  max-width: 320px;
  margin-top: 250px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.slider {
  width: 100%;
  height: 100%;
}

.logo-cube {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 115px;
  height: 115px;
  -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;
}

.see-more-underline {
  width: 100%;
  height: 3px;
  background-color: #333;
}

.see-more-button {
  width: auto;
  margin-top: -90px;
  margin-right: 150px;
  margin-bottom: 100px;
}

.about-us-list {
  margin-top: 40px;
  padding-left: 12px;
}

.list-item {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.sticky-scroll-div {
  display: none;
  width: 100%;
  height: 680px;
}

.sticky-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 875.5px;
  margin-bottom: 25px;
  -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;
}

.home-arrow-img {
  margin-left: 5px;
}

.home-arrow {
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 0px;
  opacity: 0;
}

.about-us-div {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  max-height: 730px;
  min-height: 680px;
  -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;
}

.video-embed {
  width: 100%;
  height: auto;
}

.bullet {
  margin-right: 13px;
  margin-bottom: 0px;
  margin-left: 13px;
  font-size: 11px;
  line-height: 14px;
  font-weight: 300;
  text-align: right;
}

.projects-img-1 {
  width: 80%;
  max-width: 650px;
}

.projects-img-3 {
  width: 50%;
  max-width: 400px;
  margin-right: 8px;
  margin-left: 8px;
}

.projects-img-5 {
  width: 45%;
  max-width: 350px;
  margin-bottom: -113px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.contact-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 75%;
  max-height: 450px;
  max-width: 800px;
  padding-bottom: 25px;
  -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;
  border-style: solid;
  border-width: 6px;
  border-color: #60aac2;
}

.video-center {
  display: block;
  width: 100%;
  height: 100vh;
  max-height: 730px;
  -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;
}

.video-center-span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80%;
  min-height: 670px;
  padding-bottom: 40px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 15px;
  margin-bottom: 1vh;
  -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;
}

.about-us-blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-height: 600px;
  padding-top: 80px;
  padding-bottom: 80px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(193, 180, 250, 0.2)), to(rgba(193, 180, 250, 0.2))), url('../images/blue-r2.jpg');
  background-image: linear-gradient(180deg, rgba(193, 180, 250, 0.2), rgba(193, 180, 250, 0.2)), url('../images/blue-r2.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, 1030px;
}

.about-us-blue-vid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-height: 580px;
  padding-top: 50px;
  padding-bottom: 100px;
  -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;
  background-image: url('../images/blue-r2.jpg');
  background-position: 50% 50%;
  background-size: 1030px;
}

.background-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-height: 580px;
  padding-top: 50px;
  padding-bottom: 100px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(206, 249, 255, 0.25)), to(rgba(206, 249, 255, 0.25)));
  background-image: linear-gradient(180deg, rgba(206, 249, 255, 0.25), rgba(206, 249, 255, 0.25));
}

.list-item-black {
  color: #2c2c2c;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.list-block {
  width: auto;
  height: auto;
}

.list-marker {
  width: 100%;
  height: 1px;
}

.image {
  position: absolute;
  top: 10px;
  display: none;
}

.logo-he {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 60%;
  height: 100%;
  -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;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.div-block {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #000;
}

.section-he {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 1000px;
  -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;
  background-color: #00d1d3;
}

.circle {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 26%;
  border-radius: 500px;
  background-color: #fff;
}

.circle.middle-circle {
  position: relative;
  z-index: 2;
  margin-top: 40%;
  margin-bottom: 40%;
  background-color: #000;
}

.circle.outer-color {
  background-color: #00d1d3;
}

.column {
  position: relative;
  z-index: 3;
  width: 44%;
  height: 100%;
  margin-right: -5%;
  margin-left: -5%;
  padding-top: 2%;
  padding-bottom: 2%;
}

.pillar {
  position: relative;
  z-index: 4;
  width: 33.5%;
  height: 100%;
  background-color: #000;
}

.he-logo-square {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  -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;
}

.he-logo-square.smaller {
  width: 55px;
  height: 55px;
}

.div-block-3 {
  overflow: hidden;
  margin-left: 22px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.he-landing-text-2 {
  display: inline;
  margin-bottom: 100px;
  color: #fff;
}

.he-body {
  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: 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;
  font-family: Heebo, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.he-landing-text-1 {
  display: inline;
  color: #000;
}

.he-landing-text {
  width: 95%;
  max-width: 1000px;
  margin-top: 100px;
  margin-bottom: 150px;
  font-size: 80px;
  line-height: 95px;
  font-weight: 500;
}

.overlay-logo-he {
  position: fixed;
  z-index: 5;
  display: none;
  width: 100vw;
  height: 100vh;
  -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;
  background-color: #00d1d3;
}

.he-logo-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.he-logo-text {
  margin-left: 18px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.section-he2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 1000px;
  -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;
}

.heading-2 {
  max-width: 560px;
  margin-top: 0px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
}

.heading2 {
  margin-top: -22px;
  margin-bottom: 30px;
  padding-right: 25px;
  padding-left: 25px;
  background-color: #fff;
  font-size: 32px;
  font-weight: 500;
}

.heading2.title {
  display: none;
}

.heading2.locations {
  margin-top: 40px;
}

.heading2.projects {
  display: none;
}

.heading2.clients {
  margin-top: 20px;
}

.pricing {
  font-size: 22px;
  line-height: 26px;
  text-align: center;
}

.pricing.white-font {
  max-width: 560px;
  color: #fff;
  font-weight: 300;
}

.pricing.black-font {
  max-width: 570px;
  color: #2c2c2c;
  font-weight: 400;
}

.image-2 {
  width: 60%;
  margin-top: 18px;
}

.about-us-blue-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-height: 600px;
  max-width: 875px;
  padding-top: 60px;
  padding-bottom: 100px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(193, 180, 250, 0.2)), to(rgba(193, 180, 250, 0.2))), url('../images/blue-r2.jpg');
  background-image: linear-gradient(180deg, rgba(193, 180, 250, 0.2), rgba(193, 180, 250, 0.2)), url('../images/blue-r2.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, 1030px;
}

.section2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: -60px;
  margin-bottom: 60px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section2.overlap-margin {
  margin-top: -400px;
}

.section2.section-loader {
  margin-bottom: 40px;
}

.section2.section-contact {
  height: 100vh;
  max-height: 975px;
}

.section2.section-about-us {
  display: none;
  height: 100vh;
  max-height: 730px;
}

.bold-text {
  display: block;
  margin-bottom: 5px;
  font-size: 44px;
  line-height: 48px;
  font-weight: 600;
}

.text-block-2 {
  font-size: 30px;
  font-weight: 300;
}

.cl-sm2-logo {
  max-width: 70%;
}

.cl-sm3-logo {
  max-width: 60%;
}

.far-wide-text {
  margin-top: 20px;
  margin-bottom: 70px;
  font-size: 22px;
  line-height: 27px;
}

.far-wide-text.white-font {
  max-width: 560px;
  color: #fff;
  font-weight: 300;
}

.far-wide-text.black-font {
  max-width: 570px;
  color: #2c2c2c;
  font-weight: 400;
}

.image-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 300px;
}

.sticky-scroll-div2 {
  position: relative;
  top: -2px;
  width: 100%;
  height: 1px;
}

.process-title {
  margin-top: 22px;
  margin-bottom: 5px;
  font-size: 26px;
  line-height: 34px;
  font-weight: 500;
}

.process-title.white-font {
  max-width: 560px;
  color: #fff;
  font-weight: 300;
}

.process-title.black-font {
  max-width: 570px;
  color: #2c2c2c;
  font-weight: 400;
}

.process-des {
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 565px;
  padding: 0px 75px 59px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 6px;
  border-color: #dc653a;
}

.div-block-5.bot {
  margin-top: 2.5px;
  padding-top: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-color: #e6e6e6 #2c2c2c #2c2c2c;
  border-top-style: none;
  border-top-width: 2px;
  background-color: rgba(192, 192, 192, 0.18);
}

.process-title-2 {
  margin-top: 22px;
  margin-bottom: 25px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
}

.process-title-2.white-font {
  max-width: 560px;
  color: #fff;
  font-weight: 300;
}

.process-title-2.black-font {
  max-width: 570px;
  color: #2c2c2c;
  font-weight: 400;
}

.process-des-2 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}

.div-block-6 {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.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-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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  -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;
  font-family: Hind, sans-serif;
  text-align: center;
}

.website-link {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 5;
  display: block;
  padding: 7px 10px 5px 7px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 5px;
  color: #2c2c2c;
  text-decoration: none;
  cursor: pointer;
}

.image-8 {
  display: inline-block;
  margin-right: 5px;
  padding-bottom: 3px;
}

.text-block-3 {
  display: inline;
  margin-top: 3px;
  font-size: 15px;
  font-weight: 300;
}

.text-block-3.bb {
  font-weight: 700;
}

.image-9 {
  max-width: 260px;
}

.div-block-7 {
  font-size: 16px;
  font-weight: 300;
}

.heading-4 {
  font-size: 46px;
  line-height: 50px;
}

@media screen and (max-width: 991px) {
  .section.section-loader {
    margin-bottom: 0px;
  }

  .section.section-contact {
    height: auto;
    margin-bottom: 0px;
  }

  .section.section-about-us {
    height: auto;
    max-height: 650px;
  }

  .section.far-wide {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .about-us-logo {
    width: 200px;
    margin-top: 20px;
  }

  .heading {
    display: block;
    margin-top: 50px;
  }

  .heading.title {
    display: block;
    margin-top: 100px;
    margin-bottom: 70px;
    padding-right: 20px;
    padding-bottom: 2px;
    padding-left: 20px;
    background-color: rgba(255, 217, 102, 0.9);
    line-height: 10px;
  }

  .heading.locations {
    margin-top: 10px;
    font-size: 28px;
  }

  .heading.projects {
    display: block;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-bottom: 2px;
    padding-left: 20px;
    background-color: rgba(255, 217, 102, 0.9);
    line-height: 10px;
  }

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

  .heading.title2 {
    display: block;
    margin-top: 75px;
    margin-bottom: 70px;
    padding-right: 20px;
    padding-bottom: 2px;
    padding-left: 20px;
    background-color: rgba(255, 217, 102, 0.9);
    line-height: 10px;
  }

  .master {
    padding-right: 50px;
    padding-left: 50px;
  }

  .location-list {
    font-size: 18px;
  }

  .contact-us-info {
    margin-bottom: 100px;
  }

  .contact-us-logo {
    width: 240px;
    margin-top: 0px;
  }

  .video-div {
    width: 100%;
  }

  .slider-div {
    height: auto;
  }

  .see-more-text {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-size: 20px;
  }

  .nav-section {
    display: none;
  }

  .web-group {
    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;
  }

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

  .logo-proj {
    margin-right: 0%;
    margin-bottom: 30px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .projects-img-2 {
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
  }

  .projects-img-4 {
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
  }

  .projects-img-6 {
    width: 100%;
    max-width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 16px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .projects-img-7 {
    display: none;
    width: 100%;
    max-width: 400px;
    margin-top: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .logo-cube {
    width: 100px;
    height: 100px;
  }

  .see-more-button {
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .sticky-scroll-div {
    display: none;
  }

  .sticky-group {
    margin-top: 0px;
    margin-bottom: 55px;
  }

  .about-us-div {
    position: relative;
    height: auto;
    min-height: 0px;
  }

  .projects-img-1 {
    width: 100%;
    max-width: 100%;
  }

  .projects-img-3 {
    width: 75%;
    max-width: 450px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .projects-img-3.pad {
    margin-bottom: 16px;
  }

  .projects-img-5 {
    display: none;
    width: 100%;
    max-width: 700px;
    margin-bottom: 16px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .contact-bg {
    height: 500px;
    max-height: none;
    border-style: none;
    background-color: #fff;
  }

  .video-center {
    height: auto;
  }

  .video-center-span {
    height: auto;
  }

  .header {
    margin-top: 10px;
    margin-bottom: 6px;
  }

  .about-us-blue {
    margin-bottom: 25px;
    padding-right: 75px;
    padding-left: 75px;
  }

  .about-us-blue-vid {
    max-height: 550px;
    margin-bottom: 25px;
    padding-top: 40px;
  }

  .heading2 {
    display: block;
  }

  .heading2.title {
    display: block;
    margin-top: 100px;
    margin-bottom: 70px;
    padding-right: 20px;
    padding-bottom: 2px;
    padding-left: 20px;
    background-color: rgba(255, 217, 102, 0.9);
    line-height: 10px;
  }

  .heading2.locations {
    margin-top: 10px;
    font-size: 28px;
  }

  .heading2.projects {
    display: block;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-bottom: 2px;
    padding-left: 20px;
    background-color: rgba(255, 217, 102, 0.9);
    line-height: 10px;
  }

  .heading2.clients {
    margin-top: 0px;
  }

  .about-us-blue-copy {
    max-height: 550px;
    margin-bottom: 25px;
    padding-top: 40px;
  }

  .section2 {
    margin-bottom: 30px;
  }

  .section2.section-loader {
    margin-bottom: 0px;
  }

  .section2.section-contact {
    height: auto;
    max-height: 650px;
  }

  .section2.section-about-us {
    height: auto;
    max-height: 650px;
  }

  .bold-text {
    margin-bottom: 0px;
    font-size: 38px;
    line-height: 42px;
  }

  .text-block-2 {
    font-size: 26px;
  }

  .sticky-scroll-div2 {
    display: none;
  }

  .website-link {
    display: none;
  }

  .heading-4 {
    font-size: 38px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding: 26px;
  }

  .section.overlap-margin {
    margin-top: 50px;
    padding: 0px;
  }

  .section.section-loader {
    padding: 0px;
  }

  .section.section-contact {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.section-about-us {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.far-wide {
    max-width: 600px;
    margin-right: 15px;
    margin-bottom: 25px;
    margin-left: 15px;
    padding-right: 40px;
    padding-left: 40px;
    border-width: 5px;
  }

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

  .about-us-description {
    width: 95%;
    max-width: 550px;
  }

  .about-us-description.white-font {
    width: 100%;
    max-width: 540px;
    color: #000;
  }

  .about-us-logo {
    width: 200px;
    margin-top: 0px;
  }

  .about-us-list-simple {
    width: auto;
    max-width: 95%;
    min-width: 0px;
    margin-bottom: 20px;
    font-size: 15px;
  }

  .logo-grid {
    margin-top: 0px;
    margin-bottom: 0px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .heading {
    margin-top: 40px;
    margin-bottom: 25px;
    font-size: 26px;
  }

  .heading.title {
    margin-top: 75px;
    margin-bottom: 50px;
    font-size: 30px;
  }

  .heading.locations {
    margin-top: -20px;
    margin-bottom: 50px;
    font-size: 26px;
  }

  .heading.projects {
    margin-top: 75px;
    margin-bottom: 0px;
    font-size: 30px;
  }

  .heading.clients {
    margin-bottom: 30px;
  }

  .heading.title2 {
    margin-top: 100px;
    margin-bottom: 50px;
    font-size: 30px;
  }

  .master {
    max-width: 100%;
    padding-right: 23px;
    padding-left: 23px;
  }

  .location-list {
    margin-bottom: 0px;
    margin-left: 30px;
  }

  .map {
    margin-bottom: 0px;
  }

  .contact-us-info {
    margin-bottom: 50px;
  }

  .contact-us-logo {
    margin-top: 25px;
  }

  .video-div {
    margin-top: 15px;
  }

  .sticky-map {
    position: relative;
  }

  .slider-div {
    height: auto;
    padding: 12px;
  }

  .slider-modal {
    padding: 13px;
  }

  .logo-cube {
    width: 85px;
    height: 85px;
  }

  .see-more-underline {
    height: 3px;
  }

  .see-more-button {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .about-us-list {
    margin-top: 30px;
    padding-left: 0px;
  }

  .list-item {
    color: #000;
    font-size: 16px;
  }

  .sticky-group {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .about-us-div {
    max-height: none;
  }

  .projects-img-3 {
    width: 100%;
  }

  .about-us-blue {
    max-height: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 25px 40px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
  }

  .list-item-black {
    font-size: 16px;
  }

  .heading-2 {
    max-width: 540px;
    color: #000;
    font-size: 28px;
    line-height: 34px;
  }

  .heading2 {
    margin-top: -47px;
    margin-bottom: 25px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 26px;
  }

  .heading2.title {
    margin-top: 75px;
    margin-bottom: 50px;
    font-size: 30px;
  }

  .heading2.locations {
    margin-top: -20px;
    margin-bottom: 50px;
    font-size: 26px;
  }

  .heading2.projects {
    margin-top: 75px;
    margin-bottom: 0px;
    font-size: 30px;
  }

  .pricing {
    width: 100%;
    max-width: 550px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .section2 {
    margin-bottom: 0px;
    padding: 26px;
  }

  .section2.overlap-margin {
    margin-top: 100px;
    padding: 0px;
  }

  .section2.section-loader {
    padding: 0px;
  }

  .section2.section-contact {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section2.section-about-us {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .bold-text {
    margin-bottom: 0px;
    font-size: 36px;
    line-height: 42px;
  }

  .text-block-2 {
    font-size: 22px;
    line-height: 26px;
  }

  .far-wide-text {
    width: 100%;
    max-width: 550px;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 19px;
  }

  .image-3 {
    display: none;
  }

  .process-title {
    width: 100%;
    max-width: 550px;
    font-size: 24px;
  }

  .process-des {
    font-size: 18px;
  }

  .div-block-5 {
    width: 450px;
    padding-right: 45px;
    padding-left: 45px;
    border-width: 5px;
  }

  .heading-3 {
    margin-bottom: 5px;
  }

  .process-title-2 {
    font-size: 24px;
  }

  .process-des-2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding: 0px;
  }

  .section.overlap-margin {
    margin-top: 70px;
    padding: 0px;
  }

  .section.section-loader {
    width: 120%;
  }

  .section.far-wide {
    width: auto;
    margin: 65px 14px 25px;
    padding-right: 14px;
    padding-left: 14px;
    border-style: none none none solid;
  }

  .about-us-description {
    width: 95%;
    max-width: 410px;
    margin-right: 15px;
    margin-left: 15px;
    font-size: 14px;
  }

  .about-us-description.white-font {
    font-size: 16px;
  }

  .about-us-logo {
    width: 170px;
  }

  .about-us-list-simple {
    width: 95%;
    max-width: 410px;
    margin-right: 15px;
    margin-bottom: 42px;
    margin-left: 15px;
    line-height: 25px;
  }

  .logo-grid {
    max-width: 340px;
    margin-right: 15px;
    margin-bottom: 25px;
    margin-left: 15px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    grid-auto-flow: row;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .heading {
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 22px;
  }

  .heading.title {
    display: block;
    margin-bottom: 65px;
  }

  .heading.locations {
    margin-top: 10px;
    margin-bottom: 50px;
    font-size: 24px;
  }

  .heading.projects {
    display: block;
  }

  .heading.service {
    margin-top: -22px;
    margin-bottom: 10px;
  }

  .heading.title2 {
    display: block;
    margin-top: 60px;
  }

  .master {
    overflow: hidden;
    padding-right: 11px;
    padding-left: 11px;
  }

  .location-list {
    margin-top: 30px;
    margin-bottom: 0px;
    margin-left: 15px;
    font-size: 16px;
    line-height: 30px;
  }

  .map {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .contact-us-left {
    display: none;
  }

  .contact-us-right {
    margin-left: 0px;
    text-align: center;
  }

  .contact-us-logo {
    width: 165px;
  }

  .video-div {
    width: 100%;
    margin-top: 0px;
  }

  .sticky-map {
    position: relative;
  }

  .home-logo {
    margin-top: 10px;
  }

  .footer-text {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .footer {
    height: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slider-div {
    height: auto;
  }

  .see-more-text {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 18px;
  }

  .photo-stack {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .logo-proj {
    display: none;
  }

  .logo-cube {
    width: 20%;
    height: auto;
    min-height: 70px;
    min-width: 70px;
  }

  .logo-cube.col5 {
    display: none;
  }

  .see-more-underline {
    height: 2px;
  }

  .about-us-list {
    margin-top: 20px;
  }

  .bullet {
    display: none;
  }

  .projects-img-3.pad {
    margin-bottom: 12px;
  }

  .contact-bg {
    height: 400px;
    margin-top: 45px;
  }

  .about-us-blue {
    padding-right: 14px;
    padding-left: 14px;
  }

  .heading-2 {
    font-size: 24px;
  }

  .heading2 {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 24px;
    line-height: 28px;
  }

  .heading2.title {
    display: block;
    margin-top: 60px;
  }

  .heading2.locations {
    margin-top: 10px;
    margin-bottom: 50px;
    font-size: 24px;
  }

  .heading2.projects {
    display: block;
    margin-top: 60px;
  }

  .pricing {
    width: 95%;
    max-width: 410px;
    margin-right: 15px;
    margin-bottom: 50px;
    margin-left: 15px;
    font-size: 16px;
    line-height: 20px;
  }

  .section2 {
    margin-top: -15px;
    margin-bottom: 30px;
    padding: 0px 0px 0px 14px;
  }

  .section2.overlap-margin {
    margin-top: 70px;
    padding: 0px;
  }

  .section2.section-loader {
    width: 120%;
    margin-bottom: 24px;
  }

  .bold-text {
    font-size: 30px;
    line-height: 34px;
  }

  .text-block-2 {
    font-size: 18px;
    line-height: 22px;
  }

  .far-wide-text {
    max-width: 410px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 20px;
  }

  .process-title {
    width: 95%;
    max-width: 410px;
    margin-top: 14px;
    font-size: 20px;
    line-height: 26px;
  }

  .process-des {
    font-size: 16px;
  }

  .div-block-5 {
    width: 100%;
    max-width: 360px;
    padding-right: 0px;
    padding-bottom: 25px;
    padding-left: 0px;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
  }

  .div-block-5.bot {
    margin-top: 25px;
    padding-top: 0px;
    border-top: 5px solid #dc653a;
    background-color: rgba(255, 255, 255, 0.18);
  }

  .process-title-2 {
    margin-top: -22px;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #fff;
    font-size: 22px;
    line-height: 44px;
  }

  .process-des-2 {
    font-size: 16px;
  }

  .utility-page-content {
    width: 90%;
  }
}

