/*  -----FOOTER-----	*/
.footer {
  background-color: #1c1c1c;
  background-image: url('images/footer.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #ccc;
}
.footerbox{
	padding: 100px 0;
}
.footer h5 {
  color: #fff;
  margin-bottom: 20px;
}
.footer a {
  color: #ccc;
  text-decoration: none;
}
.footer li{
	margin-bottom: 10px;
}
.footer li a::before {
  content: "\f054"; 
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  margin-right: 12px;
  color: #fff; 
  font-size: 10px;
}
.footer a:hover {
  color: #fff;
}
.footer .social-icons a {
  display: inline-block;
  margin: 0 5px;
  font-size: 18px;
  color: #fff;
  background: #333;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
}
.footer .social-icons a.fb{
	background: #3b5998;
}
.footer .social-icons a.gb{
	background: #de4e43;
}
.footer .social-icons a.in{
	background: #007bb6;
}
.footer .social-icons a.lik{
	background: #8a5a4e;
}
.footer .social-icons a.ins{
	background: #000000;
}
.footer .newsletter input[type="email"] {
  border-radius: 30px;
  padding: 8px 15px;
  width: 100%;
  border: none;
  background: none;
  border: 1px solid #fff;
}
.footer .newsletter button {
  border-radius: 30px;
  padding: 8px 20px;
  border: none;
  background-color: #d91c1c;
  color: #fff;
  margin-left: 10px;
}
.footer-bottom {
  background: #111;
  padding: 15px 0;
  color: #888;
  font-size: 14px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .footerbox{
    padding: 30px;
  }
}