.enteraddons-app-slider .enteraddons-single-slide {
  border: 5px solid #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  position: relative;
}

.enteraddons-app-slider .owl-item.active.center {
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.enteraddons-app-slider .image-info {
  position: absolute;
  left: 50%;
  bottom: 30px;
  padding: 10px 20px;
  transform: translate(-50%);
}
.enteraddons-app-slider .image-title {
  color: #000000;
  font-size: 30px;
}
.enteraddons-app-slider .image-sub-title {
  color: #000000;
  font-size: 20px;
}

.enteraddons-app-slider.owl-carousel .owl-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  line-height: 0;
  
}
.enteraddons-app-slider.owl-carousel .owl-dots .owl-dot {
  height: 15px;
  width: 15px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background-color: #DD3431;
  margin: 0 5px;
  position: relative;
}

.enteraddons-app-slider.owl-carousel .owl-dots .owl-dot.active {
  width: 40px;
  background-color: #1A8E45;
}

.enteraddons-app-slider.owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  bottom: -50px;
  text-align: center;
}
.enteraddons-app-slider.owl-carousel .owl-nav .owl-next {
  margin-left: 5px;
}
.enteraddons-app-slider.owl-carousel .owl-nav button {
  position: relative;
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50px;
  transition: 0.3s;
}
.enteraddons-app-slider.owl-carousel .owl-nav button.owl-next, 
.enteraddons-app-slider.owl-carousel .owl-nav button.owl-prev {
  background-color: #fff;
  border: 1px solid #080808;
}