.slick-slide img {
  width: 100%;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  position: absolute;
  text-align: center;
  left: 50%;
  bottom: 10px;
}
.slick-dots li {
  margin: 0 0.25rem;
}

.slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;

  border: none;
  border-radius: 100%;
  background-color: #afafaf;

  text-indent: -9999px;
}

.slick-dots li.slick-active button {
  background-color: #ffff;
}
.conform input::placeholder,
.conform textarea::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
.mmbr h1 {
  text-align: center;
  font-size: 34px;
  font-weight: 500;
}
.mmbr p {
  text-align: justify;
  font-size: 19px;
  line-height: 37px;
  margin: 20px 0 0;
}
.inner-content.about-page .moving-forwardtext h6 > span {
  float: left;
  color: #0095b4;
  padding-bottom: 35px;
  margin-top: -7px;
  width: 85%;
  font-weight: 300;
}

.moving-forwardtext p:empty {
  display: none;
}
.abt-logo h2 {
  display: block;
  margin: 90px 0 20px;
  font-size: 26px;
  color: #1cbbb4;
}
.history-page ~ .mmbr p {
  text-align: center !important;
}
.contact-page ~ .mmbr {
  padding: 70px 0;
  text-align: center;
  margin: 9rem 0 0;
}
.mmbr span a {
  color: white;
}
.recaptcha {
  top: 20px;
}