/* Enter Your Custom CSS Here */

/* change logo width */
#header .logo img {
    margin-top: 7px;
    max-width: 70%;
}

#header .logo {
    float: left;
    width: 40%;
}

/*home Page*/

.home-services {
    padding: 40px 0;
    background-color: #fff;
}


.slogan-section {
    margin-bottom: 20px;
    text-align: center;
}

/*spcaing above features section*/
.features-var-two {
    padding: 45px 0 30px;
    background-color: #fff;
}

/*spcaing above features*/
.features-var-two .slogan-section {
    margin-bottom: 35px;
}
/*call to actuon centre*/
.entry-content {
    margin: 0 0 15px;
}


.wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button {
    margin-bottom: 12px;
}

/* Fix Footer Link COlours*/
.footer-bottom a {
    color: #fff;
}

.footer-bottom p {
    color: #DBDDE0;
}

