body {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 27px;
}
.logo{
    height: 40px;
    width: auto;
}
.fs-18px{
    font-size: 16px;
}
.fs-16px{
    font-size: 16px;
}
.fs-21px{
    font-size: 21px;
}
.heading{
    font-size: 30px;
}
.bheading{
    font-size: 24px;
}
.subheading{
    font-size: 20px;
}
.newsubheading{
    font-size: 16px;
}
.topsubheading{
    font-size: 16px;
}
.subheadline{
    font-size: 20px;
}
.headline{
    font-size: 22px;
}
.newheadline{
    font-size: 18px;
}
.header-font, h1, h2, h3,h4{
    font-optical-sizing: auto;
}

.bg-secondary{
    background-color: #f2f2f2 !important;
}
.h-80{
    height: 100% !important;
}
.curve-bottom {
    width: 100%;
    min-height: 300px;
    background-color: #f2f2f2;
    clip-path: ellipse(150% 100% at 50% 0%);
    overflow: hidden;
}
.bg-success{
    background: #56ad6d !important;
}
.btn-success{
    background: #56ad6d !important;
}
.text-success{
    color: #56ad6d !important;
}
.btn-success:hover{
    background: #3b724a !important;
}
.video-slide{
    padding-top: 40px;
    padding-bottom: 40px;;
}
.card-hover, .tabwrap{
    transition: .5s all linear;
}
.card-hover:hover, .tabwrap:hover{
    transform: scale(1.1);
}
.count-card{
    border: 1px solid #56ad6d;
    box-shadow: 0px 5px 0px 1px #00AC6C33;
}
.border-top-2{
    border-top: #f2f2f2 2px solid !important;
}
.bg-primary{
    background: #034EA1 !important;
    color: #fff !important;
}
.btn-primary{
    background: #034EA1 !important;
}
.text-primary{
    color: #034EA1 !important;
}
.rounded-card{
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

.card-img{
    height: 280px;
}
.card-img img{
    width: 100% !important;
    height: 280px !important;
}
.future .card{
    min-height: 200px;
}
.future .icon svg{
    max-width: 100px;
    margin: 0px;
}
.accordion-button:not(.collapsed){
    background: transparent !important;
}
.resume-img{
    width: 100% !important;
    height: auto;
    position: relative;
}
button:focus {
    outline: none !important;
    box-shadow: none !important;
}
input:focus {
    outline: none !important;
    box-shadow: none !important;
}
footer {
    font-size: 14px;
}
.fs-14px{
    font-size: 12px;
}

.works .swiper-slide img{
    height: 70px;
    width: auto;
}
.img-laptop{
    width: 99%;
    height: auto;
}
.quote{
    width: 50px !important;
    height: 50px !important;
}
.swiper-top{
    min-height: 540px;
    overflow: hidden;
}
.swiper-top .swiper-wrapper{
    min-height: 540px;
    display: flex;
}

.swiper-top .swiper-wrapper .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 540px;
    width: 300px;
    flex-shrink: 0; /* Prevent items from wrapping */
}
.swiper-top .card{
    margin-left: auto;
    margin-right: auto;
    width: 300px !important;
    height: 100%;
    position: relative;
}
.swiper-top .card-body{
    height: 150px;
    overflow: hidden;
}
.swiper-center{
    min-height: 700px;
    overflow: hidden;
}
.swiper-center .swiper-wrapper{
    min-height: 480px; 
    display: flex;
}
.swiper-center .swiper-wrapper .swiper-slide{
    min-height: 480px;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.swiper-center .card{
    width: 100%;
    width: 300px !important;
    height: 100%;
    position: relative;
}
.swiper-center .content{
    height: 340px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}
.card-img-wrapper{
    height: 28px;
}
.card-img-wrapper img{
    height: 100px !important;
    width: auto;
    left: calc(50% - 50px);
    top: 0px;
}
.hero-img{
    position: relative;
    min-height: 420px;
    width: 100%;
    background-position: 80%;
    background-size: cover;
    background-image: url('../../assets/images/hero.webp');
    left: 0px;
    top: 0px;
}
.hero-card{
    position: relative;
    width: 100%;
    min-height: 500px;
    right: 0px;
    top: -100px;
}
.btn-gradient{
    background: linear-gradient(90deg, #13B4D3 0%, #412699 50%, #C135BA 100%) !important;
}
.btn-gradient:hover{
    background: linear-gradient(90deg, #075362 0%, #230f65 50%, #500a4d 100%) !important;
}
.text-gradient{
    background: linear-gradient(90deg, #13B4D3 0%, #412699 50%, #C135BA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.laptop-card{
    background: #d4ebd7;
    border: 1px solid green
}
.qualified{
    height: 50px;
}
#eligibityRightOC{
    min-height: 500px;
}
.hero-card .card{
    min-height: 100%;
}
.fw-bolder{
    font-weight: 900 !important;
}
.fw-bold{
    font-weight: 800 !important;
}
.fw-semibold{
    font-weight: 700 !important;
}
.fw-medium{
    font-weight: 600 !important;
}
.icon svg{
    height: 200px;
}
.swiper-nav{
    position: absolute;
    width: 80px;
    height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    top: 0px;
    right: 4px;
}
.swiper-button-next,.swiper-button-prev{
    background-color: #fff;
    color: grey;
    font-weight: 800;
    padding: 4px;
    border-radius: 4px;
    height: 50px;
    width: 50px;
    position: absolute;
    border-radius: 50%;
}
.swiper-button-next:hover,.swiper-button-prev:hover{
    color: #000;
}
.swiper-button-next::after, .swiper-button-prev:after{
    font-size: 20px !important;
}
.close-offc{
    font-size: 40px !important;
}
.arrow-text{
    font-family: "Nanum Pen Script", serif;
    font-weight: 400;
    font-size: 16px;
    width: 120px;
    text-align: center;
    color: #00AC6C;
    line-height: 13px;
}
.py-medium{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.brochureBg img{
    min-height: 578px;
    width: 100% !important;
    height: 100% !important;
    height: auto;
    object-fit: cover;
}
.iti{
    width: 100% !important;
}
.grp .iti{
    border: 1px solid #000 !important;
    border-radius: 6px !important;
}
.iti__search-input {
    padding: 6px !important;
}
.iti .iti__selected-dial-code{
    margin-bottom: 1px;
}

.video-wrapper {
    flex: 1;
    max-width: 100%;
    background: #fff;
    /* Set equal width to each iframe */
    box-sizing: border-box;
    /* Include padding/border in width */
    padding: 10px 0px;
}

.video {
    position: relative !important;
    padding-bottom: 150.43%;
    /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    max-width: 100% !important;
}

.video iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border: none;
}
.mobile-pb{
    padding-bottom: 200px;
}
.sm-card{
    height: 200px !important;
}
.lg-card{
    height: 200px !important;
}
.alumni-card{
    border-color: #FFF !important;
}
.tab-content .swiper-slide{
    min-height: 700px;
}
.mmu-tab.active{
    background: #FFF !important;
    color: #034EA1 !important;
    border: 1px solid #034EA1 !important;
}
.mmu-tab{
    background: #034EA1 !important;
    color: #FFF !important;
    border: 1px solid #FFF !important;
}
.fs-medium{
    font-size: 15px;
}
@media only screen and  (min-width: 540px) {
    
}
@media (min-width: 720px) {
    .fs-medium{
    font-size: 17px;
}
    .hero-card{
    min-height: 620px;
}
    .alumni-card{
    border-color: #034EA1 !important;
}
    .sm-card{
    min-height: 300px !important;
}
.lg-card{
    height: 200px !important;
}
    .mobile-pb{
        padding-bottom: 4px !important;
    }
    .arrow-text{
        font-family: "Nanum Pen Script", serif;
        font-weight: 400;
        font-size: 30px;
        width: 200px;
        text-align: center;
        color: #00AC6C;
        line-height: 27px;
    }
    .fs-14px{
        font-size: 14px;
    }
    .curve-bottom {
        width: 100%;
        min-height: 300px;
        background-color: #f2f2f2;
        clip-path: ellipse(90% 100% at 50% 0%);
    }
    .swiper-top .card-body{
        height: 180px;
        overflow: hidden;
    }
    .hero-card{
        position: relative;
        width: 100%;
        height: 580px;
        right: 0px;
        top: -50px;
    }
    .fs-18px{
        font-size: 18px;
    }
    .img-laptop{
        width: 370px;
        height: auto;
    }
    .swiper-top .card{
        margin-left: auto;
        margin-right: auto;
        width: 290px;
        height: 100%;
        position: relative;
    }
   
}
@media (min-width: 992px) {
    .arrow-wrapper{
        margin-top: -20px !important;
        margin-left: -30px !important;
    }
    .close-offc{
        font-size: 30px !important;
    }
    .fs-desk{
        font-size: 18px;
    }
    .img-laptop{
        width: 450px;
        height: auto;
    }
    .swiper-center .swiper-wrapper{
        display: flex;
    }
    .swiper-center .swiper-wrapper .swiper-slide{
        min-height: 480px;
        width: 350px;
    }
    .swiper-center .card{
        width: 100%;
        width: 350px !important;
    }
    .swiper-center .content{
        height: 340px;
        font-size: 15px;
    }
    .newsubheading{
        font-size: 20px;
    }
    body {
        font-size: 16px;
    }
    .fs-16px{
        font-size: 16px;
    }
    .h-80{
        height: 80% !important;
    }
    .future .card{
        min-height: 250px;
    }
    .future .icon svg{
        max-width: 170px;
        margin: 0px;
    }
    .curve-bottom {
        width: 100%;
        min-height: 300px;
        background-color: #f2f2f2;
        clip-path: ellipse(70% 100% at 50% 0%);
    }
    .laptop-card{
        background: transparent !important;
        border: 0px;
    }

    .resume-img{
        width: 310px !important;
        height: auto;
        position: absolute;
    }
    .layer-card{
        max-width: 880px;
    }
    .hero-img{
        position: relative;
        min-height: 630px;
        width: 60%;
        background-position: bottom center;
        background-size: cover;
        background-image: url('../../assets/images/hero.webp');
        left: 0px;
        top: 0px;
    }
    .hero-card{
        position: absolute;
        right: 0px;
        top: 0px;
        float: right;
        width: 50%;
    }
    .hero-card .card{
        min-height: 630px;
    }
    .heading, .bheading{
        font-size: 36px;
    }
    .subheadline{
        font-size: 30px;
    }
    .subheading{
        font-size: 20px;
    }
    .topsubheading{
        font-size: 21px;
    }
    .headline{
        font-size: 22px;
    }
    .newheadline{
        font-size: 22px;
    }
    .modal-lg,
    .modal-xl {
        --bs-modal-width: 890px;
    }
    .fs-small{
        font-size: 16px;
    }
}
@media (min-width: 1200px) {
    .swiper-center .content{
        height: 340px;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
    }
    .hero-img{
        position: relative;
        min-height: 620px;
        width: 60%;
        background-position: bottom center;
        background-size: cover;
        background-image: url('../../assets/images/hero.webp');
        left: 0px;
        top: 0px;
    }
    .hero-card .card{
        min-height: 620px;
    }
    .hero-card{
        position: absolute;
        right: 0px;
        top: 0px;
        float: right;
        width: 46%;
    }
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }
}


