hr
	{
		margin-top:0px;
		color:lightgray;
		margin-bottom:17px;
	}
	a:link
	{
	text-decoration:none;
	}
	h2#mainh2
	{
		margin-bottom:0px;
		border-bottom:3px solid #FF8C00;
		width:200px
	}
	div#mainblocks
	{
		width:98%;
		height:170px;
		border:1px lightgray solid;
		border-left:3px solid #1E90FF;
		margin-bottom:20px;
	}

div#cirimg
{
	height:80px;
	width:80px;
	border-radius:100px;
	background-color:white;
	border : 1px solid #1E90FF;
}
div#services
{
width:90%:
text-align:justify;
padding:5px;
-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
	
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	
	overflow:hidden;
transition: all 300ms linear;
}
div#services:hover
{
-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg); 
	-o-transform:rotate(360deg);
	background-image:url('../images/dback.PNG');
	color:white;
}
.titleblack
{
color:#FF8C00;
font-size:100%;
font-family:arial;
font-weight:bold;
}
.titleblue
{
color:#FF8C00;
font-size:100%;
}
div#about
{
width:90%;
text-align:justify;
font-size:90%;
}
div#circourse
{
	height:60px;
	width:60px;
	border-radius:100px;
	background-color:#1E90FF;
}
div#pdetails
{
width:80%;
background-color:white;
border:gray 1px solid;
padding:15px;
height:250px;
margin-bottom:15px;
}
