@font-face {
  font-family: Calvier;
  src: url('../fonts/Calvier-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Calvier;
  src: url('../fonts/Calvier-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Calvier;
  src: url('../fonts/Calvier.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #fff;
  font-family: Calvier, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}

.navbar-logo-center {
  background-color: #000;
  border-bottom: 5px solid #86ec93;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.container {
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-brand-three {
  z-index: 250;
  width: 15%;
  margin-bottom: -125px;
}

.nav-menu-wrapper-three {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.nav-menu-three {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  text-decoration: none;
  transition: all .5s;
}

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

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  color: #fff;
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #86ec93;
  padding: 12px 25px;
  transition: all .5s;
}

.button-primary:hover {
  color: #000;
  background-color: #fff;
}

.header-section {
  border-bottom: 5px solid #86ec93;
  margin-top: 5%;
  padding-top: 200px;
  padding-bottom: 200px;
}

.header-section.home {
  background-image: linear-gradient(#00000080, #00000080), url('../images/lawn-care-background.jpeg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.header-container {
  width: 100%;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.25;
}

.service-section {
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

._100-width-container {
  width: 100%;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-2 {
  color: #86ec93;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.25;
}

.service-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start center;
  width: 100%;
}

.grid-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.service-grid-heading {
  text-align: center;
  line-height: 1.25;
}

.service-paragraph {
  text-align: center;
  margin-bottom: 0;
  font-weight: 300;
}

.choose-us-section {
  background-color: #000;
  padding-top: 40px;
  padding-bottom: 40px;
}

.choose-us-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
  width: 100%;
}

.div-block {
  width: 100%;
  height: 5px;
}

.div-block-2 {
  background-color: #86ec93;
  width: 75%;
  height: 3px;
  margin-top: 40px;
}

.section {
  background-color: #86ec93;
  padding-top: 40px;
  padding-bottom: 40px;
}

.icon {
  width: 50%;
}

.heading-3 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.25;
}

.subhead {
  color: #86ec93;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.25;
}

.call-div {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.call-link {
  width: 7%;
}

.image {
  width: 100%;
}

.phone-link {
  color: #000;
  text-align: center;
  font-size: 32px;
  text-decoration: none;
}

.footer-dark {
  background-color: #000;
  border-top: 5px solid #86ec93;
  padding-top: 40px;
  padding-bottom: 15px;
}

.footer-container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.footer-brand {
  width: 15%;
}

.footer-content {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 70%;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-small {
  color: #86ec93;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-weight: 700;
}

.footer-link {
  color: #fff;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 6px;
  text-decoration: none;
  transition: all .5s;
}

.footer-link:hover {
  color: #86ec93;
}

.footer-social-block {
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.footer-social-link {
  width: 25%;
}

.footer-divider {
  background-color: #86ec93;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
}

.zzlocal-link {
  color: #86ec93;
}

.body {
  background-color: #000;
}

.invoice-section {
  background-color: #000;
  margin-top: 5%;
  padding-top: 100px;
  padding-bottom: 2%;
}

.invoice-container {
  width: 90%;
  max-width: 90%;
}

.authorize-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .navbar-wrapper-three {
    flex-flow: row;
    justify-content: space-between;
  }

  .navbar-brand-three {
    width: 25%;
    margin-bottom: -75px;
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
  }

  .nav-menu-three {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-menu-block {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .nav-link {
    color: #000;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .button-primary {
    margin-left: 5px;
    margin-right: 5px;
  }

  .menu-button {
    color: #000;
    background-color: #86ec93;
    padding: 12px;
  }

  .menu-button.w--open {
    color: #000;
    background-color: #86ec93;
  }

  .header-section.home {
    margin-top: 10%;
  }

  .service-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .choose-us-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .icon {
    width: 35%;
  }

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

  .footer-brand {
    width: 25%;
  }

  .footer-copyright-center {
    font-size: 12px;
  }

  .invoice-section {
    margin-top: 10%;
    padding-bottom: 5%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-center-container.shadow-three {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-brand-three {
    width: 30%;
    margin-bottom: -50px;
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .header-section.home {
    background-image: linear-gradient(#00000080, #00000080), url('../images/lawn-care-background.jpeg');
    background-position: 0 0, 75% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    margin-top: 15%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .choose-us-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .call-link {
    width: 15%;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-brand {
    width: 50%;
  }

  .footer-content {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 25px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .invoice-section {
    margin-top: 15%;
    padding-bottom: 10%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .navbar-brand-three {
    width: 50%;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .header-section.home {
    background-image: linear-gradient(#00000080, #00000080), url('../images/lawn-care-background.jpeg');
    background-position: 0 0, 60% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .call-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .call-link {
    width: 25%;
  }

  .footer-container {
    max-width: none;
  }

  .footer-brand {
    width: 75%;
  }

  .invoice-section {
    margin-top: 25%;
  }
}

#w-node-_38061714-a598-7dac-cfac-3c99f45c67f6-f45c67e5, #w-node-_38061714-a598-7dac-cfac-3c99f45c67fd-f45c67e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Calvier';
  src: url('../fonts/Calvier-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calvier';
  src: url('../fonts/Calvier-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calvier';
  src: url('../fonts/Calvier.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}