body {
    margin: 0;
    padding: 0;
    background-color: #2a2c33;
}

h2 {
    color: #FFFFFF;
    font-family: sans-serif;
    font-weight: 500;
    font-size: 36px;
    font-weight: normal;
    line-height: 42px;
    margin: 0 0 10px;
    text-align: center;
    margin-top: 25px;
}
p {
    color: #FFFFFF;
    font-family: sans-serif;
}
.top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000000d4;
    display: block;
}
.top .title {
    text-align: center;
    color: #FFFFFF;
    font-size: 2em;
    font-weight: bold;
}
.top .contact {
    text-align: center;
    font-size: 1em;
    color: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 20px;
}
.top-image {
    height: 350px;
    background-image: url(../images/BTS-maintenance.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -999;
}
.delivery-block .text {
    color: #6dc8e6;
    font-size: 2em;
    text-align: center;
}
.page-separator {
    background: #cccccc !important;
    height: 1px;
    margin: 23px auto 45px;
    width: 250px;
}
.page-separator-border {
    background-color: #00c2a9;
    width: 101px;
    height: 3px;
    margin: 0 auto;
    position: relative;
    top: -2px;
}
.service-box {
    display: block;
    margin-bottom: -120px;
    position: relative;
    z-index: 0;
    text-align: center;
}
.service-box img {
    border: 2px solid #FFFFFF;
    border-radius: 100%;
    margin: 0 auto 16px;
    transition: all 600ms ease-out 0s;
    width: 200px;
    height: 200px;
}
.service-area:hover {
    background: #00c2a9;
    border: 1px solid #00c2a9;
}
.service-area {
    height: 300px;
    padding: 127px 30px 30px;
    transition: background 0.3s ease-in-out 0s;
    border: 1px solid #FFFFFF;
}
.service-area h2 {
    font-family: sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 11px;
    text-align: center;
}
.service-area p {
    color: #FFFFFF;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 11px;
    text-align: center;
}
.green-block {
    text-align: center;
    background-color: #00c2a9;
    color: #FFFFFF;
    height: 150px;
    padding: 10px;
}
.footer {
    height: 100px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 50px;
}