.fade-black {
    display: none;
    width: 5000px;
    height: 5000px;
    margin: -100px;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 999;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.content {
    margin: 0px 0px;
    min-height: 100vh;
    padding:0;
    width:100% !important;
}

@media (min-width:993px) {
    .content .container {
        margin: 0 !important;
        width:100% !important;
        max-width:94vw;
    }
}

.content-right{
    padding:20px 30px;
    font-family: 'Ubuntu';
    font-weight:400;
    width:100%;
    min-height:100vh;
}
.page-head{
    
    font-weight: 500;
    font-size:20px;
}

a{
    text-decoration:none;
    color: #0F347A;
}

a:hover{
    color: #1ABC9C;
    text-decoration:none;
}

/*dp*/

.dp {
    font-family: 'Jost';
    margin: auto;
    margin-bottom: 20px;
}

.dp img {
    width: 70%;
    border-radius: 1000px;
    margin: auto;
}

.dp .name {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    font-size: 22px;
    font-weight: 500;
}

.dp .desig {
    text-align: center;
    width: 100%;
    font-size: 18px;
}

/*People Contact*/
.ppl-con{
    margin:20px 0px;
    box-shadow: 0px 0px 12px 1px #bbb;
    padding:15px 10px;
    font-size:15px;
}
.ppl-con .img-side{
    text-align:center;
    padding:0;
}
.ppl-con .img-con{
    padding:2px;
    border:1px solid #ccc;
    display:inline-block;
}
.ppl-con img{
    width:100%;
    max-width:100px;
    margin:auto;
    display:block;
}
.ppl-con .name,.ppl-con .name a,.ppl-con .name a:visited,.ppl-con .name a:hover,.ppl-con .name a:focus{
    color:#174F82;
    font-weight: 700;
}

@media (max-width:993px) {
    .ppl-con .name{
        text-align:center;
    }
}

@media (max-width:766px) {
    .ppl-con{
        font-size:12px !important;
    }
}

/*Display List*/
.disp-list{
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    margin-left: 40px;
    width:100%;
    margin-right:10vw;
    font-size:14px;
}
.disp-list li{
    margin-bottom:10px;
}
.disp-list a{
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    background: #ddd;
    color: #444;
    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out;
  }

  .disp-list a:hover{
    background: #eee;
  }

  .disp-list a:hover:before{
    opacity:0.9;
  }

  .disp-list a:before{
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #87ceeb;
    height: 2.6em;
    width: 2.6em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
  }

  /*Display Table*/
  .disp-table{
      width:100%;
      min-width:500px;
      text-align: center;
      margin:30px 0px;
  }
  .table-cont{
      width:100%;
      overflow-x:auto;
  }
  .disp-table th, .disp-table td{
      border:1px solid #888;
      padding:4px 10px;
  }
  .disp-table th{
      background-color:#ddd;
  }

  /*Hostel Image*/
  .hos_image{
      display: block;
      margin:40px auto;
      max-width:100vw;
  }
  .hos_image_dummy{
      display:none;
  }

  @media (max-width:766px) {
      .hos_image_con{
          display:block;
      }
    .hos_image{
        position:absolute;
        left:0;
    }
    .hos_image_dummy{
        display: block;
      margin:60px auto;
      max-width:100%;
      opacity:0;
    }
}

/*Notice Board*/
.list-board{
    list-style: none;
    color: #333;
    padding:0;
}

.list-board li{
    padding:20px;
    border: 1.5px solid #ccc;
    border-radius: 10px;
    margin:10px 0px;
}