/*News Card*/

.registration-right {
  width: 80%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.registration-right h2 {
  color: #ffffff;
  font-weight: 700;
  padding-bottom: 20px;
}
.registration .btn {
  width: 100%;
}
.fa,
.fas,
.fab {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.event-list .card {
  background-color: #fff;
  padding: 18px;
  margin-bottom: 3px;
}
.event-list img {
  width: 77px;
  height: 77px;
}
.event-list h4 {
  color: #959599;
  font-size: 16px;
}
.event-list .card-title span {
  padding-left: 5px;
  padding-right: 20px;
  font-size: 12px;
  font-weight: 700;
}
.event-list .card-text {
  color: rgb(39, 38, 38);
  font-weight: 700;
  font-size: 16px;
}
.event-list .card-body {
  padding: 0 20px;
  margin: 0 0 10px 0;
}
.event-list .card-title svg {
  color: #75c2f5;
}
/*Reveal on Scroll*/
.reveal {
  position: relative;
  transform: translateY(90px);
  opacity: 0;
  transition: all 1s ease;
}
.reveal.active {
  transform: translateY(0px);
  opacity: 1;
}

#news_btn:hover{
background-color: #00558c;
color: #fff !important;
}
