* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
    --dark-blue: #132361;
    --blue: #344f7a;
    --yellow: #ffb70a;
    --light-blue: #b7d8ef;

}

html,
body {
    overflow-x: hidden !important;
}

a {
    text-decoration: none !important;
}

.sub-head {
    color: #20a8d0;
    font-size: 30px;
    font-weight: 600;
}

.top-head {
    font-size: 20px;
    color: var(--yellow);
}

.heading {
    font-size: 46px;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
    color: var(--dark-blue);
    margin-bottom: 20px;
}

.heading span {
    color: var(--yellow);
}

.side-space {
    padding: 0 100px !important;
}

/* btn start */
.btn {
    background-color: black !important;
    color: white !important;
    padding: 10px 15px;
    transition: 0.5s;
    font-size: 14px !important;
}

.btn:hover {
    color: var(--yellow) !important;
}

/* btn end */

/* main-btn start */
.section {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}


.main-btn {
    padding: 15px 20px;
    background-color: var(--dark-blue);
    color: white !important;
    position: relative;
    z-index: 2;
    border-radius: 5px;
    font-weight: 600;
    border: none;
    overflow: hidden;
    z-index: 2;
    transition: 0.5s;

}

.main-btn i {
    margin-left: 5px;

}


.main-btn::after {
    content: "";
    background-color: #22a7cf;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    transition: 0.5s;
    border-radius: 5px;
    z-index: -1;
}

.main-btn:hover {
    color: black;
}

.main-btn:hover::after {
    width: 100%;
    color: black;

}

/* main-btn end */

/* sec-btn start */
.sec-btn {
    padding: 15px 20px;
    background-color: var(--yellow);
    color: var(--dark-blue) !important;
    position: relative;
    z-index: 2;
    border-radius: 5px;
    font-weight: 700;
    border: none;
    overflow: hidden;
    /* ← ADD THIS */
    transition: 0.5s;


}

.sec-btn i {
    margin-left: 5px;
}


.sec-btn::after {
    content: "";
    background-color: #22a7cf;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    transition: 0.5s;
    border-radius: 5px;

}

.sec-btn:hover::after {
    width: 100%;
    color: white !important;

}

.sec-btn:hover {
    color: white !important;
}

/* sec-btn end */

/* top header start */
.top-header {
    background: var(--yellow);
    color: black;
    font-size: 14px;
    padding: 2px 0;
}

.top-header a {
    color: white;
    text-decoration: none;
    margin-left: 15px;
    transition: 0.5s;
    font-weight: 500;
}

.top-header .left {
    font-weight: 500;
}

.top-header .left p {
    margin-bottom: 0;
    font-size: 16px;
}


.top-header a i {
    margin-right: 5px;
}

/* top header end */

.navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 500;
    margin: 0 10px;
    color: var(--blue);
    position: relative;
}

.navbar-nav .nav-link::after {
    position: absolute;
    height: 2px;
    background-color: var(--yellow);
    content: "";
    left: 0;
    top: 100%;
    width: 0;
    transition: 0.5s;
}

.navbar-nav .nav-link.active::after {
    width: 100%;

}

.navbar-nav .nav-link:hover::after {
    width: 100%;

}

.nav-link:focus,
.nav-link:hover {
    color: var(--yellow) !important;
}

.nav-link:focus,
.nav-link.active {
    color: var(--yellow) !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.navbar {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.navbar-brand img {
    width: 50%;
}

/* home-banner start */
#home-banner {
    position: relative;
    height: 90vh;
    background: linear-gradient(#00000091, #00000091), url(img/banner.jpg);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
}


#home-banner .carousel-item {
    height: 90vh;
}

#home-banner {
    position: relative;
}

.home-banner .carousel-inner .carousel-caption {
    position: absolute;
    top: 45%;
    transform: translatey(-50%);
    height: fit-content;
    z-index: 10px;
}

/* 
.home-banner .carousel-inner .first {
  background-image:  url("img/banner.jpg");
  background-position: center;
  background-size: cover;
  height: 87vh;
  background-repeat: no-repeat;
      background-image: #172c59e3;
} */


/* .home-banner .carousel-inner .second {
  background-image: url("../img/banner-2.jpg");
  background-position: center;
  background-size: cover;
  height: 80vh;
  background-repeat: no-repeat;
}

.home-banner .carousel-inner .third {
  background-image: url("../img/banner");
  background-position: center;
  background-size: cover;
  height: 80vh;
  background-repeat: no-repeat;
} */


.home-banner .carousel-inner .first .carousel-caption {
    text-align: end;

}

.home-banner .carousel-inner .second .carousel-caption {
    text-align: start;
}

.home-banner .carousel-inner .carousel-caption h1 {
    font-size: 70px;
    color: white;
    margin-bottom: 20px;
    font-family: popins;
    font-weight: bold;
}

/* .home-banner .carousel-inner .carousel-caption h1 span{
    color: var(--primary);
} */

.home-banner .carousel-inner .carousel-caption p {
    font-size: 18px;
    color: var(--secondary);
    font-weight: 600;
    color: white;
    /* font-family: popins; 
    /* font-weight: bold;*/
}

.home-banner .carousel-inner .carousel-caption .sub-head {
    color: var(--primary);
    margin-bottom: 40px;
    font-size: 34px;
}

.home-banner .carousel-inner .carousel-caption .left {
    display: flex;
    justify-content: center;
    flex-direction: column;
    backdrop-filter: blur(2px);
    align-items: center;
}


/* .home-banner .carousel-inner .carousel-caption p span{
  color: #1a72dc;
} */

.home-banner .carousel-inner .first .carousel-caption p:nth-child(2) {
    font-size: 20px;
    font-weight: normal;
    color: white;
    margin-left: 30%;

}

.home-banner .carousel-inner .second .carousel-caption p:nth-child(2) {
    margin-right: 30%;
    margin-left: 0;
    margin-bottom: 25px;
}


.home-banner .carousel-inner .third .carousel-caption p:nth-child(2) {
    margin-left: 30%;
}

.home-banner .carousel-inner .carousel-caption .calling {
    background-color: white;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    margin-left: 10px;
    text-align: end;
}

.home-banner .carousel-inner .carousel-caption .calling a i {
    color: var(--primary);
}

/* 
.home-banner .carousel-inner .carousel-caption h5 {
  color: var(--primary);
} */



@keyframes call-ani {
    from {
        height: 20%;
        width: 16px;
    }

    to {}
}



/* home-banner section end */

/* home-banner end */

/* about-sec start */
#about-sec .right h4 {
    color: var(--yellow);

}

#about-sec .right .heading {
    margin-bottom: 0;
}


/* about-sec end */

/* sectionprogrammes-sec start */
#sectionprogrammes-sec .card {
    border: none !important;
}

#sectionprogrammes-sec .card-text {
    margin-bottom: 30px;
}

#sectionprogrammes-sec .card {
    overflow: hidden;
}

#sectionprogrammes-sec .card:hover .card-img-top {
    transform: scale(1.1);
    transition: 0.5s;
}

#sectionprogrammes-sec .heading {
    text-align: center;
}

#sectionprogrammes-sec .card .card-title {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 20px;
}

#sectionprogrammes-sec .card-body {
    padding: 1rem 0;
}

/* sectionprogrammes-sec end */

/* footer start */
#footer {
    background: #eef7fc;
    color: #555;
    font-family: 'Poppins', sans-serif;
}

#footer .logo {
    font-weight: 700;
    color: #002c6f;
}

#footer .logo span {
    color: #fbb034;
}

#footer .footer-text {
    margin: 20px 0;
    max-width: 320px;
}

#footer .footer-title {
    font-weight: 600;
    color: #002c6f;
    margin-bottom: 15px;
    position: relative;

}

#footer .footer-title::after {
    content: "";
    width: 40px;
    height: 2px;
    background: #002c6f;
    position: absolute;
    bottom: -5px;
    left: 0;
}

#footer .footer-links {
    list-style: none;
    padding: 0;
}

#footer .footer-links i {
    color: var(--yellow);
    font-size: 20px;
    margin-right: 10px;
}


#footer .footer-links li {
    margin-bottom: 12px;
}

#footer .footer-links a {
    text-decoration: none;
    color: #555;
    transition: 0.3s;
}

#footer .footer-links a:hover {
    color: #002c6f;
    transition: 0.5s;
}

#footer .social-icons a {
    display: inline-flex;
    width: 38px;
    height: 38px;
    background: white;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: #002c6f;
    transition: 0.3s;
}

#footer .social-icons a:hover {
    background: #002c6f;
    color: #fff;
}

.footer-bottom {
    background: #2e2b7f;
    color: #fff;
    padding: 20px 0;
}

.footer-bottom span {
    color: #fbb034;
    font-weight: 600;
}

.footer-bottom a {
    color: white;
}

.footer-bottom a:hover {
    color: var(--yellow);
}

/* footer end */

/* contact-sec start */
.contact-sec .admission-form h3 {
    font-weight: 800;
}

.admission-form {
    padding: 30px;
}

.contact-sec .form-group {
    position: relative;
    border-bottom: 1px solid #cfd4e0;
}

.contact-sec .form-group input,
.contact-sec .form-group textarea,
.contact-sec .form-group select {
    width: 100%;
    border: none;
    outline: none;
    padding: 10px 0;
    background: transparent;
    font-size: 14px;
}

.contact-sec .form-group label {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 16px;
    color: #777;
    pointer-events: none;
    transition: 0.3s;
}

.contact-sec .form-group input:focus+label,
.contact-sec .form-group input:valid+label,
.contact-sec .form-group textarea:focus+label,
.contact-sec .form-group textarea:valid+label,
.contact-sec .form-group select:focus+label,
.contact-sec .form-group select:valid+label {
    top: -8px;
    font-size: 16px;
    color: #3dc9d1;
    display: none;
}

.contact-sec .icon {
    position: absolute;
    right: 0;
    top: 10px;
    color: #3dc9d1;
}

.contact-sec .send-btn {
    background: #4dd0d8;
    color: #fff;
    border: none;
    padding: 12px 35px;
    border-radius: 30px;
    transition: 0.3s;
}

.contact-sec .send-btn:hover {
    background: #32b4bc;
}

.contact-sec .left a p i {
    color: var(--yellow);
    margin-right: 10px;
}

.contact-sec .left a p {
    color: black;
}

.contact-sec .left p {
    font-size: 20px;
}

/* contact-sec end */

/* our-pro section start */


.blog-sec .sub-head {
    margin: auto;
    width: fit-content;
}

.blog-sec .swiper {
    width: 100%;
    padding: 30px 0;
}

.blog-sec .main-card {
    background: #fff;
    /* border: 1px solid #535050; */
    border-radius: 0px;
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); */
    position: relative;
    border-radius: 10px;
}

.blog-sec .card {
    border: none;
}

.blog-sec .main-card .icon-box {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0%;
    width: 100%;
    transition: 0.5s;
    opacity: 0;
    background: linear-gradient(#172c59b9, #d72026f6);
    padding: 20px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    border-radius: 10px;
}

.blog-sec .main-card .icon-box h4 {
    color: white;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 700;
}

.blog-sec .main-card .icon-box p {
    color: white;
    font-size: 18px;
}

.blog-sec .main-card:hover .icon-box {
    opacity: 1;
    height: 100%;
}

.blog-sec .main-card .icon-box i {
    color: white;
    padding: 10px;
}


.blog-sec .card-img {
    width: 100%;
    object-fit: cover;
    background-color: #95a3b517;
    border-radius: 10px;
}

.blog-sec .main-card h5 {
    position: relative;
    color: var(--dark-blue);
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}

.blog-sec .main-card h5::after {
    content: "";
    background-color: var(--primary);
    position: absolute;
    left: 50%;
    bottom: -10px;
    height: 2px;
    width: 80px;
    text-align: center;
    margin: auto;
    transform: translateX(-50%);
}

/* announcement-bar start */
.announcement-bar {
    background: linear-gradient(90deg, #0d6efd, #6610f2);
    color: #fff;
    padding: 2px 0;
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
}

.announcement-bar marquee {
    cursor: pointer;
}

/* announcement-bar end */

.whole-child-sec {
    background: #f4f6fb;
    padding: 80px 0;
}

.main-title {
    font-weight: 700;
    margin-bottom: 70px;
}

.wc-box h4 {
    font-weight: 700;
}

.wc-box p {
    font-size: 14px;
    color: #555;
    max-width: 320px;
}

.wc-center {
    min-height: 420px;
}

.center-circle {
    width: 180px;
    height: 180px;
    background: #fff;
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    font-weight: 700;
    color: #0b6b43;
    text-align: center;
}

/* GIF ICON CIRCLES */
.gif-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gif-circle img {
    width: 45px;
}

.green {
    background: #20c997;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.yellow {
    background: #ffc107;
    top: 90px;
    right: 0;
}

.orange {
    background: #fd7e14;
    top: 90px;
    left: 0;
}

.purple {
    background: #6f42c1;
    bottom: 40px;
    right: 20px;
}

.red {
    background: #dc3545;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}

/* DOTTED LINES */
.dot-line {
    position: absolute;
    border-top: 2px dashed #999;
    width: 120px;
}

.left-top {
    top: 20px;
    left: -120px;
}

.right-top {
    top: 20px;
    right: -120px;
}

.left-mid {
    top: 140px;
    left: -120px;
}

.right-mid {
    top: 140px;
    right: -120px;
}

.bottom {
    bottom: 10px;
    left: 50%;
    width: 2px;
    height: 80px;
    border-top: 0;
    border-left: 2px dashed #999;
}

.challenged-text {
    max-width: 600px;
    margin: auto;
    color: #555;

    font-size: 14px;
}

/* why-choose start */
#why-choose {
    background-color: #f7d454;
}

#why-choose .heading {
    color: black;
}

#why-choose .box {
    display: flex;
    align-items: center;
}

#why-choose .box p {
    margin-bottom: 0;
    font-size: 18px;
}

#why-choose .box .icon-box {
    background-color: white;
    border: 1px solid black;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    margin-right: 10px;

    flex-shrink: 0;
}

#why-choose .box .icon-box i {
    color: #98c64a;
    font-size: 24px;
    color: black;
}

/* why-choose end */

.professional-experience .left-tabs {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.professional-experience .tab-btn {
    background: #191919;
    color: #fff;
    border: none;
    padding: 14px 20px;
    text-align: left;
    font-size: 16px;
    border-radius: 25px;
    cursor: pointer;
    transition: 0.3s;
}

.professional-experience .tab-btn:hover,
.professional-experience .tab-btn.active {
    background: var(--primary);
}

.professional-experience .right-content {
    padding: 20px;
}

.professional-experience .tab-content {
    display: none;
}

.professional-experience .tab-content.active {
    display: block;
}

.professional-experience li {
    list-style: none;

    margin-bottom: 12px;
}

.professional-experience li i {
    font-size: 6px;
    color: var(--primary);
    margin-right: 5px;
}

.professional-experience h3 {
    color: var(--primary);
}

.professional-experience h3 span {
    color: var(--primary);
    font-size: 18px;
}

.professional-experience .main-box .box {
    padding: 14px 12px;
    background: #191919;
    /* margin: 5px 0px; */
    margin-top: 10px;
    border-radius: 23px;
    margin-bottom: 0;

}

.professional-experience .main-box .box p {
    font-size: 14px;
    margin-bottom: 0;
}


/* our facility start */

/* our-facility section start */
/* #our-facility {
    background-color: #172c59;
} */

.our-facility .sub-head {
    margin: auto;
    width: fit-content;
}


/* #our-facility .heading {
    color: white;
} */

.our-facility .swiper {
    width: 100%;
    padding: 30px 0;
}

.our-facility .main-card {
    background: #fff;
    border: 1px solid #535050;
    border-radius: 0px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
    border-radius: 2px;
}

.our-facility .main-card .icon-box {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0%;
    width: 100%;
    transition: 0.5s;
    opacity: 0;
    background: linear-gradient(#172c59b9, #d72026f6);
    padding: 20px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    border-radius: 2px;
}

.our-facility .main-card .icon-box h4 {
    color: white;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 700;
}

.our-facility .main-card .icon-box p {
    color: white;
    font-size: 18px;
}

.our-facility .main-card:hover .icon-box {
    opacity: 1;
    height: 100%;
}

.our-facility .main-card .icon-box i {
    color: white;
    padding: 10px;
}


.our-facility .card-img {
    width: 100%;
    object-fit: cover;
    background-color: #95a3b517;
    border-radius: 2px;
}

.our-facility .main-card h5 {
    position: relative;
    color: black;
    margin-bottom: 20px;
}

.our-facility .main-card h5::after {
    content: "";
    background-color: var(--primary);
    position: absolute;
    left: 50%;
    bottom: -10px;
    height: 2px;
    width: 80px;
    text-align: center;
    margin: auto;
    transform: translateX(-50%);
}


/* our facility end */

/* Activities start */


.gallery-sec .wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 18px;
}

#gallery-sec a p {
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    padding: 10px 0;
    color: black;
}

.gallery-sec .gallery {
    display: grid;
    gap: var(--gap);
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.gallery-sec .card {
    border-radius: var(--radius);
    overflow: hidden;
    background: #121826;
    aspect-ratio: var(--cardRatio);
    position: relative;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .35);
}

.gallery-sec .card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    /* important: auto-fit */
    object-position: center;
    transition: transform .25s ease;
}

.gallery-sec .card:hover img {
    transform: scale(1.03);
}

/* Optional: make first image bigger like a hero */
.gallery-sec .card.hero {
    grid-column: span 2;
    aspect-ratio: 16 / 9;
}

@media (max-width: 700px) {
    .card.hero {
        grid-column: span 1;
    }
}

/* gallery-sec start */

/* gallery-sec end */
#gallery-sec {
    padding-bottom: 100px;
}

#gallery-sec .gallery-img-box {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 6px;
    cursor: pointer !important;
}

#gallery-sec .gallery-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
        cursor: pointer !important;

}

#gallery-sec .gallery-img-box:hover img {
    transform: scale(1.08);
}

/* Lightbox background */
#imgLightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 9999;
}

/* active */
#imgLightbox.active {
    opacity: 1;
    visibility: visible;
}

/* image */
#imgLightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
}

/* close icon */
.close-lightbox {
    position: absolute;
    top: 25px;
    right: 35px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
}

/* gallery-sec end */
/* Lightbox background */
#imgLightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 9999;
}

/* active */
#imgLightbox.active {
    opacity: 1;
    visibility: visible;
}

/* image */
#imgLightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
}

/* close icon */

/* fixed-left icon */
.left-sidebar {
    width: 200px;
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 40%;
    left: -160px;
    border-radius: 10px;
    z-index: 10;
}

.left-sidebar a {
    padding: .5rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-decoration: none;
    color: #fff !important;
    margin-top: 0.2rem;
    transition: all 0.5s ease;
    /* border-top-right-radius: 15px;
    border-bottom-right-radius: 15px; */

}


.left-sidebar a:hover {
    transform: translateX(100px);
    transition: 0.5s;

}

.left-sidebar a i {
    width: 24px;
    height: 24px;
    margin-left: 1rem;
    left: 30px;
    font-size: 22px;
    color: white;
}


.left-sidebar a.call {
    background-color: #1877F2;
}


.left-sidebar a.whatsapp {
    background-color: #25D366;

}

.left-sidebar a.mail {
    background-color: #FF5700;
}


/* fixed-social icon */
.social {
    width: 200px;
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 50%;
    right: -160px;
    border-radius: 10px;
    z-index: 10;
    box-sizing: border-box;
    transform: translateY(-50%);
}


.social a {
    padding: .5rem;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff !important;
    margin-top: 0.2rem;
    transition: all 0.5 ease;
}

.social a:hover {
    transform: translateX(-100px);
    transition: 0.5s;
}

.social a svg {
    width: 24px;
    height: 24px;
    margin-right: 1rem;
    color: white;
}

.social a.facebook {
    background-color: #1877F2;
}


.social a.gbusiness {
    background-color: #DD4B39;
}

.social a.youtube {
    background-color: #CD201F;
}

.social a.instagram {
    background-color: #E4405F;
}

.social a.twitter {
    background-color: #1DA1F2;
}

.social a.linkedin {
    background-color: #0A66C2;
}

/* testimonial-video start */
#testimonial-video .left {
    position: relative;

}

#testimonial-video .left .bor-1 {
    position: absolute;
    height: 10px;
    width: 40%;
    background-color: var(--yellow);
    left: 0;
    top: -15px;
    content: "";
}

#testimonial-video .left .bor-2 {
    position: absolute;
    width: 10px;
    height: 40%;
    background-color: var(--yellow);
    top: -15px;
    left: 0px;
    content: "";
}

#testimonial-video .left .bor-3 {
    position: absolute;
    height: 10px;
    width: 40%;
    background-color: var(--yellow);
    right: 0;
    bottom: -15px;
    content: "";
}

#testimonial-video .left .bor-4 {
    position: absolute;
    width: 10px;
    height: 40%;
    background-color: var(--yellow);
    bottom: -15px;
    right: 0px;
    content: "";
}

#testimonial-video .right {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#testimonial-video .right::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 50%;
    height: 50%;

    background: url("img/logo.png") no-repeat center;
    background-size: contain;
    /* keeps logo proper */

    opacity: 0.2;
    /* logo transparency */
    pointer-events: none;
    /* keeps content clickable */
}


/* testimonial-video end */


/* breadcrumb start */
#breadcrumb {
    background-image: url('img/banner.jpg');
    background-position: center;
    background-size: cover;
    padding: 150px 0 150px 0;
}

.breadcrumb {
    justify-content: center;
}

.breadcrumb-item.active {
    font-weight: 500;
    color: black !important;
    font-size: 20px;
    text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: white !important;
}

.breadcrumb-item a {
    font-weight: 500;
    color: black;
    font-size: 20px;
    text-decoration: none;
    transition: 0.5s;
}

.breadcrumb-item a:hover {
    color: var(--primary-dark);
}

#breadcrumb h2 {
    font-weight: 600;
    color: black !important;
    font-size: 60px;
    font-family: popins;
    text-align: center;
}

/* breadcrumb end */

/* product-sec start */

#gallery-page .tab .tablinks {
    margin: 20px;
    color: black;
    background-color: transparent;
    border: none;
    position: relative;
    font-size: 18px;
    font-weight: 500;
}

#gallery-page .tab .tablinks::after {
    position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
    background-color: black;
    width: 0%;
    height: 2px;
    transition: 0.5s;
}

#gallery-page .tab .tablinks:hover::after {
    width: 100%;
}

#gallery-page .tab .tablinks::before {
    position: absolute;
    left: 0;
    top: -10px;
    content: "";
    background-color: black;
    width: 0%;
    height: 2px;
    transition: 0.5s;
}

#gallery-page .tab .tablinks:hover::before {
    width: 100%;
}

/* active */

#gallery-page .tab .tablinks.active::before {
    position: absolute;
    left: 0;
    top: -10px;
    content: "";
    background-color: black;
    width: 100%;
    height: 2px;
    transition: 0.5s;
}

#gallery-page .tab .tablinks.active::after {
    position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
    background-color: black;
    width: 100%;
    height: 2px;
    transition: 0.5s;
}

.gallery-page .gallery-img-box {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 6px;
    cursor: pointer;
}

.gallery-page .gallery-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gallery-page .service-card h4 {
    font-size: 20px;
    font-weight: 500;
    color: black;
    text-align: center;
}

/* gallery-page end */


/* contact-page start */



.contact-page .heading {
    margin-left: unset;
    margin-left: unset;
}

.contact-page .left {
    background-color: var(--tolightwhite);
}

.contact-page .form-control {
    margin: unset;
    padding: unset;
    border: 1px solid gray;
    padding: 10px;
    margin-bottom: 30px;
}

.contact-page .form-control input {
    padding: 15px 8px;

}

.contact-page .form-label {
    color: #666262;
}

.contact-page .form h4 {
    font-size: 28px;
    font-weight: 500;
}

.contact-page .form input {
    padding: 14px 12px;
    border-radius: 3px;
    border: 1px solid rgba(128, 128, 128, 0.274);
    width: 100%;
}

.contact-page .form input:focus-visible {
    outline: 1px solid var(--primary-color);
}

.contact-page .form textarea {
    padding: 12px;
    border-radius: 4px;
    width: 100%;
    border: none;
    border-radius: 3px;
    border: 1px solid rgba(128, 128, 128, 0.274);
}

.contact-page .form textarea:focus-visible {
    outline: 1px solid var(--primary-color);
}

.contact-page .right .box {
    padding: 15px;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.contact-page .right .box .icon {
    /* padding: 8px 20px; */
    display: flex;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
    background-color: #80bf00;
    margin-right: 20px;
    height: 84px;
    width: 84px;
}

.contact-page .right .box .icon i {
    font-size: 2.5rem;
    height: fit-content;
    color: white;
}

.contact-page .right .box h4 {

    color: #0d2329;
}

.contact-page .right .box p,
a {
    color: gray;

}

.contact-page .right .box a {
    font-size: 16px;
}

.contact-page .right .box .content {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.contact-page .right .box .content p {
    margin-bottom: 0;
    line-height: normal;
}

/* first contact code */
.contact-page .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1); */
    padding: 1rem;
    padding-top: 0;
    border-right: 1px solid #80808069;
}

.contact-page .content:hover {
    background-color: var(--primary);
    transform-origin: 0.5s;
}


/* 
.contact-page .content:hover i {
  color: white;
  border: 1px solid #e3dddd78;
} */

/* .contact-page .content:hover p a {
  color: white;
} */
.contact-page .content img {
    width: 80px;
    height: auto;
}

.contact-page .content h4 {
    color: black;
    margin-top: 20px;
    font-size: 24px;
    position: relative;

}

.contact-page .content h4::after {
    transform: translateX(-50%);
    content: "";
    background-color: var(--primary);
    position: absolute;
    bottom: -10px;
    height: 2px;
    width: 80px;
    left: 50%;
}



.contact-page .content i {
    color: #bd995c;
    /* background-color: var(--secondary); */
    font-size: 40px;
    padding: 2px 15px;
    /* border-radius: 5px; */
    /* border: 1px solid #80808078; */
    border-top: 0;
}

.contact-page .content .fa-phone-volume {
    padding: 15px 12px;

}

.contact-page .content p {

    color: gray;
    margin-top: 5px;
    font-size: 18px;
}

.contact-page .content p a {
    text-decoration: none;
    color: gray;
}

.contact-page .content:hover p {
    color: wheat;
}



/* contact-page end */


/* vision-mission start */

.vision-mission {
    position: relative;
    padding: 100px 0;
    background: url('img/vision-banner.jpg') center/cover no-repeat;
}

.vision-mission::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(6 23 55 / 87%);
}

.vision-mission .container {
    position: relative;
    z-index: 2;
}

.philo-box {
    color: #fff;
    padding: 20px 25px;
}

.philo-box i {
    font-size: 48px;
    color: #22aad0;
    margin-bottom: 15px;
}

.philo-box h4 {
    color: #22aad0;
    margin-bottom: 15px;
    font-weight: 600;
}

.philo-box p {
    font-size: 15px;
    line-height: 1.8;
    color: #ddd;
}

/* vision-mission start */

.academic-spectrum {
    padding: 90px 0;
    background: #fff;
}

.spectrum-title {
    font-size: 38px;
    margin-bottom: 50px;
    font-weight: 300;
}

.spectrum-grid {
    border: 1px solid #ddd;
}

.spectrum-box {
    border: 1px solid #ddd;
    padding: 15px 30px;
    min-height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.spectrum-box h3 {
    font-size: 70px;
    font-weight: 300;
}

.spectrum-box h6 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 20px;
}

.spec-flex {
    display: flex;
    align-items: center;
    gap: 15px;
}

.spec-flex h3 {
    font-size: 60px;
    font-weight: 300;
    line-height: 1;
}

.spec-flex img {
    width: 80px;
}

.big-box span {
    font-size: 70px;
    display: block;
    font-weight: 300;
}

.highlight-box {
    background: #23a8d161;
}

.facility-icons {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.facility-icons span {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #ff4d4d;
}

.facility-icons span img {
    height: 100%;
    width: 100%;
    padding: 10px;
}




/* faq-sec start */
.faq-sec {
    background: #21a9cfd9;
}

.faq-accordion .accordion-item {
    border: 0;
    margin-bottom: 15px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.faq-btn {
    font-weight: 600;
    color: #0a7a3d;
    background: #fff;
    border-radius: 12px;
}

.faq-btn:not(.collapsed) {
    background: #0a7a3d;
    color: #fff;
}

.faq-icon-circle {
    width: 32px;
    height: 32px;
    background: #e6f4ec;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: #0a7a3d;
}

.faq-btn:not(.collapsed) .faq-icon-circle {
    background: #fff;
    color: #0a7a3d;
}

.accordion-button::after {
    background-image: none;
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.accordion-button {
    font-size: 18px !important;
}

.accordion-button {
    padding: 0.5rem 1.25rem !important;
}

.accordion-button:not(.collapsed) {
    color: #ffffff !important;
    background-color: #0a7a3d !important;
    box-shadow: none !important;
}

/* faq-sec start */

/* error start */
#error {
    height: 80vh;
    background: linear-gradient(#314b7347, #051216), url(img/banner.jpg);
    background-size: cover;
    background-position: center;
}

#error .error {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    height: 100%;
}

#error .error h1 {
    font-size: 200px;
    /* color: #22a7d0; */
    font-weight: 800;
    color: var(--yellow);

}

#error .error h1 span {
    /* color: var(--yellow); */
    color: #22a7d0;

}

#error .error h2 {
    font-size: 50px;
    color: white;
    font-family: cursive;
    font-weight: bold;
}

#error .error p {
    font-size: 20px;
    color: white;

}

#error .error .sec-btn {
    margin-top: 20px;
}


/* career start */

.career-section {
    background: #f7f9fc;
}

.career-box {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
}

.career-title {
    font-size: 26px;
    font-weight: 700;
    color: #003366;
    margin-bottom: 25px;
}

.career-title i {
    color: #ffb400;
    margin-right: 10px;
}

.job-card {
    border-left: 4px solid #003366;
    padding: 25px;
    border-radius: 6px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 25px;
}

.job-heading {
    font-weight: 700;
    color: #003366;
    margin-bottom: 10px;
}

.job-card p {
    margin-bottom: 6px;
    color: #333;
}

.apply-btn {
    display: inline-block;
    margin-top: 12px;
    padding: 10px 22px;
    background: #003366;
    color: #fff;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
}

.apply-btn:hover {
    background: #ffb400;
    color: #000;
}

/* career form start */
/* .career-form-section{
  background:#f7f9fc;
} */

.career-form-box {
    background: #fff;
    padding: 35px;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
}

.career-form-box h3 {
    font-weight: 700;
    color: #003366;
}

.career-form-box .form-label {
    font-weight: 600;
    color: #003366;
}

.career-form-box .form-control:focus {
    box-shadow: none !important;
}

/* direc start */
#direc {
    position: relative;
    background: #e5af473d;
    padding: 50px 0px;
}

/* #direc::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 25%;
    background-color: var(--dark-blue);
    content: "";
z-index: -1;
} */
#direc .first-row .heading{
color: white;
}
#direc .first-row h4{
color: #b98506 !important ;
}
#direc .first-row .left p{
    font-size: 20px;
    line-height: 35px;
}




/* direc end */

/* about-page start */
#about-page .left{
    display: flex;
    justify-content: center;
    align-items: center;
}

#about-page .img-box {
    position: relative;
    padding: 20px;
   
}

#about-page .img-box .bor-1 {
    position: absolute;
    height: 10px;
    width: 40%;
    background-color: var(--dark-blue);
    left: 0;
    top: -15px;
    content: "";
}

#about-page .img-box .bor-2 {
    position: absolute;
    width: 10px;
    height: 40%;
    background-color: var(--dark-blue);
    top: -15px; 
    left: 0px;
    content: "";
}

#about-page .img-box .bor-3 {
    position: absolute;
    height: 10px;
    width: 40%;
    background-color: var(--dark-blue);
    right: 0;
    bottom: -15px;
    content: "";
}

#about-page .img-box .bor-4 {
    position: absolute;
    width: 10px;
    height: 40%;
    background-color: var(--dark-blue);
    bottom: -15px;
    right: 0px;
    content: "";
}
/* about-page end */
