.service-icon img {
	width:40%;
}
.sec-title{
	margin:40px;
}
.buyNow, .buyNow:visited{
	background-color:#c49b3b;
	color:#fff;
	padding:10px 35px;
}
.buyNow:hover{
	background-color:#515769;
	color:#fff;
	pointer:cursor;
}
.buyNow a{
	pointer:cursor;
}
#service{
	padding-bottom:55px;
}
.section-seperator{
	background:#333;
	color:#fff;
}
.footer .footer-list-item {
    color: #fff !important;
    margin-bottom: 15px;
}
.footer-list-item a{
	color:#fff;
}
.footer-list-item a:hover{
	color:#c49b3b;
}
.productDesc {
	margin: 0 30px 0 30px;
}
.service-item{
    height: 160px;
    width: 180px;
    margin: 0 auto;
	margin-top:10px;
    padding-top: 18px;
	border-radius:5px;
    border: 2px solid #515769;
}
.service-icon{
	height:45px;
	margin-bottom:5px;
}
.fa{
	color:#fff;
	padding:10px;
	font-size:30px;
}