@charset "utf-8";
/* CSS Document */

.testimonial {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonial-slide {
  padding: 0;
}
.testimonial_box-top {
	min-height: 500px;
  background-color: transparent;
  padding: 30px;
  border-radius: 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  justify-content: flex-end;
  color: #fff;
  border-right: 1px solid rgb(255 255 255 / 40%);
  border-left: 1px solid rgb(255 255 255 / 40%);
}
.testimonial_box-icon {
  padding: 10px 0;
}
.testimonial_box-icon i {
  font-size: 25px;
  color: #14213d;
}
.testimonial_box-text {
  padding: 10px 0 60px;
}
.testimonial_box-text p {
  color: #000;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 0;
}
.testimonial_box-img {
  padding: 20px 0 10px;
  display: flex;
  justify-content: center;
}
.testimonial_box-img img {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  border: 2px solid #e5e5e5;
}
.testimonial_box-name {
  padding-top: 10px;
}
.testimonial_box-name h4 {
  font-size: 20px;
  line-height: 25px;
  color: #293241;
  margin-bottom: 0;
}
.testimonial_box-job p {
    color: #B8B8B8;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 0;
}
.slick-prev:before, .slick-next:before {
    color: #000;
    font-size: 28px;
    opacity: 1;
}
.testimonial_box-job {
    position: absolute;
    bottom: 25px;
}
h3.year {
    font-size: 50px;
    margin-bottom: 30px;
}

h3.year img {
    transform: rotateZ(180deg);
    height: 40px;
    width: auto;
    display: inline-block;
    margin: 0 0 10px 10px;
	display: none;
}
p.detail {
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
	min-height: 95px;
}
.journey-box { 
	transition-duration: 0.9s;
}
.testimonial_box-inner {
    transition-duration: 1s;
}
.testimonial_box-inner:hover {
    cursor: pointer;	
}
.testimonial_box-inner:hover {
    transform: scale(1.05);
    transition-duration: 1s;
}
.testimonial_box-inner:hover .journey-box {
    transform: translate3d(0, 0, 0);
}
.testimonial_box-inner:hover h3.year img {
    transform: rotateZ(180deg);
	transition-duration: 0.9s;
}
.slick-prev, .slick-next {
    /*transform: translate(0, 50px);*/
    transform: translate(0, -100%);
}

.slick-prev:before {
    background-image: url("../images/left-white.png");
}
.slick-next:before {
    background-image: url("../images/right-white.png");
}