.menu .owl-carousel .owl-stage-outer {
    margin: 0 auto;
}

.owl-carousel .nav-btn {
    height: 33px;
    position: absolute;
    width: 33px;
    cursor: pointer;
    top: 40% !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.owl-carousel .prev-slide {
    background: url('../../../images/prev-arrow.svg') no-repeat scroll 0 0;
    left: -30px;
}

.owl-carousel .next-slide {
    background: url('../../../images/next-arrow.svg') no-repeat scroll 0 0;
    right: -30px;
}


.owl-theme .owl-nav [class*=owl-] {
    text-decoration: none;
    outline: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    cursor: pointer;
    width: 100%;
    font-size: 35px;
    display: block;
    text-transform: capitalize;
}

    .owl-theme .owl-nav [class*=owl-]:hover {
        color: #2caae1;
    }

.program-tiles .title {
    margin-top:15px;
}

.program-tiles strong {
    font-size: 26px;
}

.program-tiles small {
    font-size: 27px;
}

.program-tiles .item figure {
    height: calc(100% - 20px);
    width: 100%;
}

.program-tiles .item .program-tiles-card {
    height: calc(100% - 20px);
    width: 100%;
    position: relative;
}

.regLink {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 12px;
    margin-left: auto;
    margin-right: auto;
}

.owl-carousel .owl-item img {
    object-fit: fill;
    margin: 0 auto;
    height:200px;
    width:auto;
}
