.dep_head{
    text-align: center;
    font-size: 28px;
    background-color: #00A753;
    color: white;
    width: 600px;
    border-radius: 5px;
}
.dep_image{
    width: 100px !important;
    height: 100px !important;
}
.dept_table{
    overflow: scroll !important;
}

.dep_prof{
    display: flex;
    justify-content: space-around;
}
.dep_vimi{
    display: flex;
    justify-content: space-between;
}
.dep_shadow{
    box-shadow: 1px 10px 10px rgb(212, 201, 201);
}
.ug_prog:hover{
    color: #1414A0 !important;
}

.dep_faculty{
    background-color: #B61212;
    color: white;
}
.dep_faculty1{
    background-color: #0FA958;
    color: white;
}
.dep_sub{
    background-color: #1414A0;
    color: white;
    width: 100% !important;
    
}
.border{
    border-color: #f11d1d;
}
.white_ul > li::marker {
    color: #FFFFFF;
  }

  .black_ul > li::marker {
    color: black;
  }
.dep_margin{
    margin-left: -15px;
}
.dep_ico_head{
    
    color: #B61212;
    text-align: center;
}
.dep_ico_head1{
    color: #B61212;
    
}
.dep_ico_top{
    color: #1414A0;
    margin-left: 5% !important;
}
.wd_45{
    width: 45%;
    height: 200px;
}
.wd_50{
    width: 50%;
}
.wd_80{
    width: 80%;
}
.wd_28{
    width: 28%;
    border-radius: 15px;
    height: 230px;
}
.dep_ic{
    border-radius: 40%;
    padding: 14px 10px;
}
.dep_icon{
    margin-left: 9px;
    font-size: 48px;
    margin-top: 29px;
    color: #00A753 !important;
}
.dep_graduation{
    font-size: 46px;
    background-color: #c4cac7;
    
}
.dep_posi{
    margin-left: 132px;
    margin-top: -49px;
    position: absolute;
}
/* Department */

ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
  }
  ul.breadcrumb li {
    display: inline;
    font-size: 18px;
  }
  ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
  }
  ul.breadcrumb li a {
    color: black;
    text-decoration: none;
  }
  ul.breadcrumb li a:hover {
    color: rgb(22, 29, 228);
    text-decoration: underline;
  }

  @media screen and (max-width: 600px) {

    .wd_45{
        width: 100%;
        height: 250px;
    }
    .dep_vimi{
        display: inherit;
        justify-content: space-between;
    }
    .dep_icon{
        margin-left: -2px;
        font-size: 28px;
        margin-top: 29px;
        color: #00A753 !important;
    }
    .dep_graduation{
        font-size: 23px;
        background-color: #c4cac7;
        
    }
    .dep_posi{
        margin-left: 43%;
        margin-top: -34px;
        position: absolute;
    }
    .dep_prof{
        display: inherit;
    }
    .wd_28{
        width: auto;
        border-radius: 15px;
        height: 230px;
    }
    .dept_table{
        overflow: scroll !important;
    }
    


  }
