.testimonials-shortcode-wrapper {
	display:block;
	position: relative;
	width:100%;
}

.testimonials-wrapper {
	margin-top: -260px;
}

.swiper-container {
	width:1600px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.swiper-slide{
width: 1246px;
}

.testimonial-single p {
	font-weight: 300;
	font-style: italic;
	text-align: center;
	color: #4f7a8c;
}

.testimonial-single .testimonial-stars i {
	/* color:#f7941d; */
	color: #FFCC4E;
}

.testimonial-single {
	display:flex;
	/* background-color: #F5F4ED; */
	background: transparent;
	/* box-shadow: 0px 0px 14px rgba( 0, 0, 0, 0.18); */
	padding:1vw 3.5vw;
}

.testimonial-image {
	width:650px;
	padding: 0 20px;
}
.testimonial-desc {
	width:calc(100% - 650px);
	padding: 0 20px;
}
.testimonial-image img {
	vertical-align: bottom;
}
.testimonial-desc {
    display: flex;
    flex-direction: column;
    justify-content: end;
    text-align: center;
    padding-bottom: 50px;
}

p.testimonial-title{
    font-family: 'Jubilat', sans-serif;
	font-size: 1.3em;
	font-style: italic;
	font-weight: 600;
	margin-bottom: 0;
}

.swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23aaaaaa'%2F%3E%3C%2Fsvg%3E") !important;
  }

  .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23aaaaaa'%2F%3E%3C%2Fsvg%3E") !important;
	outline: none !important;
  }

  .swiper-wrapper .slick-prev.slick-arrow{
	float: left;
    bottom: 0;
    position: absolute;
	left: 0px;
    top: 50%;
    z-index: 9;
}
.swiper-wrapper .slick-next.slick-arrow{
	position: absolute;
    right: -25px;
    top: 50%;
    z-index: 9;
    float: right;
}

@media screen and (max-width:1200px) {
	.testimonials-wrapper {
		margin-top: -50px;
		padding: 3rem;
	}
	.testimonial-image,
	.testimonial-desc {
		width: 50%;
	}
	.testimonials-wrapper .slick-slide img {
		height: auto;
	}
}

@media screen and (max-width:1024px) {
	.testimonials-wrapper .slick-arrow img {
		/* width:60px; */
	}

}

@media screen and (min-width:641px) {
	.testimonials-wrapper  .slick-dots {
		display:none!important;
	}
}

@media screen and (max-width:640px) {
	.home-testimonials {
		padding:15px
	}
	.testimonials-wrapper {
		padding:1.5rem;
	}
	.testimonials-wrapper .slick-arrow img {
		/* display:none; */
	}
	.testimonials-wrapper .slick-arrow.slick-prev {
		/* left: -60px; */
		/* top: auto;
		bottom: 0; */
	}
	.testimonials-wrapper .slick-arrow.slick-next {
		/* right: -60px; */
		/* top: auto;
		bottom: 0;
		right: 0; */
	}
}
