.dist_testimonials {
    position: relative !important;
    padding-top: 90px !important;
    padding-bottom: 100px !important;
}
.dist_testimonials h3 {
    padding-bottom: 40px;
}
.owl-carousel-testimonials  .owl-stage-outer {
	padding: 10px;
    margin: -10px;
}
.owl-carousel-testimonials .item-container {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
	margin: 0;
	overflow: hidden;
}
.owl-carousel-testimonials .item {
	background-color: white;	
	padding: 50px 50px 65px;
    background-image: url(/wp-content/uploads/2017/07/pattern-africain-full.png);
    background-position: bottom left;
	background-repeat: repeat-x;
    position: relative;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
	margin: -10px;
}
.owl-carousel-testimonials .item-container:hover {
	margin: -10px;
}
.owl-carousel-testimonials .item-container:hover .item {
	margin: 0;
}
.owl-carousel-testimonials .item * {
	color: black !important;	
}
.owl-carousel-testimonials .item .dist_testimonials_title_container {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}
.owl-carousel-testimonials .item h4 {
    text-align: center;
    font-family: "open sans", sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    max-width: 266px;
    margin-left: auto;
    margin-right: auto;
    line-height: 29px;
    letter-spacing: .15em;	
    margin-bottom: 0;
    vertical-align: middle;
    display: table-cell;
}
.owl-carousel-testimonials .item .dist_testimonials_desc {
	text-align: center;
}
.dist_star_sep {
    pointer-events: none !important;
    margin-bottom: 35px;
}
.dist_star_sep img {
    width: 93px !important;
    height: 12px !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.dist_testimonials_read_more,
.owl-carousel-testimonials .item .dist_testimonials_read_more {
    text-align: center;
    font-family: "open sans", sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: .15em;
    width: 100%;
    display: block !important;
    margin-bottom: 40px;
    margin-top: 40px;
    color: #ff9933 !important;
    font-weight: 600;
    transition: color .3s ease;
}
.dist_testimonials_read_more:hover,
.owl-carousel-testimonials .item .dist_testimonials_read_more:hover {
    color: #f2642f !important;
}
.owl-theme .owl-dots .owl-dot span {
    background-color: #fff;
    opacity: 0.33;
    transition: opacity .3s ease;
}
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #fff;
    opacity: .5;
}
.owl-theme .owl-dots .owl-dot.active span {
    background-color: #fff;
    opacity: 1;
}
.owl-theme .owl-nav+.owl-dots {
    margin-top: 25px !important;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1300px) {
    .owl-nav {
        position: static;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        width: 100%;
        height: 0 !important;
        margin-top: auto !important;
        margin: auto 0 !important;
    }
    .owl-carousel-testimonials {
        width: 90% !important;
        margin: 0 auto;
    }
    .owl-theme .owl-nav .owl-prev,
    .owl-theme .owl-nav .owl-next {
        margin: 0 !important;
        padding: 0 !important;
        font-size: 0 !important;
        pointer-events: none !important;
        background-color: transparent !important;
        height: 40px;
        width: 40px;
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .owl-theme .owl-nav .owl-prev::before,
    .owl-theme .owl-nav .owl-next::before {
        content: "\f054";
        display: inline-block;
        height: 40px;
        width: 40px;
        text-align: center;
        pointer-events: auto !important;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 30px !important;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .owl-theme .owl-nav .owl-next {
        position: absolute;
        top: 0;
        bottom: 0;
        right: -50px;
        display: block;
    }
    .owl-theme .owl-nav .owl-next::before {
    }
    .owl-theme .owl-nav .owl-prev {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -50px;
    }
    .owl-theme .owl-nav .owl-prev::before {
        content: "\f053";
    }
}

@media only screen and (max-width: 767px) {
    .owl-carousel-testimonials {
        width: 80% !important;
    }
}

@media only screen and (max-width: 600px) {
    .owl-carousel-testimonials {
        width: 100% !important;
    }
    .owl-theme .owl-nav+.owl-dots {
        margin-top: 20px !important;
    }
}

@media only screen and (max-width: 480px) {
    .owl-carousel-testimonials .item {
        padding: 40px 40px 50px;
        background-size: auto 42px;
    }
    .owl-carousel-testimonials .item h4 {
        font-size: 15px;
        line-height: 23px;
    }
}