.carousel-wrap {
    width: 1000px;
    margin: auto;
    position: relative;
}
.owl-carousel_modal .owl-nav{
    overflow: hidden;
    height: 0px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #013680;
}


.owl-carousel_modal .item {
    /*text-align: center;*/
}
.owl-carousel_modal .nav-btn{
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 225px !important;
}

.owl-carousel_modal .owl-prev.disabled,
.owl-carousel_modal .owl-next.disabled{
    pointer-events: none;
    opacity: 0.2;
}

.owl-carousel_modal .prev-slide{
    background: url(/vendor/assets/images/nav-icon.png) no-repeat scroll 0 0;
    left: 0;
}
.owl-carousel_modal .next-slide{
    background: url(/vendor/assets/images/nav-icon.png) no-repeat scroll -24px 0px;
    right: 0;
}
.owl-carousel_modal .prev-slide:hover{
    background-position: 0px -53px;
    color: #013680;

}
.owl-carousel_modal .next-slide:hover{
    background-position: -24px -53px;
    color: #013680;

}

span.img-text {
    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: 23px;
    display: block;
    text-transform: capitalize;
}
span.img-text:hover {
    color: #013680;
}

.owl-carousel_modal .item img{
    height: 500px;
    width:auto;
    /*max-width:500px;*/
    /*
    object-fit: cover ;
    object-position: center ;*/
    margin: 0px auto;
}

@media screen and (max-width: 768px) {
    .owl-carousel_modal .item img {
        height: 300px;
    }
    .owl-carousel_modal .nav-btn{
        top:150px !important;
    }
}