.hero-section {
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, .7)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7));
  font-family: Montserrat, sans-serif;
}

.body {
  height: 100%;
  font-family: Montserrat, sans-serif;
}

.navbar {
  padding-top: 1%;
  background-color: transparent;
  color: #ddd;
}

.nav-link {
  margin-top: 5%;
  background-color: transparent;
  -webkit-transition: color 600ms ease;
  transition: color 600ms ease;
  color: #ddd;
  font-size: 15px;
}

.nav-link:hover {
  color: #86c78d;
}

.nav-link.w--current {
  color: #86c78d;
}

.skinny-font {
  color: #207240;
  font-weight: 200;
  letter-spacing: 41px;
}

.hero-header {
  font-size: 60px;
  line-height: 74px;
  font-weight: 600;
  text-transform: uppercase;
}

.hero-container {
  margin-top: 10%;
  color: #a7a7a7;
  font-weight: 300;
}

.heading {
  position: absolute;
  display: block;
  margin-right: 24px;
  margin-left: 24px;
  opacity: 0.04;
  color: #fff;
  font-size: 88px;
  line-height: 114px;
  font-weight: 400;
  letter-spacing: 11px;
}

.down-arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  text-align: center;
}

.scroll-dots {
  opacity: 0.5;
}

.div-block {
  position: fixed;
}

.side-nav {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1001;
  display: block;
  width: 430px;
  padding-left: 20px;
  background-color: #ddd;
  box-shadow: -1px 0 150px 50px rgba(0, 0, 0, .2);
  font-family: Montserrat, sans-serif;
  font-weight: 200;
}

.side-links {
  margin-top: 3%;
  margin-bottom: 3%;
  margin-left: 8%;
  -webkit-transition: color 300ms ease, -webkit-transform 700ms ease;
  transition: color 300ms ease, -webkit-transform 700ms ease;
  transition: transform 700ms ease, color 300ms ease;
  transition: transform 700ms ease, color 300ms ease, -webkit-transform 700ms ease;
  font-family: Montserrat, sans-serif;
  color: #868686;
  font-weight: 300;
  text-decoration: none;
}

.side-links:hover {
  -webkit-transform: translate(20px, 0px);
  -ms-transform: translate(20px, 0px);
  transform: translate(20px, 0px);
  color: #86c78d;
}

.link-headers {
  font-weight: 400;
}

.side-menu-header {
  margin-top: 30%;
  margin-bottom: 8%;
  font-family: Montserrat, sans-serif;
  color: #868686;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.menu-icon-link {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 1003;
  -webkit-transform: translate(-45px, 40px);
  -ms-transform: translate(-45px, 40px);
  transform: translate(-45px, 40px);
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}

.menu-icon-link:hover {
  -webkit-transform: translate(-45px, 40px) scale(0.9);
  -ms-transform: translate(-45px, 40px) scale(0.9);
  transform: translate(-45px, 40px) scale(0.9);
}

.side-nav-close {
  position: absolute;
  top: 5%;
  right: 10%;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.side-nav-close:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.hero-slider {
  height: 100%;
}

.slide {
  background-image: url('../images/pexels-photo-416408.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/pexels-photo-257727.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/pexels-photo-280014.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-holders {
  display: block;
  width: 400px;
  height: 600px;
  margin: 30px auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-holders._1 {
  background-image: url('../images/pexels-photo-416408.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.main-headers {
  position: absolute;
  left: 5%;
  top: 5%;
  z-index: 1;
  color: #868686;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 30px;
  text-transform: uppercase;
  text-shadow: 4px 4px 16px #fff;
}

.main-headers._1 {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  color: #000;
  line-height: 74px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 15px;
  text-shadow: none;
}

.styled-headerpiece {
  color: #86c78d;
  font-weight: 400;
}

._2nd-column-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.best-services {
  padding-top: 5%;
  padding-bottom: 2%;
}

.services-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 440px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  text-decoration: none;
}

.services-div:hover {
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, .3);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.services-div._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/pexels-photo-257727.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/pexels-photo-257727.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.services-div._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3))), url('../images/pexels-photo-280014.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/pexels-photo-280014.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.services-div._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3))), url('../images/pexels-photo-128421.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/pexels-photo-128421.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

._1st-line {
  width: 120px;
  height: 2px;
  border-radius: 10px;
  background-color: #fff;
}

._2nd-line {
  width: 50px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #fff;
}

.bs-header {
  font-weight: 600;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.best-row {
  margin-top: 30px;
}

.div-block-2 {
  display: block;
  width: 120px;
  height: 2px;
  margin: 30px auto;
  border-radius: 10px;
  background-color: #868686;
}

.div-block-3 {
  display: block;
  width: 60px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  background-color: #868686;
}

.aboutus-section {
  height: 700px;
  background-color: #f8f8f8;
}

.row {
  height: 100%;
}

.aboutus-par {
  margin-right: 35px;
  font-size: 15px;
  line-height: 35px;
}

.body-2 {
  height: 100%;
  font-family: Inconsolata, monospace;
}

.contact-sectoin {
  height: auto;
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: #d1d1d1;
}

.title-changes {
  font-weight: 300;
}

.heading-2 {
  margin-right: 60px;
  color: #868686;
  line-height: 64px;
  letter-spacing: 11px;
  text-transform: uppercase;
}

.div-block-4 {
  display: inline-block;
  width: 2px;
  height: 250px;
  margin-top: 16%;
  float: right;
  border-radius: 20px;
  background-color: #fff;
}

.services-section {
  height: auto;
}

.hero-service {
  height: 300px;
}

.hero-service._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3))), url('../images/pexels-photo-257727.jpeg');
  background-image: linear-gradient(180deg, transparent, #fff), linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/pexels-photo-257727.jpeg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
}

.services-par {
  margin-top: 50px;
  padding-right: 29px;
  padding-left: 29px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
}

.row-2 {
  height: 100%;
}

.column {
  height: 100%;
  background-image: url('../images/pexels-photo-257727.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.section {
  height: 100%;
}

.column-2 {
  height: 100%;
}

.environmental-services-cont {
  overflow: scroll;
  height: 100%;
}

.row-3 {
  height: 100%;
}

.column-3 {
  height: 100%;
}

.column-4 {
  height: 100%;
  background-image: url('../images/pexels-photo-280014.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-4.occhyg {
  background-image: url('../images/living-room-couch-interior-room-584399.jpeg');
  background-position: 100% 50%;
  background-size: cover;
}

.row-4 {
  height: 100%;
}

.column-5 {
  height: 100%;
  background-image: url('../images/pexels-photo-128421.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.column-6 {
  height: 100%;
}

.image {
  position: absolute;
}

.image-2 {
  position: absolute;
  left: 20px;
  bottom: 15px;
  text-decoration: none;
}

.heading-3 {
  text-decoration: underline;
}

.heading-4 {
  text-decoration: none;
}

.home-nav {
  margin-right: 20px;
  border-top: 1px solid #868686;
}

.navcontainer {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1002;
  display: block;
}

.sm-icons {
  display: block;
  margin-top: 25px;
  opacity: 0.65;
  -webkit-transition: opacity 700ms ease;
  transition: opacity 700ms ease;
}

.sm-icons:hover {
  opacity: 0.95;
}

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

.button {
  margin-top: 8px;
  margin-right: 14px;
  margin-bottom: 8px;
  padding-right: 20px;
  padding-left: 20px;
  border: 2px solid #86c78d;
  border-radius: 30px;
  background-color: transparent;
  -webkit-transition: all 450ms cubic-bezier(.55, .085, .68, .53);
  transition: all 450ms cubic-bezier(.55, .085, .68, .53);
  color: #86c78d;
}

.button:hover {
  background-color: #86c78d;
  color: #fff;
}

.button._1st {
  background-color: #86c78d;
  color: #fff;
}

.button._1st:hover {
  background-color: rgba(134, 199, 141, 0);
  color: #86c78d;
}

.loading-screen {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1010;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}