.hero-exp-9a{
	position: relative;
}
.hero-exp-9a h2 span.over {
  color: #a04d23;
}
.hero-exp-9a .btn-primary {
	border-radius: 30px;
}
@media (max-width: 992px) {
	.text-sm-center {
		text-align: center;
	}
}
.hero-exp-9a .slider-widget {
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
	border-radius: 30px;
	border: 2px solid #EDF2F6;
	padding: 30px;
	position: relative;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	margin-left: 7px;
	background: #fff;
	margin-right: 7px;
	z-index: 2;
	position: relative;
}
.hero-exp-9a .widget-rating {
	margin-bottom: 20px;
}
.hero-exp-9a .widget-rating i {
	color: #fec42d;
	font-size: 18px;
	margin-right: 8px;
}
.hero-exp-9a .widget-footer {
	position: relative;
	padding-right: 80px;
	margin-top: 25px;
}
.hero-exp-9a .widget-footer span {
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
}
.hero-exp-9a .widget-footer .user-name {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
}
.hero-exp-9a .widget-footer .user-des {
	color: #7A7A7A;
	font-size: 14px;
}
.hero-exp-9a .widget-footer .quote {
	position: absolute;
	font-size: 42px;
	color: #a04d23;
	top: 0;
	right: 0;
	line-height: 42px;
}
.hero-exp-9a .slick-dots {
	display: none;
}
.hero-exp-9a .slick-arrow {
	position: absolute;
	top: auto;
	bottom: 0;
	height: 40px;
	width: 40px;
	font-size: 0;
	text-indent: -9999px;
	border: 0;
  	background: transparent;
}
.hero-exp-9a .slick-arrow:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
}

.hero-exp-9a .slick-arrow.slick-prev:after {
	background: url(../images/arw-prev.svg) no-repeat;
	background-size: cover;
}
.hero-exp-9a .slick-arrow.slick-prev {
	left: 33%;
}
.hero-exp-9a .slick-arrow.slick-next {
	right: 33%;
}
.hero-exp-9a .slick-arrow.slick-next:after {
	background: url(../images/arw-next.svg) no-repeat;
	background-size: cover;
}
@media (min-width: 768px){
	.hero-exp-9a .slick-arrow.slick-prev {
		left: 40%;
	}
	.hero-exp-9a .slick-arrow.slick-next {
		right: 40%;
	}
}
.exp-9a-slider {
	position: relative;
	padding-top: 50px;
}
.exp-9a-slider:after {
	position: absolute;
	width: 100px;
	height: 170px;
	right: -40px;
	top: 20px;
	content: '';
	z-index: -1;
	background: url(../images/dots.svg) no-repeat;
	animation: bounce-y 5s infinite ease-in-out;
  	animation-delay: var(--delay);
}
.brs-20 {
	border-radius: 20px;
}