.star-ratings {
    unicode-bidi: bidi-override;
    color: #ccc;
    font-size: 18px;
    position: relative;
    margin: 0;
    padding: 0;
  }
  .star-ratings .fill-ratings {
    color: #e7711b;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  .star-ratings .fill-ratings span {
    display: inline-block;
  }
  .star-ratings .empty-ratings {
    padding: 0;
    display: block;
    z-index: 0;
  }
  
  .navbar ul li a{
    color: black;
  }

  tr td a{
    color: #ffffff;
    margin-left: 7px;
  }

  tr td a:hover{
    color: #ff00bb;
  }


  /* seminer */
  .s_banner{
    background: #b4b4b4;
    margin: auto;
    height: 100px;
  }

  .s_banner h1{
    text-align: center;
    padding-top: 20px;
    font-size: 50px;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
  .o_seminer h2{
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    margin-top: 70px;
    font-weight: bold;
  }
  
  .ofline_seminer h2{
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    margin-top: 70px;
    font-weight: bold;
  }