/*!* Importing fonts from Google *!*/
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');*/

/*!* Reseting *!*/

/*.owl-carousel .owl-item {*/
/*    transition: all 0.3s ease-in-out;*/
/*}*/

/*.owl-carousel .owl-item .card {*/
/*    padding: 30px;*/
/*    position: relative;*/
/*}*/

/*.owl-carousel .owl-stage-outer {*/
/*    overflow-y: auto !important;*/
/*    padding-bottom: 40px;*/
/*}*/

/*.owl-carousel .owl-item img {*/
/*    height: 200px;*/
/*    object-fit: cover;*/
/*    border-radius: 6px;*/
/*}*/

/*.owl-carousel .owl-item .card .name {*/
/*    position: absolute;*/
/*    bottom: -20px;*/
/*    left: 33%;*/
/*    color: white;*/
/*    font-size: 1.1rem;*/
/*    font-weight: 600;*/
/*    !*background-color: aquamarine;*!*/
/*    background-color: ##0c367e;*/
/*    padding: 0.3rem 0.4rem;*/
/*    border-radius: 5px;*/
/*    box-shadow: 2px 3px 15px #3c405a;*/
/*}*/

/*.owl-carousel .owl-item .card {*/
/*    opacity: 0.2;*/
/*    transform: scale3d(0.8, 0.8, 0.8);*/
/*    transition: all 0.3s ease-in-out;*/
/*}*/

/*.owl-carousel .owl-item.active.center .card {*/
/*    opacity: 1;*/
/*    transform: scale3d(1, 1, 1);*/
/*}*/

/*.owl-carousel .owl-dots {*/
/*    display: inline-block;*/
/*    width: 100%;*/
/*    text-align: center;*/
/*}*/

/*.owl-theme .owl-dots .owl-dot span {*/
/*    height: 20px;*/
/*    background: ##0c367e !important;*/
/*    border-radius: 2px !important;*/
/*    opacity: 0.8;*/
/*}*/

/*.owl-theme .owl-dots .owl-dot.active span,*/
/*.owl-theme .owl-dots .owl-dot:hover span {*/
/*    height: 13px;*/
/*    width: 13px;*/
/*    opacity: 1;*/
/*    transform: translateY(2px);*/
/*    background: #9a77d4 !important;*/
/*}*/

/*@media(min-width: 480.6px) and (max-width: 575.5px) {*/
/*    .owl-carousel .owl-item .card .name {*/
/*        left: 24%;*/
/*    }*/
/*}*/

/*@media(max-width: 360px) {*/
/*    .owl-carousel .owl-item .card .name {*/
/*        left: 30%;*/
/*    }*/
/*}*/






.shadow-effect {
		    background: #fff;
		    padding: 20px;
		    border-radius: 4px;
		    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);
 }
#customers-testimonials .shadow-effect p {
		    font-family: inherit;
		    font-size: 17px;
		    line-height: 1.5;
		    margin: 0 0 17px 0;
		    font-weight: 300;
}
.testimonial-name {
		    margin: -17px auto 0;
		    display: table;
		    width: auto;
		    background: #0c367e;
		    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: .2;
		    -webkit-transform: scale3d(0.8, 0.8, 1);
		    transform: scale3d(0.8, 0.8, 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: scale3d(1.0, 1.0, 1);
		    transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
		    transform-style: preserve-3d;
		    max-width: 90px;
    		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: #0c367e;
		    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: #0c367e;
		    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;
}
.img-circle {
    border-radius: 50%;
}