.service-box {
    text-align: center;
}

.service-icon i {
    font-size: 84px;
    color: #E03C00;
    position: relative;
    padding-bottom: 17px;
}

.service-icon i:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #bfbfbf;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.service-titles h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 35px;
    margin: 15px 0;
}

.service-titles h3 a {
    color: #000000;
}

.service-dec p {
    margin: 0;
    font-weight: 300;
    font-size: 16px;
}

.service-titles h3 a:hover {
    color: #E03C00;
}

.service-icon img {
    width: 28%;
}

/* Style tow */

.service-box.style-two .service-titles h3 {
    margin-top: 0;
    margin-bottom: 12px;
}

.service-title-con {
    display: block;
    clear: both;
    float: left;
    margin-right: 15px;
    position: relative;
}
.service-box.style-two .service-contents {
    text-align: left;
    box-shadow: 0px 1px 5px 1px #efe3e3;
    padding: 40px 28px;
}

.service-box.style-two .service-title-con {
    overflow: unset;
}

.service-box.style-two .service-c-inner {
    overflow: hidden;
}

.service-title-con i {
    font-size: 41px;
}

.service-box.style-two .service-icon i:after {
    content: unset;
}

.service-box.style-two .service-icon i {
    font-size: 130px;
}

.service-box.style-two .service-icon {
    margin-bottom: 8px;
}


/* Style three */

.service-box.style-three {
    text-align: left;
    box-shadow: 0px 0px 6px 0px #cecece;
    padding: 25px;
    background: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.service-box.style-three .service-titles h3 {
    margin: 0;
}

.service-box.style-three .service-titles {
    display: block;
    margin-bottom: 10px;
}

.service-box.style-three .service-titles h3 a {
    padding: 12px;
    display: block;
}

.service-dec blockquote {
    background: transparent;
    padding: 0px 13px;
    border-left: none;
    position: relative;
}

.service-dec blockquote:after {
    content: "";
    width: 2px;
    height: 40px;
    background: #596273;
    position: absolute;
    left: 0;
    top: 7px;
    transform: rotate(0deg);
}