#wise-events .blue {
  color: #13283a;
}
#wise-events .blue-bg {
  background-color: #13283a;
}
#wise-events .light-blue-bg {
  background-color: #a8b9c7;
}
#wise-events .parallax-container {
  background: #f8f9fa;
  padding: 70px 0px 50px;
  position: relative;
  height: 500px;
}
#wise-events .parallax-container .page-head {
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  text-align: center;
  text-transform: none;
  color: #212529;
  padding: 15px 20px;
  max-width: 800px;
}
#wise-events .parallax-container .page-head p {
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5em;
}
#wise-events .parallax {
  background-image: url("/SECURE/assets/images/features/pricing01.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  z-index: -1;
  height: 400px;
}
#wise-events div[id^=card-] {
  max-width: 705px;
  margin-left: auto;
  margin-right: auto;
}
#wise-events .events-grid {
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  display: grid;
  gap: 30px;
}
#wise-events .arrow-container {
  border-radius: 10px;
  background-color: rgba(46, 143, 206, 0.0862745098);
  width: 125px;
  height: 50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 20px;
}
#wise-events .arrow-container .button-prev.swiper-button-disabled, #wise-events .arrow-container .button-next.swiper-button-disabled {
  color: #c5c5c5 !important;
  cursor: unset;
}
#wise-events .arrow-container .button-prev, #wise-events .arrow-container .button-next {
  color: #007bff;
  cursor: pointer;
}
#wise-events .arrow-container .button-prev:hover, #wise-events .arrow-container .button-next:hover {
  color: #00559B;
  transition: ease 0.2s;
}
#wise-events .paging-container {
  border-radius: 10px;
  background-color: rgba(46, 143, 206, 0.0862745098);
  width: 200px;
  height: 50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
#wise-events .pagingBtn {
  color: #007bff;
}
#wise-events .pagingBtn:hover {
  color: #00559B;
}
#wise-events .pagingBtn.btn:focus {
  box-shadow: none;
}
#wise-events div[id^=card-] .event-box {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 15px;
  border-radius: 10px;
  transition: all 0.25s ease;
  height: 100%;
  white-space: normal;
  display: block;
  border-radius: 10px 10px 10px 10px;
  transition: all 0.25s ease;
}
#wise-events div[id^=card-] .event-box:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  transition: all 0.25s ease;
}
#wise-events div[id^=card-] .event-box .event-listing small {
  color: #13283a;
  transition: 0.25s;
}
#wise-events div[id^=card-] .event-box .event-listing p {
  color: #13283a;
  transition: 0.25s;
}
#wise-events div[id^=card-] .event-box .event-listing h5 {
  color: #2e8fce;
  transition: 0.25s;
}
#wise-events div[id^=card-] .event-box .event-listing .event-image {
  background-color: #f8f9fa;
  border-radius: 10px 10px 0px 0px;
}
#wise-events div[id^=card-] .event-box .event-listing .event-image img {
  border-radius: 10px;
}
#wise-events div[id^=card-] .event-box .event-listing .event-details {
  background-color: #fff;
  transition: 0.25s;
  border-radius: 0px 0px 10px 10px;
}
#wise-events .event-modal .modal-dialog {
  max-width: 1200px !important;
}
#wise-events .event-modal .modal-title {
  color: #2e8fce;
}
#wise-events .event-modal .modal-img {
  background-color: #f8f9fa;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  justify-content: center;
}
#wise-events .event-modal .modal-img img {
  max-width: 100%;
  max-height: 230px;
  border-radius: 10px;
}
#wise-events .event-modal .close {
  transition: 0.25s;
  opacity: 0.3;
  cursor: pointer;
}
#wise-events .event-modal .close:hover {
  transition: 0.25s;
  opacity: 0.75;
  cursor: pointer;
}
@media (max-width: 1200px) {
  #wise-events .event-modal .modal-dialog {
    margin: 0.5rem;
  }
}
@media (max-width: 768px) {
  #wise-events .events-grid {
    grid-template-columns: 1fr;
    display: grid;
    gap: 20px;
  }
}/*# sourceMappingURL=eventsPage.css.map */