/* 6.0 ========   SERVICES   ====*/

section {
    margin: 
    padding: 40px 0
}

section#services {
    background-image: url(../img/backgrounds/services-bg.jpg);
    background-position: center;
    background-size: cover;
}
.service {padding: 0px 45px;}

.service-heading {
    margin: 25px 0px 15px 0px;
    text-transform: none;
    color: #fff;
    font-weight: 300;
    font-size: 18px;

}

section#services .section-subheading {
    color: #fff !important;
}

section h2.section-heading {
    font-size: 40px;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase !important;
    color: #058BCE;
    
}

section h3.section-subheading {
    font-size: 18px;
    line-height: 26px;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: none;
    text-align: center;
    font-weight: 400;
    margin-bottom: 47px;
    margin-top: 20px !important;
    color: #222222;
}

.text-services {
    text-transform: none;
    color: #fff;
    font-weight: 400;
    line-height: 22px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
    padding-bottom: 20px;
}

.first-services {
    padding: 45px 0px 5px 0px;
}
.second-services { padding: 15px 0px 5px 0px;}

#services i.fa {
    font-size: 38px;
    /* border: 4px solid; */
    background: #058BCE;
    width: 80px;
    height: 80px;
    padding: 22px 17px;
    border-radius: 50%;
    transition: all 0.2s;
}

.fa:before {
    color: #fff;
}

.service i.fa:hover {
    box-shadow: 0px 0px 6px #fff;
}

@media (min-width:768px) {
    section {
        padding: 80px 0
    }
}

@media (max-width:480px) {
    section h2.section-heading {
        font-size: 43px;
        margin-top: 0;
        text-align: center;
        text-transform: uppercase !important;
        color: #058BCE;
    }
    section h3.section-subheading {
        font-size: 14px;
        line-height: 26px;
        font-family: 'Source Sans Pro', sans-serif;
        text-transform: none;
        text-align: center;
        font-weight: 400;
        margin-bottom: 47px;
        margin-top: 15px !important;
        color: #000;
    }
}