.aafooters{
    display:flex;
    flex-direction: column;
    align-items: stretch;
    height:15vh;
    width:100%;
    max-width:100%;
  }
  .aafourth{
    display:flex;
    flex: 1 1 auto;
    width:100%;
    max-width:100%;
    justify-content: space-between;
  }
  .aafooter-heading{
    padding-top:1px;
    padding-left:8px;
  }
  
  .padd{
    margin-right:20px;
  }
  .aafourth-left{
    margin-left:10%;
  }
  .aafourth-right{
    margin-right:10%;
  }
  
  .aafirst{
    display:flex;
    flex: 1 1 auto;
    width:100%;
    max-width:100%;
    justify-content: center;
  }
  .aasecond{
    display:flex;
    flex: 1 1 auto;
    width:100%;
    max-width:100%;
   justify-content: center;
  }
  .ki{
    display:absolute;
    position: relative;
    top:-40px;
  }
  .aathird{
    display:flex;
    flex: 1 1 auto;
    width:100%;
    max-width:100%;
     justify-content: center;
  }
  .links{
    text-decoration: none;
    margin-left:4px;
  }
  