

  .text-small {
    font-size: 0.9rem;
  }
  
  a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
  }
.quicklinks{
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
.quicklinks li a:hover{
    color:green
}
  a:hover, a:focus {
    text-decoration: none;
  }
  .follow-us{
    text-decoration: none;
  }
  .follow-us a i{
    color: inherit;
    border-color: #545454;

  }
  .follow-us a i:hover{
   color: green;

  }
  .form-control-footer {
    background: #212529;
    color:white;
    border-color: #545454;
    width: 300px;
    height: 48px;
  }
  
  .form-control-footer:focus {
    background: #212529;
  }
  
  footer {
    background: #212529;
  }
  
  
  /* ==========================================
      CUSTOM UTILS CLASSES
    ========================================== */
    body, html {
      height: 100%;
    }