/* common styles remove after rebuild */
.section-name {
  font-family: var( --e-global-typography-8a52578-font-family ), Sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  color: #555;
  margin: 0;
}
.section-header {
  font-weight: 800;
  font-size: 52px;
  line-height: 120%;
  color: #111;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: 'Poppins', sans-serif;
}
.testimonials-header {
  font-weight: 600;
  line-height: 130%;
  font-family: 'Poppins', sans-serif;
}
.testimonials-text {
  font-family: var( --e-global-typography-8a52578-font-family ), Sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0%;
}
.testimonials-author {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  margin-top: 40px;
  margin-bottom: -4px;
	font-family: var( --e-global-typography-8a52578-font-family ), Sans-serif;
}
.testimonials-description {
	font-family: var( --e-global-typography-8a52578-font-family ), Sans-serif;
}
.slick-dots {
  padding: 0;
}
.testimonials {
  max-width: 1400px;
  margin: 20px auto;
  margin-top: 140px;
}
.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 16px !important;
}
.slick-dots button {
  background: #d7d7d7de;
  border: none;
  border-radius: 50%;
  font-size: 0;
  margin: 0 6px;
  cursor: pointer;
  transition: 0.15s ease-in-out;
  padding: 4px;
}
.slick-dots .slick-active button, .slick-dots button:hover {
  background: #ff561d;
}
@media (max-width:768px) {
	.testimonials {
  margin: 10px auto;
}
}
/* /common styles */



.slick-dots {
  display: flex;
  justify-content: center;
	margin-top: 16px !important;
}
.slick-dots button {
  background: #d7d7d7de;
  border: none;
  border-radius: 50%;
  font-size: 0;
  margin: 0 6px;
  cursor: pointer;
  transition: 0.15s ease-in-out;
padding: 4px;
}
.slick-dots .slick-active button,
.slick-dots button:hover {
  background: #ff561d;
}

.testimonials__carousel-container {
  position: relative;
}

.testimonials__carousel {
  margin: 0;
  padding: 0;
  list-style: none;
}

.testimonials__slide {
  list-style: none;
}

.testimonials-slide__item {
  height: 100%;
}

.testimonials__nav:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

.testimonials .slick-track {
  display: flex;
}

.testimonials .slick-slide {
  height: inherit;
}

.testimonials .slick-slide > div {
  height: 100%;
}

/* ----------------------------------------- */
.testimonials {
	flex-direction: column;
	text-align: center;
	  position: relative;
	display: flex;
}
.testimonials-slide__item {
	max-width: 830px;
	margin: auto;
}
.testimonials-header {
	font-size: 32px;
	color: #FF561D;
	margin-top: 30px;
	margin-bottom: 20px;
}
.testimonials-author {
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
	margin-top: 40px;
	margin-bottom: -4px;
}
.testimonials-description {
  color: #999;
}
.testimonials__carousel-container {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
}
.testimonials__nav {
	position: absolute;
	border: none;
	cursor: pointer;
	background-color: #E9ECF0;
	width: 60px;
	height: 60px;
	border-radius: 999px;
	transition: .3s ease-in-out;
	top: 26%;
}

.testimonials__nav--prev {
	left: 0;
}
.testimonials__nav--next {
	right: 0;
	transform: rotate(180deg);
}
.testimonials__nav:hover {
	background-color: #FF561D;
}
.lSSlideOuter .lSPager.lSpg {
	margin-top: 19px!important;
}
.lSSlideOuter .lSPager.lSpg > li {
	padding: 0 6px!important;
}
.testimonials .arrow-icon {
	filter: invert(1);
}
.testimonials__nav:hover .arrow-icon {
	filter: none;
}

@media (max-width:1024px) {
	.testimonials__carousel-container {
		max-width: 80%;
	}
	.testimonials {
		margin-top: 160px;
	}
	.testimonials__nav--prev {
		left: -14%;
	}
	.testimonials__nav--next {
		right: -14%;
	}
	.testimonials-header {
		font-size: 28px;
	}
	.testimonials-text {
		margin-top: 20px;
	}
	.testimonials__nav {
		width: 40px;
		height: 40px;
	}
	.testimonials .arrow-icon {
		transform: scale(.7);
	}
}
@media (max-width: 768px) {
	.testimonials {
		margin-top: 130px;
	}
	#testimonials-heading {
		margin-bottom: 4px;
	}
	.testimonials-header {
		font-size: 20px;
	}
	.testimonials-text {
		margin-top: 16px;
		font-size: 18px;
	}
}