/*Our Services*/
#services {
    margin-top: 1em;
    margin-bottom: 7em;
}
#services h2.page-title {
    margin-bottom: 2.5em;
}
.serv-title {
    margin-bottom: 1em;
}
.services-res-wrap {
    cursor: pointer;
    margin-bottom: 5px;
}
.services-res-title {
    margin-top: 1em;
    position: absolute;
    z-index: 1;
    bottom: 0;
    font-size: 30px;
    color: white;
    font-weight: 700;
}
.services-res-image {
    position: relative;
    overflow: hidden;
    padding-top: 50%;
    background-color: #f4f4f4;
}
.services-res-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin:auto;
}
.services-res-over {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1em;
    color: white;
    font-size: 18px;
    line-height: 2.5;
    overflow: auto;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.services-description {
    opacity: 0;
}
.services-res-item:hover .services-res-over {
    background-color: rgba(3,125,224,0.74);
}
.services-res-wrap:hover .services-res-over {
    opacity: 1;
}
.services-res-item:hover .services-description {
    opacity: 1;
}
.services-do {
    margin: 0;
}
/*Responsive*/
@media only screen and (min-width:1025px) and (max-width:1155px) {
    .services-res-title {
        line-height: 1.2;
        font-size: 25px;
    }
}
@media only screen and (max-width:1400px) {
    .services-res-title {
        font-size: 27px;
    }
}
@media only screen and (max-width:1024px) {
    .services-res-title {
        font-size: 23px;
    }
}
@media only screen and (max-width:769px) {
#services {
    margin-bottom: 2em;
}
#services h2.page-title {
    margin-bottom: 1.5em;
}
}