.counter_circle
{
	background: none;
	width: 100px;
	height:100px;
	padding:10px;
	border-radius:100px;
	border-style: solid;
	border-color: maroon;
	border-width: 7px;
	transition: 1s;
	border-top-color: white;
	text-align: center;
	vertical-align: middle;
	padding-top:20px; 
	
}

.counter_circle:hover
{
	background: none;
	color: maroon;
	width: 100px;
	height:100px;
	padding:10px;
	border-radius:100px;
	border-style: groove;
	border-color: none;
	border-width: 7px;
	transition: 1s;
	border-top-color: #052446;
	border-left-color: #052446;
	border-right-color: #052446;
	border-bottom-color: white;
	text-align: center;
	vertical-align: middle;
	

}

.title
{
	color: #052446;
	font-size: 20px;
	font-weight: bolder;
}
