* {
    margin: 0;
    padding: 0;
}

.floatleft {
    float: left
}

.floatright {
    float: right
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}


/* Place your custom css code here */
.row-eq-height .col {
    padding-bottom: 30px;
}

.single_service {
    height: 100%;
    padding-bottom: 0;
    text-align: center;
}

footer, footer a {
    color: #DDD;
}

    footer h4 {
        color: white;
    }

    footer a:hover {
        color: #27ae60;
    }
