.service-section.section-padding {
    padding-bottom: 80px;
}
.service-section {
    background-color: #f9f9f9;
}
.section-padding {
    padding-top: 75px;
    padding-bottom: 100px;
}
.service-section .services {
    margin-top: 0;
}
.services {
    margin-top: -12%;
}
.service-section .service, .service-section .service h3, .service-section .service:hover .overlay {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.service-section .service {
    margin-bottom: 30px;
}
.services .service {
    padding: 15px -1px;
    font-size: 14px;
    
    min-height: 165px;
}
.crane-lifting, .house-plans {
    position: relative;
}
.image-bg {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.service-section .services .overlay {
    background-color: #fff;
}
.services .overlay {
    background-color: rgba(239, 187, 32, 0.85);
    -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;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.54);
    z-index: -1;
}
.image-box {
    float: left;
    margin-top: 20px;
    margin-right: 20px;
    min-height: 100px;
    position: relative;
}
.service-section .service h3 {
    color:#a67b50;
}
.service-section .service, .service-section .service h3, .service-section .service:hover .overlay {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.box-title h3 {
    font-size: 14px;
    text-transform: uppercase;
    color: #2c3e50;
    margin-top: 15px;
    margin-bottom: 20px;
    position: relative;
    font-weight: bold;
	padding-top: 25px;
}
