.xamin-service-box.style-shadow {
    position: relative;
    top: 0;
    background: var(--color-theme-white);
    padding: 40px;
    border-radius: 3px;
    transition: all .3s ease-in-out 0s;
}

.xamin-service-box.style-shadow:hover {
    top: -10px;
    background: var(--color-theme-secondary);
}

.xamin-service-box.style-shadow .title,
.xamin-service-box.style-shadow .xamin-service-icon i,
.xamin-service-box.style-shadow .xamin-service-info {
    transition: all .3s ease-in-out 0s;
}

.xamin-service-box.style-shadow .xamin-service-icon i {
    font-size: 40px;
}

.xamin-service-box.style-shadow .xamin-service-title {
    margin: 15px 0;
}

.xamin-service-box.style-shadow:hover .xamin-service-title {
    color: var(--white-color);
}

.xamin-service-box.style-shadow:hover .xamin-description {
    color: var(--white-color);
}