* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container, .ourvalue-slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
.ourvalue-slideshow-container {
  max-width: 700px !important;
}
 

/* Hide the images by default */
.mySlides {
  display: none;
}
.mymobSlides {
  display: none;
}

.mySlides {
  font-family: 'signifierextralight_italic';
  font-size: 20px;
  font-style: italic;
  font-weight: 275;
  line-height: 25px;
  letter-spacing: -0.02em;
  text-align: left;
}

.ourvalue-slideshow-container .mySlides img{
margin-bottom: 10px;
}


/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  width: auto;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  text-decoration: none;
}


/* Position the "next button" to the right */
.prev {
    left: 30px;
}
.next {
  right: 30px;
  border-radius: 3px 0 0 3px;
}

.ourvalue-slideshow-container .prev, .ourvalue-slideshow-container .next {
  top: 48%;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: #fff;
  padding: 5px;
}

.ourvalue-slideshow-container .prev:hover, .ourvalue-slideshow-container .next:hover {
  cursor: pointer;
  position: absolute;
  width: auto;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  text-decoration: none;
  background-color: transparent;
}

.ourvalue-slideshow-container .prev:hover, .ourvalue-slideshow-container .next:hover {
  background-color: none;
  color: #fff;
  padding: 0;
}

.active, .dot:hover {
  background-color: #000;
}

/* Fading animation */
.fadeslide {
  animation-name: fadeslide;
  animation-duration: 1.5s;
}

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

@media (max-width: 767.98px) {
  .prev {
    left: 15px;
  }
  .next {
    right: 15px
  }
  .our_value_right .prev img, .our_value_right .next img {
    width: 8px;
  }

}

.slider-thumbnail {
  max-width: 177px;
  width: 100%;
  margin-bottom: 30px;
  display: block;
}
.slider-thumbnail img{
  width: 100%;
}

.dot {
  cursor: pointer;
  height: 6px;
  width: 6px;
  margin: 0 2px;
  border-radius: 50%;
  border: 1px solid #000;
  display: inline-block;
  transition: background-color 0.6s ease;
}

