.footer-dark {
    padding: 30px 0px 1px 0px;
    color: #f0f9ff;
    background-color: #001B5B;
  }
  
  .footer-dark h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 16px;
  }
  
  .footer-dark ul {
    padding: 0;
    list-style: none;
    line-height: 1.5;
    font-size: 15px;
    margin-bottom: 0;
  }
  table li{
      list-style: none;
      margin-right: 24px;
      border: 1px solid #A0A0A0;
      color: #A0A0A0;
      margin-bottom: 1px;
      padding: 5px;
  }
  table li:hover{
      background: #4F6FCE;
      border-radius: 30px;
      color: white;
      transition: all 0.5s ease-out;
  
  }
  
  .footer-dark ul a {
    color: inherit;
    text-decoration: none;
    opacity:0.6;
  }
  
  .footer-dark ul a:hover {
    opacity:0.8;
  }
  
  @media (max-width:767px) {
    .footer-dark .item:not(.social) {
      text-align: center;
      padding-bottom: 20px;
    }
  }
  
  .footer-dark .item.text {
    margin-bottom: 36px;
  }
  
  @media (max-width:767px) {
    .footer-dark .item.text {
      margin-bottom: 0;
    }
  }
  
  .footer-dark .item.text p {
    opacity: 0.6;
    margin-bottom:0px;
  }
  
  .footer-dark .item.social {
    text-align: center;
  }
  
  @media (max-width:991px) {
    .footer-dark .item.social {
      text-align: center;
      margin-top: 20px;
    }
  }
  
  .footer-dark .item.social > a {
    font-size: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 40%;
    box-shadow: 0 0 0 3px #9BBE3D;
    margin: 0 8px;
    color: white;
  }
  
  .footer-dark .item.social > a:hover {
      color:aqua;
      border-color:aqua;
      font-size: 24px;
      transition: all 0.5s ease-out !important;
  }
  
  .footer-dark .copyright {
    text-align: center;
    padding-top: 24px;
    font-size: 15px !important;
  }    
  .item,::after,::before{
    box-sizing:border-box;
  }
  .aa {
      display: inline;
  }
  .ftb hr{
      border: 1px solid #9BBE3D;
  }
  .ftb p{
  margin: 10px 0px 10px 0px;
  }
  .dmn li{
    margin-top: -10px;
  }
  
  .chna{
    opacity: 1 !important;
    margin-left:2px !important;
    color:white !important;
    font-size:14px !important;
    text-decoration: underline !important;
    font-weight: bold;
    }
    .chna:hover{
      color:#9BBE3D !important;
      opacity: 0.8 !important;
    }
    .trFot{
      font-size: 25px;
      color: #9BBE3D;
    }
    .imgfot{
      height: 130px !important;  
      width: 130px !important; 
    }
    .aa table{
      margin-top: 10px;
      }
    .aa table a{
      text-decoration:none !important;
      }