/* Colors */
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700;800;900&display=swap");
body {
  font-family: "Raleway", sans-serif;
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
  line-height: 150%;
  color: #151515;
}

a.button {
  background-color: #66a30f;
  color: #fff;
  border: 0px;
  padding: 0.625rem 1.25rem;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 800;
  transition: 0.25s;
  margin: auto;
  display: flex;
  width: 120px;
  justify-content: center;
}

a.button:hover {
  background-color: #7cb42c;
  color: #ffffff;
}

.header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  background: rgba(59, 93, 80, 0);
  transition: all ease-out 0.5s;
  background-color: #151515;
}

.navbar {
  background-color: transparent;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  border-bottom:2px solid #6aaf08cf;
  /* offset:5px */
}
@media(max-width:425px){
  .nav-header{
    font-size: 1.05rem;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .navbar .navbar-brand {
    width: 100%;
    text-align: center;
  }
}


.navbar .navbar-brand {
  font-size: 1.125rem;
  color: #ffffff;
}
.navbar .nav-link {
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #ffffff;
}
.navbar .nav-link:hover {
  color: #6aaf08cf;
}
.navbar .callbtn {
  background-color: #6aaf08cf;
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
  border: 0px;
  padding: 0.5rem 1.125rem;
  border-radius: 4px;
}
.navbar a.callus {
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  color: #6aaf08cf;
  border: 2px solid #6aaf08cf;
  padding: 0.5rem 1.125rem;
  border-radius: 4px;
}
.navbar .navbar-toggler {
  background-color: #6aaf08cf;
  border-radius: 0px;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  color: #ffffff !important;
}

.hero {
  --default-color: #ffffff;
  --default-color-rgb: 255, 255, 255;
  --background-color: #151515;
  --background-color-rgb: 0, 0, 0;
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 160px 0 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero .container {
  position: relative;
  z-index: 3;
}

.hero h2 {
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.hero p {
  color: #ffffff;
  margin: 5px 0 0 0;
  font-size: 16px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
.more-info{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 130px;
  background-color: #000;
  background-image: url(../img/brick-wall.webp);
  object-fit: cover;
}
.more-info-text{
    color: white;
    font-size: 25px;
    text-shadow: 4px 6px 8px rgb(0 0 0 / 70%);
    text-align: center;
}
.about-section {
  padding: 4rem 0;
  background-color: #ffffff;
}
.about-section h2 {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
  color: #000000;
  margin-bottom: 1.875rem;
}
.about-section ul {
  list-style: none;
  padding: 0;
}
.about-section ul li {
  padding: 0 0 8px 26px;
  position: relative;
}
.about-section ul li i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: #6aaf08cf;
}
.about-section .about-img {
  padding: 10px;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  transition: all 0.3s ease-out 0s;
  background-color: #ffffff;
}
.about-section .img-boxes .img-box img {
  width: 100%;
  height: 100%;
}
.about-section .img-boxes .col-md-6:nth-child(2) .img-box, .about-section .img-boxes .col-md-6:nth-child(4) .img-box {
  margin-top: -40px;
}

.gallery-section {
  padding: 7rem 0 4rem 0;
  background-attachment: fixed;
  background-size: cover;
  text-align: center;
  position: relative;
}
.gallery-section::before {
  content: "";
  background-color: #000;
  background-image: url(../img/brick-wall.webp);
  object-fit: cover;
  position: absolute;
  inset: 0;
  z-index: 2;
}
.gallery-section .container {
  position: relative;
  z-index: 3;
}
.gallery-section h2 {
  font-size: 2.875rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
  color: #ffffff;
  margin-bottom: 5rem;
}
.gallery-section .img-boxes .img-box {
  padding: 2px;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  transition: all 0.3s ease-out 0s;
  background-color: #ffffff;
  height: 300px;
}
.gallery-section .img-boxes .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.gallery-section .img-boxes .col-md-3:nth-child(even) .img-box {
  margin-top: -20px;
}

.service-section {
  padding: 4rem 0;
}
.service-section h2 {
  font-size: 2.875rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
  color: #000000;
  margin-bottom: 1.875rem;
  text-align: center;
}
.service-section .icon-box {
  text-align: center;
  border: 1px solid #ebebeb;
  padding: 80px 20px;
  background: #ffffff;
}
.service-section .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}
.service-section .icon-box .icon {
  margin: 0 auto;
  margin-bottom: 0px;
  width: 64px;
  height: 64px;
  background: #6aaf08cf;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.service-section .icon-box .icon i {
  color: #000000;
  font-size: 28px;
}
.service-section .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}

.feature-section {
  padding: 4rem 0;
  background-color: #f4f4f4;
}
.feature-section h2 {
  font-size: 2.875rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
  color: #000000;
  margin-bottom: 1.875rem;
  text-align: center;
}
.feature-section h3 {
  font-size: 26px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
  color: #000000;
}
.feature-section .list-item {
  margin: 0;
  padding: 0;
  list-style: none;
}
.feature-section .list-item li {
  margin: 7px 0;
  padding: 0;
  display: block;
  list-style: none;
}
.feature-section .list-item li i {
  margin-right: 5px;
}
.feature-section .image-stack {
  display: grid;
  position: relative;
  grid-template-columns: repeat(12, 1fr);
}
.feature-section .image-stack .stack-front {
  grid-row: 1;
  grid-column: 1/span 8;
  margin-top: 50%;
  width: 100%;
  z-index: 2;
}
.feature-section .image-stack .stack-back {
  grid-column: 4/-1;
  grid-row: 1;
  width: 100%;
  z-index: 1;
}
.feature-section img {
  border: 6px solid #ffffff;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.3);
}

.testimonials {

  text-align: center;

  padding: 4rem 1.2rem;

}



.testimonials img {

  width: 150px;

  height: 150px;

}



.testimonials h5 {

  font-size: 1rem;

  font-weight: 700;

  margin: 1.2rem 0px 0px;

  color: rgb(87, 149, 120);

  text-transform: uppercase;

}



.testimonials p {

  text-align: justify;

}



.testimonials .carousel-control-prev-icon {

  background-image: none;

  color: rgb(34, 34, 34);

}



.testimonials .carousel-control-next-icon {

  background-image: none;

  color: rgb(34, 34, 34);

}



.testimonials .carousel-control-next {

  position: inherit;

  top: 0px;

  bottom: 0px;

  z-index: 1;

  display: flex;

  align-items: center;

  justify-content: center;

  width: auto;

  padding: 0px;

  color: rgb(255, 255, 255);

  text-align: center;

  background: 0px 0px;

  border: 0px;

  opacity: 0.5;

  transition: opacity 0.15s ease 0s;

}



.testimonials .carousel-control-prev {

  position: inherit;

  top: 0px;

  bottom: 0px;

  z-index: 1;

  display: flex;

  align-items: center;

  justify-content: center;

  width: auto;

  padding: 0px;

  color: rgb(255, 255, 255);

  text-align: center;

  background: 0px 0px;

  border: 0px;

  opacity: 0.5;

  transition: opacity 0.15s ease 0s;

}



.testimonials .carousel .col-md-4, .about-section .col-md-6:first-child {

  margin-bottom: 30px;

}



.testimonials .carousel-item .row.d-flex.justify-content-center {

  min-height: 175px;

}

.footer {
  background-color: #151515;
  color: #ffffff;
  text-align: center;
  padding: 20px 0;
}
.footer .social-icons {
  margin: 0;
  padding: 0;
  text-align: center;
}
.footer .social-icons li {
  margin: 0 0.5rem;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.footer-p{
  margin-top: 10px;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .gallery-section .img-boxes .col-md-3:nth-child(even) .img-box {
    margin-top: 0px;
  }
}/*# sourceMappingURL=main.css.map */

.service-section .row:nth-of-type(2) {
  display: flex;
  justify-content: center;
}


.google-logo {
  width: 52% !important;
  height: auto !important;
  margin-top: 20px;
}

.contact-section {
  margin-bottom: 50px;
}
