.carousel-indicators {
  position: relative;
}

.carousel-indicators [data-bs-target] {
  width: 50px;
  height: 8px;
  background-color: #204000;
  opacity: 0.8;
}

.carousel-indicators .active {
  width: 50px;
  height: 8px;
  background-color: #a4a33a;
  opacity: 1;
}

.icon-style {
  max-width: 35px;
}

@media (min-width: 768px) {
  .icon-style {
    max-width: 40px;
  }
}

.icon-style:focus {
  border: 1px solid var(--bs-secondary);
}

@media (max-width: 767px) {
  .follow-us-mobile {
    padding-top: 50px;
  }
}

@media (min-width: 992px) {
  .follow-us-mobile {
    padding-top: 0px;
  }
}

@media (min-width: 768px) {
  .ourcompany-image-border-right {
    border-right-style: solid;
    border-right-color: #a4a33a;
    border-width: 1px;
  }
}

@media (min-width: 768px) {
  .ourcompany-image-border-left {
    border-left-style: solid;
    border-left-color: #a4a33a;
    border-width: 1px;
  }
}

@media (min-width: 768px) {
  .ourcompany-text-border {
    border-left: solid !important;
    border-color: #a4a33a !important;
    border-width: 1px !important;
  }
}

.form-control {
  color: #212529;
  background-color: #fff;
  border-color: #204000;
  outline: 0;
  box-shadow: initial;
}

.form-control:focus {
  outline: 0;
  box-shadow: initial;
  border-color: #535353;
}

.footer_style {
  background: url("/assets/img/footer-background.jpg?h=90c45d8a861c21b8e0b30b53a7403338") center / cover no-repeat;
}

.gallery-img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}

.anchor {
  display: block;
  position: relative;
  top: -25vh;
  visibility: hidden;
}

body {
  box-sizing: border-box;
}

#homeblocks a {
  text-decoration: inherit;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.1);
  display: flex;
  justify-content: center;
  align-items: end;
  text-align: center;
}

#homeblocks a:focus {
  background: rgba(0,0,0,0.6);
}

#homeblocks a:focus h2 {
  color: var(--bs-secondary) !important;
}

