@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.knowledge_section .image_wrapper {
  height: 80vh;
  background-image: url("../../images/knowledge/knowledge_banner.jpg");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media only screen and (max-width: 1170px) {
  .knowledge_section .image_wrapper {
    min-height: 500px;
    height: 70vh;
  }
}
@media only screen and (max-width: 768px) {
  .knowledge_section .image_wrapper {
    min-height: 450px;
    height: 60vh;
  }
}
@media only screen and (max-width: 540px) {
  .knowledge_section .image_wrapper {
    min-height: 400px;
    height: 50vh;
  }
}
.knowledge_section .container {
  position: relative;
  z-index: 0;
  background: var(--white);
  margin-top: -100px;
  border-radius: 25px 25px 0 0;
  padding: 70px 50px 0;
}
@media only screen and (max-width: 991px) {
  .knowledge_section .container {
    padding: 55px 40px 40px;
    margin-top: -80px;
    border-radius: 20px 20px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .knowledge_section .container {
    padding: 40px 20px 30px;
    margin-top: -60px;
  }
}
@media only screen and (max-width: 540px) {
  .knowledge_section .container {
    padding: 30px 15px;
    margin-top: -40px;
  }
}
.knowledge_section .container .knowledge_wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.knowledge_section .container .knowledge_wrapper .heading {
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .knowledge_section .container .knowledge_wrapper .heading {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .knowledge_section .container .knowledge_wrapper .heading {
    margin-bottom: 20px;
  }
}
.knowledge_section .container .knowledge_wrapper .heading h2 {
  font-size: 50px;
  color: var(--primary);
  text-transform: uppercase;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .knowledge_section .container .knowledge_wrapper .heading h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .knowledge_section .container .knowledge_wrapper .heading h2 {
    font-size: 30px;
  }
}
.knowledge_section .container .knowledge_wrapper .heading p {
  font-size: 40px;
  text-transform: uppercase;
  font-family: "Neutra-light";
  font-weight: 300;
  margin-top: 0;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .knowledge_section .container .knowledge_wrapper .heading p {
    font-size: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .knowledge_section .container .knowledge_wrapper .heading p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .knowledge_section .container .knowledge_wrapper .desc_content * {
    margin-bottom: 7px;
    line-height: 1.2;
  }
}
.knowledge_section .container .knowledge_wrapper .desc_content *:not(h1, h2, h3, h4, h5, h6) {
  font-family: "Neutra-light";
}
.knowledge_section .container .knowledge_wrapper .desc_content p, .knowledge_section .container .knowledge_wrapper .desc_content li, .knowledge_section .container .knowledge_wrapper .desc_content a {
  font-size: 20px;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .knowledge_section .container .knowledge_wrapper .desc_content p, .knowledge_section .container .knowledge_wrapper .desc_content li, .knowledge_section .container .knowledge_wrapper .desc_content a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 540px) {
  .knowledge_section .container .knowledge_wrapper .desc_content p, .knowledge_section .container .knowledge_wrapper .desc_content li, .knowledge_section .container .knowledge_wrapper .desc_content a {
    font-size: 16px;
  }
}
.knowledge_section .container .knowledge_wrapper .desc_content p span, .knowledge_section .container .knowledge_wrapper .desc_content li span, .knowledge_section .container .knowledge_wrapper .desc_content a span {
  font-family: "Neutra-bd";
}
.knowledge_section .container .knowledge_wrapper .desc_content p:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .knowledge_section .container .knowledge_wrapper .desc_content p:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 540px) {
  .knowledge_section .container .knowledge_wrapper .desc_content p:not(:last-child) {
    margin-bottom: 10px;
  }
}
.knowledge_section .container .knowledge_wrapper .desc_content ul {
  margin: 30px 0;
  padding-left: 18px;
}
@media only screen and (max-width: 540px) {
  .knowledge_section .container .knowledge_wrapper .desc_content ul {
    margin: 20px 0;
  }
}
@media only screen and (max-width: 675px) {
  .knowledge_section .container .knowledge_wrapper .desc_content ul {
    padding-left: 10px;
  }
}
.knowledge_section .container .knowledge_wrapper .desc_content ul li {
  position: relative;
  padding-left: 28px;
}
@media only screen and (max-width: 675px) {
  .knowledge_section .container .knowledge_wrapper .desc_content ul li {
    padding-left: 20px;
  }
}
.knowledge_section .container .knowledge_wrapper .desc_content ul li:not(:last-child) {
  margin-bottom: 3px;
}
.knowledge_section .container .knowledge_wrapper .desc_content ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--primary);
}

.training_sec {
  padding: 60px 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .training_sec {
    padding: 50px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .training_sec {
    padding: 40px 0 0;
  }
}
@media only screen and (max-width: 540px) {
  .training_sec {
    padding: 20px 0 0;
  }
}
.training_sec .container {
  --container: 1000px;
}
.training_sec .heading {
  margin-bottom: 30px;
}
.training_sec .heading h2 {
  font-size: 32px;
}
@media only screen and (max-width: 540px) {
  .training_sec .heading h2 {
    font-size: 24px;
  }
}
.training_sec .steps_wrapper {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .training_sec .steps_wrapper {
    margin-bottom: 30px;
  }
}
.training_sec .steps_wrapper .step_col {
  display: flex;
  gap: 15px;
}
@media only screen and (max-width: 540px) {
  .training_sec .steps_wrapper .step_col {
    align-items: start;
    gap: 10px;
  }
}
.training_sec .steps_wrapper .step_col:not(:last-child) {
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .training_sec .steps_wrapper .step_col:not(:last-child) {
    margin-bottom: 30px;
  }
}
.training_sec .steps_wrapper .step_col .number {
  flex: 0 1 auto;
  width: 44px;
}
@media only screen and (max-width: 540px) {
  .training_sec .steps_wrapper .step_col .number {
    width: 34px;
  }
}
.training_sec .steps_wrapper .step_col .number img {
  -o-object-fit: contain;
     object-fit: contain;
}
.training_sec .steps_wrapper .step_col .content {
  flex: 1;
}
.training_sec .steps_wrapper .step_col .content h6 {
  font-size: 22px;
  line-height: 1.2;
  color: var(--primary);
}
@media only screen and (max-width: 768px) {
  .training_sec .steps_wrapper .step_col .content h6 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .training_sec .steps_wrapper .step_col .content h6 {
    font-size: 18px;
  }
}
.training_sec .steps_wrapper .step_col .content h6 span {
  font-family: "Neutra-book";
  color: var(--black);
}
.training_sec .steps_wrapper .step_col .content ul {
  margin-top: 20px;
}
@media only screen and (max-width: 540px) {
  .training_sec .steps_wrapper .step_col .content ul {
    margin-top: 15px;
  }
}
.training_sec .steps_wrapper .step_col .content ul p {
  margin-bottom: 10px;
  font-size: 18px;
}
@media only screen and (max-width: 540px) {
  .training_sec .steps_wrapper .step_col .content ul p {
    margin-bottom: 7px;
    font-size: 16px;
  }
}
.training_sec .steps_wrapper .step_col .content ul li {
  position: relative;
  font-size: 18px;
  padding-left: 20px;
}
@media only screen and (max-width: 540px) {
  .training_sec .steps_wrapper .step_col .content ul li {
    font-size: 16px;
  }
}
.training_sec .steps_wrapper .step_col .content ul li:not(:last-child) {
  margin-bottom: 3px;
}
.training_sec .steps_wrapper .step_col .content ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--primary);
}
.training_sec .tagline {
  font-size: 36px;
  line-height: 1.2;
  font-family: "Neutra-booki";
  font-weight: 300;
}
@media only screen and (max-width: 991px) {
  .training_sec .tagline {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .training_sec .tagline {
    font-size: 28px;
  }
}
@media only screen and (max-width: 540px) {
  .training_sec .tagline {
    font-size: 20px;
  }
}
.training_sec .tagline a {
  color: var(--primary);
}

.knowledge_hub_sec .heading {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .knowledge_hub_sec .heading {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .knowledge_hub_sec .heading {
    margin-bottom: 30px;
  }
}
.knowledge_hub_sec .heading h2 {
  font-size: 50px;
  color: var(--primary);
  text-transform: uppercase;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .knowledge_hub_sec .heading h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .knowledge_hub_sec .heading h2 {
    font-size: 30px;
  }
}
.knowledge_hub_sec .heading p {
  font-size: 40px;
  text-transform: uppercase;
  font-family: "Neutra-light";
  font-weight: 300;
  margin-top: 0;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .knowledge_hub_sec .heading p {
    font-size: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .knowledge_hub_sec .heading p {
    font-size: 20px;
  }
}
.knowledge_hub_sec .knowledge_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px 20px;
}
@media only screen and (max-width: 991px) {
  .knowledge_hub_sec .knowledge_wrapper {
    grid-gap: 25px 15px;
  }
}
@media only screen and (max-width: 768px) {
  .knowledge_hub_sec .knowledge_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 540px) {
  .knowledge_hub_sec .knowledge_wrapper {
    grid-gap: 15px 10px;
  }
}
.knowledge_hub_sec .knowledge_wrapper .knowledge_col {
  border: 2px solid var(--primary);
  border-radius: 10px;
  line-height: 0;
}
.knowledge_hub_sec .knowledge_wrapper .knowledge_col video {
  border-radius: 10px;
}

.m-0 {
  margin: 0;
}/*# sourceMappingURL=knowledge.css.map */