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

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-brand {
  margin-right: 2rem;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #000;
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: all .4s;
}

.nav-link:hover {
  color: #66bc50;
}

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

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

.nav-link.w--current {
  color: #000;
  font-family: Ubuntu, Helvetica, sans-serif;
}

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

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

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

.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 {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

.button-primary:active {
  background-color: #43464d;
}

.image {
  height: 80px;
}

.landing-section {
  background-color: #fff;
}

.landing-section.red-bg {
  background-image: linear-gradient(to right, #ad1e22, #ed1c24);
}

.main-container {
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid {
  grid-column-gap: 53px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

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

.cta-h1 {
  color: #7a5132;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

.cta-paragraph {
  color: #000;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: Mukta, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.2;
}

.button {
  text-align: center;
  text-transform: uppercase;
  background-color: #66bc50;
  border-radius: 5px;
  padding: 17px;
  font-family: Nunito Sans, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  transition: all .4s;
  box-shadow: 0 8px 15px rgba(0, 0, 0, .16);
}

.button:hover {
  box-shadow: none;
  color: #fff;
  background-color: #7a5132;
}

.button.submit {
  background-color: #7a5132;
  margin-top: 10px;
}

.button.submit:hover {
  color: #7a5132;
  background-color: #fff;
}

.image-2 {
  width: 100%;
  height: auto;
}

.main-section.green-bg {
  background-color: #66bc50;
}

.main-section.brown-bg {
  background-color: #7a5132;
}

.h1 {
  color: #7a5132;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Nunito Sans, sans-serif;
  font-size: 3rem;
  font-weight: 900;
}

.h1.white {
  color: #fff;
}

.h1.center {
  text-align: center;
}

.h1.green {
  color: #66bc50;
}

.main-paragraph {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
}

.main-paragraph.white {
  color: #fff;
}

.main-paragraph.black {
  color: #000;
}

.main-paragraph.black.center {
  text-align: center;
}

.main-paragraph.green-bg {
  height: 100%;
  background-color: #66bc50;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 1.8rem;
}

.main-paragraph.bottom-margin {
  margin-bottom: 2rem;
}

.list {
  color: #fff;
  padding-left: 25px;
  font-size: 2rem;
}

.h2 {
  color: #7a5132;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.h2.white {
  color: #fff;
}

.h2.green-bg {
  color: #fff;
  text-align: left;
  background-color: #66bc50;
  border: 1px #000;
  border-radius: 10px;
  margin-top: 2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
}

.footer-line {
  height: 10px;
  background-color: #7a5132;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.footer-link-2 {
  color: #fff;
  margin-bottom: 10px;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .4s;
  display: block;
}

.footer-link-2:hover {
  color: #7a5132;
  text-decoration: none;
}

.footer-heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.text-block {
  color: #fff;
}

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

.footer {
  text-align: center;
  background-color: #66bc50;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
}

.link {
  color: #fff;
  text-decoration: none;
}

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

.footer-logo-link-2 {
  max-height: none;
  min-width: auto;
  flex: 0 auto;
}

.footer-flex-container-2 {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-div {
  justify-content: space-between;
  display: flex;
}

.contact-icon {
  height: 30px;
}

.list-item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.contact-link {
  color: #7a5132;
  margin-top: .5rem;
  margin-bottom: .125rem;
  margin-left: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
  transition: all .4s;
}

.contact-link:hover {
  color: #66bc50;
}

.form-block {
  width: 100%;
  background-color: #66bc50;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 1.5rem;
}

.field-label {
  color: #fff;
  font-family: Open Sans, sans-serif;
}

.textarea {
  min-height: 100px;
}

.truck {
  width: 100%;
  height: auto;
}

.highlight {
  color: #66bc50;
}

.grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  margin-top: 4rem;
}

.cel-2 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.image-shape {
  height: 250px;
  background-image: url('../images/Katale-services-image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 10px solid #66bc50;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  margin-bottom: 2rem;
}

.image-shape._2 {
  background-image: url('../images/Katale-supplies-image.jpg');
}

.sub-page-heading {
  background-color: #66bc50;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.sub-page-image {
  height: 60vh;
  background-image: url('../images/Katale-services-image.jpg');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.sub-page-image.supplies {
  background-image: url('../images/Katale-supplies-image.jpg');
}

.sub-page-image.projects {
  background-image: url('../images/Katale-projects-image.jpg');
  background-position: 50%;
}

.list-2 {
  color: #66bc50;
  padding-left: 40px;
  font-size: 2rem;
}

.list-2.brown-bullets {
  color: #7a5132;
}

.content-holder {
  margin-bottom: 2rem;
}

.bold-text {
  margin-left: 1rem;
}

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

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #fff;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.2rem;
  }

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

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
    padding: 12px;
    font-size: 2rem;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #66bc50;
  }

  .main-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid {
    grid-column-gap: 75px;
    grid-row-gap: 75px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  .cel {
    align-items: center;
  }

  .cel.margin {
    padding-left: 50px;
    padding-right: 50px;
  }

  .cta-h1 {
    text-align: center;
    font-size: 3rem;
  }

  .cta-paragraph {
    text-align: center;
  }

  .main-paragraph, .main-paragraph.black {
    text-align: left;
  }

  .main-paragraph.black.center, .main-paragraph.black.contact-us {
    text-align: center;
  }

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

  .contact-icon {
    height: 40px;
    margin-bottom: .5rem;
  }

  .list-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .contact-link {
    text-align: center;
    margin-left: 0;
    font-size: 1.3rem;
    font-weight: 800;
  }

  .list-item-2 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .image-shape {
    width: 300px;
  }

  .sub-page-heading {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sub-page-image {
    height: 60vh;
  }

  .content-holder {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 900;
    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 rgba(0, 0, 0, .05);
  }

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

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

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

  .menu-button {
    color: #7a5132;
    background-color: rgba(0, 0, 0, 0);
  }

  .main-container {
    padding: 60px 30px;
  }

  .grid {
    grid-row-gap: 27px;
  }

  .main-paragraph.bottom-margin.center {
    text-align: center;
  }

  .h2 {
    font-size: 1.8rem;
  }

  .h2.green-bg {
    line-height: 1;
  }

  .footer-link-2 {
    text-align: center;
  }

  .footer-heading-2 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .footer {
    padding: 40px 20px;
  }

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

  .footer-flex-container-2, .footer-div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .list-item-2 {
    padding-top: 11px;
    padding-bottom: 11px;
    font-weight: 400;
  }

  .grid-2 {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .image-shape {
    width: 100%;
  }

  .bold-text {
    margin-left: 0;
  }

  .bold-text-2 {
    line-height: 1.2;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .image {
    height: 75px;
  }

  .main-container {
    padding: 40px 20px;
  }

  .grid {
    grid-row-gap: 36px;
  }

  .cel.margin {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-h1 {
    font-size: 3rem;
  }

  .h1 {
    font-size: 2.2rem;
  }

  .h1.white {
    text-align: center;
  }

  .h2 {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }

  .h2.green-bg {
    color: #fff;
    margin-top: 0;
  }

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

  .text-block {
    text-align: center;
  }

  .footer-image-2 {
    width: 150px;
  }

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

  .footer-logo-link-2 {
    height: auto;
  }

  .footer-flex-container-2 {
    flex-direction: column;
  }

  .grid-2.bottom-margin {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sub-page-image {
    height: 50vh;
  }

  .list-2 {
    padding-left: 25px;
    font-size: 1.8rem;
  }

  .content-holder {
    margin-bottom: 1rem;
  }

  .form {
    flex-direction: column;
    display: flex;
  }
}

#w-node-e9dfb2ca-44ea-5d5c-3680-59facccc0054-7f752d5a, #w-node-e1cf5d5e-479e-82cc-9b45-faea806ea157-7f752d5a, #w-node-_95a8e76f-675a-cc22-d966-4b2f2f0a76e2-7f752d5a, #w-node-_72ae2837-d20c-029f-71b2-e65400844cf4-7f752d5a, #w-node-_3a3d5179-1299-d706-b837-1cf565d7d93e-7f752d5a, #w-node-_3a3d5179-1299-d706-b837-1cf565d7d940-7f752d5a, #w-node-_9987c56c-817a-7c36-9272-4e562d1689f2-f97e81ce, #w-node-_9987c56c-817a-7c36-9272-4e562d1689f8-f97e81ce, #w-node-d53c07e4-9c9a-f6e2-0005-eec90157e2c4-f97e81ce, #w-node-_04624b2a-25ba-a998-cdb6-d45a4d13ec60-f97e81ce, #w-node-_2154d335-b1a0-e83f-e73c-c44f994f8380-f97e81ce, #w-node-_2a87db98-6982-e1dc-cc65-ff7d35cd47b4-f97e81ce, #w-node-fe943aef-c2e8-0c2b-3f24-ab0955c3fa40-f97e81ce, #w-node-_65be87ce-5ada-97d7-fc32-66eb3832c3c9-f97e81ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


