body {
    font-family: 'Poppins', sans-serif;
}
button:focus {
    outline: none;
}

/* .padding{
    padding: 25px 50px !important;
} */

.header-section {
    padding: 20px 0 0 0;
    background-image: url(../images/banner-1.png);
    background-size: cover;     
      background-position: center;
      background-repeat: no-repeat;
      width: 100%;
    height: 100vh;
    position: relative;
}

.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;
}

.last-section {
    padding: 20px 0 0 0;
    background-image: url(../images/recdroneshot.png);
    background-size: cover;     
      background-position: center;
      background-repeat: no-repeat;
      width: 100%;
    height: 100vh;
    position: relative;
}
.last_section_button{
    padding: 5px 20px;
    font-weight: 600;
    color: #fff;
    background: #FFC30C;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-size: 22px;
}

.company-logo {
    width: 100%;
}

.banner-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center !important;
  }

.banner_content_title {
    font-weight: 700;
    color: #ffffff;
    font-size: 50px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
  }
  
  .banner_content_titlenew {
    font-weight: 700;
    color: #8c0b42;
    font-size: 30px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
  }
  
 .banner_button {
    padding: 15px 25px;
    background-color: #833e8f;
    font-weight: 700;
    color: #ffffff;
    font-size: 20px;
    border-radius: 10px;
    width: auto;
    outline: none !important;
    border: none;   
  }


@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-image: url(../images/Section2.png);
    background-size: cover;     
      background-position: center;
      background-repeat: no-repeat;
      width: 100%;
    /* height: 100vh; */
}

.stamps-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 52px;
    color: #833E8F;
}

.stamps-logos {
    width: 100%;
    padding: 15px 10px;
}

.candidate-form {
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 5px;
    /* box-shadow: 10px 10px 0px 3px #FFC30C; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.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: 8px;
}

.input:focus {
    border: 1px 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%;
    border-radius: 6px;
}


.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;
}

/* .content {
    position: relative;
    width: 100%;
    overflow: hidden;
} */



.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: #833E8F;
    margin-bottom: 0;
}

.futuristic-cards {
    margin: 20px 0 0 0;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
}
.futuristic-details_card{
    padding: 10px 15px;
    background: #FFFFFF;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    height: 65px;
}

.futuristic-details {
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    color: #222222;
}

.futuristic-btn {
    font-weight: 600;
    font-size: 13px;
    line-height: 24px;
    border: none;
    background-color: transparent;
    color: #FFC30C;
    padding: 15px 0;
}
.futuristic-btn:hover {
    background: #FFC30C;
    color: #2B3070;
    font-size: 13px;
    padding: 6px 5px;
    border-radius: 8px;
}

.alumni-speak-section {
    padding: 50px 0;
    background-image: url(../images/Section5.png);
    background-size: cover;     
      background-position: center;
      background-repeat: no-repeat;
      width: 100%;
}

.alumni-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 52px;
    /* text-align: center; */
    color: #FFCA38;
}
.text_white{
    color: #fff !important;
}
.alumni-speak-button{
    background-color: #F39C12;
    padding: 10px 15px;
    color: #fff;
    border: none;
    outline: none;
    font-weight: 600;
}

.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 {
    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: 14px;
    line-height: 25px;
    /* text-align: center; */
    color: #2B3070;
}

.placement-partners-section {
    /* padding: 50px 0; */
    background-image: url(../images/Section4.png);
    background-size: cover;     
      background-position: center;
      background-repeat: no-repeat;
      width: 100%;
}

.placement-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 52px;
    text-align: center;
    color: #833E8F;
}

.border_bottom{
    border-bottom: 3.2px solid #7A7979;
}

.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: #833E8F;
    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{
    background-image: url("./assets/images/thankspage-logo.png");
    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;
    }
}

@media only screen and (max-width: 768px) {

    .banner_button {
        padding: 10px 15px;
        font-size: 15px;
    }
    .banner_content_title {
        font-size: 20px;
    }

    .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;
    }

    .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: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        margin: 0 20px;
    }
    .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 {
        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;
    } */
}
.already_btn{
    border: none;
    color: #242842;
    font-weight: 500;
    background-color: transparent;
    margin-top: 15px;
  }
  .Course_Eligibility{
    background-color: #fff;
    color: #2c335c;
    font-weight: 500;
    text-align: center;
    padding: 20px 0;
  }
  .Course_Eligibility_content_title{
    font-size: 14px;
    margin-bottom: 0;
  }
     #otpSection {
      display: none;
    }

    .already_btn_link {
      font-size: 16px;
      color: #FFC30C;
      text-decoration: underline;
      cursor: pointer;
    }

    .already_btn_link:hover {
      color: #93d1fb;
    }

    .otp_btn {
      border: none;
      background-color: transparent;
      color: #2f8f1f;
      font-weight: 500;
      float: right;
      margin-top: 10px;
      cursor: pointer;
    }

    .otp-input-fields {
      margin: auto;
      background-color: white;
      /* box-shadow: 0px 0px 8px 0px #02025044; */
      /* max-width: 400px; */
      width: auto;
      display: flex;
      justify-content: center;
      gap: 10px;
      padding: 0px;

      input {
        height: 40px;
        width: 40px;
        background-color: transparent;
        border-radius: 4px;
        border: 2px solid #2f8f1f;
        text-align: center;
        outline: none;
        font-size: 16px;

        &::-webkit-outer-spin-button,
        &::-webkit-inner-spin-button {
          -webkit-appearance: none;
          margin: 0;
        }

        /* Firefox */
        &[type=number] {
          -moz-appearance: textfield;
        }

        &:focus {
          border-width: 2px;
          border-color: darken(#2f8f1f, 5%);
          font-size: 20px;
        }
      }
    }

    .msg {
      margin-bottom: 5px;
    }

    .errorMobile {
      color: red;
      font-size: 0.70rem;
      text-align: start;
      padding-top: 0.3rem;
      padding-left: 5px;
      display: none;
    }

    .errorMobile {
      margin-bottom: 0px;
    }

    .getotpdiv {
      font-size: 13px;
      cursor: pointer;
      color: #FFFFFF;
      background: #a155c2;
      padding: 8px 10px 8px 10px;
      border-radius: 5px;
      text-decoration: none;
    }

    .getotpdiv:hover {
      cursor: pointer;
      color: #FFFFFF;
      text-decoration: none !important;
    }

    .resendotp {
      color: #000;
    }

    .otpverifieddiv {
      font-size: 13px;
      color: #FFFFFF;
      display: none;
      text-decoration: none;
    }

    .otpverifieddiv:hover {
      font-size: 13px;
      color: #FFFFFF;
      display: none;
      text-decoration: none;
    }

    .form-control:disabled,
    .form-control[readonly] {
      background-color: transparent !important;
      opacity: 1;
    }

    .hight_text {
      /* text-align: center; */
      color: #FFFFFF;
      margin-top: -15px;
      margin-bottom: 5px;
    }

    .footer_section_content_address {
      color: #044976;
      font-size: 16px;
      line-height: 26px;
      margin-bottom: 10px;
      text-align: center;
    }

    .footer_section_content_address1 {
      color: #044976;
      font-size: 16px;
      line-height: 16px;
      margin-bottom: 10px;
      text-align: center;
      margin-top: 6px;
    }

    .alert-danger {
      color: #fe5a40;
      background-color: transparent;
      border-color: none;
    }

    .alert-success {
      color: greenyellow;
      background-color: transparent;
      border-color: none;
    }

    .slick-slide {
      height: auto !important;
    }
	input[type="tel"]:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: inherit !important;
}
.input:focus{
      border: 2px solid #9e9e9e;
      outline: none !important;
    }