/* Services */
.outServices {
    background-color: rgb(230, 230, 229);
    background-position: left top;
    background-repeat: repeat;
}
.servTitle {
    padding: 105px 0;
    text-align: center;
}
.servTitle h2 {
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
    color: #008080;
    font-size: 58px;
    line-height: 64px;
    margin: 0;
}
.servicesBoxes {
    padding:0px 45px;
}
.servicesBoxes .boxy {
	position: relative;
    float: left;
    width: 33.33%;
}
.boxy a {
    display: block;
    padding: 5px;
    text-decoration: none;
    color: #fff;
    font-size: 27px;
    line-height: 36px;
    font-weight: normal;
    letter-spacing: -0.025em;
    padding: 92px 0 24px;
}
.boxy:before {
    content: '';
    position: absolute;
    right: -45px;
    top: -20px;
    width: 108px;
    height: 108px;
    line-height: 108px;
    font-size: 108px;
    color: inherit;
    background-image: none !important;
    z-index: 9;
    display: none;
    transform: rotate(11deg);
}
.boxy:hover span {
	top: -20px;
}
.boxy h5 {
    display: block;
    font-weight: normal;
    -webkit-transition: opacity 0.45s ease;
    transition: opacity 0.45s ease;
    font-size: 27px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}
.boxy span {
    display: block;
    top: 0px;
    position: relative;
    margin: 0 auto 30px;
    max-width: 158px;
    height: 128px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}
.boxy {
    color: #fff;   
}
.boxy:nth-child(1),.boxy:nth-child(3),.boxy:nth-child(5),.boxy:nth-child(9) {
    background-color: #008080;
        color: #08abab;
}
.boxy:nth-child(2),.boxy:nth-child(4),.boxy:nth-child(6) {
    background-color: #005e5e;
    color: #013939;
}
@media screen and (max-width: 880px) {
    .boxy {
        width: 100% !important;
    }
}