/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #f9f9fa;
}

.section-title {
    text-align: center;
    padding: 30px 0;
    position: relative;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #5f687b;
    position: relative;
    z-index: 2;
}

.section-title span {
    position: absolute;
    top: 30px;
    color: #f0f1f3;
    left: 0;
    right: 0;
    z-index: 1;
    font-weight: 700;
    font-size: 52px;
    text-transform: uppercase;
    line-height: 0;
}

.section-title p {
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}

@media (max-width: 575px) {
    .section-title h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .section-title span {
        font-size: 38px;
    }
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services {
    padding: 0;
}

.featured-services .icon-box {
    padding: 20px;
    color: #5f687b;
    background: #f9f9fa;
    border-radius: 4px;
    border: 1px solid #f9f9fa;
    transition: 0.3s;
    height: 100%;
}

.featured-services .icon {
    margin: 0 0 15px 0;
}

.featured-services .icon i {
    color: #16df7e;
    font-size: 36px;
}

.featured-services .title {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
}

.featured-services .title a {
    color: #5f687b;
    transition: 0.3s;
}

.featured-services .icon-box:hover {
    border-color: #eaecef;
}

.featured-services .icon-box:hover .title a {
    color: #16df7e;
}

.featured-services .description {
    line-height: 24px;
    font-size: 14px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    text-align: center;
    border-radius: 20px;
    background-color: #fff;
    padding: 45px 30px 37px;
    -webkit-box-shadow: 0px 20px 80px 0px rgba(25, 45, 54, 0.1);
    box-shadow: 0px 20px 80px 0px rgba(25, 45, 54, 0.1);
    display: block;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.services .icon-box:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.services .icon-box .icon {
    position: relative;
    height: 120px;
    width: 120px;
    margin: auto;
    margin-bottom: 20px;
    font-size: 80px;
}

.services .icon-box .icon img {
    width: 110px;
    transition: 0.3s;
}

.services .icon-box .icon .box-shape {
    position: absolute;
    height: 120px;
    width: 120px;
    opacity: 0.1;
    border-radius: 50%;
    top: 0;
    left: -20px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.services .icon-box:hover .icon .box-shape,
.services .icon-box:hover {
    transform: translateY(-8px);
    top: -5px;
    left: -5px;
}

.services .icon-box .icon .accent-bg {
    background-color: #1c19f1;
}

/*--------------------------------------------------------------
# COLOR
--------------------------------------------------------------*/
.text-blue {
    color: #00b0dc;
}

.text-yellow {
    color: #ffdf55;
}
