/*-- Use For Custom Styling --*/
/* ===================================
    Mobile App
====================================== */


.app-feature{
    text-align: center;
    margin-bottom: 3rem;
}



.app-feature:last-child{
    margin-bottom: 0;
}

.app-feature i{
    font-size: 38px;
    margin-bottom: 1.5rem;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.app-feature:hover i{
    transform: translateY(-5px);
}

.app-image {
    text-align: center;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.app-image img{
    max-width: 280px;
    margin: 0 auto;
    display: inline-block;
}

#app-slider{
    position: absolute;
    top: 65px;
    width: 235px;
    left: 58px;
    height: 420px;
}

.app-feature i{
    font-size: 50px;
    color: #84b813;
}


.img-zic{
    max-width: 70px;
    margin: 0 auto;
}

.text-gradient{
    background: -moz-linear-gradient(left,  #fc2a40, #ff5606);
    background: -webkit-linear-gradient(left,  #fc2a40, #ff5606);
    background: linear-gradient(to right,  #fc2a40, #ff5606);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc2a40', endColorstr='#ff5606',GradientType=1 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}