body {
  background-color: #ececec;
  overflow-x: hidden;
}
body .parallax {
  background-image: url("/assets/images/top-background.jpeg");
  height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body .section-header .top .menu .offcanvas {
  background-color: #264b3b;
}
body .section-top-category .right {
  margin-top: 25%;
}
body .section-top-services {
  margin-top: 10%;
}
body .section-middle-content-bg {
  background-color: white;
}
body .section-content-video {
  background-color: #172e24;
  padding-top: 10%;
}
body .section-content-video .left video {
  height: 100vh;
  object-fit: cover;
}
body .section-content-video .right {
  overflow-y: scroll;
  max-height: 100vh;
}
body .section-bottom-parallax-bg {
  padding-top: 10%;
  background-color: #ecf3d7;
  padding-bottom: 10%;
}
body .section-bottom-parallax-bg .bottom-parallax {
  background-image: url("/assets/images/bottom-parallax.jpeg");
  height: 90vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body .section-testimonial {
  padding-top: 10%;
}
body .section-footer {
  background-color: #172e24;
}

/*# sourceMappingURL=index.css.map */
