html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: Roboto, Arial;
}
.page-header {
  height: 70px;
  background-color: transparent;
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  z-index: 99;
  padding: 10px 5px 5px;
  transition: all 0.3s;
}

.bg-green {
  background: #00360f;
}
.header-content {
  height: 70px;
  background-color: transparent;
  max-width: 1250px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.logo img {
  width: 95px;
}
.banner-wrapper {
  position: relative;
}
.banner-wrapper img {
  width: 100%;
}

.banner-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  z-index: 2;
  opacity: 0.1;
}
.banner-text {
  position: absolute;
  color: white;
  z-index: 5;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  padding: 50px 20px 40px;
}
.banner-text::before {
  display: block;
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 250px;
  width: 100%;
  z-index: -1;
  background: rgba(30, 82, 34, 0.15);
  border-radius: 16px;
}
.banner-text img {
  width: 180px;
  margin-bottom: 20px;
}
.text-wrapper {
  max-width: 1500px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.banner-text h1 {
  font-size: 3.3vw;
  margin-bottom: 30px;
}
.banner-text p {
  font-size: 1.1vw;
}
.home-button {
  width: 180px;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 10px;
  margin: 25px 10px 0 10px;
  font-weight: 500;
  transition: 0.3s all;
}
.home-button:hover {
  text-decoration: none;
}
.home-button.one {
  color: white;
  transition: 0.3s all;
}
.home-button.one:hover {
  color: #1d6236;
  background: #fff;
}
.home-button.two {
  color: #1d6236;
  background: #fff;
  transition: 0.3s all;
}
.page-header img {
  margin-top: -5px;
}
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  padding: 0 !important;
}
.links ul {
  margin: 0;
  padding: 0;
  display: flex;
  background: transparent;
}
.links li {
  list-style: none;
  transition: 0.3s all;
}
.links li a {
  text-decoration: none;
  color: #fff;
  padding: 20px;
  display: block;
}

.links li:hover {
  background-color: #fff;
}
.links li a:hover {
  color: #1c5f34;
}

.action.nav-toggle {
  position: relative;
  padding: 0 !important;
  height: 22px;
  width: 25px;
  float: right;
  right: 15px;
  display: none;
}
.action.nav-toggle:hover {
  cursor: pointer;
}
.menu-line {
  position: absolute;
  display: block;
  width: 25px;
  height: 2px;
  background-color: #fff;
  will-change: transform;
  transition: transform 0.25s ease-in-out;
}
.menu-line-1 {
  top: 0;
  left: 0;
}
.menu-line-2,
.menu-line-3 {
  top: 10px;
  left: 0;
  transform: rotate(0);
  will-change: transform;
  transition: transform 0.25s ease-in-out;
}
.menu-line-4 {
  top: 20px;
  left: 0;
}
.nav-open .menu-line-1 {
  transform: rotate(-45deg) translate(-8px,8px);
}
.nav-open .menu-line-4 {
  transform: rotate(45deg) translate(-6px,-6px);
}

.nav-open .menu-line-2,
.menu-line-3{
  display: none;
}

.row-wrapper {
  width: 100%;
  max-width: 1350px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row-item {
  width: 32%;
  background: #f3f3f3;
  text-align: center;
  padding: 20px 10px 10px;
  margin-left: 0.5%;
  margin-right: 0.5%;
  border-radius: 20px;
}
.row-item svg {
  width: 100px;
  fill: green;
}
.icons svg {
  width: 30px;
  margin-left: 10px;
  margin-right: 10px;
}
.icons svg:hover {
  opacity: 0.6;
}
.copyr {
  padding-top: 40px;
  text-align: center;
}
.footer {
  width: 100%;
  background: #00360f;
  color: #fff;
  padding: 40px 20px 20px;
}
.footer-wrapper {
  width: 100%;
  max-width: 1250px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.footer-wrapper h3 {
  margin-bottom: 20px;
}

.instagram {
  fill: #e1306c;
}
.facebook {
  fill: #1877f2;
}
.row-item:nth-child(2) svg {
  margin-top: 5px;
}
.row-item:nth-child(2) h3,
.row-item:nth-child(3) h3 {
  margin-top: 10px;
}
.row-content {
  position: relative;
  height: 195px;
}
.row-content h3 {
  padding: 10px 5px 5px;
}
.row-content a {
  position: absolute;
  bottom: 5px;
  left: 38%;
  color: green;
}
.icons a {
  text-decoration: none !important;
}
.row2-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 20px auto auto;
  background: #f5f5f5;
  padding: 20px 0 20px 0;
}
.row2-content {
  width: 100%;
  max-width: 1350px;
  margin: 20px auto 40px auto;
  padding: 20px 15px 0 15px;
  display: flex;
}
.column-left {
  width: 65%;
  margin-left: 10px;
  margin-right: 10px;
}
.column-right {
  width: 30%;
  margin-left: 10px;
  margin-right: 10px;
  text-align: left;
}
.column-right svg {
  width: 20px;
  margin-right: 16px;
}
.column-right-center {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  padding-left: 15px;
  padding-right: 15px;
}
.gallery-item {
  padding: 5px;
  width: 32%;
  position: relative;
}
.gallery-item img {
  width: 100%;
}
.project-title,
.contact-us {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1350px;
  width: 100%;
  margin: 50px auto;
  text-align: center;
}

.row2-content h1,
.row2-content h3,
.project-title h1,
.row-wrapper h1,
.contact-us h1,
.suppliers h1 {
  color: #1c5f34;
}
.gallery-overlay {
  position: absolute;
  top: 1%;
  bottom: 1%;
  left: 0px;
  right: 0;
  width: 98%;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  height: 97%;
}
.gallery-overlay h3 {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 50px;
}
.gallery-overlay p {
  width: 92%;
  margin: 0 auto;
  padding: 0 20px;
}
.gallery-overlay:hover {
  opacity: 1;
  cursor: pointer;
}
.svg-wrapper {
  padding-top: 5px;
  padding-bottom: 5px;
}
.services-item svg {
  width: 60px;
}
.row-wrapper h1 {
  text-align: center;
}
.row-title-span {
  font-size: inherit;
  color: #000;
}
.services-item {
  width: 21%;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.19);
  border-radius: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.services-row {
  display: flex;
  justify-content: space-evenly;
  margin-top: 60px;
  flex-wrap: wrap;
  gap: 1%;
}
.row-wrapper h1,
.project-title h1,
.contact-us h1,
.suppliers h1 {
  font-weight: 500;
  text-align: center;
}
.row-wrapper hr,
.project-title hr,
.contact-us hr,
.suppliers hr {
  width: 80px;
  background: #1c5f34;
  margin-top: 20px;
  padding: 1px;
}
.row1-container {
  padding: 100px 0 120px 0;
  background: #f5f5f5;
}
.locations ul {
  list-style: none;
  padding: 0;
}
.locations li {
  padding: 5px;
}

.contact-us-form {
  width: 100%;
  max-width: 700px;
  padding: 30px 20px 30px;
  border-radius: 20px;
  box-sizing: border-box;
}
.name {
  display: flex;
  text-align: left;
}
.form-content {
  text-align: left;
}
.contact-us-form input {
  margin-bottom: 15px;
  border-radius: 10px;
  min-height: 40px;
  padding: 5px;
  background: #dede;
  border: none;
  text-indent: 5px;
  margin-top: 5px;
}
.contact-us-form input:focus,
#message:focus {
  outline: 2px solid #008000;
}
.contact-us-form input{
  outline: 2px solid #fff;
}
.form-content input {
  width: 100%;
}
#message {
  min-height: 110px;
  width: 100%;
  padding: 5px;
  border-radius: 10px;
  background: #dede;
  border: none;
  margin: 5px 0 10px;
}
.contact-button {
  width: 100%;
  padding: 15px 10px;
  border-radius: 20px;
  background: green;
  border: 1px solid green;
  color: white;
  margin: 20px auto;
  font-weight: 600;
}
.contact-button:hover {
  border: 1px solid #00360f;
  background: #00360f;
}
.contact-us-form hr {
  width: unset;
  background: unset;
  margin-top: 20px;
  padding: 1px;
  margin-bottom: 20px;
}
.form-name input {
  width: 100%;
  min-height: 40px;
}
.form-name.fname {
  margin-right: 10px;
  width: 50%;
}
.form-name.lname {
  margin-left: 10px;
  width: 50%;
}
.contact-us-form label {
  font-size: 18px;
}
.contact-us-text {
  padding-left: 20px;
  padding-right: 20px;
}
.contact-us-flex {
  display: flex;
  justify-content: center;
}
.contact-us-text h3 {
  font-size: 35px;
  margin-bottom: 20px;
}
.contact-us-text p {
  font-size: 18px;
  text-align: left;
  width: 80%;
  margin: 0 auto 20px auto;
}
.contact-us-text img {
  border-radius: 20px;
  width: 100%;
  max-width: 600px;
}
.contact-us hr {
  margin-bottom: 50px;
}
.suppliers {
  background: #f5f5f5;
  margin-top: 50px;
  padding: 50px 15px 60px;
}
.suppliers-wrapper {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}
.suppliers hr {
  margin-bottom: 40px;
}
.partners img {
  max-width: 148px;
}
.contact-us {
  margin: 50px auto 80px;
}
.nav-open.links,
.nav-open.navbar {
  display: block !important;
}

.banner-subtext {
  font-size: 0.9vw !important;
  font-style: italic !important;
}
.rml-wrapper img {
  width: 100%;
}

.rml-wrapper img {
  max-width: 150px;
}

.footer-bottom {
  max-width: 1250px;
  margin: 0 auto;
}

.footer .contact-details a {
  color: #dfefdf;
  text-decoration: none;
}

.footer .contact-details a:hover {
  color: green;
}
.navbar.mobile{
  display: none;
}

.error input, .error textarea{
  outline: 2px solid #ac0000;
}

.error .form-error{
  color: #ac0000;
  display: block !important;
  margin: 0 0 15px;
}

.success input, .success textarea{
  outline: 2px solid #008000;
}


#fname-error, #lname-error, #email-error, #message-error{
  color: #ac0000;
  display: none;
}

#fname.showError,#lname.showError,#email.showError,#message.showError{
  border: 1px solid #ac0000;
}

.showError{
  display: block !important;
}



@media screen and (max-width: 768px) {
 .action.nav-toggle {
    display: flex;
    z-index: 99;
  }
  .action.nav-toggle:hover{
    cursor: pointer;
  }
  .links {
    display: none;
    width: 100%;
    position: relative;
  }
  .navbar {
    flex-direction: column;
    align-items: flex-start;
  }
  .links ul {
    flex-direction: column;
    width: 100%;
    height: 100vh;
    padding-top: 50px;
    gap: 2%;
  }
  .links li {
    text-align: center;
    border-bottom: 1px solid #d2d2d2;
  }
  .links li a {
    padding: 10px;
    color: black;
  }
  .links li:nth-child("3") a {
    padding: 10px 10px 20px 10px;
  }
  .links li:hover {
    background-color: #3861fb;
  }
  .action.nav-toggle {
    position: absolute;
    padding: 0 !important;
    height: 22px;
    width: 25px;
    right: 15px;
    top: 35%;
  }
  .links.active {
    display: flex;
  }
  .links ul li:nth-child(3) a {
    padding: 10px 10px 20px 10px !important;
  }
  .banner-overlay {
    display: none;
  }
  .banner-text {
    position: relative;
    color: black;
    z-index: 5;
    top: 0 !important;
    left: 0;
    text-align: center;
    transform: unset;
  }
  .gallery-wrapper {
    display: flex;
    flex-direction: column;
    width: auto;
  }
  .gallery-item {
    width: 100%;
  }
  .partners {
    text-align: center;
    margin-bottom: 50px;
  }
  .suppliers-wrapper {
    display: block;
  }
  .partners:nth-child(4) {
    margin-bottom: 0;
  }
  .contact-us-flex {
    display: block;
  }
  .footer {
    height: auto;
    padding-bottom: 20px;
    width: auto;
  }
  .footer-wrapper {
    display: block;
    text-align: center;
  }
  .page-header{
    position: sticky;
    background-color: #00360f;
    padding: 10px 0 10px;
    top: 0;
  }
  .navbar.desktop.links{
    display: none !important;
  }
  .mobile.navbar{
    height: 100vh;
    position: fixed;
    width: 100%;
    background: #fff;
  }
  .nav-open .mobile.navbar{
    display: block;
  }
  .nav-open .page-header{
    position: fixed;
  }
  .gallery-item {
    width: 100%;
    padding: 0;
    margin: 5px 0;
  }
  .banner-text::before {
    display: none;
  }
  .row-wrapper{
    width: auto;
  }
  .services-item {
    width: 100%;
    padding: 5px;
    box-shadow: none;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 20px 0 20px;
  }
  .row1-container {
    padding: 50px 0 50px 0;
  }
  .contact-us {
    width: auto;
  }
  .banner-wrapper img{
    width: 120%;
  }
  .banner-text p, .banner-subtext {
    font-size: 4vw !important;
  }
  .banner-text h1 {
    font-size: 7.5vw;
  }
}
