.review-container{
    background: rgb(147,141,0);
    background: linear-gradient(248deg, rgba(147,141,0,1) 0%, rgba(105,69,6,1) 100%);   
}
.testimonial{
    text-align: center;
    color: #F2EFE8;
    margin:80px 30px;
    padding: 30px 40px;
    border-radius:30px;
    position: relative;
    z-index: 1;
}
.testimonial:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #938D00F2;
    border-radius:30px;
    z-index: -1;
}
.testimonial:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #694506;
    border-radius:30px;
    transform:rotate(-7deg);
    z-index: -2;
}
.testimonial .pic{
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.testimonial .pic img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.testimonial .testimonial-content{
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 30px;
    margin-bottom: 20px;
}
.testimonial .testimonial-title a{
    display: inline-block;
    color: #FB8C00;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.testimonial .testimonial-title small{
    color: #F2EFE8;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.owl-theme .owl-controls{
    margin-top: 0px;
    margin-left: 10px;
    text-align: center;
}
.owl-theme .owl-controls .owl-buttons div{
    display: inline-block;
    opacity:1;
    background:#694506;
    color: #F2EFE8;
    border-radius: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    margin-bottom: 50px;
}
.owl-prev:before,
.owl-next:before{
    content: "<";
    font-size: 20px;
    color: rgba(207, 199, 5, 1);
}
.owl-next:before{
    content: ">";
}

.star-rating {
color: #FDCC0D;
font-size: 2.3em;
text-align: center;
}
.review-link {
    position: absolute;
    right: 0;
    bottom: 15%;
    text-decoration: underline;
    color: rgba(207, 199, 5, 1);
}
.review-link:hover {
    color: rgba(207, 199, 5, 1);
    opacity: 0.8;
}