
  footer {
  	background: #212529;
  	color: #adb5bd;
  	padding: 50px 0 20px;
  }

  .footer-title {
  	color: white;
  	font-size: 1.2rem;
  	margin-bottom: 20px;
  	position: relative;
  	padding-bottom: 10px;
  }

  .footer-title::after {
  	content: '';
  	position: absolute;
  	width: 40px;
  	height: 3px;
  	background: #198754;
  	bottom: 0;
  	left: 0;
  }

  .footer-links li {
  	margin-bottom: 10px;
  	list-style: none;
  }

  .footer-links a {
  	color: #adb5bd;
  	text-decoration: none;
  	transition: all 0.3s;
  }

  .footer-links a:hover {
  	color: white;
  	padding-left: 5px;
  }

  .copyright {
  	border-top: 1px solid #343a40;
  	padding-top: 20px;
  	margin-top: 40px;
  }
  .galogo{
	  width: 16px;
	  height: auto;
  }
  
.copyright a{
	  	text-decoration: none;
		color: #ffffff;
}