
.box-style-3 a  {
	color:#fff;
	display:block;
	font-size:14px;
	text-shadow: 1px 1px 0px rgba(0,0,0,.3); 
        
	padding:25px 25px 5px 25px;
	text-decoration:none;
	font-weight:700;
	 -webkit-box-shadow: 0 10px 12px -6px rgba(000, 000, 000, 0.4), inset 0 0 0 5px rgba(255, 255, 255, 0.1) ;
  	-moz-box-shadow: 0 10px 12px -6px rgba(000, 000, 000, 0.4), inset 0 0 0 5px rgba(255, 255, 255, 0.1) ;
	box-shadow: 0 10px 12px -6px rgba(000, 000, 000, 0.4), inset 0 0 0 5px rgba(255, 255, 255, 0.1);
	transition: background .8s ease; 
	-webkit-transition: background .8s ease; 
	-moz-transition: background .8s ease;
	margin-bottom:15px;
	/*background: #0099cc; - saji
	background: #800000; */
	-webkit-border-radius: 50px;
	-moz-border-radius: 5px;
	border-radius: 50px;
	
}

.box-style-3 a:hover {
	transform: scale(1.05);
}

/* Click zoom out */
.box-style-3 a:active {
	transform: scale(0.95);
}

.box-style-3 img {
	 float:right; margin: 0 0 15px 20px
}
.box-style-3 h3 {
	color: #900C3F;
	font-size:28px;
}
.box-style-3.green a:hover  {
	background: #f55efd;
}
.box-style-3.orange a:hover  {
	background: #c570f3;
}
.box-style-3.red a:hover  {
	background: #f55efd;
}

