@charset "UTF-8";
/* Why Us */

.banner {
	width:100%;
	font-size:34px;
	float:left;
	display:inline;
	text-align: center;
	font-weight:100 !important;
	color:#FFF;
	background:#48b2c2 url(../images/layout/roundal.png) no-repeat left;
	padding:15px;
	border-radius:20px 50px 50px 20px;
	margin:50px 0 50px 0 ;
}

.companies {
	width:auto;
	min-width:700px;
	margin-left:15%;
}

.centre {
	margin-left:15%;
}

.slide {
	opacity: .1;
	filter:alpha(opacity=10);
}

/* Things we are good at
------------------------------------*/

.bubble1 {
	padding:20px;
	text-align:center;
	border-radius:20px;
	margin:20px 10px 10px 10px;
	border:1px solid #e9e9e9;
	background-color:#f9f9f9;
	border-radius:60px 0 60px 0;
	min-height:100px;
	color:#48b2c2;
	font-weight:500;
}

.bubble2 {
	padding:20px;
	text-align:center;
	border-radius:20px;
	margin:20px 10px 10px 10px;
	border:1px solid #e9e9e9;
	background-color:#48b2c2;
	border-radius:60px 0 60px 0;
	min-height:100px;
	color:#fff;
	font-weight:500;
}

.bubble3 {
	padding:20px;
	text-align:center;
	border-radius:20px;
	margin:20px 10px 10px 10px;
	border:1px solid #e9e9e9;
	background-color:#c8dadd;
	border-radius:60px 0 60px 0;
	min-height:100px;
	color:#fff;
	font-weight:500;
}

.bubble4 {
	padding:20px;
	text-align:center;
	border-radius:20px;
	margin:20px 10px 10px 10px;
	border:1px solid #e9e9e9;
	background-color:#9ddae3;
	border-radius:60px 0 60px 0;
	min-height:100px;
	color:#fff;
	font-weight:500;
}


/* Wealth of experience
------------------------------------*/

.ball {
	padding:20px;
	border-radius:50%;
	text-align:center;
	border:2px solid #e9e9e9;
	margin:20px;
}

.ball2 {
	padding:20px;
	border-radius:50%;
	background:#48b2c2;
	color:#FFF;
	font-size:30px;
	font-weight:500;
	text-align:center;
	border:2px solid #e9e9e9;
	margin:20px;
}