@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* ======== Reset ======== */

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: black;
}

a:active,
a:focus {
  outline: none;
}

/* ======== Variables ========*/

:root {
  --green-light: #00aeaf;
  --green-dark: #019d9e;
}

/* ======== Global ========*/

html {
  scroll-behavior: smooth;
  /* font-size: 62.5%; */
}

body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: "Poppins", sans-serif;
}

p {
  font-size: 15px;
}

.sec-pad {
  padding: 40px 0;
}

/* =============================================== Header ============================ */
.header {
  background-color: #0c1834;
  /*height: 10rem;*/
  height: 70px;
}

.header .header-list {
  padding-left: 0;
  margin-bottom: 0;
}

.header .header-list li p {
  color: #fff;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.header .brand-logo {
  /*height: 8.7rem;
    width: 19.9rem;*/
  height: 57px;
  width: 149px;
}
.navbar-brand .brand-logo {
  height: 57px;
  width: 149px;
}
.header .col-lg-3 {
  width: 24%;
}

.header .service-call.col-lg-4 {
  width: 18.333333%;
}

.header .heder-form {
  height: 44px;
  background-color: #fff;
  border-radius: 50px;
}

.header .form-control {
  font-size: 16px;
  color: #043732;
  border-radius: 50px;
  border: none;
  padding: 10px 20px;
}

.form-control:focus {
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
}

.header .form-control::placeholder {
  color: #043732;
}

/* ========================================= Nav bar ======================= */
.cusnav {
  height: 80px;
  z-index: 999;
}

.cusnav .nav-item {
  height: 100%;
  position: relative;
}

.cusnav .nav-item .nav-link {
  font-size: 18px;
  text-transform: capitalize;
  padding: 0 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: var(--text_white);
  height: 100%;
  display: flex;
  align-items: center;
}

/* ================================= Hero page Section ======================== */
.hero .slick-next:before,
.hero .slick-prev:before {
  font-family: slick;
  font-size: 50px;
  color: #000000 !important;
  font-weight: bold;
}

.hero .slick-next,
.hero .slick-prev {
  width: 50px !important;
  height: 50px !important;
  /* color: #d90c0c00 !important; */
  outline: none !important;
  /* background: 0 0; */
  /* background: #fff !important; */
  /* box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.25); */
}

.hero .slick-prev {
  left: -34px;
  z-index: 999;
  border-radius: 0px 12px 12px 0px;
}

.hero .slick-next {
  right: -34px;
  z-index: 999;
  border-radius: 12px 0px 0px 12px;
}

/* .hero .slick-next:before {
  content: "\F133";
}

.hero .slick-prev:before {
  content: "\F133";
} */

/* =========================================== Latest Course Section ======================  */
.sec-heading h2 {
  font-size: 35px;
  text-align: center;
}

.custom-card {
  height: 100px;
  background-color: white;
  border-radius: 10px;
  border: 2px solid #0c1834;
  transition: all 0.3s ease;
}

.custom-card:hover {
  color: white;
  border-color: #0c1834;
  background-color: #0c1834;
  box-shadow: 0 0 10px rgba(0, 123, 255, 0.3);
  transform: scale(1.03);
}

.latest-course-box {
  width: 260px;
  height: 321px;
  border-radius: 11px;
  opacity: 0px;
  background-color: #d2f2f6;
  padding: 20px;
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
}

.latest-course-dp {
  width: 101px;
  height: 101px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*  */
.latest-course-title h3 {
  text-transform: uppercase;
  font-size: 18px;
  margin: 20px 0;
}

.latest-course-button a {
  width: 207px;
  height: 55px;
  font-size: 18px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.latest-course-button a:nth-child(1) {
  background: #1ebcd4;
  color: #fff;
}

.latest-course-button a:nth-child(2) {
  background: #fff;
  color: #000;
  border: 2px solid #6fbe44;
  margin-top: 20px;
}

/* =============================== Question Of The Day ===================== */
.question-box {
  box-sizing: border-box;
  /* height: 375px; */
  /*border: 2px solid #d2f2f6;*/
  border-radius: 29px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.question h5 {
  font-size: 20px;
  text-align: center;
  font-size: 18px;
}

.answer-label {
  width: 37px;
  height: 37px;
  font-size: 25px;
  background: #d2f2f6;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin-right: 10px;
}

.answer label {
  height: 55px;
  font-size: 18px;
  margin-left: 10px;

  border-radius: 11px;
  border: 1px 0px 0px 0px;
  opacity: 0px;
  border: 3px solid #83838380;
  padding: 10px;
  display: flex;
  align-items: center;
}

.submitbtn {
  font-size: 18px;
  background-color: #d2f2f6;
  color: #000;
}

/*
Remove the radio buttons from the page.
*/
input[type="radio"] {
  appearance: none;
}

.button-container {
  display: flex;
  justify-content: flex-start;
  width: max-content;
  gap: 2rem;
  margin: 1rem;
}

label,
button {
  cursor: pointer;
}

/*
Style to indicate a selected, correct,
and/or incorrect answers.
*/
label:has(~ :checked) {
  border: 1px solid black;
  background-color: #90ee90;
}

label:has(~ .correct:checked) {
  border-color: #90ee90;
}

label:has(~ .incorrect:checked) {
  border-color: red;
}

label span {
  padding-left: 0.5rem;
}

.option {
  width: 37px;
  height: 37px;
  font-size: 25px;
  background: #d2f2f6;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.option-para p {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 10px;
}

/* ============================= why-choose-us ===================== */
.why-choose-us {
  background-color: #0c1834;
  height: 1000px;
  position: relative;
}

.why-choose-us .sec-heading h2 {
  position: relative;
  color: #40ff40;
  font-size: 48px;
}

.why-choose-us::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  background-image: url(../Image/arrow-direction.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 1000px;
  width: 60%;
  transform: translateX(-50%);
}

.why-choose-us .sec-heading h2::before {
  content: "";
  position: absolute;
  bottom: -68%;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../Image/whychooseusunderline.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  width: 100%;
}

.why-choose-us-heading h3 {
  font-size: 20px;
  color: #0ede53;
}

.why-choose-us-heading p {
  font-size: 16px;
  color: #fff;
}

.why-choose-box {
  position: absolute;
  transform: translateX(-50%);
  margin-top: 0;
}

.why-choose-box:nth-child(1) {
  top: 109px;
  left: 54%;
}

.why-choose-box:nth-child(2) {
  top: 257px;
  right: 5%;
  text-align: right;
}

.why-choose-box:nth-child(3) {
  top: 431px;
  left: 54%;
  text-align: left;
}

.why-choose-box:nth-child(4) {
  top: 637px;
  right: 5%;
  text-align: right;
}

/* ===================================Preparation Tips ========================== */
.preparation {
  background-color: #fffadb;
  padding: 50px 140px;
}

.preparation-title h3 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.preparation-para p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

/* ======================================= How to work ==================== */
.how-to-work {
  height: 273px;
  width: 100%;
  position: relative;
}

.how-to-work::before {
  position: absolute;
  width: 100%;
  height: 144px;
  content: "";
  bottom: 0;
  left: 0;
  background-color: #332a54bd;
}

.hwo-to-work-title {
  z-index: 999;
  top: 50px;
}

.hwo-to-work-title h5 {
  font-size: 35px;
  color: #fff;
}

.hwo-to-work-title p {
  font-size: 17px;
  color: #fff;
}

.start-test {
  background-color: #d2f2f6;
  width: 100%;
  height: 283px;
}

.start-test h5 {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  color: #172b4c;
  margin-bottom: 2rem;
}

.start-test .btn {
  width: 190px;
  height: 50px;
  padding: 9px 35.67px 9px 41.19px;
  border-radius: 4px;
  border: 1px;
  background-color: #1ebcd4;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  color: #fff;
}

/* =========================================== Testimonial Seciton ============================= */
.carousel-nav-button {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial-box {
  padding: 20px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.175);
  height: 471px;
}

.testimonial-box h4 {
  font-size: 30px;
  font-weight: 500;
  line-height: 52.5px;
  text-align: center;
  /* color: #40ff40; */
  color: #34c4ff;
}

.testimonial-box p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #000;
  height: 160px;
}

.testimonial-img img {
  width: 97px;
  height: 97px;
  margin: 0 auto;
}

.testimonial-name {
  font-size: 25px;
  text-align: center;
  line-height: 10.5px !important;
  margin-top: 15px;
}
.testimonial-designation {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #000;
  margin-top: 10px;
}

.center .slick-slide {
  transition: all 0.3s ease;
  height: auto;
  text-align: center;
}
.center .slick-slide.slick-center .testimonial-box .testimonial-designation,
.center .slick-slide.slick-center .testimonial-box .testimonial-name,
.center .slick-slide.slick-center .testimonial-box p {
  color: #fff;
}
.center .slick-slide.slick-center .testimonial-box h4 {
  /* color: #34c4ff; */
  color: #e7ff34;
}
.center .slick-slide.slick-current .testimonial-box,
.center .slick-slide.slick-center .testimonial-box {
  background-color: #819a98 !important;
}
.center .slick-next:before,
.center .slick-prev:before {
  font-size: 50px !important;
  color: #819a98 !important;
  font-weight: bold;
}

.center .slick-next,
.center .slick-prev {
  width: 50px !important;
  height: 50px !important;
  color: #d90c0c00 !important;
  outline: none !important;
}

.center .slick-prev {
  left: -54px;
  z-index: 999;
  border-radius: 50px;
}

.center .slick-next {
  right: -54px;
  z-index: 999;
  border-radius: 12px 0px 0px 12px;
}

/* ======================================= Footer =========================== */
footer {
  background-color: #0c1a32;
}
.widget-title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 2rem;
}
.widget ul li a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  margin-bottom: 14px;
}
.copyrights,
.privacy-condition {
  font-size: 14px;
}
.privacy-condition li {
  border-right: 1px solid #fff;
  flex-grow: 1;
  text-align: center;
}
.privacy-condition li:last-child {
  border-right: none;
}
.social-link .nav-link {
  padding: 5px;
}
.social-link .nav-item svg {
  fill: #fff;
}
.x svg {
  filter: invert(1);
}
.x {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
}

.conditions {
  background-color: #0c1a32;
  border-top: 1px solid #dadada52;
  height: 63px;
}

/* ================================================= 
                            #Responsive Section 
 ======================================================*/
@media (max-width: 620px) {
  .header .col-lg-3 {
    width: 100%;
  }
  .latest-course-button a {
    width: 150px;
    height: 37px;
    font-size: 15px;
  }
  .latest-course-box {
    width: 206px;
    height: 314px;
  }
  .sec-heading h2 {
    font-size: 25px;
  }
  .why-choose-us {
    height: auto;
  }
  .why-choose-box {
    position: static;
    transform: translateX(-0%);
    margin-top: 15px;
  }
  .why-choose-box:nth-child(2),
  .why-choose-box:nth-child(4) {
    text-align: left;
  }
  .why-choose-us::before {
    display: none;
  }
  .question-box {
    height: auto;
  }

  .answer {
    width: 100%;
  }
  .preparation {
    padding: 50px 10px;
  }
}
