@import url("https://fonts.googleapis.com/css?family=Rubik:400,500,700,900&display=swap");

* {
  transition: all 0.5s linear;
  font-family: "Rubik", sans-serif;
  direction: rtl;
}

@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 990px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1190px;
    margin: auto;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1390px;
    margin: auto;
    overflow: hidden;
  }

  .extra-padding {
    padding: 0 3rem;
  }
}

html,
body {
  scroll-behavior: smooth;
}

nav {
  position: relative;
  z-index: 7;
  background: #fcfcfc 0% 0% no-repeat padding-box;
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: 0px 0px 40px #0400011a;
}

.phone-number {
  font-weight: 900;
  font-size: 30px;
  color: #000;
}

.phone-number:hover {
  text-decoration: none;
  color: #000;
}

@media (max-width: 991.98px) {
  .logo {
    width: 170px;
  }

  .phone-number {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 34px;
    letter-spacing: -0.18px;
    color: #212529;
    text-shadow: 0px 0px 32px #0000001a;
    width: 135px;
    height: 34px;
    background: #b8d900 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 32px #0000001a;
    border-radius: 12px;
    margin-right: auto;
    font-weight: 400;
  }
}

.hero-section {
  background: #f9f9f9 0% 0% no-repeat padding-box;
  padding: 5rem 0 0;
}

.hero-section .main-heading {
  font-weight: 900;
  font-size: 55px;
  line-height: 47px;
  letter-spacing: -0.55px;
  color: #000000;
}

.hero-section .sub-heading {
  font-weight: 900;
  font-size: 40px;
  line-height: 38px;
  letter-spacing: -0.4px;
  color: #000000;
}

.counter-wrap {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 2rem;
}

.counter-figure-wrap {
  font-size: 20px;
  line-height: 38px;
  letter-spacing: -0.2px;
  color: #000000;
  text-shadow: 0px 0px 29px #0000000f;
  margin: 0 1rem;
}

.counter-figure {
  background: #f9f9f9 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 29px #0000000f;
  text-align: center;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: -0.4px;
  color: #000000;
  text-shadow: 0px 0px 29px #0000000f;
  width: 60px;
  height: 60px;
}

.log-button {
  display: block;
  width: 160px;
  height: 56px;
  background: #b8d900 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 18px #0000001c;
  border-radius: 8px;
  font-size: 20px;
  line-height: 38px;
  letter-spacing: -0.2px;
  color: #212529;
  text-shadow: 0px 0px 18px #0000001c;
  border: none;
}

@media (max-width: 991.98px) {
  .hero-section .main-heading {
    font-size: 35px;
    line-height: 34px;
    letter-spacing: -0.35px;
  }

  .hero-section .sub-heading {
    font-size: 26px;
    line-height: 28px;
    letter-spacing: -0.26px;
  }

  .counter-figure-wrap {
    letter-spacing: -0.13px;
    color: #000000;
    text-shadow: 0px 0px 29px #0000000d;
    font-size: 13px;
    line-height: 25px;
  }

  .counter-figure {
    font-size: 30px;
    line-height: 50px;
    letter-spacing: -0.3px;
    color: #000000;
    text-shadow: 0px 0px 29px #0000000d;
    width: 50px;
    height: 50px;
    background: #f9f9f9 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 29px #0000000d;
  }

  .log-button {
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.17px;
    color: #212529;
    text-shadow: 0px 0px 32px #0000001a;
    width: 137px;
    height: 49px;
    background: #b8d900 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 32px #0000001a;
    border-radius: 12px;
  }
}

@media (max-width: 425.98px) {
  .counter-figure-wrap {
    margin: 1rem;
    font-size: 13px;
  }

  .counter-figure {
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    height: 30px;
  }

  .log-button {
    font-size: 15px;
    width: 100px;
    height: 40px;
    margin-top: 1rem;
  }
}

.contact-form {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 43px #0000000f;
  border-radius: 20px;
  padding: 1rem 1.5rem;
  position: relative;
  z-index: 4;
}

.form-heading {
  text-align: center;
  font-size: 30px;
  line-height: 38px;
  font-weight: 900;
  letter-spacing: -0.3px;
  color: #000000;
}

.form-instruction {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.2px;
  color: #000000;
}

.form-control {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  font-size: 20px;
  line-height: 38px;
  font-weight: 400;
  letter-spacing: -0.2px;
  color: #000000;
}

.form-control::placeholder {
  color: #000000;
}

.form-submit-btn {
  display: block;
  width: 100%;
  height: 56px;
  background: #b8d900 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 18px #0000001c;
  border-radius: 8px;
  font-size: 20px;
  line-height: 38px;
  letter-spacing: -0.2px;
  color: #212529;
  text-shadow: 0px 0px 18px #0000001c;
  border: none;
}

.acknowledge-wrap {
  text-align: right;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.16px;
  color: #000000;
  cursor: pointer;
  padding-right: 20px;
  display: block;
  margin-top: -1rem;
}

#acknowledge {
  position: relative;
  visibility: hidden;
  z-index: 2;
  display: block;
}

#acknowledge::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  position: absolute;
  top: 20px;
  right: -30px;
  z-index: 2;
  visibility: visible;
  border-radius: 5px;
}

#acknowledge:checked::before {
  content: "✔";
  padding: 0;
  font-size: 15px;
  line-height: 13px;
}

.hero-image {
  margin-top: -10rem;
}

@media (max-width: 991.98px) {
  .hero-image {
    margin-top: -5rem;
    height: 350px;
    object-fit: cover;
  }
}

.black-section {
  background: transparent
    linear-gradient(to right, #212529 15%, #293a4c 85%, #212529 100%) 0% 0%
    no-repeat padding-box;
  padding: 5rem 1rem;
}

.black-section-heading {
  text-align: center;
  font-size: 40px;
  line-height: 38px;
  font-weight: 900;
  letter-spacing: -0.4px;
  color: #f9f9f9;
}

.black-section-text {
  text-align: center;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: -0.3px;
  color: #f9f9f9;
}

@media (min-width: 992px) {
  .black-section-text {
    width: 800px;
    margin: auto;
  }
}

@media (max-width: 991.98px) {
  .black-section {
    padding: 3rem 1rem;
  }

  .black-section-heading {
    font-size: 18px;
    line-height: 17px;
    letter-spacing: -0.18px;
  }

  .black-section-text {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.13px;
  }
}

.courses-section,
.qualities-section {
  background: #f9f9f9 0% 0% no-repeat padding-box;
  padding: 5rem 0;
}

.courses-section-heading {
  text-align: center;
  font-size: 30px;
  line-height: 38px;
  font-weight: 900;
  letter-spacing: -0.3px;
  color: #000000;
}

.courses-section ul {
  list-style-type: none;
  padding: 0;
}

.courses-section ul li {
  text-align: right;
  font-size: 18px;
  line-height: 42px;
  letter-spacing: -0.2px;
  color: #212529;
}

.mobile-courses-list ul li {
  text-align: center;
}

@media (max-width: 991.98px) {
  .courses-section,
  .qualities-section {
    padding: 3rem 0;
  }

  .courses-section-heading {
    font-size: 25px;
    line-height: 25px;
    letter-spacing: -0.25px;
  }

  .courses-section ul li {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.16px;
  }
}

.carousel-indicators li {
  width: 8px;
  height: 8px;
  background: #bababa 0% 0% no-repeat padding-box;
  border-radius: 50%;
  opacity: 1;
}

.carousel-indicators {
  margin-right: 0%;
  margin-left: 3%;
}

.carousel-indicators li.active {
  background: #5e5f5f 0% 0% no-repeat padding-box;
}

.carousel-inner {
  padding-bottom: 3rem;
}

@media (max-width: 991.98px) {
  .desktop-courses-list {
    display: none;
  }

  .carousel-indicators {
    margin-left: 8%;
  }
}

@media (max-width: 576.98px) {
  .carousel-indicators {
    margin-left: 10%;
  }
}

@media (min-width: 992px) {
  .mobile-courses-list {
    display: none;
  }
}

.carousel-indicators.mobile {
  margin-left: 11%;
}

.qualities-section-heading {
  text-align: right;
  font-size: 30px;
  line-height: 38px;
  font-weight: 900;
  letter-spacing: -0.3px;
  color: #000000;
  padding-right: 15px;
}

.qs {
  font-size: 20px;
  line-height: 21px;
  letter-spacing: -0.2px;
  color: #000000;
  margin: 1rem 0;
}

@media (max-width: 991.98px) {
  .qualities-section-heading {
    font-size: 24px;
  }

  .qualities-section img {
    display: none;
  }

  .qs {
    font-size: 14px;
    margin: 0rem 0;
    padding: 1rem 0;
    border-bottom: 2px solid #ddd;
  }

  .qs.last {
    border-bottom: none;
  }
}

.lecturers-section {
  background: transparent
    linear-gradient(to right, #212529 15%, #293a4c 85%, #212529 100%) 0% 0%
    no-repeat padding-box;
  padding: 5rem 0;
}

.lecturers-section-heading {
  text-align: center;
  font-size: 30px;
  line-height: 38px;
  font-weight: 900;
  letter-spacing: -0.3px;
  color: #f9f9f9;
}

.swiper-slide {
  font-size: 20px;
  line-height: 21px;
  letter-spacing: -0.2px;
  color: #f9f9f9;
  margin-top: 2rem;
  width: 225px;
}

.swiper-slide img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: block;
  margin: 1.5rem auto;
}

.swiper-button-next,
.swiper-button-prev {
  top: 60%;
  width: 20px;
  height: 30px;
  background-size: cover;
  outline: 0;
}

@media (max-width: 1200.98px) {
  .swiper-slide {
    width: 240px;
  }
}

@media (max-width: 768.98px) {
  .swiper-slide {
    width: 168px;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -0.12px;
  }

  .swiper-slide img {
    width: 100px;
    height: 100px;
    margin: 1rem auto;
  }
}

@media (max-width: 576.98px) {
  .swiper-slide {
    width: 155px;
    font-size: 14px;
  }
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -20px;
  background-image: url(../images/arrow-left-white.png);
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: -20px;
  background-image: url(../images/arrow-right-white.png);
}

@media (min-width: 1400px) {
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: -1px;
  }

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: -1px;
  }
}

@media (max-width: 768.98px) {
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: -5px;
    top: 66%;
  }

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: -5px;
    top: 66%;
  }
}

@media (max-width: 576.98px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}

.alumni-section {
  background: #f9f9f9 0% 0% no-repeat padding-box;
  padding: 5rem 0 2rem;
}

@media (max-width: 991.98px) {
  .alumni-section {
    padding: 3rem 0 0;
  }
}

.alumni-section-heading {
  text-align: center;
  font-size: 30px;
  line-height: 38px;
  font-weight: 900;
  letter-spacing: -0.3px;
  color: #212529;
}

.tells-area {
  width: 606px;
  margin: 0 auto;
  background: #b8d900 0% 0% no-repeat padding-box;
  border-radius: 16px;
  text-align: right;
  font-size: 20px;
  line-height: 21px;
  letter-spacing: -0.2px;
  color: #212529;
  padding: 2rem 2rem 6rem;
  position: relative;
}

.fas.fa-quote-left {
  display: block;
  font-size: 70px;
  color: #fff;
  margin-bottom: 1rem;
}

@media (max-width: 991.98px) {
  .tells-area {
    width: 100%;
  }

  .fas.fa-quote-left {
    font-size: 50px;
  }
}

@media (max-width: 768.98px) {
  .tells-area {
    padding: 1rem 1.5rem 3rem;
  }

  .fas.fa-quote-left {
    font-size: 40px;
  }
}

.alumni-pic {
  width: 100px;
  height: 100px;
  border: 4px solid #b8d900;
  display: block;
  border-radius: 50%;
  margin: 1rem auto;
}

.alumni-name,
.alumni-des {
  text-align: center;
  font-size: 20px;
  line-height: 21px;
  letter-spacing: -0.2px;
  color: #212529;
}

.location-section {
  background: transparent
    linear-gradient(to right, #212529 15%, #293a4c 85%, #212529 100%) 0% 0%
    no-repeat padding-box;
  padding: 5rem 0;
}

@media (max-width: 991.98px) {
  .location-section {
    display: none;
  }
}

.location-section-heading {
  text-align: center;
  font-size: 30px;
  line-height: 38px;
  font-weight: 900;
  letter-spacing: -0.3px;
  color: #f9f9f9;
}

.location-container {
  width: 730px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 991.98px) {
  .location-container {
    width: 100%;
    padding: 0 2rem;
  }
}

.location-text {
  text-align: right;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: -0.2px;
  color: #f9f9f9;
}

.map {
  width: 100%;
  height: 300px;
}

footer {
  background: #f9f9f9 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 40px #0400011a;
}

.footer-heading {
  font-size: 20px;
  line-height: 22px;
  font-weight: 900;
  letter-spacing: -0.2px;
  color: #000000;
}

footer .form-control {
  border: 1px solid #e5e5e5;
  background-color: #f9f9f9;
  border-radius: 8px;
  text-align: right;
  font-size: 18px;
  line-height: 38px;
  letter-spacing: -0.2px;
  color: #000000;
}

.footer-form-btn {
  display: block;
  width: 200px;
  height: 40px;
  background: #b8d900 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 18px #0000001c;
  border-radius: 8px;
  text-align: center;
  font-size: 20px;
  line-height: 38px;
  letter-spacing: -0.2px;
  color: #212529;
  text-shadow: 0px 0px 18px #0000001c;
  border: none;
  margin-left: auto;
}

@media (max-width: 1400px) and (min-width: 1300px) {
  .footer-form-btn {
    width: 150px;
  }
}

@media (max-width: 1300px) and (min-width: 1200px) {
  .footer-form-btn {
    width: 100px;
    font-size: 14px;
  }
}

.footer-instruction {
  text-align: right;
  font-size: 14px;
  line-height: 13px;
  letter-spacing: -0.16px;
  color: #000000;
}

@media (max-width: 991.98px) {
  .desktop-footer-form {
    display: none;
  }
}

@media (min-width: 992px) {
  .footer-mobile-version-form {
    display: none;
  }
}

.thank_you_text {
  font-size: 40px;
  font-weight: 900;
  line-height: 200px;
}
@media (max-width: 345px) {
  .phone-number {
    font-size: 16px;
  }
}

.after-click {
  display: none;
}

.swiper-container-h {
  overflow: hidden;
}

.swiper-container-h .swiper-slide {
  width: 216px;
  height: 152px;
  background: #212529 0% 0% no-repeat padding-box;
  position: relative;
  margin: 0 5px;
}

.course-text-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  line-height: 20px;
}

.course-name {
  text-align: center;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: -0.2px;
  color: #f9f9f9;
  padding: 3px;
}

.course-decription {
  text-align: center;
  font-size: 14px;
  line-height: 13px;
  letter-spacing: -0.14px;
  color: #f9f9f9;
  padding: 10px;
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.swiper-button-next.black-one {
  background-image: url(../images/arrow-right.png) !important;
}

.swiper-button-prev.black-one {
  background-image: url(../images/arrow-left.png) !important;
}

.all-courses-btn {
  font-size: 20px;
  line-height: 38px;
  text-align: center;
  letter-spacing: -0.2px;
  color: #212529;
  text-shadow: 0px 0px 18px #0000001c;
  width: 234px;
  height: 56px;
  background: #b8d900 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 18px #0000001c;
  border-radius: 8px;
  border: none;
  margin-top: 5rem;
  display: block;
}

@media (max-width: 991.98px) {
  .before-click {
    display: none;
  }
}
