body {
    font-family: 'Poppins', sans-serif;
}

button:focus {
    outline: none;
}

.header-section {
    padding: 20px 0 0 0;
}

.header-apply-btn {
    padding: 5px 20px;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    color: #2B3070;
    background: #FFC30C;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    float: right;
    position: absolute;
}

.company-logo {
    width: 100%;
    position: absolute;
}

@keyframes fade {
    from {
        opacity: 0.4;
    }

    to {
        opacity: 1;
    }
}

#slider {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}

.slides {
    overflow: hidden;
    animation-name: fade;
    animation-duration: 0s;
    display: none;
}

.main-banner-slider {
    width: 100%;
}

.slider-space {}

.stamps-forms-section {
    padding: 50px 0;
    background: #ECEDFF;
}

.stamps-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 52px;
    color: #2B3070;
    text-align: center;
}

.stamps-logos {
    width: 100%;
    padding: 15px 10px;
}

.candidate-form {
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 10px 10px 0px 3px #FFC30C;
}

.candidate-form-title {
    font-weight: 600;
    font-size: 19px;
    line-height: 28px;
    color: #242842;
    text-align: center;
}

.input-inside {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    display: grid;
    justify-items: center;
}

.input {
    display: block;
    padding: 7px 10px;
    outline: none;
    border: 2px solid #9e9e9e;
    width: 100%;
    font-size: 1rem;
    box-sizing: border-box;
    border-radius: 5px;
}

.input:focus {
    border: 2px solid #9e9e9e;
}

.input-label {
    position: absolute;
    top: 8px;
    left: 8px;
    opacity: 0;
    background-color: transparent;
    padding: 0 2px;
    font-size: 1rem;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.input:valid+.input-label {
    opacity: 1;
    top: -11px;
    color: #9e9e9e;
    font-weight: 600;
}

.input:focus+.input-label {
    color: #000;
}

.candidate-form-btn {
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #2B3070;
    background-color: #FFC30C;
    padding: 5px 20px;
    margin-top: 10px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.candidate-form-button {
    text-align: center;
}

.candidate-form-footer {
    font-weight: 600;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    color: #242842;
}

.form-select {
    color: #847f7f;
}

.futuristic-images {
    width: 100%;
    padding-bottom: 15px;
}


.hallmark-excellence-section {
    padding: 50px 0;
}

.hallmark-excellence-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 52px;
    color: #2B3070;
    text-align: center;
}

.hallmark-images {
    width: 100%;
}

.cards-space {
    padding: 0;
}

.hallmark-excellence-cards {
    text-align: center;
    padding: 35px;
}

.bg-hallmark-blue {
    background: #2B3070;
    color: #fff;
    height: 100%;
}

.bg-hallmark-yellow {
    background: #FFC30C;
    color: #2B3070;
    height: 100%;
}

.bg-hallmark-white {
    background: #FFF;
    color: #2B3070;
    height: 100%;
}

.hallmark-counter {
    font-size: 30px;
    margin-bottom: 0;
}

.hallmark-details {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 500;
}

.hallmark-excellence-details {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    text-align: center;
    text-transform: lowercase;
    padding-bottom: 30px;
}

.futuristic-programs-section {
    padding: 50px 0;
    background: #ECEDFF;
}

.content {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.content .content-overlay {
    background: rgba(43, 48, 112, 0.8);
    position: absolute;
    height: 95%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
}

.content:hover .content-overlay {
    opacity: 1;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-title {
    font-size: 16px;
    color: #fff;
    text-align: justify;
}

.fadeIn-bottom {
    top: 100%;
}

.programs-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 52px;
    align-items: center;
    text-align: center;
    color: #2a2f6f;
    margin-bottom: 0;
}

.futuristic-cards {
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
    border-radius: 6px;
    padding: 20px 15px;
    margin: 20px 0 0 0;
}

.futuristic-details {
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    color: #222222;
}

.futuristic-btn {
    font-weight: 600;
    font-size: 13px;
    color: #FFC30C;
    padding: 10px 0px 10px 0px;
    cursor: pointer;
    text-align: center;
    margin-top: 5px;
}

.futuristic-btn:hover {
    font-weight: 600;
    font-size: 13px;
    padding: 10px 0px 10px 0px;
    cursor: pointer;
    background: #FFC30C;
    border-radius: 8px;
    color: #2B3070;
    text-align: center;
    margin-top: 5px;
}

.alumni-speak-section {
    padding: 50px 0;
    text-align: center;
}

.alumni-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 52px;
    text-align: center;
    color: #2B3070;
}

.slick-prev {
    background-color: #2B3070 !important;
    border-radius: 50%;
    /* left: 0px !important; */
}

.slick-next {
    background-color: #2B3070 !important;
    border-radius: 50%;
    /* right: 0px !important; */
}

.slick-slide {
    height: auto !important;
}

.alumni-name {
    margin-top: 10px;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #2B3070;
}

.videos-section {
    height: 500px;
}

.alumni-designation {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #2B3070;
}

.placement-partners-section {
    padding: 50px 0;
    background: #ECEDFF;
}

.placement-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 52px;
    text-align: center;
    color: #2B3070;
}

.placement-images {
    width: 100%;
    padding: 15px 10px;
}

.placement-btn {
    text-align: center;
}

.placement-more {
    font-weight: 500;
    font-size: 20px;
    line-height: 42px;
    text-align: center;
    color: #444444;
    border: none;
    background-color: transparent;
    cursor: pointer;
    margin-bottom: 50px;
}

.placement-more:hover {
    color: #FFC30C;
    transform: scale(1.2);
}

.footer-section {
    padding: 0px 0 14px 0;
    text-align: center;
    position: fixed;
    bottom: -20px;
    background: #2b3070;
    width: 100%;
}

.footer-details {
    display: inline-flex;
}

.footer-content {
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 0;
    padding: 13px 20px;
}

.footer-apply-btn {
    padding: 1px 14px;
    font-weight: 600;
    font-size: 10px;
    line-height: 14px;
    color: #2B3070;
    background: #FFC30C;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    height: 30px;
    margin-top: 12px;
}

.footer-contact {
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 0;
    padding: 15px 0 15px 20px;
}

.mobileonly {
    display: none;
}

.mobileonly-banner {
    display: none;
}

.thankspage-bg {
    width: 100%;
    height: 100%;
}

.extra-space {
    margin: 0;
}

.thankspage-header {
    position: absolute;
    padding-top: 50px;
}

/* .thankspage-logo{
    width: 100%;
    padding-left: 400px;
} */

.thankspage-content {
    color: #FFF;
}

.thankspage-name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 50px;
}

.thankspage-details {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 50px;
    /* margin-top: 10px; */
}

.thankspage-regards {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 50px;
}

.thankspage-team {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    /* margin-top: 10px; */
}

.thankspage-message {
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
}

@media only screen and (max-width: 480px) {

    .desktoponly-banner {
        display: none !important;
    }

    .mobileonly-banner {
        display: block !important;
    }

    .mobile-banner-slider {
        width: 100%;
    }

    .mobileonly {
        display: block !important;
    }

    .desktoponly {
        display: none !important;
    }

    .company-logo {
        position: inherit;
    }
    .candidate-form {
        box-shadow: 10px 10px 0px 0px #FFC30C;
        margin: 0 20px !important;
    }
}


@media only screen and (max-width: 768px) {

    /* .mobile-banner-slider {
        width: 100%;
    } */

    .footer-details {
        display: block;
    }

    /* .company-logo {
        position: inherit;
    } */

    .slick-prev {
        left: -15px !important;
        /* display: none !important; */
    }

    .slick-next {
        right: -10px !important;
        /* display: none !important; */
    }

    .slick-slider {
        margin-bottom: 0 !important;
    }

    /* .mobileonly {
        display: block !important;
    }

    .desktoponly {
        display: none !important;
    }

    .desktoponly-banner {
        display: none !important;
    }

    .mobileonly-banner {
        display: block !important;
    } */

    .mobile-space {
        padding: 0;
    }

    .header-apply-btn {
        padding: 7px 14px;
        font-weight: 600;
        font-size: 14px;
        line-height: 24px;
        position: inherit;
    }

    .candidate-form {
        box-shadow: 10px 10px 0px 0px #FFC30C;
        margin: 0 10px 0 0;
    }

    .stamps-forms-section {
        padding: 25px 0;
    }

    .stamps-title {
        margin-top: 30px;
        font-size: 26px;
        line-height: 36px;
    }

    .stamps-logos {
        padding: 15px 0px;
    }

    .hallmark-excellence-section {
        padding: 25px 0;
    }

    .hallmark-excellence-title {
        font-size: 26px;
        line-height: 36px;
    }

    .hallmark-excellence-details {
        font-size: 15px;
        line-height: 25px;
        padding-bottom: 10px;
    }

    .futuristic-programs-section {
        padding: 25px 0;
    }

    .programs-title {
        font-size: 26px;
        line-height: 36px;
    }

    .alumni-speak-section {
        padding: 25px 0;
    }

    .alumni-title {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 30px;
    }

    .videos-section {
        height: 450px;
    }

    .slick-dots {
        position: unset !important;
    }

    .alumni-name {
        margin-top: 10px;
        font-size: 20px;
        margin-bottom: 0;
    }

    .alumni-designation {
        font-size: 14px;
        line-height: 24px;
    }

    .placement-partners-section {
        padding: 25px 0;
    }

    .placement-title {
        font-size: 26px;
        line-height: 36px;
    }

    .placement-more {
        font-size: 16px;
        line-height: 26px;
        margin-top: 20px;
        margin-bottom: 100px;
    }

    .footer-section {
        padding: 10px 0;
    }

    .footer-content {
        font-size: 18px;
        line-height: 28px;
        padding: 0;
    }

    .footer-contact {
        font-size: 14px;
        line-height: 24px;
        padding: 0;
        margin-bottom: 10px;
    }

    .footer-apply-btn {
        margin-bottom: 10px;
    }

    /* .thankspage-logo {
        padding-left: 200px;
    } */
}