* {
    margin: 0;
    font-family: Roboto;
}

html {
    scroll-behavior: smooth;
}

p {
    margin-top: 0;
    margin-bottom: 0rem !important;
}

.sau_library_btn {
    position: fixed;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #000;
    border: 4px solid green;
    margin: 1%;
    text-decoration: none !important;
    font-weight: bold;
    display: none;
    font-size: 18px;
    text-align: center;
}

@media screen and (max-width :550px) {
    .sau_library_btn {
        display: none;
    }
}

.sau_dialog {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #141414 !important;
}

.sau_dialog h1 {
    color: #049906;
}

.sau_dialog a {
    background: white;
    padding: 6px 30px;
    margin: 5px 0px;
    text-decoration: none;
    color: #000;
}

.sau_dialog a:hover {
    color: #ffff;
    background-color: #049906;
}

.sau_library_btn:hover {
    color: #ffff;
}



/* faculty css start  */




.hall_home {
    /* margin-top: 22vh; */
    padding: 0vw 5vw 0vw 5vw;
}

.hall_home_home_top_link{
    display: flex;
    align-items: center;
    padding: 10px 1.5% 10px;
    font-size: 16px;
    margin-top: 125px !important;
    /* background-color: red; */
}

.hall_home_home_top_link img {
    height: 12px;
    margin-bottom: 4px;
}

.hall_home_box {
    /* display: flex; */
    align-items: center;
    justify-content: center;
    background: #000;
    padding: 15px 20px 15px 15px;
    margin-bottom: 3px;
    /* border-bottom: 4px solid #187AF1; */
}

.hall_home_box a {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 21.6034px;
    line-height: 25px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    text-decoration: none;
    margin-right: 8px;
    font-weight: 900;
    font-size: 20px;
    line-height: 25px;
    padding: 5% 2%;
}

.hall_home_item {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15.2644px;
    line-height: 18px;
    letter-spacing: 0.01em;
    text-decoration: none !important;
    color: #000000;
    padding: 15px 20px 15px 15px;
    background-color: #F7F7F7;
    /* border-left: 3px solid #B4B4B4; */
    border-bottom: 1px solid #B4B4B4;
    padding: 5%;

}

.hall_home_item:hover {
    padding: 15px 20px 15px 15px;
    /* border-left: 4px solid #187AF1; */
    background-color: #187AF1;
    color: #ffff;

}

.hall_home_left {
    display: flex;
    flex-direction: column;
}

.hall_home_left img {
    margin: 2px 0px 2px 0px;
    width: 100%;
}






.hall_home_right_top_cover {
    height: 20vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    letter-spacing: 0.06em;

    color: #FFFFFF;
}

.hall_home_right_top_cover::after {
    content: "";
    background: url(../image/faculty_home_right_top_cover.png);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background-color: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}


/* why hall css :start  */

.why_hall {
    display: flex;
    flex-wrap: wrap;
    border: 0.879205px solid #C8BCBC;
    box-sizing: border-box;
    padding: 3%;
    margin: 20px 0px;
}

.why_hall_left {
    width: 40%;
    height: 100%;
}

.why_hall_left img {
    width: 90%;
}

.why_hall_right {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.why_hall_right img {
    width: 100px;
}

.why_hall_right_p1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 10px !important;
}

.why_hall_right_p2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18.4633px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #413D3D;
    margin-top: 30px;
}

/* why css end  */


/* teacher hall css start  */

.teacher_hall {
    display: flex;
    flex-wrap: wrap;
    border: 0.879205px solid #C8BCBC;
    box-sizing: border-box;
    padding: 3%;
    margin: 20px 0px;
}

.teacher_hall_left {
    width: 40%;
    height: 100%;
}

.teacher_hall_left img {
    width: 90%;
}

.teacher_hall_right {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.teacher_hall_right img {
    width: 100px;
}

.teacher_hall_right_p1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 10px !important;
}

.teacher_hall_right_p2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18.4633px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #413D3D;
    margin-top: 30px;
}

.hall_expert {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0px;
}

.hall_expert_component {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 33%;
}

.hall_expert_component img {
    width: 100%;
    padding: 0px 10px 0px 10px;
}

.hall_expert_component_p1 {
    font-style: normal;
    font-weight: 800;
    font-size: 17.4833px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #000000;
    margin: 10px 0px !important;
}

.hall_expert_component_p2 {
    font-style: normal;
    font-weight: 300;
    font-size: 13.1125px;
    line-height: 15px;
    letter-spacing: 0.01em;
    color: #000000;
}

.support_hall {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px 0px;
}

.hall_support_left {
    width: 48%;
    margin: 1%;
}

.hall_support_right {
    width: 48%;
    margin: 1%;
}

.hall_support_left_p1 {
    background: #153E90;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 21.6946px;
    line-height: 25px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    padding: 5%;
}

.hall_support_left_p2 {
    background: #F2F9FF;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16.2709px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #2D2D2D;
    padding: 3% 2% 2% 2%;
}

.hall_support_left_p3 {
    background: #F2F9FF;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 12.6552px;
    line-height: 15px;
    letter-spacing: 0.01em;
    color: #2D2D2D;
    padding: 0% 3% 3% 2%;
}

.hall_support_left_p4 {
    background: #F2F9FF;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16.2709px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #2D2D2D;
    padding: 3% 2% 2% 2%;
    margin-top: 10px;
}

.hall_support_left_p5 {
    background: #F2F9FF;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 12.6552px;
    line-height: 15px;
    letter-spacing: 0.01em;
    color: #2D2D2D;
    padding: 0% 3% 3% 2%;
}

.hall_support_diversity {
    padding: 2% 0%;
}

.hall_support_diversity_p1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 21.6946px;
    line-height: 25px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 10px !important;
    margin-top: 40px;
}

.hall_support_diversity_p2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12.6552px;
    line-height: 30px;
    letter-spacing: 0.01em;
    color: #000000;
}

.hall_support_right img {
    width: 100%;
}

.hall_support_diversity_p2 a {
    color: red;
}



/* about sau cover css start  */
.about_sau {
    /* padding: 2vh 5vw 0vw 5vw; */
    margin-top: 18vh;
}

.about_link_p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    text-align: justify;
    letter-spacing: 0.01em;
    color: #049906 !important;
    padding: 20px 0px;
}

.about_link_p a {
    color: #049906 !important;
}

.about_sau_top_link {
    display: flex;
    align-items: center;
    padding: 36px 0px 8px 0px;

}

.about_sau_top_link a {
    color: #049906 !important;
}

.about_sau_cover {
    background-image: url(../image/contact_cover.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 8%;
}

.about_sau_cover p {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    letter-spacing: 0.06em;
    color: #FFFFFF;
}

/* about sau cover css end  */


/* history css part start  */
.about_history {
    border: 1px solid #C8BCBC;
    box-sizing: border-box;
    padding: 1%;
}

.history_img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.history_img img {
    width: 32%;
    margin: 1%;
}

.about_history_details_p1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 25.2774px;
    line-height: 30px;
    letter-spacing: 0.01em;

    color: #000000;
}

.about_history_details_p2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 25px;
    letter-spacing: 0.01em;
    margin-top: 10px;
    color: #413D3D;
}

.about_history_details {
    padding: 3%;
}



.about_vission {
    border: 1px solid #C8BCBC;
    box-sizing: border-box;
    padding: 1%;
    margin-top: 20px;
}

.about_mission {
    border: 1px solid #C8BCBC;
    box-sizing: border-box;
    padding: 1%;
    margin-top: 20px;
}

.at_a_glance {
    padding: 10vh 0;
}

.information {
    padding: 5vh 0;
}

.information_top {
    display: flex;
    align-items: center;
    padding: 0vh 0 2vh 0;
}

.information_top p {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 25.2774px;
    line-height: 30px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-left: 28px;


}

.information_bottom_p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 25px;
    letter-spacing: 0.01em;
    color: #413D3D;
}
@media screen and (max-width :800px) {
    .hall_home_home_top_link {
        font-size: 12px !important;
        margin-top: 90px !important;
    }
    
}

@media screen and (max-width :550px) {
    .hall_expert_component {
        flex-wrap: wrap;
        width: 100%;
    }
    .hall_home_home_top_link{
        font-size: 12px;
    }

    .hall_expert_component img {
        height: 270px;
        width: 260px;
        margin-top: 10px;
    }

    .hall_expert {
        flex-wrap: wrap;
    }

    .hall_home {
        /* margin-top: 8vh; */
    }

    .why_hall_left {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .teacher_hall_left {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
    }

    .hall_support_left {
        width: 100%;
        margin: 1%;
    }

    .hall_support_right {
        width: 100%;
        margin: 1%;
    }

    .teacher_hall_right {
        width: 100%;
    }

    .why_hall_right {
        width: 100%;
        margin-top: 15px;
    }

    .nav_main {
        height: 8vh;
    }
}

/* teacher hall css end  */



/* start footer section--- */
.footer {
    background-color: #000;
    color: white;
    padding: 5% 0%;
}

.footerIcon {
    margin-top: 10px;
}

.footerIcon i {
    text-align: right;
    padding: 11px;
    border: 1px solid white;
    margin: 0px 2px;
    width: 40px;
    color: white;
}

.footer_1st_col p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 13.5719px;
    line-height: 3px;
    letter-spacing: 0.01em;
    line-height: 15px !important;

}

.footer_1st_col .uName {
    font-family: Mont;
    font-style: normal;
    font-weight: 900;
    font-size: 16.8055px;
    line-height: 21px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #FFFFFF;
}

.footer_1st_col {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.footer_1st_col img {

    height: 150px;
    margin-bottom: 12px;
    height: 122px !important;
}

.footer_2nd_col {
    display: flex;
    flex-direction: column;
}

.footer_2nd_col a {
    text-decoration: none;
    color: white;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16.4344px;
    line-height: 19px;

    /* identical to box height */
    letter-spacing: 0.01em;

    color: #E2E2E2;
    border-bottom: 1px solid #968787;
    padding: 5px 0px;
}

.footer_2nd_col {
    padding: 0% 5%;
}

.footer_2nd_col .top_footer_txt {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 22.2887px;
    line-height: 26px;
    letter-spacing: 0.01em;

    color: #FFFFFF;
    border: 0;
}

.top_footer_txt {
    margin-top: 20px;
}

.footer_3rd_col {
    display: flex;
    flex-direction: column;
}

.footer_3rd_col .top_footer_txt {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 22.2887px;
    line-height: 26px;
    letter-spacing: 0.01em;

    color: #FFFFFF;
    border: 0;
}

.footer_3rd_col {
    padding: 0% 5%;
}

.footer_3rd_col a {
    text-decoration: none;
    color: white;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16.4344px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #E2E2E2;
    border-bottom: 1px solid #968787;
    padding: 5px 0px;
}

.footer_4th_col {
    padding: 0% 5%;
}

.footer_4th_col a {
    text-decoration: none;
    color: white;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16.4344px;
    line-height: 19px;

    /* identical to box height */
    letter-spacing: 0.01em;

    color: #E2E2E2;
    border-bottom: 0.5px solid #968787;
    padding: 5px 0px;
}

.footer_4th_col {
    display: flex;
    flex-direction: column;

}

.footer_4th_col .top_footer_txt {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 22.2887px;
    line-height: 26px;
    letter-spacing: 0.01em;

    color: #FFFFFF;
    border: 0;
}

/* footer responsive css start  */
@media screen and (max-width :550px) {
    .footer_bottom {
        display: block;
    }
}

@media screen and (max-width :360px) {
    .footer_1st_col img {
        height: 100px !important;
        margin-bottom: 2px;
    }

    .footer_1st_col .uName {
        font-size: 13.805px;
    }

    .footerIcon i {
        padding: 6px;
        margin: 0px 2px;
        width: 30px;
        height: 30px;
    }

    .footerIcon {
        margin-bottom: 15px;
    }

    .footer_2nd_col a {
        padding: 10px 0px;
    }

    .footer_3rd_col a {
        padding: 10px 0px;
    }

    .footer_4th_col a {
        padding: 10px 0px;
    }

    .footer_3rd_col .top_footer_txt {
        margin-top: 20px;
    }

    .footer_4th_col .top_footer_txt {
        margin-top: 20px;
    }
}

/* footer responsive css end  */




/* footer end  */

/* footer bottom start  */
.footer_bottom {
    background: #1F212F;
    color: #FFFFFF;
    border-top: 0.5px solid #DFDFDF;
    padding: 20px 50px;
}

.footer_bottom_main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.footer_bottom_left {
    display: flex;
    align-items: center;
    /* flex: 3; */
    width: 30%;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 22.2887px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}

.footer_bottom_left a {
    text-decoration: none;
    color: #FFFFFF;
}

.footer_bottom_right {
    display: flex;
    align-items: center;
    justify-content: end;
    /* flex: 7; */
    width: 70%;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14.9094px;
    line-height: 17px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    flex-wrap: wrap;
}

.footer_bottom_right a {
    text-decoration: none;
    color: #FFFFFF;
    padding: 0px 25px;
    /* border-left: 0.5px solid #666666; */
}


/* bottom resoinsve css start  */


@media screen and (max-width :800px) {
    .footer_bottom_right {
        flex-wrap: wrap;
    }

    .footer_bottom_left {
        font-size: 12.289px;
    }

    .footer_bottom_right_a {}

    .footer_bottom_right a {
        font-size: 12px;
        line-height: 12px;
        margin-top: 1px;
        padding: 0px 10px;
    }

}

@media screen and (max-width :700px) {
    .footer_bottom_right a {
        font-size: 12px;
        line-height: 22px;
        margin-top: 1px;
        padding: 0px 10px;
        justify-content: center;
    }

    .footer_bottom_right {
        justify-content: center;
    }

    .footer_bottom_left {
        width: 100% !important;
        justify-content: center;
    }
}

@media screen and (max-width :550px) {
    .footer_bottom_right {
        width: 100%;
    }

    .footer_bottom_left {
        border-top: 0.5px solid #968787;
        margin-top: 8px;
        margin-top: 9px;
        padding-top: 8px;
    }

    /* .footer_bottom { */
    .footer_bottom {
        background: #1F212F;
        color: #FFFFFF;
        border: none;
        padding: 20px 50px;
    }

    /* } */
}

@media screen and (max-width :360px) {
    .footer_bottom {
        padding: 10px 15px;
    }

    .footer_bottom_left a {
        font-size: 12px;
    }

    .footer_bottom_right a {
        font-size: 12px;
    }

    .footer_bottom_right {
        align-items: center;
        justify-content: center;
    }

    .footer_bottom_right a {
        font-size: 12px;
        line-height: 20px;
        margin-top: 1px;
        padding: 0px 5px;
    }

    .footer_bottom_left {
        justify-content: center;
        width: 100%;
    }

}

/* bottom responsive css end  */


/* bottom footer css end  */

/* bottom responsive css end  */


/* bottom footer css end  */
.campus_life {
    border: 0.879205px solid #C8BCBC;
    box-sizing: border-box;
    margin: 20px 0px;
}

.campus_life1 {
    background-color: #153E90;
    color: #fff !important;
}

.campus_life_details_p1_1 {
    color: #fff !important;
}

.campus_life_details_p2_1 {
    color: #fff !important;
}

.campus_life_img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.campus_life_img img {
    width: 31%;
    margin: 1%;
}

.campus_life_details {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px 20px;
}


.campus_life_details_p1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 5px !important;
}

.library_name_details {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F7F7F7;
    padding: 20px 0px;
}

.campus_life_details_p2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18.4633px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #413D3D;
    margin-top: 30px;
}

.library_component {
    display: flex;
    flex-direction: column;
    width: 32%;
    padding: 1%;
}

.library_component img {
    width: 100%;

}

.library_component_p1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 22.224px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #000000;
    margin: 15px 0px !important;
}

.library_component_p2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #000000;
}

.what_our_library {
    display: flex;
    margin: 30px 0px;
}

.what_our_library_left {
    width: 49%;
}

.what_our_library_right {
    width: 49%;
}

.what_our_library_right img {
    width: 100%;
    height: 245px;
}

.what_our_library_left_p1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 21.6196px;
    line-height: 25px;
    letter-spacing: 0.01em;
    background-color: #153E90;
    color: #FFFFFF;
    padding: 20px;
}

.what_our_library_left_p2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16.2147px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    background: #2F2F2F;
    padding: 20px 0px 5px 20px;
}

.what_our_library_left_p3 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 12.6115px;
    line-height: 15px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    background: #2F2F2F;
    padding: 5px 20px 20px 20px;
}

.what_our_library_left_p4 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16.2147px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    background: #2F2F2F;
    padding: 20px 0px 5px 20px;
    margin-top: 10px;
}

.what_our_library_left_p5 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 12.6115px;
    line-height: 15px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    background: #2F2F2F;
    padding: 5px 20px 20px 20px;
}


.teaching_diversity {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 20px 0px;
}


.teaching_diversity_left {
    width: 49%;
}

.teaching_diversity_right {
    width: 49%;
}

.teaching_diversity_p1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 21.6196px;
    line-height: 25px;
    letter-spacing: 0.01em;
    color: #000000;
    margin: 10px 0px 10px 0px !important;
}

.teaching_diversity_p2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12.6115px;
    line-height: 25px;
    letter-spacing: 0.01em;
    color: #000000;
    margin: 10px 0px 10px 0px !important;
}

.teaching_diversity_p2 a {
    color: red;

}

.library_person {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 20px 0px;
}

.library_person_single {
    width: 24.5%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.library_person_single img {
    width: 85%;
}

.library_person_single_p1 {
    font-style: normal;
    font-weight: 800;
    font-size: 17.4833px;
    line-height: 21px;
    letter-spacing: 0.01em;
    margin: 15px 0px 10px 0px;
    color: #000000;
}

.library_person_single_p2 {
    font-style: normal;
    font-weight: 300;
    font-size: 13.1125px;
    line-height: 15px;
    letter-spacing: 0.01em;
    color: #000000;
    margin: 5px 0px 10px 15px !important;


}

.view_galary_link_div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.view_galary_link {
    background-color: #000;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin: 4% 0% 6%;
}

/* resoponsive start  */
@media screen and (max-width :600px) {
    .campus_life_img img{
        width: 100%;
    }
    .campus_life1{
        background-color: #fff;
    }
    .campus_life_details_p2{
        color: #000 !important;
    }
    .campus_life_details_p1{
        color: #000 !important;
    }
    .view_galary_link_div {
        padding: 6% 0% 5%;
    }
}
@media screen and (max-width :520px) {
    .library_home_left {
        display: none;
    }

    .sau_library_btn {
        display: flex !important;
        z-index: 1000;
    }

    .nav_main {
        height: 8vh;
    }

    .library_home {
        margin-top: 8vh;
    }

    .library_home_right_top_cover {
        font-size: 18px;
        line-height: 25px;
    }

    .library_home_right_top_cover img {
        height: 4px;
    }

    .campus_life {
        margin: 20px 0px;
    }

    .campus_life_details_p1 {
        font-size: 18px;
        line-height: 15px;
    }

    .campus_life_details {
        padding: 10px 20px;
    }

    .campus_life_details_p2 {
        font-size: 12px;
        line-height: 15px;
    }

    .campus_life_details {
        flex-wrap: wrap;
    }

    .library_component {
        width: 100%;
    }

    .library_component_p1 {
        font-size: 18px;
        line-height: 5px;
        margin-top: 25px !important;
    }

    .library_component_p2 {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 5px !important;
    }

    .what_our_library {
        flex-wrap: wrap;
    }

    .what_our_library {
        margin: 10px 0px;
    }

    .what_our_library_left {
        width: 100%;

    }

    .what_our_library_right {
        margin-top: 10px;
        width: 100%;
    }

    .teaching_diversity_left {
        width: 100%;
    }

    .teaching_diversity_right {
        width: 100%;
    }

    .teaching_diversity_p1 {
        font-size: 18px;
    }

    .teaching_diversity {
        margin: 10px 0px;
    }

    .library_person_single {
        width: 49%;
    }

    .library_person_single img {
        width: 100%;
        padding: 5px;
    }

    .sau_library_btn {
        margin-left: 70%;
        margin-bottom: 4%;
    }

    .hall_home_right_top_cover {
        font-size: 26px !important;
    }

    .hall_home_right_top_cover p {
        font-size: 28px !important;
        line-height: 45px;
    }
    .hall_home_right_top_cover img{
        width: 40%;
    }
    .hall_home_left {
        display: none;
    }

}

@media screen and (max-width :420px) {
    .sau_library_btn {
        margin-left: 60%;
        margin-bottom: 4%;
    }
}

@media screen and (max-width: 320px) {
    .sau_library_btn {
        margin-left: 50%;
        margin-bottom: 4%;
    }
}
