.slick-prev:before,
.slick-next:before {
    color: #C031CE !important;
}

.slider-carousel img {
    opacity: 0.7;
    transition: all 0.3s ease;
    padding: 1rem;
    margin: 1rem;
}


.slider-carousel .slick-center {
    z-index: 99;
}

.slider-carousel .slick-center img {
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    opacity: 1;
    transform: scale(1.08);
}

.slick-dots li button {
    width: 50px;
    height: 50px;
}

.slick-dots li button:before {
    font-size: 13px !important;
    width: 50px;
    height: 50px;
    color: white !important;
}

.slick-dots li button:hover {
    color: #C031CE !important;

}

.slick-dots li.slick-active button:before {
    color: #C031CE !important;

}