/* Scroll Icon Stilleri */
.progress-wrap .scroll-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    color: #1b5685;
    transition: all 200ms linear;
}

.progress-wrap:hover .scroll-icon {
    color: #fff;
} 