 .carousel-testimonial {
        margin: 50px auto;
        padding: 0 70px;
    }

    .carousel-testimonial .item {
        color: #eee;
        font-size: 14px;
        text-align: center;
        overflow: hidden;
        min-height: 310px;
    }

    .carousel-testimonial .item .img-box {
        width: 135px;
        height: 135px;
        margin: 0 auto;
        padding: 5px;
        border: 1px solid #ddd;
        border-radius: 50%;
    }

    .carousel-testimonial .img-box img {
        width: 100%;
        height: 100%;
        display: block;
        border-radius: 50%;
    }

    .carousel-testimonial .testimonial {
        padding: 30px 0 10px;
    }

    .carousel-testimonial .overview {
        font-style: italic;
        margin-bottom: 30px;
    }

    .carousel-testimonial .overview b {
        text-transform: uppercase;
        color: #7AA641;
    }
    .carousel-control {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        top: 50%;
        background: none;
        color: rgba(0, 0, 0, 0.8);
    }
    .carousel-control i {
        font-size: 68px;
        line-height: 42px;
        position: absolute;
        display: inline-block;
        color: rgba(0, 0, 0, 0.8);
        text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
    }