/* @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap');

  @import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600&display=swap'); */

/* #FF6767 PRIMARY COLOR*/

/* Box sizing rules */
*,
*::before,
*::after {
    box-sizing: border-box;
    /* background: rgba(0 100 0/ 0.1) !important; */
    /*THIS IS LIKE CONSOLE LOG*/
}

*,
html {
    margin: 0;
    padding: 0;
}


/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0;
    /* font-size: 1rem;
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem); */
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
    list-style: none;
}

/* Set core root defaults */
html:focus-within {
    scroll-behavior: smooth;
}

/* Set core body defaults */
body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
    max-width: 100%;
    display: block;
}



/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}



/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* Global */
html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

/* BASICS */

h1 {
    color: #B0192C;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}

.established {
    font-size: 19px;
    color: #7e7e7e;
    font-style: italic;
   
}
.established-Text {
    text-align: justify
}
section {
    margin: 2rem auto;
}

.custom-gap > .row > .col-sm-8 > .row > * {
    margin-bottom: 0.5rem;
}

#Values-Div img,
#Mission-Div img,
#Vision-Div img {
    display: none;
}

#Future-Plan-Div {
    background-image: url("../images/Banner/future_plan_banner.jpg");
    background-repeat: round;
    
    padding: 3rem 6rem 3rem 6rem;
   /*// background-color: azure;*/
    color: dodgerblue;
    font-size: 2rem;
}

.future-plan-heading {
    color: dodgerblue;
    text-align: center;
    /*padding: 2rem;*/
}

#Future-Plan-Div span {
    padding-bottom: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    text-align: justify;
    margin-left: 3%
}

.messenger-name {
    color: #D74349;
   
}

    .messenger-name.underline:after {
        width: 100%;
        left: 0;
        
    }

.messenger-name {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.messenger-name::after {
        width: 0;
        background-color: #D74349;
        height: 2px;
        transition: all .25s ease-in-out;
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        
}

.messenger-name:hover::after {
        width: 100%;
        left: 0;
        
}

.messenger-image {
    border-radius: 0%;
}

.Message-Box {
    border: 1px solid rgba(169, 169, 169, 0.384);
    /* padding: 2rem; */
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-align: justify;
    margin: 1rem auto;
}

.messenger-name-box {
    padding: 0rem;
    border: double;
 
   
}

.message-box-image-side h6 {
    font-size: 20px;
}

.message-box-image-side span {
    font-size: 18px;
    color: #92999f;
}

.statutoryStyle {
    /*border: 2px solid red;*/
    box-shadow: 0 4px 8px 0 rgba(163, 4, 11, 0.34), 0 6px 20px 0 rgba(163, 4, 11, 0.34);
    padding:3%;
}
.ulstyle2 {
    list-style: square;
}

.ulstyle3 {
    list-style: square;
    margin-top: 5%;
}

    .ulstyle3 li {
        padding-top: 2%;
        margin-left: 5%;
    }

.ulstyle2 li {
    background-color: #ECECEC;
    font-size:16px;
}

    .ulstyle2 li:after {
        content: " :";
        font-size: 16px;
    }

.ulstyle2 p {
    padding-bottom: 2px;
    margin-left: 5%;
    font-size: 15px;
}

    .ulstyle2 p:before {
        content: "-- ";
        font-size: 15px;
    }

.ulStyle {
    margin-top: 3%;
}

.statcodeStyle {
    color: #B0192C;
    text-align: center;
    padding-bottom: 3%;
}

.pStyle {
    text-align: justify;
}

.committeeStyle {
    margin-top: 2%;
    text-align: center;
    font-size: 20px;
}
#Principal-Message-Box,
#Chairman-Message-Box {
    display: none;
}

.elements {
    margin: 0.5rem auto;
    text-align: center;
}

.key-element-heading {
    font-size: 18px;
    font-weight: 500;
}

.key-element-subheading {
    color: #B0192C;
}

.custom-btn-style {
    border: 1px solid darkgray;
    padding: 5px 12px 5px 12px;
    margin-top: 1rem;
    text-decoration:none;
    color:black
    /* background-color: #b0192c47; */
}

    .custom-btn-style:hover {
        background-color: #ff6767;
        font-weight: 600;
    }

.key-element-box h2 {
    color: #D74349;
}

.key-element-box {
    padding: 2rem;
    border-top: 4px solid #dc3545;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#Curriculam-Table th {
    background-color: #d743499e;
}

.courses-custom-gap {
    margin: 1rem auto;
}

#PDF_div {
    display: none;
}

#Error-Container {
    position: relative;
}

    #Error-Container .row {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.error-404-subheading {
    color: #ff6767;
    font-size: 35px;
}

.error-404 {
    color: #dc3545;
    font-size: 50px;
}

.campus-banner {
    background-image: url('../images/HomePageEvent/Building-collage-crop.jpg');
    background-repeat: no-repeat;
    height: 70vh;
    object-fit: cover;
}

.pride-banner {
    background-image: url("../images/Banner/pridebanner.jpg");
    background-repeat: round;
    height: 50vh;
    object-fit: cover;
}

.textover img {
    width: 100%;
}

.textover {
    position: relative;
    margin: 1rem;
}

    .textover figcaption {
        position: absolute;
        bottom: 0;
        left: 0;
    }
.figure-title1 {
    color: #ffffff;
    text-align: center;
    font-size: 35px;
}
.textover figcaption {
    /* box-sizing: border-box; */
    width: 100%;
    height: 100%;
    padding: 10px;
    text-align: center;
    color: white;
    background: rgb(0 0 0 / 80%);
    transition: .5s ease;
    height: 10%;
    overflow: hidden;
    opacity:0.8;
}

/* .textover>figcaption>.figure-title>span{
      font-size: 40px;
      margin: 2rem auto;
  } */

figcaption span:first-child {
    color: #ffffff;
    text-align: center;
    font-size: 35px;
}

.textover:hover figcaption {
    /* opacity: 1; */
    height: 100%;
}

.campus img {
    aspect-ratio: 1/1;
}

.extra-curricular-box {
    padding: 10px;
    background-color: #D74349;
}

    .extra-curricular-box h2 {
        color: white;
        font-size: 35px;
        text-align: center;
    }

.campus-cta-box .col-sm-4 {
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.171); */
    margin: 1rem auto;
}

    .campus-cta-box .col-sm-4:last-child {
        border-bottom: none;
    }

.campus-cta-subheading {
    color: #7E65C5;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.campus-cta-heading,
.campus-cta-heading a {
    color: #FF6767;
    text-decoration: none;
    font-weight: 700;
    font-size: 35px;
    display: flex;
    justify-content: center;
    text-align: center;
}
.codeStyle {
    text-align: center;
    margin-bottom: 5%;
    
}
.codeStyle1 {
    border-top: 5px solid #D74349;
    border-left: 5px solid #D74349;
    padding: 5%;
}

.codeStyle2 {
    border-bottom-style: double;
    border-right-style:double;   
    border-color: #D74349;   
    padding-top: 5%;
    padding-left:3%;
    padding-bottom:5%;
    text-align:justify;
}

#Campus-CTA-Mobile {
    display: inline-block;
}

#Campus-CTA-Desktop {
    display: none;
}

.naac-box > .row:first-child {
    margin: 1rem auto;
}

.naac-box > .row > .col-sm-12 > .row {
    margin: 1rem auto;
}

.naac-box h2 {
    color: #FF6767;
}

.naac-box a {
    color: #33383b;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.formlinks a{
text-decoration:none;
color:black;
}

    .formlinks a:hover {
        color:#B0192C;
    }


    h2 {
        color: #FF6767;
    }

.filter-by-heading {
    font-size: 21px;
    color: #00000075;
    margin: 0;
}

.notice-box {
    background-color: #FF6767;
    padding: 2rem;
    margin: 0.5rem auto;
}

.btn-notice-filter {
    margin-bottom: 10px;
    background: none;
    text-align: center;
    border: none;
    font-size: 18px;
    font-weight: 500;
    color: #D74349;
}

.alumni-card {
    border: 1px solid #00000024;
    padding: 1rem;
    margin: 1rem auto;
}

.alumni-image {
    border-right: 1px solid #00000024;
}

.alumni-card img {
    /*border-radius: 50%;*/
    margin: 1px auto;
}

.alumni-info-box > .row > * {
    margin: 0.5rem auto;
    margin-left: 1rem;
}

.alumni-name {
    color: #D74349;
}

.alumni-passout {
    color: #ff6767;
}

#ddlPrideFilter {
    border-radius: 0;
    padding: 3px;
    border: 1px solid #00000042;
}

.gih {
    aspect-ratio: 16/9;
    height: auto;
}

#gallery-container img {
    width: 100%;
    height: 250px;
}

.row.row-cols-md-1.row-cols-2 > .row > * {
    margin: 0.5rem auto;
    font-size: 20px;
}

.blog-author-image {
    aspect-ratio: 1/1;
    padding: 2rem;
    border-right: 1px solid #00000042;
}

.blog-card {
    border-bottom: 1px solid #00000042;
    margin: 1rem auto;
}

    .blog-card > .col-sm-8 > .row > * {
        margin-bottom: 1rem;
    }

.blog-date {
    color: darkgray;
}

.blog-title {
    font-size: 40px;
}

.alumni-registration-form {
    border: 1px solid darkgray;
    border-radius: 10px;
    padding: 2rem;
}

.contact-form-box {
    padding: 1rem 2rem 1rem 2rem;
    /* border: 1px solid #00000042; */
}

.course12 a:hover {
    color: red;   
}


.contact-form-section .campus-cta-subheading,
.contact-form-section .campus-cta-heading,
.contact-address-section .campus-cta-subheading,
.contact-address-section .campus-cta-heading {
    justify-content: start;
    text-align: start;
    align-self: self-start;
}

.contact-address-section .campus-cta-subheading,
.contact-address-section .campus-cta-heading {
    padding-left: 2rem;
}

.contact-address-box {
    padding: 1rem 2rem 1rem 2rem;
}

    .contact-address-box > .row > * {
        margin-bottom: 12px;
    }

    .contact-address-box .contact-address-subheading {
        margin-bottom: 7px;
        color: darkgray;
    }

.alumni-cta-box {
    margin: 0;
    padding: 0rem;
}

.alumni-cta-heading {
    font-size: 1.125rem;
    font-size: clamp(1.125rem, 0.85rem + 1.375vw, 2.5rem);
    color: white;
    border-right: 1px solid #d2d2d2;
}

.alumni-cta {
    display: flex;
    align-self: center;
}

    .alumni-cta a {
        color: white;
        text-decoration: none;
        cursor: pointer;
        font-size: 1.375rem;
        font-size: clamp(1.375rem, 1.025rem + 1.7500000000000002vw, 3.125rem);
        font-weight: 700;
    }

        .alumni-cta a:hover {
            color: #0c0c0c;
        }

.main-card {
    position: relative;
    margin: 1rem;
}

.front-card,
.back-card {
    position: absolute;
     
}

/* MOBILE 1st */

.team-box {
    padding: 1rem 0rem 2rem 1rem;
}

.back-card-heading {
    color: darkgray;
    text-align:center;
}

.back-card-Info {
    color: lightgray;
    text-align: center;
}
/* FLIP CARD */
.custom-flex {
    display: flex;
    justify-content: center;
}

.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0 0 15px 15px;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: 250px;
    padding-bottom: 15px;
    background-color: white;
}

    .card img {
        width: 150px;
        height: 150px;
        /*border-radius: 50%;*/
        background-image: linear-gradient(300deg, #D72480, #D7D8DC);
        padding: 5px;
        /* margin-top: -45px; */
        margin-top: 10px;
    }

    .card h2 {
        margin: 10px 0;
        text-align: center;
        padding: 0rem 1rem 0rem 1rem;
    }


.cont {
    width: 100%;
    text-align: center !important;
    height: fit-content;
    /*overflow: visible;*/
}

/*.card .cont .link i {
    font-size: 25px;
    color: rgb(82, 82, 82);
    transition: all 0.2s ease;
}

    .card .cont .link i:hover {
        color: black;
        cursor: pointer;
    }
    */
/* commented on 24-04-2025*/
/*.card:hover > .cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: initial;
    text-align: center;
    height: auto;
}

.card:hover > .link {
    width: 40%;
    display: flex;
    justify-content: space-between;
}
*/
/* FLIP CARD END*/

.lang-btn {
    background-color: transparent;
    border: none;
}

.custom-line-height { /*For Nav*/
    line-height: 25px;
}

/*HOME*/
.news-box {
    background-color: #ffffff;
    padding: 1.5rem;
    border: 1px solid #ff6767;
    color: #ff6767;
    padding-top: 1px;
    border-radius: 15px;
    -webkit-box-shadow: 1px 3px 9px 0px rgba(0, 0, 0, 0.56);
    -moz-box-shadow: 1px 3px 9px 0px rgba(0, 0, 0, 0.56);
    box-shadow: 1px 3px 9px 0px rgba(0, 0, 0, 0.56);
    margin-bottom:1rem;
}

#News-Title {
    font-size: 30px;
    color: #ff6767
}

.news-date {
    font-size: 33px;
    color: #3E4F70;
    font-weight: 600;
    text-align: center;
}


.news-month {
    color: #3E4F70;
    font-weight: 600;
    text-align: center;
}


#News-ViewAll {
    font-size: 18px;
    cursor: pointer;
}

    #News-ViewAll a {
        text-decoration: none;
    }

.news-header {
    border-bottom: 1px solid;
    margin: 10px auto;
}

.news {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    position: relative;
}

    .news .col-1 {
        border-right: 1px solid #3c3c3c33;
    }

    .news::after {
        content: '';
        bottom: -6%;
        position: absolute;
        width: 100%;
        background-color: #3c3c3c33;
        height: 1px;
    }

.news-date-br {
    position: relative;
    text-align: center;
}

    .news-date-br::after {
        /* br= border-right*/
        content: '';
        top: 50%;
        position: absolute;
        width: 0.1px;
        background-color: #3c3c3c33;
        height: 50%;
        left: 100%;
        transform: translate(-50%, -50%);
    }

#Notice-Section tr {
    border-bottom: #00000026;
}

#news-content-box {
    overflow-y: auto;
    height: 250px;
}

#Upcoming-Content-Box,
#Donation-Content-Box {
    overflow-y: auto;
    height: 250px;
}

    #news-content-box::-webkit-scrollbar,
    #Upcoming-Content-Box::-webkit-scrollbar,
    #Donation-Content-Box::-webkit-scrollbar {
        width: 0px;
        background: transparent;
        /* make scrollbar transparent */
    }

.remove-padding {
    padding: 0rem;
}

#Counter-Section {
    background-color: #2F425A;
    padding: 1.5rem;
}

.counter-box > .row > span {
    text-align: center;
    color: white;
}

.counter-box .row {
    justify-content: center;
}

.counter-image {
    width: 40%;
}

.counter-heading {
    font-size: 25px;
    font-weight: 600;
    margin: 0.5rem auto;
}

.counter-number {
    font-size: 50px;
    font-weight: 700;
    color: #eeb450 !important;
}
/*HOME END*/


/*HOME GALLERY*/
.hero {
    display: flex;
    max-width: 1440px;
    gap: 2em;
    /*justify-content: space-between;*/
    justify-content: center;
    margin: 3em 2em;
}

.text {
    width: 40%;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: sans-serif;
}

.text__short {
    text-transform: uppercase;
    font-size: 0.75rem;
    color: #479A7E;
}

.text__title {
    line-height: 1.1;
    margin: 0;
}

.text__description {
    line-height: 145%;
    font-size: 1em;
    font-weight: 300;
    padding-bottom: 1em;
}

.text__button {
    width: fit-content;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    color: white;
    background-color: #479A7E;
    padding: 1em 2em;
    border-radius: 0.5em;
}

.grid__container {
    min-width: 60%;
    display: grid;
    grid-gap: .5em;
    grid-template-columns: repeat(8, 1fr);
}

.grid__item {
    background-color: grey;
    border-radius: 0.5em;
}

.one {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    background-image: url('../images/HomePageEvent/event7.jpg');
    background-position: center;
    background-size: cover;
}

.two {
    grid-column: 2 / 5;
    grid-row: 1 / 4;
    background-image: url('../images/HomePageEvent/event1.jpg');
    
    background-position: center;
    background-size: cover;
}

.three {
    grid-column: 5 / 6;
    grid-row: 1 / 2;
    background-image: url('../images/HomePageEvent/event3.jpg');
    background-position: center;
    background-size: cover;
}

.four {
    grid-column: 6 / 7;
    grid-row: 1 / 2;
    background-color: #FDF5DD;
    border-radius: 0 0 100px 0;
    -moz-border-radius: 0 0 100px 0;
    -webkit-border-radius: 0 0 100px 0;
}


.five {
    grid-column: 5 / 7;
    grid-row: 2 / 4;
    background-image: url('../images/HomePageEvent/event4.jpg');
    background-position: center;
    background-size: cover;
}

.six {
    grid-column: 7 / 8;
    grid-row: 2 / 3;
    background-color: #D3F0EE;
    border-radius: 0 100px 0 0;
    -moz-border-radius: 0 100px 0 0;
    -webkit-border-radius: 0 100px 0 0;
}

.seven {
    grid-column: 7 / 8;
    grid-row: 3 / 4;
    background-image: url('../images/HomePageEvent/event5.jpg');
    background-position: center;
    background-size: cover;
}

.eight {
    grid-column: 8 / 9;
    grid-row: 3 / 4;
    border-radius: 50%;
    background-color: #CED7ED;
}

.nine {
    grid-column: 1 / 2;
    grid-row: 4 / 5;
    background-color: #FADEE0;
    border-radius: 100px 0 0 0;
    -moz-border-radius: 100px 0 0 0;
    -webkit-border-radius: 100px 0 0 0;
}

.ten {
    grid-column: 2 / 3;
    grid-row: 4 / 5;
    background-image: url('../images/HomePageEvent/event6.jpg');
    background-position: center;
    background-size: cover;
}

.eleven {
    grid-column: 3 / 5;
    grid-row: 4 / 6;
    background-image: url('../images/HomePageEvent/event2.jpg');
    background-position: center;
    background-size: cover;
}

.twelve {
    grid-column: 5 / 6;
    grid-row: 4 / 5;
    background-image: url('../images/HomePageEvent/event8.jpg');
    background-position: center;
    background-size: cover;
}

.grid__container {
    min-width: 50%;
    height: 400px;
    margin-top: 50px;
}

@media (max-width: 900px) {
    .grid__container {
        min-width: 50%;
        /*height: 400px;*/
        height:300px;
        margin-top: 50px;
    }
}

@media (max-width: 780px) {
    .hero {
        flex-direction: column-reverse;
        margin: 2em 1em;
    }

    .text {
        width: 100%;
        height:auto;
    }

    .text__button {
        text-align: center;
        margin:auto;
        padding: 0.5em 3em;
    }

}

/*HOME GALLERY END*/

.custom-box-1 {
    padding: 2rem;
    border-left: 2px solid red;
    border-bottom: 2px solid red;
}

.custom-box-2 {
    padding: 2rem;
    border-top: 2px solid red;
    border-right: 2px solid red;
}


#Testimonial-Section img {
    border-radius: 50%;
    width: 15%;
    border: 0.5px solid #00000042;
    padding: 0;
}

.testimonial-name {
    text-align: center;
    font-size: 25px;
    margin: 0.1rem auto;
    font-weight: 600;
}
.testimonial-subtitle {
    text-align: center;
    font-size: 20px;
    margin: 0.5rem auto;
    font-weight: 600;
}
.testimonial-description {
    padding: 0rem 2rem 0;
}

.blockquote {
    text-align: justify;
}

    .testimonial-description.blockquote {
        padding: 16px 0px 18px;
        position: relative;
   
    }

        .testimonial-description.blockquote span {
            font-family: "Utopia-italic";
            /* font-size: 35px; */
            font-weight: 700px;
            text-align: center;
        }



        .testimonial-description.blockquote:before {
            position: absolute;
            font-family: 'FontAwesome';
            top: -10%;
            content: "\f10d";
            font-size: 100px;
            color: rgba(0, 0, 0, 0.1);
        }

.bg-fluid {
    background-color: #ECECEC;
    padding: 1rem;
}

#Home-College-Box-1{
    display:none;
}

#Home-College-Box-2 {
    display: inline-block;
}

.text__short {
 text-align:center;
}

/* MOBILE 1st END*/
/* FOR LAPTOP TILL DESKTOP 2nd*/
@media only screen and (min-width: 600px) {

    .text__short {
        text-align: initial;
    }

    #Home-College-Box-1 {
        display: flex;
    }

    #Home-College-Box-2 {
        display: none;
    }

    .remove-padding {
        padding: 0rem 1rem;
    }

    .messenger-name-box {
        padding: 2rem;
    }

    .alumni-cta-box {
        margin: 0;
        padding: 4rem;
    }

    h1 {
        text-align: unset;
        font-size:45px;
    }

    #Future-Plan-Div {
        padding: 3rem 6rem 3rem 6rem;
    }

    .future-plan-heading {
        margin-bottom: 2rem;
    }

    #Future-Plan-Div span {
        padding: 3rem;
    }

    #Values-Div img,
    #Mission-Div img,
    #Vision-Div img {
        display: block;
    }

    .Message-Box {
        padding: 2rem;
    }

    .extra-curricular-box {
        padding: 2rem;
        background-color: #D74349;
      
    }

        .extra-curricular-box h2 {
            text-align: initial;
        }

    .swiper-button-next,
    .swiper-button-prev {
        outline: none;
    }


    div.swiper-button-next, div.swiper-button-prev {
        top: 70%
    }
    #Campus-CTA-Mobile {
        display: none;
    }

    #Campus-CTA-Desktop {
        display: inline-block;
    }

    .campus-cta-box .col-sm-4 {
        border-right: 1px solid rgba(0, 0, 0, 0.171);
        margin: 0;
    }

        .campus-cta-box .col-sm-4:last-child {
            border-right: none;
        }

    .campus-cta-subheading {
        font-size: 30px;
    }

    .campus-cta-heading {
        font-size: 50px;
    }

    .notice-filter-div {
        border-right: 1px solid;
    }

    .btn-notice-filter {
        text-align: left !important;
    }

    .btn-notice-filter {
        font-size: 25px;
    }

    .contact-form-box {
        padding: 1rem 2rem 1rem 2rem;
        border: 1px solid #00000042;
    }

    .cont {
        width: 90%;
        height: 0;
        overflow: hidden;
        transition: all 0.6s ease;
    }

    /* DESK END */
}






/* ------------------------------------------------------------------------------------------------------- */
/* -----------------------------------------------Footer-------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */

.footer-distributed p {
    text-indent: 0;
}

.footer-distributed {
    background: #D74349;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 15px 50px;
    
}

    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right {
        display: inline-block;
        vertical-align: top;
    }

    /* Footer left */

    .footer-distributed .footer-left {
        width: 30%;
    }

    /* The company logo */

    .footer-distributed h3 {
        color: #ffb567;
        /* font: normal 36px 'Open Sans', cursive; */
        margin: 0;
    }

        .footer-distributed h3 span {
            color: #ffb567;
        }

    /* Footer links */

    .footer-distributed .footer-links {
        color: #ffffff;
        margin: 20px 0 12px;
        padding: 0;
    }

        .footer-distributed .footer-links a {
            display: inline-block;
            line-height: 1.8;
            font-weight: 400;
            text-decoration: none;
            color: inherit;
        }

    .footer-distributed .footer-company-name {
        color: #ffb567;
        font-size: 14px;
        font-weight: normal;
        margin: 0;
    }

    /* Footer Center */

    .footer-distributed .footer-center {
        width: 45%;
    }

        .footer-distributed .footer-center i {
            background-color: #33383b;
            color: #ffffff;
            font-size: 25px;
            width: 38px;
            height: 38px;
            border-radius: 50%;
            text-align: center;
            line-height: 42px;
            margin: 10px 15px;
            vertical-align: middle;
        }

            .footer-distributed .footer-center i.fa-envelope {
                font-size: 17px;
                line-height: 38px;
            }

        .footer-distributed .footer-center p {
            display: inline-block;
            color: #ffffff;
            font-weight: 400;
            vertical-align: middle;
            margin: 0;
        }

            .footer-distributed .footer-center p span {
                display: block;
                font-weight: normal;
                font-size: 14px;
                line-height: 2;
            }

            .footer-distributed .footer-center p a {
                color: #ffb567;
                text-decoration: none;
              
            }

    .footer-distributed .footer-links a:before {
        content: "|";
        font-weight: 300;
        font-size: 20px;
        left: 0;
        color: #fff;
        display: inline-block;
        padding-right: 5px;
    }

    .footer-distributed .footer-links .link-1:before {
        content: none;
    }

    /* Footer Right */

    .footer-distributed .footer-right {
        width: 20%;
    }

    .footer-distributed .footer-company-about {
        line-height: 20px;
        color: #92999f;
        font-size: 13px;
        font-weight: normal;
        margin: 0;
    }

        .footer-distributed .footer-company-about span {
            display: block;
            color: #ffffff;
            font-size: 14px;
            font-weight: bold;
            margin-bottom: 20px;
        }

    .footer-distributed .footer-icons {
        margin-top: 25px;
    }

        .footer-distributed .footer-icons a {
            display: inline-block;
            width: 35px;
            height: 35px;
            cursor: pointer;
            background-color: #33383b;
            border-radius: 2px;
            font-size: 20px;
            color: #ffffff;
            text-align: center;
            line-height: 35px;
            margin-right: 3px;
            margin-bottom: 5px;
        }

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

    .footer-distributed {
        font: bold 14px sans-serif;
    }

        .footer-distributed .footer-left,
        .footer-distributed .footer-center,
        .footer-distributed .footer-right {
            display: block;
            width: 100%;
            margin-bottom: 40px;
            text-align: center;
        }

            .footer-distributed .footer-center i {
                margin-left: 0;
            }
}

/* ---------------------Footer1 END--------------------------------------- */


/* ----------------------Accordian ---------------------------------------*/
/*------------------------------------*/
#admission-page #curriculum summary {
    font-size: 22px;
    font-weight: 600;
    background-color: #fff;
    color: #333;
    padding: 1.5rem;
    margin-bottom: 0px;
    outline: none;
    /* border-radius: 0.25rem; */
    text-align: left;
    cursor: pointer;
    border-bottom: 1px gray solid;
    position: relative;
    background-color: #ffb567;
}


#admission-page > #curriculum > details[open] > summary ~ * {
    animation: sweep .5s ease-in-out;
    padding-left: 2rem;
    background-color: bisque;
    /* border-radius: 0px 0 16px 16px; */
    /* margin-bottom: 6px; */
}

/*----------------------Curriculum ---------------------------------*/
#curriculum_new {
    /*background: url("./assets/image/board.jpg");*/
    background: #2a2a2a;
    border: 14px #a5682a solid;
    padding: 0;
}

    #curriculum_new img {
        padding: 1rem;
    }

.curriculam_standards {
    position: relative;
}

details {
    border-bottom: 1px solid #00000021;
}

.curriculam_standards h3 {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: auto;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}

.curriculam_standards > h3 > a {
    color: black;
}

    .curriculam_standards > h3 > a:active {
        color: blue;
    }

    .curriculam_standards > h3 > a[tabindex]:focus {
        color: blue;
        outline: none;
    }


#curriculum .content {
    width: 100%;
    padding: 0;
    /*margin: 0 auto;*/
    margin-top: 1rem;
}

#curriculum summary {
    font-size: 30px;
    font-weight: 400;
    background-color: #fff;
    /*color: #D74349;*/
    color:black;
    padding: 0.5rem;
    margin-bottom: 1px;
    outline: none;
    border-radius: 0.25rem;
    text-align: left;
    cursor: pointer;
    position: relative;
    /* background-color: #ffb567; */
}


#curriculum details > summary::-webkit-details-marker {
    display: none;
}

#curriculum details[open] summary ~ * {
    animation: sweep .5s ease-in-out;
    padding-left: 2rem;
    /* background-color: bisque; */
    border-radius: 0px 0 16px 16px;
    font-size: 18px;
    margin-bottom: 6px;
}

@keyframes sweep {
    0% {
        opacity: 0;
        margin-top: -10px
    }

    100% {
        opacity: 1;
        margin-top: 0px
    }
}


#curriculum_section ul {
    font-size: 22px;
    line-height: 47px;
}

#curriculum_section li {
    list-style-image: url(./assets/image/files.png);
}

/* ----------------------Accordian END -----------------------------------*/
.card .card-style {
    font-size: 20px
}
#curriculum .committeStyle {
    font-size: 20px
}

#curriculum .adStyle {
    font-size: 20px
}

#curriculum .faq_Style li{
    font-size: 16px;
    text-align:justify
}

.BankStyle {
border:1px solid Gray;
padding-top:5%;
padding-left:5%;
padding-bottom:5%;

}

.BankStyle1 {
font-size:20px;
text-align:center;
color:#7E65C5;
}
/*added content 09-05-2025*/
.morecontent span {
    display: none;
}

.morelink {
    color: blue;
    cursor: pointer;
    text-decoration: underline;
}
