.swiper-testi{
    margin-right: 15px;
}
.style1 .testibox{
    float: left;
    padding: 32px 38px;
    background: #2b2a2a;
    position: relative;
    color: #fff;
}
.style1 .testibox:after{
    content: "";
    position: absolute;
    bottom: -45px;
    left: 38px;
    width: 0;
    height: 0;
    border-top: 45px solid #2b2a2a;
    border-right: 45px solid transparent;
}
.style1 .testibox .reviewer{
    float: left;
    width: 100px;
    text-align: center;
    margin-right: 20px;
}
.style1 .testibox .reviewer .testi_img{
    width: 70px;
    margin: 0 auto;
}
.style1 .testibox .reviewer .bio{
    float: right;
    width: 220px;
    margin-top: 5px;
}
.style1 .testibox .reviewer .testi_img img{
    width: 100%;
    height: auto;
    border-radius: 100px;
    background: #e1e1e1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;

}

.style1 .testibox:hover .reviewer img{
    background: #c48981;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.style1 .testibox .desc{
    margin-top: 5px;
    line-height: 24px;
}
.style1 .testibox .reviewer h4{
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
}
.style1 .testibox .reviewer h5{
    font-size: 10px;
    font-weight: normal;
    font-style: italic;
    color: #aaa;
    margin-top: 0px;
}
.style1 .testibox .desc .rating{
    text-align: right;
    font-size: 14px;
    font-weight: 700;
    color: #aaa;
}
.style1 .testibox .desc .rating i{
    margin: 0px 2px;
    color: #c48981;
}
.swiper-testi .swiper-pagination{
    margin-top: 60px;
}
.swiper-testi .swiper-pagination-bullet {
    width: 40px;
    height: 5px;
    display: inline-block;
    border-radius: 10px;
    background: #000;
    opacity: 1;
}
.swiper-testi .swiper-pagination-bullet-active {
    opacity: 1;
    background: #c48981;
}

/*============= STYLE 2=======================*/
.style2 .testibox {
    padding: 0px 35px;
    position: relative;
    color: #333;
    text-align: center;
    background-color: transparent;
}
.style2 .testibox p {
    line-height: 30px;
    font-weight: 400;
}
.style2 .testibox .reviewer {
    margin-top: 40px;
}
.style2 .testibox .reviewer h4 {
    margin-top: 0px;
    margin-bottom: 10px;
}
.style2 .testibox .reviewer h5 {
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 0px;
}

/*=================== STYLE 3================*/
.opinionbox {
    padding: 50px 35px;
    text-align: center;
    margin: 20px 20px;
    box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, .2);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.opinionbox ul {
    margin-top: 20px;
}
.opinionbox li {
    display: inline-block;
    font-size: 22px;
    color: #8a40fb;
}