body {
  font-family: "Poppins", sans-serif;
}
button:focus {
  outline: none;
}

.header-section {
  padding: 20px 0 0 0;
}

.header-apply-btn {
  padding: 10px 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  background: #7b4593;
  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-section {
  padding: 50px 0;
  /* background: #ECEDFF; */
}

.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: 0px 15px;
}

.candidate-form {
  background-color: #ffffff;
  padding: 20px;
  /* border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; */
  border-radius: 10px;
  box-shadow: 10px 10px 0px 3px #FFC30C;
}

.candidate-form-title {
  font-weight: 600;
  font-size: 19px;
  line-height: 28px;
  /* border-radius: 10px; */
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #242842;
  /* padding: 20px; */
  text-align: center;
  /* background-color: #242842; */
  margin-bottom: 0px;
}

.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%;
  padding-bottom: 15px;
}

.hallmark-excellence-section-bg {
  /* background-image: url("./assets/images/hallmark-of-excellence-bg.png"); */
  background-image: url("../images/hallmark-of-excellence-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* hallmark-of-excellence-bg */
}
.hallmark-excellence-section {
  padding: 50px 0;
}
.hallmark-excellence-right{
  padding-top: 100px;
}

.hallmark-excellence-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 52px;
  color: #7b4593;
  /* text-align: center; */
}

.hallmark-images {
  width: 100%;
}
/* .hallmark-footer {
    text-align: left;
  } */
  .hallmark-button {
    padding: 10px 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    background: #7b4593;
    border-radius: 6px;
    border: none;
    cursor: pointer;
  }

.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: #7b4593;
  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;
  line-height: 24px;
  border: none;
  background-color: transparent;
  color: #ffc30c;
  padding: 15px 0;
}
.futuristic-btn:hover {
  background: #ffc30c;
  color: #2b3070;
  font-size: 13px;
  padding: 10px 5px;
  border-radius: 8px;
}

.alumni-speak-bg {
  background-color: #faf0ff;
}

.alumni-speak-section {
  padding: 50px 0;
  text-align: center;
}

.alumni-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 52px;
  text-align: center;
  color: #7b4593;
}

.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-footer {
  text-align: center;
}
.alumni-name {
  padding: 10px 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  background: #7b4593;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}

.videos-section-bg {
  background-color: #fff;
  padding: 20px 10px;
  border-radius: 8px;
  margin: 10px;
}

.videos-section {
  height: 500px;
  width: 100%;
}
.videos-section-content {
  text-align: center;
  color: #242842;
}
.videos-content-name {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 20px;
}
.videos-content-desigination {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}

.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-images-title{
font-size: 18px;
line-height: 26px;
color: #333333;
font-weight: 600;
text-align: center;
margin-top: 20px;
margin-bottom: 0;
}
.placement-images-title2{
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  font-weight: 600;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
  }
  .placement-images-title3{
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    font-weight: 600;
    text-align: center;
    margin-top: -30px;
    margin-bottom: 0;
    }
  .placement-images-title11{
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    font-weight: 600;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0;
    }
.placement-images-card{
  /* background-color: transparent;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
}

.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 0px 0;
  text-align: center;
  position: fixed;
  bottom: 0px;
  background: #2b3070;
  width: 100%;
}

.footer-details {
  display: inline-flex;
}

.footer-content {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 0;
  padding: 13px 20px;
}

.footer-apply-btn {
  padding: 10px 14px;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  background: #7b4593;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  height: 35px;
  margin-top: 10px;
}

.footer-contact {
  font-weight: 600;
  font-size: 14px;
  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;
  }
  .hallmark-excellence-section-bg{
    background-image: none;
  }
}

@media only screen and (max-width: 768px) {

  .desktoponly_content {
    display: none !important;
  }

  .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: 12px;
    line-height: 24px;
    position: inherit;
  }
  .candidate-form {
    /* box-shadow: 10px 10px 0px 0px #FFC30C; */
    margin: 0 0px 10px 0;
  }
  .stamps-section {
    padding: 25px 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-right{
    padding-top: 10px;
    text-align: center;
  }
  .hallmark-excellence-title {
    font-size: 26px;
    line-height: 36px;
  }
  .hallmark-excellence-details {
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 10px;
  }
  .hallmark-button {
    padding: 7px 14px;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    background: #7b4593;
    border-radius: 6px;
    border: none;
    cursor: pointer;
  }
  .margin20{
    margin-top: 20px;
  }
  .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: 10px;
  }
  .videos-section {
    height: 450px;
  }
  .slick-dots {
    position: unset !important;
  }
  .alumni-name {
    font-size: 14px;
    margin-bottom: 0;
    padding: 7px 14px;
  }
  .videos-content-name {
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .videos-content-desigination {
    font-size: 12px;
    line-height: 26px;
    margin-bottom: 0;
  }
  .alumni-designation {
    font-size: 14px;
    line-height: 24px;
  }
  .placement-partners-section {
    padding: 25px 0;
  }
  .placement-images-title{
    font-size: 14px;
    }
    .placement-images-title1{
      font-size: 12px;
      }
  .placement-title {
    font-size: 26px;
    line-height: 36px;
  }
  .placement-more {
    font-size: 15px;
    line-height: 26px;
    margin-top: 0px;
    margin-bottom: 150px;
  }
  .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 !important;
  color: #242842;
  font-weight: 500;
  background-color: transparent;
  margin-top: 15px;
}