*{
    margin: 0;
    padding: 0;
}

ul, ol, li, a, h1, h2, h3, h4, h5, p, .col-12, .col-6, .col-8, .col-4, .col-3, .col-2, .col-9{
    margin: 0;
    padding: 0;
}
body{
    font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  box-sizing: border-box;

}
:root{
    --primary-color: #D2093C;
    	--dark-green: #9cc675;
      --dark-yellow: #1f160b;
      --extra-light-brown:#fdf0d7;
      --light-brown: #ecd5ab;
      --dark-brown:#915b40;
      --light-yellow:#f8e3a8;
      --light-red:#f3ac99;
      --light-teal:#a6c8cc;
      --light-gray:#ddd5d6;
			--theme-color2: #3de895;
}
p{
    font-size: 16px;
    line-height: 1.8;
    color: #1F2432;
}
.topbar{
    padding: 8px;
    background-color: var(--primary-color);
    font-size: 14px;
}
.top-right{
    display: flex;
    justify-content: end;
}
.topbar__list{
    display: flex;
    gap: 10px;
}
.topbar__list li{
    list-style: none;
    display: flex;

}
.topbar__list li a{
    text-decoration: none;
    color: white;
    display: flex;
    align-items: center;
    gap: 10px;
}
.mandatory-disclosure{
    list-style: none;
    
}
.mandatory-disclosure a{
       text-decoration: none;
    color: #d2093c ;
    border: 1px solid;
    padding: 5px 10px;
    border-radius: 8px;
    background: white;

}
/* .main-nav{
    display: flex;
    justify-content: end;
    padding-right: 0;
}
.navbar ul{
    display: flex;
    list-style: none;
    gap: 10px;
    
}
.navbar ul li{
    cursor: pointer;
    padding: 10px;

}
.navbar ul li a{
    text-decoration: none;
    color: #390000;

}
.navbar ul li a:hover{
    text-decoration: none;
    color: #D2093C;

}
.logo{
    display: flex;
    justify-content: start;
} */

/* header css :start */
.logoLink {
    display: flex;
    gap: 10px;
}

.schlName h2 {
    font-size: 35px;
    font-weight: 900;
    color: var(--primary-color);
    margin-bottom: 0px;
    margin-top: 6px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -1px;
}

.schlName p {
    font-size: 12px;
    font-weight: 700;
    color: #000;
}

.phIcon {
    display: flex;
    gap: 5px;
}

/* .phIcon img{
    width: 14px;
} */

.headerAdditionalList {
    background-color: var(--primary-color);
    padding: 10px;
}

.contactInfo {
    display: flex;
    justify-content: space-between;
}

.contactInfo a {
    font-size: 15px;
    font-weight: 500;
    color: var(--secondary-light-color);
}

.portalButton {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 5px 10px;
    background: #FFA50040;
    width: 300px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 144px;
    position: relative;
    left: 200px;
}

.portalButton a {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
}


.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 5px rgba(0, 0, 0, 0.24);
}

.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:0;
    width: 2000px;
    max-width: 100%;
    /* padding-left: 20px; */
}

.logoContainer img {
    width: 90%;
    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: end;
}

.navigationLinkContainer {
    /* flex: 1; */
    /* padding: 5px 0px; */
    display: flex;
    align-items: baseline;
    list-style: none;
}

.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: bold;
}

/* .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: 180px;
    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;
}

.headerAdditionalList {
    display: flex;
    width: max-content;
    max-width: 100%;
    gap: 4px;
    color: white;
    /* border-radius: 32px 0 0 32px; */
    padding: 4px 20px;
    position: relative;
    top: -14px;
    left: 15px;
}

.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;
    }

    .schlName h2 {
        font-size: 20px;
        font-weight: 900;
        color: var(--primary-color);
        margin-bottom: 0px;
        margin-top: 6px;
        font-family: 'Poppins', sans-serif;
    }

    .schlName p {
        font-size: 8px;
        font-weight: 700;
        color: #000;
    }
    .abtSchool img{
        height: 310px !important;
    }
    .logoContainer{
        display: flex;
    }
}

@media screen and (min-width: 991px) {

    .haveSubDropDown .dropDown {
        top: 0;
        left: 100%;
        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: #1b1b1b;
        /* 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);
    }

}

li.dropDownLinkBox:not(:last-child) {
    border-bottom: 1px solid #f8f8f8;
}

.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 {
    list-style: none;
}
.dropDownLinkBox a {
    display: flex;
    font-size: 90%;
    padding: 6px 10px;
}

.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;
}

.fa-bars {
    margin: 8px;
}

@media screen and (max-width: 991px) {
    .header {
        color: black;
    }

    .navigationMenuOpen {
        height: 30px;
        width: 40px;
        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 {
        /* padding-top: 30px; */
        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%;
        color: #343434;
        /* padding-top: 20px; */
        overflow-y: auto;
        transform: translateX(-100%);
    }

    .linksContainer.active .navigationLinks {
        transform: translateX(0);
        display: block;
        /* background-color: #800000; */
    }

    .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: 32px;
        width: 32px;
        top: 0;
        right: 0;
        display: flex;
        transition: 0.3s;
        align-items: center;
        justify-content: center;
        position: absolute;
        cursor: pointer;
        z-index: 100;
       box-shadow: 0 0 5px rgba(0, 0, 0, 0.262);
        border-radius: 3px;
    }

    .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: 9px 16px;
        display: block;
        width: 100%;
        font-size: 14px;
    }

    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;
    }

    .dropDownLinkBox:hover>a {
        color: white;
        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;
        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;
        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;
        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;
        overflow-y: auto;
        flex-direction: column;
        align-content: flex-start;
    }

    .dropDownContainer .dropDownLinkBox.hasSubMegaMenu>a {
        font-weight: normal;
    }

    .modalBtn {
        display: none;
    }
}


/*Header End*/

/* slider section start  */

.carousel-item{
    height: 850px;
}
.main-slider .col-12{
    margin: 0;
    padding: 0;
}

.about-us{
    width: 100%;
    background-image: url(../img/background-img2.jpg);
    background-size: 100% 100%;
    background-blend-mode: overlay;
    background-color: #ffffff96;
    padding: 70px 0px;
}
.about-us h2{
    font-size: 36px;
    font-weight: 700;
    margin-top: 15px;
}

.about-us a{
    background-color: var(--primary-color);
    color: white;
    margin-top: 15px;
}
.about-us a:hover{  
    background-color: #ff3d6d;
    color: white;
}
.about-us img{
    border-radius: 20px;
}
.about-us .about-content{
    padding-left: 20px;
}

.faculty{
    padding: 100px 0px;
    background-image: url(../img/backgroundbm.png);
    background-size:100% 100% ;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
}

.faculty .wrapper{
  width:100%;
  text-align:center;
}
.faculty h2{
      font-size: 36px;
    font-weight: 700;
}
.faculty p{
  margin-top: 15px;
}
.faculty .wrapper .carousels{
  width:100%;
  margin:0px auto;
}

.faculty .wrapper .carousels .slick-prev{
  left: -30%;
}
.faculty .wrapper .carousels .slick-next{
  left: -22%;
}
.faculty .wrapper .carousels button::before{
  color: rgb(255, 127, 127);
  font-size: 55px;
}

.faculty .wrapper .carousels .card {
    border-radius: 20px;
    overflow: hidden;
    
}
.faculty .wrapper .carousels .card img {
    width: 100%;
    border: none;
}

.faculty .slick-slide{
  margin:10px;
}
.faculty .slick-slide img{
  width:100%;
  border: 2px solid #fff;
}
.faculty .wrapper .slick-dots li button:before {
  font-size:20px;
  color:rgb(255, 127, 127);
}
.academics-excellence{
    padding: 100px 0px;
    background-image: url(../img/rediant.png);
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.academics-excellence .slick-dots{
    display: none !important;
}
.academics-excellence .top-academics{
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    margin-bottom: 20px;


}
.academics-excellence .top-academics a{
    padding: 10px 20px;
    background-color: #D2093C;
    text-decoration: none;
    color: white;
    border-radius: 10px;
}
.academics-excellence .top-academics a:hover{
    background-color: #ff3d6d;
}
.academics-excellence .wrapper{
  width:100%;
  text-align:center;
}
.academics-excellence h2{
      font-size: 36px;
    font-weight: 700;
}
.academics-excellence .wrapper .academics{
  width:100%;
  margin:0px auto;
}
.academics-excellence .wrapper .academics .slick-prev {
  display: none !important;
}
.academics-excellence .wrapper .academics .slick-next  {
  display: none !important;
}

.academics-excellence .wrapper .academics .card {
    border-radius: 20px;
    overflow: hidden;
}

.academics-excellence .wrapper .academics .card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}
.academics-excellence .wrapper .academics .card .card-body .card-text {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 10px;
    
}
.academics-excellence .wrapper .academics .card .card-body .card-title {
    font-size: 14px;
    
}
.academics-excellence .wrapper .academics .card .card-body p {
    font-size: 14px;
    
}
.academics-excellence .wrapper .academics .card img {
    width: 100%;
    border: none;
}

.academics-excellence .slick-slide{
  margin:10px;
}
.academics-excellencey .slick-slide img{
  width:100%;
  border: 2px solid #fff;
}
.academics-excellence .wrapper .slick-dots li button:before {
  font-size:20px;
  color:white;
}

.counter-area{
    padding: 100px 0px;
    background-image: url(../img/backgroundpng.png);
    background-size: 100% 100%;
    background-attachment: fixed;

}
.counter-area .counter-item{
    width: 261px;
    display: flex;
    padding: 10px;
    border-right: 1px solid rgba(30, 30, 30, .1);
    gap: 20px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.counter-area .counter-item:nth-child(5){
    border: none;
}
.counter-area .counter-item .counter-icon{
    font-size: 38px;
    color:var(--primary-color);
}
.counter-area .counter-wrap{
        border: 1px solid rgba(30, 30, 30, .1);
}

.counter-info h3{
    font-size: 36px;
}
.counter-info span{
    color: gray;
}
.notice-board{
    padding: 100px 0px;
}



.notice-board h2{
      font-size: 36px;
    font-weight: 700;
}
.notice-board .wrapper{
  width:100%;
  text-align:center;
}

.notice-board .wrapper .board{
  width:100%;
  margin:0px auto;
}

.notice-board .wrapper .board .card {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--primary-color);
    height: 170px;
    
}
.notice-board .wrapper .board .card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    
    
}
.notice-board .wrapper .board .card .card-body .btn {
    background-color: #D2093C;
    color: white;
    margin-top: 10px;
    
}
.notice-board .wrapper .board .card .card-body .btn:focus {
    background-color: #D2093C;
    
}
.notice-board .wrapper .board .card .card-body .btn:hover {
    background-color: #ff3d6d;
    color: white;
    margin-top: 10px;
    
}
.notice-board .wrapper .board .card .card-title {
    display: flex;
    align-items: start;
    
}
.notice-board .wrapper .board .card img {
    width: 100%;
    border: none;
}

.notice-board .slick-slide{
  margin:10px;
}
.notice-board .slick-slide img{
  width:100%;
  border: 2px solid #fff;
}
.notice-board .wrapper .slick-dots li button:before {
  font-size:20px;
  color:white;
}

 .site-logo {
	 width: 218.33px !important;
	 margin-right: 50px;
}
 .btn {
	 border-radius: 5px;
	 font-weight: normal;
	 font-size: 15px;
	 letter-spacing: 0.02em;
	 line-height: 12px;
	 text-align: center;
	 font-weight: 600;
	 font-size: 14px;
	 padding: 14px 30px;
	 cursor: pointer;
}
 .btn-theme {
	 background: var(--theme-color1);
	 color: #212121;
}

.c-container {
    margin: auto;
    width: 93%;
    position: relative;
    z-index: 1;
}

.btn-outline-white {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    background-image: none;
    border-width: 2px;
    border-color: #fff;
    font-weight: 500;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.btn {
    border-radius: 5px;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 12px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    padding: 14px 30px;
    cursor: pointer;
}
.btn-outline-white:hover {
    background-color: #fff;
    color: var(--text-dark);
}





/* common css up */

.testimonial-tabs{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}
.testimonial-tabs button{
   border: 1px solid rgb(254, 197, 197);
   border-radius: 10px;
   padding: 10px 20px;
   background-color: rgb(255, 226, 226);
}
.testimonial-tabs button.active {
    background: #D2093C;
    color: #fff;
}

.testimonial p {
	 font-size: 28px;
	 letter-spacing: 0.02em;
	 line-height: 35px;
}
 .testimonial .name {
	 font-weight: bold;
	 font-size: 18px;
	 letter-spacing: 0.04em;
	 line-height: 35px;
	 text-align: left;
}
 .testimonial .designation {
	 font-size: 14px;
	 letter-spacing: 0.04em;
	 text-align: left;
	 color: #fff;
	 opacity: 0.65;
}
 .unt {
	 margin-bottom: 20px;
	 margin-top: 60px;
}
 .hero-text {
	 font-size: 30px;
	 letter-spacing: 0.02em;
	 color: #fff;
}
 .gallery-thumbs {
	 height: 100%;
}
 .gallery-thumbs .swiper-wrapper {
	 align-items: center;
}
 .gallery-thumbs .swiper-slide {
	 background-position: center;
	 background-size: cover;
	 width: 250px !important;
	 height: 330px;
	 position: relative;
}
 .gallery-thumbs .swiper-slide img {
	 filter: contrast(0.5) blur(1px);
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
	 border-radius: 10px;
}
 .gallery-thumbs .swiper-slide-active img {
	 filter: contrast(1) blur(0px) !important;
}
 .gallery-thumbsst {
	 height: 100%;
}
 .gallery-thumbsst .swiper-wrapper {
	 align-items: center;
}
 .gallery-thumbsst .swiper-slide {
	 background-position: center;
	 background-size: cover;
	 width: 250px !important;
	 height: 330px;
	 position: relative;
}
 .gallery-thumbsst .swiper-slide img {
	 filter: contrast(0.5) blur(1px);
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
	 border-radius: 10px;
}
 .gallery-thumbsst .swiper-slide-active img {
	 filter: contrast(1) blur(0px) !important;
}
 .gallery-thumbssst {
	 height: 100%;
}
 .gallery-thumbssst .swiper-wrapper {
	 align-items: center;
}
 .gallery-thumbssst .swiper-slide {
	 background-position: center;
	 background-size: cover;
	 width: 250px !important;
	 height: 330px;
	 position: relative;
}
 .gallery-thumbssst .swiper-slide img {
	 filter: contrast(0.5) blur(1px);
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
	 border-radius: 10px;
}
 .gallery-thumbssst .swiper-slide-active img {
	 filter: contrast(1) blur(0px) !important;
}
 .flex-row {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
	 margin-right: -15px;
	 margin-left: -15px;
}
 .flex-row .flex-col {
	 -ms-flex-preferred-size: 0;
	 flex-basis: 0;
	 -webkit-box-flex: 1;
	 -ms-flex-positive: 1;
	 flex-grow: 1;
	 max-width: 100%;
	 position: relative;
	 width: 100%;
	 min-height: 1px;
	 padding-right: 15px;
	 padding-left: 15px;
}

.gallery-thumbs .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.gallery-thumbsst .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.gallery-thumbssst .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.testimonial-section .quote {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 100px;
}
.swiper-container.testimonial {
    height: 520px;
}
.swiper-container.testimonial2 {
    height: 520px;
}
.swiper-container.testimonial1 {
    height: 520px;
}
.testimonial-section .user-saying {
    width: 60%;
    color: #fff;
    height: 100%;
    background-image: url(../img/backgroundpng.png);
    background-blend-mode: overlay;
    background-attachment: fixed;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: #44000033;
}
.testi-user-img {
    width: 40%;
}
.testimonial-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}
.testimonial-section .quote p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.8;
    font-style: italic;
    margin: 0;
    color: white;
}
.quote-icon {
    width: 38px;
    display: block;
    margin-bottom: 30px;
}
.spacer{
    padding: 50px 0px;
}
.spacer .testi-header{
    padding: 50px 100px;
    margin-bottom: 20px;
}
.testi-header h2{
        font-size: 36px;
    font-weight: 700;
}

/* gallery section start */
.gallery-section .card{
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;

}
.gallery-section .card .card-body{
   display: flex;


}
.gallery-section .card .card-body a{
   text-decoration: none;
   color: #D2093C;


}
.gallery-heading{
    width: 100%;
    display: flex;
    justify-content: center;
}
.gallery-section h2{
    font-size: 36px;
    font-weight: 700;
    font-family: "Noto Serif", serif;
}
.gallery-slider-section{
    width: 100%;
    padding-bottom: 50px;
    background-image: url(../img/balmandirBg.png);
    background-size: 100% 100%;
    background-position: center;
}
.gallery-slider-section .head h2{
    font-size: 36px;
    font-weight: 700;
    color: black;
    margin-left: -150px;
    font-family: "Noto Serif", serif;
}
.gallery-section .gallery-card img{
    transition: all 0.3s ease-in-out;

}
.gallery-section .gallery-card:hover{
    margin-top: -6px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 10px 15px rgb(193, 193, 193);


}
.gallery-section .gallery-card:hover img{
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;

}


/* news letter css starrt  */

.main-news-letter{
    padding: 80px 0;

}
.news-letter{
    width: 100%;
    height: 300px;
    border: 1px solid #E4F3EE;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 20px;
    background-image: url(../img/cta-bg.jpg);
    position: relative;
    gap: 30px;
}
.news-letter .input-area input{
    border: none;
    outline: none;
    width: 500px;
    padding: 20px;
    border-radius: 10px;
}
.news-letter .input-area a{
    text-decoration: none;
    color: white;
    background-color: #D2093C;
    padding: 17px;
    border-radius: 10px;
    margin-left: -156px;
}


.news-letter h2{
        font-size: 36px;
    font-weight: 700;
}


/* footer section css start  */

.footer {
    padding: 50px 0px;
    background-color: #420011;
    color: white;
    box-sizing: border-box;
    background-image: url(../img/footerbg.png);
    background-size: 100% 100%;
    background-blend-mode:overlay;
}
.footer p {
   color: white;
    
}
.footer ul li {
    list-style: none;
    
}
.footer ul li a {
   text-decoration: none;
   color: white;

}
.footer-logo{
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-icon {
    margin-top: 10px;
    
}
.social-icon ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    
}
.social-icon ul li{
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.social-icon ul li:hover{
    background-color: #390000;
    color: white;
    
}
.social-icon ul li:hover i{
    background-color: #390000;
    color: white;
    
}
.social-icon ul li i{
   color: red;

}
.useful-link {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}
.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}
.footer-contact li{
    display: flex;
    list-style: none;
    gap: 10px;
}


/* vision section css start */

.vision-section h2{
        font-size: 36px;
    font-weight: 700;
    margin-top: 15px;
}
.mission-section h2{
        font-size: 36px;
    font-weight: 700;
    margin-top: 15px;
}
.motto-section h2{
        font-size: 36px;
    font-weight: 700;
    margin-top: 15px;
}
.belief-section h2{
        font-size: 36px;
    font-weight: 700;
    margin-top: 15px;
}
.vision-section .middle-card{
        display: flex;
        flex-direction: column;
    gap: 10px;
    align-items: center;
    padding: 30px 20px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 0px 10px rgb(227, 227, 227);
    height: 415px;

}
.vision-section .middle-card:hover{
        transition: all 0.3s ease-in-out;
        margin-top: -10px;
        box-shadow: 0px 7px 10px rgb(227, 227, 227);
        background: radial-gradient(circle at bottom right, rgb(255 78 0 / 0%), rgb(255 0 0 / 22%));

}
.vision-section .middle-card .top-rounded{
    width: 80px;
    height: 80px;
    border: 1px solid var(--primary-color);
    border-radius: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.vision-section .middle-card .media-body{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 10px;
}

.vision-section .middle-card .top-rounded i{
        font-size: 36px;
        color: var(--primary-color);
}
.vision-section img{
    border-radius: 20px;
}
.mission-section img{
    border-radius: 20px;
}
.motto-section img{
    border-radius: 20px;
}
.belief-section img{
    border-radius: 20px;
}
.vision-header{
    padding: 10px 150px;
}








/* gallery section slider  */

:root {
  --gap: 1.25rem;
  --speed: 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --closed: 5rem;
  --open: 30rem;
  --accent: #D2093C;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.head {
  max-width: 1400px;
  margin: auto;
  padding: 50px 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
}
.head h2 {
  font: 400 1.5rem/1.2 Inter, sans-serif;
  color: #fff;
}
@media (min-width: 1024px) {
  .head h2 {
    font-size: 2.25rem;
  }
}
.nav-btn {
  width: 4.5rem;
  height: 4.5rem;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #D2093C;
  font-size: 6.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.nav-btn:hover {
  color: #910024;
}
.nav-btn:disabled {
  opacity: 0.3;
  cursor: default;
}

.slider {
  max-width: 1400px;
  margin: auto;
  overflow: hidden;
}

.controls {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
.track {
  display: flex;
  gap: var(--gap);
  align-items: flex-start;
  justify-content: center;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding-bottom: 40px;
}
.track::-webkit-scrollbar {
  display: none;
}

.project-card {
  position: relative;
  flex: 0 0 var(--closed);
  height: 26rem;
  border-radius: 1rem;
  overflow: hidden;
  cursor: pointer;
  transition: flex-basis var(--speed), transform var(--speed);
}
.project-card[active] {
  flex-basis: var(--open);
  transform: translateY(-6px);
  /* box-shadow: 0 18px 55px rgba(0, 0, 0, 0.45); */
}
.project-card__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.75) saturate(75%);
  transition: filter 0.3s, transform var(--speed);
}
.project-card:hover .project-card__bg {
  filter: brightness(0.9) saturate(100%);
  transform: scale(1.06);
}

.project-card__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.7rem;
  padding: 0;
  background: linear-gradient(transparent 40%, rgba(0, 0, 0, 0.85) 100%);
  z-index: 2;
}
.project-card__content a{
    text-decoration: none;
}
.project-card__title {
  color: #fff;
  font-weight: 700;
  font-size: 1.35rem;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.project-card__thumb,
.project-card__desc,
.project-card__btn {
  display: none;
}

.project-card[active] .project-card__content {
  flex-direction: row;
  align-items: center;
  padding: 1.2rem 2rem;
  gap: 1.1rem;
}
.project-card[active] .project-card__title {
  writing-mode: horizontal-tb;
  transform: none;
  font-size: 2.4rem;
}
.project-card[active] .project-card__thumb,
.project-card[active] .project-card__desc,
.project-card[active] .project-card__btn {
  display: block;
}

.project-card__thumb {
  width: 133px;
  height: 269px;
  border-radius: 0.45rem;
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}
.project-card__desc {
  color: #ddd;
  font-size: 1rem;
  line-height: 1.4;
  max-width: 16rem;
}
.project-card__btn {
  padding: 0.55rem 1.3rem;
  border: none;
  border-radius: 9999px;
  background: var(--primary-color);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
}
.project-card__btn:hover {
  background: #ef154b;
}

.dots {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  padding: 20px 0;
}
.dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgba(255, 174, 174, 0.35);
  cursor: pointer;
  transition: 0.3s;
}
.dot.active {
  background: var(--primary-color);
  transform: scale(1.2);
}


/* banner css start */
.banner{
    width: 100%;
    background-image: url(/assets/img/bannerBg.png);
    object-fit: cover;

}
.banner-content{
    padding: 80px 0;
}
.banner-content a{
    text-decoration: none;
    color: var(--primary-color);
}
.banner-content .breadcrum{
    display: flex;
    gap: 10px;
    align-items: center;
}
.current-page{
    margin-top: 10px;
}

/* .subject css start */
.subject-card{
    border: 0.5px solid rgb(220, 220, 220);
    /* box-shadow: 0px 0px 5px rgb(208, 208, 208); */
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}

.subject-area{
    border: 0.5px solid rgb(220, 220, 220);
    border-radius: 10px;
    display: flex;
    padding: 20px;
    gap: 10px;
    flex-wrap: wrap;
}
    table.subjectTable {
        width: 100%;
        border-collapse: collapse;
        font-family: Arial, sans-serif;
        font-size: 15px;
    }

    .subjectTable th,
    .subjectTable td {
        border: 1px solid rgb(220, 220, 220);
        vertical-align: top;
        padding: 8px 12px;
    }

    .subjectTable th {
        text-align: left;
        font-weight: bold;
        background: #f5f5f5;
    }

    /* sport section */
    .sport-section .sport-card{
        position: relative;
        width: 100%;
        height: 200px;
        overflow: hidden;
        border-radius: 10px;
    }
    .sport-card img {
    width: 100%;
    transition: 0.3s ease-in-out;
}

/* Blur background on hover */
.sport-card:hover img {
    filter: blur(4px) brightness(0.7);
}

/* Center button */
.view-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 8px 18px;
    background: #D2093C;
    color: #fff;
    font-size: 14px;
    border-radius: 25px;
    opacity: 0;
    transition: 0.3s ease-in-out;
    pointer-events: none;
}

/* Show button on hover */
.sport-card:hover .view-btn {
    opacity: 1;
    pointer-events: auto;
}
    .classrooms-section .sport-card{
        position: relative;
        width: 100%;
        height: 200px;
        overflow: hidden;
        border-radius: 10px;
    }
    .events-section .sport-card{
        position: relative;
        width: 100%;
        height: 200px;
        overflow: hidden;
        border-radius: 10px;
    }


    .general-info {
    width: 100%;
    margin: 30px auto;
    font-family: Arial, sans-serif;
}

.general-info h2 {
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 600;
}

.info-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}

.info-table th {
    background: #f3f8ef;
    font-weight: 600;
    padding: 12px;
    border: 1px solid #dcdcdc;
    text-align: left;
}

.info-table td {
    padding: 12px;
    border: 1px solid #e5e5e5;
    vertical-align: top;
}

.info-table tbody tr:nth-child(even) {
    background: #fafafa;
}

/* Responsive */
@media (max-width: 768px) {
    .info-table th, .info-table td {
        font-size: 14px;
        padding: 10px;
    }
}

.documents-section {
    width: 100%;
    margin: 30px auto;
    font-family: Arial, sans-serif;
}

.doc-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    overflow: hidden;

}

/* Header */
.doc-table th {
    background: #f3f8ef;
    padding: 12px;
    border: 1px solid #dcdcdc;
    text-align: center;
    font-weight: 600;
}

/* Body cells */
.doc-table td {
    padding: 14px 12px;
    border: 1px solid #e5e5e5;
    vertical-align: middle;
}

/* Alternate row background */
.doc-table tbody tr:nth-child(even) {
    background: #fafafa;
}

/* VIEW Button */
.view-btn {
    background: #6fb43f;
    color: #fe0000;
    padding: 8px 18px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    transition: 0.2s ease;
}

.view-btn:hover {
    background: #5a9b33;
}

/* Responsive */
@media (max-width: 768px) {
    .doc-table th, .doc-table td {
        font-size: 13px;
        padding: 10px;
    }
}




@media (max-width: 767px) {
  :root {
    --closed: 4rem;
    --open: 22rem;
  }
  .head {
    padding: 50px 20px 30px;
  }
  .track {
    flex-direction: column;
    scroll-snap-type: y mandatory;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 0;
  }
  .project-card {
    height: 20rem;
  }
  .project-card__title {
    font-size: 1.1rem;
    writing-mode: horizontal-tb;
    transform: none;
    text-align: center;
    padding-inline: 0.3rem;
  }
  .nav-btn {
    width: 2rem;
    height: 2rem;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  :root {
    --closed: 100%;
    --open: 100%;
    --gap: 0.8rem;
  }

  .head {
    padding: 30px 15px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .slider {
    padding: 0 15px;
  }

  .track {
    flex-direction: column;
    scroll-snap-type: y mandatory;
    gap: 0.8rem;
    padding-bottom: 20px;
  }

  .project-card {
    height: auto;
    min-height: 80px;
    flex: 0 0 auto;
    width: 100%;
    scroll-snap-align: start;
  }

  .project-card[active] {
    min-height: 300px;
    transform: none;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  }

  .project-card__content {
    flex-direction: row;
    justify-content: flex-start;
    padding: 1rem;
    align-items: center;
    gap: 1rem;
  }

  .project-card__title {
    writing-mode: horizontal-tb;
    transform: none;
    font-size: 1.2rem;
    margin-right: auto;
  }

  .project-card__thumb,
  .project-card__desc,
  .project-card__btn {
    display: none;
  }

  .project-card[active] .project-card__content {
    align-items: flex-start;
    padding: 1.5rem;
  }

  .project-card[active] .project-card__title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
  }

  .project-card[active] .project-card__thumb {
    width: 200px;
    height: 267px;
    border-radius: 0.35rem;
    margin-bottom: 1rem;
  }

  .project-card[active] .project-card__desc {
    font-size: 0.95rem;
    max-width: 100%;
    margin-bottom: 1rem;
  }

  .project-card[active] .project-card__btn {
    align-self: center;
    width: 100%;
    text-align: center;
    padding: 0.7rem;
  }

  .dots {
    display: none;
  }

  .controls {
    width: 100%;
    justify-content: space-between;
    padding: 0 15px 20px;
  }

  .nav-btn {
    position: static;
    transform: none;
  }
  .banner-content{
    padding: 50px 10px;
  }
  .social-media{
    top: 45% !important;
}
}




@media screen and (max-width:768px) { 
        .mt-5{
            margin-top: 10px !important;
        }
        .mb-5{
            margin-bottom: 10px !important;
        }
        h2{
            font-size: 26px !important;
        }
        .main-nav{
            display: none;
        }
        .carousel-item{
            height: 220px;
        }
        .logo img{
            width: 100%;
            margin-left: 10px;
        }
        .faculty{
            padding: 60px 0px;
        }
        .about-us{
            padding: 20px 0px;
        }
        .counter-area{
            padding: 40px 0px;
        }
        .spacer .testi-header{
    padding: 20px 20px;
}
.swiper-container.testimonial {
    height: 320px;
}
.top-academics{
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.notice-board{
    padding: 50px 0px;
    overflow: hidden;
}
.academics-excellence{
    padding: 20px 0px;
}
.testimonial-section{
    flex-direction: column;
}
.testimonial-section .quote p{
    font-size: 10px;
}
.quote-icon{
    margin-bottom: 5px;
}
.testimonial-section .user-saying{
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.testi-user-img{
    width: 100%;
}
.testimonial-section .quote{
    width: 95%;
    padding: 20px !important;
}
.gallery-thumbs .swiper-slide{
    width: 50%;
}
.gallery-thumbsst .swiper-slide{
    width: 50%;
}
.gallery-thumbssst .swiper-slide{
    width: 50%;
}
.vision-header{
    padding: 20px;
}
.counter-area .counter-item{
    gap: 0px;
}
.counter-info-title{
    display: flex;
    justify-content: center;
}
.counter-mobile{
    justify-content: center;
}
.counter-mobile .counter-item{
    border: none;
}
.footer{
    font-size: 14px;
}
    .se-policy-section .se-colls{
    padding: 10px !important;
}
.swiper-container-vertical>.swiper-pagination-bullets{
    top: 27% !important;
}
.gallery-thumbs .swiper-slide{
    width: 125px !important;
    height: 200px !important;
}
.gallery-thumbsst .swiper-slide{
         width: 145px !important;
    height: 160px !important;
}
.gallery-thumbssst .swiper-slide{
         width: 160px !important;
    height: 190px !important;
}
.notice-board .wrapper .board .card .card-body .btn{
    padding: 10px 20px;
}
.notice-board .wrapper .board .card .card-title{
        font-size: 16px !important;
}
.notice-board .wrapper .board .card .card-text{
        font-size: 14px !important;
}
}




/* se-policy-section  */

.se-policy-section{
    
}
.se-policy-section .se-policy-page{
    border: 1px solid rgb(199, 199, 199);
    padding: 30px;
    border-radius: 10px;
}

.se-policy-section li{
    list-style: none;
    margin-top: 10px;
}




/* modal css  */

.modals {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: none; /* hidden by default */
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

.modal-erea {
    position: relative;
    max-width: 635px;
    width: 90%;
    animation: fadeIn 0.4s;
    background-color: white;
}
.modal-erea .modal-footer {
    justify-content: center !important;
}
.modal-erea .modal-footer a{
    text-decoration: none;
    padding: 10px 30px;
    background-color:var(--primary-color);
    color: white;
    border-radius: 10px;
}

.close-btn {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #ff0000;
    color: #ffffff;
    font-size: 28px;
    line-height: 28px;
    width: 35px;
    height: 33px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    font-weight: bold;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
}

@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}








.card-img{
    width: 100%;
    height: 210px;
    overflow: hidden;
}
.card-img img{
    width: 100%;
    height: 100%;
}




/* contact section css start */
.contact-section {
    padding: 60px 0;
}

.contact-section .container {
    width: 85%;
    margin: auto;
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.left {
    flex: 1;
}

.tag {
    background: #ffb2c561;
    color: #111;
    padding: 6px 20px;
    border-radius: 20px;
    border: none;
    font-size: 14px;
}

.title {
    font-size: 42px;
    font-weight: 700;
    margin: 15px 0;
    line-height: 1.2;
}

.title span {
    color: var(--primary-color);
}

.subtitle {
    font-size: 15px;
    color: #666;
    margin-bottom: 25px;
    line-height: 1.6;
}

/* FORM */
.contact-form .row {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.input-box {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.input-box.full {
    flex: 100%;
}

label {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #666;
}

input, textarea {
    padding: 12px 15px;
    border-radius: 12px;
    border: 1px solid #ddd;
    font-size: 14px;
    outline: none;
}

textarea {
    height: 80px;
    resize: none;
}

/* Button */
.send-btn {
    width: 200px;
    padding: 12px 18px;
    background: var(--primary-color);
    color: #fff;
    font-weight: 600;
    border-radius: 30px;
    border: none;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    cursor: pointer;
    margin-top: 15px;
}

.send-btn .arrow {
    font-size: 18px;
}

/* RIGHT */
.right {
    flex: 1;
}

.image-box {
    position: relative;
}

.image-box img {
    width: 100%;
    border-radius: 15px;
}

/* Floating location card */
.location-card {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #fff;
    padding: 15px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.location-card h4 {
    margin: 0;
    font-size: 16px;
}

.location-card p {
    margin: 5px 0 0;
    font-size: 13px;
    color: #555;
}

.info-row {
    display: flex;
    justify-content: flex-start;
    gap: 40px;
    margin-top: 25px;
}

.info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.info .icon {
    font-size: 20px;
}

.info h5 {
    margin: 0;
    font-size: 15px;
}

.info p {
    margin: 0;
    font-size: 13px;
    color: #555;
}

/* Responsive */
@media (max-width: 768px) {
    .contact-section .container {
        flex-direction: column;
    }

    .contact-form .row {
        flex-direction: column;
        gap: 10px;
    }

    .send-btn {
        width: 100%;
    }

    .info-row {
        flex-direction: column;
        gap: 20px;
    }
}



/* .clisswise-carriculum  */

.clisswise-carriculum img{
    border-radius: 20px;
}


/* subject-section  */

.subject-section h5{
    color: var(--primary-color);
}



/* .social-media section start */

.social-media{
    width: 30px;
    height: 80px;
    position: absolute;
    left: 0;
    z-index: 99999;
    top: 30%;
    position: fixed;
}

.social-media ul li{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
}
.social-media ul li:hover{
    
}
.social-media ul li:nth-child(1){
    background-color: #00AAE5;
}
.social-media ul li:nth-child(1):hover{
    background-color: #0054e5;
}
.social-media ul li:nth-child(2){
    background-color: #F48605;
}
.social-media ul li:nth-child(2):hover{
    background-color: #f46105;
}
.social-media ul li:nth-child(3){
    background-color: red;
}
.social-media ul li:nth-child(3):hover{
    background-color: rgb(255, 0, 119);
}
.social-media ul li:nth-child(4){
    background-color: blue;
}
.social-media ul li:nth-child(4):hover{
    background-color: rgb(0, 140, 255);
}
.social-media ul li a{
   color: white;
   font-size: 20px;
   transition: all 0.3s ease-in-out;
}
.social-media ul li:hover a{
   font-size: 24px;
}




/* notice board section */


.notice-list{
    padding: 50px 0px;
}
.main-notice{
    overflow: hidden;
    box-shadow: 0px 0px 5px rgb(255, 163, 163);
    border-radius: 20px;
}
.main-notice .notice-header{
     display: flex;
     justify-content: start;
     flex-direction: column;
     gap: 10px;
    background-color: rgb(253 210 211);
    padding: 20px;

}
.main-notice p{
    font-size: 14px;
    line-height: 20px;
}
.main-notice .notice-body{
    padding: 20px;
}
.notice-body .tfoot{
   margin-top: 10px;
}