.testimonial-carousel,.testimonial-carousel-two{
	overflow:hidden;
}
.testimonial-carousel-container {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 20px;
}
.swiper-container {
    display: flex;
}
.swiper-slide {
    background: #063B46;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 300px;
	overflow:hidden;
}
.testimonial-content img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.testimonial-content h3 {
    margin: 5px 0;
    font-size: 16px;
	font-family: "GT Walsheim Pro", Sans-serif;
	font-weight:700;
	color:#ffffff;
	text-align: left;
}
.testimonial-content h4{
	 margin: 5px 0;
    font-size: 16px;
	font-family: "GT Walsheim Pro", Sans-serif;
	font-weight:700;
	color:#ffffff;
	text-align: left;
}
.testimonial-content p {
    font-size: 14px;
	font-family: "GT Walsheim Pro", Sans-serif;
	font-weight:400;
	color:#ffffff;
	text-align: left;
	margin:0;
	line-height: normal;
}
.testimonial-carousel{
	margin-bottom:1rem;
}
.testimonial-stars i{
	color:#ffffff;
}
.testimonial-stars{
	display: block;
    text-align: left;
}
.img_testimonial {
    column-gap: 10px;
    display: flex;
    align-items: center;
}
.img_testimonial h3{
	font-weight:700;
}
p.client-position{
	margin: 5px 0;
}
.testimonial-content{
    height: 298px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
    overflow: hidden;
}
.testimonial-text h3, .testimonial-text p{
	margin:0;
}
.testimonial-text h3{
	color:#4DFFFF;
}
.img_testimonial p{
	color:#4DFFFF;
}
.has-background{
	position:relative;
}
.has-background:after{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#051C2C;
	opacity:.5;
}
.testimonial-text{
	z-index:2;
}
@media(max-wdith:700px){
.swiper-container:not(.swiper-container-initialized)>.swiper-wrapper, .swiper:not(.swiper-initialized)>.swiper-wrapper {
    overflow: initial !important;
}
}