
        .testimonial{
            margin: 20px 20px 40px;
        }
            .testimonial .testimonial-content {
                padding: 35px 25px 35px 50px;
                margin-bottom: 35px;
                background: #ffffff;
                position: relative;
                height: 250PX;
                border-radius: 15px 15px 15px 0px;
            }
        .testimonial .testimonial-content:before{
            content: "";
            position: absolute;
            bottom: -30px;
            left: 0;
            border-top: 15px solid #d3d0d0;
            border-left: 15px solid transparent;
            border-bottom: 15px solid transparent;
        }
        .testimonial .testimonial-content:after{
            content: "";
            position: absolute;
            bottom: -30px;
            right: 0;
            /*border-top: 15px solid #718076;*/
            border-right: 15px solid transparent;
            border-bottom: 15px solid transparent;
        }
        .testimonial-content .testimonial-icon{
            width: 50px;
            height: 45px;
            background: #ed1c24;
            text-align: center;
            font-size: 22px;
            color: #fff;
            line-height: 42px;
            position: absolute;
            top: 37px;
            left: -19px;
			padding-top: 12px;
        }
        .testimonial-content .testimonial-icon:before{
            content: "";
            border-bottom: 16px solid #cb0109;
            border-left: 18px solid transparent;
            position: absolute;
            top: -16px;
            left: 1px;
        }
        .testimonial .description{
            font-size: 15px;
            font-style: italic;
            color: #8a8a8a;
            line-height: 23px;
            margin: 0;
        }
        .testimonial .title{
            display: block;
            font-size: 18px;
            font-weight: 700;
            color: #525252;
            text-transform: capitalize;
            margin: 0 0 5px 0;
        }
        .testimonial .post{
            display: block;
            font-size: 14px;
            color: #7f2a8e;
			font-weight: 500;
        }
        .owl-nav .owl-controls{
            margin-top: 20px;
        }
        .owl-dots .owl-dot span{
            background: #000 !important;
            opacity: 1;
            transition: all 0.4s ease 0s;
        }
        .owl-dots .owl-dot.active span,
        .owl-dots .owl-dot:hover span{
            background: #0CCA4A !important;
        }


        @media(max-width:768px) {
            .testimonial .testimonial-content {
                height: auto;
            }
        }