 
  /*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
  .footer {
    font-size: 14px;
    /* background-color: var(--color-secondary); */
    padding-bottom: 30px;
    /* padding: 50px 0; */
    color: white;
  }
  /* new */
  .footer .footer-top {
    background: white url(../img/footer-bg.png) no-repeat right top;
    background-size: contain;
    border-top: 1px solid #e1ecff;
    border-bottom: 1px solid #e1ecff;
    padding: 60px 0 30px 0;
  }
  
  @media (max-width: 992px) {
    .footer .footer-top {
      background-position: center bottom;
    }
  }
  
  .footer .footer-top .footer-info {
    margin-bottom: 30px;
  }

  /* end new */
  .footer .footer-top .footer-info .logo {
    line-height: 0;
    margin-bottom: 25px;
    margin-left: -7px;
  }
  
  .footer .footer-top .footer-info .logo img {
    max-height: 50px;
    margin-right: 6px;
  }
  
  .footer .footer-top .footer-info .logo span {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    /* color: #fff; */
    color: #012970;
    font-family: var(--font-primary);
  }
  
  .footer .footer-top .footer-info p {
    font-size: 14px;
    font-family: var(--font-primary);
    color: #012970;

  }
  
  .footer .footer-top .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /* border: 1px solid rgba(255, 255, 255, 0.2); */
    color: rgba(1, 41, 112, 0.5);
    font-size: 16px;
    /* color: rgba(255, 255, 255, 0.7); */
    margin-right: 10px;
    transition: 0.3s;
  }
  
  .footer .footer-top .social-links a:hover {
    /* color: #fff; */
    color: #012970;
    /* border-color: #fff; */
  }
  
  .footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #012970;
    position: relative;
    padding-bottom: 12px;
  }
  
  .footer .footer-top .footer-links {
    margin-bottom: 30px;
  }
  
  .footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer .footer-top .footer-links ul i {
    padding-right: 2px;
    /* color: rgba(13, 66, 255, 0.8); */
    color: #d0d4fc;
    font-size: 12px;
    line-height: 0;
  }
  
  .footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
  }
  
  .footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
  }
  
  .footer .footer-top .footer-links ul a {
    /* color: rgba(255, 255, 255, 0.6); */
    color: #013289;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
  }
  
  .footer .footer-top .footer-links ul a:hover {
    /* color: #fff; */
    color: #4154f1;
  }
  
  .footer .footer-top .footer-contact p {
    line-height: 26px;
    color: #013289;

  }
  
  /* .footer .copyright {
    text-align: center;
  }
  
  .footer .credits {
    padding-top: 4px;
    text-align: center;
    font-size: 13px;
  }
  
  .footer .credits a {
    color: #fff;
  } */

  /* new */
  .footer .copyright {
    text-align: center;
    padding-top: 30px;
    color: #012970;
  }
  
  .footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 15px;
    color: #012970;
  }

  .footer .design {
    padding-top: 10px;
    text-align: center;
    font-size: 15px;
    color: #012970;
    text-decoration: none;
  }
  .footer .design a {
    
    text-decoration: none;
    color: #012970;
  }
  .footer .design a:hover {
    
    /* text-decoration: none; */
    color: blue;
  }
  
/* 
  .more{
    margin-left: 100px;
  }
   */

  /* extra */
  .footer .logo h1 {
    font-size: 20px;
    margin: 0;
    font-weight: 700;
    color: #012970;
    /* color: #fff; */
    font-family: var(--font-primary);
  }
