@charset "UTF-8";
.owl-prev, .owl-next {
  font-size: 20px !important;
  background: none !important;
}
.owl-carousel .card {
border:none;
}
.owl-carousel h4 {
  line-height: 1.25;
}
/*Color of Active Dots*/
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background-color: #00568d !important;
border: solid 2px #00568d !important;
}
/*Color of Inactive Dots*/
.owl-theme .owl-dots .owl-dot span {
background-color: #eaeaea !important;
border: solid 2px #ffffff !important;
}

.owl-theme .owl-dots button:focus {
  outline: 0px !important;
}

.owl-theme .owl-nav [class*=owl-]:hover, .owl-theme .owl-nav [class*=owl-], .owl-theme .owl-nav [class*=owl-]:focus-visible {
  color: #00568d !important;
  outline: 0px !important;
}
@media (min-width: 768px) {
    .owl-carousel .owl-stage {
		display: flex;
    }
    .owl-carousel .owl-item {
      display: flex;
      flex: 1 0 auto;
    }
}
@media (min-width: 992px) {
  .owl-prev {
    position: absolute;
    top: 40%;
    left: -5%;
}
  .owl-next {
    position: absolute;
    top: 40%;
    right: -5%;
}
}