/*Slider Part*/
.nivo-caption {
    background-color: rgba(0, 0, 0, 0.2);
    text-align: right;
}

/*Info Part*/
.img-circle {
    transition: 1s all;
}

.img-circle:hover {
    border-radius: 0;
}

.divider {
    height: 1px;
    background-color: rgba(0, 0, 0, 0.14);
    margin: 30px 0;
}
