body{
	background-image:url('../img/body_background.jpg');
	background-position:top center;
	background-repeat:repeat-x;
}
header{
	background-image:url('../img/cloud_background.png');
	background-color:transparent;
}
.section1{
	background-color:#fff;
}
footer{
    background: url('../img/body_background.jpg');
    background-position: bottom center;
    background-repeat: repeat-x;
    -webkit-background-size: auto;
    background-size: auto;
}
.color-ffffff{
	color:#ffffff;
}
.service .icon-holder > i.fa{
	font-size:40px;
	color:#00a8ff;
}
.color-333333{
	color:#333333;
}
.color-8a8e91{
	color:#8a8e91;
}
.font-size-17px{
	font-size:17px;
}
.white-space-nowrap{
	white-space:nowrap;
    max-width: 100%;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
}
.float-left{
	float:left;
	max-width:100%;
}
.font-size-14px{
	font-size:14px;
	line-height:19px;
}
.owl-item{
	overflow:hidden;
}