#testimonials-title {
	color: #910d18;
	font-weight: bold;
	margin: 20px 0px;
	text-align: center;
}

#testimonials-sub-title {
	color: #c20020;
	font-size: 28px;
	text-align: center;
}

.ts-carousel-two .fa-quote-left {
	font-size: 40px;
	color: #c20020;
}

.left-chevron, .right-chevron {
	color: #c20020;
}

.ts-content-two {
	width: 100%;
	background-position: center;
	background-size: cover;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 30px 0 0 0;
}

.ts-carousel-two {
	width: 960px;
	max-width: 80vw;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.ts-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 20px 0 20px 0;
}

.ts-title .ts-content {
	text-align: center;
	color: #9FA1A4;
	margin: 0;
	padding: 0;
}

.ts-slide-wrapper-two {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 40px;
	overflow: hidden;
	width: 100%;
}

.testimonial-container-two {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 10px;
}

.testimonial-container-two .ts-content-two {
	color: black;
	text-align: center;
}

.testimonial-two {
	padding: 15px;
	width: 400px;
	max-width: 100%;
	text-align: center;
}

.ts-content-two {
	padding: 0;
	margin: 0;
	text-align: center;
	font-weight: bold;
	color: #9FA1A4;
	font-size: 22px;

}
.testimonial-two .ts-content-two {
	padding: 10px;
	text-align: center;
	font-style: italic;
	line-height: 25px;
	color: black;
	font-weight: normal;
}

.ts-triangle {
	width: 0;
	height: 0;
	border-top: 25px solid #9FA1A4;
	border-left: 75px solid transparent;
	border-right: 75px solid transparent;
	margin-bottom: 20px;
}

.ts-buttons-two {
	display: flex;
	flex-direction: row;
	margin-bottom: 20px;
}

.ts-buttons-two .ts-button {
	width: 15px;
	height: 15px;
	margin: 5px;
}

.ts-buttons-two .ts-button:hover {
	background-color: #c6c6c6;
	cursor: pointer;
}

.ts-white {
	background-color: #9FA1A4;
}

.ts-grey {
	background-color: #c6c6c6;
}

.right-chevron, .left-chevron {
	font-size: 60px;
}

.right-chevron:hover, .left-chevron:hover {
	cursor: pointer;
}

.ts-content-two h3 {
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

.ts-content-two h2 {
	font-weight: bold;
	color: #8c030e;
	margin-bottom: 0;
	padding: 5px 10px;
	background-color: white;
	transform: translateY(20px);
	text-align: center;
}

.slide-out-left {
  animation: slideOutLeft 750ms ease-out 0s 1 forwards;
}

.slide-in-left {
  animation: slideInLeft 750ms ease-out 0s 1 forwards;
}

.slide-out-right {
  animation: slideOutRight 750ms ease-out 0s 1 forwards;
}

.slide-in-right {
  animation: slideInRight 750ms ease-out 0s 1 forwards;
}

@keyframes slideOutLeft {
  0% {
    transform: translateX(0vw);
  }
  100% {
    transform: translateX(-100vw);
  }
}

@keyframes slideOutRight {
  0% {
    transform: translateX(0vw);
  }
  100% {
    transform: translateX(100vw);
  }
}

@keyframes slideInLeft {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(0vw);
  }
}

@keyframes slideInRight {
  0% {
    transform: translateX(-100vw);
  }
  100% {
    transform: translateX(0vw);
  }
}
