#bubblebox{ 
	padding-top:0px;
	
	height:100%;
	-webkit-border-radius:6px;
	border:2px solid rgb(240,240,240);
	
	
}



#bubbles{ width:auto; 
	margin:0px auto; 
	text-align:center;
	margin-top:-50px;
}
 
#bubbles > div{
	display:inline-block; 
	width:10px; 
	height:10px;
	margin:24px 10px 0px 10px; 
	background:rgba(0,0,0,.0); 
	text-align:center; 
	-webkit-border-radius:100%;
	 
	font-size:17px; 
	text-decoration:none;
	transition: background 2.3s linear 0.5s; 
	cursor:pointer;
}

#bubblecontent{ 
	margin:0px auto;
	-webkit-transition:opacity 1s; 
	font-family: Arial;
			

}



#bubblecontent > h2{
	text-align:center; 
	color:#7EA800; 
}

#bubblecontent > p{ 
	font-size:17px; 
	line-height:1.5em; 
	padding:20px 50px; 
	color:#777; 
}

#banner1{
	height:550px;
	background-image:url(../images/Advisor_team.png);
	background-attachment:fixed;
			background-size:cover;
				background-position:cover;


}

#banner2{
	height:550px;
	background-image:url(../images/corporate.png);
	background-attachment:fixed;
			background-size:cover;
				background-position:cover;


}

#banner3{
	height:550px;
	background-image:url(../images/EI_Transport.png);
	background-position:cover;
	background-size:cover;
	background-attachment:fixed;
			background-size:cover;
				background-position:cover;


}

#banner4{
	height:550px;
	background-image:url(../images/Financial_Assistance2.jpg);
		background-size:cover;
		background-attachment:fixed;
			background-position:cover;


}


/* CSS Document */


#para_div{
	padding-top:120px;
	padding-bottom:120px;
	border-bottom:1px solid rgba(1,1,1,.2);
	border-radius:10px 25% 25% 10px;
	transition:background 0.4s, Font 0.3s;
		background:rgba(1,1,1,.3);
		

}

#para_div:hover{
	background:rgba(1,1,1,.5);
	font:25px bolder tahoma;
}

#animation_box{
	height:500px;
	background:white;
}
#para1 a{
	font-size:35px;
	tesxt-decoration:none;
	color:white;
	font-family:Comic Sans MS;
	-webkit-transition: border-bottom 0.5s;
}

#para1 a:hover{
	border-bottom:1px solid white;
}

#para2 a{
	font-size:30px;
	text-decoration:none;
	color:white;
	font-family:Comic Sans MS;
	-webkit-transition: border-bottom 0.5s;

}

#para2 a:hover{
	border-bottom:1px solid white;
}
#para3 a{
	font-family:Comic Sans MS;
	font-size:25px;
	text-decoration:none;
	color:white;
	-webkit-transition: border-bottom 0.5s;
}

#para3 a:hover{
	border-bottom:1px solid white;
}

#para4 a{
	border-radius:5px;
	background:red;
	padding:8px;
	color:white;
	text-decoration:none;
	font-size:25px;
	font-family:Comic Sans MS;
	-webkit-transition: border-bottom 0.5s;
}

