@font-face {
  font-family: 'Lato';  /* The name you will use for this font */
  src: url('../fonts/Lato-Regular.ttf') format('truetype'), url('../fonts/Lato-Regular.woff2') format('woff2'), url('../fonts/Lato-Regular.woff') format('woff'); 
  font-weight: normal;  /* Can specify weight, like normal or bold */
  font-style: normal;   /* Can specify style, like normal, italic */
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';  /* The name you will use for this font */
  src: url('../fonts/Poppins-Regular.ttf') format('truetype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Poppins600';  /* The name you will use for this font */
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff');
}
.con-details{
    color: #e9e9e9;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.4px;
    text-align: left;
  }
  .contact-wid{
    width: 45px;
  }
  .mail-al{
    color: #e9e9e9;
    text-decoration: none;
    font-family: "Lato", serif !important;
  }
  .mail-al:hover{
    color: #ffffff;
    text-decoration: none;
  }
  footer {
    font-family: "Poppins", serif;
    background-color: #006062;
  }

  .footer-title {
    font-family: "Poppins600", serif !important;
    color: #fff;
    font-size: 17px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-align: left;
  }

  .footer-para {
    color: #e9e9e9;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.4px;
    text-align: left;
  }

  .fb {
    width: 40px;
    filter: invert(100%);
  }

  .twitter {
    width: 33px;
    filter: invert(100%);
  }

  .footer-pad {
    padding: 3rem 0 3rem 0;
  }

  .footer-link {
    position: relative;
    color: #e9e9e9;
    padding-bottom: 2px;
    text-decoration: none !important;
  }

  .footer-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #ffffff;
    transition: width 0.3s ease;
    color: #d4d4d4 !important;
  }
  .footer-link:hover {
    color: #fff !important;
  }
  .footer-link:hover::after {
    color: #fff !important;
    width: 100%;
  }
  @media (max-width: 1200px) {
    .footer-pad-al {
      padding-top: 2rem;
      padding-bottom: 2rem;
    }
    .footer-pad {
      padding: 3rem 2rem 3rem 2rem;
    }
  }
  @media (max-width: 767px) {
    .footer-pad-al {
      padding-top: 2rem;
      padding-bottom: 2rem;
    }
    
  }
  @media (max-width: 575px) {

    .footer-pad-al-1 {
      padding-top: 1rem;
    }
    .footer-pad-al {
      padding-top: 1rem;
      padding-bottom: 0;
    }

    .footer-title {
      font-size: 15px !important;
      line-height: 24px !important;
    }

    .footer-para {
      font-size: 13px !important;
      line-height: 24px !important;
    }
    .footer-pad {
      padding: 2rem 0.4rem;
    }
  }