body {
  font-family: Helvetica, Arial;
}

p {
  line-height: 1.7rem;
}

a {
  text-decoration: none;
}

.nav-link {
  color: black;
}

.slider {
  margin-top: 100px;
}

.about-history {
  font-size: 16px;
  color: #535353;
}

h3 {
  letter-spacing: 4px;
  font-size: 23px;
}

.copyright {
  background-color: #005182;
}

.footer {
  background-color: #1e7dc6;
  color: white;
}

.letter-spacing {
  letter-spacing: 8px;
}

.follow-us {
  list-style: none;
  padding-left: 0px;
}

.follow-us li {
  margin-bottom: 10px;
}

.follow-us a {
  text-decoration: none;
  color: white;
}

.divider {
  border-top: 8px solid #bbb;
  border-radius: 5px;
  width: 100%;
}

/*eli*/
.service {
  background-color: #5a8c41;
  justify-content: center;
  align-items: center;
  height: 250px;
  color: white;
  font-size: 24px;
}

ul.goal li::before {
  content: "\2022";
  color: #5a8c41;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.service {
  background-color: #5a8c41;
  justify-content: center;
  align-items: center;
  height: 250px;
  color: white;
  font-size: 24px;
}

ul.goal {
  list-style: none;
}

ul.goal li {
  margin-bottom: 20px;
}

ul.goal li::before {
  content: "\2022";
  color: #5a8c41;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.image-div {
  height: 100%;
}

#key1-more,
#key2-more,
#key3-more,
#key4-more,
#key5-more,
#key6-more {
  display: none;
}

/* slider */
/* Place the container to the left */
.left-side {
  left: 0;
  text-align: right;
}

/* Place the container to the right */
.right-side {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left-side::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #cd0d20;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #cd0d20;
}

/* Add arrows to the right container (pointing left) */
.right-side::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent #cd0d20 transparent transparent;
}

/* Fix the circle for containers on the right side */
.right-side::after {
  left: -13px;
}

/* The actual content */
.content {
  padding: 10px 30px;
  background-color: #cd0d20;
  color: white;
  position: relative;
  border-radius: 6px;
}

/* Award image sizw*/
.awards-img {
  object-fit: contain;
  height: 200px;
}