.s9 {
  padding: 0 0 180px;
  background-image: url(../images/02-home-backgr-img-05.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.s9-listing-image {
  height: 600px;
  width: 100%;
}

.s9-item-right {
  padding-left: 10%;
}

.s9-title {
  padding-top: 110px;
  color: #a6a8aa;
  font-family: Poppins;
  font-size: 40px;
  padding-bottom: 10px;
  text-transform: lowercase;
}

.s9-text {
  color: #000;
  font-family: Poppins;
  font-size: 17px;
  width: 55%;
  padding-bottom: 20px;
}

.s9-ul {
  font-family: Poppins;
  font-size: 17px;
  padding: 25px 0;
  color: #58595b;
}
.s9-li {
  font-family: Poppins;
  font-size: 14px;
  color: #58595b;
  padding: 8px 0;
  text-transform: uppercase;
}


.mySlidesS9 {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* The dots/bullets/indicators */
.s9-dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  /* background-color: #bbb; */
  display: inline-block;
}

.s9-active {
  /* background-color: #717171; */
  content: "";
  width: 6px;
  height: 6px;
  background-color: #000;
  margin-right: 6px;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
  transition: transform .4s ease-in-out;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}