.afe-slides .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
}
.afe-slides .owl-nav [class*='owl-'] {
  margin: 5px;
  padding: 4px 7px;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  position: absolute;
  top: 40%;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  color: #afafaf;
}
.afe-slides .owl-nav .owl-next{
  right: 0;
}
.afe-slides.afe-nav-outside .owl-nav .owl-next {
  right: -35px;
}
/*arrows style*/
.afe-slides .owl-nav .owl-prev:before{
  content: "\f104";
}
.afe-slides .owl-nav .owl-next:after{
  content: "\f105";
}
/*end arrows style*/
.afe-slides .owl-nav .owl-prev{
  left: 0;
}
.afe-slides.afe-nav-outside .owl-nav .owl-prev {
  left: -35px;
}
.afe-slides .owl-nav [class*='owl-']:hover {
    text-decoration: none; 
}
.afe-slides .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; 
}

.afe-slides .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.afe-slides .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  bottom: 0;
  position: absolute;
  width: 100%;
}
.afe-slides.afe-dots-outside .owl-dots {
  top: 100%;
}
.afe-slides .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; 
}
.afe-slides .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; 
}
.afe-slides .owl-dots .owl-dot.active span, .afe-slides .owl-dots .owl-dot:hover span {
  background: #869791 !important; 
}
.afe-slider{
  position: relative;
}
.afe-slides .afe-slide-item{
  float: left;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;  
  width: 100%;
}
.afe-slides .afe-slide-item .afe-slide-image{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100%;
  min-width: 100%;
}
.afe-slides .afe-slide-item .afe-slide-inner{
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50%;
  text-align: center;
  padding: 20px;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.afe-slides .afe-slide-item .afe-background-overlay{
  position: absolute;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(35, 164, 85, 0.5);
}
.afe-slides .afe-slide-item .afe-slide-content{
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
}
.afe-slides .afe-slide-item .afe-slide-content .afe-slide-heading{
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
}
.afe-slides .afe-slide-item .afe-slide-content .afe-slide-description{
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
}
.afe-slides .afe-slide-item .afe-slide-content .afe-slide-button{
  color: #ffffff;
  text-align: center;
  border:1px solid #D6D6D6;
  display: inline-block;
  cursor: pointer;
  padding:5px 20px;
  width: auto;
  margin-bottom: 20px;
}
.afe-slides .afe-slide-item a{
  cursor: pointer;
}
