.policy {
	margin-top: 50px; 
	margin-bottom: 50px;
	font-size: 18px;
	text-align: left;
	color: #000;
	line-height: 2.0;
}
.policy p strong {
	color: #ffbe00;
	}
.banner-btn {
	margin-top: 10px;
}
.footer-links a {
	color: #fff;
	transition: all 0.3s ease-in-out;
}
.footer-links a:hover {
	color: #ffbe00;
}
.contact-ph a{
	color: #000;
	transition: all 0.3s ease-in-out;
}
.contact-ph a:hover {
	color:#ffbe00;
}
