.blue_box {
	background-color:#00aaff !important;
	color:white !important;
	padding-top:30px;
	padding-bottom:30px;
}

.slider_image {
	border:5px solid #00aaff;
}

.before_after_holder {
	position:relative;
}

.before_after_holder i {
    position: absolute;
    bottom: 10px;
    left: 22px;
    font-size: 30px;
    color: #FFFFFF;
	z-index:10000;
}

.services_button {
	background-color:#FFFFFF;
	border-radius:10px;
	display:inline-block;
	cursor:pointer;
	color:#00aaff;
	font-size:19px;
	padding:12px 37px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
}

.services_button:hover {
	background-color:#00aaff;
	color:#FFFFFF;
}

.services_button:active {
	position:relative;
	top:1px;
}

.service_image_holder {
	border:5px solid #00aaff;
}

.services_content_holder {
	background:#00aaff; color:white;
}

.services_content_header {
	color:#FFFFFF;
}
.services_content {
	color:white!important;
	height:130px;
}

.content_box {
	/*background-image: url('/assets/img/background_logo_text.png');*/
	background-size: cover; 
	background-repeat: no-repeat;
	background-attachment:fixed; 
	background-position:center;
}

#checkatrade-logo {
    background: white;
    border-radius: 70px;
    border: 2px solid #00aaff;
}