h2{
 color: #636363;
}


.navbar  a:hover{
   
	background-color:transparent !important;
}

.pricing-section{
	height: 465px;
	padding-bottom: 235px;
	padding-top: 250px;
	background-image: url(../image/Pricing.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.pricing-section h1{
	text-align: center;
    font-size: 65px;
    color: #fff;
    font-weight: bold;
}
.servicebox {
	background: #ccc;
	margin-bottom: 25px;
}




