/*
 * 	Unipi theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
    margin: 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    color: #FFF;
    font-size: 30px;
    margin: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    margin-top: -19px;
    display: block;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 9999;
    background: #003c71;
    border-radius: 50%;
    opacity: .5;
    transition: opacity .15s ease;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    opacity: 1;
}

.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.owl-carousel .owl-nav button.owl-prev span {
    content: "\f007";
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.owl-theme .owl-prev {
    left: 30px;
}
.owl-theme .owl-next {
    right: 30px;
}
.owl-theme .owl-dots {
    z-index: 9999;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 4px;
    margin: 5px 7px;
    background: rgba(255, 255, 255, 0.95);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #003c71;
}
.bgslider {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 400px;
}
.owl-caption {
  position: absolute;
  background-color: rgba(0,0,0,0.4);
  bottom: 50px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  padding-top: 2rem;
  padding-bottom: 1rem;
}