.mainmenu .megamenu.active a.mainli {
    color: white;
}


.iner-banner {
    height: 280px;
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    background: url(../img/images/inner-bac.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.iner-banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 61 88 / 64%);
}


.iner-banner h2 {
    color: #fff;
}

.banhead {
    color: white;
}

.breadcrumb-patern {
    right: 15px;
    position: absolute;
    bottom: 15px;
}


@media(max-width:767px) {
    .banner:before {
        background-size: cover;
    }
}



.innercont {
    position: relative;
}


.banner nav {
    display: flex;
    flex-flow: column;
    justify-content: center;
    position: relative;
    z-index: 1;

}

.bancont {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 119px;
    z-index: 11;
}

.breadcrumb {
    font-size: .9rem;
    display: flex;
    flex-flow: wrap;
    list-style-type: none;
    padding: 10px 0;
    margin-bottom: 0;
    background: #0167954d;
    padding: 10px;
    border-radius: 15px 15px 15px 0;
    backdrop-filter: blur(3px);
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '\f0da';
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    font-size: .8rem;
    color: #f1bb00;
    margin: 0 8px;
}

.breadcrumb-item a {
    color: #ffffff;
}

.breadcrumb-item.active {
    opacity: 1;
    color: #f1bb00;
}




/*about*/

.incontent {
    width: calc(100% - 300px);
    flex: 1 0;
    padding: 0 15px;
}

.insidemenu {
    flex: 1 0 300px;
    max-width: 300px;
}

.insidemenu ul.sidemenu {
    display: flex;
    flex-flow: column;
    font-size: .875rem;
    border-radius: 0.5rem;
    overflow: hidden;
    border: 1px solid #094ca01c;
    box-shadow: 0px 0px 20px rgb(9 76 160 / 6%);
}

.insidemenu ul.sidemenu li {
    padding: 0;
}

.insidemenu .sidemenu li {
    list-style-type: none;

}

.insidemenu ul.sidemenu a {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    color: #231F20;
    position: relative;
    padding: 12px 15px;
    padding-right: 25px;
    padding-left: 45px;
}

.insidemenu ul.sidemenu a:hover {
    background-color: #0167951a;
    color: #016795;
}

.insidemenu ul.sidemenu a:hover img {
    scale: 0.9;
}

.insidemenu ul.sidemenu li.active a {
    background-color: #016795;
    background: #016795;
    color: #fff;
}

.insidemenu ul.sidemenu li.active a .icon {
    filter: brightness(0) invert(1);
    opacity: 1;

}

.insidemenu ul.sidemenu li.active a:after {
    color: white;
    opacity: 1;
}

.insidemenu ul.sidemenu a:after {
    content: '\f105';
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    font-size: .875rem;
    color: #333;
    opacity: .7;
    position: absolute;
    right: 15px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.insidemenu ul.sidemenu a:hover:after {
    color: #016795;
}

.insidemenu ul.sidemenu a .icon {
    width: 20px;
    opacity: .75;
    margin-right: 10px;
    position: absolute;
    left: 15px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.insidemenu ul.sidemenu a:hover .icon {
    opacity: 1;
}

.insidemenu ul.sidemenu a .name {
    flex: 1 0;
}

.about-bag {
    width: 400px;
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}

.mission-tab {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: flex-start;
    height: 100%;
}

.mision-bx {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: linear-gradient(45deg, #016795, #003f5b);
    border-radius: 15px 15px 15px 0;
    padding: 15px;
    align-items: flex-start;
    flex: 1 0;
    height: 100%;
}

.mision-bx .imgsec {
    background-color: #1e96fc61;
    padding: 8px;
    border-radius: 50%;
}

.mision-bx .imgsec img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.mision-bx .cont {
    flex: 1 0;
}

.mision-bx .cont .cont-hed {
    font-weight: 500;
    color: #f1bb00;
    margin-bottom: 0;
    font-size: 1rem;
}

.mision-bx .cont .cont-desc {
    color: #fff;
        margin-bottom: 0;
}

.principal-img {
    width: 300px;
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    border-radius: 15px 15px 0 15px;
}


.adminicard {
    display: flex;
    flex-flow: column;
    position: relative;
    /* padding: 10px; */
    height: 100%;

    border-radius: 25px 15px 15px 0px;
    /* backdrop-filter: blur(5px); */
}

.adminicard .stretched-link::after {
    z-index: 1111;
}

.adminicard .imgbox {
    position: relative;
    border-radius: 20px 10px 10px 0;
    overflow: hidden;
}

.adminicard .imgbox .date {
    background: linear-gradient(45deg, #072AC8, #1E96FC);
    border-radius: 7px 7px 7px 0;
    position: absolute;
    bottom: 5px;
    left: 5px;
    z-index: 1;
    font-size: 0.8rem;
    color: #fff;
    padding: 4px 5px;
}

.adminicard .imgbox img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    margin: auto;
    position: relative;
    z-index: 1;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.adminicard .imgcont {
    padding: 10px;
    position: relative;
    z-index: 111;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    margin: -20px 10px 0;
    background: linear-gradient(to right, #016795, #1a97cf, #016795, #1a97cf);
    border-radius: 10px 10px 10px 0;
    background-size: 300% 100%;
    overflow: hidden;
}

.adminicard .imgcont .head {
    font-weight: 400;

    font-size: 0.9rem;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    margin-bottom: 0px;
    color: #d1f1ff;
}

.adminicard .imgcont .imghed {
    font-size: 0.875rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 2px;
}

.adminicard:hover {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.adminicard:hover .imgcont {
    background-position: 100% 0;
}

.adminiline {
    position: absolute;
    bottom: 0;
    height: 4px;
    width: 93%;
    border-radius: 0 25px 25px 0;
    left: 0;
    background: #f1bb00;
}

.mylist {
    display: flex;
    flex-flow: column;
    margin-bottom: 1rem;
}

.mylist li,
.sublist li,
.inlist li {
    position: relative;
    padding: 3px 0;
    padding-left: 22px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #333;
    line-height: 22px;
}

.mylist li a {
    color: #333;
}

.mylist li:before,
.sublist li::before,
.inlist li::before {
    content: '';
    background-image: url(../img/icons/point.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    margin-top: 4px;
}


.cc-bx {
    padding: 15px;
    background: #01679512;
    border-radius: 8px;
    position: relative;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.cc-bx-cont {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-direction: row;
    margin-bottom: 10px;
}

.view-btn {
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 0.875rem;
    background: linear-gradient(45deg, #016795, #1a97cf, #072AC8);
    background-size: 400% 400%;
    animation: gradient 3s ease infinite;
    color: #fff;
    font-weight: 300;
}

.cc-bx img {
    width: 24px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.cc-bx:hover {
    background: #015e8a26;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.clrh3 {
    color: #016795;
}

.adminicard .pro-btn {
    position: absolute;
    background: #f0ba00;
    height: 39px;
    width: 50px;
    border-radius: 0 10px 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0px;
    transition: 0.3s;
    font-size: .85rem;
    top: 0;
    right: 0;
    z-index: 1;
}

.adminicard .pro-btn img {
    width: 26px;
    height: 26px;
}

.profileimg {
    box-shadow: 10px 10px 0px #d9a800;
    height: auto;
}

.profile-content {
    padding-left: 20px;
}

.prof-cont {
    display: flex;
    gap: 8px;
    color: #231F20;
    font-weight: 400;
    font-size: 0.875rem;
}

.prof-cont img {
    width: 14px;
}


.contcrd {
    height: 100%;
}


/* table */
.table-responsive {
    overflow-x: auto;
}

.mytable {
    color: #231F20;
    width: 100%;
    margin-bottom: 1rem;
    border-spacing: 0;
    border-collapse: collapse;
    border-radius: 0.3rem;
    overflow: hidden;
    font-size: .9rem;
}

.mytable thead th {
    font-weight: 500;
    color: #fff;
    background-color: #016795;
    overflow: hidden;
}

.mytable td,
.mytable th {
    border: 1px solid rgb(1 103 149 / 15%);
    padding: 10px;
    overflow: hidden;
    transition: .3s;
}

.mytable td {
    align-content: flex-start;
}

.mytable tr {
    transition: .3s;
}

.mytable tr:hover {
    background: #01679512;
}

/* accordian */
.myaccordion .accordion-item {
    margin-bottom: .5rem;
    border: 1px solid #01679529;
    border-radius: 0.5rem;
    overflow: hidden;
}

.myaccordion .accordion-button {
    background: linear-gradient(45deg, #016795, #003f5b);
    color: white;
    padding: 12px 15px;
    border-radius: 0.5rem;
    box-shadow: none;
    transition: .3s;
    font-size: .9rem;
}

.myaccordion .accordion-button:hover {
    background-color: #801618c2;
    /* color: white;*/
}


.myaccordion .accordion-button::after {
    color: #f1bb00;
    background: none;
    content: '\f13a';
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    font-size: 18px;
}

.myaccordion p {
    text-align: justify;
}



.eligible-bx {
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
}

.dep-hod {
    padding: 20px;
    border-radius: 15px;
    background: #01679512;
}

.evntsdte {
    background: #004564;
    border-radius: 6px;
    font-size: 0.8rem;
    padding: 4px 8px;
    color: #ffffff;
    margin-right: 8px;
}



@media(max-width:991px) {
    .abt-img2 {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .inspiration-bx {
        margin: 10px 0;
    }

    .mobprofile {
        display: block;
    }

    .deskprofile {
        display: none;
    }
}

@media(max-width:575px) {
    .profilecard .imgbox img {
        height: auto;
    }

    .iner-banner {
        height: 215px;
    }

    .bancont {
        padding-top: 75px;
    }
}





/* directors */
.dirctorcard {
    position: relative;
}

.dirctorimg {
    position: relative;
    max-width: 350px;
    width: 100%;
}

.dirctorimg img {
    width: 100%;
    border-radius: 40px 40px 40px 0;
}

.dirctorcard .imgcont .imghed {
    font-size: 1.05rem;
    font-weight: 600;
    color: #bd8528;
    margin-bottom: 6px;
}

.dirctorcard .imgcont .head {
    font-weight: 400;
    color: #e0ecff;
    font-size: 0.9rem;
    margin-bottom: 0px;
}

.dirctorimg::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    border: 1px solid #CB9944;
    left: 7px;
    top: -7px;
    border-radius: 40px 40px 40px 0;
}

.abt-contdirect {
    padding-left: 35px;
}

.abt-contdirect2 {
    padding-left: 0px;
    padding-right: 35px;
}

.abt-contdirect .imgcont .imghed {
    font-size: 1.6rem;
    font-weight: 600;
    color: #bd8528;
    margin-bottom: 6px;
}

.diector2 {
    border-top: 1px solid #2f3c52;
}

.innercont2 {
    background: #121F34;
    position: relative;
}

.whycard .icon2 {
    position: relative;
    margin-top: -25px;
    border-radius: 50%;
    background: linear-gradient(60deg, #8b6628, #e59d24, #8b6628, #e59d24, #8b6628);
    margin-bottom: 0px;
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.whycard .icon2 img {
    width: 30px;
}

/*---------------------------------------*/
/*:::::::::::::::::SERVICES::::::::::::::::*/
/*---------------------------------------*/
.serimg {
    position: relative;
}

.serimg img {
    border-radius: 35px 35px 35px 0;

}

.serimg::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    border: 1px solid #CB9944;
    left: 7px;
    top: -7px;
    border-radius: 40px 40px 40px 0;
}

.serimg2::after {
    border: 1px solid #121F34;
}

.sercont {
    padding-left: 25px;
}

.sercont2 {
    padding-right: 25px;
}

.services2 {
    border-radius: 100px 0 0 0;
    position: relative;
    box-shadow: 0 -4px 13px 0px #060e1a8c;
    background: #8b6628;
}


@media(max-width:991px) {
    .serimg {
        max-width: 100%;
        width: 450px;
    }

    .sercont {
        padding-left: 0px;
        padding-top: 15px;
    }

    .sercont2 {
        padding-right: 0px;
        padding-bottom: 15px;
    }
}




.mytabnav {
    border: none;
    padding-bottom: 2px;
    /*justify-content: center;*/
}

.mytabnav li.nav-item {
    padding-right: 5px;
    flex: none;
}

.mytabnav li.nav-item button {
    padding: 8px 20px;
    border-radius: 0.3rem;
    color: #fff;
    border: none;
    font-size: 0.85rem;
    font-weight: 400;
    background-color: #016795;
}

.mytabnav li.nav-item button:hover {
    border: none;
    background-color: #004969;
    color: #fff;
}

.mytabnav li.nav-item button:focus {
    box-shadow: none;
}

.mytabnav li.nav-item button.active {
    color: #fff;
    background: linear-gradient(45deg, #015980, #00425f);
}

.tab-pane {
    border-radius: 0.3rem;
    margin-top: 10px;
}

.mytabnav .nav-link {
    position: relative;
}

.mytabnav .nav-link.active:after {
    content: "";
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #01577d;
    left: 0;
    right: 0;
    max-width: 10px;
    margin: auto;
    bottom: -7px;
}



.projectcard {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    cursor: zoom-in;
    height: 200px;
}

.projectcard::after {
    content: '';
    position: absolute;
    height: 94%;
    width: 96%;
    border: 1px solid #CB9944;
    left: 2%;
    right: auto;
    /* margin: auto; */
    /* display: block; */
    top: 3%;
    border-radius: 40px 40px 40px 0;
}

.projectcard .projectimg {
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    width: 100%;
}

.projectcard .projectimg .coverimg {
    width: 100%;
    height: 100%;
    min-height: 190px;
    object-fit: cover;
    border-radius: 40px 40px 40px 0;
}

.projectcard:hover .projectimg .coverimg {
    filter: brightness(0.5);
}

.projectcard:hover::after {
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    opacity: 0.2;
}

.projectcard .projectimg .proicon {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    margin: auto;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.projectcard:hover .projectimg .proicon {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
}

.projectcard .projectimg .proicon img {
    width: 44px;
    height: 44px;
    padding: 9px;
    border-radius: 50%;
}

.projectcard:hover .projectimg .proicon img {
    background-color: #8B6628;
}


@media(max-width:767px) {
    .mytabnav {
        border: none;
        padding-bottom: 2px;
        justify-content: flex-start;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        height: 47px;
    }
}

@media(max-width:575px) {
    .services2 {
        border-radius: 60px 0 0 0;
    }


}





.sidebox {
    padding-left: 20px;
    border-left: 1px solid #00923f1f;
    height: 100%;
}

.sidebox .hdcol {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.sidebox .labelist {
    display: flex;
    flex-flow: wrap;
    row-gap: 8px;
    column-gap: 10px;
}


.imgcard.grid {
    flex-flow: row;
    padding: 0;
    background: transparent;
}

.imgcard.grid .imgbox {
    width: 80px;
    flex: 1 0 80px;
    margin: 0;
    border-radius: 6px;
}

.imgcard.grid .imgcont {
    margin: 0;
    border-radius: 0;
    padding: 0 0 0 15px;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    background: transparent;
}

.imgcard.grid .imgcont .head {
    font-size: 0.9rem;
}

.imgcard.grid .imgbox img {
    border-radius: 6px;
    height: 100%;
}

.imgcard.grid .date {
    position: unset;
    width: 100%;
    padding: 0;
    font-size: 0.875rem;
    background: none;
    color: #00923f;
}




@media(max-width:575px) {
    .imgcard {
        max-width: 350px;
        width: 100%;
    }

    .sidebox {
        padding-left: 0px;
    }
}


@media(max-width:767px) {
    .imgcard.grid .imgbox {
        width: 110px;
        flex: none;
    }

}




/*services*/
.serdetail img {
    border-radius: 15px;
}

/*contact*/
.contactcard {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    padding-bottom: 35px;
    border-radius: 15px;
    border: 1px solid #8b66284f;
    height: 100%;
    background: #121f348c;
    backdrop-filter: blur(5px);
    z-index: 11;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.contactcard .head {
    font-size: 1.2rem;
    font-weight: 600;
    color: #e3a640;
    margin-bottom: 6px;
}

.contactcard .contadrs {
    display: flex;
    margin-bottom: 0;
    gap: 10px;
}

.contactcard .contadrs p {
    margin-bottom: 0px;
    color: #fff;
}

.contactcard .contadrs img {
    background: #fff;
    border-radius: 50%;
    padding: 5px;
    width: 28px;
    height: 28px;
}

.contactcard .contadrs a {
    color: #fff;
}

.contactcard .location {
    position: absolute;
    bottom: -29px;
}

.contactcard:hover {
    border: 1px solid #8b6628cc;
}

.contactform {
    background: #0e192a;
    padding: 25px;
    border-radius: 15px;
}


.myform label {
    font-size: 0.875rem;
    margin-bottom: 5px;
    color: #383838;
    font-weight: 500;
}

.myform input,
.myform textarea,
.myform select {
    width: 100%;
    font-size: 0.875rem;
    margin-bottom: 1rem;
    padding: 8px 15px;
    border-radius: 0.5rem;
    box-shadow: none;
    background-color: transparent;
    outline: 0;
    border: 1px solid #1d91f340;
    color: #383838;
    -webkit-appearance: none;
    /* Chrome, Safari, and Opera */
    -moz-appearance: none;
    /* Firefox */
    appearance: none;

}

/* For Chrome, Safari, Edge, and Opera */
.myform input[type="number"]::-webkit-inner-spin-button,
.myform input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
.myform input[type="number"] {
    -moz-appearance: textfield;
}

.inpbox input::placeholder {
    color: #38383880;
}


.iconcard .desc a {
    color: #545456;
}

.select-dropdown__list-item {
    color: #fff;
    background: #8B6628;
}

.select-dropdown__list-item:hover {
    background: #fff;
    color: #8B6628;
}


.map {}




@media(max-width:991px) {
    .contactimg img {
        margin-right: auto;
        max-width: 100%;
        width: 450px;
        margin-bottom: 30px;
    }

    .abt-contdirect {
        padding-left: 0px;
        padding-top: 15px;
    }

    .flexrow {
        flex-direction: column-reverse;
        gap: 50px;
        justify-content: center;
        align-items: center;
    }

    .incontent {
        width: 100%;
    }

}


@media(max-width:767px) {
    .donation-full {
        flex-direction: column;
        height: auto;
    }

    .donation-qr {
        top: 0;
    }
}

@media(max-width:575px) {
    .incontent {
        padding-top: 40px;
    }

    .insidemenu {
        padding-bottom: 30px;
    }

    .mission-tab {
        flex-direction: column;
    }

    .adminicard {
        max-width: 290px;
        width: 100%;
    }

    .innercont {
        padding-top: 40px;
    }
    .principal-img{
        width: 100%;
        max-width: 100%;
    }


}

@media(max-width:350px) {
    .principal-img {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .faculty-wrapper {
        justify-content: center !important;
    }
}

@media(max-width: 408px) {
    .mytabnav {
        border: none;
        padding-bottom: 2px;
    }

    .mytabnav li.nav-item {
        padding-right: 5px;
        flex: 1 0;
    }
    
   .mytabnav li.nav-item:last-child .nav-link {
        height: 100px !important;
    }
}

