/*Contact section*/
 .contact-box {
      display: flex;
      align-items: center;
      margin-bottom: 20px;
    }

    .icon-circle {
      width: 90px;
      height: 90px;
      border-radius: 50%;
      background-color: #f5f5f5;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      margin-right: 15px;
    }
    .icon-circle i{
        font-size:50px;
        color:#013977;
    }
    .contact-text p {
      margin: 0;
     
    }

    html, body {
    overflow-x: hidden;
}

.footer-top-area{
    padding: 80px 0;
}

.footer-logo{
    display: flex;
    justify-content: center;
}

.footer-top-area p{
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.social-icons{
    display: flex;
    justify-content: center;
    gap: 15px;
    padding: 0;
    margin: 20px 0 0;
    list-style: none;
}
.ltn__copyright-design p{
  text-align: center;
}