/*

Template: Sofbox - Responsive Software Landing Page
Author: iqonicthemes.in
Version: 3.0
Design and Developed by: iqonicthemes.in

NOTE: This is main stylesheet of template, This file contains the styling for the actual Template. Please do not change anything here! write in a custom.css file if required!

/* animate only the image wrapper in the 2nd How it Works section */
#how-it-works .iq-feature .step-img img {
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    display: block;
}

#how-it-works .iq-feature:hover .step-img img {
    transform: translateY(-8px);
    box-shadow: 0 0 40px rgba(0, 102, 178, 0.6);
}