.owl-carousel .item {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 65vh;
    position: relative;
}

.item-first {
    background-image: url('../images/slider1.jpg');
}

.item-second {
    background-image: url('../images/slider2.jpg');
}

.item-third {
    background-image: url('../images/slider3.jpg');
}

.owl-carousel .item .caption {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    padding: 20px;
    direction: rtl;
}

.owl-carousel .item .caption h1,
.owl-carousel .item .caption h3 {
    color: #ffffff;
    text-align: right;
    padding-right: 15%;
    width: 100%;
    margin: 0;
    direction: rtl;
}

.owl-carousel .item .caption .col-md-offset-1 {
    margin-right: 8.33333333%;
    margin-left: 0;
}

.owl-carousel .item .caption .section-btn {
    display: inline-block;
    margin-top: 20px;
    margin-right: 15%;
    float: right;
    clear: both;
}

/* Carousel Navigation */
.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.owl-prev, .owl-next {
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.3) !important;
    transition: all 0.4s ease-in-out;
}

.owl-prev {
    left: 20px;
}

.owl-next {
    right: 20px;
}

.owl-prev:hover, .owl-next:hover {
    background: rgba(255, 255, 255, 0.8) !important;
}

.owl-prev i, .owl-next i {
    color: #333;
    font-size: 24px;
    line-height: 44px;
}

/* Dots */
.owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.owl-dot {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.5) !important;
}

.owl-dot.active {
    background: #ffffff !important;
}
