﻿.disco img {
    height: 140px;
    width: 140px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.disco img:hover {
    border-radius: 0%;
}

.box {
    text-align: center;
    margin-bottom: 20px;
}

.box i {
    font-size: 50px;
    color: #1FA055;
}

.carousel-indicators li {
    border-color: #1FA055;
}

.carousel-indicators .active {
    background-color: #1FA055;
}

.carousel-control-custom {
    color: #1FA055;
}
