/** Custom css */

.sayac-div {
    position: absolute;
    left: 39.3%;
    top: 44%;
    width: 9.2%;
    height: 6%;
    text-align: center;
    padding-top: 1%;
    z-index: 999;
font-size: 18px;
    align-content: center;
    color: white;
    background-color: #be0000;
}

.form-content{
background-color: #94949a;
} 

.form-container{

background-color: #94949a;
} 



.button-line-3 {
background-color: #d01f1f;
} 

.button-line-3:hover {
    border-style: solid;
    border-color: #d01f1f;
    background-color: #fff;
    color: #d01f1f;
}

.halls--1 {
    position: absolute;
    left: 31.5%;
    top: 43%;
    width: 11%;
    height: 29%;
    background-color: hsla(0, 0%, 100%, 0);
} 

.halls--2 {
    position: absolute;
    left: 44.7%;
    top: 43%;
    width: 11%;
    height: 29%;
    background-color: hsla(0, 0%, 100%, 0);
}

.halls--3 {
    position: absolute;
    left: 58%;
    top: 43%;
    width: 11%;
    height: 29%;
    background-color: hsla(0, 0%, 100%, 0);
}

.hall-1{
left:34%!important;
top:30%!important;
}


.hall-2{
left:47.27%!important;
top:30%!important;
}


.hall-3{
left:60%!important;
top:30%!important;
}

.halls--4 {
    position: absolute;
    left: 64%;
    top: 43%;
    width: 11%;
    height: 29%;
    background-color: hsla(0, 0%, 100%, 0);
}

#dept-div{
   display:none
}

#identity-div{
   display:block!important
}


.nav-menu a:nth-of-type(2) div {
  background-color: #004A7F;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 16px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}



@-webkit-keyframes glowing {
  0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes glowing {
  0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}







