
html, body {
  overflow-x: hidden;
}

body{
    font-family:"Arial", Helvetica, sans-serif !important ;
}

  .footer_col{
    text-align:left !important;
    }
    
    a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

footer a {
    color: #cfd8dc;
    text-decoration: none;
}



@media (min-width: 992px) {  /* Only apply on desktop */
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* fix small gap */
  }

}

@media screen and (max-width: 760px) {
  .footer_col{
    text-align:center !important;
    }
    
    
}