﻿
          .shadow-effect {
    background: #f8f8f8;
    padding: 46px;
    border-radius: 10px !important;
    text-align: center;
    border: 1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
        position: relative;
        padding-top:20px !important;
        padding-bottom:20px !important;

}
          .shadow-effect:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 38px;
    top: -30px;
    border: 15px solid;
    border-color: transparent transparent #f8f8f8 #f8f8f8;
}
          .owl-item .item .item-title {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
}
          .owl-item .item .item-title a {
    color: #002147;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
          .owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
    position: absolute;
    top: -45px;
    right: 30px;
    border: 5px solid #fff;
}
          .owl-item .item .item-title a:hover {
    text-decoration: none;
}
		#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 11px -19px;
    font-weight: 300;
    text-align: left;
}
		.testimonial-name {
		    margin: -17px auto 0;
		    display: table;
		    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 {
		    text-align: center;
		    padding: 50px;
				/*margin-bottom:80px;*/
		    opacity: 1;
		    -webkit-transform: scale3d(1.1);
		    transform: scale(1.1);
		    -webkit-transition: all 0.3s ease-in-out;
		    -moz-transition: all 0.3s ease-in-out;
		    transition: all 0.3s ease-in-out;
		}
		#customers-testimonials .owl-item.active.center .item {
		    opacity: 1;
		    -webkit-transform: scale(1.1);
		    transform: scale(1.1);
		}
		.owl-carousel .owl-item img {
		    transform-style: preserve-3d;
		    max-width: 84px;
    		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;
		}
        .owl-item .item .rating-wrapper {
    margin-bottom: 40px;
        text-align: left;
    margin-left: 0px;
}
         .owl-item .item .rating-wrapper li{
             display: inline;
    color: #e26305;
         }
         #customers-testimonials.owl-carousel .owl-dots .owl-dot.active span, #customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #e26305;
    
}
         #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #e26305;
  border-radius:50%;
}
