







::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-thumb {
  background: #023760;   /* scrollbar draggable part */
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #006FBE;
}

::-webkit-scrollbar-track {
  background: #cfeaff;  /* scrollbar track (background) */
}

*{
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-style: normal;
}
a{
    font-size: 16px;
}
p{
    font-size: 16px;
    font-weight: 400;
}
ul, ol, li, p, h1, h2, h3, h4, h5, a{
    margin: 0;
    padding: 0;
}
h5 {
    color: #023760;
    font-size: 18px;
}

.top-header{
    background-color: #023760;
    padding: 10px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-header ul{
    display: flex;
    gap: 20px;
}

.top-header li{
    list-style: none;
}
.top-header a{
    color: white;
    text-decoration: none;

}
.mandatory{
    display: flex;
    justify-content: center;
}
.head-num{
    display: flex;
    justify-content: center;
}
.head-social{
    display: flex;
    justify-content: center;
}
.head-code{
    display: flex;
    justify-content: center;
}
.nav-menu{
    display: flex;
}

.main-header{
    padding-top: 10px;
    padding-bottom: 10px;
}

.logo{
    display: flex;
    justify-content: start;
    align-items: center;
}

 .navbar-nav{
    gap: 15px;
 }

.carousel-item{
    height: 850px !important;
}
@media(max-width:767px){
    .carousel-item{
        height: 350px !important;
    }
    .top-header a{
        font-size: 14px !important;
    }
}
.carousel-item img{
    height: 100%;
}
.aboutUs{
    padding-top: 30px;
    padding-bottom: 30px;
}
.aboutUs h6{
    color: #023760;

}
.aboutUs h2{
    color: rgb(34, 34, 34);
    font-weight: 600;
    margin-bottom: 20px;

}
.aboutUs button{
    border: none;
    background-color: #023760;
    padding: 10px 20px;
    color: white;
    border-radius: 5px;
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    overflow: hidden;

}
.aboutUs button::after{
    content: "";
    width: 250px;
    height: 55px;
    background: radial-gradient(  #2ea1f8, #023760 );
    position: absolute;
    left: -100px;
    top: -5px;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}
.aboutUs button:hover{
       color: white;
    
}
.aboutUs button:hover::after{
    left: 0;
    
}

.choose-us{
    padding-top: 20px;
    background-image: url(/img/bg_pattern.png);
    background-blend-mode: overlay;
    background-color: #02376007;
    background-attachment: fixed;
    position: relative;
    padding-bottom: 10px;
}
.choose-us h5{
    color: #023760;
    font-size: 18px;

}
.choose-us h2{
    color: rgb(34, 34, 34);
    font-weight: 600;
    margin-bottom: 20px;
}
.choose-us .card{
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    padding: 45px;
    gap:15px;

}
.choose-us .card:hover{
        box-shadow: 0px 0px 10px silver;

}
.choose-us .card .icon-box{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid silver;
    padding: 15px;
    border-radius: 5px;
    left: -30px;
    top: 35%;
    transition: all 0.3s ease-in-out;
    background-color: white;
    

}
.choose-us .card .icon-box i{
   font-size: 30px;
   color: #023760;
   transition: all 0.3s ease-in-out;

}
.choose-us .card:hover .icon-box i{
   font-size: 30px;
   color: #ffffff;

}
.choose-us .card:hover .icon-box {
  background-color: #023760;

}
.choose-us-img{
    position: absolute;
    left: 45%;
    top: 20px;
    animation: scaleMe 2s ease-in-out infinite
}
@keyframes scaleMe {
  0%, 100% {
    transform: scale(1);   /* normal size */
  }
  50% {
    transform: scale(1.3); /* thoda bada */
  }
}

.Achievements h6{
    color: #023760;

}
.Achievements h2{
    color: rgb(34, 34, 34);
    font-weight: 600;
    margin-bottom: 20px;

}
.Achievements .card{
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}
.Achievements .card::after{
    content: "";
    position: absolute;
   width: 20px;
   height: 20px;
   background-color: #023760;
   left: -20px;
    bottom: -20px;
   border-radius: 200px;
   transition: all 0.3s ease-in-out;
}
.Achievements .card:hover::after{
    transform: scale(40.0);
    
}
.Achievements .card:hover{
    box-shadow: 0px 0px 10px;
    color: white;
}
.Achievements .card .achieve-icon{
   font-size: 40px;
    color: #023760;
    z-index: 11;
}
.Achievements .card.achieve-icon i{
    transition: all 0.4s ease-in-out;
}
.Achievements .card:hover .achieve-icon i{
    color: white;
}
.Achievements  .card a{
   text-decoration:none ;
   color: #023760;
}
.Achievements  .card p{
    margin-bottom: 10px;
    font-size: 14px;
}
.Achievements  .card .card-body{
    z-index: 33;
}
.Achievements  .card .card-body h6{
    transition: all 0.3s ease-in-out;
}
.Achievements  .card:hover .card-body h6{
    color: white;
}
.Achievements  .card .card-body a{
    transition: all 0.3s ease-in-out;
}
.Achievements  .card:hover .card-body a{
    color: white;
}
.achievementsbnr{
    background-image: url(/img/achievements.jpg);
    background-position: center;
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.333);
    width: 100%;
    height: 250px;
}
.events{
    position: relative;
}
.events a{
    text-decoration: none;
    color: #023760;
}
.events .card{
    overflow: hidden;
    border-radius: 20px;
    margin-top: 20px;

}
.events h5{
    color: #023760;
    font-size: 18px;

}
.events  h2{
    color: rgb(34, 34, 34);
    font-weight: 600;
    margin-bottom: 20px;
}
.events .card:hover img{
    transition: all 0.3s ease-in-out;

}
.events .card:hover img{
    transform: scale(1.2);
    

}
.events .card .card-img{
   overflow: hidden;

}
.events .card .card-body{
   display: flex;
   justify-content: space-between;

}

.event-card-height{
    height: 300px;
}
.events .card .card-img img{
   width: 100%;
   height: 100%;
   object-fit: cover;

}

.footer{
    padding: 50px 0px;
    background-color: #47474767;
    background-image: url(/img/footer-img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-blend-mode: overlay;
    color: white;
}

.footer ul li{
    list-style: none;
    margin-top: 10px;
}
.footer ul li a{
    text-decoration: none;
    color: #ffffff;
}
.footer ul li i{
    text-decoration: none;
    color: #ffffff;
}
.footer ul li i:hover{
    color: #3285ED;
}
.footer ul li a:hover{
    color: #3285ED;
}

.copy-right p{
    font-size: 12px;
}
.footer .social-media-icons .contact-detail .icon-shape{
    background-color: rgb(255, 255, 255);
}
.footer .social-media-icons .contact-detail .icon-shape:hover{
    background-color: #023760;
}


/* Show dropdown on hover */
.navbar .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* fixes the slight offset */
}
.animal-img {
  position: absolute;
  right: 0;
  margin-top: -23px;

  /* Animation add kiya */
  animation: moveLeftRight 5s linear infinite alternate;
}
.about-here{
    animation: rotateMe 10s linear infinite;
}

/* Hide dropdown by default */
.dropDown {
  display: none;
  position: absolute;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
}

/* Show on hover (desktop) */
.haveDropDown:hover .dropDown {
  display: block;
}



@keyframes moveLeftRight {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200px); /* jitna move karna hai utna set karo */
  }
}

@keyframes rotateMe {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}



@media screen and (max-width: 767px) {
            .head-num, .head-code, .head-social{
                display: none;
            }
            .main-header img{
                width: 220px !important;
            }
            .collapse{
              margin-left: 0px !important;
            } 
      .carousel-item img{
        height: 350px;
         }
         .top-header li{
    display: flex;
            justify-content: center;
}
         .tree-img{
            display: none;
         }
         .animal-img{
            width: 100px !important;
         }
         .mt-5{
            margin-top: 20px !important;
         }
         .choose-us-img{
            display: none;
         }
        .banner{
            height: 100px !important;
         }
        .achievementsbnr{
            height: 100px !important;
         }
         .p-5{
            padding: 1rem !important;
         }
         

}

.header {
    top: 0;
    color: black;
    position: sticky;
    z-index: 101;
    width: auto;
    font-size: 14px;
    background-color: #fff;
    color: #565656;
    transition: 0.3s;
    background-image: url('../images/h-bg-1.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.14);
}

.header div[class*="col"] {
    position: initial;
}

.header .row.align-items-stretch {
    display: flex;
    align-items: stretch;
}

.header.sticky {
    color: black;
    background-color: white;
}

.logoContainer {
    padding: 4px 0;
    width: 2000px;
    max-width: 100%;
}

.logoContainer img {
    width: 450px;
    max-height: 90px;
    display: block;
}

.navigationLeft {
    display: flex;
    align-items: center;
    /* justify-content: flex-end; */
}

.linksContainer {
    height: 100%;
    width: 100%;
    transition: 0.3s;
}

.navigationLinks {
    list-style: none;
    width: 100%;
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
    /* line-height: 1; */
    justify-content: flex-end;
}

.navigationLinkContainer {
    /* flex: 1; */
    padding: 5px 0px;
    display: flex;
    align-items: baseline;
}

.navigationLinkContainer a {
    /*color: inherit;*/
    /*font-weight: 600;*/
    /*text-decoration: none;*/
    /*transition: 0.5s;*/
    font-size: inherit;
    position: relative;
}

.navigationLinkContainer>a {
    /* text-transform: uppercase; */
    color: inherit;
    /* font-family: "Open Sans", Helvetica, sans-serif; */
    padding: 7px 10px;
    /* margin-top: 12px; */
    font-weight: 600;
}

/* .navigationLinkContainer > a:not(.noLineBelow)::before
{
    content: '';
    position: absolute;
    bottom: 7px;
    left: 10px;
    height: 2px;
    width: 0;
    background-color: #206c6d;
    transition: width 0.33s linear;
    transform-origin: right;
}
.navigationLinkContainer:hover > a::before
{
    width: calc(100% - 20px);
    
} */
.navigationMenuOpen {
    display: none;
}

.haveDropDown,
.haveSubDropDown {
    position: relative;
}



.dropDown {
    font-weight: 400;
    top: 100%;
    left: 0;
    z-index: 1;
    width: 280px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    position: absolute;
    color: black;
    background-color: white;
    transform: translateY(20px);
    /* border-radius: 4px; */
    /* padding: 5px 0; */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    pointer-events: none;
}
.dropDown ul li:hover{
    background-color: #a6bde96b;
}
.dropDown ul li:hover a{
    color: white;
}

.headerAdditionalList {
    display: flex;
    width: max-content;
    max-width: 100%;
    gap: 4px;
    color: white;
    border-radius: 32px 0 0 32px;
    padding: 4px 4px;
    position: relative;
}

.headerAdditionalList::before {
    content: '';
    height: 100%;
    width: 15px;
    top: 0;
    left: 100%;
    position: absolute;
    /*background-color: var(--primary-color);*/
}

.headerAdditionalLink {
    padding: 5px 14px 5px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-size: 85%;
    font-weight: bold;
    border-radius: 25px;
    transition: 0.3s;
    background: var(--primary-color);
    box-shadow: inset 1px 1px 6px #ffffff91, inset -1px -1px 5px rgba(0, 0, 0, 0.4);
}

.headerAdditionalLink i {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    background: white;
    border-radius: 20px;
}

.headerAdditionalLink:hover {
    background: black;
}


@media only screen and (max-width: 768px) {
    .headerAdditionalLinks {
        display: none;
    }
    .about-img img{
        box-shadow: 20px 20px #023760 !important;
    }
     .about-here{
            display: none;
         }
         
}

@media screen and (min-width: 991px) {

    .haveSubDropDown .dropDown {
        top: 0;
        transform: translateX(20px);
    }

    .haveSubDropDown>a::after,
    .haveDropDown>a::after {
        content: '\f107';
        margin-left: 2px;
        transition: 0.3s;
        font-family: 'fontAwesome';
        font-weight: bold;
        font-size: 80%;
        width: 12px;
        aspect-ratio: 1;
        line-height: 1;
        color: var(--secondary-color);
        display: inline-block;
        transform-origin: center;
        text-align: center;
    }

    .haveSubDropDown>a {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .haveSubDropDown:hover>a::after {
        color: white;
    }

    .haveSubDropDown>a::after {
        content: '\f105';
    }

    .navigationLinkContainer.haveDropDown:hover>a::after {
        transform: rotate(180deg);
    }
    /* Show on mobile when active */
.haveDropDown.active .dropDown {
  display: block;
}

}

li.dropDownLinkBox:not(:last-child) {
    border-bottom: 1px solid #ecebeb;
}

.haveSubDropDown .dropDown.left {
    right: 100%;
    left: unset;
    transform: translateX(-20px);
}

.haveDropDown:hover>.dropDown,
.haveSubDropDown:hover>.dropDown {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
    transform: translateY(0);
}

.dropDown a {
    font: inherit;
    color: inherit;
    transition: 0.3s;
}

.haveSubDropDown:hover>a,
.dropDown a:hover {
    color: white;
    background-color: var(--primary-color);
}

.megaMenuRow {
    border-top: 2px solid #206c6d;
    background-color: white;
    padding: 12px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.16), 2px 2px 7px rgba(0, 0, 0, 0.2);
}

/* .dropDownContainer
{
    margin-bottom: 15px;
}
.dropDownContainer .dropDownLinkBox
{
    border-bottom: 1px solid #dfdfdf;
} */
.dropDownContainer .dropDownLinkBox.hasSubMegaMenu>a {
    font-weight: bold;
}


.dropDownContainer .dropDownLinkBox:last-child {
    border: none;
}

.dropDownLinkBox a {
    display: flex;
    font-size: 90%;
    padding: 6px 10px;
}

.mobileNav {
    display: none;
}
.mobileNav {
    display: none;
}

.contactInfo {
    width: 100%;
    position: relative;
}

.mobileNav .contactInfo a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 16px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
}

.mobileNav .contactInfo a i {
    margin-right: 5px;
}

.mobileNav .social-icons {
    padding: 7px 12px;
    display: flex !important;
}

.goBackBtn {
    display: none;
    background-color: #efefef;
}

.navigationProfile {
    display: none;
}

.navigationProfile img {
    width: 70px;
    height: 70px;
    border-radius: 45px;
}

.profileContainer {
    display: flex;
    align-items: center;
    padding: 20px 12px;
    background-color: #efefef;
}

.profileDetails {
    width: calc(100% - 70px);
    padding-left: 12px;
}

.profileName {
    width: 100%;
    font-size: 17px;
    line-height: normal;
    margin-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fixedNavigationPhoneText {
    display: none;
}

.blog-wrapper .row {
    display: flex;
    flex-wrap: wrap;
}

a.viewMoreBtn {
    justify-content: flex-end;
    text-align: right;
    color: #206c6d;
}


/* 

    Form Style

*/
.searchBarForm {
    width: 100%;
    position: relative;
    padding: 5px 0;
}

.searchBarForm .form-control {
    border-radius: 40px;
    outline: none;
}

.searchBarForm .form-control:focus {
    outline: none;
    box-shadow: none;
}

.formContainerDiv {
    display: flex;
    align-items: stretch;
    position: relative;
}

.searchBarForm .form-control[type="text"] {
    padding-right: 60px;
}

.searchBarForm .form-control[type="text"]:focus {
    border: 1px solid var(--primary-color);
}

.searchBarForm button.form-control[type="submit"] {
    width: 60px;
    top: 0;
    right: 0;
    text-align: center;
    position: absolute;
}

.header ul li{
    list-style: none;
}
.header ul li a{
    list-style: none;
    text-decoration: none;
}
.header ul li a:hover{
    color: #023760;
}



@media screen and (max-width: 991px) {
    .logoContainer img{
        width: 250px;
    }
    .header {
        color: black;
    }

    .mobileNav .logoContainer img {
        max-width: 90%;
    }

    .navigationMenuOpen {
        height: 35px;
        width: 35px;
        display: flex;
        align-items: center;
        font-size: 17px;
        justify-content: center;
        color: var(--primary-color);
        cursor: pointer;
        border-radius: 3px;
        margin: 12px 0;
        background-color: white;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    }

    .linksContainer {
        height: 100vh;
        top: 0;
        left: 0;
        width: 100%;
        position: fixed;
        pointer-events: none;
        opacity: 0;
        z-index: 1;
        backdrop-filter: blur(5px);
        background-color: rgba(0, 0, 0, 0.16);
    }

    .linksContainer.active {
        pointer-events: initial;
        opacity: 1;
    }

    .linksContainer div[class*="col"] {
        padding: 0;
    }

    .navigationLinkContainer a {
        transition: 0.5s;
        position: relative;
    }

    .navigationLinkContainer:hover>a {
        color: white;
        background-color: var(--primary-color);
    }

    .navigationLinks {
        width: 80%;
        font-size: 12px;
        max-width: 280px;
        position: relative;
        justify-content: flex-start;
        flex-direction: column;
        background-color: white;
        transition: 0.5s;
        height: 100%;
        overflow-y: auto;
        transform: translateX(-100%);
    }

    .linksContainer.active .navigationLinks {
        transform: translateX(0);
        display: block;
    }
    .navigationLinks li {
        border-bottom: 1px solid rgba(192, 192, 192, 0.24);
    }

    .navigationProfile {
        display: block;
    }

    .mobileNav {
        display: block;
    }

    .dropDownContainer {
        margin-bottom: 0px;
    }

    .goBackBtn {
        height: 39px;
        width: 100%;
        top: 0;
        left: 0;
        transition: 0.3s;
        align-items: center;
        cursor: pointer;
        z-index: 1;
        background-color: #efefef;
        display: none;
        position: fixed;
        font-size: 16px;
        font-weight: bold;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow-x: hidden;
    }

    .hasSubMegaMenu .goBackBtn {
        z-index: 1;
    }

    .goBackBtn i {
        font-size: 13px;
        margin: 0 7px 0 10px;
    }

    .mobileNav .closeBtn {
        height: 39px;
        width: 32px;
        top: 0;
        right: 0;
        display: flex;
        transition: 0.3s;
        align-items: center;
        justify-content: center;
        position: absolute;
        cursor: pointer;
        z-index: 100;
        background-color: transparent;
    }

    .fixedNavigationPhoneText {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 80%;
        max-width: 280px;
        z-index: 1;
        display: block;
        line-height: 1.5;
        padding: 7px 12px;
        font-weight: 500;
        background-color: white;
    }

    .fixedPhoneLink {
        font-size: 1.3em;
        font-weight: bold;
    }

    .haveDropDown.active .goBackBtn,
    .haveSubDropDown.active .goBackBtn {
        display: flex;
    }

    .goBackBtn i {
        pointer-events: none;
    }

    .mobileNav .closeBtn:hover {
        color: white;
        background-color: #f00;
    }

    .navigationLinkContainer {
        padding: 0;
        position: relative;
        flex: initial;
    }

    .navigationLinkContainer a {
        padding: 7px 16px;
        display: block;
        width: 100%;
        font-size: 14px;
        font-weight: 500;
        color: #454545;
    }

    navigationLinkContainer .navigationLinkContainer:hover>a {
        color: white;
        background-color: var(--primary-color);
    }

    .navigationLinkContainer a.viewMoreBtn {
        margin: 7px auto;
        text-align: center;
        width: calc(100% - 24px);
        color: #206c6d;
        padding: 7px 12px;
        border-radius: 6px;
        transition: 0.33s linear;
        border: 1px solid #206c6d;
    }

    .navigationLinkContainer a.viewMoreBtn:hover {
        background-color: #206c6d;
        color: white;
    }

    .navigationLinkContainer .haveDropDown a

    /* .navigationLinkContainer .haveSubDropDown a */
        {
        padding: 7px 35px 7px 12px;
        display: block;
        width: 100%;
    }

    .navigationLinkContainer>a::before {
        display: none;
    }

    .dropDownLinkBox {
        position: relative;
    }
    .dropDownContainer .dropDownLinkBox:hover {
        background-color: #023760 !important;
        color: white;

    }

    /* .dropDownLinkBox:hover>a {
        background-color: var(--primary-color);
    } */

    .dropDownLinkBox.haveSubDropDown::before,
    .navigationLinkContainer.haveDropDown::before {
        content: "\f105";
        right: 0;
        padding-right: 15px;
        height: 100%;
        width: 50px;
        display: flex;
        position: absolute;
        font-family: 'fontAwesome';
        justify-content: flex-end;
        align-items: center;
        z-index: 1;
        font-size: 14px;
        color: var(--primary-color);
        font-weight: bold;
        cursor: pointer;
    }

    .dropDownLinkBox.haveSubDropDown:hover::before,
    .navigationLinkContainer.haveDropDown:hover::before {
        color: white;
    }

    .dropDown {
        width: 100%;
        height: 100vh;
        height: 100dvh;
        top: 0;
        left: 0;
        color: #000;
        font-weight: 400;
        position: fixed;
        transition: 0.5s;
        z-index: 2;
        opacity: 1;
        visibility: visible;
        pointer-events: initial;
        padding-top: 39px;
        transform: translateY(0) translateX(-107%);
    }

    .dropDown .container {
        width: 100%;
    }

    .haveDropDown:hover>.dropDown,
    .haveSubDropDown:hover>.dropDown {
        transform: translateY(0) translateX(-107%);
    }

    .subMegaMenu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        height: 100dvh;
        background-color: white;
        z-index: 2;
        transition: 0.5s;
        padding-top: 50px;
        transform: translateY(0) translateX(-107%);
    }

    .hasSubMegaMenu.active .subMegaMenu {
        transform: translateY(0) translateX(0%);
    }

    .subMegaMenu .dropDownLinkBox {
        border: none;
    }

    .haveDropDown.active>.dropDown,
    .haveSubDropDown.active>.dropDown {
        transform: translateX(0);
    }

    .dropDown>div:first-child {
        height: 100vh;
        height: 100dvh;
        overflow-y: auto;
    }

    .dropDown>div::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        background-color: #fff;
    }

    .dropDown>div::-webkit-scrollbar-thumb {
        background-color: #dfdfdf;
    }

    .megaMenuRow {
        padding: 0;
        padding-top: 50px;
        border: none;
        display: flex;
        height: 100vh;
        height: 100dvh;
        overflow-y: auto;
        flex-direction: column;
        align-content: flex-start;
    }

    .dropDownContainer .dropDownLinkBox.hasSubMegaMenu>a {
        font-weight: normal;
    }

    .modalBtn {
        display: none;
    }
}



/*Header End*/





/* About-Us Css Start  ----------------------------------- */



.about-us p{
    margin-top: 10px;
}

.about-us h4{
    font-weight: 600;
    padding-top: 10px;
}
.about-us li{
    margin-top: 20px;
    list-style: circle;
}
.our-mission li{
    margin-top: 10px;
    list-style: circle;
}
.our-history li{
    margin-top: 10px;
    list-style: circle;
}



/* Infrastructure Css Start  ----------------------------------- */



.infra-gallery .card {
            overflow: hidden;
            margin-top: 30px;
}
.infra-gallery .card:hover img {
            transform: scale(1.2);
}
.infra-gallery .card img{
            width: 100%;
            transition: all 0.3s ease-in-out;
}
.infra-gallery li{
    margin-top: 10px;
    list-style-type: none;
}



.gallery-section .card {
            overflow: hidden;
            margin-top: 30px;
            
}
.infra-gallery .card:hover img {
            /* transform: scale(1.2); */
}

.galleryCard{
    border-radius: 15px;
    box-shadow: 0 0 5px rgb(0 0 0/15%);
    overflow: hidden;
}

.gallery-section .card-img{
    position: relative;
    height: 250px;
    padding: 12px;
}
.gallery-section .card img{
    height: 100%;
            width: 100%;
            transition: all 0.3s ease-in-out;
            border-radius: 8px;
}
.gallery-section li{
    margin-top: 10px;
    list-style-type: none;
}

.gallery-section a{
    text-decoration: none;
}

.gallery-section .card-body{
    text-align: center;
    height: 28px;
    padding: 0px;
    /* margin: 20px; */
    overflow-y: auto;
    /* scrollbar-width: none; */
    margin: 0 15px;
    margin-bottom: 10px;
}

.gallery-section .card-title{
    color: #023760;
    margin: 0px;
}



/* Overlay */
.img-overlay {
    position: absolute;
    inset: 12px; /* matches padding */
    background: rgba(0, 0, 0, 0.55);
    transform: scale(1.08);
    border-radius: 8px;

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.img-overlay span {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    /* border: 2px solid #fff; */
    padding: 6px 16px;
    border-radius: 30px;
    background-color: #023760;
}

/* Hover Effects */
.galleryCard:hover .img-overlay {
    opacity: 1;
    visibility: visible;
}

.galleryCard:hover img {
    transform: scale(1.08);
}


.sub-gallery .card {
            overflow: hidden;
            margin-top: 30px;
            
}
.sub-gallery .card:hover img {
            transform: scale(1.2);
}
.sub-gallery  .card-img{
    height: 250px;
    padding: 12px;
}
.sub-gallery .card img{
    height: 100%;
            width: 100%;
            transition: all 0.3s ease-in-out;
            border-radius: 8px;
}
.sub-gallery li{
    margin-top: 10px;
    list-style-type: none;
}


/* banner css -------------------------------- */

.banner {
    background-image: url(/img/bannerbg.jpg);
    background-blend-mode: overlay;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: rgba(235, 235, 235, 0.333);
    width: 100%;
    height: 250px;
}

.banner-content{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
    
}
.banner-content li{
    display: flex;
    margin-left: 20px;
}
.banner-content li a{
    text-decoration: none;
    padding-left: 10px;
    color: #041c2f;
    transition: all 0.3s ease-in-out ;

}

.banner-content li:nth-child(2) a {
    border-left: 3px solid #041c2f;

}




/* Toppers css start -------------------------------------- */

.topper-bnr{
    background-image: url(/img/tooper_bnr.jpg);
    background-position: center;    
    width: 100%;
    height: 300px;
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.159);
}

.toppers-gallery .card{
    padding: 20px;

}

.toppers-gallery .card .card-title{
   display: flex;
   justify-content: space-between;
   padding-top: 10px;

}


/* Admission css start ---------------------------------------------------------------- */

.admission li{
    margin-top: 10px;
    list-style: circle;
}
.admission p{
    margin-top: 10px;
}



/* fee css start ===============================----------------------------- */

.table td, th{
    text-align: center;

}



   /* curriculam-overview css start ------------------------------------------------------------- */

   .curriculam-gallery li{
    margin-top: 5px;
    list-style: none;

   }


   /* contact us css :start    =-======================================================= */


   .contact-detail{
    display: flex;
    justify-content: start;
    gap: 10px;
    
   }
   .contact-detail a{
    text-decoration: none;
    
   }
   .contact-detail .icon i {
    font-size: 24px;
    color: #023760;

   }
   .contact-detail .details p {
    margin-top: 10px;

   }
    .form-container {
      width: 100%;
      border: 1px solid #ddd;
      box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
      border-radius: 5px;
      overflow: hidden;
      background: #F5F5F5;
    }

    .form-header {
      background: #023760;
      color: #fff;
      text-align: center;
      padding: 15px;
      font-size: 18px;
      font-weight: bold;
    }

    .form-subheader {
      font-size: 16px;
      font-weight: bold;
      color: #fff;
      text-align: center;
    }

    form {
      padding: 20px;
    }

    label {
      font-size: 14px;
      font-weight: bold;
      display: block;
      margin-bottom: 6px;
      color: #023760;
    }

    input, textarea {
      width: 100%;
      padding: 10px;
      border: 1px solid #888;
      border-radius: 2px;
      margin-bottom: 15px;
      font-size: 14px;
    }

    input::placeholder, textarea::placeholder {
      color: #999;
    }

    textarea {
      resize: none;
      height: 80px;
    }

    .submit-btn {
      width: 100%;
      padding: 12px;
      border: none;
      border-radius: 3px;
      background: linear-gradient(to right, #023760, #5b5a6f);
      color: #fff;
      font-size: 16px;
      cursor: pointer;
      font-weight: bold;
    }

    .submit-btn:hover {
      opacity: 0.9;
    }

    .icon-shape{
        width: 30px;
        height: 30px;
        display: flex;
        border: 1px solid silver;
        justify-content: center;
        align-items: center;
        transition: all 0.3s ease-in-out;
    }
    .icon-shape{
        width: 50px;
        height: 50px;
  
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 200px;
    }
    .icon-shape i{
        font-size: 28px;
    }
    .social-media-icons{
        display: flex;
        gap: 20px;
        margin-top: 20px;
    }
    .social-media-icons .icon-shape:hover{
        background-color: #023760 ;
        
    }
    .social-media-icons .icon-shape:hover i{
        color: white;
        
    }
    .social-media-icons i{
        color: #023760;
    }

    /* staff css start =============================================== */

     .our-staff table {
      width: 100%;
      border-collapse: collapse;
      font-family: Arial, sans-serif;
      font-size: 14px;
      margin-top: 30px;
    }
    .our-staff th, td {
      border: 1px solid #000;
      padding: 8px 12px;
      text-align: left;
    }
    .our-staff th {
      background: #f2f2f2;
      font-weight: bold;
    }
     .our-staff caption {
      font-weight: bold;
      font-size: 16px;
      margin-bottom: 8px;
    }

    /* mandatory-disclosur css start ================================================== */

    
    .mandatory-disclosur .btn-custom:hover,
    .btn-custom:focus {
      background-color: #035593;
      color: white;
      text-decoration: none;
    }
   .mandatory-disclosur h2 {
      font-weight: 700;
      margin-bottom: 1.5rem;
    }
   .forColor a {
      width: 100%;
    padding: 10px;
    border-radius: 20px;
    background-color: #023760;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    }

    .choose-maps i{
        color: green;
        font-size: 24px;
    }
    .why-choose-content{
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 10px;
    }
    .why-choose-content .choose-maps{
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .why-choose-content .chosse-icon{
        display: flex;
        align-items: center;
    }
    .admission-open{
        background-color: rgba(179, 220, 255, 0.421);
        padding: 20px;
        border-radius: 20px;
        position: relative;
        min-height: 230px;
    }
    .admission-open li{
        list-style: none;
        margin-top: 10px;
    }
    .how-apply li{
        list-style: none;
    }
    .how-apply-guid{
        display: flex  ;
        flex-direction: column;
        gap: 10px;

    }
    .required-documents li{
        list-style: none;
    }
    .doquments-list{
            display: flex  ;
        flex-direction: column;
        gap: 10px;
    }
    .fee-category{
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
     .fee-structure table {
      width: 100%;
      border-collapse: collapse;
      font-family: Arial, sans-serif;
      font-size: 14px;
      margin-top: 30px;
    }
    .fee-structure th, td {
      border: 1px solid #000;
      padding: 8px 12px;
      text-align: left;
    }
    .fee-structure th {
      background: #f2f2f2;
      font-weight: bold;
    }
     .fee-structure caption {
      font-weight: bold;
      font-size: 16px;
      margin-bottom: 8px;
    }
    .instructions{
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .instructions li{
        list-style: circle;
    }


    .our-legacy-content{
        line-height: 30px;
        margin-bottom: 20px;
    }

    .infra-gallery-card{
        border: 1px solid #e4e4e459;
        border-radius: 25px;
        padding: 20px;
        margin: 0px;
        box-shadow: rgb(178 183 189 / 17%) 0px 8px 24px;
    }

    .about-us h2,.our-staff h2,.fee-structure h2{
        color: rgb(34, 34, 34);
        font-weight: 600;
        margin-bottom: 20px;
    }

   