@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap");
:root {
  --primary-red: #c0202e;
  --primary-yellow: #f1b111;
  --font-2: "Caveat", cursive;
}
html {
  scroll-behavior: smooth;
}
.home-ban .ban-text .left h2 {
  /* font-family: var(--font-2); */
  text-transform: none;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
}
.menu {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  /* justify-content: center; */
  justify-content: space-between;
  width: 100%;
  padding: 20px 0px;
}
.recruiters-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.recruiters-item {
  background: #fff;
  height: 100%;
  border-radius: 4px;
  border: 1px solid #e7e7e7;
  padding: 15px;
  width: calc(20% - 60px);
  width: 180px;
  aspect-ratio: 5 / 3;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.course-card {
  background: #f1b111;
  padding: 20px;
  border-radius: 12px;
  min-height: 496px;
}
.testimonials-card {
  background: #fcbb15;
  padding: 20px;
}
.student-work-div {
  background: #3f51b5;
  padding: 10px;
  border-radius: 12px;
}
.home-ban .ban-text .left .submit {
  margin: 15px 0 0 0;
}
.bx-wrapper {
  margin: 0;
}
footer .footer2 {
  background: #2a2a2a;
}
.testimonial .bx-wrapper .bx-controls-direction a,
.job-roles-2 .bx-wrapper .bx-controls-direction a {
  display: none !important;
}
.course-card h3 {
  margin: 20px 0 10px 0;
  font-size: 24px;
  color: #ffffff;
}
.course-card .bx-wrapper .bx-next,
.course-card .bx-wrapper .bx-prev {
  border: none;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  display: none;
}
.bx-wrapper .bx-controls-direction a {
  border: none;
}

.course-card p {
  line-height: 1.2;
  color: #ffffff;
}
.course-card img {
  width: 100%;
  border-radius: 12px;
}
.recruiters-item img {
  width: fit-content;
  object-fit: contain;
  max-width: 100%;
  height: calc(100% - 2vh);
}

.logo {
  width: 180px;
}
.navbar {
  position: sticky;
  top: 0px;
  z-index: 99999;
}
.home-ban {
  background: url(../images/main-bg.jpg) repeat center center;
}
.home-ban .ban-text .right ul li {
  background: none;
}
.home-ban .ban-text .right ul li .box {
  background: var(--primary-yellow);
  /* background:none; */
  padding: 30px;
  border-radius: 10px;
}
.home-ban .ban-text .right ul li .box img {
  object-fit: cover;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 5px double var(--primary-red);
}
.home-ban .ban-text .right ul li .box span {
  color: var(--primary-red);
  font-weight: bold;
}
.home-ban .ban-text .left:before {
  background: none;
}
.home-ban .ban-text .right h2 {
  color: #ffffff;
}
.home-ban .ban-text .left .submit:hover,
.yellow-btn:hover {
  background: var(--primary-red);
}
.successful {
  background: url("../images/bg.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
}
.successful .text span.one,
.successful .text span.two,
.successful h3,
.successful .two,
.successful h4,
.successful .text span.fourth,
.successful .text span.three {
  color: #ffffff;
}
.successful .text span.two,
.successful .text span.fourth {
  font-size: 60px;
}
.successful .text span.three {
  font-size: 43px;
}
.modal-h2 {
  /* font-family: var(--font-2); */
  text-transform: none;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  color: #000000;
  text-align: center;
}
.modal-body label {
  font-size: 15px;
  margin: 0;
  display: block;
  text-align: left;
}
.modal-dialog {
  margin: 5.75rem auto;
}
.modal-body .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 .submit {
  margin: 15px 0 0 0;
  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%;
}
.modal .close {
  position: absolute;
  top: 0px;
  right: 0px;
  background: red;
  width: 2rem;
  height: 2rem;
  opacity: 1;
  z-index: 999;
  color: #ffffff;
}
.modal-content {
  padding: 16px;
  border-radius: 8px;
  margin-left: -19%;
}
.how-join {
  background: var(--primary-red);
}
.how-join h2,
.three-h {
  color: #ffffff !important;
}
.call-btn {
  background-color: var(--primary-yellow) !important;
}
.our-courses ul li .text {
  background: var(--primary-red);
}
.our-center ul li img {
  border: 2px solid var(--primary-red);
}
.testimonial .container:before {
  background: none;
}
.testimonial .left img {
  border-radius: 50%;
  margin-top: 25px;
  width: 205px;
}
/* .home-ban .ban-text{
    top:74%;
  } */

.top-border .right {
  background: #c62f36;
}
.usp ul li {
  width: 20%;
}
.freeze-footer {
  display: none;
}

.freeze-footer a {
  float: left;
  text-align: center;
  color: #fff;
}
/* .home-ban .ban-text .right ul{
    display: flex;
    flex-wrap:wrap;
  } */
.abs-h4 {
  position: absolute;
  margin-top: -20px !important;
  margin-left: -30px !important;
  background: #000;
  padding: 1px 5px;
  border-radius: 0px 6px 6px 0px;
  font-size: 13px !important;
}
.abs-p {
  position: absolute;
  margin-top: 4px !important;
  margin-left: -30px !important;
  background: #000;
  padding: 4px 7px;
  border-radius: 0px 6px 6px 0px;
  width: fit-content;
  font-weight: 600;
}
.successful h3,
h2 {
  line-height: 30px;
}
.testimonial {
  background: #fffde7;
}
.testimonial .right {
  font-size: 20px;
  margin-bottom: 15px;
}
.job-roles a {
  color: black;
  border: 1px solid var(--primary-yellow);
}
.job-roles a:hover {
  background: var(--primary-yellow);
}
.our-center h2,
.job-roles h2 {
  margin: 0 0 30px;
}
/* tab */
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 30%;
  height: auto;
  font-family: var(--thm-font);
}
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  font-weight: bold;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

.tab button:hover {
  background-color: #ddd;
}

.tab button.active {
  background-color: var(--primary-yellow);
  color: #ffffff;
}

.tabcontent {
  float: left;
  padding: 0px 12px;
  /* border: 1px solid #ccc; */
  width: 70%;
  border-left: none;
  height: 300px;
}
.tabcontent img {
  width: 390px;
  margin-bottom: 20px;
  border: 2px solid black;
}
#main {
  margin: 50px 0;
}

#main #faq .card {
  margin-bottom: 10px;
  border: 0;
}

#main #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#main #faq .card .card-header .btn-header-link {
  color: #fff !important;
  display: block;
  text-align: left;
  background: var(--primary-yellow);
  color: #222;
  padding: 20px;
  height: auto;
}

#main #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed {
  background: var(--primary-yellow);
  color: #fff;
  height: auto;
  /* text-wrap:wrap; */
  white-space: inherit;
}
.yt-emb {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
}
.yt-emb-2 {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

.hidden-md {
  display: none;
}
.btn-call {
  background: #3f51b5;
  color: #ffffff;
  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-whatsapp {
  background: #25d366;
  color: #ffffff;
  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;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

#main #faq .card .collapsing {
  background: #ffffff;
  line-height: 30px;
}

#main #faq .card .collapse {
  border: 0;
}

#main #faq .card .collapse.show {
  background: #ffffff;
  line-height: 30px;
  color: #222;
}
/* tab */
.card-body {
  text-align: left;
  padding: 0.5rem;
}
.card-body a {
  border: none;
  display: inline-block;
  padding: 0;
  height: 0;
}
.card-body a:hover {
  background: none;
  color: dodgerblue;
  text-decoration: underline;
}
.header .menu ul li a {
  text-transform: none !important;
}
.bottom-btn {
  height: auto !important;
  border: none !important;
  color: #ffffff !important;
  margin-top: 20px;
  margin-bottom: 0 !important;
  padding: 13px 34px !important;
  border-radius: 6px !important;
  background: var(--primary-red);
}
@media only screen and (max-width: 767px) {
  /* nav {
      display: none !important;
    } */
  .modal {
    z-index: 99999;
  }
  /* .home-ban {
    background: url("../images/only-mob.jpg") repeat center center;
    background-attachment: fixed;
  } */
  .modal-dialog {
    margin: 1.75rem auto;
    max-width: 390px;
  }
  .modal-h2 {
    font-size: 20px;
  }
  .header nav.menu ul {
    display: none;
  }
  .course-top .bx-wrapper .bx-controls-direction a {
    display: none !important;
  }
  /* .home-ban .bx-wrapper .bx-controls-direction a */
  .header-cta {
    display: flex !important;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 10px;
  }
  .menu {
    padding: 10px 0;
  }
  .home-ban .ban-text .left::before {
    left: -90px;
    width: calc(100% + 70px);
  }
  .home-ban .ban-text .right ul li .box img {
    display: block;
    margin: 0 auto;
  }
  .successful .text span.one,
  .successful .two,
  .successful .text span.fourth,
  .successful .text span.three,
  .successful .text span.four {
    font-size: 20px !important;
  }
  .logo {
    width: 140px;
  }
  .freeze-footer {
    display: block;
    position: fixed;
    bottom: 0;
    width: 75%;
    z-index: 9999;
    /* background-color: #34355e; */
    /* height: 40px; */
    font-size: 20px;
  }

  .freeze-footer a.btn1 {
    width: 50%;
    height: 40px;
    padding-top: 5px;
    background: #000000;
  }

  .freeze-footer a.btn2 {
    width: 50%;
    background-color: #ffffff;
    height: 40px;
    padding-top: 5px;
    color: #000000;
  }
  .header .menu .yellow-btn {
    text-transform: none;
    font-size: 13px;
  }
  .successful h3,
  .successful h2 {
    line-height: 25px;
    margin: 0px 0 15px;
    font-size: 18px;
  }
  .testimonial .left img {
    margin: 30px auto;
  }
  .testimonial {
    padding: 40px 0 0px !important;
  }
  .tabcontent img {
    width: 100%;
  }
  .tab {
    margin-bottom: 40px;
    width: 100%;
  }
  .tabcontent {
    width: 100%;
    height: auto;
  }
  #main {
    margin: 10px 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .testimonial .bx-wrapper {
    margin: 0 0 20px;
  }
  footer .footer1 {
    padding: 30px 0 10px 0;
  }
  footer .footer2 {
    padding: 15px 0 20px 0;
  }
  .recruiters-item {
    width: calc(33.33% - 10px);
    padding: 5px;
  }
  .testimonial .right {
    font-size: 16px;
  }
  #main #faq .card .card-header .btn-header-link.collapsed {
    padding: 10px;
    height: auto !important;
  }
  #main #faq .card .card-header .btn-header-link {
    font-size: 12px;
    height: auto !important;
    padding: 10px;
    margin-bottom: 0 !important;
  }
  #main {
    margin: 0;
  }
  .header .menu .yellow-btn {
    font-size: 11px;
  }
  .header .menu .yellow-btn {
    margin: 6px 0;
    display: none;
  }
  .logo {
    width: 110px;
  }
}
