.frame {
    overflow: hidden;
    /*height: 300px;*/
    width: 100%;
    background-position: center;
    background-size: cover;
    animation-name: zoomeffect;
    animation-duration: 20s;
    animation-timing-function: linear;
    animation-delay: 3s;
    animation-iteration-count: infinite;
}




@keyframes zoomeffect {
    0% {
        background-position: center;
        transform: scale(1, 1);
    }
    50% {
        background-position: center;
        transform: scale(1.2, 1.2);
    }
    100% {
        background-position: center;
        transform: scale(1, 1);
    }
}

.hero_banner {
    width: 100%;
    height: auto;
}

.table tbody tr td{
    border: 2px solid black;
}

.after_baner{
    margin-top: 60px;
    margin-bottom: 60px;
}

.adminstration_para{
    font-weight: 600;
    text-align: center;
    font-style: italic;
}

.adminstration_para_span{
    font-size: 20px;
    font-weight: 700;
}

.list_style_none{
    list-style: none;
}

.library_page_arrow{
    color: #9E7833;
    font-size: 20px !important;
}

.p_align{
    text-align: justify;
}

.programme_box{
    background: #9E7833;
    text-align: center;
    font-weight: 900;
    padding: 13px;
    font-size: 20px;
    color: white;
    font-family: 'Raleway';
    border-radius: 20px;
}


.four_box_up{
    position: relative;
    bottom: 12px;
}
.first_div{
    margin-top: 100px;
}

.CONSULTANT{
    padding: 10px;
    background: #9e7833;
    color: antiquewhite;
    border-radius: 25px;
}

.brad_com{
    text-align: center;
    font-size: 21px;
    font-weight: 900;
}

.para_left{
    text-align: left;
}
p .b_font_size{
    font-size: 18px !important;
}

.b_font_size_li{
    font-size: 18px !important;
}

.our_dir_msg{
    text-align: center;
    background: #9e7833;
    font-weight: 600;
    color: white;
}


.hero_banner_img{
    width: 30%;
    margin-left: 70%;
    margin-top: 10px;}



.faculty_btn_details{
    background: #9e7833;
    padding: 0px 3px;
    font-weight: bold;
    color: white;
    border-radius: 4px;
    font-size: 14px;
}