﻿@import url('https://fonts.googleapis.com/css2?family=Domine:wght@400;500;600;700&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&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 > .container > .row::before {
    content: '';
    position: absolute;
    bottom: 67px;
    left: -17px;
    width: 22px;
    height: 10px;
    background: #fff;
    border-radius: 100px;
}
section.nav > .container > .row::after {
    content: '';
    position: absolute;
    bottom: 67px;
    right: -17px;
    width: 22px;
    height: 10px;
    background: #fff;
    border-radius: 100px;
}
*/
    section.header > div.container > div.row {
        /*    background: var(--secondary);*/
    }

.logo_div {
    width: 290px;
    margin: 0 auto;
}

.header_call span > i {
    border: 1px solid #fff;
    border-radius: 100%;
    padding: 2px;
    margin-left: 3px;
    color: #fff;
}

.header_call_no > b {
    color: #fff;
    letter-spacing: 1px;
    font-weight: 500;
}

.header_call > 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 > span.active {
    background: #0783da;
    padding: 0px 6px;
    color: #fff;
}

.header_links > ul > 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 > ul > li a:hover {
        color: #fff;
    }

.header_cnt_list_cnt > 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 > 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 > .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 > .container::before {
        content: '';
        position: absolute;
        top: -28px;
        background: #fff;
        width: 2px;
        left: -13px;
        height: 69px;
    }

    section.nav > .container::after {
        content: '';
        position: absolute;
        top: -28px;
        background: #fff;
        width: 2px;
        right: -13px;
        height: 69px;
    }
*/
section.nav #menu-div_cnt > ul {
    display: flex;
    justify-content: end;
}

#menu-div_cnt > ul > li > a {
    color: white;
    padding: 10px 10px;
    font-weight: 400;
    letter-spacing: .5px;
    white-space: nowrap;
    transition: var(--ts);
}

#menu-div_cnt > ul > li:hover > a {
    color: white;
}

#menu-div_cnt > ul > li {
    position: relative;
    z-index: 1;
}

    #menu-div_cnt > ul > li:last-child > ul {
        right: 0;
    }

section.nav #menu-div_cnt > ul > li:last-child > ul > li > ul {
        right: 240px;
}

section.nav #menu-div_cnt > ul {
    display: flex;
    list-style: none;
    margin: 0;
    transition: var(--ts);
}

#menu-div_cnt > ul > li:hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    height: 100px;
    z-index: -1;
}

#menu-div_cnt > ul > li > 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 > ul > li > ul > li > 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 > ul > li > ul > li:hover ul {
    visibility: visible;
    opacity: 1;
}

#menu-div_cnt > ul > li > ul > li:hover::before {
    content: '';
    position: absolute;
    top: 0;
    right: -35px;
    width: 100%;
    background: transparent;
    height: 100px;
    z-index: -1;
}

#menu-div_cnt_two > li:hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: -35px;
    width: 100%;
    background: transparent;
    height: 100px;
    z-index: -1;
}

#menu-div_cnt > ul > li > ul > li, #menu-div_cnt > ul > li > ul > li > ul > li {
    position: relative;
    transition: all .3s ease;
    border-radius: 0px;
}

    #menu-div_cnt > ul > li > ul > li:hover, #menu-div_cnt > ul > li > ul > li > ul > li:hover {
        background: var(--secondary);
        transform: scale(1.05);
    }

        #menu-div_cnt > ul > li > ul > li:hover > a, #menu-div_cnt > ul > li > ul > li > ul > li:hover > a {
            color: #fff !important;
        }

section.nav #menu-div_cnt > ul > li > ul a {
    display: block;
    padding: 8px 15px;
    color: var(--text);
    font-weight: 500;
    font-size: 15px;
    transition: var(--ts);
}

section.nav #menu-div_cnt > ul > li > ul > li > 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 > li:hover > 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 > li > 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 > li > ul > li {
            transition: var(--ts);
        }


    #menu-div_cnt > ul > li:hover ul, #menu-div_cnt_two > li:hover ul {
        visibility: visible;
        opacity: 1;
        transition: .3s all ease-in-out;
    }

    #menu-div_cnt_two > 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 > li:hover > a, #menu-div_cnt_two > li > ul :hover > 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 > 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 > ul {
    display: flex;
    justify-content: end;
}
    #menu-div_cnt > ul > li:hover > ul, #menu-div_cnt > ul > li > ul > li:hover > ul {
        visibility: visible;
        opacity: 1;
        border-radius: 5px;
        transform: translateY(0px);
        transition-delay: 0s,0s,.1s !important;
        transition: var(--ts);
    }



    #menu-div_cnt > ul > li {
        padding: 10px 20px;
        position: relative;
    }

    #menu-div_cnt > ul > li  a {
    white-space: nowrap;
    color: #fff;
    letter-spacing: .5px;
    font-size: 16px;
    }

        #menu-div_cnt > ul > li > ul a {
            color: #1a2437;
        }

        #menu-div_cnt > ul > li > ul > li:hover a {
            color: #fff;
        }
        #menu-div_cnt > ul > li > ul > 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 > ul > li > ul > li > ul {
            visibility: hidden;
            opacity: 0;
            position: absolute;
            background: #fff;
            right: -217px;
            width: 200px;
            top: 10px;
        }

        #menu-div_cnt > ul > li > ul li {
            padding: 6px 10px;
            position: relative;
            border-bottom: 1px solid #4a418933;
            margin: 0;
            background: #fff;
            transition: var(--ts);
        }

        #menu-div_cnt > ul > li > 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 > 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 > 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 > i {
    text-align: center;
    font-size: 40px;
    color: var(--secondary);
    margin: 0 auto;
    padding: 6px;
    position: relative;
}

    .facility-div_cnt_icn > 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 > a > span > i {
    position: relative;
    z-index: 5;
    color: #fff;
    margin-left: -2px;
}

    .facility-div_cnt_read > a > span > 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 > 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 > .img {
    width: 100%;
    height: 300px;
    border-radius: 20px;
}

#inner-div_gallery .img-item > .img, #photo-div_album .img-item > .img {
    height: 200px;
    overflow: hidden;
}

#inner-div_gallery .info > h3, #inner-div_media .info > h3 {
    color: white;
    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;
   
}

/* 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 > 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 > span, .vision-div_title > span, .mentor-div_title > span, .gallery_underline, .facility_underline, .footer-div_cnt_title > span, .inner-div_cnt_title > span {
    background: #199bcf;
    width: 40px;
    height: 4px;
    position: absolute;
}

.footer-div_cnt_title > 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 > span, .facility-div_title h1 > span, .vision-div_title h1 > span, .mentor-div_title h1 > span, .gallery-div_title h1 > 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 > 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 > i {
            transform: rotate(-45deg)!important;
            display: block;
        }
        .owl-theme .owl-controls .owl-buttons div.owl-next > 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 > 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;
    position: relative;
    cursor: pointer;
    /*z-index: -1;*/
}

    #inner-div_submenu > li::before {
        z-index: 0;
        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 > li:hover::before {
            transform: rotate(0deg) !important;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            border-radius: 0px;
            animation: forwards;
        }

        #inner-div_submenu > li:hover > a {
            color: var(--text);
            position: relative;
            z-index: 4;
        }

        #inner-div_submenu > li > 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 > 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 > 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 > i, .Modal_header span.close {
    display: inline-block !important;
    padding: 5px 8px !important;
    border-radius: 30px !important;
    color: #ffffff;
    background: var(--fifth) !important;
    font-size: 13px !important;
    opacity: 1 !important;
    transition: var(--ts);
    background: black !important;
}

/* 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 > 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 > 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  > .youtube {
    background: var(--primary);
}

 .life__box > .instagram > .life__box--img_div > i {
    background: linear-gradient(45deg, #6951c0, #cd2e82, #f07227, #f7c364) !important;
}

.life__box--img_div > 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 > 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 > .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 > .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 > 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;
}

.gal-color {
    background: #ff99cb;
}
.demclr {
    background: #a890c4;
}

.adm_link {
    /*    position: fixed;
    bottom: 145px;*/

    border-radius: 5px;
    font-weight: 600;
    /*   right: -78px;*/
    /*    transform: rotate(-90deg);*/
    padding: 10px;
    font-size: 17px;
    margin: 0px 4px;
    letter-spacing: 0.5px;
    transition: 0.5s;
    background-size: 200% auto;
    background-image: linear-gradient(to right, #fbd504 0%, #d1b017 51%, #f4d84e 100%);
    background: linear-gradient(45deg, #f4d84e, #fbd504);
}
    .adm_link > a {
        color: black !important;
        text-decoration: none;
    }
.adm_linkk {
   /* position: fixed;
    bottom: 371px;*/

    border-radius: 5px;
    font-weight: 600;
/*    right: -51px;*/
/*    transform: rotate(-90deg);*/
     margin:0px 4px;
    padding: 10px;
    font-size: 17px;
    letter-spacing: 0.5px;
    transition: 0.5s;
    background-size: 200% auto;
    background-image: linear-gradient(to right, #fbd504 0%, #d1b017 51%, #f4d84e 100%);
    background: linear-gradient(45deg, #f4d84e, #fbd504);
}

    .adm_linkk > a {
        color: black !important;
        text-decoration: none;
    }

/*Slider caption*/
@keyframes scale {
    50% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@media only screen and (min-width:320px) and (max-width:768px) {
    .zoom {
        font-size: 24px !important;
    }

    .caption {
        top: 18% !important;
    }
    .scholarship_image{
        display:none;
    }
}

.zoom {
    animation: scale 4s linear infinite;
}

#carouselExampleAutoplaying {
    position: relative;
    /*z-index:-1;*/
}

.caption {
    top: 30%;
    position: absolute;
    right: 15%;
    bottom: 16rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #FFF;
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
    text-shadow: 5px 5px #212529bf;
}
.admission_icon{
    display:flex;
    justify-content:right;
    margin-top:20px;
}

@media screen and (max-width: 768px) {
    .admission_icon {
        flex-wrap: wrap;
        justify-content: center;
        margin: 10px 0px;
    }
}


/*Slider caption*/