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

.panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.panel.two {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(66%, transparent), color-stop(88%, rgba(0, 0, 0, 0.77))), url('../images/BB-Falls-s.png');
  background-image: linear-gradient(180deg, transparent 66%, rgba(0, 0, 0, 0.77) 88%), url('../images/BB-Falls-s.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.panel.one {
  background-image: none;
}

.panel.three {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(71%, transparent), color-stop(87%, rgba(0, 0, 0, 0.72))), url('../images/Landscape-s.png');
  background-image: linear-gradient(180deg, transparent 71%, rgba(0, 0, 0, 0.72) 87%), url('../images/Landscape-s.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.panel.site-development {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(89%, rgba(0, 0, 0, 0.65))), url('../images/Site-Services.png');
  background-image: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.65) 89%), url('../images/Site-Services.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.panel.material-supply {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(74%, transparent), color-stop(84%, rgba(0, 0, 0, 0.57))), url('../images/Material-Supply.jpg');
  background-image: linear-gradient(180deg, transparent 74%, rgba(0, 0, 0, 0.57) 84%), url('../images/Material-Supply.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.panel.reviews {
  background-image: url('../images/Reviews-s.png');
}

.panel.gallery {
  background-image: url('../images/River-Boat-s.png');
}

.panel.contact {
  background-image: url('../images/a-WaterfallEdit1-s.png');
}

.panel.footer {
  height: auto;
  background-color: #2d2d2d;
  background-image: none;
}

.panel._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(89%, rgba(0, 0, 0, 0.65))), url('../images/Site-Services-s.png');
  background-image: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.65) 89%), url('../images/Site-Services-s.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.content {
  display: block;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.background-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: rgba(0, 0, 0, 0.19);
}

.le {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.orange-div {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 43vw;
  height: 20vh;
  margin-right: 0.2vw;
  padding-top: 2vh;
  padding-right: 1vw;
  padding-left: 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3aa03), to(#f3aa03));
  background-image: linear-gradient(180deg, #f3aa03, #f3aa03);
}

.orange-div.chamfered {
  padding-right: 6vw;
  background-image: url('../images/Orange-Rectangle.svg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.arrow-div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.arrow-div.sidebar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.arrow-div.about {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image {
  width: auto;
  min-width: 19px;
  margin-bottom: 6vh;
}

.orange-box-title {
  margin-top: 10px;
  font-family: Hind, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  text-align: left;
}

.heading-2 {
  font-family: Hind, sans-serif;
  color: #ebebeb;
  font-size: 10px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 2.4px;
}

.orange-box-paragraph {
  margin-top: 0px;
  font-family: Raleway, sans-serif;
  color: #fff;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
}

.orange-box-paragraph.sidebar {
  margin-top: 8vh;
  margin-right: 4vw;
  margin-left: 4vw;
}

.orange-box-paragraph.sidebar.landscape {
  font-size: 17px;
  line-height: 29px;
}

.orange-box-paragraph.quote {
  display: block;
  padding-top: 0vw;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-link-text {
  float: none;
  clear: none;
  font-family: Hind, sans-serif;
  color: #fff;
  font-weight: 500;
}

.nav-link-text.w--current {
  color: #fff;
  font-weight: 700;
}

.nav-link-text.hamburger {
  display: block;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-link-text.hamburger:hover {
  background-color: #be8501;
}

.nav-link-text.white {
  color: #2d2d2d;
}

.brand {
  margin-right: 0vw;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-2 {
  width: 120px;
  padding-bottom: 0px;
}

.upper-panel-div {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hamburger-menu {
  display: block;
  width: 12vh;
  height: 12vh;
  -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-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: #f3aa03;
}

.side-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12vh;
  height: 70vh;
  margin-top: 0.5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: transparent;
  background-image: url('../images/Sidebar-right.svg');
  background-position: 0% 100%;
  background-size: cover;
}

.side-bar.landscapes {
  position: relative;
  height: 70vh;
  background-image: url('../images/Sidebar---Left.svg');
  background-repeat: no-repeat;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.side-bar.contact {
  height: 84vh;
}

.link-block {
  margin-right: 75vw;
  padding-top: 2vh;
  clear: none;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-3 {
  height: 8vh;
}

.hamburger-nav {
  display: block;
  width: 100%;
  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-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.menu-button {
  display: block;
  width: auto;
  height: auto;
  padding: 0px;
  -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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon {
  height: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 51px;
  line-height: 12px;
}

.nav-menu {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15vw;
  height: auto;
  margin-right: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #f3aa03;
}

.big-title {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 3vw;
  background-image: url('../images/BB-Falls.png');
  background-position: 0% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: Hind, sans-serif;
  color: rgba(53, 73, 172, 0);
  font-size: 11vw;
  line-height: 11vw;
  text-align: center;
}

.big-title.three {
  width: auto;
  margin-top: 0vh;
  margin-right: 0vw;
  margin-left: 0vw;
  padding-top: 0px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  background-image: url('../images/Landscape.png');
  background-position: 100% 100%;
  background-size: 106vw 100vh;
  background-attachment: scroll;
  font-size: 11vw;
  line-height: 12vw;
  text-align: left;
}

.big-title.site-services {
  margin-left: 11vw;
  background-image: url('../images/Site-Services.png');
  background-position: 0% 100%;
  background-size: 100vw 100vh;
  font-size: 10vw;
}

.big-title.material-supply {
  margin-left: 0vw;
  background-image: url('../images/Material-Supply.jpg');
  background-position: 50% 100%;
  background-size: 100vw 100vh;
  font-size: 10vw;
}

.big-title.gallery {
  background-image: none;
}

.big-title.landscapes {
  width: auto;
  margin-top: 0vh;
  margin-right: 0vw;
  margin-left: 0vw;
  padding-top: 0px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  background-image: url('../images/Landscape.png');
  background-position: 100% 100%;
  background-size: 106vw 100vh;
  background-attachment: scroll;
  font-size: 11vw;
  line-height: 12vw;
  text-align: left;
}

.lower-panel-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 17.5vh;
  margin-top: 0vh;
  padding-left: 0vw;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.lower-panel-div.landscape {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: -7vh;
  margin-left: 26vw;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
}

.lower-panel-div.material-supply {
  margin-top: -6vh;
  margin-left: 13vw;
}

.lower-panel-div.gallery {
  margin-top: -3vh;
  margin-left: 0vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sidebar-heading {
  margin-bottom: 11vh;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: Hind, sans-serif;
  color: #fcecec;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2.4px;
}

.sidebar-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.sidebar-div.landscapes {
  margin-top: 0vh;
  margin-bottom: 1vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.sidebar-text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36vw;
  height: 64vh;
  margin-top: 0.5vh;
  margin-right: 0.5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/Sidebar-Pull-Out-right.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.sidebar-text-box.landscapes {
  width: 44vw;
  height: 53.5vh;
  margin-top: 0vh;
  margin-bottom: 13vh;
  margin-left: 0.5vh;
  background-image: url('../images/Sidebar-Box.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

.paragraph {
  margin-top: 9vh;
  margin-right: 2vw;
  margin-left: 2vw;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5vh;
  margin-left: 4vw;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  text-decoration: none;
}

.read-more-header {
  margin-left: 1vw;
  font-family: Hind, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 3px;
  text-decoration: none;
}

.image-4 {
  line-height: 16px;
}

.sidebar-text-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36vw;
  height: 64vh;
  margin-top: 0.5vh;
  margin-right: 0.5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/Sidebar-Pull-Out-right.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.sidebar-text-div.reviews {
  display: block;
  width: 49vw;
  height: 64vh;
  padding: 5vh 3vh;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sidebar-text-div.contact {
  display: block;
  width: 49vw;
  height: 77vh;
  padding: 2.5vh 3vh 5vh;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.read-more-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5vh;
  margin-left: 4vw;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  text-decoration: none;
}

.nav-menu-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.wide-header {
  margin-top: 10px;
  font-family: Hind, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 35px;
  font-weight: 600;
  letter-spacing: 5px;
}

.wide-header.black {
  margin-bottom: 30px;
  color: #2d2d2d;
}

.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 48vh;
  -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-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.paragraph-2 {
  padding-top: 5vw;
  padding-right: 5vw;
  padding-left: 5vw;
}

.heading-4 {
  margin-top: 2vw;
  font-family: Raleway, sans-serif;
  color: #fff;
  text-align: center;
}

.gallery {
  position: static;
  display: block;
  overflow: visible;
  width: 100%;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

.gallery-grid-container {
  display: -ms-grid;
  display: grid;
  width: auto;
  margin-top: 0px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-areas: ".";
  -ms-grid-columns: 27vw 5px 27vw 5px 27vw;
  grid-template-columns: 27vw 27vw 27vw;
  -ms-grid-rows: 25vh 5px 25vh;
  grid-template-rows: 25vh 25vh;
}

.gallery-lightbox {
  position: static;
  overflow: hidden;
  width: auto;
  height: auto;
}

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.div-block-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 8vw;
  margin-left: 8vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.gallary-header {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0vw;
  font-family: Hind, sans-serif;
  color: rgba(255, 255, 255, 0.32);
  font-size: 10vw;
  line-height: 11vw;
  text-align: center;
}

.gallary-header.three {
  width: auto;
  margin-top: 0vh;
  margin-right: 0vw;
  margin-left: 0vw;
  padding-top: 0px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  background-image: url('../images/Landscape.png');
  background-position: 100% 100%;
  background-size: 106vw 100vh;
  background-attachment: scroll;
  font-size: 13vw;
  line-height: 12vw;
  text-align: left;
}

.gallary-header.site-services {
  margin-left: 11vw;
  background-image: url('../images/Site-Services.png');
  background-position: 0% 100%;
  background-size: 100vw 100vh;
}

.gallary-header.material-supply {
  margin-left: 0vw;
  background-image: url('../images/Material-Supply.png');
  background-position: 0% 100%;
  background-size: 100vw 100vh;
  font-size: 10vw;
}

.gallary-header.gallery {
  background-image: none;
}

.grid {
  overflow: visible;
  width: auto;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 6px;
  grid-row-gap: 5px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 30vh 30vh;
  grid-template-rows: 30vh 30vh;
}

.gallary-lightbox {
  overflow: hidden;
  width: auto;
  height: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.gallary-image {
  display: inline-block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 10px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-field-label {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: left;
}

.contact-field-label.black {
  color: #000;
}

.contact-text-field {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #fff;
  background-color: hsla(0, 0%, 75.3%, 0);
  color: #fff;
  line-height: 7px;
}

.contact-text-field.black {
  color: #252525;
}

.contact-text-field.black {
  border-bottom-color: #000;
}

.form-block {
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-block.contact-page {
  width: 100%;
}

.button {
  margin-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 0px;
  border-color: #fff;
  background-color: #f3aa03;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-weight: 600;
}

.button.submit {
  padding: 12px 40px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.button.service-button {
  margin-top: -5vh;
  margin-right: 0vw;
  margin-bottom: 0vh;
  padding: 2vw 6vw;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: opacity 450ms ease, padding-left 400ms ease;
  transition: opacity 450ms ease, padding-left 400ms ease;
  font-size: 20px;
}

.button.service-button:hover {
  margin-right: 0vw;
  padding-right: 6vw;
  padding-left: 7vw;
  background-color: #e9a200;
  opacity: 0.91;
  text-decoration: none;
}

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

.button.contact {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.button.reviews {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-width: 2px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #2d2d2d;
}

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

.text-block {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-weight: 600;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-icon {
  padding: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-5 {
  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;
}

.footer-nav-link {
  padding-top: 5px;
  padding-bottom: 5px;
}

.preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -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: #2d2d2d;
  -o-object-fit: fill;
  object-fit: fill;
}

.lottie-animation {
  width: 300px;
}

.preloader-text {
  font-family: Hind, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 5px;
}

.section {
  padding: 100px 0vw 50px 3vw;
}

.section.two {
  padding-top: 50px;
}

.section.material-supply {
  padding-top: 50px;
}

.section.careers {
  padding-right: 7vw;
  padding-bottom: 80px;
  padding-left: 7vw;
  background-image: url('../images/Dump-Truck.svg');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.section.apply {
  padding-right: 5vw;
  padding-bottom: 100px;
  padding-left: 5vw;
}

.section.services {
  height: 90vh;
  background-image: url('../images/Services-Background_1.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  margin-top: 0px;
  padding-top: 10vh;
  padding-bottom: 10vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-image: url('../images/Landscape-Wall.png');
  background-position: 100% 50%;
  background-size: 67vw;
  background-repeat: no-repeat;
}

.service-header.site-development {
  height: 70vh;
  background-image: url('../images/Site-Services.png');
  background-position: 100% 50%;
  background-size: 67vw;
}

.service-header.site-development.gradient {
  background-image: linear-gradient(266deg, hsla(0, 0%, 100%, 0) 40%, #fff 75%), url('../images/Site-Services.png');
  background-position: 0px 0px, 100% 0%;
  background-size: auto, 67vw;
  background-repeat: repeat, no-repeat;
}

.service-header.site-development {
  background-image: url('../images/Site-Services.png');
}

.service-header.site-services {
  background-image: url('../images/Barge.png');
}

.service-header.material-supply {
  background-image: url('../images/material-Supply_2.png');
  background-position: 100% 100%;
  background-size: 67vw;
  background-repeat: no-repeat;
}

.page-header {
  font-family: Hind, sans-serif;
  font-size: 60px;
  line-height: 75px;
}

.page-header.contact {
  margin-right: 25vw;
  color: #fff;
  font-size: 40px;
  line-height: 57px;
  font-weight: 600;
}

.page-header.about {
  margin-right: 25vw;
  color: #fff;
  font-size: 40px;
  line-height: 57px;
  font-weight: 600;
}

.page-title-orange {
  font-family: Hind, sans-serif;
  color: #f3aa03;
  font-weight: 600;
}

.orange-service-box {
  margin-top: -16vh;
  margin-right: 12.7vw;
  margin-left: 13vw;
  padding: 5vh 14vw 5vh 16vw;
  background-color: #f3aa03;
}

.div-block-9 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 100px;
  padding-left: 13vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.div-block-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-5 {
  position: relative;
  z-index: -1;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10vh;
  padding-left: 16vw;
  border-radius: 0px;
}

.section-title {
  margin-top: 0px;
  font-family: Hind, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.div-block-12 {
  margin-right: 6vw;
}

.div-block-13 {
  width: 31vw;
}

.black-paragraph-text {
  padding-top: 17px;
  font-family: Raleway, sans-serif;
  line-height: 26px;
}

.black-paragraph-text.first {
  padding-top: 0px;
}

.black-paragraph-text.about {
  margin-top: 30px;
}

.image-6 {
  width: 46vw;
  margin-left: 8vw;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.orange-box {
  padding: 7vh;
  background-color: #f3aa03;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-16 {
  width: 33vw;
  margin-top: 10vh;
  margin-right: 14vw;
  margin-left: 14vw;
}

.image-7 {
  width: 36vw;
}

.third-service-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12vh;
  padding-bottom: 6vh;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.third-service-div.site-services {
  padding-bottom: 12vh;
}

.grey-box {
  margin-bottom: -6vh;
  margin-left: -4vw;
  padding: 7vh;
  background-color: #2d2d2d;
}

.third-service-text {
  width: 33vw;
  margin-top: 0vh;
  margin-right: 8vw;
  margin-left: 3vw;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.section-2-image {
  width: 53vw;
  margin-left: 8vw;
}

.fourth-service-text {
  width: 32vw;
  margin-top: 0vh;
  margin-right: 0vw;
  margin-left: 13vw;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.third-service-div-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 13vh;
  padding-bottom: 6vh;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.fourth-service-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 13vh;
  padding-bottom: 6vh;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-8 {
  height: 75px;
}

.navbar-2 {
  position: absolute;
  width: 100%;
  background-color: transparent;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 3vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #2d2d2d;
}

.gallery-section.test {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 45, 45, 0.98)), to(rgba(45, 45, 45, 0.98))), url('../images/excavator.png');
  background-image: linear-gradient(180deg, rgba(45, 45, 45, 0.98), rgba(45, 45, 45, 0.98)), url('../images/excavator.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 115px;
  background-repeat: repeat, repeat;
}

.galery-header {
  margin-top: 4vh;
  margin-bottom: 6vh;
  font-family: Hind, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 5px;
}

.galary-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 67vh;
  margin-right: 8vw;
  margin-left: 8vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hidden-lightbox {
  display: none;
}

.lot-clearing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4vh;
  padding-right: 16vw;
  padding-bottom: 10vh;
  padding-left: 0vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.lot-clearing-photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.roads-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lot-clearing-image {
  width: 53vw;
  margin-left: 0vw;
}

.roads-image {
  width: 44vw;
}

.roads-text {
  width: 33vw;
  margin-top: 10vh;
  margin-right: 11vw;
  margin-left: 0vw;
}

.tab-header {
  font-family: Hind, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.tabs {
  margin-right: 13vw;
  margin-left: 13vw;
}

.tab-link-tab-1 {
  background-color: #2d2d2d;
}

.tab-link-tab-1.w--current {
  padding: 12px 40px;
  background-color: #2d2d2d;
}

.tab {
  padding: 20px 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #2d2d2d;
}

.tab.w--current {
  padding: 20px 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 0px none #f3aa03;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #2d2d2d;
}

.tab._2 {
  background-color: #b49364;
}

.tab._3 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #235830;
}

.tab-link-tab-3 {
  padding: 12px 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #461b02;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.tab-pane-tab-1 {
  padding: 2vw 3vw;
  background-color: #2d2d2d;
}

.aggregate-heading {
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.grid-2 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-19 {
  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;
}

.tab-pane-tab-2 {
  padding: 2vh 3vw;
  background-color: #b49364;
}

.tab-pane-tab-3 {
  padding: 2vh 3vw;
  background-color: #235830;
}

.contact-header {
  height: 92vh;
  background-color: rgba(15, 15, 15, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/Contact-Header.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/Contact-Header.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.contact-heading-text {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 15vh;
  padding-bottom: 15vh;
  padding-left: 13vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-21 {
  width: 17vw;
  padding: 4vh 2vw;
  background-image: url('../images/Rectangle-Contact.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-links-header {
  margin-top: 0vh;
  margin-bottom: 3vh;
  font-family: Hind, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 5px;
}

.social-block {
  padding-right: 2vw;
  padding-left: 2vw;
}

.social-block.linkedin {
  display: none;
}

.section-2 {
  margin-right: 13vw;
  margin-left: 13vw;
}

.section-3 {
  margin: 6vw 10vw;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-right: 13vw;
  padding-left: 13vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-4 {
  margin-top: 100px;
  padding-bottom: 40px;
}

.contact-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.image-9 {
  padding-right: 30px;
}

.contact-icon {
  padding-right: 30px;
}

.bold-text-2 {
  font-family: Raleway, sans-serif;
  font-weight: 500;
}

.section-5 {
  height: 69vh;
  margin-top: 6vh;
}

.map {
  height: 100%;
}

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

.careers-headers {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 15vh;
  padding-bottom: 15vh;
  padding-left: 13vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.careers-header {
  height: 80vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.41)), to(rgba(0, 0, 0, 0.41))), url('../images/careers-Header.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.41), rgba(0, 0, 0, 0.41)), url('../images/careers-Header.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bold-text-3 {
  font-weight: 600;
}

.careers-heading-text {
  line-height: 49px;
  font-weight: 600;
}

.black-header {
  font-family: Hind, sans-serif;
  color: #2d2d2d;
  text-align: left;
}

.black-header.apply {
  text-align: center;
}

.black-header.about {
  margin-top: 50px;
}

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

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 3vw;
  padding-left: 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading-6 {
  letter-spacing: 1px;
}

.heading-7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Hind, sans-serif;
  font-weight: 600;
  letter-spacing: 5px;
}

.benifits-header {
  margin-top: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Hind, sans-serif;
  color: #2d2d2d;
  font-weight: 600;
  letter-spacing: 5px;
}

.grid-3 {
  margin-top: 70px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.benifits-picture {
  width: 38%;
  max-width: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.section-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;
  background-image: url('../images/IMG_8642.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-25 {
  width: 33vw;
  height: 14vh;
  background-color: #2d2d2d;
}

.div-block-25.two {
  background-color: transparent;
}

.div-block-26 {
  padding: 10vh 7vw;
  background-color: #fff;
  background-image: url('../images/excavator.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.grid-4 {
  padding-bottom: 10vh;
  grid-column-gap: 41px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-27 {
  width: 73vw;
  margin-top: 8vh;
}

.position-header {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Hind, sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: center;
  letter-spacing: 3px;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2vw 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2d2d2d;
}

.white-paragraph-text {
  padding-top: 17px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
}

.white-paragraph-text.first {
  padding-top: 0px;
}

.div-block-29 {
  width: 15vw;
  height: 33vh;
  margin-top: -10vh;
  margin-bottom: -10vh;
  background-color: #f3aa03;
}

.apply-subheader {
  margin-top: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Hind, sans-serif;
  color: #757575;
  line-height: 31px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 4px;
}

.drop-down-form {
  background-color: transparent;
}

.service-heading-text {
  font-weight: 600;
}

.lanscape-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 70px;
  margin-bottom: 70px;
  padding-left: 3vw;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-30 {
  height: 30vh;
}

.lanscape-section-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Landscape-Service.png');
  background-position: 0% 100%;
  background-size: 100vw;
  background-repeat: no-repeat;
}

.site-development {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Landscape-Service.png');
  background-position: 0% 100%;
  background-size: 100vw;
  background-repeat: no-repeat;
}

.site-development-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 5vh;
  margin-bottom: 5vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Site-Development-Background.png');
  background-position: 50% 0%;
  background-size: 100vw;
  background-repeat: no-repeat;
}

.site-services-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 5vh;
  margin-bottom: 5vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Group-3.png');
  background-position: 50% 0%;
  background-size: 100vw;
  background-repeat: no-repeat;
}

.material-supply-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 5vh;
  margin-bottom: 5vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Materials.png');
  background-position: 50% 0%;
  background-size: 100vw;
  background-repeat: no-repeat;
}

.services-header {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 15vh;
  padding-bottom: 15vh;
  padding-left: 13vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.link-block-3 {
  position: static;
  width: 65vw;
  height: auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.about-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.48)), to(rgba(0, 0, 0, 0.48))), url('../images/About-Header.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.48)), url('../images/About-Header.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.about-heading-text {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90%;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 15vh;
  padding-bottom: 15vh;
  padding-left: 13vw;
  -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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.white-about-div {
  width: 60vw;
  padding: 10vh 7vw;
  background-color: #fff;
  background-image: url('../images/excavator.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.white-about-div.two {
  background-image: none;
}

.image-10 {
  width: 120px;
  margin-top: 10px;
  line-height: 22px;
}

.footer-2 {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

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

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.copywrite {
  padding-bottom: 20px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.values-section {
  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;
  background-image: url('../images/Screen-Shot-2020-11-04-at-4.09.53-PM.png');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.values-section.two {
  margin-top: 100px;
  -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;
  background-image: url('../images/Road10.png');
}

.orange-left-div {
  width: 15vw;
  height: 20vh;
  margin-top: -10vh;
  margin-bottom: -10vh;
  background-color: #f3aa03;
}

.section-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-32 {
  padding-top: 2vw;
  padding-bottom: 2vw;
  padding-left: 15vw;
}

.div-block-33 {
  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;
}

.div-block-34 {
  width: 74vw;
  padding-top: 32vh;
  padding-right: 12vw;
  padding-left: 5vw;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-36 {
  width: 7vw;
  height: 7vw;
  margin-bottom: -3.5vh;
  margin-left: -3.5vw;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: #f3aa03;
}

.image-11 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-8 {
  display: block;
  height: 80vh;
  padding-top: 120px;
  padding-right: 3vw;
  padding-left: 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-37 {
  margin-top: -104px;
  margin-right: 9vw;
  margin-left: 9vw;
  padding-top: 4vw;
  padding-right: 16vw;
  padding-left: 16vw;
  background-color: #fff;
  opacity: 0.99;
}

.div-block-38 {
  overflow: hidden;
  height: 70vh;
  background-image: url('../images/Barge_1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.faq-question-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.faq-question-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-right: 15px;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  color: #191b22;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.question-title {
  font-family: Raleway, sans-serif;
  color: #f3aa03;
  font-size: 18px;
  font-weight: 600;
}

.plus {
  opacity: 0.5;
}

.faq-content {
  display: block;
  overflow: hidden;
  margin-top: -2px;
}

.faq-paragraph {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Raleway, sans-serif;
  color: #7e828f;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.25px;
}

.section-9 {
  margin-top: 200px;
  padding-right: 12vw;
  padding-bottom: 100px;
  padding-left: 12vw;
}

.mba-div {
  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;
}

.link-block-mobile {
  position: static;
  display: none;
  width: 80vw;
  height: auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.site-dev-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 70px;
  margin-bottom: 70px;
  padding-right: 3vw;
  padding-left: 3vw;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.site-dev-link {
  position: static;
  width: 65vw;
  height: auto;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.site-serv-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 70px;
  margin-bottom: 70px;
  padding-left: 3vw;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.site-serv-link {
  position: static;
  width: 65vw;
  height: auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.material-sup-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 70px;
  margin-bottom: 50px;
  padding-right: 3vw;
  padding-left: 3vw;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.revealer {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 100%;
  margin-right: 0vw;
  padding-top: 0vh;
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.revealer.chamfered {
  padding-right: 6vw;
  background-image: url('../images/Orange-Rectangle.svg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.revealer-1 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 999;
  display: none;
  width: 43vw;
  height: 20vh;
  background-color: #fff;
}

.home-galary {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 8vw;
  margin-left: 8vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body {
  overflow: hidden;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

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

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

.carnduff-co {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.image-12 {
  padding-right: 20px;
}

.image-13 {
  -o-object-fit: fill;
  object-fit: fill;
}

@media screen and (max-width: 991px) {
  .orange-box-title {
    font-size: 18px;
    line-height: 24px;
  }

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

  .orange-box-paragraph {
    margin-top: 30px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
  }

  .orange-box-paragraph.sidebar.landscape {
    font-size: 15px;
    line-height: 28px;
  }

  .orange-box-paragraph.quote {
    padding-right: 9vw;
    padding-left: 10vw;
  }

  .orange-box-paragraph.landscaping {
    margin-top: 25px;
  }

  .nav-link-text.white {
    color: #fff;
  }

  .side-bar.contact {
    background-image: none;
  }

  .link-block {
    margin-right: 68vw;
  }

  .big-title {
    font-size: 14vw;
    line-height: 15vw;
  }

  .lower-panel-div {
    height: 14vh;
  }

  .lower-panel-div.material-supply {
    margin-left: 21vw;
  }

  .lower-panel-div.gallery {
    height: 10vh;
    margin-left: 0vw;
  }

  .sidebar-div {
    width: 100vw;
  }

  .sidebar-text-div {
    width: 44vw;
  }

  .sidebar-text-div.reviews {
    width: 63vw;
  }

  .sidebar-text-div.contact {
    width: 63vw;
  }

  .icon-2 {
    color: #fff;
    font-size: 48px;
  }

  .wide-header {
    font-size: 16px;
  }

  .gallery-grid-container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .div-block-3 {
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .grid {
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: stretch;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-row-gap: 5px;
  }

  .gallary-lightbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .gallary-image {
    min-height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .button.service-button {
    margin-top: -3vh;
    font-size: 14px;
  }

  .footer {
    width: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section.two {
    padding-top: 25px;
  }

  .section.material-supply {
    padding-top: 25px;
  }

  .section.services {
    height: 82vh;
    background-image: url('../images/Services-Background.png');
    background-position: 0px 0px;
    background-size: cover;
  }

  .service-header {
    padding-top: 2vh;
    background-position: 100% 0%;
  }

  .service-header.site-development {
    height: 64vh;
  }

  .service-header.landscaping {
    height: 57vh;
  }

  .service-header.site-development {
    height: 64vh;
  }

  .page-header {
    font-size: 45px;
    line-height: 61px;
  }

  .page-header.contact {
    margin-right: 23vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 33px;
  }

  .page-header.about {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 33px;
  }

  .orange-service-box {
    margin-top: -18vh;
    margin-left: 0vw;
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .div-block-11 {
    padding-bottom: 6vh;
  }

  .div-block-13 {
    width: 43vw;
  }

  .black-paragraph-text {
    line-height: 19px;
  }

  .image-6 {
    width: 50vw;
    margin-left: -3vw;
  }

  .orange-box {
    padding: 4vh;
  }

  .div-block-16 {
    width: 45vw;
    margin-top: 6vh;
    margin-left: 2vw;
  }

  .image-7 {
    width: 43vw;
  }

  .third-service-div {
    margin-top: 7vh;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .third-service-div.site-services {
    padding-bottom: 10vh;
  }

  .grey-box {
    width: 7vh;
    height: 7vh;
    margin-bottom: -3vh;
    margin-left: -4vw;
    padding: 0vh;
  }

  .third-service-text {
    margin-right: 0vw;
    margin-left: 6vw;
  }

  .section-2-image {
    width: 56vw;
    margin-left: -3vw;
  }

  .fourth-service-text {
    width: 42vw;
    margin-left: 0vw;
  }

  .fourth-service-div {
    margin-top: 6vh;
    padding-bottom: 0vh;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav-menu-3 {
    background-color: #f3aa03;
  }

  .menu-button-3 {
    background-color: transparent;
  }

  .menu-button-3.w--open {
    background-color: #f3aa03;
  }

  .galery-header {
    margin-bottom: -1vh;
    font-size: 16px;
  }

  .galary-div {
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .lot-clearing {
    margin-top: 0vh;
    padding-bottom: 6vh;
  }

  .lot-clearing-image {
    width: 56vw;
    margin-left: 0vw;
  }

  .roads-image {
    width: 40vw;
  }

  .roads-text {
    width: 45vw;
    margin-top: 4vh;
    margin-right: 4vw;
    margin-left: 2vw;
  }

  .contact-heading-text {
    padding-left: 5vw;
  }

  .div-block-20 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-block-21 {
    width: 46vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .contact-links-header {
    margin-bottom: 0vh;
    padding-bottom: 20px;
    font-size: 16px;
  }

  .social-block {
    padding-right: 20px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-22 {
    height: auto;
    padding-right: 8vw;
    padding-left: 8vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .contact-icon {
    width: auto;
    height: 23px;
    padding-right: 15px;
    padding-left: 0px;
  }

  .bold-text-2 {
    font-size: 12px;
  }

  .div-block-23 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .careers-headers {
    padding-left: 5vw;
  }

  .black-header {
    font-weight: 600;
  }

  .grid-3 {
    margin-top: 70px;
  }

  .benifits-picture {
    width: 56%;
  }

  .div-block-26 {
    padding-top: 8vh;
    padding-right: 7vw;
    padding-bottom: 8vh;
  }

  .grid-4 {
    grid-column-gap: 14px;
  }

  .div-block-27 {
    width: 77vw;
  }

  .white-paragraph-text {
    line-height: 19px;
  }

  .div-block-29 {
    height: 28vh;
  }

  .apply-subheader {
    font-size: 17px;
  }

  .lanscape-section {
    height: auto;
    margin-top: 2vh;
    margin-bottom: 0vh;
    padding-right: 5vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-30 {
    width: 100vw;
    height: 59vh;
    margin-top: 30px;
    margin-right: 5vh;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../images/Landscape-Service.png');
    background-position: 0px 0px;
    background-size: 100vw;
    background-repeat: no-repeat;
  }

  .lanscape-section-copy {
    margin-top: 10vh;
    margin-bottom: 10vh;
    padding-right: 5vh;
  }

  .site-development {
    margin-top: 10vh;
    margin-bottom: 10vh;
    padding-right: 5vh;
  }

  .site-development-section {
    height: 83vh;
    margin-top: 10vh;
    margin-bottom: 10vh;
    padding-right: 5vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url('../images/Site-Development---Tablet.png');
  }

  .site-services-section {
    height: 95vh;
    margin-top: 10vh;
    margin-bottom: 10vh;
    padding-right: 5vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url('../images/Site-Servies.png');
    background-position: 50% 0%;
  }

  .material-supply-section {
    height: 84vh;
    margin-top: 10vh;
    margin-bottom: 10vh;
    padding-right: 5vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url('../images/Material-Supply---Tablet.png');
    background-position: 50% 0%;
  }

  .services-header {
    padding-left: 5vw;
  }

  .about-heading-text {
    padding-left: 5vw;
  }

  .white-about-div {
    width: 67vw;
    padding-top: 8vh;
    padding-right: 7vw;
    padding-bottom: 8vh;
  }

  .footer-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-31 {
    width: 100vw;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .orange-left-div {
    height: 31vh;
  }

  .link-block-mobile {
    display: none;
  }

  .site-dev-section {
    height: auto;
    margin-top: 6vh;
    margin-bottom: 0vh;
    padding-right: 5vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .site-serv-section {
    height: auto;
    margin-top: 6vh;
    margin-bottom: 0vh;
    padding-right: 5vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .material-sup-section {
    height: auto;
    margin-top: 6vh;
    margin-bottom: 50px;
    padding-right: 5vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .home-galary {
    width: auto;
    margin-right: 1vw;
    margin-left: 1vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .orange-box-title {
    font-size: 18px;
  }

  .orange-box-title.landscaping {
    font-size: 15px;
  }

  .orange-box-paragraph {
    font-size: 12px;
  }

  .orange-box-paragraph.sidebar {
    font-size: 12px;
  }

  .orange-box-paragraph.sidebar.landscape {
    font-size: 15px;
  }

  .orange-box-paragraph.quote {
    line-height: 18px;
  }

  .orange-box-paragraph.landscaping {
    margin-top: 15px;
  }

  .link-block {
    margin-right: auto;
  }

  .div-block-2 {
    width: 100%;
    padding-left: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .lower-panel-div.material-supply {
    height: 9vh;
    margin-top: 0vh;
  }

  .lower-panel-div.gallery {
    margin-top: -2vh;
  }

  .sidebar-div {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .sidebar-div.landscapes {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .sidebar-text-box.landscapes {
    width: 58vw;
  }

  .sidebar-text-div {
    width: 58vw;
  }

  .sidebar-text-div.reviews {
    overflow: hidden;
    padding-right: 1vw;
    padding-left: 1vw;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .sidebar-text-div.contact {
    overflow: scroll;
    height: 75vh;
    padding-right: 1vh;
    padding-left: 1vh;
  }

  .icon-2 {
    font-size: 41px;
  }

  .wide-header {
    font-size: 13px;
  }

  .wide-header.black {
    font-size: 18px;
  }

  .gallery {
    padding: 0px;
  }

  .gallery-grid-container {
    max-width: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .div-block-3 {
    width: auto;
    margin-right: 0vw;
    margin-left: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .grid {
    width: 78vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: stretch;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-columns: 37vw 37vw;
    grid-template-columns: 37vw 37vw;
    -ms-grid-rows: 20vh 20vh 20vh;
    grid-template-rows: 20vh 20vh 20vh;
  }

  .contact-form {
    padding: 10px 20px 40px;
  }

  .footer {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-nav-link {
    font-size: 12px;
  }

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

  .div-block-6 {
    display: block;
  }

  .preloader.landscape {
    display: none;
    overflow: visible;
    background-color: #c5c5c5;
  }

  .lottie-animation.landscape {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .section.two {
    padding-top: 0px;
  }

  .section.material-supply {
    padding-top: 0px;
  }

  .section.apply {
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .section.services {
    height: 100vh;
    padding-top: 60px;
    background-position: 50% 100%;
    background-repeat: no-repeat;
  }

  .service-header {
    padding-top: 2vh;
    padding-bottom: 6vh;
    background-position: 100% 0%;
  }

  .service-header.site-development {
    height: 41vh;
  }

  .service-header.landscaping {
    height: 43vh;
  }

  .service-header.site-development {
    height: 41vh;
  }

  .page-header {
    margin-top: 10px;
    font-size: 32px;
    line-height: 50px;
  }

  .page-header.contact {
    margin-right: 1vw;
  }

  .page-title-orange {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 18px;
  }

  .orange-service-box {
    margin-top: -15vh;
    margin-left: 0vw;
    padding: 2vh 5vw 3vh 9vw;
  }

  .div-block-9 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .section-title {
    font-size: 20px;
  }

  .black-paragraph-text {
    font-size: 12px;
    line-height: 20px;
  }

  .orange-box {
    padding: 4vh;
  }

  .third-service-div {
    margin-top: 4vh;
  }

  .third-service-text {
    width: 35vw;
    margin-left: 4vw;
  }

  .fourth-service-div {
    padding-bottom: 0vh;
  }

  .galery-header {
    font-size: 13px;
  }

  .galary-div {
    width: auto;
    margin-right: 0vw;
    margin-left: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

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

  .div-block-21 {
    width: 46vw;
    padding-top: 3vh;
    padding-bottom: 3vh;
  }

  .contact-links-header {
    font-size: 13px;
  }

  .div-block-22 {
    padding-right: 2vw;
    padding-left: 2vw;
  }

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

  .careers-heading-text {
    font-size: 20px;
    line-height: 20px;
  }

  .black-header.about {
    margin-top: 20px;
    line-height: 32px;
  }

  .div-block-26 {
    padding: 6vh 4vw 8vh;
  }

  .grid-4 {
    padding-bottom: 6vh;
  }

  .div-block-27 {
    width: 83vw;
  }

  .position-header {
    font-size: 14px;
    letter-spacing: 3px;
  }

  .white-paragraph-text {
    font-size: 10px;
  }

  .div-block-29 {
    height: 26vh;
  }

  .apply-subheader {
    font-size: 14px;
    letter-spacing: 2px;
  }

  .lanscape-section {
    height: auto;
    margin-top: 8vh;
  }

  .services-header {
    padding-top: 10vh;
    padding-bottom: 7vh;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .about-heading-text {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .white-about-div {
    padding: 6vh 4vw 8vh;
  }

  .footer-2 {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .div-block-31 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .orange-left-div {
    height: 31vh;
  }

  .faq-paragraph {
    font-size: 16px;
  }

  .section-9 {
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .link-block-4 {
    display: none;
  }

  .mba-div {
    display: none;
  }

  .link-block-mobile {
    display: none;
  }

  .site-dev-section {
    height: auto;
    margin-top: 8vh;
    padding-right: 3vw;
  }

  .site-serv-section {
    height: auto;
    margin-top: 8vh;
  }

  .material-sup-section {
    height: auto;
    margin-top: 8vh;
    padding-right: 3vw;
  }

  .home-galary {
    width: auto;
    margin-right: 0vw;
    margin-left: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .body {
    overflow: hidden;
  }

  .italic-text-2 {
    line-height: 22px;
  }

  .slide-2 {
    line-height: 18px;
  }
}

@media screen and (max-width: 479px) {
  .panel.one {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .panel.site-development {
    padding-right: 0vh;
  }

  .panel.footer {
    height: auto;
    background-image: none;
  }

  .panel._3 {
    padding-right: 0vh;
  }

  .background-video {
    position: relative;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .orange-div {
    width: 95vw;
    height: 18vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-image: url('../images/Orange-Rectangle.svg');
    background-position: 100% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .orange-div.chamfered {
    margin-top: 1vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f3aa03), to(#f3aa03)), url('../images/Orange-Rectangle.svg');
    background-image: linear-gradient(180deg, #f3aa03, #f3aa03), url('../images/Orange-Rectangle.svg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .arrow-div {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    line-height: 20px;
  }

  .arrow-div.w--current {
    display: none;
  }

  .arrow-div.sidebar {
    margin-bottom: 6vh;
  }

  .arrow-div.sidebar.w--current {
    margin-bottom: 6vh;
  }

  .image {
    min-width: 19px;
    margin-top: 1vh;
    margin-bottom: 1vh;
    font-size: 14px;
  }

  .orange-box-title {
    margin-top: 0px;
    font-size: 16px;
  }

  .orange-box-title.landscaping {
    font-size: 16px;
    line-height: 29px;
  }

  .heading-2 {
    margin-top: 5px;
  }

  .orange-box-paragraph {
    margin-top: 10px;
  }

  .orange-box-paragraph.sidebar {
    font-size: 12px;
    line-height: 19px;
  }

  .orange-box-paragraph.sidebar.landscape {
    margin-top: 7vh;
    font-size: 12px;
    line-height: 23px;
  }

  .orange-box-paragraph.quote {
    padding-right: 12vw;
    padding-left: 12vw;
  }

  .orange-box-paragraph.landscaping {
    margin-top: 15px;
    font-size: 12px;
    line-height: 20px;
  }

  .navbar {
    position: absolute;
    display: block;
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .container {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nav-link-text {
    display: block;
    text-align: left;
  }

  .nav-link-text:hover {
    background-color: #cc8e00;
  }

  .brand {
    margin-right: 0vw;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .hamburger-menu {
    width: 7vh;
    height: 7vh;
  }

  .side-bar {
    width: 7vh;
    height: 70vh;
    background-image: url('../images/Sidebar-right.svg');
    background-position: 0% 100%;
    background-size: cover;
  }

  .side-bar.landscapes {
    height: 70vh;
    padding-bottom: 3vh;
    background-position: 100% 0%;
  }

  .image-3 {
    height: 5vh;
  }

  .nav-menu {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    box-shadow: 0 0 20px 600px rgba(0, 0, 0, 0.51);
  }

  .big-title.site-services {
    margin-left: 3vw;
    font-size: 10vw;
    line-height: 10vw;
  }

  .big-title.material-supply {
    font-size: 11vw;
  }

  .big-title.landscapes {
    font-size: 13vw;
  }

  .lower-panel-div {
    height: 9vh;
    margin-top: -3vh;
  }

  .lower-panel-div.landscape {
    margin-top: -10vh;
  }

  .lower-panel-div.material-supply {
    margin-top: -8vh;
    margin-left: 19vw;
  }

  .lower-panel-div.gallery {
    height: 6vh;
    margin-top: -5vh;
    margin-left: 0vw;
  }

  .lower-panel-div.site-dev {
    height: auto;
    margin-top: -4vh;
  }

  .sidebar-div {
    max-height: none;
  }

  .sidebar-text-box.landscapes {
    width: 65vw;
    height: 52.5vh;
  }

  .read-more-header {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 14px;
  }

  .image-4 {
    height: 13px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    line-height: 13px;
  }

  .sidebar-text-div {
    width: 65vw;
    height: 64vh;
  }

  .sidebar-text-div.reviews {
    overflow: visible;
    width: 77vw;
    height: 64vh;
  }

  .sidebar-text-div.contact {
    overflow: visible;
    width: 77vw;
    height: 75vh;
  }

  .read-more-div {
    margin-bottom: 1vh;
    -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;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 13px;
    line-height: 18px;
  }

  .icon-2 {
    color: #fff;
    font-size: 43px;
  }

  .menu-button-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .menu-button-2.w--open {
    background-color: #f3aa03;
  }

  .nav-menu-2 {
    background-color: #f3aa03;
  }

  .wide-header {
    margin-top: 0px;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 2.5px;
  }

  .slider {
    height: 85%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-4 {
    font-size: 12px;
    font-weight: 600;
  }

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

  .centered-container {
    text-align: left;
  }

  .gallery-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .div-block-3 {
    height: 62vh;
    margin-top: 10px;
    margin-right: 5vw;
    margin-left: 5vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .gallary-header {
    margin-top: -2vh;
    font-size: 14vw;
    line-height: 16vw;
  }

  .gallary-header.site-services {
    margin-left: 3vw;
    font-size: 16vw;
    line-height: 16vw;
  }

  .gallary-header.material-supply {
    font-size: 11vw;
  }

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

  .icon-4 {
    margin-left: 5px;
  }

  .grid {
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column-gap: 5px;
    -ms-grid-columns: 38vw 38vw;
    grid-template-columns: 38vw 38vw;
    -ms-grid-rows: 13vh 13vh 13vh;
    grid-template-rows: 13vh 13vh 13vh;
  }

  .contact-form {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .contact-form-grid {
    margin-top: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .contact-text-field {
    margin-bottom: 5px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .form-block.contact-page {
    margin-top: 20px;
  }

  .button.service-button {
    margin-top: -4vh;
    padding: 5vw 10vw;
  }

  .button.service-button:hover {
    padding-right: 10vw;
    padding-left: 12vw;
  }

  .button.reviews {
    border-width: 2px;
    border-radius: 0px;
  }

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

  .div-block-5 {
    margin-top: 20px;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-6 {
    margin-top: 20px;
  }

  .section {
    padding-left: 0vw;
  }

  .section.two {
    padding-top: 0px;
  }

  .section.material-supply {
    padding-top: 0px;
  }

  .section.careers {
    padding-right: 2vw;
    padding-left: 2vw;
  }

  .section.apply {
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .section.services {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 2vw;
    background-position: 50% 50%;
  }

  .service-header {
    margin-top: 1vh;
    padding-top: 1vh;
  }

  .service-header.site-development {
    height: 35vh;
    padding-top: 0vh;
    background-image: url('../images/Site-Services.png');
  }

  .service-header.landscaping {
    height: 40vh;
  }

  .service-header.site-development {
    padding-top: 0vh;
  }

  .service-header.site-services {
    height: 38vh;
  }

  .service-header.material-supply {
    height: 42vh;
    background-position: 100% 0%;
    background-size: 70vw;
  }

  .page-header {
    font-size: 23px;
    line-height: 33px;
  }

  .page-header.site-development {
    font-size: 21px;
    line-height: 27px;
  }

  .page-header.contact {
    font-size: 21px;
    line-height: 41px;
  }

  .page-header.site-development-copy {
    font-size: 21px;
    line-height: 27px;
  }

  .page-header.about {
    margin-right: 3vw;
    font-size: 21px;
    line-height: 27px;
  }

  .page-title-orange {
    margin-top: 0px;
    font-size: 16px;
  }

  .orange-service-box {
    margin-top: -19vh;
    margin-right: 0vw;
    padding-top: 3vh;
  }

  .div-block-9 {
    padding-bottom: 92px;
  }

  .div-block-11 {
    padding-bottom: 10vh;
    padding-left: 3vw;
  }

  .div-block-13 {
    width: 59vw;
  }

  .black-paragraph-text {
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 19px;
  }

  .black-paragraph-text.about {
    margin-top: 10px;
    line-height: 20px;
  }

  .image-6 {
    width: auto;
    margin-left: 0vw;
  }

  .orange-box {
    padding: 4vh;
  }

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

  .div-block-16 {
    width: auto;
    margin-top: 6vh;
    margin-right: 3vw;
    margin-left: 3vw;
  }

  .image-7 {
    width: 47vw;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .third-service-div {
    margin-top: 6vh;
    padding-bottom: 6vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .third-service-div.site-services {
    padding-bottom: 5vh;
  }

  .grey-box {
    margin-bottom: -4vh;
  }

  .third-service-text {
    width: auto;
  }

  .section-2-image {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .fourth-service-text {
    width: auto;
    margin-right: 3vw;
    margin-left: 3vw;
  }

  .fourth-service-div {
    margin-top: 0vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-18 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6vh;
  }

  .galery-header {
    margin-top: 0px;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 2.5px;
  }

  .galary-div {
    height: 49vh;
    margin-top: 10px;
    margin-right: 0vw;
    margin-left: 0vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .lot-clearing {
    padding-left: 3vw;
  }

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

  .lot-clearing-image {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .roads-image {
    width: 47vw;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .roads-text {
    width: auto;
    margin-top: 4vh;
    margin-right: 3vw;
    margin-left: 3vw;
  }

  .tabs {
    margin-right: 0vw;
    margin-left: 0vw;
  }

  .tab-pane-tab-1 {
    padding-bottom: 5vw;
  }

  .aggregate-heading {
    font-size: 15px;
    line-height: 18px;
  }

  .grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 12px;
  }

  .contact-header {
    background-position: 50% 50%;
  }

  .contact-heading-text {
    margin-bottom: 10vh;
    padding: 0vh 2vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-20 {
    -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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .div-block-21 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 46vw;
    margin-right: 0vw;
    padding-top: 2vh;
    padding-bottom: 2vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-links-header {
    margin-top: 0px;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 2.5px;
  }

  .section-2 {
    margin-top: 10vw;
    margin-right: 3vw;
    margin-left: 3vw;
  }

  .div-block-22 {
    height: 13vh;
    -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;
  }

  .section-4 {
    padding-bottom: 20px;
  }

  .contact-block {
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }

  .contact-icon {
    height: 23px;
  }

  .careers-headers {
    margin-bottom: 10vh;
    padding: 0vh 2vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .careers-header {
    background-position: 50% 50%;
  }

  .div-block-24 {
    padding-right: 13vw;
    padding-left: 13vw;
  }

  .grid-3 {
    grid-column-gap: 19px;
    grid-row-gap: 41px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-26 {
    padding-right: 4vw;
  }

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

  .div-block-27 {
    width: 76vw;
  }

  .div-block-28 {
    padding-bottom: 5vw;
  }

  .white-paragraph-text {
    padding-top: 13px;
    font-size: 10px;
    line-height: 16px;
  }

  .div-block-29 {
    width: 23vw;
    height: 17vh;
    margin-top: -5vh;
    margin-bottom: -7vh;
  }

  .apply-subheader {
    line-height: 20px;
    letter-spacing: 2px;
  }

  .service-heading-text {
    font-size: 26px;
    line-height: 39px;
  }

  .lanscape-section {
    height: auto;
    margin-top: 10vh;
    margin-bottom: 0vh;
    padding-right: 0vh;
    padding-left: 0vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .site-development-section {
    height: 68vh;
    padding-right: 0vh;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: url('../images/Site-Development.png');
    background-position: 50% 0%;
  }

  .site-services-section {
    height: 68vh;
    background-image: url('../images/Site-Services_1.png');
    background-position: 50% 0%;
  }

  .material-supply-section {
    height: 68vh;
    padding-right: 0vh;
    background-image: url('../images/Material-Supply_1.png');
    background-position: 50% 0%;
  }

  .services-header {
    margin-bottom: 10vh;
    padding: 0vh 2vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .link-block-3 {
    display: none;
  }

  .about-header {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.49)), to(rgba(0, 0, 0, 0.49))), url('../images/About-Header.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.49), rgba(0, 0, 0, 0.49)), url('../images/About-Header.png');
    background-position: 0px 0px, 50% 100%;
  }

  .about-heading-text {
    margin-bottom: 10vh;
    padding: 0vh 2vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .white-about-div {
    width: 83vw;
    padding-top: 4vh;
    padding-right: 4vw;
    padding-bottom: 5vh;
  }

  .white-about-div.two {
    padding-top: 2vh;
  }

  .footer-2 {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

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

  .footer-logo-link {
    height: 60px;
  }

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

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

  .values-section {
    background-position: 50% 50%;
  }

  .orange-left-div {
    height: 10vh;
    margin-top: -5vh;
    margin-bottom: -5vh;
  }

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

  .div-block-32 {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .div-block-34 {
    width: auto;
    padding-top: 3vh;
  }

  .div-block-36 {
    width: 10vw;
    height: 10vw;
    margin-bottom: -4vw;
    margin-left: -4vw;
  }

  .div-block-37 {
    padding-right: 2vw;
    padding-left: 10vw;
  }

  .faq-question-bar {
    padding-top: 30px;
  }

  .question-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
  }

  .faq-paragraph {
    font-size: 12px;
  }

  .section-9 {
    margin-top: 100px;
  }

  .mba-div {
    display: none;
    margin-top: 20px;
  }

  .link-block-mobile {
    display: block;
    width: 95vw;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .site-dev-section {
    height: auto;
    margin-top: 10vh;
    margin-bottom: 0vh;
    padding-right: 0vh;
    padding-left: 0vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .site-dev-link {
    display: none;
  }

  .site-serv-section {
    height: auto;
    margin-top: 10vh;
    margin-bottom: 0vh;
    padding-right: 0vh;
    padding-left: 0vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .site-serv-link {
    display: none;
  }

  .material-sup-section {
    height: auto;
    margin-top: 10vh;
    margin-bottom: 5vh;
    padding-right: 0vh;
    padding-left: 0vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .revealer {
    width: 95vw;
    height: 16vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-image: url('../images/Orange-Rectangle.svg');
    background-position: 100% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .revealer.chamfered {
    margin-top: 1vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f3aa03), to(#f3aa03)), url('../images/Orange-Rectangle.svg');
    background-image: linear-gradient(180deg, #f3aa03, #f3aa03), url('../images/Orange-Rectangle.svg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

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

  .revealer-1 {
    display: none;
    width: 95vw;
    height: 37vh;
    margin-bottom: 45px;
  }

  .home-galary {
    height: 62vh;
    margin-top: 10px;
    margin-right: 0vw;
    margin-left: 0vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slide-nav {
    position: absolute;
    left: 0%;
    top: 100%;
    right: 0%;
    bottom: 0%;
  }

  .slide {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .body {
    overflow: scroll;
  }

  .slide-3 {
    overflow: scroll;
  }
}

#w-node-_914a1b32-769b-4f47-f0e5-b9bb6de941be-95f44379 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_72ee7130-4960-15b9-780a-24790f081d51-95f44379 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_6a81e183-96c0-347a-9e50-a98ad165fb02-3efcf3af {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_735e2ee7-5a05-eb4a-4643-55983fd81dd9-ac25d476 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_735e2ee7-5a05-eb4a-4643-55983fd81ddd-ac25d476 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_0b8e672f-b8e6-8b1d-ef71-c09413d33d49-987ef9f3 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_0b8e672f-b8e6-8b1d-ef71-c09413d33d4d-987ef9f3 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-b1db80fd-c4a3-59c0-07ba-640cc6be058e-1db7690d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_3ad30051-16c7-0612-2c66-c1d00b885b29-b3ed6bef {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_72ee7130-4960-15b9-780a-24790f081d41-95f44379 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_72ee7130-4960-15b9-780a-24790f081d45-95f44379 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_72ee7130-4960-15b9-780a-24790f081d49-95f44379 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_72ee7130-4960-15b9-780a-24790f081d51-95f44379 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-b1db80fd-c4a3-59c0-07ba-640cc6be0582-1db7690d {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b1db80fd-c4a3-59c0-07ba-640cc6be0586-1db7690d {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b1db80fd-c4a3-59c0-07ba-640cc6be058a-1db7690d {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b1db80fd-c4a3-59c0-07ba-640cc6be058e-1db7690d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_3ad30051-16c7-0612-2c66-c1d00b885b1d-b3ed6bef {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_3ad30051-16c7-0612-2c66-c1d00b885b21-b3ed6bef {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_3ad30051-16c7-0612-2c66-c1d00b885b25-b3ed6bef {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_02befb81-a5d3-b082-4d23-b22de9819d90-b3ed6bef {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_3ad30051-16c7-0612-2c66-c1d00b885b29-b3ed6bef {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

