<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Domine:wght@400;500;600;700&amp;family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Rubik', sans-serif;
    overflow-x: hidden;
    font-display: auto;
    overflow-y: scroll;
}

p, ul {
    padding: 0;
    margin: 0;
}



:root {
    /*    --primary: #cf1922;*/
    --primary: #244e86;
    --secondary: #00213B;
    --third: #f4a334;
    --forth: #b6e0d9;
    --purple: #8919cf;
    --brown: #cf8f19;
    --blue: #199bcf;
    --green: #2db017;
    --lightGreen: #b1bf17;
    --text: #3a3b3c;
    --title: #6E0D10;
    --ts: .4s all ease-in-out;
}

.bg-blue {
    background-color: var(--blue);
}

.bg-green {
    background-color: var(--green);
}

.bg-light-green {
    background-color: var(--lightGreen);
}

.bg-brown {
    background-color: var(--brown);
}

.bg-red {
    background-color: var(--primary);
}

.bg-purple {
    background-color: var(--purple);
}

.text-blue {
    color: var(--blue);
}

.text-green {
    color: var(--green);
}

.text-light-green {
    color: var(--lightGreen);
}


/* start header */
section.header {
    background: var(--primary);
    height: 41px;
    z-index: 1;
    position: relative;
}
    /*
section.nav &gt; .container &gt; .row::before {
    content: '';
    position: absolute;
    bottom: 67px;
    left: -17px;
    width: 22px;
    height: 10px;
    background: #fff;
    border-radius: 100px;
}
section.nav &gt; .container &gt; .row::after {
    content: '';
    position: absolute;
    bottom: 67px;
    right: -17px;
    width: 22px;
    height: 10px;
    background: #fff;
    border-radius: 100px;
}
*/
    section.header &gt; div.container &gt; div.row {
        /*    background: var(--secondary);*/
    }

.logo_div {
    width: 290px;
    margin: 0 auto;
}

.header_call span &gt; i {
    border: 1px solid #fff;
    border-radius: 100%;
    padding: 2px;
    margin-left: 3px;
    color: #fff;
}

.header_call_no &gt; b {
    color: #fff;
    letter-spacing: 1px;
    font-weight: 500;
}

.header_call &gt; span {
    font-size: 14px;
    font-weight: 400;
    color: #ffffffb3;
}

.header_call_no a {
    transition: var(--ts);
}

    .header_call_no a:hover {
        color: #cba00e !important;
    }

.header_call_no {
    color: var(--title) !important;
}

.header_call span.position-absolute {
    top: 3px;
}

.header_call {
    margin-top: 9px;
}

    .header_call &gt; span.active {
        background: #0783da;
        padding: 0px 6px;
        color: #fff;
    }

.header_links &gt; ul &gt; li a, .header_links {
    color: #fffc;
    font-size: 14px;
    letter-spacing: .5px;
    font-weight: 400;
    transition: var(--ts);
}

    .header_links a.active {
        background: #bf1731;
        padding: 3px 5px;
        border-radius: 5px;
        color: #ffffff;
    }

    .header_links &gt; ul &gt; li a:hover {
        color: #fff;
    }

.header_cnt_list_cnt &gt; span {
    font-size: 13px;
    color: var(--title);
    transform: skew(-6deg, 0deg);
    letter-spacing: 0.5px;
}

.header_cnt_list_cnt a {
    color: var(--text);
    letter-spacing: .5px;
    font-weight: 500;
}


.header_cnt_list_icon &gt; i {
    font-size: 18px;
    border: 1px solid var(--title);
    color: var(--title);
    padding: 6px;
    border-radius: 100%;
    margin-right: 8px;
}

/* end header */
/* start navbar */
section.nav &gt; .container {
    /*background: #fff;
    top: -62px;
    z-index: 9;
    border-top: none;
    border-radius: 0 0 10px 10px;
    position: relative;
    box-shadow: 1px 1px 13px #44444429;*/
}

/*section.nav &gt; .container::before {
        content: '';
        position: absolute;
        top: -28px;
        background: #fff;
        width: 2px;
        left: -13px;
        height: 69px;
    }

    section.nav &gt; .container::after {
        content: '';
        position: absolute;
        top: -28px;
        background: #fff;
        width: 2px;
        right: -13px;
        height: 69px;
    }
*/
section.nav #menu-div_cnt &gt; ul {
    display: flex;
    justify-content: end;
}

#menu-div_cnt &gt; ul &gt; li &gt; a {
    color: white;
    padding: 10px 10px;
    font-weight: 400;
    letter-spacing: .5px;
    white-space: nowrap;
    transition: var(--ts);
}

#menu-div_cnt &gt; ul &gt; li:hover &gt; a {
    color: white;
}

#menu-div_cnt &gt; ul &gt; li {
    position: relative;
    z-index: 1;
}

    #menu-div_cnt &gt; ul &gt; li:last-child &gt; ul {
        right: 0;
    }

section.nav #menu-div_cnt &gt; ul &gt; li:last-child &gt; ul &gt; li &gt; ul {
    right: 240px;
}

section.nav #menu-div_cnt &gt; ul {
    display: flex;
    list-style: none;
    margin: 0;
    transition: var(--ts);
}

#menu-div_cnt &gt; ul &gt; li:hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    height: 100px;
    z-index: -1;
}

#menu-div_cnt &gt; ul &gt; li &gt; ul {
    list-style: none;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 40px;
    width: 230px;
    padding: 0px;
    background: white;
    border-radius: 0px;
    margin-left: 0px;
    white-space: normal;
    transition: var(--ts);
}

section.nav #menu-div_cnt &gt; ul &gt; li &gt; ul &gt; li &gt; ul {
    list-style: none;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0px;
    right: -240px;
    width: 230px;
    padding: 0px;
    background: white;
    border-radius: 10px;
    white-space: normal;
    transition: var(--ts);
}

section.nav #menu-div_cnt &gt; ul &gt; li &gt; ul &gt; li:hover ul {
    visibility: visible;
    opacity: 1;
}

#menu-div_cnt &gt; ul &gt; li &gt; ul &gt; li:hover::before {
    content: '';
    position: absolute;
    top: 0;
    right: -35px;
    width: 100%;
    background: transparent;
    height: 100px;
    z-index: -1;
}

#menu-div_cnt_two &gt; li:hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: -35px;
    width: 100%;
    background: transparent;
    height: 100px;
    z-index: -1;
}

#menu-div_cnt &gt; ul &gt; li &gt; ul &gt; li, #menu-div_cnt &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li {
    position: relative;
    transition: all .3s ease;
    border-radius: 0px;
}

    #menu-div_cnt &gt; ul &gt; li &gt; ul &gt; li:hover, #menu-div_cnt &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li:hover {
        background: var(--secondary);
        transform: scale(1.05);
    }

        #menu-div_cnt &gt; ul &gt; li &gt; ul &gt; li:hover &gt; a, #menu-div_cnt &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li:hover &gt; a {
            color: #fff !important;
        }

section.nav #menu-div_cnt &gt; ul &gt; li &gt; ul a {
    display: block;
    padding: 8px 15px;
    color: var(--text);
    font-weight: 500;
    font-size: 15px;
    transition: var(--ts);
}

section.nav #menu-div_cnt &gt; ul &gt; li &gt; ul &gt; li &gt; ul a {
    display: block;
    padding: 8px 15px;
    color: var(--text);
    font-weight: 500;
    font-size: 14px;
    transition: var(--ts);
}


section.nav#menu-div_cnt a:hover, section.nav#menu-div_cnt &gt; li:hover &gt; a {
    color: #02bdac;
}


#menu-div_cnt {
    padding: 10px 0;
}

#menu-div_cnt_two {
    display: none;
    position: absolute;
    top: 42px;
    background: #fff;
    width: 220px;
    border-radius: 0px;
    right: 0;
}

    #menu-div_cnt_two li {
        position: relative;
        z-index: 1;
    }

        #menu-div_cnt_two li a {
            display: block;
            padding: 8px 15px;
            color: var(--text);
            font-weight: 500;
            font-size: 15px;
            transition: var(--ts);
        }

    #menu-div_cnt_two &gt; li &gt; ul {
        list-style: none;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 0px;
        right: 240px;
        width: 230px;
        padding: 0px;
        background: white;
        border-radius: 10px;
        white-space: normal;
        transition: var(--ts);
    }

        #menu-div_cnt_two &gt; li &gt; ul &gt; li {
            transition: var(--ts);
        }


    #menu-div_cnt &gt; ul &gt; li:hover ul, #menu-div_cnt_two &gt; li:hover ul {
        visibility: visible;
        opacity: 1;
        transition: .3s all ease-in-out;
    }

    #menu-div_cnt_two &gt; li {
        position: relative;
        transition: var(--ts);
        background-color: white;
    }

    #menu-div_cnt_two li:hover {
        border-radius: 0px;
        background: var(--secondary);
        transform: scale(1.05);
    }

    #menu-div_cnt_two &gt; li:hover &gt; a, #menu-div_cnt_two &gt; li &gt; ul :hover &gt; a {
        color: #fff;
    }


.menu_div_cnt_two_icon {
    background: var(--secondary);
    color: #fff;
    border-radius: 100%;
    padding: 2px 6px 0;
    text-align: center;
    margin-top: 7px;
}

/* end navbar */
/* header start */
/*.header-div {
    background: #ffffffd1;
}
.header-div::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://bndschool.com/assets/img/sky_bg.jpg');
    background-size: cover;
    z-index: -1;
    background-position: center center;
}

.header-div_cnt_social_icon ul &gt; li i{
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin: 0 8px;
    display: block;
}

.ri-facebook-line {
    background: var(--secondary);
}
.ri-twitter-line {
    background: #37b5f1;
}

.ri-youtube-line {
    background: #f13737;
}
.ri-instagram-line {
    background: linear-gradient(45deg, #f7aa02, #f40b11, #f401ba);
}

.header-div_cnt_contact_icon_box i {
    background: var(--forth);
    border-radius: 100%;
    padding: 6px;
    color: #fff;
    font-size: 20px;
}
.header-div_cnt_contact_cnt_box span {
    color: var(--forth);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
}
.header-div_cnt_mail_cnt_box span {
    color: var(--third);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
}

    .header-div_cnt_mail_icon_box i {
        background: var(--third);
        border-radius: 100%;
        padding: 6px;
        color: #fff;
        font-size: 20px;
    }

.header-div_cnt_contact_cnt_box h5, .header-div_cnt_mail_cnt_box h5 {
    color: var(--title);
    font-size: 17px;
    font-weight: 500;
    letter-spacing: .5px;
}
.logo-div {
    position: absolute;
    top: 18px;
    z-index: 2;
}
*/
/* header end */
/* navbar start */
/*.menu-div {
    background-image: linear-gradient(90deg, #d1e8f5 16%, var(--secondary) 0);
}

#menu-div_cnt &gt; ul {
    display: flex;
    justify-content: end;
}
    #menu-div_cnt &gt; ul &gt; li:hover &gt; ul, #menu-div_cnt &gt; ul &gt; li &gt; ul &gt; li:hover &gt; ul {
        visibility: visible;
        opacity: 1;
        border-radius: 5px;
        transform: translateY(0px);
        transition-delay: 0s,0s,.1s !important;
        transition: var(--ts);
    }



    #menu-div_cnt &gt; ul &gt; li {
        padding: 10px 20px;
        position: relative;
    }

    #menu-div_cnt &gt; ul &gt; li  a {
    white-space: nowrap;
    color: #fff;
    letter-spacing: .5px;
    font-size: 16px;
    }

        #menu-div_cnt &gt; ul &gt; li &gt; ul a {
            color: #1a2437;
        }

        #menu-div_cnt &gt; ul &gt; li &gt; ul &gt; li:hover a {
            color: #fff;
        }
        #menu-div_cnt &gt; ul &gt; li &gt; ul &gt; li:hover {
            background: var(--secondary) !important;
            border-radius: 10px;
            -webkit-transform: scaleX(1.05);
            -moz-transform: scaleX(1.05);
            -ms-transform: scaleX(1.05);
            -o-transform: scaleX(1.05);
            transform: scaleX(1.05);
        }

        #menu-div_cnt &gt; ul &gt; li &gt; ul &gt; li &gt; ul {
            visibility: hidden;
            opacity: 0;
            position: absolute;
            background: #fff;
            right: -217px;
            width: 200px;
            top: 10px;
        }

        #menu-div_cnt &gt; ul &gt; li &gt; ul li {
            padding: 6px 10px;
            position: relative;
            border-bottom: 1px solid #4a418933;
            margin: 0;
            background: #fff;
            transition: var(--ts);
        }

        #menu-div_cnt &gt; ul &gt; li &gt; ul {
            visibility: hidden;
            opacity: 0;
            background: #fff;
            top: 65px;
           border-radius: 10px;
            width: 200px;
            position: absolute;
            transition: var(--ts);
        }*/
/* navbar end */
/* news/event start */

.news-div_before {
    background: var(--primary);
    padding: 10px;
}

.news-div_cnt_bg {
    background: var(--secondary);
}

.ri-links-line {
    border-radius: 100%;
    background: var(--lightGreen);
    padding: 0 5px;
    color: #fff;
}

#news-div_cnt li {
    margin-right: 20px;
    margin-bottom: 15px;
}

    #news-div_cnt li span {
        color: #fff;
        letter-spacing: .5px;
        transition: var(--ts);
    }

    #news-div_cnt li:hover span {
        color: var(--lightGreen);
    }


.news-div_before::before {
    content: '';
    position: absolute;
    right: -9px;
    top: 22px;
    width: 10px;
    clip-path: polygon(0 0, 100% 52%, 0 100%, 0% 50%);
    background: var(--primary);
    height: 20px;
}

.news-div_cnt_icon &gt; i {
    font-size: 24px;
    position: relative;
    color: var(--secondary) !important;
}

.news-div_cnt_desc {
    line-height: 16px;
    padding: 7px 0 5px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    text-shadow: 1px 1px 1px #a943547d;
}

#news-div_cnt {
    margin-top: 12px;
    min-height: 45px;
}
/* news/event end */

/* about start */
.about-div_img, .vision-div_img {
    width: 400px;
    height: fit-content;
    margin: 0 auto;
}

.about-div_cnt_desc {
    font-size: 16px;
    letter-spacing: .5px;
    color: var(--text);
    line-height: 28px;
}

/* about end */
/* imp links start */
.imp-links_div_cnt_icn {
    width: 65px;
    text-align: center;
    font-size: 28px;
    border-radius: 15px;
    color: #ffff;
    height: 65px;
    line-height: 65px;
    margin: 0 auto;
    box-shadow: -9px 8px 20px #33333338;
}

    .imp-links_div_cnt_icn .ri-file-line {
        background: var(--third);
        /*        box-shadow: inset 0px 0px 11px #df4f67, inset 0px 0px 11px #cf4b6169;*/
        border-radius: 100%;
        padding: 9px;
        font-size: 25px;
    }

    .imp-links_div_cnt_icn .ri-user-2-line {
        background: var(--primary);
        /*        box-shadow: inset 0px 0px 11px #0bd1bc00, inset 0px 0px 11px #18bbaa47;*/
        border-radius: 100%;
        padding: 9px;
        font-size: 25px;
    }

    .imp-links_div_cnt_icn .ri-download-fill {
        background: var(--sixth);
        /*        box-shadow: inset 0px 0px 11px #e7835d00, inset 0px 0px 11px #ef8963d9;*/
        border-radius: 100%;
        padding: 9px;
        font-size: 25px;
    }


    .imp-links_div_cnt_icn .ri-file-line {
        background: var(--third);
        /*    box-shadow: inset 0px 0px 11px #df4f67, inset 0px 0px 11px #cf4b6169;*/
        border-radius: 100%;
        padding: 9px;
        font-size: 25px;
    }



    .imp-links_div_cnt_icn .ri-file-line {
        background: var(--forth);
        /*        box-shadow: inset 0px 0px 11px #df4f6700, inset 0px 0px 11px #cf4b6163;*/
        border-radius: 100%;
        padding: 9px;
        font-size: 25px;
    }

.imp-link_div_cnt_desc_title h3 {
    font-size: 20px;
}

.imp-link_div_cnt_desc.text-center {
    padding: 40px 40px 15px;
    background: #fff;
    border-radius: 40px;
    z-index: -3;
    margin-top: -34px;
    box-shadow: 0px 0px 18px #3333331f;
}

.imp-link_div_cnt_desc &gt; span {
    color: var(--text);
    line-height: 28px;
    letter-spacing: .5px;
    font-size: 15px;
    display: block;
    padding-top: 10px;
}

/* imp links end */
/* facility start */
.facility-div_cnt_icn &gt; i {
    text-align: center;
    font-size: 40px;
    color: var(--secondary);
    margin: 0 auto;
    padding: 6px;
    position: relative;
}

    .facility-div_cnt_icn &gt; i::after {
        content: '';
        position: absolute;
        top: 0;
        left: -11px;
        width: 50px;
        height: 30px;
        background: var(--lightGreen);
        z-index: -1;
        border-radius: 100px 100px 0 0;
        transform: rotate(-45deg);
    }

.facility-div_cnt_read &gt; a &gt; span &gt; i {
    position: relative;
    z-index: 5;
    color: #fff;
    margin-left: -2px;
}

    .facility-div_cnt_read &gt; a &gt; span &gt; i::after {
        content: '';
        position: absolute;
        top: -2px;
        left: -2px;
        border-radius: 100%;
        width: 20px;
        height: 20px;
        z-index: -1;
    }

.facility-div_cnt_desc {
    padding: 10px 15px;
    border-radius: 10px;
    z-index: -3;
}

.facility-div_cnt_desc_title + span {
    letter-spacing: .5px;
    line-height: 28px;
    background: #fff;
    color: var(--text);
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: break-spaces;
    padding: 10px 20px;
    border-radius: 0;
}


.bg-1 {
    background: #e1fffa;
}

.bg-2 {
    background: #e1fffa;
}

.bg-3 {
    background: #e1fffa;
}

.bg-4 {
    background: #e1fffa;
}

.bg-5 {
    background: #e1fffa;
}

.bg-6 {
    background: #e1fffa;
}

.btn_line {
    right: -13px;
}

.facility-div {
    z-index: 2;
    border-radius: 10px 10px 0 0;
}

.facility-div_cnt_desc_title h3 {
    font-size: 20px;
    color: var(--secondary);
    letter-spacing: .5px;
    border-radius: 10px 10px 0 0;
    background: #fff;
}

.facility-div_cnt_read {
    border-radius: 0 0 10px 10px;
}


/* facility end */
/* vision start */
.vision-div_cnt, .inner-div_cnt_desc {
    font-size: 16px;
    letter-spacing: .5px;
    color: var(--text);
    line-height: 28px;
}

/* vision end */
/* mentor start */
.men_div_description {
    line-height: 28px;
    font-size: 16px;
    padding: 20px;
    letter-spacing: .5px;
    color: var(--text);
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 330px;
}

.men_div_name {
    letter-spacing: 1px;
    color: #fff;
    font-size: 17px;
    margin-top: 20px;
    background: var(--purple);
    padding: 0 15px;
    border-radius: 10px;
    font-weight: 400;
}

.men_div_designation {
    letter-spacing: .5px;
    color: var(--primary);
    font-size: 14px;
    padding: 0 15px;
    font-weight: 500;
}




.men_div_sli_cnt_cont_img {
    width: 70px;
    border-radius: 100px;
    overflow: hidden;
    margin-top: 20px;
}

.men_div_sli_cnt_cont {
    border: 1px solid #dedede;
    padding: 20px;
    margin: 0 10px;
}

.men_div_sli_cnt_cont_dtl &gt; i {
    font-size: 60px;
    margin-top: -28px;
    color: var(--purple);
}

.men_div_sli_cnt_cont.mt-2.d-lg-flex.d-md-flex.d-block {
    border: 1px solid var(--purple);
    padding: 20px;
    margin: 0 10px;
    border-radius: 20px;
    background: #fff;
}

.mentor-div_cnt_icon {
}


.mentor_underline {
    width: 50px;
    height: 2px;
    background: var(--forth);
    top: 36px;
}
/* mentor end */
/* gallery start */

.img-gallery {
    margin: 10px 0;
}

.img-item &gt; .img {
    width: 100%;
    height: 300px;
    border-radius: 20px;
}

#inner-div_gallery .img-item &gt; .img, #photo-div_album .img-item &gt; .img {
    height: 200px;
    overflow: hidden;
}

#inner-div_gallery .info &gt; h3, #inner-div_media .info &gt; h3 {
    color: #034842;
    font-size: 17px;
    padding: 10px 5px 5px;
    margin-bottom: 0;
    text-align: center;
    letter-spacing: 0.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.img-item {
    padding: 5px;
    border: 1px solid #dedede7d;
    box-shadow: 0px 0px 10px #d9d7d7b0;
    border-radius: 30px 0 30px 30px;
    margin: 0 10px;
    background: #fff;
}

/* gallery end */
/* footer start */
.footer-div {
    background: var(--primary);
    z-index: 4;
}

.copyright::before {
    content: '';
    position: absolute;
    width: 100%;
    right: 0;
    background: #2b213633;
    height: 1px;
    top: 9px;
    z-index: 6;
}

.copyright span {
    letter-spacing: 0.5px;
    font-size: 15px;
    font-weight: 400;
    color: #ffffffcc !important;
}

    .copyright span a {
        color: var(--lightGreen) !important;
        font-weight: 700;
    }

.footer-div_cnt_1 ul, .footer-div_cnt_2 ul {
    line-height: 35px;
    letter-spacing: .5px;
    font-weight: 300;
}



    .footer-div_cnt_1 ul a, .footer-div_cnt_add a {
        font-weight: 400;
        transition: var(--ts);
    }

.footer-div_cnt_ph_mail a {
    opacity: .5;
}

    .footer-div_cnt_ph_mail a:hover {
        opacity: 1;
    }


.footer-div_cnt_1 ul a:hover {
    color: var(--lightGreen) !important;
}


.footer-div_cnt_1 ul a:hover, .footer-div_cnt_add a:hover, .footer_address a {
    opacity: 1;
}

.footer-div_cnt_add span &gt; i {
    color: #fff;
}

.footer-div::before {
    content: '';
    position: absolute;
    right: 88px;
    top: -33px;
    height: 125px;
    width: 65px;
    background: var(--lightGreen);
    padding: 10px 0;
    border-radius: 0 100px 100px 0;
    z-index: 0;
    transform: rotate(45deg);
}

.footer-div::after {
    content: '';
    position: absolute;
    left: 88px;
    bottom: 33px;
    height: 125px;
    width: 65px;
    background: var(--blue);
    padding: 10px 0;
    border-radius: 0 100px 100px 0;
    z-index: -1;
    transform: rotate(130deg);
}





/* footer end */
/* title start */
.about-div_cnt_title &gt; span, .vision-div_title &gt; span, .mentor-div_title &gt; span, .gallery_underline, .facility_underline, .footer-div_cnt_title &gt; span, .inner-div_cnt_title &gt; span {
    background: #199bcf;
    width: 40px;
    height: 4px;
    position: absolute;
}

.footer-div_cnt_title &gt; span {
    bottom: -15px;
}

.about-div_cnt_title h1, .facility-div_title h1, .vision-div_title h1, .mentor-div_title h1, .gallery-div_title h1 {
    color: var(--secondary);
    font-weight: 700;
    font-size: 36px;
    font-family: 'Domine', serif !important;
}

.footer-div_cnt_title h3, inner-div_cnt_title h2 {
    color: var(--lightGreen);
    font-size: 25px;
    font-family: 'Domine', serif !important;
}

.gallery_underline, .facility_underline {
    bottom: -12px;
}



.about-div_cnt_title h1 &gt; span, .facility-div_title h1 &gt; span, .vision-div_title h1 &gt; span, .mentor-div_title h1 &gt; span, .gallery-div_title h1 &gt; span {
    font-family: 'Domine', serif !important;
    color: var(--blue);
}

.inner-div_heading {
    font-family: 'Domine', serif !important;
    color: var(--secondary);
}


.footer-div_cnt_title h3 &gt; span {
    color: #fff;
}
/* title end */
/* btn start */
.btn, .btn-check:checked + .btn:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible, .btn:first-child:active:focus-visible, :not(.btn-check) + .btn:active:focus-visible .btn-check:checked + .btn:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible, .btn:first-child:active:focus-visible, :not(.btn-check) + .btn:active:focus-visible {
    box-shadow: none !important;
    border: 0 !important;
}


/* start */
.btn-read_btn {
    white-space: nowrap;
}

    .btn-read_btn span:last-child {
        display: block;
    }

    .btn-read_btn:hover .btn-read_btn:last-child, .btn-read_btn:hover:before {
        transition: transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    }


    .btn-read_btn:hover span:last-child {
        color: var(--secondary);
    }

    /* end */

    .btn-read_btn:hover .btn_line {
        width: 100%;
    }

    .btn-read_btn span {
        color: #fff !important;
        font-size: 15px;
    }

.btn-read_btn {
    background-color: var(--primary);
    padding: 7px 20px;
    border-radius: 5px;
    transition: var(--ts);
}

    .btn-read_btn:hover {
        background-color: var(--title) !important;
    }

/* btn end */

/* background start */
.vision-div_img {
}


/* background end */

/* slider start */
.slider-div {
    /*margin-top: -38px;*/
}

    .slider-div .owl-pagination {
        display: none !important;
    }

    .slider-div .owl-theme .owl-controls .owl-page span {
        margin: 0px 7px 0px;
        width: 10px;
        height: 10px;
        background: #fff;
    }

/* slider end */

.owl-theme .owl-controls .owl-buttons div.owl-next {
    display: inline-block !important;
    padding: 0px 10px 2px !important;
    border-radius: 0px 0px 30px 30px !important;
    background: var(--blue) !important;
    font-size: 16px !important;
    opacity: 1 !important;
    transition: var(--ts);
    transform: rotate(-45deg);
    margin-left: 10px;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
    display: inline-block !important;
    padding: 1px 10px 2px !important;
    border-radius: 0 0 30px 30px !important;
    background: var(--lightGreen) !important;
    transform: rotate(45deg);
    font-size: 16px !important;
    opacity: 1 !important;
    transition: var(--ts);
}

    .owl-theme .owl-controls .owl-buttons div.owl-prev &gt; i {
        transform: rotate(-45deg) !important;
        display: block;
    }

.owl-theme .owl-controls .owl-buttons div.owl-next &gt; i {
    transform: rotate(45deg) !important;
    display: block;
}

.owl-theme .owl-controls .owl-next:hover {
    background: var(--title) !important;
}

.owl-theme .owl-controls .owl-prev:hover {
    background: var(--title) !important;
}

.owl-buttons {
    margin-top: 20px;
    text-align: center;
}

.owl-next {
    margin: 0 5px;
}

.owl-buttons i {
    color: #fff;
}

/* start inner */

#inner-div_submenu &gt; li {
    border: none;
    margin: 0 0 12px;
    line-height: 28px;
    border-radius: 0px;
    padding: 5px 5px 5px 15px;
    background: var(--primary);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

    #inner-div_submenu &gt; li::before {
        content: '';
        position: absolute;
        left: -38px;
        bottom: -19px;
        height: 100%;
        border-radius: 0;
        z-index: 3;
        width: 70px;
        background: var(--lightGreen);
        transition: transform 0.2s, bottom 0.25s, left 0.3s, width 0.35s;
        transform: rotate(45deg);
    }

    #inner-div_submenu &gt; li:hover::before {
        transform: rotate(0deg) !important;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        border-radius: 0px;
        animation: forwards;
    }

    #inner-div_submenu &gt; li:hover &gt; a {
        color: var(--text);
        position: relative;
        z-index: 4;
    }

    #inner-div_submenu &gt; li &gt; a {
        letter-spacing: .5px;
        color: #fff !important;
        font-size: 16px;
    }


/* end inner */

/* start modal */

#modal-div, #modal-div_download {
    background: #000c;
}

    #modal-div .modal-body, #modal-div_download .modal-body {
        border-radius: 2px;
        overflow: hidden;
        padding: 0;
    }

.modal-div_close &gt; button {
    right: -40px;
    z-index: 5;
    color: #fff;
    background: var(--fifth);
    padding: 3px 10px;
    border-radius: 6px;
    font-weight: 100;
    font-size: 15px;
    cursor: pointer;
    transition: var(--ts);
}

    .modal-div_close &gt; button:hover {
        color: #fff !important;
        background: var(--third) !important;
    }

#modal-div .m-title, #modal-div_download #modalheading {
    background: linear-gradient(45deg, #01544d, #0f6247);
    padding: 6px 10px;
    color: #fff;
    letter-spacing: .5px;
}

#modal-div .modal-dialog, #modal-div_download .modal-dialog {
    border-radius: 2px;
}

#modal-div .modal-content, #modal-div_download .modal-content {
    border: 1px solid #fff;
    border-radius: 2px;
}

#modal-div button &gt; i, .Modal_header span.close {
    display: inline-block !important;
    padding: 5px 8px !important;
    border-radius: 30px !important;
    color: #fff;
    background: var(--fifth) !important;
    font-size: 13px !important;
    opacity: 1 !important;
    transition: var(--ts);
}

/* end modal */
/* start transfer */
#transfer-div_cnt th, #download-div_cnt th, #modal-div_download th {
    padding: 5px 10px;
    color: #fff;
    font-weight: 500;
    letter-spacing: .5px;
    background: var(--secondary);
    border: 1px solid #a9a9a9;
}

#transfer-div_cnt td, #download-div_cnt td, #modal-div_download td {
    letter-spacing: .5px;
    font-weight: 400;
    padding: 5px 10px;
    color: var(--text);
    border: 1px solid var(--title);
}

#transfer-div_cnt a, #download-div_cnt a, #modal-div_download a {
    text-align: center;
    background: var(--primary);
    border-radius: 20px;
    padding: 3px 16px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 14px;
    transition: var(--ts);
}

    #transfer-div_cnt a:hover, #download-div_cnt a:hover, #modal-div_download a:hover {
        background: var(--third);
    }



/* end transfer */
/* start contact */
.contact-div_form {
    width: calc(100% - 20%);
}

    .contact-div_form label {
        font-size: 15px;
        font-weight: 500;
        color: var(--text);
        letter-spacing: .5px;
    }

        .contact-div_form label &gt; span {
            color: var(--primary);
        }

    .contact-div_form input, .contact-div_form textarea, .contact-div_form select {
        border-radius: 5px;
        border: 1px solid #6666661a !important;
        box-shadow: 0px 0px 7px #44444426;
    }

input:focus-visible, input:focus, textarea:focus-visible, textarea:focus {
    box-shadow: none !important;
    border-color: var(--fifth) !important;
}

input[type="button"] {
    background: linear-gradient(45deg, var(--primary), var(--primary));
    color: #fff !important;
    letter-spacing: .5px;
    font-size: 15px;
    padding: 6px 26px;
    background-size: 200% auto;
    transition: var(--ts);
}

    input[type="button"]:hover {
        background-position: right top;
    }

/* end contact */
/* start top */
#back-top {
    display: none;
    bottom: 40px;
    right: 20px;
    z-index: 8;
}

    #back-top &gt; img {
        width: 40px;
        filter: hue-rotate(-52deg);
    }
/* end top */

/* start social media */
.life__box--title--div {
    background: #4267B2;
    width: 100%;
    padding: 0 10px;
    min-height: 50px;
    justify-content: left;
    border-radius: 10px 10px 0 0;
    position: relative;
    margin-bottom: 4px !important;
}

.skyblue .life__box--title--div {
    background: #1da1f2;
}

.life__box &gt; .youtube {
    background: var(--primary);
}

.life__box &gt; .instagram &gt; .life__box--img_div &gt; i {
    background: linear-gradient(45deg, #6951c0, #cd2e82, #f07227, #f7c364) !important;
}

.life__box--img_div &gt; i {
    font-size: 30px;
    color: #fff;
    position: relative;
    padding: 3px 5px;
    font-weight: 500;
    border-radius: 10px;
}

.life__box--nme span {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-left: 10px;
    min-height: 50px;
    letter-spacing: .5px;
}

.life__box--iframe, .social-div iframe {
    border: 1px solid #68676742;
    border-top: none;
    height: 400px;
    width: 100% !important;
    overflow-y: scroll;
    border-radius: 0;
}

/* end social media */

/* start news */
.news-div {
    margin-top: -30px;
    position: relative;
}

.news-div_cnt_icon {
    border-radius: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}

    .news-div_cnt_icon::before {
        content: '';
        position: absolute;
        top: 5px;
        left: -2px;
        border-radius: 30px 30px 0 0;
        background: #fff;
        height: 20px;
        width: 32px;
        transform: rotate(-45deg);
        z-index: 0;
    }

/* end news */
/* start extra */
.imp-links_div_cnt {
    text-align: center;
    padding: 5px;
}

.apply {
    border: 1px solid #fff;
    background: #2db017;
    font-family: 'Domine', serif !important;
    letter-spacing: .5px;
    clip-path: polygon(0% 0%, 100% 0, 90% 100%, 50% 98%, 0% 100%);
    transition: var(--ts);
}

    .apply span, .mandatory span, .transfer span {
        font-size: 17px;
        transition: var(--ts);
        letter-spacing: 1px;
    }

    .apply:hover, .mandatory:hover, .transfer:hover {
    }

        .apply:hover span, .mandatory:hover span, .transfer:hover span {
            color: var(--secondary) !important;
        }

.mandatory {
    border: 1px solid #fff;
    background: #b1bf17;
    font-family: 'Domine', serif !important;
    letter-spacing: .5px;
    clip-path: polygon(0% 0%, 100% 0, 90% 100%, 50% 98%, 0% 100%);
    transition: var(--ts);
}

.transfer {
    border: 1px solid #fff;
    background: #199bcf;
    font-family: 'Domine', serif !important;
    letter-spacing: .5px;
    clip-path: polygon(0% 0%, 100% 0, 90% 100%, 50% 98%, 0% 100%);
    transition: var(--ts);
}


.inner-div_cnt_title &gt; span {
    bottom: -10px;
}


.owl-theme .owl-controls .owl-page span {
    border-radius: 4px;
}


/* end extra */
@media only screen and (min-width: 768px) {

    #news-div_cnt {
        height: 300px;
    }

    section.nav &gt; .container {
        padding: 20px 0px;
    }

    .menu_bg {
        background-color: #244e86;
        width: 100%;
    }

    .mt_5 {
        margin-top: 6px;
    }
}

.top_leftbtn {
    border: 1px solid white;
    padding: 5px 5px;
}


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


    #news-div_cnt {
        height: 200px;
    }

    .header_mail_add_div::before {
        content: '';
        position: absolute;
        bottom: 0;
        width: 100%;
        right: 0;
        background: linear-gradient(-1deg, #006e3929 60%, #0000);
        height: 1px;
    }
}

.text-justify {
    text-align: justify;
}
/*news start*/
.theme_bg_color {
    background-color: #244e86;
    transition: .5s all ease-in-out;
}

.Widget1 &gt; .heading {
    width: 100%;
    display: inline-block;
    padding: 5px;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 2px;
    color: var(--lightGreen);
    font-size: 30px;
    font-family: 'Domine', serif !important;
}

.Widget1 {
    display: inline-block;
    width: 100%;
    padding: 10px;
    box-shadow: 2px 1px 7px #05050566;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
}

.widgetBody {
    width: 100%;
    display: inline-block;
    min-height: 250px;
}
/*news end*/


.img_div {
    padding: 5px;
    border: 1px solid #dedede7d;
    box-shadow: 0px 0px 10px #d9d7d7b0;
    border-radius: 30px 0 30px 30px;
    margin: 0 10px;
    background: #fff;
}


    .img_div &gt; img {
        width: 100%;
        height: 300px;
        border-radius: 20px;
    }

.img_cnt_txt {
    padding: 10px 10px;
}


.img_cnt_txt {
    color: black;
    text-decoration: none !important;
}

#campus-div_cnt a {
    text-decoration: none !important;
}

#form_div .form-group {
    padding: 10px 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tab_view_top {
        display: none !important;
    }
}


@media only screen and (min-width: 609px) and (max-width: 768px) {
    .m_top {
        margin-top: 35px !important;
    }
}


.img_cnt_txt {
    color: #034842;
    font-size: 17px;
    padding: 10px 5px 5px;
    margin-bottom: 0;
    text-align: center;
    letter-spacing: 0.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* start wisdom */
.input_div, .input_div_checkbox {
    position: relative;
    margin: 0 10px 20px;
}

    .input_div input[type="text"], .input_div select {
        font-size: 17px;
        font-weight: 500;
        color: #000;
        display: block;
        width: 100%;
    }

    .input_div select {
        padding: 0 8px;
        color: #212121;
        font-weight: 500 !important;
    }

    .input_div label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: 500;
        font-family: 'Rubik', sans-serif;
        letter-spacing: .5px;
        font-size: 16px;
        color: var(--text);
    }

.scholarship_image {
    width: 250px;
    right: -250px;
    position: absolute;
    bottom: 0;
    filter: hue-rotate(10deg);
}

.input_checkbox &gt; label {
    display: flex;
    border: 1px solid #787878 !important;
    align-items: center;
    justify-content: space-between;
    padding: 6px 15px;
    background: #fff;
    border-radius: 6px;
}


#scholarship-form {
    position: relative;
    border-radius: 10px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    backdrop-filter: blur(100px);
    border: 1px solid #efefef;
    background-attachment: fixed;
    z-index: 1;
}

#scholarship {
    border-radius: 10px;
    background: linear-gradient(0deg, #5cb7ff4f, #74c8ea);
    z-index: 0;
    height: 100%;
    width: 100%;
    margin-top: 40px;
    padding: 20px;
}   


.input_checkbox &gt; label {
    width: calc(100% / 3.2) !important;
}

.input_div input, .input_div select {
    border: 1px solid #891a12 !important;
    height: 40px;
    border-radius: 6px;
    margin-top: 8px;
    font-family: 'Rubik', sans-serif;
    position: relative;
}


.input_div_checkbox .d-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.input_checkbox &gt; label {
    display: flex;
    border: 1px solid #787878 !important;
    align-items: center;
    justify-content: space-between;
    padding: 6px 15px;
    background: #fff;
    border-radius: 6px;
    cursor: pointer;
}



.input_checkbox .input[type=checkbox] {
    margin: 0 10px;
    display: block;
}

.input_div_checkbox &gt; label {
    display: flex;
    align-items: center;
}


.input_div::before {
    content: '';
    position: absolute;
    top: 35px;
    left: -3px;
    width: 11px;
    height: 35px;
    background: #32323236;
    font-family: 'Rubik', sans-serif;
    z-index: 0;
    transform: skewX(10deg);
    border-radius: 0;
    transition: .5s all ease-in-out;
}

.input_div input, .input_div select {
    border: 1px solid #787878 !important;
    height: 40px;
    border-radius: 0px;
    margin-top: 0px;
    font-family: 'Rubik', sans-serif;
    position: relative;
}

#scholarship-form {
    margin-top: 20px;
    border-radius: 20px;
    margin-bottom: 24px;
    padding: 20px;
    border: 1px solid #efefef;
}


    #scholarship-form input {
        font-weight: 500;
    }

#Wsubmit {
    border: none !important;
    background: #0a1625;
    border-radius: 0;
    color: #fff;
    margin-left: 11px;
    width: fit-content;
    letter-spacing: .5px;
    font-size: 16px;
    font-weight: 500;
    float: left;
    position: relative;
    height: 40px;
    font-family: 'Rubik', sans-serif;
    padding: 0 30px;
}

.input_div label &gt; span, .input_div_checkbox &gt; label:first-child &gt; span {
    color: #9d1e14;
}

/* end wisdom */
/* start event gallery */
.gallery-cont {
    background-image: url(../img/1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.main-heading {
    font-size: 40px;
    font-weight: 600;
    color: var(--primary);
    position: relative;
}
.textyellow {
    color: #FF9400;
}
.hover-box {
    margin: 0 0 25px 0;
    overflow: hidden;
}
    .hover-box .hover-img {
        position: relative;
        overflow: hidden;
    }
        .hover-box .hover-img::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            opacity: 1;
            border: 2px solid #fff;
            transform: scale(0.9, 0.9);
            transition: all 0.5s ease 0s;
        }
        .hover-box .hover-img img {
            width: 100%;
            height: auto;
        }
/* end event gallery */</pre></body></html>