
.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 #fff;
    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;
}

