h3:after {
  background: none repeat scroll 0 0 #fc0;
  bottom: -10px;
  content: "";
  display: block;
  height: 4px;
  position: relative;
  width: 60px;
}

p>a>i {
  color: #ffc904;
}

.foot_note {
  font-size: 0.9em;
}

.scroll-top {
  width: 55px;
  height: 55px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  font-size: 18px;
  border-radius: 50%;
  z-index: 99;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #ee2e24;
  /* -webkit-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    animation: pulse 2s infinite; */
}

.logo {
  width: 540px;
  align-items: center;
}

.logo-center {
  margin: 0 auto;
}

.alert-info {
  background-color: #dcf3f8;
  border-color: #dcf3f8;
  color: #000;
  padding: 1%;
  font-weight: bold;
}

/* Cards */
.card-list-items {
  list-style-type: disc !important;
}

.card-body {
  display: flex;
  flex-direction: column;

}

.card-title:after {
  background: none repeat scroll 0 0 #fc0;
  bottom: -10px;
  content: "";
  display: block;
  height: 2px;
  position: relative;
  width: 60px;
}

#h4-custom:after {
  background: none repeat scroll 0 0 #fc0;
  bottom: -6px;
  content: "";
  display: block;
  height: 2px;
  position: relative;
  width: 60px;
}