
  
    /* body{
        background-image:url(video-bg-1.jpg);
        
    } */


.review{
    background: #fff;
    text-align: center;
    padding: 30px 30px 50px;
    margin: 0 15px 100px;
    position: relative;
    margin-top: 168px;
}
.review:before,
.review:after{
    content: "";
    border-top: 40px solid #fff;
    border-right: 125px solid transparent;
    position: absolute;
    bottom: -40px;
    left: 0;
}
.review:after{
    border-right: none;
    border-left: 125px solid transparent;
    left: auto;
    right: 0;
}
.review .icon{
    display: inline-block;
    font-size: 80px;
    color: #00b092;
    margin-bottom: 20px;
    opacity: 0.6;
}
.review .description{
    font-size: 16px;
    color: #777;
    text-align: justify;
    margin-bottom: 30px;
    opacity: 0.9;
    letter-spacing: -1px;
}
.review .review-content{
    width: 100%;
    position: absolute;
    left: 0;
}
.review .pic{
    display: inline-block;
    border: 6px solid white;
    border-radius: 50%;
    box-shadow: 0 0 2px 2px #00b092;
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.review .pic img{
    width: 100%;
    height: auto;
}
.review .title{
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: capitalize;
    margin: 0 0 5px 0;
}
.review .post{
    display: block;
    font-size: 14px;
    color: #00b092;
}
.owl-theme .owl-controls{
    margin-top: 60px;
}
.owl-theme .owl-controls .owl-page span{
    width: 32px;
    height: 10px;
    background: #fff;
    border: 2px solid #00b092;
    margin: 5px;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #00b092;
    border-color: #fff;
}
    .pic img{
        width: 100px !important;
        height: 50px;
    }
    