#headng
{
  	margin:0px;
  	text-align: center;
  	padding: 5px;
  	border-bottom: 1px dotted #0099cc;
  	background: #007EA8; /*#0099cc;*/
  	border-radius: 5px 5px 0px 0px;
  	color: white;
  	font-size: 20px;
}
.box-style-2 a  {
	color:#fff;
	display:block;
	font-size:17px;
	text-shadow: 1px 1px 0px rgba(0,0,0,.3); 
	padding: 6px 15px;
	text-decoration:none;
	font-weight:600;
	-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: #1B537B ;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}
@media (min-width: 300px) and (max-width: 479px) 
{
	.box-style-2 a 
	{
		font-size: 15px;
	}	
}

.green{
	margin-top: 15px;
}
.bxx{
	color:white;	
}
.bxx:hover, .bxx:active{
	color:white;	
}

@media(min-width: 300px) and (max-width: 767px) 
{
	
	.about-title
	{
		font-size: 20px;
    	margin-top: 30px;
	}
}
