/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/

.services .service-item:hover .icon img {
    margin-top: -10px;
}

.services .service-item {
    position: relative;
    margin-top: 95px;
}

    .services .service-item .icon {
        /*width: 190px;
        height: 190px;
        display: inline-block;
        text-align: center;
        line-height: 190px;
        background-color: #2e8deb;
        border-radius: 50%;
        position: absolute;
        right: 0;
        top: -95px;*/
        width: 100px;
        height: 100px;
        display: inline-block;
        text-align: center;
        line-height: 100px;
        background-color: #2e8deb;
        border-radius: 50%;
        position: absolute;
        right: 22px;
        top: -50px;
    }

        .services .service-item .icon img {
            /*max-width: 86px;*/
            max-width: 40px;
            transition: all .2s;
        }

    .services .service-item .main-content {
        border-radius: 25px;
        padding: 80px 30px 50px 30px;
        background-color: #f1f0fe;
        margin-bottom: 30px;
        /*margin-right: 80px;*/
        transition: all .4s;
    }

    .services .service-item h4 {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 15px;
        line-height: 30px;
        transition: all .4s;
    }

    .services .service-item p {
        color: #4a4a4a;
        margin-bottom: 25px;
        text-align: center;
    }

.main-button a {
    display: inline-block;
    background-color: #e0ad4f;
    color: #ffffff;
    font-size: 16px;
    font-weight: 900;
    height: 40px;
    line-height: 40px;
    padding: 0px 25px;
    border-radius: 20px;
    transition: all .3s;
}


@media (max-width: 992px) {
    .services {
        margin-top: 80px;
    }

        .services .service-item .icon {
            /*width: 170px;
            height: 170px;
            line-height: 170px;*/
            width: 100px;
            height: 100px;
            line-height: 100px;
            right: 140px;
        }


}
