#stream1 {
  display: none;
}
#admit{
  display: none;
}
#reg{
  display: none;
}

#pass{
  display: none;
}

#hslc{
  display: none;
}

#pro{
  display: none;
}

#birth{
  display: none;
}
#tc{
  display: none;
}
#last{
  display: none;
}

.dropzone {
  min-height:200px !important;
}
.dropzone .dz-message:before {
  font-size: 20px !important;
}
.dropzone .dz-message {
  font-size: 1.5em !important;
}
.header-title{
  background-color: #00488a;
}
.logo {
  margin-top: 10px;
  width: 112px;
  border-radius: 10px;
  background-color: #ffffff;
}
.logo img{
  border-radius: 10px;
  width: 110px;
  padding: 5px;
  display: block;
}
.new_header {
  color:#ffffff;
  text-align: center;
}
.title {
  font-size: 35px;
  font-weight: bold;
}
.site-sub-title{
  font-size: 20px;
}
.tu {
  font-size: 18px;
}

.news_update{
  background:#92b4e3;
  height: 20px;
}

.updates {
  background: #ffd700;
}
.updates h2 {
  padding-left: 10px;
  color: #00488a;
  margin-left: 25px;
  margin-top: 5px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.button-idcard {
  background-color: #04AA6D; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

footer {
    text-align:center;
}

.admission_page_list li {
  list-style-type: disc !important;
}

.center-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}