.specialdetailarea {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    margin-top: 20px;
}
.detailscontent img {
    width: 100%;
    /* height: 300px; */
    border:2px solid #0094DC;
}
.detailscontent h3{
    font-weight: bold;
    font-size: 20px;
    margin-top: 20px;
}
.detailscontent p{
    text-align: justify;
    font-size: 15px;

}
.sepcialcate {
    width: 100%;
    height: auto;
    /*border:1px solid #000;*/
}
.sepcialcate h3 {
    background-color: #012578;
    color: #fff;
    text-align: center;
    padding: 6px;
    font-weight: 600;
    font-size: 25px;
    margin: 0px;
}
.sepcialcate ul li a {
    background-color: #0195dd;
    /* border-bottom: 1px #fff solid; */
    padding: 10px 21px 10px 6px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}
.sepcialcate ul li  {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 13px 0px;
    background-color: #0195dd;
}
.sepcialcate ul li a:hover{
    color: #000;
}
.ourfaculty{
    background-color: #EFF8FF;
    width: 100%;
    height: auto;
}
.ourfaculty h3{
    text-align: center;
    padding-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}
.facultydetails{
    width: 100%;
    height: auto;
    background-color: #6AE591;
}
.facultydetails img {
    width: 100%;
    padding:3px;
    height: auto;
}
.facultydetails p{
    text-align: center;
    font-size: 13px;
    margin: 0px;
}
.facultydetails h4{
    text-align: center;
    color: #0239b2;
    padding-bottom: 18px;
    font-size: 16px;
}
