.swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: white;
}

.nextbutton, .prevbutton {
    color: lightsalmon;
    cursor: pointer;
}

.nextbutton:hover, .prevbutton:hover {
    color: #f15c22;
    cursor: pointer;
}

.fadeimg:hover {
    -webkit-box-shadow: 0px 0px 3px 3px lightgrey;
    box-shadow: 0px 0px 3px 3px lightgrey;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}


            
            
            


/*.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 25px;
  left: 0;
  width: 100%;
}*/