.banner .md-h-600px {
    height: 800px !important;
}

.banner .banner-content {
    margin-top: 90px;
}

footer .footer-logo img {
    max-height: 60px;
}

.cover-background {
    padding-top: 30px;
    padding-bottom: 30px;
}

.contact-map iframe {
    width: 100%;
    height: 400px;
}

.team-style-05 {
    margin: 10px 0 40px 0;
}

.testimonials-page .review-style-05 {
    margin-bottom: 30px;
}

.pagination {
    margin: 30px 0 0 0;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-right: 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    margin-left: 0;
}

.pagination .page-item .page-link {
    color: #000000;
    cursor: pointer;
    border: 1px #BE1D2C solid;
    padding: 3px 15px;
}

.pagination .page-item.active .page-link {
    color: #ffffff;
    background: #BE1D2C;
    border-color: #BE1D2C;
}

.pagination .page-item .page-link:hover {
    color: #ffffff;
    background-color: #BE1D2C;
    border-color: #BE1D2C;
}

.pagination .page-item .page-link:focus {
    color: #ffffff;
    background-color: #BE1D2C;
    border-color: #BE1D2C;
    box-shadow: none;
}

.pagination>li>a,
.pagination>li>span {
    padding: 3px 15px;
}

.service-content h1,
.service-content h2,
.service-content h3,
.service-content h4,
.service-content h5,
.service-content h6 {
    font-family: 'cerebri-sans-bold', sans-serif !important;
    font-weight: 400 !important;
    margin-bottom: 20px;
    letter-spacing: -1px !important;
    color: #1e3238;
}

.service-content strong,
.service-content a {
    color: #1e3238;
}

.service-content a {
    text-decoration: underline;
    font-weight: bold;
}

.service-content table {
    border: 0;
    border-collapse: inherit;
}

.service-content table h4 {
    font-size: 25px;
    margin-bottom: 10px;
}

.service-content table p {
    color: #7c898d;
}