  .footer-menu > li > a{
     color: white;
     text-decoration: none;
     line-height: 30px;
   }
   .footer-menu > li > a:hover {
     color: #00d999;
     background-color: transparent;
   }
   .footer-heading{
    color:#00d999;
    font-weight: bold;
   }

   
   .about > p {
      text-indent: 35px;
      text-align: justify;
   }