
.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y}.owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel .owl-item{float:left;}.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor:pointer}.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.grabbing{cursor:url(grabbing.png) 8 8,move}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}

		.testimonial {
            background-color: #e6e6e6;
            text-align: center;
            padding: 30px 30px 50px;
            margin: 100px 15px 160px;
            position: relative;
            height: 250px;
          }
          
          .testimonial::before,
          .testimonial::after {
            content: "";
            border-top: 40px solid white;
            border-right: 125px solid transparent;
            position: absolute;
            bottom: -40px;
            left: 0;
          }
          
          .testimonial::after {
            border-right: none;
            border-left: 125px solid transparent;
            left: auto;
            right: 0;
          }
          
          .testimonial .icon {
            display: inline-block;
            font-size: 80px;
            color: #016d9b;
            margin-bottom: 20px;
            opacity: 0.6;
          }
          
          .testimonial .description {
            font-size: 14px;
            color: #777;
            text-align: justify;
            margin-bottom: 30px;
            opacity: 0.9;
          }
          
          .testimonial .testimonial-content {
            width: 100%;
            left: 0;
            position: absolute;
          }
          
          .testimonial .pic {
            display: inline-block;
            border: 4px solid white;
            border-radius: 50%;
            box-shadow: 0 0 4px 4px #016d9b;
            overflow: hidden;
            z-index: 1;
            position: relative;
          }
          
          .testimonial .pic img {
            width: 100%;
            height: auto;
          }
          
          .testimonial .name {
            font-size: 15px;
            font-weight: bold;
            color: white;
            text-transform: capitalize;
            margin: 10px 0 5px 0;
          }
          
          .testimonial .title {
            display: block;
            font-size: 14px;
            color: #016d9b;
          }
          
          .owl-controls {
            margin-top: 20px;
          }
          
          .owl-pagination {
            display: flex;
            justify-content: center;
          }
          
          .owl-page {
            height: 10px;
            width: 40px;
            background-color: rgba(255, 255, 255, 0.2);
            border-radius: 10%;
          }
          
          .owl-page:hover,
          .owl-page.active {
            background-color: rgba(255, 255, 255, 0.3);
          }
          
          .owl-page:not(first-item) {
            margin-left: 10px;
          }
          
          