﻿body {
}




        .service {
    position: relative;
    background: #EAEAEA;
    padding: 15px 0px;
    overflow: hidden;
}
        .service-item {
    width: 100%;
    min-height: 51px;
    display: inline-block;
    margin: 0px 0;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
}
.yellow {
    background-color: #DC9D12;
}

.service-item i {
    position: relative;
    top: 15px;
    display: inline-block;
    margin-bottom: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 40px;
    margin-top: 15px;
}
.service-item i {
    color: #fff;
}

.service-item h5 {
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    position: relative;
    top: 8px;
    -webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.prpl {
    background-color: #8A6CAA;
}

.orange {
    background-color: #C26623;
}

.teal {
    background-color: #3E769B;
}

.brown {
    background-color: #A88B61;
}
.green {
    background-color: #8A9046;
}