
/* footer  */

footer {
    background: #fff;
  }
  
  .connect-btn a {
    font-size: 17px;
    color: #fff;
    background-color: #073d7a;
    border: 2px solid #073d7a;
    padding: 12px 25px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    font-weight: 500;
    transition: all 0.3s;
    &:hover {
      background-color: transparent;
      color: #073d7a;
      border: 2px solid #073d7a;
    }
  }
  
  .footer-description p {
    font-size: 15px;
    letter-spacing: 1px;
    color: #000;
    font-weight: 400;
    margin-bottom: 20px;
  }
  
  .footer-description h3 {
    font-size: 28px;
    letter-spacing: 1px;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 15px;
  }
  
  .footer-description form {
    display: flex;
  }
  
  .footer-description form input {
    padding: 8px 15px;
    border: none;
  }
  
  .footer-description form button {
    padding: 8px 15px;
    border: none;
    background-color: #073d7a;
  }
  
  .footer-heading h3 {
    font-size: 28px;
    letter-spacing: 1px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
  }
  
  .footer-links ul {
    list-style: none;
    padding: 0;
  }
  
  .footer-links ul a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
    transition: all 0.3s;
    &:hover {
      color: #073d7a;
    }
  }
   
  .footer-links ul a i {
    font-size: 18px;
    margin-right: 10px;
  }

  .service-link li a {
    font-size: 16px;
    margin-bottom: 5px;
    i{
      font-size: 16px;
    }
    &:hover {
      font-size: 18px;
      i{
        font-size: 18px;
      }
    }
  }
 
  
  .footer-links ul li a.head {
    font-size: 18px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    margin-top: 18px;
  }
  
  .footer-links ul li span {
    font-size: 18px;
    margin-right: 8px;
    /* color: #fff; */
    font-weight: 400;
    text-transform: initial;
  }
  
  .footer-links li > p > a {
    font-size: 18px;
    margin-right: 8px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 0.3s;
    &:hover {
      color: #073d7a;
    }
  }
  
  .footer-links ul li p {
    font-size: 18px;
    margin-bottom: 15px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
  }
  
  .footer-links li p i {
    margin-right: 8px;
    font-size: 18px;
    color: #000;
  }
  
  .footer-btm {
    /* background: #fff; */
    border-top: 1px solid #073d7a;
  }
  
  .footer-bottom p {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    /* text-align: center; */
    margin-top: 20px;
    a {
      color: #000;
      &:hover {
        color: #073d7a;
      }
    }
  }
  
  .footer-social-links ul {
    display: flex;
    justify-content: center;
    gap: 15px;
    padding: 0;
    margin-top: 20px;
    list-style: none;
  }
  
  .footer-social-links ul a {
    padding: 8px 10px;
    height: 40px;
    width: 40px;
    background-color: #073d7a;
    color: #fff;
  }
  