.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    float: left;
    margin-left: 0px;
    margin-right: 35px;
    margin-top: 15px;
}
.testimonial-item.equal-height.style-6 {
    /*background-color: #eee;
    border-radius: 10px;*/
    margin: 10px;
}
.cell-right {
    text-align: left;
    margin-right: 80px;
    padding-top: 35px;
    padding-bottom: 20px;
}
.case-heading h3 {
    font-size: 25px;
    font-weight: 700;
}

.case-text p {
    text-align: left;
    font-size: 17px;
    color: #494949;
    padding: 20px 0 5px 0;
}

.testimonial-content.quote {
    padding: 17px 55px;
}
.et_right_sidebar #main-content .container:before{
    display: none;
}
#main-content .container {
    padding-top: 10px;
}
i.fa.fa-quote-left {
    padding: 0px 10px;
    color: #999;
}

.owl-carousel {
    padding: 30px 0;
    height: 500px;
}

.owl-carousel::before {
    position: absolute;
    content: '';
    width: 400px;
    height: 500px;
    background:#575757;
    top: 0px;
    right: 0%;
    z-index: 0;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

.owl-theme .owl-controls {
    position: absolute;
    top: 0;
    right: 20px;
}

.owl-pagination {
    display: none;
}

.owl-theme .owl-controls .owl-buttons div {
    background: #8fc400 !important;
    opacity: 10 !important;
    padding: 3px 13px !important;
}