/* Contact Page */
.ftco-address {
  overflow-x: hidden;
  position: relative;
  padding: 4em 0;
}
.ftco-address .icon {
  font-size: 30px;
  border-radius: 50%;
  background: #00743a;
  color: #fff;
  padding: 20px;
}
.ftco-address .text {
  margin-top: 20px;
}
.ftco-address .text .info {
  color: #000;
}

/* Eqipement */
.card {
  border-radius: 8px;
}
.card {
  height: 90%;
  padding: 20px 10px;
}

.ftco-counter .info-schedule span {
  color: #ffd31d;
}

/* Nav */
.nav-logo {
  height: 8rem;
  background: #fff;
  border-radius: 5px;
  top: 0px;
}

/* Service Page */
.service li {
  font-size: 16px;
  color: #000;
}
.img-container {
  height: 400px;
  width: 90%;
  text-align: center;
}
.cert-container {
  width: 90%;
  text-align: center;
}
.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.equipmentimg {
  background: #fff;
  vertical-align: middle;
  max-width: 70%;
  max-height: 300px;
}
.cert {
  background: #fff;
  vertical-align: middle;
  max-width: 70%;
  max-height: 300px;
}

.listservice {
  list-style-type: none;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.listservice li:before {
  content: "• ";
  font-size: 30px;
}
