/* Add your css code here */
html, body {
    font-family: Open Sans,sans-serif;
    font-size: 15px;
    line-height: 1.5;
}

.w3-navy-blue{
color: #fff !important;
background-color: #0177c1 !important;
}

.btm-copyright-ftr-clr{
    color: #fff !important;
    background-color: #2b2b2b !important;
}

.footer-bg{
    background-color: #444444 !important;
    color: #f1f1f1 !important;
}

.hr-bar{
    border-color: #0177c1 !important;
    width: 150px;
}

html {
  scroll-behavior: smooth;
}

#scrollBtn {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 25px;
  z-index: 99999;
  outline: none;
  cursor: pointer;
}


/***** Toolbar Admin *******/
.toolbar-loading #toolbar-administration {
    overflow: hidden;
    background-color: #0f0f0f !important;
}