.carousel-type1 {
  margin-top: 50px;
	margin-bottom:50px;
}

.carousel-type1 .shadow-effect {
  background: #fff;
  padding: 0;
  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);
}

.carousel-type1 .shadow-effect p {
  font-family: inherit;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 300;
}

.carousel-type1 .owl-item img {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.carousel-type1 .item {
  text-align: center;
  margin-bottom: 10px;
  opacity: 0.2;
  transform: scale3d(0.8, 0.8, 1);
  transition: all 0.3s ease-in-out;
}

.carousel-type1 .owl-item.active.center .item {
  opacity: 1;
  transform: scale3d(1.0, 1.0, 1);
}

.carousel-type1 .owl-item img {
  transform-style: preserve-3d;
  width: 288px;
  height: auto;
  margin: 0 auto 10px;
  display: block;
}

.carousel-type1 .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: -40px;
}

.carousel-type1 .owl-dot {
  display: inline-block;
}

.carousel-type1 .owl-dot span {
  background: #ffa8c9 !important;
  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;
}

.carousel-type1 .owl-dot.active span,
.carousel-type1 .owl-dot:hover span {
  background: #ffa8c9 !important;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}


.carousel-type2 .owl-dot span {
  background: #ffa8c9 !important;
  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;
}


.carousel-type2 .owl-dot.active span,
.carousel-type2 .owl-dot:hover span {
  background: #ffa8c9 !important;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}
