
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Roboto+Slab:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Roboto+Slab:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
    scroll-behavior: smooth;
}

body {
    font-family: "Roboto Flex", sans-serif;
}

/* Light Theme */
/*   body.light {
        background-color: #ffffff;
        color: #000000;
    }*/

/* Dark Theme */
/* body.dark {
        background-color: #333333;
        color: #ffffff;
    }*/
/* Dark Theme */

.comman-section {
    background: #393185;
    padding: 3px 30px;
    top: 69px;
    z-index: 9;
}

    .comman-section h2 {
        color: #ffffff;
        font-size: 20px;
        margin: 0;
        padding: 0;
    }

.blink-effect {
    font-size: 18px;
    font-weight: 700;
    color: #d6251f;
    text-align: center;
    animation: animate 2.0s linear infinite;
    font-family: "Raleway", sans-serif;
}

@keyframes animate {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.bg1 {
    background: #f9ebea !important;
}
.bg2 {
    background: #f5eef8 !important;
}
.bg3 {
    background: #eaf2f8 !important;
}
.bg4 {
    background: #e8f8f5 !important;
}
.bg5 {
    background: #fef9e7 !important;
}
.bg6 {
    background: #d4e6f1 !important;
}
.bg7 {
    background: #d0ece7 !important;
}
.bg8 {
    background: #fadbd8 !important;
}
.bg9 {
    background: #f2f3f4 !important;
}
.bg10 {
    background: #ebdef0 !important;
}
.bg11 {
    background: #fdebd0 !important;
}
.bg12 {
    background: #fad7a0 !important;
}

.bg_1:hover {
    background: #1e6a99 !important;
    color: #fff !important;
    transition: .3s ease-in
}
.bg_2:hover {
    background: #b45ed9 !important;
    color: #fff !important;
    transition: .3s ease-in
}

.bg_3:hover {
    background: #1e6aa3 !important;
    color: #fff !important;
    transition: .3s ease-in
}
.bg_4:hover {
    background: #32a38d !important;
    color: #fff !important;
    transition: .3s ease-in
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 10px 0;
}

    .breadcrumbs ol {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0 0 10px 0;
        margin: 0;
    }

        .breadcrumbs ol a {
            transition: 0.3s;
        }

            .breadcrumbs ol a:hover {
                text-decoration: underline;
            }

        .breadcrumbs ol li + li {
            padding-left: 10px;
        }

            .breadcrumbs ol li + li::before {
                display: inline-block;
                padding-right: 10px;
                content: "/";
            }



.accordion-button::before {
    margin-right: 2rem;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
    --bs-accordion-active-color: #dc3545 !important;
    --bs-accordion-btn-active-icon: url(../svg-icons/chevron-down.svg);
}

.accordion-button:not(.collapsed)::before {
    background-image: url(../svg-icons/chevron-down.svg);
    transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button::before {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    content: "";
}

.accordion-button:not(.collapsed)::after {
    background-image: none !important;
}

.accordion-button::after {
    background-image: none !important;
}

.accordion-button:focus {
    border-color: #dc3545;
    box-shadow: none;
}

.accordion {
    --bs-accordion-btn-padding-x: 2.25rem;
    --bs-accordion-btn-padding-y: 2rem;
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-item {
    border: none;
}

    .accordion-item:first-of-type .accordion-button {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .accordion-item:last-of-type .accordion-button.collapsed {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

.accordion-button {
    border-top: 1px solid #000;
}

    .accordion-button:not(.collapsed) {
        color: #dc3545;
        background-color: #fff !important;
    }

    .accordion-button:focus {
        z-index: 3;
        border-color: none;
    }

a {
    color: #000000;
    text-decoration: none;
}

    a:hover {
        color: #bd2440;
        text-decoration: none;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
}

.Admission_Section .nav-pills .nav-link {
    width: 100%;
    color: #000;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    width: 100%;
    text-align: left;
}

    .Admission_Section .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        background: #e7e7e7;
        border: 0 !important;
        margin-bottom: 5px;
        border-radius: 5px;
        overflow: hidden;
        color: #000;
        font-size: 1.1rem;
        font-weight: 700;
        text-decoration: none;
        width: 100%;
    }
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/*
.section-header {
    text-align: center;
    padding-bottom: 40px;
}

    .section-header h2 {
        font-size: 13px;
        letter-spacing: 1px;
        font-weight: 700;
        margin: 0;
        color: #393185;
        text-transform: uppercase;
    }

    .section-header p {
        margin: 10px 0 0 0;
        padding: 0;
        font-size: 38px;
        line-height: 42px;
        font-weight: 700;
        color: #012970;
    }

@media (max-width: 768px) {
    .section-header p {
        font-size: 28px;
        line-height: 32px;
    }
}*/
#header {
    height: 70px;
    background: #fff;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
    transition: all 0.5s;
    z-index: 997;
    height: 70px;
}

/* #header.header-scrolled {
            height: 70px;
            background: #fff;
            box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
            transition: all 0.5s;
        }
*/

.header .logo {
    line-height: 0;
}

#header .logo img {
    background: #fff;
}

.header .logo img {
    margin-right: 6px;
}

.header .logo span {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #012970;
    margin-top: 3px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
}

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        position: relative;
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 5px;
        margin-left: 8px;
        font-size: 14px;
        font-weight: 500;
        white-space: nowrap;
        transition: 0.3s;
    }

        .navbar a i,
        .navbar a:focus i {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px;
        }

        .navbar a:hover,
        .navbar .active,
        .navbar .active:focus,
        .navbar li:hover > a {
            color: #bd2440;
        }

    .navbar .getstarted,
    .navbar .getstarted:focus {
        background: #393185;
        padding: 8px 20px;
        margin-left: 30px;
        border-radius: 4px;
        color: #fff;
    }

        .navbar .getstarted:hover,
        .navbar .getstarted:focus:hover {
            color: #fff;
            background: #5969f3;
        }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 14px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
        border-radius: 4px;
    }

        .navbar .dropdown ul li {
            min-width: 200px;
        }

        .navbar .dropdown ul a {
            padding: 10px 10px;
            /* font-size: 16px;*/
            text-transform: none;
            font-weight: 500;
            border-bottom: 1px dashed #ccc;
            margin: 0 auto;
        }

            .navbar .dropdown ul a i {
                font-size: 12px;
            }

            .navbar .dropdown ul a:hover {
                /*  border-left: 5px solid #bd2440;*/
                background: #2a2275;
            }

            .navbar .dropdown ul a:hover,
            .navbar .dropdown ul .active:hover,
            .navbar .dropdown ul li:hover > a {
                color: #fff;
            }

    .navbar .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .megamenu {
        position: static;
    }

        .navbar .megamenu ul {
            margin-top: 0px;
            left: -68%;
            padding: 20px;
            display: flex;
            gap: 1rem;
            position: absolute;
            /* top: -90%; */
            /* backdrop-filter: blur(15px); */

            visibility: collapse;
            opacity: 0;
            width: 1270px;
            /* transition: .5s; */
            /* z-index: -1; */
        }

}

.navbar .megamenu ul li {
    flex: 1;
}

    .navbar .megamenu ul li a,
    .navbar .megamenu ul li:hover > a {
        color: #ffffff;
        border-bottom: 1px dashed #ccc;
    }

        .navbar .megamenu ul li a:hover {
            border-left: 5px solid #bd2440;
            background: #2a2275;
        }

        .navbar .megamenu ul li a:hover,
        .navbar .megamenu ul li .active,
        .navbar .megamenu ul li .active:hover {
            color: #ffc107;
        }

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

.megamenu .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background: #bd2440;
    color: #ffffff;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    border: 0;
    margin-right: 5px;
}

    .megamenu .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link:hover {
        color: #ffffff !important;
    }

.megamenu .nav-pills .nav-link {
    text-align: left;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #ffc107;
    margin-right: 5px;
}


@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        right: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        right: -110%;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #012970;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

    .mobile-nav-toggle.bi-x {
        color: #fff;
    }

@media (max-width: 1200px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #393185;
    transition: 0.3s;
    z-index: 9;
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        border-radius: 10px;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar-mobile a,
    .navbar-mobile a:focus {
        padding: 10px 20px;
        font-size: 16px;
        color: #012970;
    }

        .navbar-mobile a:hover,
        .navbar-mobile .active,
        .navbar-mobile li:hover > a {
            color: #393185;
        }

    .navbar-mobile .getstarted,
    .navbar-mobile .getstarted:focus {
        margin: 15px;
    }

    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }

        .navbar-mobile .dropdown ul li {
            min-width: 200px;
        }

        .navbar-mobile .dropdown ul a {
            padding: 10px 20px;
        }

            .navbar-mobile .dropdown ul a i {
                font-size: 12px;
            }

            .navbar-mobile .dropdown ul a:hover,
            .navbar-mobile .dropdown ul .active:hover,
            .navbar-mobile .dropdown ul li:hover > a {
            }

    .navbar-mobile .dropdown > .dropdown-active {
        display: block;
    }




/*--------------------------------------------------------------
# leftside aside list css
--------------------------------------------------------------*/
.hidden {
    display: none;
}

.Custom-Toggel {
    position: fixed;
    width: 350px;
    background: #ffffff;
    display: flex;
    left: 0px;
    z-index: 9999;
    top: 110px;
    box-shadow: -3px 3px 6px 0 rgba(0, 0, 0, 0.16);
    padding: 10px;
    border-radius: 5px;
    border-top: 4px solid #ffc107;
}

    .Custom-Toggel ul {
        color: #fff;
        font-weight: 600;
        padding-left: 10px;
    }

    .Custom-Toggel h3 {
        font-size: 18px;
        font-weight: 600;
        color: #bd2440;
    }

    .Custom-Toggel ul li {
        margin-bottom: 0.5rem;
    }

    .Custom-Toggel ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .Custom-Toggel ul li {
            padding-bottom: 15px;
            position: relative;
            top: 1px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.28);
            padding-left: 20px;
            font-size: 14px;
            color: #000;
        }

            .Custom-Toggel ul li:before {
                font-family: bootstrap-icons !important;
                content: "\F134";
                position: absolute;
                left: 1px;
                color: #000000;
            }

            .Custom-Toggel ul li a {
                position: relative;
                left: 5px;
                font-size: 14px;
                margin-bottom: 5px;
            }

    .Custom-Toggel span {
        display: block;
        color: #424242;
        font-size: 11px;
        font-style: italic;
    }

    .Custom-Toggel .biIcon {
        color: #ffffff;
        font-size: 20px;
        padding: 4px;
        position: relative;
        left: 20px;
        top: -8px;
        background: #bd2440;
        border-radius: 5px;
    }

    .Custom-Toggel .foot {
        padding: 5px;
        background: #bd2440;
        display: flex;
        align-content: space-around;
        justify-content: space-around;
        border: 5px;
        border-radius: 5px;
    }

        .Custom-Toggel .foot a {
            color: #fff;
            font-size: 13px;
        }

.Lefgtsticky-container {
    position: fixed;
    left: -10px;
    top: 120px;
    -webkit-box-shadow: -3px 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: -3px 3px 6px 0 rgba(0, 0, 0, 0.16);
    background: #bd2440;
    border-radius: 10px;
    z-index: 7;
    padding: 0;
}

    .Lefgtsticky-container .left-Sticky {
        list-style: none;
        padding: 10px 10px 10px 15px;
        margin: 0;
    }

        .Lefgtsticky-container .left-Sticky a {
            font-size: 16px;
            font-weight: 700;
            color: #fff;
        }

.hithere {
    animation: hithere 1.5s ease infinite;
}

@keyframes hithere {
    30% {
        transform: scale(1);
    }

    40%, 60% {
        transform: rotate(-20deg) scale(1);
    }

    50% {
        transform: rotate(20deg) scale(1);
    }

    70% {
        transform: rotate(0deg) scale(1);
    }

    100% {
        transform: scale(1);
    }
}

.sticky-container {
    position: fixed;
    right: -170px;
    top: 120px;
    min-width: 215px;
    -webkit-box-shadow: -3px 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: -3px 3px 6px 0 rgba(0, 0, 0, 0.16);
    background: #ffffff;
    border-radius: 10px;
    z-index: 9;
    padding: 0;
}

    .sticky-container .sticky {
        list-style: none;
        padding: 0;
        margin: 0;
        padding-top: 5px;
    }

.sticky li {
    list-style-type: none;
    background-color: #fff;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    height: 50px;
    margin-bottom: 5px;
    border-radius: 5px;
}

    .sticky li img {
        float: left;
        margin: 0 5px 0 0;
        padding-top: 8px;
        padding-left: 4px;
    }

    .sticky li p {
        padding-top: 15px;
        margin: 0;
        line-height: 16px;
        font-size: 14px;
        padding-left: 40px;
        white-space: nowrap;
    }

        .sticky li p a {
            text-decoration: none;
            color: #000000;
            font-weight: 500;
        }

            .sticky li p a:hover {
                text-decoration: underline;
            }

    .sticky li:hover {
        margin-left: -140px;
    }

@media (max-width: 786px) {
    .Lefgtsticky-container {
        position: fixed;
        left: -10px;
        top: 120px;
        -webkit-box-shadow: -3px 3px 6px 0 rgba(0, 0, 0, 0.16);
        box-shadow: -3px 3px 6px 0 rgba(0, 0, 0, 0.16);
        background: #bd2440;
        border-radius: 10px;
        z-index: 7;
        padding: 0;
        transform: rotate(360deg);
    }

        .Lefgtsticky-container .left-Sticky {
            list-style: none;
            padding: 5px 5px 5px 14px;
            margin: 0;
        }

    .Custom-Toggel {
        top: 120px;
    }
}

.form-select,
.form-control {
    background: #fffefe;
}

.leadCapture-section {
    position: fixed;
    top: 50%;
    right: -400px;
    transform: translate(0, -50%);
    padding: 2rem 1rem 1.5rem;
    max-width: 400px;
    background: #393185;
    border-radius: 15px;
    box-shadow: 0 2px 15px #0000001a;
    transition: all ease 0.5s;
    z-index: 9999;
}

    .leadCapture-section .admission-btn {
        position: absolute;
        left: -30px;
        overflow: hidden;
    }

    .leadCapture-section .cancel-btn {
        position: relative;
        top: -25px;
        display: block;
        float: right;
        width: 16px;
        height: 16px;
    }

    .leadCapture-section .form-group {
        margin-bottom: 10px;
    }

        .leadCapture-section .form-group .form-control {
            font-size: 14px;
        }

            .leadCapture-section .form-group .form-control:focus {
                border-color: #393185;
                box-shadow: 0 0 0 0.2rem #393185;
            }

    .leadCapture-section .title {
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        color: #ffc107;
        margin-bottom: 20px;
    }

    .leadCapture-section .text {
        margin-bottom: 0;
        font-size: 12px;
        color: #fff;
        text-align: center;
    }

    .leadCapture-section .submit-btn {
        background-color: #bd2440;
        border-radius: 25px;
        display: block;
        width: 100%;
        font-size: 16px;
        margin: 20px 0 10px;
        color: #fff !important;
    }

        .leadCapture-section .submit-btn:focus {
            border-color: #bd2440;
            box-shadow: 0 0 0 0.2rem #ffa60061;
        }

    .leadCapture-section i {
        color: #fff;
        font-size: 24px;
    }


/*--------------------------------------------------------------
# leftside aside list css
--------------------------------------------------------------*/
@keyframes movedelement2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    25% {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px);
    }

    50% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
    }

    75% {
        -webkit-transform: translate(10px, -5px);
        transform: translate(10px, -5px);
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
/*Home PAGE CSS*/
.banner-img {
    height: 520px;
    object-fit: cover;
    animation: movedelement2 6s linear infinite;
}

.move_effect {
    animation: movedelement2 6s linear infinite;
}

.small-text {
    font-size: 14px;
}

.small-sub-text {
    font-size: 16px;
    margin-bottom: .5rem;
    text-align: justify;
}

@media screen and (max-width: 768px) {
    .hero-banner-content {
        bottom: 0;
        width: 100%;
    }

    .hero-image {
    }
}


.ViewBtn {
    position: relative;
    text-align: center;
    display: inline-block;
    background-color: #bd2440;
    font-size: 14px;
    color: #fff;
    text-decoration: none !important;
    padding: 10px 25px 10px 25px;
    font-weight: 700;
    transition: ease 0.3s;
    z-index: 1;
    border-radius: 8px;
    margin-bottom: 0.5rem;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

    .ViewBtn:hover {
        color: #ffffff !important;
        transition: ease 0.3s;
    }

    .ViewBtn::after {
        content: '';
        position: absolute;
        top: 0;
        left: auto;
        right: 0;
        bottom: 0;
        background-color: #393185;
        width: 0%;
        height: 100%;
        transition: ease 0.3s;
        z-index: -1;
    }

    .ViewBtn:hover.ViewBtn::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: auto;
        bottom: 0;
        background-color: #393185;
        width: 100%;
        height: 100%;
        transition: ease 0.3s;
        border-radius: 50px;
    }

.ViewBtn1 {
    position: relative;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    font-size: 14px;
    color: #000;
    text-decoration: none !important;
    padding: 10px 25px 10px 25px;
    font-weight: 700;
    transition: ease 0.3s;
    z-index: 1;
    border-radius: 8px;
    margin-bottom: 0.5rem;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

    .ViewBtn1:hover {
        color: #ffffff !important;
        transition: ease 0.3s;
    }

    .ViewBtn1::after {
        content: '';
        position: absolute;
        top: 0;
        left: auto;
        right: 0;
        bottom: 0;
        background-color: #393185;
        width: 0%;
        height: 100%;
        transition: ease 0.3s;
        z-index: -1;
    }

    .ViewBtn1:hover.ViewBtn1::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: auto;
        bottom: 0;
        background-color: #393185;
        width: 100%;
        height: 100%;
        transition: ease 0.3s;
        border-radius: 50px;
    }


/*Home PAGE CSS*/


.accredation-section {
    background: rgba(57,49,133,1);
}

@media (min-width: 992px) {
    .ranking-card {
        position: absolute;
        left: 62%;
        top: 18%;
    }
}

.Alumni-Section {
    padding: 20px;
}

    .Alumni-Section .Title-Heading h3 {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 1rem;
    }

    .Alumni-Section p {
        font-weight: 500;
        margin-bottom: 1rem;
    }

    .Alumni-Section .ViewBtn {
        position: relative;
        display: inline-block;
        background-color: #ffc9c9;
        font-size: 16px;
        color: #bd2440;
        text-decoration: none !important;
        padding: 10px 25px 10px 25px;
        font-weight: 700;
        transition: ease 0.3s;
        z-index: 1;
        border-radius: 8px;
        margin-bottom: 0.5rem;
        box-shadow: 0px 2px 15px rgb(0 0 0 / 24%);
    }

        .Alumni-Section .ViewBtn:hover {
            color: #ffffff !important;
            transition: ease 0.3s;
        }

        .Alumni-Section .ViewBtn::after {
            content: "";
            position: absolute;
            top: 0;
            left: auto;
            right: 0;
            bottom: 0;
            background-color: #393185;
            width: 0%;
            height: 100%;
            transition: ease 0.3s;
            z-index: -1;
        }

        .Alumni-Section .ViewBtn:hover.ViewBtn::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: auto;
            bottom: 0;
            background-color: #393185;
            width: 100%;
            height: 100%;
            transition: ease 0.3s;
            border-radius: 50px;
        }

    .Alumni-Section .cardTop {
        border: 1px solid rgba(0, 0, 0, 0.1);
        padding: 10px 10px;
        box-shadow: 0 2px 25px rgba(0, 0, 0, 0.1);
        transition: 0.3s;
        height: 280px;
        border-radius: 5px;
        min-height: 100%;
        border: 1px solid #f3f3f3;
    }

        .Alumni-Section .cardTop .title {
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 0.2rem;
            color: #000000;
        }

        .Alumni-Section .cardTop .sub-title {
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 0.5rem;
            color: #000000;
        }

        .Alumni-Section .cardTop .content {
            margin-bottom: 1rem;
            margin-top: 1rem;
            color: #000000;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 5;
            line-clamp: 5;
            -webkit-box-orient: vertical;
        }

        .Alumni-Section .cardTop .icon {
            background: #ffc107;
            border-radius: 50px;
            width: 70px;
            height: 70px;
        }

        .Alumni-Section .cardTop img {
            border-radius: 50px;
        }

    .Alumni-Section .wrapper .owl-dots {
        text-align: right;
        margin-top: 5px;
    }

    .Alumni-Section .wrapper .owl-dot {
        height: 15px;
        width: 15px;
        margin: 0 5px;
        outline: none;
        border-radius: 14px;
        border: 2px solid #bd2440 !important;
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
        transition: all 0.3s ease;
    }

        .Alumni-Section .wrapper .owl-dot.active,
        .Alumni-Section .wrapper .owl-dot:hover {
            background: #bd2440 !important;
        }


@media (max-width: 786px) {
    .Alumni-Section .cardTop {
        border: 1px solid rgba(0, 0, 0, 0.1);
        padding: 10px 10px;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        transition: 0.3s;
        height: 100%;
        border-radius: 5px;
        min-height: 100%;
    }
}





@media (max-width: 1280px) {
    .Alumni-Section .Title-Heading h3 {
        font-size: 20px;
    }
}



.sticky-container {
    position: fixed;
    right: -170px;
    top: 120px;
    min-width: 215px;
    -webkit-box-shadow: -3px 3px 6px 0 rgba(0, 0, 0, .16);
    box-shadow: -3px 3px 6px 0 rgba(0, 0, 0, .16);
    background: #ffffff;
    border-radius: 10px;
    z-index: 9;
    padding: 0;
}

    .sticky-container .sticky {
        list-style: none;
        padding: 0;
        margin: 0;
        padding-top: 5px;
    }

.sticky li {
    list-style-type: none;
    background-color: #fff;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    height: 50px;
    margin-bottom: 5px;
    border-radius: 5px;
}

    .sticky li img {
        float: left;
        margin: 0 5px 0 0;
        padding-top: 8px;
        padding-left: 4px;
    }

    .sticky li p {
        padding-top: 15px;
        margin: 0;
        line-height: 16px;
        font-size: 14px;
        padding-left: 40px;
        white-space: nowrap;
    }

        .sticky li p a {
            text-decoration: none;
            color: #000000;
            font-weight: 500;
        }

            .sticky li p a:hover {
                text-decoration: underline;
            }

    .sticky li:hover {
        margin-left: -140px;
    }

.text-danger {
    color: #bd2440 !important;
}

.bg_red {
    background: #fff6ef;
}


.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ccc;
    font-size: 16px;
    color: #ffffff;
    margin-right: 10px;
    transition: 0.3s;
}

    .social-links a:hover {
        color: #ffffff;
        border-color: #ccc;
    }


 .bg-blue-color{
     background: #393185 !important;
 }
footer {
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 25;
    background: #bd2440;
    color: #fff;
}
.footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
main {
    margin-bottom: 40px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 100px;
    z-index: 99999;
    background: #bd2440;
    width: 40px;
    height: 80px;
    border-radius: 4px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 32px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #393185;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

/*--------------------------------------------------------------
# program-section
--------------------------------------------------------------*/
.program-section {
    padding: 0px 0;
    background: #ffffff;
    overflow: visible;
}

    .program-section .sticky-top1 {
        padding: 5px;
        background: #ffffff;
        top: 70px;
        z-index: 9;
        border-bottom: 2px solid #ccc;
    }

    .program-section .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        display: flex;
        align-items: center;
        padding: 10px;
        width: 100%;
        background: #393185;
        background: linear-gradient(90deg, #393185 0, #312393 100%, #8371ff 100%);
        box-shadow: 0 0 30px rgba(1, 41, 112, .08);
        border: none;
    }

    .program-section .nav-pills .nav-link {
        display: flex;
        align-items: center;
        padding: 10px;
        width: 100%;
        background: #fee1df;
        -webkit-box-shadow: -3px 3px 6px 0 rgba(0, 0, 0, .16);
        box-shadow: -3px 3px 6px 0 rgba(0, 0, 0, .16);
        border: none;
    }

    .program-section .sub-title, .tabs-section1 .sub-title {
        color: #000;
        font-size: 18px;
        font-weight: 600;
        text-align: left;
    }

    .program-section ul li {
        margin-bottom: .5rem;
        text-align: justify;
        word-spacing: -2px;
    }

    .program-section .icon-img {
        background: #fff;
        width: 40px;
        height: 40px;
        padding: 6px;
        border-radius: 50px 0 0 50px;
        margin-right: 10px;
    }

    .program-section .icon-img1 {
        width: 40px;
        height: 40px;
        padding: 6px;
        border-radius: 50px 0 0 50px;
        margin-right: 10px;
        background: #393185;
    }

    .program-section .nav-pills .nav-link.active .sub-title {
        color: #ffc107;
        font-size: 18px;
        font-weight: 600;
    }

    .program-section .Title-Heading h3 {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: .5rem;
        line-height: 1.3;
    }

    .program-section .sub-title,
    .tabs-section1 .sub-title {
        color: #000;
        font-size: 18px;
        font-weight: 600;
    }

    .program-section .nav-item,
    .tabs-section1 .nav-item {
        margin-right: 15px;
    }

    .program-section .divBox {
        padding: 20px 0;
    }

        .program-section .divBox .title {
            font-size: 20px;
            font-weight: 700;
            color: #393185;
        }

        .program-section .divBox h3,
        .program-section .divBox h4 {
            color: #393185;
            font-weight: 700;
        }

        .program-section tbody,
        td,
        tfoot,
        th,
        thead,
        tr,
        .program-section .divBox p {
            /*    font-size: 16px;*/
            font-weight: 400;
            color: #000000;
        }


        .program-section .divBox ul li,
        .program-section .divBox ol li {
            /* font-size: 16px;*/
            font-weight: 600;
            color: #000000;
        }


    .program-section .card {
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        border: none;
        margin-bottom: 1rem;
    }

    .program-section .tab-content .ViewBtn {
        position: relative;
        font-weight: 700;
        font-size: 14px;
        letter-spacing: .5px;
        display: inline-block;
        padding: 10px 25px 10px 25px;
        border-radius: 5px;
        transition: .5s;
        margin: 15px;
        color: #bd2440;
        position: relative;
        top: 5px;
        background: #ffc9c9;
        cursor: pointer;
        text-align: center;
        transition: ease 0.3s;
        z-index: 1;
        box-shadow: 0px 2px 15px rgb(0 0 0 / 24%);
    }

    .program-section .ViewBtn:hover {
        color: #ffffff !important;
        transition: ease 0.3s;
    }

    .program-section .ViewBtn::after {
        content: '';
        position: absolute;
        top: 0;
        left: auto;
        right: 0;
        bottom: 0;
        background-color: #393185;
        width: 0%;
        height: 100%;
        transition: ease 0.3s;
        z-index: -1;
    }

    .program-section .ViewBtn:hover.ViewBtn::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: auto;
        bottom: 0;
        background-color: #393185;
        width: 100%;
        height: 100%;
        transition: ease 0.3s;
        border-radius: 50px;
    }

.bg_Light_color {
    background: #393185ab;
}
/*--------------------------------------------------------------
# Accred Recog
--------------------------------------------------------------*/
.AccredRecog {
    padding: 20px 0;
}

    .AccredRecog h1 {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 1rem;
    }


    .AccredRecog .ViewBtn {
        position: relative;
        display: inline-block;
        background-color: #ffc9c9;
        font-size: 16px;
        color: #bd2440;
        text-decoration: none !important;
        padding: 10px 25px 10px 25px;
        font-weight: 700;
        transition: ease 0.3s;
        z-index: 1;
        border-radius: 8px;
        margin-bottom: 0.5rem;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    }

        .AccredRecog .ViewBtn:hover {
            color: #ffffff !important;
            transition: ease 0.3s;
        }

        .AccredRecog .ViewBtn::after {
            content: '';
            position: absolute;
            top: 0;
            left: auto;
            right: 0;
            bottom: 0;
            background-color: #393185;
            width: 0%;
            height: 100%;
            transition: ease 0.3s;
            z-index: -1;
        }

        .AccredRecog .ViewBtn:hover.ViewBtn::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: auto;
            bottom: 0;
            background-color: #393185;
            width: 100%;
            height: 100%;
            transition: ease 0.3s;
            border-radius: 50px;
        }


    .AccredRecog .WrapBox4 {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 0.6rem;
        margin-bottom: 2rem;
    }

        .AccredRecog .WrapBox4 img {
            width: 90px;
            height: 90px;
        }

        .AccredRecog .WrapBox4 .card {
            display: grid;
            place-items: center;
            border: none;
            box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
            padding: 5px;
        }

            .AccredRecog .WrapBox4 .card .card-body {
                padding: 0.5rem;
            }

                .AccredRecog .WrapBox4 .card .card-body .card-text {
                    font-size: 14px;
                    font-weight: 500;
                    text-align: center
                }

@media (max-width: 1280px) {
    .AccredRecog h1 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 1rem;
        padding-top: 45%;
    }

    .AccredRecog .WrapBox4 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.6rem;
        margin-bottom: 0rem;
    }

        .AccredRecog .WrapBox4 img {
            width: 50px;
            height: 50px;
        }
}

@media (max-width: 991px) {
}

@media (max-width: 768px) {
    .AccredRecog .title {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 1rem;
        padding-top: 10px;
    }
}

/*new for programs css*/



.two-wraper {
    display: grid;
    padding: 1rem 0;
    grid-template-columns: 1.2fr 2fr;
    gap: 1.5rem;
    margin-bottom: -1.5rem
}

.main-title, .student-Speak .section-title .title {
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    color: #000;
}

.sub-text, .sub-title-rank {
    margin: 15px 0 0;
    color: #444
}

.sub-text {
    font-size: 26px
}

.sub-title-rank {
    font-size: 20px
}

.text-danger-custom {
    font-size: 24px;
    color: #bd2440;
    font-weight: 700
}

.hero-onlinemba blockquote {
    padding-left: 20px;
    border-left: 3px solid #bd2440;
    margin: 15px 0
}

.hero-onlinemba .btn-get-quote {
    color: #444;
    border: 1px solid #444
}

.hero-onlinemba .btn-get-started {
    background: #bd2440;
    font-size: 14px;
    border-radius: 10px;
    padding: 11px 20px;
    margin-top: 5px;
    color: #fff
}

.hero-onlinemba .btn-get-quote {
    font-size: 14px;
    letter-spacing: .5px;
    display: inline-block;
    padding: 11px 20px;
    border-radius: 10px;
    margin-top: 5px;
}

.hero-onlinemba .btn-get-started:hover {
    background: #312393
}

.three-wrap {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: .8rem;
    margin-bottom: 0;
    padding-top: 0.5rem !important;
}

    .three-wrap .card {
        border: none;
        position: relative;
        border-radius: 10px;
        z-index: 1
    }

        .three-wrap .card .count-box {
            display: flex;
            align-items: center;
            padding: 5px 5px 5px 15px;
            width: 100%;
            background: #fff;
            -webkit-box-shadow: -3px 3px 6px 0 rgba(0,0,0,.16);
            box-shadow: -3px 3px 6px 0 rgba(0,0,0,.16);
            border-radius: 10px;
            height: 90px;
          
        }

            .three-wrap .card .count-box img {
                line-height: 0;
                margin-right: 10px
            }

.span-custom {
    position: relative;
    top: 0;
    left: 10px;
    padding: 5px;
    border-radius: 10px;
    background: #fff;
    box-shadow: -3px 3px 6px 0 rgba(0,0,0,.16)
}

    .span-custom i {
        position: relative;
        top: 7px
    }

.three-wrap .card::after {
    content: '';
    position: absolute;
    top: 2px;
    right: -3px;
    bottom: -3px;
    left: 4px;
    background-color: #7c74bb;
    z-index: -1;
    border-radius: 10px;
    transition: .3s ease-out;
    box-shadow: rgb(100 100 111 / 20%) 0 7px 29px 0
}

.three-wrap .card:hover::after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: .3s ease-out
}

.why-ifhe-section {
    padding: 2rem 0
}

    .four-wrap, .why-ifhe-section .wrap-two {
        display: grid;
        padding: 1rem 0;
        margin-bottom: -1.5rem
    }

    .why-ifhe-section .wrap-two {
        grid-template-columns: 3.2fr 2fr;
        gap: .8rem
    }

        .why-ifhe-section .wrap-two .main-content .title {
            margin: 0 0 1rem;
            font-size: 36px;
            font-weight: 700;
            color: #312393
        }

        .why-ifhe-section .wrap-two .main-content .text {
            color: #444;
            font-size: 1.1rem;
            font-weight: 600
        }

.four-wrap {
    grid-template-columns: repeat(4,1fr);
    gap: .3rem
}

.best-support-card {
    background: #bd2440;
    border-width: 0 2px 3px;
    border-color: #fff;
    border-radius: 10px;
    padding: 30px 10px;
    margin-bottom: 30px;
    text-align: center;
    height: 150px
}

    .best-support-card.card2 {
        background: #312393;
        border-width: 0 2px 3px;
        border-color: #fff;
        border-radius: 10px
    }

    .best-support-card img {
        margin-bottom: 13px
    }

    .best-support-card h3 {
        font-size: 18px;
        font-weight: 700;
        color: #fff
    }

.section-bg {
    background-color: #e9e9e9;
    padding: 20px 0
}

.OnlineMBA-main-bg-white {
    background-color: #e9e9e9;
    padding: 2.5rem 0 0;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.OnlineMBA-about-section {
    padding: 0 15px 0 20px
}

    .OnlineMBA-about-section .OnlineMBA-heading-subheading {
        margin-bottom: 26px;
        position: relative
    }

.OnlineMBA-heading-subheading .OnlineMBA-main-title {
    margin-bottom: 35px;
    font-size: 36px;
    font-weight: 700;
    color: #312393;
    line-height: 40px
}

.OnlineMBA-main-inner-section {
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 16px;
    -webkit-box-shadow: -3px 3px 6px 0 rgba(0,0,0,.16);
    box-shadow: -3px 3px 6px 0 rgba(0,0,0,.16);
    margin-bottom: 30px
}

.top-60 {
    position: relative;
    top: 0;
    left: 30px
}

.OnlineMBA-main-inner-box .OnlineMBA-main-inner-contents .OnlineMBA-icon-media {
    position: absolute;
    left: -30px;
    top: -10px;
    width: 60px;
    height: 75px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: -5px 10px 25px rgb(56 152 226 / 40%)
}

.OnlineMBA-main-inner-section .OnlineMBA-main-element-title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 700;
    line-height: 28px
}

.OnlineMBA-main-inner-contents p {
    margin: 0 0 15px;
    color: #444;
    font-weight: 600;
    line-height: 25px
}

.OnlineMBA-bg-blue-light {
    background-color: #ddd8ff
}

.bg-clr-pink-light {
    background-color: #ffe0e0
}

.OnlineMBA-main-inner-box .OnlineMBA-main-inner-contents .OnlineMBA-icon-media1 {
    position: absolute;
    left: -30px;
    top: 210px;
    width: 60px;
    height: 75px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: -5px 10px 25px rgb(56 152 226 / 40%)
}

.lable-class-custom {
    text-align: justify !important;
    line-height: 18px !important
}

.input-class-custom {
    display: inline-block !important;
    width: initial !important
}

.student-Speak .card {
    border-radius: 6px;
    overflow: hidden;
    margin: 0 0 1rem;
    z-index: 1;
    height: 250px;
    box-shadow: -3px 3px 6px 0 rgba(0,0,0,.16)
}

    .student-Speak .card .card-body {
        align-items: center;
        border-radius: 6px;
        padding: 1.5rem
    }

    .student-Speak .card:after {
        content: '';
        position: absolute;
        right: -130px;
        width: 136px;
        height: 48%;
        transform: skew(45deg);
        background: #312393;
        z-index: -1
    }

    .student-Speak .card .profile {
        border-radius: 50%;
        overflow: hidden;
        border: 4px solid #fff;
        width: 100px;
        height: auto;
        margin: auto auto 15px;
        background: #fff;
        box-shadow: -5px 10px 25px rgb(56 152 226 / 40%)
    }

    .student-Speak .card .card-title {
        font-size: 18px;
        font-weight: 700
    }

    .student-Speak .card .card-body .profile-card .card-text {
        color: #444;
        font-size: 15px
    }

.student-Speak .blockquote p {
    font-size: 15px;
    color: #bd2440;
    font-weight: 700
}

@media (max-width:1200px) {
    .student-Speak .card {
        height: 440px
    }

        .student-Speak .card::after {
            background: #fff
        }

    .two-wraper {
        display: grid;
        padding: 1rem 0;
        grid-template-columns: 1fr 2fr;
        gap: 1.5rem;
        margin-bottom: -1.5rem
    }

    .img-div {
        padding-top: 3rem
    }

    .empty-card {
        padding-top: 5rem !important
    }

    .main-title, .why-ifhe-section .wrap-two .main-content .title {
        font-size: 32px
    }

    .sub-text {
        font-size: 24px
    }
}

@media (max-width:991px) {
    .student-Speak .section-title .title {
        font-size: 26px
    }

    .student-Speak .card {
        height: 480px
    }

        .student-Speak .card::after {
            background: #fff
        }

    .hero-onlinemba {
        height: auto
    }

    .two-wraper {
        grid-template-columns: 1fr 2fr
    }

    .three-wrap {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: .8rem;
        margin-bottom: 0
    }

        .three-wrap .card .count-box {
            height: 90px
        }

    .best-support-card {
        padding: 20px 10px;
        height: auto
    }

    .img-div {
        text-align: center
    }

    .OnlineMBA-heading-subheading .OnlineMBA-main-title, .main-title {
        font-size: 24px;
        margin-bottom: .5rem
    }

    .sub-text, .why-ifhe-section .wrap-two .main-content .title {
        font-size: 20px;
        margin-bottom: .5rem
    }

    .main-content {
        padding: 0 !important;
        margin: 0 !important
    }

    .why-ifhe-section .wrap-two {
        grid-template-columns: auto
    }

    .OnlineMBA-main-inner-box .OnlineMBA-main-inner-contents .OnlineMBA-icon-media1 {
        top: 280px
    }
}

@media (max-width:769px) {
    .student-Speak .card {
        height: auto
    }

    .empty-card {
        padding-top: 0 !important
    }

    .two-wraper {
        grid-template-columns: auto
    }

    .OnlineMBA-heading-subheading .OnlineMBA-main-title, .sub-text, .why-ifhe-section .wrap-two .main-content .title {
        font-size: 24px;
        margin-bottom: .5rem
    }

    .main-title {
        font-size: 24px
    }

    .sub-text, .sub-title-rank {
        font-size: 16px
    }

    .hero-onlinemba .btn-get-quote {
        padding: 6px
    }

    .hero-onlinemba .btn-get-started {
        padding: 10px 14px
    }

    .four-wrap {
        grid-template-columns: repeat(2,1fr);
        padding-bottom: 1.5rem
    }

    .di {
        grid-template-columns: 1fr
    }

    .three-wrap .card {
        min-width: 200px;
        margin-bottom: .5rem
    }

    .top-60 {
        position: relative;
        top: 0;
        left: -5px
    }

    .OnlineMBA-main-inner-section .OnlineMBA-main-element-title {
        font-size: 18px;
        left: 35px;
        position: relative
    }

    .OnlineMBA-main-inner-box .OnlineMBA-main-inner-contents .OnlineMBA-icon-media {
        left: 10px;
        width: 60px;
        height: 70px;
        top: -20px
    }

    .OnlineMBA-main-inner-box .OnlineMBA-main-inner-contents .OnlineMBA-icon-media1 {
        left: 10px;
        top: 210px
    }
}

.learningMethodology-section .card {
    margin: 0 auto;
    padding: 0.5rem;
    border-radius: 5px;
    margin-bottom: 1rem;
    height: 100%;
    max-height: 100%;
}

.three-wrap .card .count-box p {
    font-weight: 600;
}

.program-card .card-text {
    text-align: left;
}


.learningMethodology-section .card .card-title span img {
    border-radius: 5px;
    background: #ddd8ff;
    width: 50px;
    height: 50px;
}

.tabs-section,
.program-dlpsection {
    padding: 20px 0;
}

    .program-dlpsection p, ul, tr, ol {
        font-weight: 500;
    }

    .program-dlpsection .main-title {
        margin-bottom: 1rem;
        font-weight: 700;
        font-size: 22px;
    }

.eligibility-list {
    padding: 0 0 0 1.2rem;
}

    .eligibility-list li {
        margin-bottom: 0.5rem;
    }

.program-dlpsection .eligibility-list > li {
    margin-bottom: 0.5rem;
}

.program-dlpsection .sub-title {
    margin-bottom: 0.5rem;
    font-weight: 700;
    font-size: 18px;
}

.program-dlpsection .text {
    font-size: 16px;
    color: #000000;
}

.program-dlpsection .wrapper {
    display: grid;
    grid-template-columns: 2.9fr 2fr;
    gap: 1.5rem;
    align-items: flex-start;
}

/*.program-dlpsection .card {
    padding: 1.5rem;
    border: none;
    border-radius: 12px;
    margin-bottom: 1.6rem;
    background: #5948cf;
    background: linear-gradient(90deg,#5948cf 0,#312393 100%,#8371ff 100%);
}*/

.program-dlpsection .card .icon {
    display: inline-block;
    margin-bottom: 0.4rem;
}

.program-dlpsection .card .card-title {
    color: #fff;
    margin-bottom: 0rem;
    font-size: 18px;
    font-weight: 600;
}

.program-dlpsection hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgb(142 142 142);
}

.program-dlpsection em {
    color: #e8ff00;
    font-size: 14px;
}

.program-dlpsection .card .card-text,
.program-dlpsection .card .eligibility-list > .item {
    color: #ffffff;
    margin-bottom: 0.5rem;
    font-size: 14px;
}

.program-dlpsection .card .duration {
    padding-right: 2rem;
}

.duiv {
    margin-bottom: 1rem;
}

.icfai-apply-btn {
    border-radius: 8px;
    letter-spacing: 1px;
    background: #ffc107 !important;
    color: #000000;
    font-size: 14px;
    padding: .575rem 1.8rem;
    position: relative;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    z-index: 1;
    text-decoration: none;
    position: relative;
    font-weight: 600;
}

    .icfai-apply-btn:hover {
        color: #fff !important;
    }

        .icfai-apply-btn:hover::before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }

        .icfai-apply-btn:hover::before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }

    .icfai-apply-btn::before {
        position: absolute;
        content: '';
        background-color: #4426c4;
        height: 100%;
        width: 100%;
        border-radius: 50px;
        top: 0;
        left: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
        z-index: -1;
        border: 1px solid #ffffff;
    }

@media screen and (max-width:768px) {
    .program-dlpsection .wrapper {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .program-dlpsection .card {
        grid-template-columns: 1fr;
    }

    .program-dlpsection .card {
        top: 0;
    }
    .program-card .bi-arrow-right::before {
        content: "\f138";
        rotate: 90deg;
    } 

}

.eventsList {
    list-style-type: none;
    padding: 0 1rem;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

    .eventsList h4 {
        font-size: 16px;
        font-weight: 600;
        color: #393185;
    }

    .eventsList p {
        font-size: 14px;
        font-weight: 500;
        color: #000;
    }

.eventsListbg p {
    color: #3a3a3a !important;
}

.eventsList > .item {
    background-color: #ddd8ff;
    padding: 1rem;
    border-radius: 15px;
}

.eventsListbg > .item {
    background-color: #ddd8ff !important;
    -webkit-box-shadow: -3px 3px 6px 0 rgba(0, 0, 0, 0.16) !important;
    box-shadow: -3px 3px 6px 0 rgba(0, 0, 0, 0.16) !important;
}

.eventsList > .item .icon {
    display: grid;
    place-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #fff;
    margin-bottom: 1rem;
    color: #393185;
    font-size: 20px;
}

.eventsList em {
    color: #838383;
}

.eventsList > .item .link {
    font-weight: 500;
    font-size: 14px;
    color: #bd2440;
    padding: 5px;
    border-radius: 5px;
}

.eventsListbg > .item .link {
    color: #bd2440 !important;
    font-weight: 700 !important;
}

@media screen and (max-width: 768px) {
    .eventsList {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }
}

.prg-section,
.tabs-section {
    height: 100%;
    max-height: 100%
}



.tabs-section1 {
    padding: 1rem 0
}

    .tabs-section .nav-item,
    .tabs-section1 .nav-item {
        margin-right: 15px
    }

    .tabs-section1 .nav-pills .nav-link {
        display: flex;
        align-items: center;
        padding: 10px;
        width: 100%;
        background: #ddd8ff;
        -webkit-box-shadow: -3px 3px 6px 0 rgba(0, 0, 0, .16);
        box-shadow: -3px 3px 6px 0 rgba(0, 0, 0, .16);
        border: none
    }

        .nav-pills .show > .nav-link,
        .tabs-section1 .nav-pills .nav-link.active {
            display: flex;
            align-items: center;
            padding: 10px;
            width: 100%;
            background: #ff9c9c;
            background: linear-gradient(90deg, #ff9c9c 0, #bd2440 100%, #fff 100%);
            box-shadow: 0 0 30px rgba(1, 41, 112, .08);
            border: none
        }

            .tabs-section1 .nav-pills .nav-link.active .sub-title {
                color: #fff;
                font-size: 16px;
                font-weight: 600
            }

    .tabs-section .sub-title,
    .tabs-section1 .sub-title {
        color: #000;
        font-size: 16px;
        font-weight: 600
    }

.tabs-section {
    background: url(assets/img/bg-grey1.png) top center/cover no-repeat
}

    .tabs-section p {
        font-weight: 600;
    }

    .tabs-section .nav-pills .nav-link {
        height: 55px;
        display: flex;
        align-items: center;
        padding: 0px 5px 0px 0px;
        width: 100%;
        background: #fee1df;
        -webkit-box-shadow: -3px 3px 6px 0 rgba(0, 0, 0, .16);
        box-shadow: -3px 3px 6px 0 rgba(0, 0, 0, .16);
        border: none
    }

        .nav-pills .show > .nav-link,
        .tabs-section .nav-pills .nav-link.active {
            height: 55px;
            display: flex;
            align-items: center;
            padding: 0px 5px 0px 0px;
            width: 100%;
            background: #5948cf;
            background: linear-gradient(90deg, #5948cf 0, #312393 100%, #8371ff 100%);
            box-shadow: 0 0 30px rgba(1, 41, 112, .08);
            border: none
        }

            .tabs-section .nav-pills .nav-link.active .sub-title {
                color: #fbff00;
                font-size: 16px;
                font-weight: 600
            }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: #fee1df;
}

.tabs-section h3 {
    font-weight: 700;
    font-size: 1.5rem;
    color: #bd2440;
}

.tabs-section h5 {
    font-weight: 700;
    font-size: 1.2rem;
    color: #bd2440;
}

.tabs-section .icon-img, .tabs-section1 .icon-img {
    background: #fff;
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 50px 0 0 50px;
    margin-right: 10px;
    box-shadow: -5px 10px 25px rgb(56 152 226 / 40%);
}

@media (max-width:991px) {
    .nav-pills .show > .nav-link, .tabs-section .nav-pills .nav-link, .tabs-section .nav-pills .nav-link.active, .tabs-section1 .nav-pills .nav-link, .tabs-section1 .nav-pills .nav-link.active {
        padding: 5px;
    }

        .prg-section .sub-title, .tabs-section .nav-pills .nav-link.active .sub-title, .tabs-section .sub-title, .tabs-section1 .nav-pills .nav-link.active .sub-title, .tabs-section1 .sub-title, .tabs-section1 .two-wrap .main-content .card-text, .tabs-section1 .two-wrap1 .main-content .card-text {
            font-size: 1rem;
        }
}

@media (max-width:769px) {

    .nav-pills .show > .nav-link, .tabs-section .nav-item, .tabs-section .nav-pills .nav-link, .tabs-section .nav-pills .nav-link.active {
        margin-bottom: 0.2rem;
        width: 100%;
        padding: 2px;
    }

        .tabs-section .nav-pills .nav-link.active .sub-title, .tabs-section .single-choose-inner .media-body p, .tabs-section .single-div .card-text, .tabs-section .sub-title, .tabs-section1 .nav-pills .nav-link.active .sub-title, .tabs-section1 .sub-title {
            font-size: 14px;
        }

    .nav-tabs .nav-link {
        width: 100%;
        font-size: 14px;
    }

    .program-section ul li {
        text-align: left;
    }

    .program-dlpsection p, ul, tr, ol {
        font-size: 14px;
    }
}


.main-title1 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #312393;
}


.cta-custom {
    background: #d6251f;
    border-radius: 50px;
    padding: -10px 20px;
    height: 30px;
    width: 85px;
    position: relative;
    top: -1px;
    text-align: center;
    margin-left: 10px;
}

    .cta-custom .nav-link:hover {
        color: #fff !important;
    }

    .cta-custom .prog-login {
        color: #fff !important;
    }

.top-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
    border-radius: 8px;
}


.rn-section-gap {
    padding: 20px 0;
    overflow: unset;
}

.theICFAIGroup-section .profile-card {
    top: 70px;
    margin: 15px 0;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 2px 15px #0000001a;
    background: #fff;
    z-index: 0;
}

.sticky-top1 {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 80px;
    z-index: 5;
}

.theICFAIGroup-section .profile-card .card-body {
    position: relative;
    top: -15px;
    padding: 15px 15px 0px;
    border-radius: 15px;
    background: #fff;
}

.theICFAIGroup-section .profile-card .card-title {
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    color: #000000;
    margin-bottom: 5px;
}

.theICFAIGroup-section .profile-card .card-text {
    text-align: center;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0;
}

.rn-section-gap .event-list-1-wrapper {
    box-shadow: 0 9px 38px 0 rgb(174 174 174 / 24%);
    padding: 25px 25px;
}

.rn-section-gap .event-list-1-content .section-title h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #000000;
}

.btn-warning-custom {
    background: #bd2440;
    padding: 5px 10px 5px 10px !important;
    border-radius: 5px;
    font-size: 14px;
}

.cdoe-navSection {
    padding: 5px 0;
    color: #fff;
    background-color: #393185 !important;
    z-index: 9;
    top: 70px;
}

    .cdoe-navSection p {
        margin-bottom: 0;
        font-size: 20px;
        font-weight: 700;
    }
/*new css*/





.hero_New {
    width: 100%;
    min-height: 75vh;
    position: relative;
    padding: 60px 0;
    display: flex;
    align-items: center;
    background: url(../img/sliders/bgMba.jpg) top left;
    background-size: cover;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
    width: 100%;
    min-height: 75vh;
    position: relative;
    padding: 60px 0;
    display: flex;
    align-items: center;
    background: url(../img/sliders/banner1.jpg) top left;
    background-size: cover;
}

    .hero h2 {
        margin: 0;
        font-size: 42px;
        font-weight: 700;
        line-height: 56px;
    }

    .hero p {
        color: #bd2440;
        margin: 5px 0 10px 0;
        font-size: 20px;
        font-weight: 400;
    }

    .hero .cta-btn {
        color: #000;
        background: var(--accent-color);
        font-weight: 400;
        font-size: 14px;
        letter-spacing: 1px;
        padding: 8px 35px;
        border-radius: 3px;
        transition: 0.5s;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .hero .cta-btn:hover {
            background: #bd2440;
            color: rgb(255 255 255 / 0.10);
        }

        .hero .cta-btn i {
            font-size: 16px;
            line-height: 0;
            margin-right: 8px;
        }

@media (max-width: 768px) {
    .hero h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .hero p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .hero .download-btn {
        font-size: 14px;
        padding: 8px 20px 10px 20px;
    }
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root {
    --background-color: #ffffff; /* Background color for the entire website, including individual sections */
    --default-color: #212529; /* Default color used for the majority of the text content across the entire website */
    --heading-color: #2d465e; /* Color for headings, subheadings and title throughout the website */
    --accent-color: #0d83fd; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
    --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
    --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
    --nav-color: #212529; /* The default color of the main navmenu links */
    --nav-hover-color: #0d83fd; /* Applied to main navmenu links when they are hovered over or active */
    --nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
    --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
    --nav-dropdown-color: #212529; /* Used for navigation links of the dropdown items in the navigation menu. */
    --nav-dropdown-hover-color: #0d83fd; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
    --background-color: #f3f9ff;
    --surface-color: #ffffff;
}

.dark-background {
    --background-color: #0d83fd;
    --default-color: #ffffff;
    --heading-color: #ffffff;
    --surface-color: #409dfd;
    --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
    scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action .container {
    background: #393185;
    color: var(--contrast-color);
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    padding: 1rem 2rem;
}

.call-to-action .content h2,
.call-to-action .content p {
    color: var(--contrast-color);
    position: relative;
    z-index: 2;
}



.call-to-action .shape {
    position: absolute;
    pointer-events: none;
    z-index: 1;
}

    .call-to-action .shape svg {
        width: 100%;
        height: 100%;
    }

        .call-to-action .shape svg path {
            fill: color-mix(in srgb, var(--contrast-color) 50%, transparent);
        }

.call-to-action .shape-1 {
    width: 300px;
    height: 300px;
    top: -100px;
    right: -50px;
    opacity: 0.1;
    transform: rotate(45deg);
    animation: shapes-float 3s ease-in-out infinite;
}

.call-to-action .shape-2 {
    width: 200px;
    height: 200px;
    bottom: -50px;
    left: -50px;
    opacity: 0.15;
    transform: rotate(-15deg);
    animation: shapes-float 4s ease-in-out infinite;
}

.call-to-action .shape-3 {
    width: 150px;
    height: 150px;
    top: 20%;
    right: 15%;
    opacity: 0.08;
    transform: rotate(15deg);
}

.call-to-action .dots {
    position: absolute;
    pointer-events: none;
    z-index: 1;
    color: var(--contrast-color);
}

    .call-to-action .dots svg {
        width: 100%;
        height: 100%;
    }

.call-to-action .dots-1 {
    width: 200px;
    height: 200px;
    top: -30px;
    left: 10%;
    opacity: 0.1;
    transform: rotate(15deg);
    animation: shapes-float 4s ease-in-out infinite;
}

.call-to-action .dots-2 {
    width: 150px;
    height: 150px;
    bottom: 20px;
    right: 15%;
    opacity: 0.15;
    transform: rotate(-10deg);
}

@keyframes shapes-float {

    0%, 100% {
        transform: scale(0.8) rotate(45deg) translateY(0);
    }

    50% {
        transform: scale(0.8) rotate(45deg) translateY(-20px);
    }
}

@media (max-width: 992px) {
    .call-to-action .container {
        padding: 3rem 1.5rem;
    }

    .call-to-action .shape-1 {
        width: 200px;
        height: 200px;
    }

    .call-to-action .shape-2 {
        width: 150px;
        height: 150px;
    }

    .call-to-action .shape-3 {
        width: 100px;
        height: 100px;
    }

    .call-to-action .dots-1 {
        width: 150px;
        height: 150px;
    }

    .call-to-action .dots-2 {
        width: 120px;
        height: 120px;
    }

    .call-to-action .dots-3 {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 575px) {
    .call-to-action .container {
        border-radius: 0;
    }
}

.bg-img1 {
    background-image: url(../img/mba_student.jpg);
    background-size: cover;
    width: 100%;
    height: 270px;
    position: relative;
    color: #fff;
}

.bg-img {
    background-image: url(../img/bba_student.jpg);
    background-size: cover;
    width: 100%;
    height: 270px;
    position: relative;
    color: #fff;
}
.bg-img1:before,
.bg-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
}

.bg-content {
    height: 100%;
}

.bg-content-para {
    opacity: 0
}
.bg-img1:hover .bg-content-para,
.bg-img:hover .bg-content-para {
    opacity: 1;
}

.bg-img1:hover::before,
.bg-img:hover::before {
    height: 100% !important;
    background: linear-gradient(180deg, rgb(0 0 0 / 52%) 100%, rgb(0 0 0 / 0%) 100%);
}

.ifhe_section {
    position: relative;
    margin: 0 -20px ;
    background-image: url(../img/bg-pattern.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #4b40ac;
    padding: 80px 0;
}
    .ifhe_section .inner-box {
        margin-left: 15px;
        margin-right: 15px;
        padding: 15px 0;
    }

@media (max-width: 992px) {
    .ifhe_section {
        padding: 10px 0;
        margin: auto;
    }
}