@font-face {
  font-family: "CeraBasic-Regular";
  src: url("../../font/cera-basic-regular.otf");
  font-display: fallback;
}
.idx-grid-view-pagination .active a {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}

.pagination-hover:hover {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
}

.timeline-sec .card-img-top {
  height: auto;
}
.timeline-sec .flaticon-facebook,
.timeline-sec .flaticon-instagram,
.timeline-sec .flaticon-twitter,
.timeline-sec .flaticon-youtube {
  font-size: 18px;
}
@media (max-width: 767px) {
  .timeline-sec .timeline-cards .social-links {
    margin-top: 20px;
  }
}
.timeline-sec .timeline-cards .social-links li {
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
}
.timeline-sec .timeline-cards .social-links li:hover a {
  background: #333 !important;
}
.timeline-sec .timeline-cards .social-links li a {
  background-color: #a31834 !important;
  transition: all 0.5s linear 0s;
  width: 30px;
  height: 30px;
  position: relative;
  display: block;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
}/*# sourceMappingURL=timeline.css.map */