 #team h3,p{
            margin: 0 !important;
           
        }
        #team a:hover,a:focus{
            text-decoration: none !important;
            outline: none !important;
        }
       #team .testimonial{
            text-align: center;
            color: #F2EFE8;
            margin:60px 30px;
            padding: 20px 40px;
            border-radius:30px;
            position: relative;
            z-index: 1;
        }
       #team .testimonial:before{
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #fff;
            border-radius:30px;
            z-index: -1;
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
        }
        #team .testimonial:after{
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #5161ac;
            border-radius:30px;
            transform:rotate(-7deg);
            z-index: -2;
        }
        #team .testimonial .pic{
            border: 5px solid #F2EFE8;
            display: inline-block;
            margin-bottom: 10px;
            width: 100px;
            height: 100px;
            border-radius: 50%;
        }
        #team .testimonial .pic img{
            width: 100%;
            height: 100%;
            border-radius: 50%;
        }
        #team .testimonial .testimonial-content{
            font-size: 15px;
            letter-spacing: 1px;
            line-height: 30px;
            margin-bottom: 20px;
        }
        #team .testimonial .testimonial-title a{
            display:block;
            color: #5161ac;
            font-size: 20px;
            font-weight: 700;
            letter-spacing: 1px;
            text-transform: uppercase;
        }
       #team .testimonial .testimonial-title small{
            color: #44b5e5;
            font-size: 15px;
            font-weight: 700;
            letter-spacing: 1px;
            text-transform: capitalize;
        }
        #team .owl-theme .owl-controls{
            margin-top: 0px;
            margin-left: 10px;
            text-align: center;
        }
        #team .owl-theme .owl-controls .owl-buttons div{
            display: inline-block;
            opacity:1;
            background:#5161ac;
            color: #F2EFE8;
            border-radius: 0;
            width: 40px;
            height: 40px;
            line-height: 40px;
            margin-right: 5px;
        }
        #team .owl-prev:before,
        #team .owl-next:before{
            content: "\f060";
            font-family: 'FontAwesome';
            font-size: 20px;
        }
        #team .owl-next:before{
            content: "\f061";
        }
        #team .testimonial-content .btn {
    color: #666;
    background: transparent;
    text-transform: capitalize;
    box-shadow: none;
    padding: 0;
    margin-top: 15px;
}
.owl-prev, .owl-next {
        width: 15px;
        height: 100px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        display: block !important;
        border:0px solid black;
    }
    .owl-prev { left: -20px; }
    .owl-next { right: -20px; }
    