@media only screen and (max-width: 480px) {
  .footer-service-menu {
    column-count: 2;
  }
  .project-img img {
    width: 100%;
  }
  .testimonial-item .testimonial-text {
    min-height: 185px;
  }
  .career-skills {
    margin-bottom: 20px;
  }
  .modal-dialog {
    max-width: 408px;
  }
  .applink-img img {
    bottom: 114px;
    left: 0;
    z-index: -9;
    /* top: 0; */
  }
  .bg-purple-light {
    background: url(../img/footer-banner.png) no-repeat;
    background-size: cover;
    background-position: top;
    background-color: #594a72;
  }
  .about-vision-mission-card .d-flex {
    flex-direction: column;
  }
  .footer-applink {
    margin-top: 340px;
  }
  .apply-btn {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) and (min-width: 426px) {
  .footer-applink {
    margin-top: 330px !important;
  }
  .applink-img img {
    position: absolute;
    bottom: 95px !important;
    left: 0;
    height: 380px !important;
    width: 100%;
    object-fit: contain;
    z-index: -9;
  }
  .about-vision-mission-card .d-flex {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .project-item {
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
    height: 320px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 479px) {
  .testimonial-item .testimonial-text {
    min-height: 285px;
  }
  .applink-img img {
    position: absolute;
    bottom: -175px;
    left: 0;
    height: 291px;
    width: 100%;
    object-fit: contain;
  }
  .footer-applink {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-service-menu {
    column-count: 2;
  }
  #header-carousel .carousel-item {
    position: relative;
    min-height: 556px;
  }
  .career-cards .feature-box .career-skills {
    /* min-height: 137px; */
    width: 100%;
  }
  .homepage-slider {
    text-align: center;
  }
  .project-item,
  .project-item .project-img {
    position: relative;
  }
  .project-item,
  .project-item h6 {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 1024px) and (min-width: 767px) {
  .testimonial-item .testimonial-text {
    min-height: 240px;
  }
}
@media only screen and (max-width: 1200px) {
}
@media screen and (max-width:425px) {
  .captcha {
    flex-wrap: wrap;
}
}
