<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.quoteSlider{
	width: 100%;
	float: left;
	padding: 100px 0;
	background-image: url(../images/quote-Icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

.quote-slide{
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  left:0;
  color: #1C6E75;
  font-size: 40px;
  text-align: center;
}

#quote3{
  display: block;
}

.col-xs-20perc{
	width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding: 0 45px;
}

.images-authors figure{
	width: 100%;
	float: left;
	cursor: pointer;
}

.images-authors figure img{
	width: 80%;
	float: left;
	border-radius: 50%;
	text-align: center;
}

.images-authors figure.active img{
	width: 100%;
	float: left;
	border-radius: 50%;
	margin-top: 0 !important;
}

.slider-sel-box{
	height: 3px;
	background-color: #CACACA;
	position: relative;
}

.slider-sel{
	width: 20%;
	background-color: #1C6E75;
	height: 3px;
	position: absolute;
	left:40%;
	
}

.quoteSliderName{
	width: 100%;
	float: left;
	padding: 10px 0;
	position: relative;
}

.quote-name{
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  left:0;
  color: #818484;
  font-size: 30px;
  text-align: center;

}

#name3{
  display: block;
}


@media screen and (max-width: 992px) {
}



</pre></body></html>