
		
			.testimonial{
				text-align: center;
				padding: 85px 50px 45px 70px;
				margin: 70px 15px 35px;
				/* background: #f9f9f9; */
				background: var(--text-bg-dark-light-black);
				box-shadow: 8px 4px 0 0 #40078a;
				position: relative;
			}
			
			.owl-items{
				/* width: 0 !important; */
				width: 1141px !important;
			}
			.testimonial .pic{
				width: 120px;
				height: 120px;
				border: 5px solid #40078a;
				margin: 0 auto;
				position: absolute;
				top: -60px;
				left: 0;
				right: 0;
			}
			.testimonial .pic img{
				width: 100%;
				height: auto;
			}
			.testimonial .description{
				font-size: 14px;
				color:var(--text-dark-grey);
				line-height: 27px;
				margin-bottom: 20px;
				position: relative;
				text-align: justify;
			}
			.testimonial .description:before{
				content: "\f10d";
				font-family: "FontAwesome";
				font-size: 32px;
				color: #40078a;
				position: absolute;
				top: -15px;
				left: -35px;
			}
			.testimonial .testimonial-profile{
				position: relative;
				margin: 20px 0 10px 0;
			}
			.testimonial .testimonial-profile:after{
				content: "";
				width: 50px;
				height: 2px;
				background: var(--set-bg-dark-blue);
				margin: 0 auto;
				position: absolute;
				bottom: -10px;
				left: 0;
				right: 0;
			}
			.testimonial .title{
				display: inline-block;
				font-size: 18px;
				color:var(--text-dark-grey);
				letter-spacing: 1px;
				text-transform: uppercase;
				margin: 0;
			}
			.testimonial .post{
				display: inline-block;
				font-size: 15px;
				color: var(--text-dark-grey);
				text-transform: capitalize;
			}
			.owl-theme .owl-controls{
				margin-top: 10px;
			}
			.owl-theme .owl-controls .owl-page span{
				background: #5e5f5f;
				opacity: 1;
				transition: all 0.4s ease 0s;
			}
			.owl-theme .owl-controls .owl-page.active span,
			.owl-theme .owl-controls.clickable .owl-page:hover span{
				background:var(--text-blue-owl-page);
				 /* #40078a; */
			}
			.owl-theme .owl-controls .owl-page.active span{
				width: 22px;
				height: 12px;
			}
			.owl-pagination{
				color:var(--text-dark-grey);
				display: inline-flex !important;
			}
			