﻿.shadow-effect {
		    padding: 30px;
		    border-radius: 4px;
			background: linear-gradient(180deg, rgba(240,243,247,0.17) 0%, rgba(252,253,253,0.84) 80%, #FFFFFF 100%);
			box-shadow: 3px 3px 30px 1px rgba(121,151,201,0.12), inset 0px 15px 30px 1px rgb(152 160 204 / 10%);
			border:2px solid #fff;
			transition:all 0.3s;

		}
		#customers-testimonials .shadow-effect p {
		    font-family: inherit;
		    font-size: 16px;
		    line-height: 2;
		    font-weight: 300;
			color: #253654;
		}
		.testimonial-name {
		    margin: -17px auto 0;
		    display: none;
		    width: auto;
		    background: #3190E7;
		    padding: 9px 35px;
		    border-radius: 12px;
		    text-align: center;
		    color: #fff;
		    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
		}
		#customers-testimonials .item {
		    padding: 30px;
		    opacity: 1;
		    transform: scale3d(0.8, 0.8, 1);
		    transition: all 0.3s ease-in-out;
		}
		#customers-testimonials .owl-item.active.center .item {
		    opacity: 1;
		    transform: scale3d(1.0, 1.0, 1);
		}
		.owl-carousel .owl-item img {
		    transform-style: preserve-3d;
		    max-width: 110px;
    		margin: 0 auto 17px;
		}
		#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
		    background: #3190E7;
		    transform: translate3d(0px, -50%, 0px) scale(0.7);
		}
#customers-testimonials.owl-carousel .owl-dots{
	display: inline-block;
	width: 100%;
	text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
	display: inline-block;
}
		#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #3190E7;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
    border-radius: 10px;
		}

		.owl-stage-outer {margin:0;}
		.active.center .shadow-effect {background-image:url("../images/slide_bg.png"); background-size: cover;}