footer {
    background-color: #0a2240;
}
footer a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  
  .footer-btn-info {
    background-color: #00B3A4;
    border-color: #00B3A4;
  }
  
  .footer-bg-info {
    background-color: #00B3A4 !important;
  }
  
  .footer-btn-info:hover {
    background-color: #009688;
    border-color: #009688;
  }
  .footer-social-icon {
  width: 33px;
  height: 33px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-social-icon i {
  font-size: 1.25rem;
}

.footer-container-txt {
    width: 100%;
    max-width: 918px;
    margin: 0 auto;
}

.h3-custom {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
}

.li-custom .custom-address .a-custom {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
    color: white !important;
}