.home-testimonials {
    background-color: #c10b44;
    min-height: 345px;
    color: #ffffff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+20,c10b44+20,c10b44+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 25%, #c10b44 25%, #c10b44 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 25%,#c10b44 25%,#c10b44 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 25%,#c10b44 25%,#c10b44 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c10b44',GradientType=0 ); /* IE6-9 */
}
.home-testimonials a {
    color: #ffffff !important;
}
.testimonial-img img {
    margin: 0 auto;
}
#testimonial-full-box {
    padding-bottom: 50px;
    padding-top: 0px;
    text-align: center;
}
.default-bg-img {
    height: 120px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 120px;
    margin: 0 auto;
    border: 5px solid #c10b44;
    border-radius: 100%;
    background-color: #fff;
}
.quote-marks {
    font-style: italic;
}
.quote-marks::before{
    content: url('../images/quote-l.png');
    height: 19px;
    width: 27px;
    float: left;
}
.quote-marks::after{
    content: url('../images/quote-r.png');
    height: 19px;
    width: 27px;
    float: right;
}
.quote-marks .readmore {
    display: none;
}
.bx-wrapper .bx-prev {
    left: -100px !important;
}
.bx-wrapper .bx-next {
    right: -100px !important;
}
.pad-down {
    margin-bottom: 50px;
    margin-top: 50px;
}

