html, body {
    height: 100%;
    font-family: 'Cairo',Tahoma,  sans-serif;
  }
  h1,h2,h3,h4,h5,h6,a,p,small{
    font-family: 'Cairo',Tahoma,  sans-serif !important;
  }
  .full-height {
    height: 100%;
  }

  .nav-border-bottom{
    
    border-bottom: 2px solid  #02ADEF !important;
  }
  .primary-text{
      color: #02ADEF !important;
  }
  .btn{
      border-radius: 0% !important;
  }
  .btn-primary{
      background-color: #02ADEF !important;
      outline: none !important;
      border: none !important;
  }
  .bg-primary{
    background-color: #02ADEF !important;
  }
  .navbar-toggler{
    background-color: #02ADEF !important;
    border: none !important;
    
  }
  .navbar-light .navbar-toggler-icon{
    background-image: url(../img/menu.png) !important;
  }
  /* paginate_button current */
  .current{
    border: none !important;
    outline: none !important;
    background-color: #02ADEF !important;
    color: white !important;
  }
  