/* Testimonials
 * ----------------------------- */
.testimonial-container {
	margin-top: 80px;
}
.testimonial-card {
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
	padding-top: 20px;
	padding-bottom: 5px;
	border-radius: 20px;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,.5) 0%, rgba(255,255,255,0) 80%);
}
.testimonial-card p > strong {
	font-family: 'montserrat-Bold', sans-serif;
	font-style: normal;
	font-size: 20px;
	color: #575656;
	line-height: 26px;
	text-align: center;
}
.testimonial-card .avatar {
	overflow: hidden;
	width: 200px;
	height: 200px;
	border-radius: 100px;
	text-align: center;
	margin: 5px auto 10px auto;
}
.testimonial-card .name {
	font-size: 1rem !important;
	line-height: 1.2rem;
	color: #8E00AF;
}
.testimonial-card .name > strong {
	font-size: 1rem !important;
	line-height: 1.2rem;
	color: #8E00AF;
}
.testimonial-card .readmore a {
	font-family: 'montserrat-Bold', sans-serif;
	font-size: 0.8rem !important;
	line-height: 1rem;
	color: #8E00AF;
}
.testimonial-card .readmore a:hover {
	color: #333333;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
	background: transparent !important;
	color: #FFF;
	border-radius: 0;
	margin: 0;
}
.owl-prev {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 40%;
	margin-left: 0;
	display: block !important;
	border: 0px solid black;
}
.owl-next {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 40%;
	right: 0;
	display: block !important;
	border: 0px solid black;
}
.modal-dialog {
	max-width: 1000px;
	margin: 1.75rem auto;
}
.modal-header {
	border-bottom: 0px solid #e9ecef;
}
.modal-header h2 {
	font-family: 'montserrat-bold', sans-serif;
	line-height: 36px;
	font-size: 34px;
	text-align: center;
	color: #8E00AF;
	margin-top: 20px;
}
.modal-testimonial p {
	font-family: 'montserrat', sans-serif;
	font-size: 20px;
	color: #575656;
	line-height: 26px;
	text-align: center;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-dots .owl-dot {
	display: inline-block;
}
.owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
	font-family: montserrat, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
}
.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}
/*===== //  =====*/
  



  /*===== Resonsive Testimonials =====*/
  @media only screen and (max-width: 830px) {
    
    
  }
  /*===== // Resonsive Vertical Timeline =====*/

