.mb-0 {
  margin-bottom: 0px !important;
}

.mb-1 {
  margin-bottom: 4px !important;
}

.mb-2 {
  margin-bottom: 8px !important;
}

.mb-3 {
  margin-bottom: 12px !important;
}

.mb-4 {
  margin-bottom: 16px !important;
}

.mb-4 {
  margin-bottom: 20px !important;
}

.mb-5 {
  margin-bottom: 24px !important;
}

.mb-6 {
  margin-bottom: 28px !important;
}

.mb-8 {
  margin-bottom: 28px !important;
}

.mx-auto {
  margin: 0 auto !important;
}

.text-header {
  font-size: 24px;
}

.text-grey {
  color: #898989;
}

.remove-box-shadow {
  box-shadow: none !important;
}

.img-responsive {
  max-width: 100%;
}

.d-flex {
  display: flex;
}

.justify-between {
  justify-content: space-between;
}

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

/* .topmenu {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 8px;
  padding-right: 0;
  width: 100%;
}

.custom-logo-link-m img {
  margin-top: 30px !important;
}

#page .site-content {
  margin-top: 30px !important;
}

@media only screen and (min-width: 991px) {
  #page .site-content {
    margin-top: 90px !important;
  }
}
@media only screen and (max-width: 991px) {
  .s-autoshow-m.-hide img {
    transform: translateY(-90px);
  }
}
@media only screen and (min-width: 991px) {
  .custom-logo-link {
    position: absolute;
    bottom: 0px;
    left: 0;
  }
  .custom-logo-link img {
    height: 82px !important;
    max-height: 82px !important;
  }
} */
.border-radius-4 {
  border-radius: 4px;
}

.topmenu .widget {
  margin-bottom: 0px !important;
  max-width: 100%;
  width: 100%;
}

.plant-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(115px, 1fr));
  grid-row-gap: 1rem;
  grid-column-gap: 1rem;
}
.plant-info .item {
  border-radius: 7px;
  padding: 15px;
  background-color: #ededed;
  color: #333333;
  text-align: center;
}
.plant-info .title {
  font-size: 14px;
  color: #575757;
  margin-bottom: 0px;
}
.plant-info .unit {
  font-size: 18px;
  margin-bottom: 0px;
}

.single-banner {
  height: 130px;
  background-size: cover;
  background-position: center;
}

.feature-text-top {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #ffffff;
}

.feature-text-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}

.content-item.-caption {
  background-color: transparent !important;
  box-shadow: none !important;
}

.content-item.-card {
  background-color: transparent !important;
} /*# sourceMappingURL=style.css.map */
