.notification {
    height: 40px;
    overflow: hidden;
    /* padding: 10px 0; */
}

.notification h6 {
    background: var(--primary-color);
    font-size: 16px;
    /* padding: 10px; */
    color: #fff;
    letter-spacing: 2px;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    margin: 0;
}

.notification marquee {
    background-color: #e9f8fa;
    /* border-bottom: 1px solid #f7f7f7; */
    /* padding: 10px 0; */
    height: 40px;
    display: flex;
    align-items: center;
}

.notification a {
    position: relative;
    color: #000;
    font-size: 16px;
    margin-right: 30px;

}

.notification a::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background-color: var(--light-blue);
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    border-radius: 50%;
}







.main_wrapper .swiper-slide {
    height: 55vh;
    width: 100%;
    

}

/*.main_wrapper .swiper-slide.two {*/
/*    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.3)), url(../images/slider/slider-2.webp);*/
/*    height: 75vh;*/
/*    width: 100%;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    position: relative;*/
/*}*/

/*.main_wrapper .swiper-slide.three {*/
/*    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.3)), url(../images/slider/slider-1.webp);*/
/*    height: 75vh;*/
/*    width: 100%;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    position: relative;*/
/*}*/


.main_wrapper .swiper-slide .slider_content {
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
    color: #fff; 
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    z-index:99;
}

.main_wrapper .swiper-slide .slider_content h6 {
    text-transform: capitalize;
    color: #f8f7f3;
    font-weight: 500;

}

.main_wrapper .swiper-slide .slider_content h1 {
    font-size: 38px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 700;
}

.main_wrapper .swiper-slide img {
    min-height: 90vh;
    object-fit: cover;
}

.main_wrapper .mobileSlider {
    display: none;
}

.main_wrapper .mainSlider .swiper-button-next,
.main_wrapper .mainSlider .swiper-button-prev {
    color: #fff;
    background-color: var(--primary-color);
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.main_wrapper .mainSlider .swiper-button-next::after,
.main_wrapper .mainSlider .swiper-button-prev::after {
    font-size: 14px;
}


.main_wrapper .mobileSlider .swiper-button-next,
.main_wrapper .mobileSlider .swiper-button-prev {
    color: #fff;
    background-color: #990037;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.main_wrapper .mobileSlider .swiper-button-next::after,
.main_wrapper .mobileSlider .swiper-button-prev::after {
    font-size: 16px;
}






.about_wrapper {
    padding: 50px 0 20px;
    background-color: #fff;
}

.about_wrapper .grid_column {
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
}

.about_wrapper .left {
    width: 100%;
}

.about_wrapper .left iframe {
    width: 100%;
    height: 315px;
    border: none;
}

.about_wrapper .right {
    width: 100%;
    text-align: center;
}

.about_wrapper .right .subtitle {
    font-size: 20px;
}

.about_wrapper .right h2 {
    font-size: 35px;
    line-height: 1.2;
    color: #000;
    margin-top: 15px;
}

.about_wrapper .right p {
    font-size: 16px;
    line-height: 1.8;
}

.about_wrapper .main-btn {
    display: inline-flex;
    gap: 5px;
}

@media screen and (min-width: 768px) {
    .about_wrapper .grid_column {
        flex-direction: row;
        justify-content: space-between;
    }
    
    .about_wrapper .left,
    .about_wrapper .right {
        width: 48%;
    }
}


.organisational_structure .member_image {
    margin-bottom: 15px;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    overflow: hidden;
}

.organisational_structure .member_name {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

.organisational_structure .designation {
    margin-bottom: 0;
}

.organisational_structure a {
    color: #000;
}









.feature_wrapper {
    padding: 40px 0;
    background-color: #f7f7f7;
}

.feature_wrapper .grid_row {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.feature_wrapper .feature_icon {
    display: none;
}

.feature_wrapper .item {
    text-align: center;
    box-shadow: var(--primary-shadow);
    padding: 30px 20px 10px;
    background-color: #fff;
    border-radius: 10px;
    border: 0.2px solid var(--primary-color);
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.feature_wrapper .item::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 90px;
    background-color: #13a785 !important;
    opacity: .2;
    top: 0;
    left: 0;
    border-bottom-right-radius: 100%;
    border-bottom-left-radius: 100%;
}

.feature_wrapper .feature_name {
    font-size: 18px;
    font-weight: 700;
    /*margin-bottom: 10px;*/
    margin-bottom: 30px;
    color: var(--primary-color);
}

.feature_wrapper .feature_desc {
    font-size: 14px;
}










.events {
    background-color: #fff;
}

.events .eventSwiper {
    padding: 80px 10px;
}

.events .swiper-slide {
    box-shadow: var(--primary-shadow);
    /* height: 450px; */
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.events .event_details {
    padding: 10px;

}

.events .event_name {
    font-size: 18px;
    margin: 15px 0;
    font-weight: 600;
}

.events .event_desc {
    font-size: 14px;
    font-weight: 400;
    height: 120px;
}

.events .swiper-wrappper {
    position: relative;
}

.events .swiper-button-next {
    position: absolute;
    top: 30px;
    right: 10px;
    background-color: var(--primary-color);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.169);
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    color: #fff;
}

.events .swiper-button-prev {
    background-color: var(--primary-color);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.169);
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    position: absolute;
    top: 30px;
    left: 92%;
    color: #fff;
}

.events .swiper-button-next:after,
.events .swiper-button-prev:after {
    font-size: 20px !important;
    font-weight: 900 !important;
}


.events.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 30px !important;
    height: 10px;
    border-radius: 10px;
    background-color: var(--primary-color);
}

.events.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 20px;
    height: 10px;
    border-radius: 10px;
}



.number_counter {
    /* background-color: #f7f7f7; */
    padding: 50px 10px;
}

.number_counter .flex_row {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    gap: 20px;
}

.number_counter .item {
    text-align: center;
    background-color: #fff;
    width: 200px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
    box-shadow: var(--primary-shadow);
    border-radius: 10px;
}

.number_counter .icon {
    display: none;
    width: 50px;
    height: 50px;
    margin: 10px auto;
}

.number_counter .icon img {
    width: 100%;
    height: 100%;
}

.number_counter h3 {
    font-size: 25px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.number_counter h6 {
    font-size: 16px;
    font-weight: 400;
    color: var(--primary-color);
}









.gallery {
    background-color: #f7f7f7;
}

.gallery .grid {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.gallery .box {
    border-radius: 5px;
    overflow: hidden;
}





.programes_wrapper {
    background-color: #fff;
}

.programes_wrapper .grid_row {
    max-width: 1024px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    margin: 50px auto;
}

.programes_wrapper .item {
    box-shadow: var(--primary-shadow);
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    height: 700px;
}

.programes_wrapper .program_icon {
    width: 70px;
    height: 70px;
    margin: 20px auto;
}

.programes_wrapper .program_icon img {
    width: 100%;
    height: 100%;
}

.programes_wrapper .program_name {
    font-size: 20px;
    margin-bottom: 20px;
}

.programes_wrapper .program_desc {
    font-size: 14px;
}




.publications {
    background: #f7f7f7;
}

.publications .publicationSwiper {
    padding: 100px 10px;
}

.publications .publication_image {
    width: 100%;
    background-color: #fff;
    box-shadow: var(--primary-shadow);
    padding: 10px 30px;
    border-radius: 10px;
}

.publications .publication_image img {
    width: 100%;
}

.publications .swiper-wrappper {
    position: relative;
}

.publications .swiper-button-next {
    position: absolute;
    top: 30px;
    right: 10px;
    background-color: var(--primary-color);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.169);
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    color: #fff;
}

.publications .swiper-button-prev {
    background-color: var(--primary-color);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.169);
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    position: absolute;
    top: 30px;
    left: 92%;
    color: #fff;
}

.publications .swiper-button-next:after,
.publications .swiper-button-prev:after {
    font-size: 20px !important;
    font-weight: 900 !important;
}







footer {
    background:linear-gradient(90deg, #166686, #14A885);
    padding: 50px 0 0;
}

/* .footer_address_details .grid_row{
    display: grid;
    grid-template-columns: 15% 80%;
    gap: 20px;
} */

.footer_address_details .left h3 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
}

.footer_address_details h6 {
    color: #fff;
    font-size: 18px;
}

.footer_address_details a,
.footer_address_details p {
    color: #fff;
    font-size: 16px;
}

.footer_address_details .right {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    gap: 20px;
    margin: 50px 0;
}

footer .footer_link_details {
    padding-bottom: 100px;
}

footer .footer_link_details .container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

footer .footer_title {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}

footer .footer_link {
    margin-bottom: 10px;
}

footer .footer_link a {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    text-transform: capitalize;
}

footer .footer_col h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

footer .address_col li {
    margin-bottom: 15px;
}

footer .address_col li a {
    display: flex;
    gap: 10px;
    color: #fff;

}

footer .address_col li a i {
    margin-top: 5px;
}

footer .social_icons{
    display: flex;
    gap: 20px;
}
footer .social_icons a{
    font-size: 20px;
    border: 1px solid var(--border-color);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
footer .social_icons a i{
    margin-top: 0 !important;
}

footer .copy_right {
    background-color: #fff;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

footer .copy_right p {
    margin: 0;
}





/* about page css */
.about_page{
    background: url(../images/about/about-img.avif);
    background-size: cover;
    background-position: center;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about_page .left h2,
.about_page .left p{
    color: #fff;
}
/* .about_page .grid_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
} */

.mission_vission {
    background-color: #f7f7f7;
}

.mission_vission .grid_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.mission_vission .left,
.mission_vission .right {
    display: flex;
    gap: 30px;
    
}

/*.mission_vission .left .image,*/
/*.mission_vission .right .image {*/
/*    max-width: 250px;*/
/*    max-height: 250px;*/
/*    margin-bottom: 20px;*/
/*    border-radius: 10px;*/
/*    overflow: hidden;*/
/*    box-shadow: var(--primary-shadow);*/
/*}*/

.mission_vission .left .image img,
.mission_vission .right .image img {
    /*min-width: 300%;*/
    /*max-width: 300%;*/
    /*max-height: 300%;*/
    /*min-height: 300%;*/
    object-fit: cover;
    overflow: hidden; /* Ensure image overflow is hidden */

}

.mission_vission .right .image,.mission_vission .left .image{
    min-width: 200px;
    max-width: 200px;
    max-height: 200px;
    min-height: 200px;
    margin-bottom: 20px;
}

.mission_vission .right .image img,.mission_vission .left .image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.objectives ul {
    padding-left: 5px;
}

.objectives ul li {
    margin-bottom: 18px;
    display: flex;
    gap: 10px;
    line-height: 1.5;
    max-width: 80%;
    font-size: 16px;
    margin-bottom: 15px;
}

.objectives ul li i {
    color: var(--primary-color);
    font-size: 20px;
}


.activities {
    background: url(../images/about/about-img.avif);
    background-size: cover;
    background-position: center;
    color: #fff;
}
.activities .main_heading{
    color: #fff;
}
.activities .grid_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}




.event_page_wrapper .grid_row {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    /*height:600px;*/
}

.event_page_wrapper img {
    border-radius: 5px;
}





.publication_page .publication_box{
    border: 1px solid var(--border-color);
    box-shadow: var(--primary-shadow);
    border-radius: 10px;
    overflow: hidden;
}

.publication_page .publication_details{
    background-color: #fff;
    padding: 15px;
}



.publication_page .publication_name {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}

.publication_page .main-btn {
    /* border-radius: 50px; */
    padding: 2px 15px;
}

.publication_page .border-btn {
    /* border-radius: 50px; */
    padding: 2px 15px;
}

.publication_page .publication_details .btns {
    display: flex;
    /* justify-content: end; */
    gap: 20px;
}

.publication_page .publication_image {
    text-align: center;
    height: 280px;
    width: 100%;
}
.publication_page .publication_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.program_manual .grid_row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    background-color:black;
    
}

.teacher_resource_material .folder_thumbnail {
    margin-left: auto; /* Center the thumbnail */
    margin-right: auto;
    background: url(../images/teacher_resource_material/folder.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 82px;
    width: 110px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .teacher_resource_material .folder_thumbnail {
        width: 90px; /* Adjust width for smaller screens */
        height: 68px; /* Adjust height for smaller screens */
    }
}

@media (max-width: 768px) {
    .teacher_resource_material .folder_thumbnail {
        width: 70px; /* Further adjust width for even smaller screens */
        height: 54px; /* Further adjust height for even smaller screens */
    }
}
.academic_term  .pdf_thumbnile {
    height: 300px;
    width: 100%;
    border: 1px solid var(--border-color);
    box-shadow: var(--primary-shadow);
    border-radius: 10px;
    position: relative;
}


.question_paper_pool .folder_thumbnail{
      height: 82px;
    width: 110px;
    margin-left: 38%;
    background: url(../images/teacher_resource_material/folder.jpeg);
    background-size: cover;
    background-position: center;
    
}
.academic_syllabus_year .folder_thumbnail{
    height: 82px;
    width: 110px;
    margin-left: 31%;
    background: url(../images/teacher_resource_material/folder.jpeg);
    background-size: cover;
    background-position: center;
    
}
.class_list .folder_thumbnail{
     height: 82px;
    width: 110px;
    /*margin-left: 45%;*/
    background: url(../images/teacher_resource_material/folder.jpeg);
    background-size: cover;
    background-position: center;
    
}
.academic_syllabus .folder_thumbnail{
     height: 82px;
    width: 110px;
    /*margin-left: 45%;*/
    background: url(../images/teacher_resource_material/folder.jpeg);
    background-size: cover;
    background-position: center;
    
}

.program_manual .pdf_thumbnile {
    height: 300px;
    width: 100%;
    border: 1px solid var(--border-color);
    box-shadow: var(--primary-shadow);
    border-radius: 10px;
    position: relative;
}
/*.program_manual .pdf_thumbnile.spotlight {*/
/*    background: url(../images/publications/pdf-cover/spotlight.webp);*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*}*/
.program_manual .pdf_thumbnile {
   
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.program_manual .pdf_thumbnile.englishfest {
    background: url(../images/publications/pdf-cover/english-fest.webp);
    background-size: cover;
    background-position: center;
}

.program_manual .pdf_thumbnile.one {
    background: url(../images/publications/pdf-cover/artorium.webp);
    background-size: cover;
    background-position: center;
}


.program_manual .pdf_thumbnile.two {
    background: url(../images/publications/pdf-cover/sports.webp);
    background-size: cover;
    background-position: center;
}

.program_manual .pdf_thumbnile.three {
    background: url(../images/publications/pdf-cover/light-upon-light.webp);
    background-size: cover;
    background-position: center;
}

.program_manual .pdf_thumbnile.four {
    background: url(../images/publications/pdf-cover/kids-fest.webp);
    background-size: cover;
    background-position: center;
}

.program_manual .pdf_thumbnile.five {
    background: url(../images/publications/pdf-cover/stemsorica-english.webp);
    background-size: cover;
    background-position: center;
}

.program_manual .pdf_thumbnile.six {
    background: url(../images/publications/pdf-cover/stemsorica-malayalam.webp);
    background-size: cover;
    background-position: center;
}

.program_manual .btns {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 30px;
}

.program_manual .btns i {
    font-size: 16px;
    background-color: #fff;
    color: #000;
    display: flex;
    align-items: center;
    gap: 5px;

}

.program_manual .btns i span {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
}


/* brochure page */


.brochure_page .grid_row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}

.brochure_page .pdf_thumbnile {
    height: 300px;
    width: 100%;
    border: 1px solid var(--border-color);
    box-shadow: var(--primary-shadow);
    border-radius: 10px;
    position: relative;
}
.brochure_page .pdf_thumbnile.school-mart {
    background: url(../images/brochure-cover/schoolmart.png);
    background-size: cover;
    background-position: center;
}
/*.brochure_page .pdf_thumbnile.iame-low {*/
/*    background: url(../images/brochure-cover/iame-low.png);*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*}*/
.brochure_page .pdf_thumbnile {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.brochure_page .pdf_thumbnile.one {
    background: url(../images/brochure-cover/devop.webp);
    background-size: cover;
    background-position: center;
}

.brochure_page .pdf_thumbnile.two {
    background: url(../images/brochure-cover/iset.webp);
    background-size: cover;
    background-position: center;
}

.brochure_page .pdf_thumbnile.three {
    background: url(../images/brochure-cover/romacus.webp);
    background-size: cover;
    background-position: center;
}

.brochure_page .btns {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 30px;
}

.brochure_page .btns i {
    font-size: 16px;
    background-color: #fff;
    color: #000;
    display: flex;
    align-items: center;
    gap: 5px;

}

.brochure_page .btns i span {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
}






.question_papers .grid_row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}
.question_papers .grid_row .box{
    min-width: 230px;
}

.question_papers .pdf_thumbnile {
    height: 300px;
    width: 100%;
    border: 1px solid var(--border-color);
    box-shadow: var(--primary-shadow);
    border-radius: 10px;
    position: relative;
}

/*.question_papers .pdf_thumbnile.one {*/
/*    background: url(../images/subject-pdf-cover/english.webp);*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*}*/
.question_papers .pdf_thumbnile{
    display:flex;
    align-items:center;
    justify-content:center;
}
.question_papers .pdf_thumbnile h3{
    color: var(--primary-color);
    font-size:24px;
    font-weight:800;
}

.question_papers .pdf_thumbnile.two {
    background: url(../images/subject-pdf-cover/EVS.webp);
    background-size: cover;
    background-position: center;
}

.question_papers .pdf_thumbnile.three {
    background: url(../images/subject-pdf-cover/gk.webp);
    background-size: cover;
    background-position: center;
}

.question_papers .pdf_thumbnile.four {
    background: url(../images/subject-pdf-cover/hindi.webp);
    background-size: cover;
    background-position: center;
}

.question_papers .pdf_thumbnile.five {
    background: url(../images/subject-pdf-cover/it.webp);
    background-size: cover;
    background-position: center;
}

.question_papers .pdf_thumbnile.six {
    background: url(../images/subject-pdf-cover/malayalamwebp.webp);
    background-size: cover;
    background-position: center;
}

.question_papers .pdf_thumbnile.seven {
    background: url(../images/subject-pdf-cover/maths.webp);
    background-size: cover;
    background-position: center;
}

.question_papers .pdf_thumbnile.eight {
    background: url(../images/subject-pdf-cover/science.webp);
    background-size: cover;
    background-position: center;
}

.question_papers .pdf_thumbnile.nine {
    background: url(../images/subject-pdf-cover/ss.webp);
    background-size: cover;
    background-position: center;
}

.question_papers .btns {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 30px;
}

.question_papers .btns i {
    font-size: 16px;
    background-color: #fff;
    color: #000;
    display: flex;
    align-items: center;
    gap: 5px;

}

.question_papers .btns i span {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
}




.acdemic_calender .grid_row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}

.acdemic_calender .pdf_thumbnile {
    height: 300px;
    width: 100%;
    border: 1px solid var(--border-color);
    box-shadow: var(--primary-shadow);
    border-radius: 10px;
    position: relative;
}

.acdemic_calender .pdf_thumbnile.one {
    background: url(../images/academic-calendar-cover-pdf.png);
    background-size: cover;
    background-position: center;
}

.acdemic_calender .btns {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 30px;
}

.acdemic_calender .btns i {
    font-size: 16px;
    background-color: #fff;
    color: #000;
    display: flex;
    align-items: center;
    gap: 5px;

}
     
.acdemic_calender .btns i span {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
}



.project_page_wrapper .grid_row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.project_page_wrapper .item {
    border: 1px solid var(--border-color);
    box-shadow: var(--primary-shadow);
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 10px;
    margin: 0px auto;
}

.project_page_wrapper .project_details {
    padding: 10px;
    border-top: 1px solid var(--border-color);
}

.project_page_wrapper .project_name {
    font-size: 20px;
    font-weight: 600;
}

.project_page_wrapper .project_desc {
    height: 100px;
    text-overflow: ellipsis;

}

.project_page_wrapper .project_details .btns {
    display: flex;
    justify-content: space-between;
}

.project_page_wrapper .project_details .main-btn {
    padding: 2px 15px;
    gap: 5px;
    box-shadow: none;
    border: none;
}




/* Project detail page css */

.project_details_page .card {
    padding: 20px;
    border: none;
}

.project_details_page h6 {
    font-size: 22px;
    font-weight: 500;
}

.project_details_page .grid_row {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.project_details_page img {
    border-radius: 5px;
}
.project_details_page ul{
    list-style: disc;
    padding-left: 20px;
}
.project_details_page ul li{
    margin-bottom: 10px;
}


/* contact page css */

.contact_page_wrapper {
    padding-bottom: 0;
}

.contact_page_wrapper .grid_row2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    margin-bottom: 100px;
}

.contact_page_wrapper .item {
    text-align: center;
    box-shadow: var(--primary-shadow);
    padding: 30px;
    border-radius: 20px;
}

.contact_page_wrapper .icon {
    width: 60px;
    height: 60px;
    margin: 15px auto 20px auto;
}

.contact_page_wrapper .grid_row2 h6 {
    font-size: 22px;
    font-weight: 600;
}

.contact_page_wrapper .grid_row2 p {
    font-size: 14px;
}

.contact_page_wrapper .grid_row2 a {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}


.contact_page_wrapper .grid_row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding-bottom: 50px;
}

.contact_page_wrapper .box {
    display: flex;
    gap: 20px;
    box-shadow: var(--primary-shadow);
    padding: 10px 10px 30px;
    border-radius: 10px;
}

.contact_page_wrapper .box .member_image {
    max-width: 100px;
    max-height: 100px;
    border: 1px solid var(--border-color);
}

.contact_page_wrapper .box .member_image img {
    /* width: 100%;
    height: 100%; */
    object-fit: cover;
}

.contact_page_wrapper .member_name {
    margin-bottom: 5px;
}

/* .contact_page_wrapper .phone a, .mail a {
    color: #000;
    font-size: 14px;
}

.contact_page_wrapper .phone, .mail {
    margin-bottom: 10px;
    display: inline-flex;
    gap: 5px;
} */


.contact_page_wrapper .box .flex_row{
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.contact_page_wrapper .flex_row .phone{
    background-color: #000;
    color: #fff;
    padding: 2px 10px;
    border-radius: 50px;
    font-size: 14px;
}

.contact_page_wrapper .flex_row .whatsapp{
    background-color: #1CD03F;
    color: #fff;
    padding: 2px 10px;
    border-radius: 50px;
    font-size: 14px;
}
.contact_page_wrapper .flex_row .email{
    background-color: var(--primary-color);
    color: #fff;
    padding: 2px 10px;
    border-radius: 50px;
    font-size: 14px;
}



/* academic page css */



.academic_page .box_thumbnile {
    height: 300px;
    width: 100%;
    border: 1px solid var(--border-color);
    box-shadow: var(--primary-shadow);
    border-radius: 10px;
    position: relative;
}

.academic_page .box_thumbnile.one {
    background: url(../images/academics/academic-calendar.png);
    background-size: cover;
    background-position: center;
}
.academic_page .box_thumbnile.two {
    background: url(../images/academics/question-paper.png);
    background-size: cover;
    background-position: center;
}
.academic_page .box_thumbnile.three {
    background: url(../images/academics/syllabus.png);
    background-size: cover;
    background-position: center;
}
.academic_page .box_thumbnile.four {
    background: url(../images/academics/training.png);
    background-size: cover;
    background-position: center;
}
.academic_page .box_thumbnile.five {
    background: url(../images/academics/ecce.png);
    background-size: cover;
    background-position: center;
}
.academic_page .box_thumbnile.six {
    background: url(../images/academics/term_plans.jpeg);
    background-size: cover;
    background-position: center;
}
.academic_page .box_thumbnile.seven {
    background: url(../images/academics/teacher_resource_material.jpeg);
    background-size: cover;
    background-position: center;
}
.academic_page .box_thumbnile.eight {
    background: url(../images/academics/question_paper_order.jpeg);
    background-size: cover;
    background-position: center;
}
.academic_page .box_thumbnile.nine {
    background: url(../images/academics/question_paper_pool.jpeg);
    background-size: cover;
    background-position: center;
}









/* event page css */
.event_page_wrapper .event_box{
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--primary-shadow);
    height:fit-content!important;
}
.event_page_wrapper .event_image img{
    border-radius: 0;
}
.event_page_wrapper .event_details{
    background-color: #fff;
    padding: 15px;
}
.event_page_wrapper .event_name{
    font-size: 18px;
    margin-top: 5px;
    font-weight: 600;
}
.event_page_wrapper .btns{
    display: flex;
    justify-content: space-between;
}
.event_page_wrapper .btn{
    padding: 3px 12px;
    transition: all .4s ease-in-out;
}
.event_page_wrapper .btn:hover i{
    transform: translateX(5px);
}
.event_page_wrapper .event_desc{
    height: 100px;
}
/* .event_page_wrapper .btn{
    width: 130px;
    height: 35px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
} */



.ecce_page h6{
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
}



/* career page css */

.career_page .card{
    padding: 20px;
    border: 1px solid var(--border-color);
    box-shadow: var(--primary-shadow);
    border-radius: 10px;
}
.career_page .card h3{
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 600;
}
.career_page .input_row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.career_page input[type=text],
.career_page input[type=email]{
    height: 45px;
}
.career_page .main-btn{
    width: fit-content;
    margin-top: 20px;
    padding: 6px 20px;
}

.jobpost-item {
    padding: 30px 25px;
    box-shadow: 3px 4px 30px rgba(136, 136, 136, 0.18);
    border-radius: 10px;
}

.jobpost-item .job-header h4.title a {
    font-size: 25px;
    font-weight: 700;
    color: var(--text-color);
}

.btn--sm {
    font-size: 14px;
    font-weight: 500;
    padding: 5px 12px;
}

.btn--primary2 {
    background: linear-gradient(90deg, #166686, #14A885);;
    color: white;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    border-radius: 100px;
    /*font-family: "Poppins", sans-serif;*/
}

.btn--primary2:hover{
    color: white;
}

.para{
    font-size: 14px;
}



.specimen_page .card{
    padding: 20px;
    border: 1px solid var(--border-color);
    box-shadow: var(--primary-shadow);
    border-radius: 10px;
}
.specimen_page .card h3{
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 600;
}
.specimen_page .input_row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.specimen_page input[type=text],
.specimen_page input[type=email],
.specimen_page select{
    height: 45px;
}
.specimen_page .main-btn{
    width: fit-content;
    margin-top: 20px;
    padding: 6px 20px;
}




.blog_page_wrapper{
    padding: 100px 0;
}
.blog_page_wrapper .blog_box{
    box-shadow: var(--primary-shadow);
    border-radius: 10px;
    overflow: hidden;
}
.blog_page_wrapper .blog_image{
    height: 250px;
    width: 100%;
}
.blog_page_wrapper .blog_image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.blog_page_wrapper .blog_contents{
    padding: 15px 10px;
}
.blog_page_wrapper .blog_title{
    font-size: 18px;
    font-weight: 600;
}
.blog_page_wrapper .blog_author{
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    gap: 10px;
}
.blog_page_wrapper .author_img{
    width: 60px;
    height: 60px;
    box-shadow: var(--primary-shadow);
    border-radius: 50px;
    overflow: hidden;
}
.blog_page_wrapper .author_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog_page_wrapper .author_details p{
    margin-bottom: 4px;
}
.blog_page_wrapper .date{
    margin-top: 10px;
}
.blog_page_wrapper .flex_row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog_page_wrapper .flex_row a{
    display: inline-flex;
    gap: 5px;
    color: #000;
    margin-right: 10px !important;
   
}





.blog_detail_page{
    padding: 100px 0;
}
.blog_detail_page h2{
    font-size: 35px;
}
.blog_detail_page .blog_image{
    height: 400px;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
}

.blog_detail_page .blog_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog_detail_page .author_dtails{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}
.blog_detail_page .author_info{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom:10px;
}

.blog_detail_page .author_image{
    width: 30px;
    height: 30px;
    box-shadow: var(--primary-shadow);
    border-radius: 50px;
    overflow: hidden;
}
.blog_detail_page .author_anme{
    margin-bottom: 0;
}
.blog_detail_page h6{
    margin-bottom:0;
}










