.eastend-service-three {
    overflow: hidden;
}
.services-items .span12 {
    width: 40%;
    float: none;
    margin: 0 auto !important;
    display: table;
}
.eastend-service-three {
    -webkit-box-shadow: 0 0 14px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 14px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 14px 0 rgba(0,0,0,.15);
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.eastend-service-three .eastend-service-two-text .service_icon {
    width: 60px;
    height: 60px;
    border-radius: 3px;
    text-align: center;
    line-height: 58px;
}
.eastend-service-three-box {
    position: relative;
    line-height: 0;
} 
.eastend-service-three-overlay {
    position: absolute;
    top: -30%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    width: 100%;
    height: 100%;
    background-color: rgba(31,37,48,.75);
}
.eastend-service-three-overlay .overlay-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
    background: #ff7238;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
}               
.eastend-service-three-overlay .overlay-icon svg {
    width: 16px;
    height: 16px;
    fill: #fff;
    transform: translateY(12px);
}
.eastend-service-three-box a {
    z-index: 9;
    position: absolute;
    height: 100%;
    width: 100%;
}
.eastend-service-three .eastend-service-two-content {
    padding: 25px 20px;
    margin: 0;
}
.eastend-service-three .eastend-service-two-text {
    position: relative;
}
.eastend-service-three .eastend-service-two-text .service_icon_left {
    display: table-cell;
    vertical-align: top;
    position: relative;
    vertical-align: middle;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.eastend-service-three .eastend-service-two-text .eastend-service-right {
    padding-left: 20px;
    display: table-cell;
    vertical-align: top;
    position: relative;
}
.eastend-service-two-title h4,
.eastend-service-two-title h3,
.eastend-service-right p {
    margin-bottom: 10px;
} 
.eastend-service-three:hover .eastend-service-three-overlay {
    bottom: 0;
    top: 0;
    opacity: 1;
}
.eastend-service-three:hover {
    -webkit-box-shadow: 0 0 14px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 14px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 14px 0 rgba(0,0,0,.2);
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.eastend-service-two-content {
    position: relative;
    padding: 25px;
    background: #fff;
    box-shadow: 0px 5px 16px 1px rgba(0,0,0,.1);
    margin: 0 15px 20px;
    margin-top: -30px;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}