.main-footer {
  background: #006DC5; 
  color: #ffffff;
  padding: 60px 0 30px 0;
  font-family: 'Poppins', sans-serif;
}

.footer-title {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}

.footer-text {
  font-size: 15px;
  color: #dcdcdc;
  margin-bottom: 20px;
  line-height: 1.7;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #dcdcdc;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #ffffff;
  padding-left: 5px;
}

.footer-contact {
  margin-bottom: 12px;
  color: #dcdcdc;
}

.footer-contact i {
  color: #006DC5;
  margin-right: 8px;
}

.social-icons a {
  display: inline-block;
  margin-right: 12px;
  font-size: 16px;
  background: #006DC5;
  color: white !important;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  transition: 0.3s;
}

.social-icons a:hover {
  background: #ffffff;
  color: #221e4f !important;
}

.footer-divider {
  border-color: rgba(255,255,255,0.2);
  margin: 30px 0;
}

.footer-bottom p {
  color: #dcdcdc;
  font-size: 14px;
  margin: 0;
}