/********** Template CSS **********/
:root {
    --primary: #2155a4;
    --secondary: #032b68;
    --light: #eff3f9;
    --dark: #181d38;
    --box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);

}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
    color: var(--primary);
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
    color: var(--primary);
}


/* ******************** Custom btn Start ************************ */


.btn_3 {
    background-color: 0;
    color: var(--primary);
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
}

.btn_3:before {
    content: "";
    border-radius: 50%;
    background-color: rgba(6, 77, 219, 0.338);
    position: absolute;
    left: 0;
    top: 50%;
    width: 50px;
    height: 50px;
    transition: 0.5s;
    transform: translate(0%, -50%);
}

.btn_3:after {
    content: "\f178";
    font-family: "FontAwesome";
    margin-left: 5px;
}

.btn_3:hover:before {
    border-radius: 40px;
    width: 100%;
}

.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}


/* ******************** Custom btn End ************************ */



/* ******************** Top Header Start ************************ */

.top-header {
    background: var(--light);
}

.top-header .top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
}

.top-header .top-shape {
    background: var(--primary);
}

.top-header .top-shape a {
    color: var(--light);
    text-decoration: none;
}

.top-header .top-shape a:hover {
    color: var(--light);
}

/* ******************** Top Header End ************************ */

/* ******************** Navbar Start ************************ */

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 13px;
    padding: 16px 0;
    color: #FFFFFF;
    font-size: 17px;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand img {
    width: 100%;
    height: 64px;
}


.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .dropdown-menu.fade-down {
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}

.navbar .navbar-toggler:active,
.navbar .navbar-toggler:focus {
    outline: none;
    border: none;
}

.navbar .navbar-toggler {
    color: white !important;
    border-color: white !important;
}

.navbar .navbar-toggler-icon {
    width: 24px;
    height: 18px;
    background-image: none;
    position: relative;
    border-bottom: 3px solid var(--primary);
    transition: all 300ms linear;
}

.navbar .navbar-toggler-icon:after,
.navbar .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 3px;
    background-color: var(--primary);
    top: 0;
    left: 0;
    content: '';
    /* z-index: 2; */
    transition: all 300ms linear;
}

.navbar .navbar-toggler-icon:after {
    top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

@media (max-width: 991.98px) {

    .navbar-collapse {
        position: absolute;
        background: var(--light);
        height: 100vh;
        width: 280px;
        left: -282px;
        top: 80px;
        box-shadow: var(--box-shadow);
        padding-top: 10px;
        padding-left: 32px;
        transition: .3s linear;
        z-index: 99;
    }

    .navbar-collapse.show {
        top: 80px;
        left: 0px;
    }
    .navbar-collapse .dropdown-item{
        font-size: 15px;
    }
}

@media (min-width: 1025px) {
    .navbar-light .navbar-nav .nav-link {
        margin-right: 22px;
    }
}

/* ******************** Navbar End ************************ */


/*** Header carousel ***/
.page-header {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(15, 23, 43, .7);
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

/* ******************** Section Heading Start ************************ */

.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--primary);
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary) !important;
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary) !important;
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}

.section-heading {
    color: var(--secondary);
}

/* ******************** Section Heading End ************************ */

/* ******************** About Start ************************ */

#about .about-img img {
    position: relative;
    z-index: 2;
}

#about .about-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background: var(--primary);
    transform: skew(20deg);
    z-index: 1;
}

#about i {
    color: var(--primary);
}

#about h2 {
    color: var(--secondary);
    margin-bottom: 21px;
}


/*** Facts & Visiting Hours ***/
.facts {
    background: var(--light);
}

.facts i {
    color: var(--secondary);
}

.facts h1 {
    color: var(--primary);
}

.facts h5 {
    color: var(--secondary);
}

.facts .fa-plus {
    color: var(--primary);
    font-size: 26px;
    margin-left: 5px;
}

/****** Mission-Vission ********/

.mission-vission-Box {
    text-align: center;
    padding: 46px 16px 6px;
    position: relative;
    border: 4px solid var(--secondary);
    border-radius: 20px;
    box-shadow: rgb(204, 219, 232) 4px 4px 8px 0px inset, rgba(255, 255, 255, 0.5) -4px -4px 8px 1px inset;
}

.mission-vission-Box:before,
.mission-vission-Box:after {
    content: "";
    background: var(--primary);
    width: 25px;
    height: 15px;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    top: 50px;
    left: 50%;
    -webkit-clip-path: polygon(100% 30%, 100% 66%, 50% 100%, 0 66%, 0 30%, 50% 60%);
    clip-path: polygon(100% 30%, 100% 66%, 50% 100%, 0 66%, 0 30%, 50% 60%);
    transition: all 0.3s;
}

.mission-vission-Box:hover:before {
    opacity: 1;
    top: 170px;
}

.mission-vission-Box:hover:after {
    opacity: 1;
    top: 180px;
}

.mission-vission-Box .mission-vission-icon {
    color: #fff;
    background: var(--primary);
    font-size: 40px;
    line-height: 100px;
    width: 100px;
    height: 100px;
    margin: 0 auto 50px;
    border-radius: 50%;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2);
    position: relative;
    transition: all 0.3s;
}

.mission-vission-Box .mission-vission-icon:before,
.mission-vission-Box .mission-vission-icon:after {
    content: "";
    border: 2px solid var(--primary);
    border-left: 2px dashed var(--primary);
    border-right: 2px dashed var(--primary);
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    transition: all 0.3s;
}

.mission-vission-Box .mission-vission-icon:after {
    transform: rotate(-45deg);
    top: -20px;
    left: -20px;
    bottom: -20px;
    right: -20px;
}

.mission-vission-Box:hover .mission-vission-icon:before {
    transform: rotate(-40deg);
}

.mission-vission-Box:hover .mission-vission-icon:after {
    transform: rotate(40deg);
}

.mission-vission-Box .mission-vission-icon i.fa {
    transition: all 0.3s;
}

.mission-vission-Box:hover .mission-vission-icon i.fa {
    transform: rotateX(360deg);
}

.mission-vission-Box .title {
    color: var(--secondary);
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 8px 0 5px;
}

.mission-vission-Box .description {
    color: var(--dark);
    font-size: 16px;
    text-align: center;
    line-height: 26px;
}


/* ******************** About End ************************ */


/* ******************** Directors Messag Start ************************ */
.director h1 {
    color: var(--primary);
}

.director h4 {
    color: var(--secondary);
}

.director i {
    color: var(--primary);
    font-size: 48px;
    margin-right: 16px;
    text-shadow: 8px 8px var(--light);
}

.director .director-item,
.director .director-item .director-img {
    position: relative;
}

.director .director-item {
    padding-right: 38px;
    padding-bottom: 38px;
}

.director .director-item .director-img {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--box-shadow);
}

.director .director-item .director-color {
    position: absolute;
    top: 64px;
    right: 0;
    bottom: 0;
    left: 64px;
    z-index: -1;
    background: var(--primary);
    border-radius: 20px;
    box-shadow: var(--box-shadow);
}


/* ******************** Directors Messag End ************************ */


/* ******************** Services Start ************************ */

.service-item {
    background: var(--light);
    transition: .5s;
    border: 2px solid var(--secondary);
    border-radius: 16px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.service-item i {
    color: var(--primary);
}

.service-item h5 {
    color: var(--secondary);
}

.service-item:hover {
    margin-top: -10px;
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}

/* ******************** Services End ************************ */


/* ******************** Event Start ************************ */

#event-news .notification {
    background: var(--light);
}

#event-news .notification .notification-info {
    border: 1px solid var(--primary);
    border-radius: 16px;
    padding: 16px;
    width: 100%;
    height: 400px;
    overflow-y: hidden;
}

#event-news .notification h3 {
    color: var(--primary);
}

#event-news .notification .notification-details {
    margin-bottom: 20px;
}

#event-news .notification .notification-details .heading {
    color: var(--secondary);
}

#event-news .notification .notification-details .text {
    color: grey;
}

#event-news .event {
    background: var(--primary);
}

#event-news .event h3 {
    color: white;
}

#event-news .event .event-carousel h4 {
    color: var(--dark);
}

#event-news .event .event-item {
    background: var(--light);
    padding: 18px;
}

#event-news .event .date-time {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--primary);
}

#news-event .news-box {
    border: 2px solid var(--secondary);
    background: var(--light);
    border-radius: 5px;
}

#news-event .news-box h3 {
    color: var(--primary);
}

#news-event .news-box p {
    color: var(--dark);
}



.clamped-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamped-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamped-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamped-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ******************** Event End ************************ */


/* ******************** Courses Start ************************ */

.category img,
.course-item img {
    transition: .5s;
}

.category a:hover img,
.course-item:hover img {
    transform: scale(1.1);
}

#courses .courses-box,
#courses .courses-box::before,
#courses .courses-box::after {
    box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.7);
}

#courses .courses-box {
    background-color: var(--light);
    border: 5px solid var(--primary);
    padding: 25px 15px;
    border-radius: 5px 25px 25px 25px;
    position: relative;
    margin-bottom: 64px;
}

#courses .courses-box::before,
#courses .courses-box::after {
    content: "";
    position: absolute;
    left: 0;
    height: 50%;
    width: 100%;
    border-radius: 25px;
    transition: transform 0.2s linear;
}

#courses .courses-box:hover::before,
#courses .courses-box:hover::after {
    transform: skewY(0);
}

#courses .courses-box::before {
    transform: skewY(10deg);
    background-color: var(--secondary);
    bottom: -32px;
    z-index: -1;
}

#courses .courses-box::after {
    transform: skewY(15deg);
    background-color: var(--dark);
    bottom: -50px;
    z-index: -2;
}

#courses .courses-box .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#courses .courses-box .top .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: var(--dark);
}

#courses .courses-box .top .icon i {
    color: white;
    font-size: 18px;
}

#courses .courses-box .mini-title {
    color: grey;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

#courses .courses-box .bottom {
    margin-top: 30px;
}

#courses .courses-box .bottom h2 {
    color: var(--primary);
}

#courses .courses-box .bottom p {
    color: var(--secondary);
}


.coursesBox {
    background-color: var(--light);
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 30px 20px 30px 30px;
    border-radius: 20px;
    box-shadow: 5px 0 12px rgba(0, 0, 0, 0.2), -7px 15px var(--primary);
    position: relative;
    z-index: 1;
}

.coursesBox:before {
    content: '';
    background-color: var(--primary);
    height: 70%;
    width: 15px;
    position: absolute;
    left: 0;
    bottom: 5px;
    clip-path: polygon(0% 0%, 100% 15%, 100% 85%, 0% 100%);
}

.coursesBox .courses-icon {
    color: var(--primary);
    font-size: 40px;
    margin: 0 auto 20px;
}

.coursesBox h2 {
    color: var(--secondary);
    text-transform: uppercase;
    margin: 0 0 15px;
}

.coursesBox p {
    color: var(--dark);
}

/* ******************** Courses End ************************ */


/* ******************** Testimonials Start ************************ */
.testimonials .testimonial-wrap {
    padding-left: 50px;
}

.testimonials .testimonial-item {
    padding: 30px 30px 30px 60px;
    margin: 0 15px 30px 0;
    box-shadow: 0px 2px 20px rgba(82, 86, 94, 0.1);
    background: var(--light);
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 10px;
    border: 4px solid var(--primary);
    position: absolute;
    left: 0px;
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: var(--dark);
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0;
}

.testimonials .testimonial-item .stars {
    margin: 10px 0;
}

.testimonials .testimonial-item .stars i {
    color: var(--secondary);
    margin: 0 1px;
}


/* ******************** Testimonials End ************************ */


/* ******************** Blog Start ************************ */

.recent-blog .blog-item {
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
    transition: 0.3s;
    border: 2px solid var(--primary);
    border-radius: 20px;
    overflow: hidden;
}

.recent-blog .blog-item .blog-img img {
    transition: 0.5s;
    overflow: hidden;
}

.recent-blog .blog-item .blog-date {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: var(--primary);
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 6px 12px;
    font-weight: 500;
}

.recent-blog .blog-item .blog-content {
    padding: 18px;
}

.recent-blog .blog-item .blog-title {
    font-size: 24px;
    color: var(--secondary);
    font-weight: 700;
    transition: 0.3s;
    margin-bottom: 15px;
}

.recent-blog .blog-item .meta i {
    font-size: 16px;
    color: var(--primary);
}

.recent-blog .blog-item .meta span {
    font-size: 15px;
    color: #838893;
}

.recent-blog .blog-item hr {
    color: #888;
    margin: 20px 0;
}

.recent-blog .blog-item .readmore {
    display: flex;
    align-items: center;
    font-weight: 600;
    line-height: 1;
    transition: 0.3s;
    color: #838893;
}

.recent-blog .blog-item .readmore i {
    line-height: 0;
    margin-left: 6px;
    font-size: 16px;
}

.recent-blog .blog-item:hover .blog-title,
.recent-blog .blog-item:hover .readmore {
    color: var(--primary);
}

.recent-blog .blog-item:hover .blog-img img {
    transform: scale(1.1);
}

/* ******************** Blog End ************************ */


/* ******************** Footer Start ************************ */

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 16px 0;
    font-size: 16px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

/* ******************** Footer End ************************ */



/* ******************** Students Corner Start ************************ */


.image-column {
    position: relative;
    margin-bottom: 50px;
}

.image-column .inner-column {
    position: relative;
    padding: 40px 40px 0px 0px;
}

.image-column .inner-column:after {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    left: 40px;
    bottom: 100px;
    z-index: -1;
    border: 5px solid var(--primary);
    border-radius: 32px;
    box-shadow: var(--box-shadow);
}

.image-column .inner-column .image {
    position: relative;
    border-radius: 32px;
    overflow: hidden;
}

.image-column .inner-column .image:before {
    position: absolute;
    content: '';
    left: -50px;
    bottom: -50px;
    width: 160px;
    height: 160px;
}

.image-column .inner-column .image img {
    position: relative;
    width: 100%;
    height: 360px;
    display: block;
    box-shadow: var(--box-shadow);
}

@media (max-width:576px) {
    .reverse {
        display: flex;
        flex-direction: column-reverse;
    }
}

.content-column h3 {
    color: var(--secondary);
}

/* ******************** Students Corner End ************************ */


/* ******************** Contact Start ************************ */
.info-box h3 {
    color: var(--secondary);
}

.contact-icon {
    background: var(--primary);
    width: 50px;
    height: 50px;
}

.contact-info h5 {
    color: var(--primary);
}

.contact-form {
    background: var(--light);
    border: 2px solid var(--primary);
    border-radius: 16px;
    padding: 20px;
}

/* ******************** Contact End ************************ */


/* ******************** Academics NIPS/NILS Start ************************ */
.academics h1 {
    color: var(--primary);
}

.academics .img-twice::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    border: 16px solid var(--light);
    border-radius: 20px;
    z-index: -1;
}

.academics .img-twice img {
    background: var(--primary);
    border-radius: 20px;
}

.academics .exp-edu {
    background: var(--light);
    padding: 16px;
    border-radius: 12px;
    box-shadow: var(--box-shadow);
}

.academics .exp-edu h5 {
    color: var(--secondary);
}

.academics .exp-edu p {
    color: var(--dark);
}

.academics .exp-edu h6 {
    color: var(--primary);
}

.academics .exp-edu .nav-pills {
    border: 2px solid var(--secondary);
    border-radius: 16px;
}

.academics .exp-edu button {
    border-radius: 16px;
}



/* Faq */
.faq .accordion-item {
    background: var(--light);
    border: 2px solid var(--primary);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 12px;
}

.faq .accordion-button {
    background: var(--light);
    color: var(--secondary);
    box-shadow: none;
    border: none;
    padding: 16px 32px;
}

.faq .accordion-button:not(.collapsed) {
    border-bottom: 4px solid var(--secondary);
    color: white;
    font-weight: bold;
    background-color: var(--primary);
}

.faq .accordion-button:focus {
    border-color: none;
    outline: 0;
    box-shadow: none;
}

/* ******************** Academics NIPS/NILS End ************************ */


/* ******************** Career Start ************************ */


.career .career-box .nav-pills {
    border: 1px solid var(--primary);
    border-radius: 16px;
}

.career .career-box button {
    border-radius: 16px;
    background: var(--light);
}

.career .career-box .career-info {
    background: #fbfdff;
    border: 2px solid var(--primary);
    padding: 21px;
    border-radius: 16px;
    box-shadow: var(--box-shadow);
}

.career .career-box h5 {
    color: var(--secondary);
}

.career .career-box h6 {
    color: var(--dark);
}

.career .career-box h6 label {
    color: var(--primary);
    margin-right: 10px;
}



/* ******************** Career End ************************ */

/* ******************** Admission Start ************************ */

.admission .nav-link {
    border: 1px solid var(--primary);
    border-radius: 16px;
    background: var(--light);
}

.admission .add-info {
    background: var(--light);
    padding: 16px;
    border-radius: 16px;
}

.admission .add-info h2 {
    color: var(--secondary);
    margin-bottom: 16px;
}

.admission .add-info h3 {
    color: var(--primary);
}

.admission .add-info ul {
    list-style: none;
}

.admission .add-info h6 {
    color: var(--secondary);
}

.admission .add-info h6 span {
    color: var(--dark);
}

.admission .add-info h5 {
    color: var(--secondary);
}

.admission .add-info p {
    color: var(--dark);
}

/* ******************** Admission End ************************ */


/* ******************** Admission Process Start ************************ */

.add-process .box {
    background: var(--light);
    border-radius: 16px;
    box-shadow: var(--box-shadow);
}

.add-process i {
    color: var(--secondary);
    height: 48px;
    width: 48px;
    border-radius: 50%;
    padding: 18px;
    background: var(--primary);
    text-shadow: 3px 3px #ffffff;
}

.add-process h3 {
    color: var(--dark);
    margin-top: 16px;
}

.add-process h5 {
    color: var(--secondary);
}

/* ******************** Admission Process End ************************ */


/* ******************** Applay Now Form Start ************************ */
.applay-form #msform {
    text-align: center;
    position: relative;
}

.applay-form #msform fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 16px;
    box-shadow: 0 2px 2px 2px var(--secondary);
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 16px;
    position: relative;
}

.applay-form #msform fieldset:not(:first-of-type) {
    display: none;
}

.applay-form #msform fieldset .form-card {
    text-align: left;
}

.applay-form #msform label {
    color: var(--primary);
    font-size: 18px;
    font-weight: 500;
}

.applay-form #msform .form-group {
    margin-bottom: 16px;
}

.applay-form #msform input,
.applay-form #msform textarea {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    box-sizing: border-box;
    color: var(--dark);
    font-size: 18px;
}

.applay-form #msform input:focus,
.applay-form #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    border-bottom: 2px solid var(--primary);
    outline-width: 0;
}


.applay-form #msform .action-button {
    width: 100px;
    background: var(--primary);
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

.applay-form #msform .action-button:hover,
.applay-form #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px var(--primary);
}


.applay-form #msform .action-button-previous {
    width: 100px;
    background: #616161;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

.applay-form #msform .action-button-previous:hover,
.applay-form #msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
}

.applay-form #progressbar {
    margin-bottom: 30px;
    padding-left: 0px;
    overflow: hidden;
    color: lightgrey;
}

.applay-form #progressbar .active {
    color: var(--dark);
}

.applay-form #progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 33%;
    float: left;
    position: relative;
}

.applay-form #progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007";
}

.applay-form #progressbar #address:before {
    font-family: FontAwesome;
    content: "\f2b9";
}

.applay-form #progressbar #documents:before {
    font-family: FontAwesome;
    content: "\f07b";
}

.applay-form #progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c";
}

.applay-form #progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

.applay-form #progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

.applay-form #progressbar li.active:before,
.applay-form #progressbar li.active:after {
    background: var(--primary);
}

.fs-title {
    color: var(--secondary);
    margin-bottom: 16px;
}
.fa-regular{
    color: var(--primary);
}
.applay-form h5{
    color: var(--secondary);
}
/* ******************** Applay Now Form End ************************ */
