.testimonial-item {
    position: relative;
    background-color: #FFFFFF;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.1);
    width: 70%;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}

.testimonial-quote {
    font-family: "Gotham A", "Gotham B";
    font-style: italic;
    font-weight: 400;
    font-size: 24px;
    padding-top: 30px;
    margin-bottom: 50px;
}

.testimonials-blocks .carousel-inner {
    height: 500px;
}

.testimonial-item .testimonial-image {
    position: absolute;
    left: 50%;
    width: 125px;
    height: 125px;
    margin-left: -62.5px;
    margin-top: -60px;
    border-radius: 50%;
    border: 4px solid #f28d43;
    padding: 4px;
}

.testimonial-item .testimonial-image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.carousel-buttons .btn {
    display:inline-block;
    width: 20px;
    border-radius: 50%;
    text-align: center;
    padding: 10px 35px 8px 36px;
}

/* ensure that focus styling on main buttons does not apply to carousel buttons: */
.carousel-buttons .btn.btn-primary:focus {
    background-color: #f48d38;
    border-color: #f48d38;
}

.carousel-buttons .btn .icon {
    display: inline-block;
    width: 45px;
    height: 40px;
    color: white;
    font-size: 35px;
    margin-top: 7px;
    margin-left: -26px;
}

.carousel-buttons .btn .icon img {
    margin-top: 5px;
}

.carousel-buttons .btn.right-button .icon {
    margin-left: -22px;
}

@media(min-width: 992px) {
    .carousel-buttons .btn {
        position: absolute;
        top: 190px;
        left: 50%;
    }

    .carousel-buttons .btn.left-button {
        margin-left: -40%;
    }

    .carousel-buttons .btn.right-button {
        margin-left: 32%;
    }

    .testimonial-item {
        height: 400px;
    }
}

@media(max-width: 991px) {
    .testimonials-blocks .carousel-inner {
        height: 600px;
    }

    .testimonial-item {
        height: 500px;
    }

    .testimonials-blocks, .testimonial-quote, .client-name {
        font-size: 18px !important;
    }

    .testimonials-blocks .carousel-indicators {
        display: none;
    }

    .testimonial-item {
        width: 90%;
        margin: 70px auto 0px auto;
        padding: 0px 10px;
    }

    .carousel-buttons .btn {
        display: inline-block;
        border-radius: 50%;
        text-align: center;
    }

    .carousel-buttons .btn .icon {
        display: inline-block;
        width: 35px;
        height: 35px;
        color: white;
        font-size: 35px;
        margin-top: -2px;
        margin-left: -18px;
    }

    .carousel-buttons .btn {
        position: relative;
        margin: auto;
        top: initial;
        left: initial;
    }

    .carousel-buttons .btn.left-button {
        margin-right: 50px;
    }

    .carousel-buttons .btn.right-button {
        margin-left: 50px;
    }

    .carousel-buttons .btn.right-button .icon {
        margin-left: -16px;
    }
}
