/********** Template CSS **********/
:root {
    --primary: #1363C6;
    --secondary: #15ACE1;
    --light: #F4F7FE;
    --dark: #14183E;
}

body {
    font-family: "Google Sans", sans-serif !important;
    /* font-family: "Google Sans", sans-serif!important; */
    font-family: "Roboto", sans-serif !important;

    font-size: 1.15rem;
    color: #474747
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif !important;
    font-family: "Google Sans", sans-serif !important;
    font-family: "Roboto", sans-serif !important;
}

h6 {
    font-size: 1.05rem
}

p {
    font-size: 18px;
    line-height: 1.3;
}

b,
strong {
    font-weight: 500 !important;
}

.Sun_Title {
    font-family: "Calistoga", serif !important;
    font-family: "Roboto", sans-serif !important;
}

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

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

.back-to-top {
    position: fixed;
    display: none;
    right: 14px;
    bottom: 25px;
    z-index: 999;
}

.bg-light {
    background: #f2f2f2 !important
}

.bg-white {
    background: #fff !important
}

/*** Heading ***/
h1,
h2,
h3,
.fw-bold {
    font-weight: 700 !important;
}

h4,
h5,
h6,
.fw-medium {
    font-weight: 500 !important;
}

.fs20 {
    font-size: 20px !important
}

.fs18 {
    font-size: 18px !important
}

.fs22 {
    font-size: 22px !important
}

.fs24 {
    font-size: 24px !important
}

.fs26 {
    font-size: 26px !important
}

.text-justify {
    text-align: justify !important
}

/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}

.box-shadow {
    box-shadow: 0 0 10px #ccc;
}

/*** Navbar ***/
.sticky-top {
    top: -150px;
    transition: .5s;
    background: #1363c6;
    background: #fff !important;
}

.navbar {
    padding: 11px 0 !important;
    height: 90px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 0px;
    /* padding: 0; */
    color: rgba(255, 255, 255, .7);
    color: #474747;
    outline: none;
    font-weight: 400;
    font-size: 14px;
}

.navbar .navbar-nav-top .nav-link {
    margin-right: 10px;
    /* padding: 0; */
    color: rgba(255, 255, 255, .7);
    color: #474747;
    outline: none;
    font-weight: 400;
    font-size: 15px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #08599D;
}

.navbar-dark .navbar-toggler {
    color: rgb(0 0 0);
    border-color: rgb(3 88 153);
    background: #005998;
}

.navbar-nav.main-nav {
    border-top: 1px solid #00D1B4;
    padding-top: 0px;
    margin-top: 2px;
}

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

.navbar-brand img.img-fluid {
    max-width: 100%;
    height: 73px;
    object-fit: cover;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: #00D1B4;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        padding: 0 15px;
        background: #fff;
    }

    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-dark .navbar-brand img {
        width: 150px;
        height: auto;
    }
}

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

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.dropdown-menu {
    padding: 5px;
    border-radius: 0px;
    background: #fff !important
}

.dropdown-menu.dropdown-menu-last {
    right: 0px
}

.dropdown-item {
    padding: 0.4rem;
    margin-bottom: 2px;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #e9e9e9;
    font-weight: 400;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #14183e;
    background-color: #01589b;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #fff;
    background-color: #01589b;
}

.internal-banner .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #192335 !important;
    content: var(--bs-breadcrumb-divider, "|")
        /* rtl: var(--bs-breadcrumb-divider, "/") */
    ;
}

.internal-banner .breadcrumb .breadcrumb-item a,
.breadcrumb-item {
    color: #192335 !important;
    font-size: 16px;
    font-weight: 500
}

.carousel-inner .carousel-item img {
    position: relative;
    height: 380px;
    object-fit: cover;
}

.carousel-inner .carousel-item img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0;
    background: #0000008a;
}

.carousel-caption {
    background: #03a9f485;
    width: 100% !important;
    left: 0;
    bottom: 0;
    padding: 0;
    padding-top: 15px
}

.carousel-caption {
    background: url(../images/box-shadow.png);
    width: 100% !important;
    left: 0;
    bottom: 0;
    padding: 0;
    padding-top: 15px;
    position: static;
    background-position: bottom;
    background-size: contain;
}

.carousel-caption h5 {
    display: inline-block;
    color: #ffffff;
    text-shadow: 0px 0px 10px #000;
    padding-right: 15px;
    font-size: 18px;
}

.carousel-caption p {
    display: inline-block;
    color: #ffffff;
    text-shadow: 0px 0px 10px #000;
    border-left: 2px solid #fff;
    padding: 0px 15px;
    font-size: 15px;
    margin-bottom: 13px;
}


/*** Hero Header ***/
.hero-header {
    background-size: cover;
    background: url(../images/banners/pg-porgrams-banner.webp) top center no-repeat;
    position: relative;
    background-size: cover;
    min-height: 330px;
    align-items: center;
    display: flex;
    /*  background:linear-gradient(1deg, rgb(0 0 0 / 50%), rgb(255 255 255 / 80%)) fixed, url(../images/banners/banner3.webp);
  background-size: cover;  */
}

.hero-header1 {
    background-size: cover;
    background: url(../images/internalPage-banner.webp) top center no-repeat;
    position: relative;
    background-size: cover;
}

.hero-header::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0;
    background: #00000052;
    background: #00000000;
}

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

.hero-header h1 {
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    position: relative;
}

.hero-header p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
}

.hero-header p.sec-para {
    color: #fff;
    font-weight: 300
}

.banner-caption {
    background: url(../images/box-shadow.png);
    width: 100% !important;
    left: 0;
    bottom: 0;
    padding: 0;
    position: static;
    background-position: bottom;
    background-size: cover;
    padding-top: 18px;
}

.banner-caption p {
    align-items: center;
    display: flex;
    text-align: left;
    border-right: 1px solid #ffffff7a;
    justify-content: center;
}

.banner-caption p.b-none {
    border-right: 0px solid #ffffff7a;
}

.banner-caption img {
    width: 40px;
    display: inline;
}

.banner-caption span {
    width: fit-content;
    display: inline-block;
    margin-left: 10px;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 0;
    color: #fff
}

.banner-dots_1 {
    position: absolute;
    width: 170px;
    top: 0px;
    right: 10rem;
}

.gradient-overlay {
    position: relative;
}

.gradient-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.7),
            rgba(0, 0, 0, 0.3),
            rgba(0, 0, 0, 0));
    background: #00000053;
    z-index: 1;
}

.carousel-caption {
    z-index: 2;
    position: relative;
}

.carousel-inner .carousel-item img.banner-dots {
    width: 160px;
    position: absolute;
    z-index: 999;
    top: 75px;
    right: 20.15rem;
    height: fit-content;
}

.carousel-inner .carousel-item img.banner-dots2 {
    width: 70px;
    position: absolute;
    z-index: 999;
    bottom: 110px;
    left: 16.15rem;
    height: fit-content;
}

.red-dots {
    position: absolute;
    width: 70px;
    right: 18.15rem;
    top: 50px;
}

.red-dots2 {
    position: absolute;
    width: 70px;
    left: 18.15rem;
    top: 50px;
}

.gray-dots {
    position: absolute;
    width: 80px;
    left: 6.15rem;
    bottom: 50px;
}

.gray-dots2 {
    position: absolute;
    width: 160px;
    right: 12.15rem;
    bottom: 20px;
}

.gray-dots-left {
    position: absolute;
    width: 160px;
    left: 5.15rem;
    top: 15px;
}

h1.title,
h2.title {
    color: #034E70;
    color: #0160A0;
    font-weight: bold !important;
    font-size: 40px;
    margin-bottom: 10px !important;
}

p.Subtitle {
    font-size: 18px;
    color: #474747;
    font-weight: 500;

    line-height: 1.3;
}

/*** Program Section ***/
.CoursesSection {
    position: relative;
    z-index: 99
}

.CoursesSection .Courses-item {
    box-shadow: 0 0 10px #ccc;
    border-radius: 6px;
    padding: 30px 20px;
    height: 100%;
}

.Courses-item.PGP {
    background: url(../images/banners/home1.webp) top center no-repeat;
    position: relative;
    height: 23rem;
    background-size: cover;
    border-radius: 10px;
    z-index: 9999;
}

.Courses-item.MDP {
    background: url(../images/banners/home2.webp) top center no-repeat;
    position: relative;
    height: 23rem;
    background-size: cover;
    border-radius: 10px;
    z-index: 9999;
}

.Courses-item.MDP2 {
    background: url(../images/banners/home3.webp) top center no-repeat;
    position: relative;
    height: 23rem;
    background-size: cover;
    border-radius: 10px;
    z-index: 9999;
}

.Courses-item.Certification_awarded {
    background: url(../images/Certification_awarded.webp) top center no-repeat;
    position: relative;
    height: 23rem;
    background-size: cover;
    border-radius: 10px;
    z-index: 9999;
}

.Courses-item.Learning_format {
    background: url(../images/Learning_format.webp) top center no-repeat;
    position: relative;
    height: 23rem;
    background-size: cover;
    border-radius: 10px;
    z-index: 9999;
}

.Courses-item.PGP::before,
.Courses-item.MDP::before,
.Courses-item.MDP2::before,
.Courses-item.Certification_awarded::before,
.Courses-item.Learning_format::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0;
    background: #00000047;
    /* background: url("../images/Professionals-before---.webp");  */
    background-size: cover;
    border-radius: 12px
}

.Courses-item img {
    width: 80px;
    margin: 0 auto;
}

.CoursesSection.Career-Transforming .Courses-item h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 700 !important;
    margin: 10px 0;
    position: relative;
    z-index: 99;
    border-bottom: 1px solid #fff;
    padding-bottom: 0px;
    text-shadow: 0 0 10px #000
}

.CoursesSection.Career-Transforming .Courses-item h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 700 !important;
    margin: 10px 0;
    position: relative;
    z-index: 99;
    border-bottom: 0px solid #fff;
    padding-bottom: 0px;
    text-shadow: 0 0 10px #000
}

.CoursesSection .Courses-item h5 {
    color: #fff;
    font-size: 26px;
    font-weight: 700 !important;
    margin: 10px 0;
    position: relative;
    z-index: 99;
    border-bottom: 0px solid #fff;
    padding-bottom: 10px;
}

.Courses-item p {
    color: #192335;
    font-size: 16px;
    font-weight: 500 !important;
    margin-bottom: 0
}

.CoursesSection .Courses-item h6 {
    color: #fff;
    font-size: 17px;
    font-weight: 400 !important;
    margin-bottom: 0;
    position: relative;
    z-index: 99;

}

.CoursesSection .Courses-item h3 {
    color: #fff;
    font-size: 17px;
    font-weight: 400 !important;
    margin-bottom: 0;
    position: relative;
    z-index: 99;
    letter-spacing: normal !important;
    text-transform: capitalize;
}

.CoursesSection .Courses-item p {
    color: #fff;
    font-size: 15px;
    font-weight: 300 !important;
    margin-bottom: 0;
    position: relative;
    z-index: 99;
    text-shadow: 0 0 10px #000
}

/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 4px;
    bottom: 0;
    left: 0;
    background: var(--dark);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    bottom: 0;
    left: 50px;
    background: var(--dark);
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -25px;
}

.section-title.text-center::after {
    left: 50%;
    margin-left: 25px;
}

.section-title h6::before,
.section-title h6::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 2px;
    left: 0;
    background: rgba(33, 66, 177, .5);
}

.section-title h6::after {
    top: 5px;
    left: 3px;
}


/*** About ***/
.aboutSection .lastImg {
    margin-top: -2em
}

.about-img {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 0 10px #ccc;
}

.about-img img {
    width: 100%;
}

.about-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/bg-about-img.png) top left no-repeat;
    background-size: contain;
}

.aboutSection h6 {
    color: #192335;
    font-weight: 500;
    font-size: 19px
}

/*** Infini at a Glance ***/
.service-item {
    position: relative;
    padding: 5px 10px;
    transition: .5s;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 99;
}

.service-item .service-icon {
    margin: 0px auto 20px;
    width: 90px;
    transition: .5s;
}

.service-item .service-icon img {
    width: 50px;
}

.service-item h2 {
    transition: .5s;
    color: #00d1b4;
    font-size: 18px !important;
    margin-bottom: 5px !important;
}

.service-item p {
    transition: .5s;
    color: #474747;
    font-weight: 300;
    font-size: 15px;
    line-height: 145%;
}

/*** Professionals Section ***/
.Professionals-item {
    position: relative;
    border-radius: 10px;
}

.Professionals-item img {
    border-radius: 10px;
    height: 184px;
    object-fit: cover;
}

.Professionals-item::before {
    position: absolute;
    content: "";
    width: 100%;
    inset: 0;
    height: 100%;
    bottom: 0px;
    left: 0;
    background: #00000059;
    border-radius: 10px;
    /*background: url("../images/Professionals-before.webp");*/
    background-size: cover;
}

.Professionals-item h5 {
    position: absolute;
    bottom: 20px;
    z-index: 999;
    color: #fff;
    text-align: center;
    left: 50%;
    transform: translate(-50%, 10px);
    font-size: 18px;
    font-weight: 400 !important;
    width: max-content;
    width: 90%;
}

/*** Why-Choose Section ***/
.Why-Choose {
    background: url(../images/Why-Choose-background.webp) right center no-repeat;
    background-size: cover;
}

.Why-Choose .Courses-item {
    background: #ffffffcf;
    border: 1px solid #0290D0;
    border: 1px solid #283531;
    padding: 30px 20px;
    height: -webkit-fill-available;
    border-radius: 10px;
}

.Why-Choose .Courses-item h5 {
    color: #00d1b4;
    font-size: 18px;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    text-shadow: none !important;
}

.Why-Choose .Courses-item p {
    color: #474747;
    font-size: 15px;
    line-height: 145%;
    font-weight: 300 !important;
    text-shadow: none !important;
}

.Why-Choose .Courses-item,
.Why-Choose .Courses-item *,
.Foundation-planning .Courses-item,
.Foundation-planning .Courses-item * {
    text-shadow: none !important;
}

/*** facility Section ***/
.facilitySection {
    background: #8EA9FB;
    background: linear-gradient(90deg, rgba(142, 169, 251, 1) 0%, rgba(180, 141, 214, 1) 100%) !important;
}

.facilitySection .smallTitle1 {
    color: #ffffff !important;
    background: #ffffff6e;
    border: 1px solid #2F57EF21 !important;
    padding: 5px 40px !important;
}

.facilitySection .facility-item .item-card {
    background: #fff;
    padding: 20px !important;
}

.facilitySection .facility-item .item-card h4 {
    font-size: 24px;
    font-weight: 600 !important;
    margin: 20px 0 10px;
    color: #192335;
}

.facilitySection .facility-item .item-card p {
    font-size: 18px;
    margin-bottom: 0px;
    color: #6B7385;
}

.facility-carousel .owl-dots,
.main-carousel .owl-dots {
    margin-top: 30px;
    /* margin-left: 3rem; */
    text-align: center;
}

.facility-carousel .owl-dot,
.main-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin-right: 8px;
    width: 12px;
    height: 12px;
    background: #D9D9D9;
    border: 1px solid #D9D9D9;
    border-radius: 15px;
    transition: .5s;
}

.facility-carousel .owl-dot.active,
.main-carousel .owl-dot.active {
    width: 12px;
    background: #00D1B4;
    border: 1px solid #00D1B4;
}



/*** Experiences ***/
.Experiences .Experiences-item img {
    width: 40px;
    margin-bottom: 16px
}

.Experiences .facilitySection.Experiences-item p {
    font-size: 18px;
    color: #fff
}

.Experiences .Experiences-item {
    height: 100%;
    box-shadow: 0 0 10px #dfdcdc;
    border-radius: 6px;
}

.Experiences .Experiences-item p {
    font-size: 18px;
    color: #6B7385
}

.Experiences .Experiences-item .testimonials-Img {
    border: 4px solid #ffffff;
    border-radius: 25pc;
    width: 50px;
    margin-bottom: 0;
    margin-right: 15px;
}

.testimonial-marquee {
    overflow: hidden;
    position: relative;
    padding: 4px 0 0;
    /* box-shadow: 0px 0px 20px #ccc; */
    z-index: 999;
}

.testimonial-track {
    display: flex;
    animation: scroll-left 50s linear infinite;
    gap: 70px;
    padding: 10px 0;
}

.Industry .testimonial-track {
    display: flex;
    animation: scroll-left 30s linear infinite;
    gap: 70px;
    padding: 10px 0;
}

.testimonial-track img {
    height: 70px
}

.testimonial-track1 {
    display: flex;
    gap: 30px;
    animation: scroll-right 50s linear infinite;
}

.Students-Say h2.title {
    line-height: 1;
    margin-top: 20px;
}

.testimonial-item {
    flex: 0 0 33.3333%;
    /* Adjust based on number of items shown at once */
    min-width: 300px;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 18%);
    margin: 10px;
    height: 34rem;
    position: relative
}

.testimonial-item p {
    font-weight: 300;
    font-size: 16px;
    /* font-size: 15px; */
    line-height: 145%;
}

.testimonial-item .Testi-Name {
    position: absolute;
    bottom: 15px;
}

.testimonial-item .Testi-Name h6 {
    font-size: 16px;
    color: #00D1B4
}

.testimonial-item .Testi-Name p {
    font-size: 15px;
}

.testimonial-marquee .testimonial-item {
    flex: 0 0 33.3333%;
    /* Adjust based on number of items shown at once */
    min-width: 600px;
}

/* Pause on hover */
.testimonial-marquee:hover .testimonial-track {
    animation-play-state: paused;
}

/* Pause on hover */
.testimonial-marquee:hover .testimonial-track1 {
    animation-play-state: paused;
}

@keyframes scroll-left {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes scroll-right {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

/*** Feature ***/
.feature {
    background: url(../img/feature2.webp) center center no-repeat;
    background-size: cover;
}

.links {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.links li {
    display: inline-block;
    margin-bottom: 6px;
    margin-right: 2px;
}

.links li a {
    color: #fff;
    padding: 8px 20px;
    border: 1px solid #fff;
    background: #1363c6;
    /* border-radius: 35px; */
    display: block;
}

.links li a:hover {
    background: #14183e;
}

.btns {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.btns li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 5px;
    padding: 6px 20px;
    border: 1px solid #8b8b8b;
    border-radius: 50px;
    text-align: center;
}

.TabMenu {
    list-style: none;
    text-align: center;
}

.TabMenu li {
    padding: 20px 10px;
    background: #1363c6;
    color: #fff;
    border-bottom: 1px solid #FFF;
}

.TabMenu li a {
    color: #fff;
    font-size: 20px;
    display: block;
}

.TabMenu li.active,
.TabMenu li:hover {
    background: #14183e;
}

.TabMenu li.active a {
    color: #fff;
}

/*** Newsletter ***/
.newsletter {
    background: url(../img/bg-hero.png) center center no-repeat;
    background-size: cover;
}

/* 
.List{
	list-style: none;
    padding: 0; 
}  
.List li {
    border: 1px solid #fff;
    background: #1363d7;
    padding: 8px 7px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
    text-align: center;
}
.List li:hover{ 
	background:#14183e;
    border: 1px solid #fff;
}  */


.vertical-tabs {
    display: flex;
}

.tab-buttons {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.tab-link {
    border: none;
    cursor: pointer;
    transition: 0.3s;
    padding: 20px 10px;
    background: #1363c6;
    border-bottom: 2px solid #fff;
    font-size: 20px;
    text-align: center;
    color: #fff;
}

.tab-link:hover,
.tab-link.active {
    background-color: #14183e;
}

/* 
.tab-content-container {
  flex: 3;
  padding: 20px;
  height: 300px;
  overflow-y: hidden;
  position: relative;
} */

.tab-content {
    display: block;
    height: 300px;
    /* Same as the container height */
    overflow: hidden;
}

/* Academics Css  */
.hero-header.internal-banner {
    background: url(../img/banner/internal-banner.webp) center center no-repeat !important;
    background-size: cover !important;
}

.internal-banner.hero-header::before {
    display: none !important;
}

.Our-Approach {
    background: #fff
}

.Outcome {
    background: url(../img/banner/internal-banner.webp) center center no-repeat;
    background-size: cover;
}

.Outcome p {
    color: #454545;
    font-weight: 600;
}

.Visit-Us {
    background: url(../img/Visit-Us.webp) center center no-repeat;
    background-size: cover;
}

.Visit-Us.About {
    background: url(../img/about-visit-us.webp) center center no-repeat;
    background-size: cover;
}

.Visit-Us .smallTitle1 {
    color: #ffffff !important;
    background: #ffffff59;
    border: 1px solid #ffffff21 !important;
}

.Outcome p {
    color: #454545;
    font-weight: 600;
}

.StageLinks {
    border: 1px solid #929292;
    border-radius: 6px;
    list-style: none
}

.StageLinks li {
    flex: 0.5;
    padding: 8px;
    text-align: center
}

.StageLinks li a {
    color: #6B7385
}

.StageLinks li a.active,
.StageLinks li a:hover {
    background: #3557EE;
    color: #fff;
    border-radius: 6px;
}

.approach-carousel h4 {
    font-size: 19px;
    margin-top: 15px;
}

.approach-carousel p {
    font-size: 17px;
}

.approach-carousel .owl-dots {
    margin-top: 30px;
    /* margin-left: 3rem; */
    text-align: center;
}

.approach-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    border: 1px solid var(--primary);
    border-radius: 15px;
    transition: .5s;
}

.approach-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}

.Scholastic-Areas {
    background: #efefef;
    background: url(../img/banner/internal-banner.webp) center center no-repeat;
    background-size: cover
}

.Scholastic-Areas .nav-tabs {
    border-bottom: none;
}

.Scholastic-Areas .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 1px solid rgb(239 239 239);
    border-top-left-radius: 0px;
    border-top-right-radius: 0;
    background: #FFFFFF;
    color: #000;
    margin: 0 3px;
    font-weight: 500;
    font-size: 20px;
}

.Scholastic-Areas .nav-tabs .nav-link.active {
    background: #1363c6;
    color: #fff;
}


.tab-content-container {
    flex: 3;
    padding: 30px;
    height: 990px;
    overflow-y: hidden;
    /* No scrollbar */
    position: relative;
}

.tab-content-container .active-content {
    height: 100%;
    overflow: hidden;
    /* No scrollbar */
    position: relative;
}

.smallTitle1 {
    color: #2F57EF !important;
    background: #2F57EF21;
    border: 1px solid #2F57EF21 !important;
}

/*** Case Study ***/
.case-item img {
    transition: .5s;
}

.case-item:hover img {
    transform: scale(1.2);
}

.case-overlay {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: linear-gradient(rgba(20, 24, 62, 0), var(--dark));
    z-index: 1;
}

.case-overlay small {
    display: inline-block;
    padding: 3px 15px;
    color: #FFFFFF;
    background: rgba(20, 24, 62, .7);
    border-radius: 25px;
    margin-bottom: 15px;
}

.case-overlay span.btn:hover {
    color: var(--primary);
    background: #FFFFFF;
    border-color: #FFFFFF;
}

.Other-Products {
    list-style: none;
    padding: 0
}

.Other-Products li {
    display: inline-block;
    border: 1px solid #fff;
    background: #14183e;
    padding: 6px 12px;
}

.Other-Products li:hover {
    background: #1363c6;
    border: 1px solid #fff;
}

.Other-Products li a {
    color: #fff;
    font-size: 16px
}

.Other-Products li.active {
    background: #1363c6;
}

/*** Testimonial ***/
.testimonial-carousel {
    position: relative;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 40px;
    height: 100%;
    top: calc(50% - 50px);
    left: -21px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 5px 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    border: 1px solid var(--primary);
    border-radius: 40px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: #FFFFFF;
}

.testimonial-carousel .owl-dots,
.Success-Stories-carousel .owl-dots {
    margin-top: 25px;
    margin-left: 3rem;
    text-align: center;

}

.testimonial-carousel .owl-dot,
.Success-Stories-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin-right: 8px;
    width: 12px;
    height: 12px;
    background: #D9D9D9;
    border: 1px solid #D9D9D9;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active,
.Success-Stories-carousel .owl-dot.active {
    width: 12px;
    background: #E82422;
    border: 1px solid #E82422;
}


/*** Team ***/
.team-item {
    transition: .5s;
    border: 1px solid transparent;
    transition: .5s;
}

.team-item:hover {

    border-color: var(--primary);
}

.smallTitle {
    color: #DB7093 !important;
    background: #f7dde5;
    border: 1px solid #f7dde5 !important;
}

/*** Learn-at-Infini ***/
.Learn-at-Infini {
    background: url(../images/Learn-at-Infini.webp) center center no-repeat;
    position: relative;
    background-size: cover;
    background: #163E72;
}

/*.Learn-at-Infini::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0;
   background:#000000b8; 
} */

.Learn-at-Infini h2.title {
    color: #fff;
    font-weight: bold !important;
    font-size: 40px;
    position: relative;
    z-index: 99
}

.Learn-at-Infini p.Subtitle {
    font-size: 19px;
    color: #fff;
    font-weight: 400;
    position: relative;
    z-index: 99
}

.Learn-at-Infini ul {
    position: relative;
    z-index: 99;
    padding-left: 0px;
}

.Learn-at-Infini ul li {
    background: #ffffff7d;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 30px;
    z-index: 99;
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 16px;
    border: 1px solid #ffffff;
}

.Learn-at-Infini ul li img {
    margin-right: 3px
}

/*** Career Outcomes That Matter  ***/

.Outcomes-item {
    box-shadow: none;
    height: 100%;
    border-radius: 6px;
    padding: 30px 20px;
    background: #f2f2f2;
    box-shadow: 0 0 10px #000E240D;
}

.Outcomes-item img {
    width: 45px;
    margin: 10px auto;
}

.Outcomes-item h5 {
    color: #00D1B4;
    font-size: 18px;
    font-weight: 700 !important;
    margin-bottom: 5px !important;
}

.Outcomes-item P {
    color: #474747;
    font-size: 15px;
    line-height: 145%;
    font-weight: 300 !important;
    margin-bottom: 0
}


/*** contact Form ***/

#accordionFAQ1 h3 {
    font-weight: 400 !important;
    font-size: 16px;
    margin-bottom: 0;
    padding-top: 3px;
}


/* Success-Stories-carousel  */
.Success-Stories {
    background: url(../images/bg.webp) center center no-repeat;
    position: relative;
    background-size: cover;
}

.Success-Stories-carousel .Success-Stories-item {
    flex: 0 0 33.3333%;
    min-width: 300px;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 18%);
    margin: 10px;
    min-height: 20rem;
    position: relative;
    border: 1px solid #00D1B4;
}

.Success-Stories-carousel p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 4px;
}

/* Vision-Mission  */
.Vision-Mission {
    background: url(../img/vision-mission-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.Vision-Mission h3 {
    font-size: 32px;
    background: -webkit-linear-gradient(#2F57EF, #B966E7);
    background: linear-gradient(#2F57EF, #B966E7);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800 !important;
}

.Vision-Mission p {
    font-size: 17px;
    color: #6B7385;
}

.LeadershipSection p {
    font-size: 17px;
    color: #6B7385;
}

.LeadershipSection p span {
    color: #2F57EF;
    font-weight: 600
}

/* table css */
.table-wrapper {
    border-radius: 14px;
    margin: 0;
    padding: 0;
}

.table {
    margin: 0;
    background: #F8F8F8;
}

.table thead {
    color: #fff;
    background: #AAAAAA !important;
    border: none;
}

.table thead th {
    font-weight: 500;
    font-size: 16px;
}

.table tbody td {
    font-size: 15px;
    font-weight: 300;
    color: #474747;
}

.table>:not(caption)>*>* {
    padding: .7rem .5rem;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: rgb(248 248 248);
    color: var(--bs-table-striped-color);
}

.documents li {
    color: #474747;
    margin-bottom: 10px;
    font-size: 18px
}

.documents li i {
    color: #e9781c;
    margin-right: 4px;
}

.Tabber .nav-pills {
    background: transparent;
    padding: 5px;
    display: inline-flex;
    gap: 3px;
    justify-content: center;
    text-align: center;
}

.nav-pills .nav-link {
    background: #ccc;
    border: 0;
    border-radius: 0px;
    margin: 0px 2px;
    color: #14183e;
    font-weight: 500;
    padding: 10px 19px;
    width: 99%;
    border-radius: 10px 10px 0 0;
    font-size: 16px;
    box-shadow: none;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background: #163E72;
}

.Tabber .nav-pills.Vertical-tab {
    min-width: 200px;
    justify-content: flex-start;
    padding: 8px 4px;
    border-radius: 10px;
}



/*** Career-Transforming Programs ***/
.Career-Transforming .Courses-item {
    box-shadow: none;
    border-radius: 0px;
    padding: 30px 20px 40px;
    height: 23rem;
    border-radius: 10px;

}

.Career-Transforming .Student-Life .Courses-item {
    border-radius: 0px;
}

.Career-Transforming .Life-at {
    background: url(../images/Life-at.jpg) center center no-repeat;
    position: relative;
    background-size: cover;
}

.Career-Transforming .Infini-Star {
    background: url(../images/Infini-Star.jpg) center center no-repeat;
    position: relative;
    background-size: cover;
}

.Career-Transforming .Events-Activities {
    background: url(../images/Events-Activities.jpg) center center no-repeat;
    position: relative;
    background-size: cover;
}

.Career-Transforming .Courses-item.Life-at::before,
.Career-Transforming .Courses-item.Infini-Star::before,
.Career-Transforming .Courses-item.Events-Activities::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0;
    background: #00000094;
}

.Career-Transforming .Courses-item h5 {
    font-weight: 500 !important;
    z-index: 1;
    font-size: 20px
}

.border-radius0 {
    border-radius: 0 !important;
}

.Career-Transforming .Courses-item p {
    font-weight: 300 !important;
    z-index: 1;
    width: 290px;
    line-height: 145%;
}

/*** Invest ***/
.Invest {
    background: url(../images/Invest-bg1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/***  Construction-Career-Insights ***/
.Construction-Career-Insights .Courses-item {
    box-shadow: none;
    height: 100%;
    border: 1px solid #D9D9D9;
    height: 100%;
    border: 1px solid #D9D9D9;
    /* border: 1px solid #283531; */
    box-shadow: 0 0 10px #000e240d;
}

.Construction-Career-Insights .Courses-item h5 {
    color: #00D1B4;
    font-size: 18px;
    font-weight: 600 !important;
    margin-bottom: 5px !important;
    padding: 0;
}

.Construction-Career-Insights .Courses-item P {
    color: #474747;
    font-size: 15px;
    line-height: 145%;
    font-weight: 300 !important;
    margin-bottom: 0;
}

/*** FAQs ***/
.FAQs-section {
    background: #F6F6F6
}

.FAQs-section h1 {
    color: #034E70;
    font-weight: 800 !important;
    font-size: 42px;
}

.FAQs-section p {
    font-size: 18px;
    color: #474747;
    font-weight: 500;
    line-height: 1.3;
}

.accordion .accordion-item {
    border: none;
    margin-bottom: 15px;
    border: 1px solid #D9D9D9;
    border-radius: 10px !important;
    padding: 15px;
}

.accordion .accordion-button {
    border-radius: 10px !important;
    outline: none !important;
    font-size: 18px;
    padding: 0px;
}

.accordion .accordion-button:not(.collapsed) {
    color: #6A7391;
    background: #fff;
    box-shadow: none;
    padding: 0;
    padding-bottom: 15px;
}

/* 
.accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
} */

.accordion .accordion-body {
    padding: 0;
    font-size: 16px;
    line-height: 145%;
    border-top: 1px solid #D9D9D9;
    padding-top: 15px;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #89b1e3;
    outline: 0;
    box-shadow: none;
}

/*** contact Form ***/
.contactForm-sec h1 {
    color: #034E70;
    font-weight: 800 !important;
    font-size: 42px;
}

.contactForm-sec p {
    font-size: 18px;
    color: #474747;
    font-weight: 500;
    line-height: 1.3;

}

.form-container {
    border-radius: 10px;
    box-shadow: 0 0 10px #ADADAD;
    padding: 35px 25px
}

.contactForm-sec .form-group input,
.contactForm-sec .form-group select {
    background: #f6f6f6;
    outline: none;
    border: none;
    font-size: 16px;
    /* border-bottom: 1px solid #666; */
    width: 100%;
    padding: 6px 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    color: #ADADAD;
    line-height: 34px;
}

.contactForm-sec .form-group select {
    padding: 13px 10px;
    color: #626262;
    margin-bottom: 0px;
}

.contactForm-sec small {
    font-size: 13px
}

.contactForm-sec .form-group label {
    display: inline-block;
    font-size: 13px;
    margin-bottom: 6px;
    padding-left: 2px;
}

.contactForm-sec .form-group textarea {
    background: #f6f6f6;
    outline: none;
    border: none;
    font-size: 17px;
    width: 100%;
    padding: 6px 10px;
    margin-bottom: 5px;
    border-radius: 10px;
}

.main-btn {
    background: #00D1B4;
    padding: 12px 40px;
    border: none;
    color: #fff;
    border-radius: 47px;
    font-size: 16px;
    outline: none !important;
}

.main-btn:hover {
    background: #e82422;
    color: #fff;
}

.Invest .main-btn {
    border: 1px solid #fff;
}

.Invest .main-btn:hover {
    background: #e82422;
    color: #fff;
    border: 1px solid #fff;
}

.Invest .main-btn2 {
    background: none;
    border: 1px solid #fff;
}

.Invest .main-btn2:hover {
    background: #e82422;
    color: #fff
}

.Invest .main-btn3 {
    background: none;
    border: 1px solid transparent;
}

.Invest .main-btn3:hover {
    background: #e82422;
    color: #fff
}

.conta .form-group {
    display: flex;
}

.conta .form-group .fa {
    line-height: 32px;
    color: #254a9c;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0px;
}

.form-control {
    border: none;
    border-bottom: 1px solid #b7b7b7;
    background-color: transparent;
    border-radius: 0;
    /*margin-bottom: 30px;*/
    margin-bottom: 0px;
    box-shadow: none;
    font-size: 18px;
    color: #53585f;
    padding-left: 25px;
}

.conta .form-group .form-control {
    border: none;
    border-bottom: 1px solid #b7b7b7;
    background-color: transparent;
    border-radius: 0;
    /*margin-bottom: 30px;*/
    margin-bottom: 0px;
    box-shadow: none;
    font-size: 18px;
    color: #53585f;
    padding-left: 25px;
}

.conta input[type=radio] {
    margin-bottom: 0;
    height: 20px;
    /*margin-right: -100px;*/
    width: 20%;
    margin-right: -30px;
    margin-top: 0px;
}

.conta .form-group .form-control:focus {
    border-bottom: 1px solid #254a9c;
    box-shadow: none;
}

.conta .admission {
    background-color: #c00f1d;
    display: inline-block;
    padding: 0 0 0 10px;
    margin-bottom: 44px;
}

.conta .admission a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.conta .admission:hover {
    background-color: #840a14;
}

.conta .admission .fa-angle-right {
    font-size: 20px;
    color: #fff;
    background-color: #840a14;
    padding: 10px 20px;
    margin-left: 20px;
}

.ContactInfo .fas {
    padding: 8px;
    background: #eb7a24;
    color: #fff;
    border-radius: 4px;
    align-items: center;
    display: inline-block;
    margin-right: 8px;
    min-width: 34px;
    text-align: center;
}

.ContactInfo h4 {
    background: #05589d;
    padding: 7px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 600 !important;
    margin-bottom: 15px;
}

.ContactInfo p.Address {
    font-weight: 500 !important;
}

.image {
    transition: transform 0.3s ease;
    /* smooth animation */
    height: 290px;
    object-fit: cover;
    width: 100%;
    box-shadow: 0 0 10px #ccc;
    border: 10px solid #fff;
}

.image:hover {
    transform: scale(1.05);
    /* slightly zoom in */
    z-index: 2;
    /* bring hovered image above others */
}

.AdmissionEnquiry {
    position: fixed;
    right: -60px;
    top: 48.6%;
    rotate: 0deg;
    padding: 10px 10px;
    transform: translate(-42%, 0px);
    z-index: 999;
    border-radius: 20px 0 0 20px;
    min-width: 130px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #0290D0;
    box-shadow: 0 0 10px #00073633;
    background: #fff
}

.TalkToExpert {
    position: fixed;
    right: -87px;
    top: 57%;
    rotate: 0deg;
    padding: 10px 20px;
    transform: translate(-50%, 0px);
    z-index: 999;
    border-radius: 20px 0 0 20px;
    min-width: 130px;
    font-size: 16px;
    font-weight: 400;
    font-weight: 500;
    border: 1px solid #0290D0;
    box-shadow: 0 0 10px #00073633;
    background: #fff
}

.TalkToExpert:hover,
.AdmissionEnquiry:hover {
    background: #e82422;
    color: #fff;
    border: 1px solid #fff;
}

.whatsapp-btn {
    position: fixed;
    top: 40%;
    right: 15px;
    border-radius: 30PX;
    Z-INDEX: 999;
    width: 45px;
    box-shadow: 0 0 10px #00073633;
}

/*** InternalPage  ***/
.internalPage h2.title,
h2 {
    color: #0160A0;
}

.internalPage h2 {
    color: #0160A0;
}

.internalPage h3 {
    color: #034E70;
    font-weight: 500 !important;
    font-size: 28px;
}

.internalPage h4 {
    color: #034E70;
    font-weight: 400 !important
}

/*.internalPage h5{
    color: #034E70;
    font-weight: 500 !important;
	margin-top:30px
} */
.internalPage .Courses-item ul {
    padding-left: 20px;
}

.internalPage .Courses-item ul li {
    color: #fff;
    font-size: 16px;
    position: relative;
    z-index: 99
}

.internalPage .Learn-at-Infini ul li {
    font-size: 18px;
}

.internalPage ul.List {
    padding-left: 20px;
    list-style: none
}

.internalPage .tab-content ul.List li {
    font-size: 18px;
    line-height: 2;
    position: relative;
}

.internalPage .tab-content ul.List li::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 12px;
    left: -20px;
    background: #E82422;
    border-radius: 48px;
}

.internalPage .Learn-at-Infini ul li {
    background: transparent;
    color: #fff;
    font-weight: 300;
    font-size: 17px;
    padding: 8px 0px;
    border-radius: 0px;
    z-index: 99;
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 6px;
    border-bottom: 1px dashed #ffffff;
}

.internalPage .Learn-at-Infini ul li::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 16px;
    left: -20px;
    background: #fff;
    border-radius: 48px;
}

.BeforeList {
    list-style: none;
    padding: 0
}

.BeforeList li {
    display: inline-block;
    /* width: 200px; */
    border: 1px solid #ccc;
    padding: 10px 20px;
    text-align: center;
    font-size: 18px;
    border-radius: 45px;
    background: #ffffff;
    margin-bottom: 12px
}

.section2 {
    flex: 1;
    margin: 0 10px;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.section2.Before-Infini {
    background: #FFF2F2;
}

.section2.Before-Infini h3 {
    color: #E57373;
    font-size: 24px;
    font-weight: bold !important;
}

.section2.Before-Infini ul {
    padding-left: 0px;
}

.section2.Before-Infini li {
    font-size: 16px;
    font-weight: 300;
    color: #474747;
    margin-top: 10px;
}

.section2.Before-Infini li img {
    width: 24px;
    padding-right: 6px;
}

.section2.After-Infini {
    background: #EAFFFC;
}

.section2.After-Infini h3 {
    color: #00D1B4;
    font-size: 24px;
    font-weight: bold !important;
}

.section2.After-Infini ul {
    padding-left: 0px;
}

.section2.After-Infini li {
    font-size: 16px;
    font-weight: 300;
    color: #474747;
    margin-top: 10px;
}

.section2.After-Infini li img {
    width: 24px;
    padding-right: 6px;
}

.after {
    border-left: 5px solid #0290D0;
    background: url(../images/Professionals-before--.webp);
    background-size: 130%;
    background-position: center top;
}

.internalPage .Courses-item.PGP::before,
.internalPage .Courses-item.MDP::before,
.internalPage .Courses-item.MDP2::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0;
    background: #0000008a;
    /* background: url(../images/Professionals-before--.webp); */
    background-size: cover;
    border-radius: 10px;
}

.internalPage .CoursesSection .Courses-item h5 {
    color: #fff;
    font-size: 18px;
}

.internalPage .CoursesSection .Courses-item ul {
    margin-bottom: 10px
}

.Recognitions-Sec .wg-box-content {
    box-shadow: 0 0 10px #ccc;
    border-radius: 6px;
    padding: 30px 20px;
    height: 100%;
}

.Recognitions-Sec .Recognitions {
    background: url(../images/Recognitions.png) top center no-repeat;
    position: relative;
    height: 23rem;
    background-size: cover;
    border-radius: 10px;
    z-index: 99;
}

.Recognitions-Sec .Recognitions2 {
    background: url(../images/Recognitions1.png) top center no-repeat;
    position: relative;
    height: 23rem;
    background-size: cover;
    border-radius: 10px;
    z-index: 99;
}

.Recognitions-Sec .Recognitions3 {
    background: url(../images/Recognitions2.png) top center no-repeat;
    position: relative;
    height: 23rem;
    background-size: cover;
    border-radius: 10px;
    z-index: 99;
}

.Recognitions-Sec.Recognitions::before,
.Recognitions-Sec.Recognitions2::before,
.Recognitions-Sec.Recognitions3::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0;
    background: #00000047;
    /* background: url("../images/Professionals-before---.webp");  */
    background-size: cover;
    border-radius: 12px
}

.Recognitions-Sec .wg-box-content h5 {
    color: #fff;
}

.Recognitions-Sec .wg-box-content p {
    color: #fff;
    font-size: 16px
}

/* Infrastructure-Sec  */
.Infrastructure-Sec img {
    border-radius: 10px;
    box-shadow: 0 0 10px #626262;
}

.Infrastructure-Sec ul.List {
    padding-left: 20px;
    list-style: none
}

.Infrastructure-Sec ul.List li {
    font-size: 17px;
    line-height: 2;
    position: relative;
}

.Infrastructure-Sec ul.List li::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 12px;
    left: -20px;
    background: #E82422;
    border-radius: 48px;
}

.Application-Driven {
    margin-bottom: 1.6rem;
}

.Application-Driven img {
    border-radius: 10px;
    box-shadow: 0 0 10px #ccc;
}

.Application-Driven h5 {
    font-size: 18px;
    font-weight: 700 !important;
    color: #00D1B4;
    line-height: 125%;
}

.Application-Driven p {
    font-size: 16px;
    font-weight: 300;
    color: #474747;
    line-height: 145%;
}

/* Media-Sec */
.Media-Sec p {
    font-size: 16px
}

.Media-Sec ul.List {
    padding-left: 20px;
    list-style: none
}

.Media-Sec ul.List li {
    font-size: 17px;
    line-height: 2;
    position: relative;
}

.Media-Sec ul.List li::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 12px;
    left: -20px;
    background: #E82422;
    border-radius: 48px;
}

/* Leadership-Sec */
.Leadership-Sec {
    background: linear-gradient(0deg, #f9f9f9 75%, #ffffff 20%);
}

.Placement-preparation .Courses-item {
    box-shadow: 0 0 10px #ccc;
    padding: 30px 10px;
    background: #ffffffcf;
    /* border: 1px solid #0290D0; */
    padding: 30px 20px;
    height: -webkit-fill-available;
    border-radius: 10px;
}

/* style Guide css */
.Color-Palette p {
    font-size: 13px;
    margin-bottom: 6px
}

.Color-Palette .Brand-Color {
    background: #0290D0;
    height: 160px;
    border-radius: 14px;
    color: #fff;
    padding-top: 100px;
}

.Color-Palette .Brand-Color2 {
    background: #E82422;
    height: 160px;
    border-radius: 14px;
    color: #fff;
    padding-top: 100px;
}

.Color-Palette .Text-Heading {
    background: #034E70;
    height: 160px;
    border-radius: 14px;
    color: #fff;
    padding-top: 100px;
}

.Color-Palette .Text-Color {
    background: #474747;
    height: 160px;
    border-radius: 14px;
    color: #fff;
    padding-top: 100px;
}

.Color-Palette .bG-Color {
    background: #FBFBFB;
    height: 160px;
    border-radius: 14px;
    color: #000;
    padding-top: 100px;
}

.Color-Palette .bG-Color2 {
    background: #F2FBFF;
    height: 160px;
    border-radius: 14px;
    color: #000;
    padding-top: 100px;
}

/* Bullet-Points */
.Bullet-Points ul.List {
    padding-left: 20px;
    list-style: none
}

.Bullet-Points ul.List li {
    font-size: 18px;
    line-height: 2;
    position: relative;
}

.Bullet-Points ul.List li::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 12px;
    left: -20px;
    background: #E82422;
    border-radius: 48px;
}

.Career-Transforming .Events-Activities2 {
    background: url(../images/Infini-Star.webp) center center no-repeat;
    position: relative;
    background-size: cover;
}

.Career-Transforming .Events-Activities2::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0;
    background: #00000094;
}



/* Hover Effect  */
.main-btn-hover {
    background: #e82422;
    color: #fff;
}

.Secondary-btn {
    background: transparent;
    color: #0290D0;
    border: 1px solid #0290D0
}

/* Infographic  */
.Infographic .InfographicSec {
    position: relative;
    display: flex;
}

.Infographic .InfographicSec img {
    width: 200px
}

.Infographic .InfographicSec img.icons {
    width: 50px;
}

.Infographic .InfographicInfo {
    position: absolute;
    top: 50%;
    left: 28%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.Infographic .InfographicInfo h3 {
    color: #fff;
}

.Infographic2 .Outcomes-item {
    border-width: 20px;
    border-style: ridge;
    border-image: linear-gradient(to bottom, #E7F4FA, #0290D0) 1 100%;
    border-left: none;
    border-radius: 10px;
    background: #fff;
}


.Professional-item {
    position: relative;
}

.Professional-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgb(255 255 255), rgb(255 255 255 / 55%));
    z-index: 1;
}

.Professional-item {
    z-index: 2;
}

.Professionals2 .Professional-item h5 {
    color: #00D1B4;
    font-size: 18px;
    font-weight: 700 !important;
    margin: 10px 0;
    z-index: 9;
}

.Professionals2 .Professional-item p {
    color: #474747;
    font-size: 15px;
    font-weight: 300;
    line-height: 145%;
    z-index: 9;
}



/* Software-expertise */
.Software-expertise .Courses-item {
    background: transparent;
    border: 1px solid #ededed;
    padding: 20px 10px;
    height: -webkit-fill-available;
    border-radius: 10px;
}

.Software-expertise .Courses-item img {
    width: 70px;
    margin: 0px auto;
}

.Software-expertise .Courses-item h5 {
    color: #474747;
    font-size: 16px;
    font-weight: 600 !important;
}

.Software-expertise .Courses-item p {
    font-size: 14px
}

.Professional-item h5 {
    color: #00D1B4;
    font-size: 18px;
    font-weight: 700 !important;
    margin: 10px 0;
}

.Professional-item p {
    color: #474747;
    font-size: 15px;
    font-weight: 300;
    line-height: 145%;
}

.owl-carousel .owl-item .Experts-item img {
    width: 170px;
    height: 160px;
    margin: 15px auto;
    background: #9b9b9b;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 0 10px #ccc;
}

.Experts-item h5 {
    color: #00D1B4;
    font-size: 18px;
    font-weight: 600 !important;
}

.Experts-item p {
    color: #474747;
    font-size: 15px;
    font-weight: 300;
    Line-height: 145%;
    margin-bottom: 6px;
}

.Experts-item a {
    color: #474747;
    font-size: 15px;
    font-weight: 300;
    line-height: 145%;
}

.Foundation-planning .Courses-item {
    background: #F2F2F2;
    border: none;
    padding: 25px 15px 20px;
    height: -webkit-fill-available;
    border-radius: 10px;
}

.Foundation-planning .Courses-item img {
    width: 40px;
    margin: 0 0 10px;
}


.Voices-item {
    box-shadow: none;
    height: 100%;
    border-radius: 6px;
    padding: 15px 20px;
    position: relative;
}

.Voices-item img {
    margin: 5px auto 15px;
}

.Voices-img-container {
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin: 5px auto 15px;
}

.Voices-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 !important;
}

.Voices-item img.PlayIcon {
    position: absolute;
    width: 60px;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
}

.Voices-item h5 {
    color: #00D1B4;
    font-size: 18px;
    font-weight: 700 !important;
    margin-bottom: 5px !important;
}

.Voices-item P {
    color: #474747;
    font-size: 15px;
    line-height: 145%;
    font-weight: 300 !important;
    margin-bottom: 0
}

.Voices-item a.LinkedIn {
    color: #0160A0;
    font-size: 15px;
    line-height: 145%;
    font-weight: 300 !important;
    margin-bottom: 0
}

.LPA.Learn-at-Infini h2.title {
    color: #E4C186 !important;
}

.LPA-item {
    background: url(../images/box-shadow.png);
    width: 100% !important;
    left: 0;
    bottom: 0;
    padding: 0;
    position: static;
    background-position: bottom;
    background-size: cover;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px #36363675;
    height: stretch;
}

.LPA.Learn-at-Infini p.Subtitle {
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding-bottom: 20px;
}

.LPA.Learn-at-Infini small {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}

p.Icon {
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

p.Icon img {
    width: 28px;
    height: 24px;
    object-fit: contain;
    padding-right: 6px;

}

.LPA.Learn-at-Infini .logos img {
    width: 150px;
    height: 90px;
    object-fit: contain;
}

.Invest.placement_Invest {
    background: url(../images/placement_Invest_BG.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.inverted-commas {
    position: absolute;
    width: 40px;
    right: 30px;
}

.owl-carousel.Real_Career .item-card {
    background: #fff;
    border-radius: 10px;
    margin: 0px;
    padding: 20px;
}

.owl-carousel.Real_Career .Experts-item img {
    width: 140px;
    height: 140px;
    margin: 0px 0 12px;
    background: #9b9b9b;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 0 10px #ccc;
}

.owl-carousel.Real_Career .Experts-item img.growth_1 {
    position: absolute;
    right: 50px;
    width: 50px;
    top: 0px;
    background: transparent;
    box-shadow: none;
    object-fit: contain;
}

.owl-carousel.Real_Career p {
    font-size: 14px;
}

.owl-carousel.Real_Career p span {
    font-weight: 600;
    font-size: 14px;
}

.banner-caption .counter span {

    font-size: 14px;
}

.banner-caption span.counterTxt {
    font-size: 28px;
    margin-left: 2px;
    font-weight: 500;
}

.tabs_list li {
    display: inline-block;
    font-size: 16px;
    margin-right: 20px;
}

.tabs_list li img {
    width: 24px;
}

.Placement-Support .Foundation-planning .col-lg-3 {
    padding-top: 60px;
    border-top: 1px solid #A3A3A3;
    margin-top: 30px;
}

.Placement-Support .Foundation-planning .Courses-item {
    background: url(../images/Placement-Support-bg.webp);
    border: none;
    padding: 30px 15px;
    height: -webkit-fill-available;
    border-radius: 10px;
    background-size: cover;
    box-shadow: 0 0 6px #000E240D;
    position: relative;
}

.Placement-Support .Foundation-planning .Courses-item::before {
    position: absolute;
    content: "01";
    width: 42px;
    height: 42px;
    top: -82px;
    left: 50%;
    background: #E31E25;
    transform: translate(-35px, 0px);
    border-radius: 52px;
    border: 2px solid #E31E25;
    box-shadow: none;
    text-align: center;
    padding-top: 7px;
    color: #fff;
    font-weight: 500;
}

.Placement-Support .Foundation-planning .Courses-item::after {
    position: absolute;
    content: " ";
    width: 1px;
    height: 41px;
    top: -40px;
    left: 50%;
    background: #A3A3A3;
    transform: translate(-15px, 0px);
}

.Placement-Support .Foundation-planning .Courses-item.Placement-Support1::before {
    content: "02";
}

.Placement-Support .Foundation-planning .Courses-item.Placement-Support2::before {
    content: "03";
}

.Placement-Support .Foundation-planning .Courses-item.Placement-Support3::before {
    content: "04";
}

.Placement-Support .Foundation-planning .Courses-item.Placement-Support4::before {
    content: "05";
}

.Placement-Support .Foundation-planning .Courses-item img {
    background: #f2f2f2;
    padding: 10px;
    width: 46px;
    border-radius: 10px;
    box-shadow: 0 0 10px #000E240D;
}

.Placement-Support .Foundation-planning .Courses-item h5 {
    color: #00D1B4;
    font-size: 18px;
    font-weight: 600 !important;
}

.Placement-Support .Foundation-planning .Courses-item p {
    color: #fff;
    font-weight: 300 !important;
    font-size: 15px;
}

.internalPage .Courses-item ul.List2 li {
    font-size: 15px;
    font-weight: 300;
    color: #474747;
    margin: 7px 0px;
}










@media (min-width: 992px) {
    .Software-expertise .col-lg-3 {
        flex: 0 0 auto;
        width: 20%;
    }

    .Placement-Support .Foundation-planning .col-lg-3 {
        flex: 0 0 auto;
        width: 20%;
    }

    .Professionals2 .col-lg-3 {
        flex: 0 0 auto;
        width: 20%;
    }
}



/*** Footer ***/
.footer-bg {
    background: #161D22;
}

.footer {
    background-size: contain;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .5);
    border: 1px solid rgba(256, 256, 256, .1);
    border-radius: 40px;
    transition: .3s;
}

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

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: #AAAAAA;
    font-weight: normal;
    transition: .3s;
    font-weight: 300;
    font-size: 15px;
    line-height: 120%;
}

.footer .btn.btn-link:hover {
    color: #fff;
}

.footer .btn.btn-link:hover {
    box-shadow: none;
}

.footer .copyright {
    padding: 15px 0 0;
    font-size: 16px;
    border-top: 1px solid #939393;
}

.footer .copyright a {
    color: #666666;
}

.footer .copyright a:hover {
    color: #666666;
}

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

.footer h5 {
    color: #DEDEDE;
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: 30px;
    font-weight: 400 !important;
}



.footer small.Certified-title {
    color: #fff;
    font-size: 10px
}

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

.footer .copyright .col-md-6:last-child p {
    text-align: right;
}

.FooterBorder {
    border-left: 1px solid #686868;
    padding-left: 12px;
}

.form-group {
    margin-bottom: 5px;
    position: relative;
}

.hightech-link .rounded {
    border-radius: 4px !important;
    width: 20px;
}

.fw300 {
    font-weight: 300 !important
}

.Industry {
    background: #F6F6F6
}

.Industry img,
.Academic img {
    height: 70px;
    object-fit: contain
}

.Academic {
    box-shadow: 0 0 10px #ccc;
    z-index: 99;
    height: stretch;
}

/* Validation Messages */
#contactForm .form-control {
    padding: .5rem .0rem;
    border-radius: 0px;
    font-size: 17px;
}

#contactForm .btn {
    border-radius: 0px;
}

.validation-message {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    position: absolute;
    top: 100%;
}

.error {
    color: red;
}

.successMsg {
    color: green;
}

.valid {
    border-color: green;
}

.invalid {
    border-color: red;
}


@media (min-width: 992px) {
    .newsletter .container {
        max-width: 100% !important;
    }

    .newsletter .newsletter-text {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }

    h2 {
        font-size: 2.5rem;
    }

    h3 {
        font-size: 30px;
    }

    .Companies-Hiring .col-lg-2 {
        flex: 0 0 auto;
        width: 12%;
    }
}

@media (min-width: 1200px) {
    .newsletter .newsletter-text {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1300px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1250px;
    }
}

@media (min-width: 1700px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1600px;
    }
}

@media (min-width: 1400px) {
    .newsletter .newsletter-text {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


@media (max-width:1280px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 5px;
        font-size: 15px;
    }
    
.carousel-inner .carousel-item img.banner-dots { 
    top: 85px;
    right: 1.15rem; 
}
}

@media (max-width:991px) {
    .footer .copyright {
        text-align: center;
    }

    .footer .copyright .col-md-6:last-child p {
        text-align: center;
    }

    .news-and-eventsTitle {
        text-align: center;
    }

    .eventsImg {
        width: 100%;
    }

    .bannerInfo {
        margin-top: 0px !important;
    }
}

@media (max-width:767px) {

    h1.title,
    h2.title {
        font-size: 24px;
        margin-bottom: 20px !important;
    }

    .CoursesSection.pb-5 {
        padding-bottom: 0rem !important;
    }

    .about-img {
        margin-bottom: 30px;
    }

    .Our-Commitment {
        border-top: 2px solid #9ab0ed;
        padding-top: 0px;
    }

    .service-item {
        margin-top: 35px;
    }

    .NewsInfo {
        text-align: center;
        margin-top: 20px;
        padding: 20px;
    }

    .hero-header {
        background-size: cover;
    }

    .carousel-caption {
        position: inherit;
        background: #03A9F4;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 10px
    }

    .carousel-caption h5 {
        padding-right: 5px;
        font-size: 18px;
    }

    .carousel-caption p {
        padding: 0px 10px;
        font-size: 18px;
        margin-bottom: 8px
    }

    .footer .row.g-5,
    .gy-5 {
        --bs-gutter-y: 0rem;
        --bs-gutter-x: 0rem;
    }

    .section2 {
        flex: auto;
        margin: 0 10px;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        margin: 15px 0px;
    }

    .hero-header h1 {
        font-size: 22px;
    }

    .Placement-preparation .Courses-item {
        padding: 20px 10px;
    }

    .internalPage h2.title,
    h2 {
        font-size: 28px;
    }

    .internalPage h2 {
        font-size: 28px;
    }

    .text-justify {
        text-align: center !important;
    }

    .nav-pills .nav-link {
        width: 100%;
        border-radius: 50px;
        border: 1px solid #9caab0;
    }

    .Tabber .nav-pills {
        background: transparent;
        padding: 5px 15px
    }

    .Tabber .nav-pills li {
        width: -webkit-fill-available;
    }

  
    .LPA-item {
        margin-bottom: 20px;
    }

    .banner-caption {
        display: none;
    }

    .Invest .main-btn {
        border: 1px solid #e82422;
        margin: 10px 0;
    }

    .LPA.Learn-at-Infini .logos img {
        margin-bottom: 20px;
    }

}

@media (min-width: 768px) {
    .Professionals .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .Software-expertise .col-md-3 {
        flex: 0 0 auto;
        width: 20%;
    }
}


.wg-box-content {
    position: relative;
    width: 94%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
}

.wg-box-content .wg-box-content-overlay {
    background: rgba(0, 0, 0, 0.9);
    background: rgb(0 0 0 / 64%);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.wg-box-content:hover .wg-box-content-overlay {
    opacity: 1;
}

.mainTitle {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    position: absolute !important;
    bottom: 40px !important;
    border: none !important;

}

.wg-box-content:hover .mainTitle {
    opacity: 0 !important;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.mainTitle h5 {
    border: none !important;
}

.mainTitle a {
    color: #fff;
    font-size: 16px
}

.wg-box-content-image {
    width: 100%;
}

.wg-box-content-details {
    position: absolute;
    text-align: left;
    padding-left: 1em;
    padding-top: 1.6em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.wg-box-content:hover .wg-box-content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.wg-box-content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.wg-box-content-details p {
    color: #fff;
    font-size: 0.8em;
}

.wg-box-fadeIn-bottom {
    top: 50%;
    height: 100%;
    padding-top: 25px;
}


.timeline {
    display: flex;
    flex-direction: column;
    margin: 20px auto;
    position: relative;
}

.timeline__event {
    margin-bottom: 20px;
    position: relative;
    display: flex;
    margin: 20px 0;
    border-radius: 6px;
    align-self: center;
    width: 50vw;
}

.timeline__event:nth-child(2n+1) {
    flex-direction: row-reverse;
}

.timeline__event:nth-child(2n+1) .timeline__event__date {
    border-radius: 0 6px 6px 0;
}

.timeline__event:nth-child(2n+1) .timeline__event__content {
    border-radius: 6px 0 0 6px;
}

.timeline__event:nth-child(2n+1) .timeline__event__icon:before {
    content: "";
    width: 2px;
    height: 100%;
    background: #f6a4ec;
    position: absolute;
    top: 0%;
    left: 50%;
    right: auto;
    z-index: -1;
    transform: translateX(-50%);
    -webkit-animation: fillTop 2s forwards 4s ease-in-out;
    animation: fillTop 2s forwards 4s ease-in-out;
}

.timeline__event:nth-child(2n+1) .timeline__event__icon:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #f6a4ec;
    position: absolute;
    right: 0;
    z-index: -1;
    top: 50%;
    left: auto;
    transform: translateY(-50%);
    -webkit-animation: fillLeft 2s forwards 4s ease-in-out;
    animation: fillLeft 2s forwards 4s ease-in-out;
}

.timeline__event__title {
    font-size: 1.2rem;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 400;
    color: #9251ac;
    letter-spacing: 1px;
    font-family: "Calistoga", serif !important;
    margin-bottom: 10px
}

.timeline__event__content {
    padding: 20px;
    box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
    background: #fff;
    width: calc(55vw - 84px);
    border-radius: 0 6px 6px 0;
}

.timeline__event__date {
    color: #f6a4ec;
    font-size: 1.5rem;
    font-weight: 600;
    background: #9251ac;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 0 20px;
    border-radius: 6px 0 0 6px;
}

.timeline__event__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9251ac;
    padding: 20px;
    align-self: center;
    margin: 0 20px;
    background: #f6a4ec;
    border-radius: 100%;
    width: 40px;
    box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
    padding: 40px;
    height: 40px;
    position: relative;
}

.timeline__event__icon i {
    font-size: 32px;
}

.timeline__event__icon:before {
    content: "";
    width: 2px;
    height: 100%;
    background: #f6a4ec;
    position: absolute;
    top: 0%;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    -webkit-animation: fillTop 2s forwards 4s ease-in-out;
    animation: fillTop 2s forwards 4s ease-in-out;
}

.timeline__event__icon:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #f6a4ec;
    position: absolute;
    left: 0%;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
    -webkit-animation: fillLeftOdd 2s forwards 4s ease-in-out;
    animation: fillLeftOdd 2s forwards 4s ease-in-out;
}

.timeline__event__description {
    flex-basis: 60%;
}

.timeline__event--type2:after {
    background: #555ac0;
}

.timeline__event--type2 .timeline__event__date {
    color: #87bbfe;
    background: #555ac0;
}

.timeline__event--type2:nth-child(2n+1) .timeline__event__icon:before,
.timeline__event--type2:nth-child(2n+1) .timeline__event__icon:after {
    background: #87bbfe;
}

.timeline__event--type2 .timeline__event__icon {
    background: #87bbfe;
    color: #555ac0;
}

.timeline__event--type2 .timeline__event__icon:before,
.timeline__event--type2 .timeline__event__icon:after {
    background: #87bbfe;
}

.timeline__event--type2 .timeline__event__title {
    color: #555ac0;
}

.timeline__event--type3:after {
    background: #24b47e;
}

.timeline__event--type3 .timeline__event__date {
    color: #aff1b6;
    background-color: #24b47e;
}

.timeline__event--type3:nth-child(2n+1) .timeline__event__icon:before,
.timeline__event--type3:nth-child(2n+1) .timeline__event__icon:after {
    background: #aff1b6;
}

.timeline__event--type3 .timeline__event__icon {
    background: #aff1b6;
    color: #24b47e;
}

.timeline__event--type3 .timeline__event__icon:before,
.timeline__event--type3 .timeline__event__icon:after {
    background: #aff1b6;
}

.timeline__event--type3 .timeline__event__title {
    color: #24b47e;
}

.timeline__event:last-child .timeline__event__icon:before {
    content: none;
}

@media (max-width: 786px) {
    .timeline__event {
        flex-direction: column;
        align-self: center;
    }

    .timeline__event__content {
        width: 100%;
    }

    .timeline__event__icon {
        border-radius: 6px 6px 0 0;
        width: 100%;
        margin: 0;
        box-shadow: none;
    }

    .timeline__event__icon:before,
    .timeline__event__icon:after {
        display: none;
    }

    .timeline__event__date {
        border-radius: 0;
        padding: 20px;
    }

    .timeline__event:nth-child(2n+1) {
        flex-direction: column;
        align-self: center;
    }

    .timeline__event:nth-child(2n+1) .timeline__event__date {
        border-radius: 0;
        padding: 20px;
    }

    .timeline__event:nth-child(2n+1) .timeline__event__icon {
        border-radius: 6px 6px 0 0;
        margin: 0;
    }
}

@-webkit-keyframes fillLeft {
    100% {
        right: 100%;
    }
}

@keyframes fillLeft {
    100% {
        right: 100%;
    }
}

@-webkit-keyframes fillTop {
    100% {
        top: 100%;
    }
}

@keyframes fillTop {
    100% {
        top: 100%;
    }
}

@-webkit-keyframes fillLeftOdd {
    100% {
        left: 100%;
    }
}

@keyframes fillLeftOdd {
    100% {
        left: 100%;
    }
}

.Tabber .tab-content .Courses-item h5 {
    color: #00d1b4 !important;
}

.Tabber .tab-content {
    height: auto !important;
    overflow: visible !important;
}

.Tabber .Courses-item {
    height: 100% !important;
}

/* Premium modern tabs for MDP curriculum */
/* .Tabber .nav-pills {
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
    display: flex !important;
    box-shadow: none !important;
    margin-bottom: 35px !important;
    border: none !important;
}

.Tabber .nav-pills .nav-link {
    background: transparent !important;
    border: 0 !important;
    border-radius: 50px !important;
    color: #4a5568 !important;
    font-weight: 600 !important;
    padding: 10px 24px !important;
    font-size: 15px !important;
    transition: all 0.3s ease !important;
    width: auto !important;
    box-shadow: none !important;
}

.Tabber .nav-pills .nav-link:hover {
    color: #0160A0 !important;
}

.Tabber .nav-pills .nav-link.active {
    background: #0160A0 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 10px rgba(1, 96, 160, 0.25) !important;
} */

/* Premium modern CurriculumCard styles */
.CurriculumCard {
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    border-radius: 18px !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03) !important;
    padding: 35px 28px !important;
    height: 100% !important;
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s ease !important;
    position: relative !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
}

.CurriculumCard:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.07) !important;
}

/* Top accent borders */
.CurriculumCard.accent-blue {
    border-top: 4px solid #0160A0 !important;
}

.CurriculumCard.accent-teal {
    border-top: 4px solid #0160A0 !important;
}

.CurriculumCard.accent-orange {
    border-top: 4px solid #0160A0 !important;
}

/* Certification Programs Styles */
.cert-heading-wrapper {
    display: inline-block;
    max-width: 100%;
}

.cert-heading-wrapper .text-nowrap {
    white-space: nowrap;
}

.cert-heading-wrapper .content-paragraph {
    text-align: justify;
    text-align-last: center;
    white-space: normal;
    margin-bottom: 0;
}

.cert-card {
    background-color: #ffffff;
    border: none !important;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.cert-card h5 {
    font-size: 1.15rem;
    font-weight: 600;
    color: #14183E;
    line-height: 1.4;
}

.cert-badge {
    display: inline-block;
    padding: 6px 12px;
    font-size: 0.85rem;
    background-color: #F4F7FE;
    color: #474747;
    border-radius: 4px;
    margin-right: 5px;
    margin-bottom: 8px;
    font-weight: 500;
}

.cert-badge i {
    color: #1363C6;
}

/* Logo Marquee & Success Stories Custom Styles */
.logo-marquee-wrapper {
    overflow: hidden;
    width: 100%;
    padding: 15px 0;
    position: relative;
}

.logo-marquee-track-left {
    display: inline-flex;
    align-items: center;
    gap: 30px;
    animation: marquee-left 35s linear infinite;
}

.logo-marquee-track-right {
    display: inline-flex;
    align-items: center;
    gap: 30px;
    animation: marquee-right 35s linear infinite;
}

.logo-marquee-wrapper:hover .logo-marquee-track-left,
.logo-marquee-wrapper:hover .logo-marquee-track-right {
    animation-play-state: paused;
}

.logo-marquee-item {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 70px;
    background: #fff;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.logo-marquee-item:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
}

.logo-marquee-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

@keyframes marquee-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes marquee-right {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

.transition-hover {
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.transition-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08) !important;
    border-color: #f15a22 !important;
}

.alumni-hero-sub {
    font-size: 1.3rem;
    font-weight: 300;
    opacity: 0.95;
    line-height: 1.5;
}

.alumni-hero-cta {
    font-size: 1.25rem;
}

.alumni-card-soft-blue {
    background-color: #F4F8FA !important;
    border: 1px solid #E4ECF0 !important;
}

.alumni-card-soft-peach {
    background-color: #FFF6F4 !important;
    border: 1px solid #FCE4DE !important;
}

.alumni-card-soft-orange {
    background-color: #FDF2F0 !important;
    border: 1px solid #FCE4DF !important;
}

.alumni-badge-initial {
    background-color: #EBF3FC !important;
    color: #1B4F72 !important;
    border: 1px solid #D4E6F1 !important;
}

.alumni-badge-program {
    background-color: #FFF2EE !important;
    color: #D93B01 !important;
    border: 1px solid #FFD3C4 !important;
}

.alumni-badge-middle {
    background-color: #F0F4F8 !important;
    color: #334E68 !important;
    border: 1px solid #D9E2EC !important;
}

.alumni-badge-destination {
    background-color: #FEF7E0 !important;
    color: #B06000 !important;
    border: 1px solid #FADF91 !important;
}

.alumni-student-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 12px;
}

.alumni-lead-text {
    font-size: 1.15rem;
    line-height: 1.7;
    font-weight: 500;
}

.alumni-muted-text {
    line-height: 1.6;
    font-size: 0.95rem;
}

.alumni-blue-text {
    line-height: 1.6;
    font-size: 0.95rem;
    color: #0160A0 !important;
}

.alumni-highlights-card {
    background-color: #F4F8FA !important;
    border: 1px solid #E4ECF0 !important;
    max-width: 700px;
}

.alumni-highlights-list {
    line-height: 2;
    text-align: justify;
}

.text-justify-last-center {
    text-align: justify !important;
    text-align-last: center !important;
}

/* Generic Soft Backgrounds */
.bg-soft-blue {
    background-color: #f0f7ff !important;
}

.bg-soft-peach {
    background-color: #FFF6F4 !important;
}

.bg-soft-orange {
    background-color: #FDF2F0 !important;
}

.bg-soft-teal {
    background-color: #f0fdfa !important;
}

.bg-soft-yellow {
    background-color: #fffbeb !important;
}

.bg-soft-purple {
    background-color: #f5f3ff !important;
}

/*** Faculty Page Custom Styles ***/
.quote-box {
    position: relative;
    background: #f8f9fa;
    border-left: 4px solid #1363C6;
    padding: 20px 20px 20px 45px;
    border-radius: 8px;
    margin-top: 15px;
    font-style: italic;
}

.quote-box::before {
    content: "\201C";
    position: absolute;
    left: 10px;
    top: 5px;
    font-size: 60px;
    color: rgba(19, 99, 198, 0.2);
    font-family: Georgia, serif;
    line-height: 1;
}

.faculty-img {
    border: 5px solid #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.expert-card {
    transition: all 0.3s ease;
    height: 100%;
}

.expert-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
}

.placeholder-img {
    background-color: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    height: 200px;
    width: 100%;
    object-fit: cover;
}

/* Corporate Page Styles */
.marquee-container {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
}

.marquee-content {
    display: inline-block;
    animation: marquee 20s linear infinite;
}

.marquee-content img {
    height: 60px;
    margin: 0 30px;
    vertical-align: middle;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.process-flow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.process-step {
    background-color: #f8f9fa;
    padding: 15px 25px;
    border-radius: 8px;
    font-weight: 600;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    min-width: 150px;
}

.process-arrow {
    color: #2F57EF;
    font-size: 24px;
}

.soft-card {
    background-color: #f9fbfd;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 25px;
    height: 100%;
    transition: transform 0.3s;
}

.soft-card:hover {
    transform: translateY(-5px);
}

.soft-card-icon {
    font-size: 2rem;
    color: #2F57EF;
    margin-bottom: 15px;
}



@media (max-width: 767.98px) {
    .hero-header .col-lg-10 {
        text-align: center !important;
    }
    .carousel-inner .carousel-item img.banner-dots {
        top: 85px;
        right: -2.85rem;
    } 
}