.institute-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-weight: 600;
    font-size: 16px;
}

.logo-header img {
    padding-top: 5px;

}

.wrap-slider {
    position: relative;
}

.wrap-slider::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    /* adjust opacity here */
    z-index: 1;
}

.box-content {
    position: relative;
    z-index: 2;
}

.register-btn {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.apply-tab {

    font-size: 13px !important;
}

.footerlogo {

    max-width: 70% !important;
}

.footer {

    margin-top: 60px !important;
}

@media (max-width: 768px) {
    .banner-heading {

        font-size: 28px !important;
        line-height: 39px !important;
    }

    .slider-default.slider-position .box-content {
        bottom: 60px;
    }

    .why-iftk {

        padding-top: 10px !important;
    }


    .why-iftk-img {
        padding-top: 50px;
    }

    .program{
        
        padding-top: 0px !important;
    }

    .apply-sec{

        padding-top: 0px !important;
    }
}