.owl-carousel .owl-carousel-container{
    position: relative;
    margin-top: -30px;
}
.owl-carousel .owl-item{
    display: inline-block;
    float: initial;
    vertical-align: bottom;
}
.owl-carousel .owl-carousel-container img{
    display: inline-block;
    width: 60%;
}
.owl-carousel-container-box{
    display: inline-block;
    width: 50%;
    position: absolute;
    right: 10%;
    height: 100%;
}
.owl-carousel-container-box-title{
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: "EB Garamond";
    font-weight: 700;
    font-size: 30px;
    text-align: right;
    margin: 60px 0 30px;
}
.owl-carousel-container-box-content{
    font-size: 20px;
    line-height: 36px;
    font-weight: 400;
    color: rgb(88, 91, 98);
    font-family: "Oswald";
    text-align: right;
}
.owl-carousel-container .owl-carousel-container-box a{
    position: absolute;
    bottom: 60px;
    right: 0;
    background: transparent;
    border-color: #a5242c;
    color: #a5242c;
}

.owl-nav{
    font-weight: 300;
    font-family: roboto;
    line-height: 14px;
    color: #fff;
    font-size: 75px;
    height: 30px;
    margin: 15px 0;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.owl-nav .owl-next{
    float: right;
}
.owl-nav .owl-next span,
.owl-nav .owl-prev span{
    line-height: 14px;
    height: 30px;
    display: inline-block;
}
.owl-nav .owl-next:focus,
.owl-nav .owl-prev:focus,
.owl-dots .owl-dot:focus{
    outline: none;
}

.owl-dots{
    position: absolute;
    bottom: 15px;
    height: 30px;
    width: 100%;
    text-align: center;
    line-height: 30px;
    left: 30px;
    width: calc(100% - 60px);
}
.owl-dots .owl-dot{
    margin: 0 5px;
    vertical-align: sub;
    height: 0;
}
.owl-dots .owl-dot span{
    height: 15px;
    width: 15px;
    background: transparent;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #fff;
    transition: all 0.5s;
}
.owl-dots .owl-dot:hover span{
    background: rgba(0,0,0,0.25)
}
.owl-dots .owl-dot.active span{
    background: #fff;
}
.owl-nav,
.owl-dots{
    opacity: 0;
    transition: all 0.3s;
}
.testimonial{
    overflow: hidden;
}
.owl-carousel:hover .owl-nav,
.owl-carousel:hover .owl-dots{
    opacity: 1;
}

@media (max-width: 991px){
    .owl-carousel-container-box-title{
        font-size: 20px;
        margin: 60px 0 20px;
    }
    .owl-carousel-container-box-content {
        font-size: 15px;
        line-height: 21px;
    }
    .owl-carousel-container .owl-carousel-container-box a {
        bottom: 20px;
        line-height: 30px;
    }
}
@media (max-width: 767px){
    #sliderRow{
        margin-top: 35px;
    }
}
@media (max-width: 600px){
    .owl-carousel .owl-carousel-container img{
        display: none;
    }
    .owl-carousel-container-box{
        width: 100%;
        position: relative;
        right: 0;
        height: 100%;
        top: 0;
        padding: 0 35px 35px;
    }
    .owl-carousel-container-box::before{
        content: "";
        background: rgba(0,0,0,0.25);
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        position: absolute;
        bottom: 15px;
        left: 15px;
    }
    .owl-carousel-container-box-title{
        margin: 40px 0 20px;
    }
    .owl-carousel-container .owl-carousel-container-box a{
        position: initial;
        bottom: 0;
    }
    .owl-carousel .owl-carousel-container{
            margin-top: 0;
    }
    .owl-carousel .owl-item{
        vertical-align: middle;
    }
    .owl-carousel-container-box-content {
        color: #fff;
    }
    .owl-carousel-container-box-title,
    .owl-carousel-container-box-content,
    .owl-carousel-container .owl-carousel-container-box a{
        position: relative;
        text-align: center;
        z-index: 1;
    }
}