




/* === Service === */
#service-page{
    background-color: #ffffff;
    /*padding: 100px 0px;*/
}

#service-page .service-title{
    color: #000000;
    font-size: 30px;
    text-transform: uppercase;
    padding-bottom: 13px;
}

.service-aro-icon {
    width: 380px;
    margin: 0 auto;
}

.service-aro-left {
    width: 150px;
    height: 1px;
    float: left;
    margin-top: 16px;
}

.service-aro-right {
    width: 150px;
    height: 1px;
    float: right;
    margin-top: 16px;
}

.service-aro-icon i {
    font-size: 16px;
    border: 1px solid;
    width: 33px;
    height: 33px;
    line-height: 32px;
    border-radius: 0px;
}

#service-page h2{
    color: #808b8d;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 20px;
}

#service-page p{
    color: #808b8d;
    font-size: 14px;
    margin-bottom: 40px;
}

.service{
    margin-top: 10px;
}

.service i{
    background: transparent;
    color: rgb(255, 60, 0);
    border: 2px solid ;
    font-size: 30px;
    padding: 18px;
    border-radius: 0px;
    width: 72px;
    height: 70px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.service:hover i{
    color: rgb(255, 60, 0);
}

.service h3{
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
}