
@import url('https://fonts.cdnfonts.com/css/source-sans-pro');
@import url('https://fonts.cdnfonts.com/css/helvetica-neue-55');

body {
    font-family: 'Source Sans Pro', sans-serif !important;
    background: #e3eeff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Helvetica Neue', sans-serif !important;
    font-optical-sizing: auto;
}
@media (min-width: 1200px) {
    .fs-1 {
        font-size: 2rem !important;
    }
}
.fw-bold {
    font-weight: 500 !important;
}
.bg1 {
    background: #f9ebea;
}

.bg2 {
    background: #f5eef8;
}

.bg3 {
    background: #eaf2f8;
}

.bg4 {
    background: #e8f8f5;
}

.bg5 {
    background: #fef9e7;
}

.bg6 {
    background: #d4e6f1;
}

.bg7 {
    background: #d0ece7;
}

.bg8 {
    background: #fadbd8;
}

.bg9 {
    background: #f2f3f4;
}

.bg10 {
    background: #ebdef0;
}

.bg11 {
    background: #fdebd0;
}

.bg12 {
    background: #fce0b4;
}
/*main {
    margin-bottom: 80px;
}*/

section{
    padding:60px 0;
}
.bgcampus {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 10;
}
.bgcampus1 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
    width: 100%;
    object-fit: cover;
    
}
.bgGradient {
    background: linear-gradient(30deg, #001e66, #0c379ba8);
}

.footer-section {
    background-image: url(/assets/img/footer.jpg);
    background-size: cover;
    background-position: center center;
    z-index: 1;
    /* height: 200px; */
    position: relative;
}

    .footer-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000000b3;
        z-index: -1;
    }

.footerTagBg {
    background: #BD2440;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    background: linear-gradient(30deg, #031d56, #3c76ff);
    border-radius: 30px;
    bottom: 35px;
    cursor: pointer;
    height: 40px;
    opacity: 0;
    position: fixed;
    width: 180px;
    z-index: 99
}

    .back-to-top i {
        font-size: 32px;
        line-height: 0
    }

    .back-to-top i, .back-to-top:hover {
        color: #fff; 
    }

    .back-to-top:hover {
        background: linear-gradient(209deg, #ff1c69, #b80c1499);
        color: #fff;
    }

    .back-to-top.active {
        opacity: 1;
        visibility: visible
    }

.closeBar {
    right: 0;
    top: -25px;
    cursor: pointer;
}

.downloadBar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    z-index: 99998;
    transition: all 0.4s ease;
}

    .downloadBar.active {
        visibility: visible;
        opacity: 1;
    }

.form-group {
    margin-bottom: 0.3rem;
}

#subscribe-new1 .sign-up-form form .form-group {
    position: relative;
}

#subscribe-new1 .sign-up-form form input {
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 8px 20px;
}

#subscribe-new1 .sign-up-form form .form-group i {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 20px;
    color: #999;
}

.card { 
    box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
    border: 1px solid rgba(255, 255, 255, .3);
}

.online-icon {
    height: 80px;
    width: 80px;
}

.customBtn {
    display: inline-block;
    background: linear-gradient(30deg, #031d56, #3c76ff);
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    padding: 9px 40px;
    text-decoration: none;
    border-radius: 40px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: 0;
    color:#fff;
}

    .customBtn:hover {
        background: linear-gradient(209deg, #ff1c69, #b80c1499);
        color:#fff;
    }

.three-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.8rem;
    margin-bottom: 0;
}

    .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: transparent;
            border-radius: 10px;
            height: 110px;
        }

            .three-wrap .card .count-box img {
                line-height: 0;
                margin-right: 20px;
            }

@media (max-width: 769px) {
    .three-wrap {
        display: flex;
        overflow-y: auto;
        padding: 0rem;
    }

        .three-wrap .card .count-box {
            width: max-content;
        }

        .three-wrap .card {
            margin-right: 12px;
            min-width: 230px
        }

    .advantageCards {
        display: flex;
        flex-wrap: nowrap;
        overflow-y: auto;
    }
}
.coverPage {
    height: 100vh;
    position: relative; 
}

.coverPage1 { 
    background-image: url(/assets/img/campus-top-view.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment: fixed;
    position:relative;
}
    .coverPage1::before {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(30deg, #001e66, #0c379ba8);
        z-index: 0;
    }
.shape-bottom {
    position: absolute;
    top: auto;
    bottom: -1px;
    left: 0;
    right: 0;
    z-index: 10;
    transform: rotate(180deg);
}
.z-20 {
    z-index: 20;
}
.overLay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #393185cc;
    background: linear-gradient(30deg, #001e66, #0c379ba8);
    z-index: 11;
}

.has-overlay.overlay-gradient::after {
    background: linear-gradient(-47deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}
.mainContent {
    position: relative;
    z-index: 12;
}

.accredation-section .logo {
    height: 160px;
    width: 160px;
}

.online-icon {
    margin-top: 8px;
    height: 120px;
    width: 120px;
    padding: 10px;
    border-radius: 10px;
}

.online-section .wrapper_4 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.6rem;
    margin-bottom: .5rem;
}

.accredation-section .wrapper_4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.6rem;
    margin-bottom: .5rem;
}

@@media (max-width:786px) {
    .accredation-section .wrapper_4,
    .online-section .wrapper_4 {
        display: flex;
        overflow-y: auto;
        padding: 0rem;
    }

        .accredation-section .wrapper_4 .card,
        .online-section .wrapper_4 .card {
            min-width: 225px;
            height: 210px !important;
            margin-bottom: .5rem;
        }
}

.online-section .card {
    position: relative;
}

    .online-section .card::after {
        content: "";
        background: url(/assets/img/mba/sqaure-dotted.png);
        /*background: red;*/
        width: 80px;
        height: 80px;
        position: absolute;
        right: 0;
        top: 0;
        opacity: 0.1;
    }

    .online-section .card::before {
        content: "";
        background: url(/assets/img/mba/circle-dot.png);
        width: 80px;
        height: 80px;
        position: absolute;
        left: 0;
        bottom: 0;
        opacity: 0.2;
    }
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

    .slick-slide img {
        width: 100%;
    }

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: "";
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slide-section {
    padding: 5px;
}

.skill-section ul li {
    list-style-type: none;
    display: flex;
    align-items: center;
}

    .skill-section ul li:before {
        margin-right: 10px;
        list-style-type: none;
        content: "\F26A";
        font-family: bootstrap-icons !important;
        font-size: 13px;
        color: #dd2476;
        opacity: 0.8;
    }
 
.Academic-Logos .icon {
    text-align: center;
}

.Academic-Logos .icon img{
    height:50px;
    width:50px; 
}
h2{
    position:relative;
    margin-bottom:28px;
}
h2::after {
    position: absolute;
    content: "";
    height: 3px;
    width: 70px;
    background-color: #ff1c69;
    bottom: -15px;
    left: 10px;
}
.hoverCard {
    transition: transform 0.3s ease;
}
.hoverCard:hover {
    transform: translateY(-15px);

}
.path-icon {
    height: 150px;
}
.dots {
    position: fixed;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.dots ul li a{
    display:inline-block;
    height:20px;
    width:20px;
    border-radius:50%;
    background:#fff;
}

    .dots ul li a.active {
        background: linear-gradient(209deg, #ff1c69, #b80c1499); /* or any color you like */
    }
#section1 {
    min-height: 100vh;
}

@media (max-width: 769px) {
    .scrollCards {
        display: flex;
        flex-wrap: nowrap;
        overflow-y: auto; 
    }

        .scrollCards .hoverCard {
            margin: 40px 0;
        }

    .btn-grad {
        width: auto !important;
    }
    .dots{
        display: none;
    }
}
.skill-section .wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: .5rem;
}

    .skill-section .wrapper .item {
        padding: .5rem;
        background-color: #fff;
        border-radius: 8px;
        font-size: 1.2rem;
        height: 75px;
        border: 1px solid #ccc;
        border-bottom: 2px solid #87bacf;
        line-height: 20px;
    }

.skill-section .wrapper .item a {
    text-decoration: none !important;
}

.skill-section .wrapper .item i {
    color: #8d8d8d;
}

@media (max-width: 1200px) {
    .skill-section .wrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: .5rem;
    }
    .skill-section .wrapper .item {
        padding: .5rem;
        background-color: #fff;
        border-radius: 8px;
        font-size: .85rem;
        height: 50px;
        border-bottom: 2px solid #87bacf;
        width: 230px;
    }
}



@media (max-width: 991px) {
    .skill-section .wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: .5rem;
    }
}


@media (max-width: 786px) {
    .skill-section .wrapper {
        overflow: auto;
        display: flex;
        grid-template-columns: repeat(1, 1fr);
        gap: .5rem;
        place-items: center;
    }

        .skill-section .wrapper .item {
            padding: .5rem;
            background-color: #fff;
            border-radius: 8px;
            font-size: .85rem;
            height: 58px;
            border-bottom: 2px solid #87bacf;
            width: 190px;
            min-width: 190px;
        }


}

@media (max-width: 769px) {
    .overFlowCards {
        display: flex;
        flex-wrap: nowrap;
        overflow-y: auto;
    }
}

.pathCards:hover,
.pathCardsActive,
.pathCards:hover h3 {
    background: #004bad;
    color: #fff;
}

 