.banner-light {
    background-color: #fff;
}
.testimonial-section.full-dark-section 
{
    background-color: #111;
}
.testimonial-section.full-dark-section .testimonial-relative-block
{
    margin-top: 0;
}
.map-image-wrap img
{
    max-width: 100%;
}
.map-image-wrap
{
    border-radius: 10px;
    overflow: hidden;
}
.call-action-section
{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.call-action-section::before
{
    content: '';
    background-image: -moz-linear-gradient( 0deg, rgba(17,17,17,0.70196) 0%, rgb(17,17,17) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgba(17,17,17,0.70196) 0%, rgb(17,17,17) 100%);
    background-image: -ms-linear-gradient( 0deg, rgba(17,17,17,0.70196) 0%, rgb(17,17,17) 100%);
    background-image: linear-gradient( 0deg, rgba(17,17,17,0.70196) 0%, rgb(17,17,17) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.call-action-section .call-action-content-row
{
    z-index: 1;
    position: relative;
}
.call-action-content-row .heading-wrapper
{
    margin-bottom: 45px;
}
.call-action-content-row .go-to-link
{
    padding-top: 45px;
}