/* carousel */
.ws-testimonials {
    position: relative;
    padding: 55px 0
}
.bx_testimonials_carousel {
    margin: 0 auto;
    display: table;
    padding: 0 50px
}
.bx_testimonials_carousel .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: transparent;
    position: static;
    margin:0
}
.bx_testimonials_carousel .bx-wrapper .bx-viewport {
    overflow:hidden;
}
.bxslider_bx_testimonials > li {
    padding:0 25px
}

.bx_testimonials_carousel .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    height: 32px;
    width: 32px;
    margin-top: -16px;
    transition: color .5s;
    display: block;
    text-indent: unset;
    color: #000;
    z-index: 9;
    font-size: 32px;
    line-height: 1;
    background: none;
    text-align: center;
}
.bx_testimonials_carousel .bx-wrapper .bx-prev {
    left: 20px;
    transform: rotate(180deg);
}
.bx_testimonials_carousel .bx-wrapper .bx-next {
    right: 20px;
}
.bx_testimonials_carousel .bx-wrapper  .bx-controls-direction a:hover,
.bx_testimonials_carousel .bx-wrapper  .bx-controls-direction a:focus {
    opacity: 1;
    text-decoration: none;
}
.bx_testimonials_carousel .bx-wrapper  .bx-controls-direction a:hover i,
.bx_testimonials_carousel .bx-wrapper  .bx-controls-direction a:focus i {
    color:#ff0000;
    transition: color .5s
}
/**/
.bx_testimonials_carousel .bx-wrapper .bx-pager.bx-default-pager a {
    background: #b5b5b5;
    margin: 0 10px;
}
.bx_testimonials_carousel .bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx_testimonials_carousel .bx-wrapper .bx-pager.bx-default-pager a.active,
.bx_testimonials_carousel .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #ff0000;
}

/**/
.bx_testimonials_carousel .slide {
    box-shadow: none;
    margin: 25px 0;
    position: relative;
    padding-top: 100px;
    text-align: center;
}
.bx_testimonials_carousel .slide:before {
    content:'\e908';
    font-family:'icomoon';
    font-size: 30px;
    color: #dedede;
    box-shadow: 0 0 16px rgba(255, 0, 0, 0.22);
    background-image: linear-gradient(-135deg, #ff0000 0%, #ff3e3e 100%);
    width: 70px;
    height:70px;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
    position: absolute;
    top:0;
    left: calc(50% - 35px);
}
.ref_text {
    color: #b5b5b5;
    font-style: italic;
    margin-bottom: 5px;
}
.ref_author {
    color: #b5b5b5;
    font-family: 'Open Sans - Extrabold', sans-serif;
    font-weight: 800;
    font-size: 18px;
}

@media only screen and (max-width: 574px) {
    .bx_testimonials_carousel {
        padding: 0 15px;
    }
    .bx_testimonials_carousel .bx-wrapper .bx-controls-direction a {
        display: none;
    }
    .bx_testimonials_carousel .slide {
        margin-bottom: 0;
    }
    .bxslider_bx_testimonials > li {
        padding: 0 10px;
    }
    .bx-wrapper .bx-pager {
        padding-top: 15px;
    }
}
@media only screen and (min-width: 1440px) {
    .bx_testimonials_carousel .bx-wrapper .bx-prev {
        left: 40px;
    }
    .bx_testimonials_carousel .bx-wrapper .bx-next {
        right: 40px;
    }
}
