@import url("https://fonts.googleapis.com/css2?family=Syncopate:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;600&family=Syncopate:wght@700&display=swap");
html, body {
  font-family: "IBM Plex Sans", sans-serif; }

h1, h2, h3 {
  font-family: "Syncopate", sans-serif;
  text-transform: uppercase; }

h1 {
  font-size: 1.96em; }

p {
  font-family: "IBM Plex Sans", sans-serif; }

a {
  font-family: "IBM Plex Sans", sans-serif; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  line-height: 1rem;
  padding: 10px 10px 10px 0;
  font-size: "IBM Plex Sans", sans-serif;
  border: 0;
  border-bottom: 1px solid #000000;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px; }
  input:focus {
    border: 0;
    outline: 0;
    border-bottom: 1px solid #1ec377; }

::-webkit-input-placeholder {
  color: #bfbfbf; }

::-moz-placeholder {
  color: #bfbfbf; }

:-ms-input-placeholder {
  color: #bfbfbf; }

::-ms-input-placeholder {
  color: #bfbfbf; }

::placeholder {
  color: #bfbfbf; }

textarea:focus {
  border: 1px solid #1ec377;
  outline: 0; }

button, input[type="button"] {
  background: #0D862A;
  padding: 0.7142857143em 2.744em;
  color: #FFFFFF;
  border: 0;
  font-size: 16px;
  border-radius: 4px; }

.primary-cta {
  position: relative;
  color: #1ec377; }
  .primary-cta::before {
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #1ec377;
    bottom: -10px;
    left: 0;
    content: "";
    -webkit-transition: .2s ease;
    transition: .2s ease; }
  .primary-cta:focus:before, .primary-cta:hover:before {
    width: 100%;
    background-color: #1ec377; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html,
body {
  margin: 0;
  padding: 0;
  font-family: 'IBM Plex Sans', sans-serif; }

::-moz-selection {
  background: #96FFCF; }

::selection {
  background: #96FFCF; }

header {
  position: relative;
  margin: auto;
  padding: 0.7142857143em; }

section {
  position: relative;
  max-width: 1100px;
  margin: auto;
  padding: 0.7142857143em; }

aside {
  width: 100%; }

img {
  max-width: 100%;
  height: auto; }

fieldset {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  border: 0; }

label {
  width: 100%; }

figure {
  margin: 0; }

a {
  text-decoration: none;
  position: relative;
  color: #000000; }

a[href^=tel] {
  text-decoration: inherit;
  color: inherit; }

ul {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

.footer {
  width: 100%;
  background-color: #0D862A;
  z-index: 10;
  color: #FFFFFF; }
  .footer .wrapper {
    position: relative;
    display: flex;
    margin: auto;
    padding: 1.96em;
    color: #FFFFFF;
    height: 100vh;
    flex-direction: column;
    margin-top: 5.37824em; }
  .footer .col1 .present figure {
    width: 100%; }
  .footer .col1 .present h1 {
    font-size: 0; }
  .footer .col1 p {
    font-size: 1.4em; }
  .footer .col2 p, .footer .col2 li {
    margin: 0;
    line-height: 1.96em; }
  .footer .col2 ul {
    padding-left: 1em;
    border-left: 2px solid #0D862A; }
  .footer .col2 img {
    margin-right: 1.4em; }
  .footer .col2 .info {
    padding: 1.4em;
    background-color: #0a7d25; }
    .footer .col2 .info img {
      margin-right: 1.4em; }
    .footer .col2 .info > p {
      margin-left: 2.744em; }
    .footer .col2 .info .email, .footer .col2 .info .phone {
      width: 100%;
      display: flex;
      align-items: center; }
    .footer .col2 .info .email {
      border-top: 2px solid #0D862A;
      margin-top: 1em;
      padding-top: 1em; }
  .footer .col2 .address {
    padding: 1.4em;
    background-color: #0a7d25;
    margin-top: 1.4em;
    display: flex;
    align-items: flex-start; }
  @media only screen and (min-width: 600px) {
    .footer .wrapper {
      flex-direction: row;
      flex: 0 0 auto;
      height: auto; }
    .footer p {
      margin: 5px; }
    .footer .col1 {
      flex: 0 0 30%;
      margin-right: 20px; }
      .footer .col1 .present {
        margin-bottom: 1.96em; }
        .footer .col1 .present img {
          width: 200px; }
        .footer .col1 .present h1 {
          font-size: 0; }
      .footer .col1 p {
        font-size: 1.4em; }
    .footer .col2 {
      position: relative;
      display: flex;
      margin-left: auto;
      justify-content: flex-end;
      flex: 0 1 100%;
      margin-top: 0; }
      .footer .col2 img {
        margin-right: 1.96em; }
      .footer .col2 .info, .footer .col2 .address {
        min-width: 40%; }
        .footer .col2 .info:hover, .footer .col2 .address:hover {
          background-color: #097422;
          -webkit-transition: .5s ease;
          transition: .5s ease; }
      .footer .col2 li {
        line-height: 1.4rem; }
      .footer .col2 .address {
        margin: 0;
        margin-left: 1.4em;
        display: flex;
        align-items: flex-start; } }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.wrapper {
  position: relative;
  max-width: 1100px;
  height: 100%;
  margin: auto; }
  @media only screen and (min-width: 600px) {
    .wrapper.column {
      display: flex; }
    .wrapper aside {
      flex: 0 0 35%;
      margin-right: 48px; } }

.list li {
  position: relative;
  padding: 1.96em;
  border-bottom: 2px solid #EDEDED;
  border-left: 4px solid transparent; }
  .list li:hover {
    background: #F7F7F7;
    position: relative;
    border: 0;
    border-left: 4px solid #1ec377; }

.topbar {
  position: relative;
  display: flex;
  max-width: 1100px;
  height: 150px;
  margin: auto;
  margin-top: 0;
  height: auto;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  z-index: 4; }
  .topbar h1 {
    font-size: 0; }
  .topbar li {
    margin-left: 2rem; }
  .topbar ul {
    display: none; }
  .topbar > img {
    width: 200px; }
  .topbar .menu {
    left: 0;
    top: 0;
    position: fixed;
    z-index: 2;
    background-color: #FFFFFF;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 30px; }
    .topbar .menu li {
      padding: 10px;
      border-bottom: 1px solid #EDEDED;
      font-size: 1.5rem;
      text-transform: uppercase; }
  .topbar button {
    top: 1rem;
    right: 1rem;
    position: fixed;
    font-size: 0;
    width: 60px;
    height: 60px;
    z-index: 3;
    background-color: #0D862A;
    outline: 0; }
  @media only screen and (min-width: 600px) {
    .topbar button {
      display: none;
      cursor: pointer; }
    .topbar ul {
      display: flex; }
    .topbar nav {
      display: block;
      font-size: 16px;
      width: auto;
      height: auto;
      background-color: transparent; }
      .topbar nav a {
        text-decoration: none;
        position: relative;
        color: #000000;
        text-transform: uppercase; }
        .topbar nav a::before {
          position: absolute;
          width: 0%;
          height: 1px;
          background-color: #FFFFFF;
          bottom: -10px;
          left: 0;
          content: "";
          -webkit-transition: .2s ease;
          transition: .2s ease; }
        .topbar nav a:focus, .topbar nav a:hover, .topbar nav a:active {
          text-decoration: none; }
          .topbar nav a:focus:before, .topbar nav a:hover:before, .topbar nav a:active:before {
            width: 100%;
            background-color: #1ec377; } }

.inside {
  margin-bottom: 50px;
  background-image: url("../images/pattern.png");
  background-repeat: repeat;
  background-color: transparent;
  height: 217px; }

.logo {
  display: block;
  width: 14rem; }

.hero {
  overflow: hidden; }
  .hero .animated {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    position: relative;
    z-index: -1; }
    .hero .animated h1 {
      width: 13em; }
    .hero .animated .base-hero {
      -webkit-animation: 130s rotate infinite;
              animation: 130s rotate infinite;
      opacity: .5; }
    .hero .animated .rock {
      position: absolute;
      width: 70%;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
      .hero .animated .rock img {
        -webkit-animation: 240s rotate-reverse infinite;
                animation: 240s rotate-reverse infinite; }
    .hero .animated figure {
      position: relative;
      padding: 5.37824em;
      -webkit-transform: rotate(0);
              transform: rotate(0);
      z-index: -1; }

@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes rotate-reverse {
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

@keyframes rotate-reverse {
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }
  .hero div {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .hero .arrow {
    margin-right: auto; }
  @media only screen and (min-width: 600px) {
    .hero {
      overflow: visible;
      width: 100%;
      height: 100vh;
      vertical-align: middle;
      display: flex;
      -webkit-transform: translateY(-90px);
              transform: translateY(-90px); }
      .hero .animated {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
        flex: 0 0 58%; }
      .hero .call:hover .arrow {
        -webkit-animation: .2s ease arrow forwards;
                animation: .2s ease arrow forwards; }
    @-webkit-keyframes arrow {
      to {
        -webkit-transform: translateY(15px);
                transform: translateY(15px); } }
    @keyframes arrow {
      to {
        -webkit-transform: translateY(15px);
                transform: translateY(15px); } } }

.about {
  position: relative;
  background-color: #F7F7F7;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px; }
  .about .image-header {
    display: flex;
    align-items: center; }
    .about .image-header figure {
      width: 60px;
      margin-right: 1.4em; }
  .about h2 {
    margin: 0; }
  .about p {
    line-height: 1.6rem; }
  .about .intro {
    padding: 2rem; }
  .about .cover {
    width: 100%;
    position: relative;
    background-color: #0D862A; }
  @media only screen and (min-width: 600px) {
    .about {
      flex-direction: row;
      min-height: 450px; }
      .about div {
        flex: 0 0 50%; }
      .about .intro {
        padding: 3rem; }
      .about .image-header {
        display: flex; }
        .about .image-header figure {
          width: 60px;
          margin-right: 1.4em; }
      .about p {
        margin-left: 5.37824em;
        line-height: 1.6rem; }
      .about a {
        margin-left: 5.37824em; }
      .about .cover figure {
        position: absolute;
        margin: auto;
        bottom: 0;
        left: 50%;
        width: 80%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } }

.services {
  position: relative;
  background-image: url("../images/pattern.png");
  background-repeat: repeat;
  padding: 1.96em;
  padding-bottom: 3.8416em;
  border-right: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED; }
  .services .bulldozer {
    width: 100%;
    display: block; }
  .services > ul li {
    line-height: 2rem; }
  .services > ul h2 {
    margin: 0; }
  .services > ul figure {
    width: 100px;
    height: 100px;
    margin-bottom: 1em; }
  .services .list-item {
    margin-top: 1.96em; }
    .services .list-item ul {
      margin-bottom: 0.7142857143em; }
  @media only screen and (min-width: 600px) {
    .services {
      display: flex; }
      .services .bulldozer {
        position: absolute;
        width: 400px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        left: -100px; }
      .services div:first-child {
        flex: 0 0 30%;
        margin-right: 3rem; }
      .services > ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap; }
        .services > ul li {
          flex: 0 0 50%; } }

.clients {
  display: flex;
  position: relative;
  margin-top: 100px;
  flex-direction: column; }
  .clients .ellipsis {
    max-width: 100vw;
    padding: 30px;
    margin-bottom: 50px; }
  .clients .logos {
    display: flex;
    font-size: 0;
    flex-wrap: wrap;
    justify-content: center; }
    .clients .logos li {
      display: flex;
      align-items: center;
      flex: 0 0 50%;
      margin-bottom: 40px; }
    .clients .logos figure {
      display: block;
      max-width: 100px;
      margin: auto; }
    .clients .logos .horizontal figure {
      max-width: 140px; }
    .clients .logos .square figure {
      max-width: 120px; }
    .clients .logos .vertical figure {
      max-width: 90px; }
  @media only screen and (min-width: 600px) {
    .clients {
      flex-direction: row; }
      .clients h2 {
        margin: 0; }
      .clients p {
        margin: 0;
        margin-top: 10px;
        margin-bottom: 50px; }
      .clients .ellipsis {
        width: 300px;
        margin-right: 100px;
        padding: 0; }
      .clients .logos {
        display: flex;
        font-size: 0;
        flex-wrap: wrap;
        justify-content: normal; }
        .clients .logos li {
          flex: 0 0 33%;
          margin-bottom: 60px; }
        .clients .logos figure {
          max-width: 100px;
          max-height: 80%;
          margin: auto; } }

.internal.list li {
  margin-bottom: 20px; }

.internal .side-nav ul {
  width: 80%;
  margin: auto;
  border: 1px solid #EDEDED; }

.internal .side-nav a {
  position: relative;
  display: block;
  border-bottom: 1px solid #EDEDED;
  padding: 1.4em;
  overflow: hidden; }
  .internal .side-nav a:before {
    position: absolute;
    top: 0;
    left: -100%;
    content: "";
    width: 100%;
    height: 100%;
    background: #F7F7F7;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    z-index: -2; }
  .internal .side-nav a:hover:before {
    left: 0; }

.internal .side-nav .active {
  background-color: #EDEDED;
  border-left: 4px solid #0D862A; }

@media only screen and (min-width: 600px) {
  .internal .side-nav ul {
    width: 200px;
    margin: 0; } }

.internal .decoration {
  width: 80%;
  margin: auto;
  margin-top: -200px; }

.internal .contact-us {
  width: 80%;
  margin: auto;
  margin-top: 30px; }
  .internal .contact-us h3 {
    margin: 0;
    margin-bottom: 5px; }
  .internal .contact-us a:hover {
    text-decoration: none; }

@media only screen and (min-width: 600px) {
  .internal nav a:hover {
    text-decoration: none; }
  .internal a:hover {
    text-decoration: underline; }
  .internal .fixed {
    z-index: -1; }
    .internal .fixed figure {
      position: fixed;
      width: 400px; }
  .internal .decoration {
    width: 200px;
    margin: 0;
    margin-top: -180px;
    margin-bottom: 10px; }
  .internal .contact-us {
    margin: 0;
    margin-top: 1.96em; }
    .internal .contact-us h3 {
      width: 3em; } }

.internal .contact textarea {
  width: 100%;
  margin-top: 5px; }

.internal .contact button {
  width: 100%;
  height: 56px; }

.internal .contact fieldset {
  margin-bottom: 24px; }

@media only screen and (min-width: 600px) {
  .internal .contact form {
    display: flex;
    flex-wrap: wrap; }
  .internal .contact fieldset {
    flex: 0 0 50%;
    padding: 1.4em;
    margin: auto; }
    .internal .contact fieldset:nth-child(5) {
      flex: 0 0 100%; }
  .internal .contact button {
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: 1.4em; } }
