/*


Template: Sofbox - Responsive Software Landing Page
Author: iqonicthemes.in
Version: 1.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!


*/

.btn-lst-action{
    color: #fff;
    text-shadow: none;
    margin-top: -5px;
    margin-left: 60px;
    padding: 12px 36px;
}

body{
    background-color: #fff !important;
    background-image : url("../../../assets/img/bg_body.png") !important;
}

#how-works::before{
    background-color: #fff !important;
    background-image : url("../../../assets/img/separator.png") !important;
    content: "";
    left: 0;
    width: 100%;
    height: 78px;
    background-size: cover;
    display: inline-block;
    top: 0;
    position: absolute;
}

#how-works, #contact, footer{
    background: #fff;
    background-image: none;
}
#software-features{
    background: #fff !important;
}

.iq-works-box p{
    text-align: justify;
}