/*======================================================

                SERVICES

======================================================*/

.services-section{

    padding:140px 0;

    background:#ffffff;

}

.section-heading{

    text-align:center;

    max-width:700px;

    margin:0 auto 70px;

}

.section-heading span{

    font-size:14px;

    letter-spacing:5px;

    color:#777;

    text-transform:uppercase;

    font-weight:600;

}

.section-heading h2{

    font-size:52px;

    margin:18px 0;

    color:#111;

}

.section-heading p{

    font-size:18px;

    color:#666;

    line-height:1.8;

}

.service-card{

    background:#fff;

    border-radius:30px;

    padding:55px 40px;

    text-align:center;

    transition:.4s;

    border:1px solid #ececec;

    height:100%;

}

.service-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 60px rgba(0,0,0,.08);

}

.service-icon{

    width:85px;

    height:85px;

    border-radius:50%;

    background:#f6f6f6;

    margin:0 auto 30px;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:30px;

}

.service-card h3{

    margin-bottom:18px;

    font-size:28px;

}

.service-card p{

    color:#666;

    line-height:1.8;

}
