@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap");

:root {
  --color-1: #69286a;
  --color-1-dark: #560056;
  --color-2: #fcbb15;
  --font-2: "Caveat", cursive;
}

html {
  overflow-x: hidden !important;
}
body {
  overflow-x: unset !important;
}

.font-2 {
  font-family: var(--font-2);
}

.hidden-md {
  display: none !important;
}

.navbar > .container,
.navbar > .container-fluid {
  flex-wrap: nowrap;
}
.navbar {
  transition: 0.5s;
}
.navbar-sticky {
  position: sticky;
  top: 0px;
  z-index: 99999;
  transition-delay: 0.5s;
}
.navbar-sticky .top-border {
  /* display: none; */
}
.navbar-sticky .top-border .left,
.navbar-sticky .top-border .right {
  height: 5px;
}
.navbar-brand img {
  height: 70px;
  width: auto;
  transition: 0.5s;
}
.navbar-sticky .navbar-brand,
.navbar-sticky .menu {
  padding: 10px 0;
}
.navbar-sticky .navbar-brand img {
  height: 50px;
}
.menu {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding: 20px 0px;
}

.btn-icon {
  font-size: 18px;
  padding: 0 0;
  line-height: 40px;
  height: 40px;
  width: 40px;
  text-align: center;
  border: none;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
  border-radius: 6px;
}
.btn-call {
  background: #3f51b5;
  color: #ffffff;
}
.btn-whatsapp {
  background: #25d366;
  color: #ffffff;
}
.home-ban .ban-text .left h2 {
  font-size: 34px;
  line-height: 1.2;
  margin: 12px 0 20px;
  font-weight: 700;
  color: var(--color-1-dark);
  text-transform: none;
}
.note {
  font-size: 13px !important;
  line-height: 1.4;
  font-weight: 400;
  color: #5a5a5a;
  margin-top: 2px;
}
.how-join h2,
.our-center h2,
.job-roles h2 {
  margin: 0 0 15px;
}
.title-1 p {
  /* margin-bottom: 15px;
    font-size: 22px; */
  color: #464646;
  font-size: 22px;
  letter-spacing: 0.5px;
  font-weight: 400;
  margin-bottom: 15px;
  text-transform: capitalize;
  /* transform: scaleY(1.3); */
}
.title-1 h3 {
  /* line-height: 1.4; */
  font-size: 35px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 50px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}
.title-2 {
  line-height: 1.5;
  letter-spacing: 2px;
  margin-bottom: 50px !important;
}
.title-2 span {
  display: block;
  font-size: 20px;
  opacity: 0.8;
}
.title-3 {
  text-transform: capitalize;
  letter-spacing: 1px;
}
.c-pointer {
  cursor: pointer;
}
.bg-1 {
  position: absolute;
  left: 0;
  margin-bottom: 0px;
  width: 100%;
  height: 100%;
  background-size: 500px !important;
  opacity: 0.05;
  filter: brightness(0) invert(1);
}
.bg-2 {
  position: absolute;
  left: 0;
  margin-bottom: 0px;
  width: 100%;
  height: 100%;
  background-size: 200px !important;
  opacity: 0.05;
  filter: brightness(0) invert(1);
  background-repeat: repeat-y !important;
}
.section-usp {
  padding: 70px 0 30px !important;
}
.section-visits {
  padding: 70px 0 100px !important;
}
.section-course {
  padding: 50px 0 !important;
}
.section-eligibility {
  padding: 60px 0 100px !important;
}
.section-gallery {
  padding: 60px 0 60px !important;
}
.section-testimonials {
  padding: 60px 0 80px !important;
}
.section-drive {
  position: relative;
  overflow: hidden;
}
.section-placement {
  padding: 60px 0 80px !important;
  background: #fbfbfb;
}
.section-faqs {
  border-top: 1px solid #eee;
  padding: 60px 0 80px !important;
}
.btn-group.type-2 {
  margin-bottom: 50px;
}
.btn-group.type-2 .white-btn {
  width: 50%;
  padding: 20px;
  border-radius: 25px;
}
.testimonial .bx-wrapper .bx-prev {
  left: auto;
  right: calc(0% + 40px);
}
.testimonial .bx-wrapper .bx-next {
  left: auto;
  right: 0;
}
.testimonialslider > li {
  display: flex;
  align-items: center;
}
.testimonialslider > li > .right > p {
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.6;
}
.testimonialslider .right i {
  display: block;
  font-size: 50px;
  color: var(--color-1);
  margin-bottom: 10px;
}
.testimonialslider .right .name {
  width: fit-content;
  background: var(--color-2);
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1;
  padding: 20px 20px 20px 30px;
  border-radius: 0 15px 15px 20px;
}
.testimonialslider .name:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-top: -35px;
  margin-left: -45px;
  transform: skew(44deg);
  border-top: 32px solid transparent;
  border-right: 30px solid var(--color-2);
  border-bottom: 0 solid transparent;
}
.our-center ul li img {
  border-radius: 10px;
}
.gallery-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.drive-box {
  border-radius: 15px;
  border: 4px solid var(--color-2);
  position: relative;
  margin-bottom: 20px;
}
.drive-box img {
  border-radius: 11px;
  width: 100%;
  height: auto;
}
.drive-box h5 {
  position: absolute;
  margin-left: 50%;
  bottom: 0;
  top: auto;
  margin-bottom: 0;
  transform: translateX(-50%);
  background: var(--color-2);
  width: fit-content;
  border-radius: 20px 20px 0 0;
  padding: 10px 20px 6px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.3;
  white-space: nowrap;
  color: #000;
}
.placement-box {
  margin-top: 15px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.placement-item img {
  height: 100px;
  width: auto;
  border: 1px solid #e5e5e5;
  background: #ffffff;
}
.home-ban .ban-text .right {
  position: relative;
}
.home-ban .ban-text .right ul li {
  width: auto;
}
.home-ban .ban-text .right ul li .box img {
  border-radius: 20px;
  width: 100%;
  height: 155px;
  object-fit: cover;
}

/* Facility swiper slider begin */
.swiper-container.swiper-contaner-type-2 {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.swiper-caption {
  position: absolute;
  bottom: 0;
  padding: 30px;
  text-align: left;
}
.swiper-caption h4 {
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 1.1;
  letter-spacing: 0.5px;
}
.swiper-caption.type-tag {
  position: relative;
  padding: 0;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: -20px;
  /* transform: translateY(-50%); */
}
.how-join {
  background: #fcbb15;
}

.modal-body .left {
  background: none;
  padding: 0;
  border-radius: 8px;
  position: relative;
  margin: 0;
}
.modal-dialog {
  max-width: 420px;
}
.modal-body {
  padding: 1rem 1.5rem;
}
.modal-body .left:before {
  display: none;
  width: 371px;
  height: 60px;
  background: url(../images/form-top.png) no-repeat center top;
  position: absolute;
  top: -34px;
  content: "";
  left: 0;
}
.modal-body .left h2 {
  font-size: 34px;
  line-height: 1.2;
  margin: 12px 0 20px;
  font-weight: 700;
  color: var(--color-1-dark);
  text-transform: none;
  text-align: center;
}
.modal .close {
  position: absolute;
  top: 8px;
  right: 7px;
  background: red;
  width: 1.8rem;
  height: 1.8rem;
  opacity: 1;
  z-index: 999;
  color: #ffffff;
}
.modal-body .left .input {
  height: 45px;
  border: 1px solid #dadada;
  padding: 0 10px;
  line-height: 45px;
  width: 100%;
  border-radius: 6px;
  margin: 0 0 10px;
  background: #ffffff;
}
.modal-body .left label {
  font-size: 15px;
  margin: 0;
  display: block;
  text-align: left;
}
.modal-body .left .input {
  height: 45px;
  border: 1px solid #dadada;
  padding: 0 10px;
  line-height: 45px;
  width: 100%;
  border-radius: 6px;
  margin: 0 0 10px;
  background: #ffffff;
}
.modal-body .left .submit {
  padding: 0 20px;
  line-height: 50px;
  height: 50px;
  border: none;
  background: #fcbb15;
  color: var(--am-base);
  cursor: pointer;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
  color: #000000;
  border-radius: 6px;
  width: 100%;
  margin: 10px 0;
}
.modal-body .left p {
  text-align: center;
}
.modal-content {
  background: #ffffff;
  border: none;
}
.swiper-caption.type-tag h4 {
  font-size: 18px;
  background: #fff;
  color: #000000;
  padding: 6px 15px;
  border-radius: 25px;
  margin: 0;
  border: 5px solid var(--color-1);
}
.swiper-caption p {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.2;
}
.facility-box {
  position: relative;
  border-radius: 15px;
  height: auto;
}
.facility-box img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.facility-box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-linear-gradient(0deg, #000, transparent, transparent);
  background: linear-gradient(0deg, #000, transparent, transparent);
  border-radius: 15px;
}
.facility-box.type-2:before {
  content: none;
}
.swiper-contaner-type-2 .swiper-pagination {
  top: auto;
  bottom: -30px;
}
.swiper-contaner-type-2 .swiper-button-prev {
  left: -30px;
}
.swiper-contaner-type-2 .swiper-button-next {
  right: -30px;
}
.swiper-pagination-button {
  background: #ffffff;
  color: var(--color-1);
  transition: 0.5s;
}
.swiper-pagination-button:hover {
  background: var(--color-1);
  color: #ffffff;
}
.swiper-pagination-button,
.swiper-pagination-button.swiper-button-prev:after,
.swiper-pagination-button.swiper-button-next:after {
  display: block;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
}
.swiper-contaner-type-2 .swiper-pagination-bullet {
  margin: 0 2px !important;
  transition: 0.5s;
}
.swiper-contaner-type-2 .swiper-pagination-bullet-active {
  background: var(--color-2);
  width: 15px;
  border-radius: 4px;
}
/* Facility swiper slider end */

/* Datetime picker begin */
.ui-widget.ui-widget-content {
  padding: 20px 10px;
  border-radius: 10px;
  z-index: 99999 !important;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0;
  background: transparent;
  border: none;
}
.ui-dialog .ui-dialog-buttonpane {
  padding: 10px 0 0;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  column-gap: 10px;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
  margin: 0;
}
.ui-dialog .ui-dialog-content {
  padding: 10px 0px;
  max-width: 100% !important;
  width: 100% !important;
}
.ui-datepicker-unselectable .ui-state-disabled {
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #999999;
}
.ui-state-highlight {
  background: #eeeeee !important;
}
.slot-time-dialog {
  position: absolute;
  width: 300px !important;
  z-index: 1000;
}
.slot-time-form {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  justify-content: center;
}
.slot-time-form div {
  width: 100%;
  text-align: center;
  background: #f5f5f5;
  padding: 0;
  border-radius: 7px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.slot-time-form div:hover {
  background: #e0e0e0;
}
.slot-time-form input[type="radio"] {
  display: none;
}
.slot-time-form input[type="radio"]:checked + label {
  background: var(--color-2);
  border-color: var(--color-2);
}
.slot-time-form label {
  display: block;
  cursor: pointer;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 40px;
  border-radius: 7px;
  border: 1px solid #fff4d6;
  background: #fff8ea;
}
.slot-time-form .disabled {
  background: #eeeeee;
  color: #999999;
  cursor: not-allowed;
}
.btn-confirm,
.btn-cancel {
  font-size: 16px !important;
  padding: 8px 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 7px;
  outline: none !important;
  border: none !important;
}
.btn-confirm {
  background: #4caf50;
  color: #ffffff;
}
.btn-cancel {
  background: #f9f9f9;
  color: #545454;
}
/* Datetime picker end */

/* Fixed btn begin */
.two {
  font-size: 35px;
  color: #69286a;
  line-height: 34px;
}
.three {
  font-size: 25px;
  color: #69286a;
  line-height: 34px;
}
.three-h {
  font-size: 25px;
  color: #000;
  line-height: 34px;
}
.call-btn {
  background-color: #69286a;
  color: white;
  border-radius: 5px;
}
.box-sticky-right {
  position: fixed;
  bottom: 60px;
  right: 10px;
  z-index: 999;
  display: block;
}
.btn-sticky-right {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 30px;
  border-radius: 50%;
  box-shadow: 0px 0px 25px 3px rgb(0 0 0 / 20%);
  color: #fff;
  margin-bottom: 10px;
}
.whatsapp-btn {
  background: #25d366;
  color:#ffffff;
}
.call-btn:hover,
.btn-call:hover,
.whatsapp-btn:hover {
  color: white;
}
/* Fixed btn end */

/* Usp begin */
.usp-box {
  text-align: center;
  height: calc(100% - 50px);
  margin-bottom: 50px;
}
.usp-icon {
  padding: 0;
  width: fit-content;
  height: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.usp-box img {
  height: 50px;
}
.usp-box h4 {
  font-size: 15px;
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 5px;
}
.usp-box p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.3;
}
.usp ul li h4 {
  line-height: 1.5;
}
/* Usp end */

/* Course box begin */
.course-box {
  background: #ffffff;
  border: 1px solid #ececec;
  box-shadow: 0px 10px 20px #d7d7d7;
  padding: 20px;
  border-radius: 7px;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  transition: 0.5s;
}
.course-box:hover {
  border: 1px solid var(--color-1);
  box-shadow: 10px 10px 0 var(--color-2);
}
.course-box h5 {
  font-size: 14px;
  color: var(--color-1);
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: left;
  margin-bottom: 10px;
}
.course-box h3 {
  color: #414141;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  text-align: left;
  min-height: 70px;
}
.course-details {
  border-top: 1px dotted #f1f0f0;
  padding-top: 15px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  column-gap: 15px;
}
.course-details > div {
  text-align: center;
  line-height: 1.3;
  font-size: 13px;
  font-weight: 500;
  color: #707070;
  letter-spacing: 0.5px;
}
.course-details > div > span {
  font-size: 16px;
}
/* Course box end */

/* Footer begin */
.freeze-footer {
  display: none;
}
.freeze-footer a {
  float: left;
  text-align: center;
  color: #fff;
}
/* Footer end */

@media only screen and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .hidden-md {
    display: block !important;
  }
  footer .footer1 .col-md-3 {
    margin: 0 0 10px 0;
  }
  footer .footer1 {
    padding: 30px 0 0 0;
  }
  footer .footer2 {
    padding: 10px 0 25px 0;
    border-top: 1px solid #848282;
  }
  footer .footer1 .contact ul li {
    margin: 0 0 10px 0;
  }

  footer .footer1 h4 {
    margin: 0 0 10px;
  }
  .header-cta {
    display: flex !important;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 10px;
  }
  .home-ban .ban-text .right ul li .box img {
    width: 100%;
    height: 220px;
    object-fit: contain;
  }
  .navbar-brand img {
    height: 50px;
  }
  .menu {
    padding: 0px 0px;
  }
  .navbar-sticky .navbar-brand,
  .navbar-sticky .menu {
    padding: 10px 0;
  }
  .navbar-sticky .navbar-brand img {
    height: 40px;
  }
  .home-ban {
    padding: 75px 0 50px;
  }
  .home-ban .ban-text .left h2 {
    font-size: 30px;
  }
  .home-ban .ban-text .left::before {
    left: -90px;
    width: calc(100% + 70px);
  }
  .how-join h2,
  .our-center h2,
  .job-roles h2 {
    margin: 0 0 25px;
  }

  .swiper-contaner-type-2 .swiper-button-next {
    display: none;
  }

  .swiper-caption.type-tag {
    padding: 15px;
    margin-top: -28px;
  }
  .swiper-caption.type-tag h4 {
    font-size: 14px;
    padding: 3px 6px;
    border-width: 3px;
  }

  .title-1 p {
    /* margin-bottom: 15px;
        font-size: 22px; */
    font-size: 18px;
    margin-bottom: 6px;
  }
  .title-1 h3 {
    line-height: 1.3;
    margin-bottom: 40px;
    letter-spacing: 1px;
    font-size: 30px;
    font-weight: 800;
  }
  .title-2 {
    margin-bottom: 30px !important;
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: 800;
  }
  .title-2 span {
    font-size: 22px;
  }
  .title-3 {
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: 800;
  }

  /* Datetime picker begin */
  .ui-dialog {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 90% !important;
    margin: 0 auto !important;
  }
  /* Datetime picker end */

  .bg-1 {
    background-size: 150px !important;
  }
  .section-usp {
    padding: 40px 0 20px !important;
  }
  .section-visits {
    padding: 50px 0 75px !important;
  }
  .section-course {
    padding: 50px 0 30px !important;
  }
  .section-eligibility {
    padding: 50px 0 70px !important;
  }
  .section-gallery {
    padding: 50px 0 70px !important;
  }
  .section-facility {
    padding: 40px 5px 65px !important;
  }
  .section-testimonials {
    padding: 50px 0 80px !important;
  }
  .section-placement {
    padding: 50px 0 60px !important;
  }
  .section-faqs {
    padding: 50px 0 60px !important;
  }
  .btn-group.type-2 .white-btn {
    width: 100%;
  }
  .swiper-gallery .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-gallery .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: auto !important;
  }
  .usp-box {
    height: calc(100% - 30px);
    margin-bottom: 30px;
  }
  .drive-box h5 {
    font-size: 13px;
    padding: 5px 10px 1px;
    border-radius: 12px 12px 0 0;
  }
  .testimonial .right {
    text-align: left;
    padding-top: 0px;
  }
  .testimonial .bx-wrapper {
    margin: 0 0 0px;
  }
  .testimonialslider > li {
    flex-direction: column;
  }
  .testimonialslider > li > .right > p {
    font-size: 18px;
  }
  .testimonial .bx-wrapper .bx-controls-direction a {
    bottom: -30px;
    top: auto;
  }
  .testimonial .bx-wrapper .bx-controls-direction .bx-prev {
    left: calc(50% - 35px);
    right: auto;
  }
  .testimonial .bx-wrapper .bx-controls-direction .bx-next {
    left: calc(50% + 10px);
    right: auto;
  }
  .testimonial .container:before {
    top: -40px;
  }
  .testimonialslider .right i {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .testimonialslider .right .name {
    font-size: 16px !important;
  }
  .testimonial .left img {
    width: 90%;
    margin-bottom: 30px;
  }
  .placement-box {
    gap: 15px;
  }
  .placement-item img {
    height: 65px;
  }

  /* Footer begin */
  .footer2 {
    margin-bottom: 25px;
  }
  .freeze-footer {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    background-color: #34355e;
    height: 40px;
    font-size: 20px;
  }
  .freeze-footer a.btn1 {
    width: 50%;
    height: 40px;
    padding-top: 7px;
  }
  .freeze-footer a.btn2 {
    width: 50%;
    background-color: var(--color-2);
    height: 40px;
    padding-top: 6px;
  }
  /* Footer end */
}
