@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/fontawesome.min.css');
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
li {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.section-padding {
    padding: 3rem 0;
}

.section-heading {
    font-size: 40px;
    padding-bottom: 1rem;
}

.section-para {
    font-size: 16px;
    padding-bottom: 1rem;
}


/* header */
/* BASIC SETUP */

.page-wrapper {
    width: 100%;
    height: auto;
    padding: 1rem 0;
}

.nav-wrapper {
    width: 100%;
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 0;
    background-color: #fff;
}

/* NAVIGATION */

.logo {
    max-width: 70%;
}

.navbar {
    display: grid;
    grid-template-columns: 1fr 3fr;
    align-items: center;
    overflow: hidden;
}

.navbar ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-self: end;

}

.nav-item a {
    color: #707070;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease-out;
}

.nav-item a:hover {
    color: #000;
}

.is-active a {
    color: #000;
}

/* MOBILE MENU & ANIMATION */

.menu-toggle .bar {
    width: 25px;
    height: 3px;
    background-color: #3f3f3f;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-toggle {
    justify-self: end;
    margin-right: 25px;
    display: none;
}

.menu-toggle:hover {
    cursor: pointer;
}

#mobile-menu.is-active .bar:nth-child(2) {
    opacity: 0;
}

#mobile-menu.is-active .bar:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}

#mobile-menu.is-active .bar:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}

/* Media Queries */

/* Mobile Devices - Phones/Tablets */

@media only screen and (max-width: 991px) {
    .features {
        flex-direction: column;
        padding: 50px;
    }


    /* MOBILE NAVIGATION */

    .navbar ul {
        display: flex;
        flex-direction: column;
        position: fixed;
        justify-content: start;
        top: 71px;
        right: 0;
        background-color: #fff;
        width: 100%;
        height: calc(100vh - 55px);
        transform: translate(-101%);
        text-align: center;
        overflow: hidden;
        z-index: 1;
    }

    .navbar li {
        padding: 15px;
    }

    .navbar li:first-child {
        margin-top: 10px;
    }

    .navbar li a {
        font-size: 1rem;
    }

    .menu-toggle,
    .bar {
        display: block;
        cursor: pointer;
    }

    .mobile-nav {
        transform: translate(0%) !important;
    }

    .nav-on {
        overflow: hidden;
    }

    .mobile-nav {
        z-index: 2;
    }

}

/* mba-internatinal-banner */
.mob-banner {
    display: none;
}

.mba-international-banners {
    position: relative;
    color: #fff;
    z-index: 1;
}

.mba-international-wrapper-flex {
    position: absolute;
    top: 8%;
    left: 8%;
}

.form-wrapper {
    position: absolute;
    top: 4%;
    right: 3%;
    z-index: 999999;
    width: 28%;
}

.admission-btn {
    color: #fff;
    font-size: 16px;
    background-color: #FF6B00;
    border-radius: 5px;
    padding: 1rem 1.5rem;
    text-decoration: none;
    margin-bottom: 2rem;
    font-weight: 600;
}

.admission-btn:hover {
    color: #fff;
}

.profesional-para {
    font-size: 24px;
    margin-bottom: 1rem;
    font-weight: 600;
}

.mba-text {
    font-size: 52px;
    margin-bottom: 1rem;
    font-weight: 700;
}

.evening-text {
    font-size: 26px;
    font-weight: 400;
    padding-bottom: 3rem;
}

.excallance-img-wrapper {
    padding-top: 4rem;
}

/* benifits section */
.benefits-heading {
    color: #0078FF;
    font-weight: 600;
    text-align: center;
}

.benefits-heading-wrapper-flex {
    display: flex;
}

.benefits-heading-wrapper {
    width: 90%;
}

.benefits-para {
    color: #000;
    font-weight: 500;
    text-align: center;
}

.benefits-cards {
    width: calc((100% - 200px) / 5);
    border: 1px solid #7070704D;
    border-radius: 10px;
    padding: 1rem;
}

.benefits-cards-heading {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 1rem;
    height: 50px;
}

.benefits-cards-para {
    font-size: 14px;
    font-weight: 400;
}

.benefits-card-wrapper-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 3rem 0 2rem;
}

.benefits-cards img {
    padding-bottom: 1rem;
}

.benefits-cards:hover {
    box-shadow: 0px 8px 2px #0078FF33;
}

/* program-details-heading */
.program-details-heading {
    color: #FF6B00;
    text-align: center;
    font-weight: 600;
}

.program-detail-para {
    color: #000;
    font-weight: 500;
    text-align: center;
}

/*  */
.tab-wrapper {
    margin: 3rem 0;
}

.tabs {
    list-style: none;
    padding: 0;
    text-align: center;
    margin-bottom: -2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabs li {
    display: inline-block;
    padding: 10px 8px;
    font-size: 22px;
    color: #000;
    background: #fff;
    border: 1px solid #FFB400;
    border-radius: 10px;
    margin: 2px;
}

.tab-content {
    background: #E5F1FF;
    border-radius: 20px;
    background-size: cover;
    display: none;
    font-size: 20px;
    color: #000;
    padding: 6rem 3rem;
}

.btn {
    background-color: #ddb821;
    color: #000;
    font-size: 18px;
    padding: 8px 24px;
    border: 1px solid #ddb821;
    border-radius: 19px;
}

ul.tabs li.active,
ul.tabs li:hover {
    background: #FFB400;
    color: #fff;
    border: 1px solid #FFB400;
    border-radius: 10px;
    cursor: pointer;
}

.tab-content.active {
    display: block;
}

.program-tabs-wrapper-flex {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
}

.program-tab-info {
    width: calc((100% - 100px) / 3);
}

.tab-inner-wrapper-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.tab-heading {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.tab-para {
    font-size: 12px;
    font-weight: 200;
    color: #000;
}

.tab-img-wrapper {
    width: 20%;
}

.tab-text-wrapper {
    width: 80%;
    padding-left: 8px;
}

.terms-condition {
    font-size: 12px;
    color: #000;
    font-weight: 600;
    text-align: right;
}


/* placement-section */

.placement-section {
    background: url("../images/placement-bg.png") no-repeat;
    background-size: cover;
}

.placement-outer-wrapper-flex {
    display: flex;
    flex-wrap: wrap;
    padding: 3rem 0;
    align-items: center;
}

.placement-img-wrapper {
    width: 40%;
}

.placement-info-wrapper {
    width: 60%;
    padding-left: 5rem;
    /* padding: 6rem 1rem 6rem  6rem; */
}

.placement-logo-outer-wrapper-flex-1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 80%;
    margin-left: 18rem;
    margin-bottom: 2rem;
}

.placement-logo-outer-wrapper-flex-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 70%;
    margin-left: 22rem;
    margin-bottom: 2rem;
}

.placement-logo-wrapper {
    width: calc((100% - 30px) / 8);
}

.placement-details-wrapper-flex {
    width: calc((100% - 30px) / 2);
    display: flex;
    margin-bottom: 1.5rem;
}

.internship-wrapper-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.half-square-icon-wrapper {
    width: 10%;
}

.placement-details {
    width: 90%;
}

.placement-heading {
    color: #0078FF;
    font-weight: 600;
    padding-bottom: 1rem;
}

.placement-para {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    width: 70%;
    padding-bottom: 1rem;
}

.placement-text {
    font-size: 16px;
    font-weight: normal;
}

.placement-bottom {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    padding-left: 19rem;
}

/* seamless education section */
.seamless-education-section {
    background: url("../images/seamless-education-bg.png") no-repeat;
    background-size: cover;
}

.seamless-education-heading {
    color: #FF6B00;
    font-weight: 600;
    text-align: center;
}

.seamless-education-para {
    font-weight: 500;
    color: #000;
    text-align: center;
}

.education-card-wrapper-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 3rem;
}

.education-cards {
    width: calc((100% - 150px) / 3);
    border: 1px solid #7070704D;
    border-radius: 10px;
    margin-bottom: 2rem;
    background-color: #fff;
}

.education-card-info {
    padding: 2rem 1rem;
}

.card-heading {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    padding-bottom: 1rem;
}

.card-para {
    font-weight: 400;
    font-size: 14px;
    color: #000;
}

/* about-section */
.about-section {
    background: url("../images/about-bg.png") no-repeat;
    color: #fff;
    background-size: cover;
}

.about-wrapper {
    width: 50%;
    margin-left: 40rem;
}

.contact-info {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 1rem;
}

.about-heading {
    padding: 2rem 0;
    font-weight: 600;
}

.social-icons-wrapper i {
    padding-left: 1rem;
    font-size: 20px;
}

.about-para {
    padding-bottom: 2rem;
}

.about-logo-wrapper-flex {
    display: flex;
    align-items: center;
}

.about-logo {
    border-right: 2px solid #fff;
    padding-right: 1rem;
    text-align: center;
}

.about-logo:last-child {
    border: none;
}

.right-space {
    padding-left: 1rem;
}

.logo-text {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.white-5-star {
    padding-bottom: 1.5rem;
}

.contact-wrapper {
    width: 70%;
    margin-left: 15rem;
    margin-top: 10rem;
}

.social-icons-wrapper {
    text-align: center;
}


/* footer */
.footer-section {
    background-color: #0078FF;
}

.footer-text {
    text-align: center;
    color: #fff;
    padding: 1rem 0;
    font-weight: 500;
}


@media screen and (min-width: 320px) and (max-width: 568px) {
    .tabs {
        display: block;
    }

    .logo {
        max-width: 90%;
    }

    .about-heading {
        padding-bottom: 1rem;
        padding-top: 0;
    }

    .about-para {
        padding-bottom: 1rem;
        font-size: 12px;
    }

    .form-wrapper {
        position: static;
    }

    .section-heading {
        font-size: 34px;
    }

    .mob-banner {
        display: block;
    }

    .desktop-banner {
        display: none;
    }

    .section-padding {
        padding: 1rem 0;
    }

    .benefits-cards {
        width: calc((100% - 0px) / 1);
        margin-bottom: 1rem;
    }

    .benefits-heading-wrapper-flex {
        justify-content: center;
        flex-wrap: wrap;
    }

    .width {
        width: 100%;
    }

    .education-cards {
        width: calc((100% - 0px) / 1);
        margin-bottom: 2rem;
    }

    .about-wrapper {
        margin-left: 0;
    }

    .contact-wrapper {
        width: 100%;
        margin: 0;
    }

    .placement-info-wrapper {
        padding-left: 0;
    }

    .placement-logo-outer-wrapper-flex-1 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        margin-left: 0;
        margin-bottom: 0rem;
    }

    .placement-logo-outer-wrapper-flex-2 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        margin-left: 0;
        margin-top: 0rem;
    }

    .benefits-card-wrapper-flex {
        justify-content: center;
    }

    .tabs li {
        width: 100%;
        padding: 1rem 0;
        margin-bottom: 1rem;
    }

    .program-tabs-wrapper-flex {
        justify-content: center;
    }

    .program-tab-info {
        width: calc((100% - 30px) / 1);
    }

    .tab-content {
        padding: 5rem 1rem;
        height: 1234px;
    }

    .placement-section {
        background: url("../images/mob-placement-bg.png") no-repeat;
        background-size: cover;
        background-position: top;
    }

    .education-card-wrapper-flex {
        justify-content: center;
    }

    .about-section {
        background: url("../images/mob-about-bg.png") no-repeat;
        background-size: 100% 100%;
        min-height: 750px;
    }

    .placement-details-wrapper-flex {
        width: calc((100% - 30px) / 1);
    }

    .placement-bottom {
        font-size: 15px;
        padding-left: 0;
    }

    .placement-outer-wrapper-flex {
        padding-bottom: 1rem; 
    }

    .mba-international-wrapper-flex {
        top: 3%;
        left: 5%;
        right: 2%;
    }

    .mba-text {
        font-size: 30px;
        margin-bottom: 0;
    }

    .excallance-img-wrapper {
        padding-top: 2rem;
    }

    .evening-text {
        padding-bottom: 1rem;
    }

    .contact-info {
        text-align: center;
        padding: 2rem 0 1rem;
    }

    .girl-placement-img {
        max-width: 95%;
    }

    .placement-heading {
        padding-top: 2rem;
    }

    .seamless-education-section {
        background: #fff;
    }

    .placement-logo-wrapper img {
        width: 100%;
    }

    .placement-logo-wrapper {
        width: calc((100% - 10px) / 2);
        margin-bottom: 1rem;
    }

    .about-logo {
        padding-right: 0.5rem;
    }

    .right-space {
        padding-left: 0.5rem;
    }

    .about-logo:last-child {
        padding-right: 0;
    }
}

@media screen and (min-width: 569px) and (max-width: 768px) {
    .tabs {
        display: block;
    }

    .placement-logo-outer-wrapper-flex-1 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        margin-left: 0;
        margin-bottom: 0rem;
    }

    .placement-logo-outer-wrapper-flex-2 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        margin-left: 0;
        margin-top: 0rem;
    }

    .placement-logo-wrapper img {
        width: 100%;
    }

    .placement-logo-wrapper {
        width: calc((100% - 30px) / 2);
        margin-bottom: 1rem;
    }

    .about-para {
        font-size: 24px;
    }

    .seamless-education-section {
        background: #fff;
    }

    .mob-banner {
        display: block;
        width: 100%;
    }

    .desktop-banner {
        display: none;
    }

    .section-padding {
        padding: 2rem 0;
    }

    .width {
        width: 100%;
    }

    .benefits-cards {
        width: calc((100% - 30px) / 1);
        margin-bottom: 1rem;
    }

    .tabs li {
        width: 100%;
        padding: 1rem 0;
        margin-bottom: 1rem;
    }

    .program-tab-info {
        width: calc((100% - 30px) / 2);
    }

    .tab-content {
        padding: 5rem 1rem;
    }

    .education-cards {
        width: calc((100% - 35px) / 2);
        margin-bottom: 2rem;
    }


    .about-section {
        background: url("../images/mob-about-bg.png") no-repeat;
        background-size: cover;
        min-height: 1340px;
    }

    .about-wrapper {
        margin-left: 0;
    }

    .placement-info-wrapper {
        padding-left: 0;
    }

    .placement-logo-outer-wrapper-flex-1,
    .placement-logo-outer-wrapper-flex-2 {
        margin-left: 0;
    }

    .placement-details-wrapper-flex {
        width: calc((100% - 30px) / 1);
    }

    .placement-section {
        background: url("../images/mob-placement-bg.png") no-repeat;
        background-size: cover;
        background-position: top;
    }

    .contact-wrapper {
        width: 100%;
        margin: 0;
        padding-top: 3rem;
        text-align: center;
    }

    .about-logo-wrapper-flex {
        padding: 1rem 0;
    }

    .form-wrapper {
        position: static;
        text-align: center;
        padding: 1rem 0;
    }

    .form-wrapper img {
        width: 100%;
    }

    .mba-international-wrapper-flex {
        top: 4%;
    }

    .placement-bottom {
        padding-left: 0;
    }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
    .tabs {
        display: block;
    }

    .mob-banner {
        display: block;
        width: 100%;
    }

    .desktop-banner {
        display: none;
    }

    .section-padding {
        padding: 2rem;
    }

    .width {
        width: 100%;
    }

    .benefits-cards {
        width: calc((100% - 30px) / 2);
        margin-bottom: 1rem;
    }

    .tabs li {
        width: 100%;
        padding: 1rem 0;
        margin-bottom: 1rem;
    }

    .program-tab-info {
        width: calc((100% - 30px) / 2);
    }

    .tab-content {
        padding: 5rem 1rem;
    }

    .education-cards {
        width: calc((100% - 35px) / 2);
        margin-bottom: 2rem;
    }


    .about-section {
        background: url("../images/mob-about-bg.png") no-repeat;
        background-size: 100% 100%;
        min-height: 1340px;
    }

    .about-wrapper {
        margin-left: 0;
    }

    .placement-info-wrapper {
        padding-left: 0;
    }

    .placement-logo-outer-wrapper-flex-1,
    .placement-logo-outer-wrapper-flex-2 {
        margin-left: 0;
    }

    .placement-details-wrapper-flex {
        width: calc((100% - 30px) / 1);
    }

    .placement-section {
        background: url("../images/mob-placement-bg.png") no-repeat;
        background-size: cover;
    }

    .contact-wrapper {
        width: 100%;
        margin: 0;
        padding-top: 3rem;
        text-align: center;
    }

    .about-logo-wrapper-flex {
        padding: 1rem 0;
    }

    .form-wrapper {
        position: static;
        text-align: center;
        padding: 2rem 0;
    }

    .form-wrapper img {
        width: 100%;
    }

    .mba-international-wrapper-flex {
        top: 4%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .form-wrapper img {
        max-width: 70%;
    }

    .form-wrapper {
        right: 0;
        top: 5%;
    }

    .benefits-cards {
        width: calc((100% - 40px) / 5);
    }

    .tabs li {
        font-size: 16px;
    }

    .about-wrapper {
        width: 70%;
        margin-left: 18rem;
    }

    .placement-logo-outer-wrapper-flex-1 {
        width: 65%;
        margin-left: 20rem;
    }

    .placement-logo-outer-wrapper-flex-2 {
        width: 58%;
    }

    .about-heading {
        padding: 0;
    }

    .contact-wrapper {
        margin-bottom: 10rem;
        margin-left: 13rem;
        margin-top: 2rem;
    }

    .mba-text {
        margin-bottom: 0;
        font-size: 32px;
    }

    .excallance-img-wrapper {
        padding-top: 2rem;
    }

    .about-section {
        background-size: 100% 100%;
    }

    .placement-section {
        background-size: 100% 100%;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1999px) {
    .about-section {
        background-size: 100% 100%;
    }

}

@media screen and (min-width: 2000px) and (max-width: 2499px) {

    .about-section {
        background-size: 100% 100%;
    }
}

@media screen and (min-width: 2500px) {
    .about-section {
        background-size: 100% 100%;
    }
}