@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Manrope:wght@200..800&display=swap");
@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.heading_sec {
  background: var(--black);
  padding-top: calc(var(--headerheight) + 60px);
  position: relative;
}
.heading_sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: url(/assets/images/logo-vector.svg);
  transition: 0.5s ease;
}
.heading_sec::before {
  background-repeat: no-repeat;
  background-size: 13%;
  background-position: 50% 100%;
  opacity: 0.1;
}
@media only screen and (max-width: 1280px) {
  .heading_sec::before {
    background-size: 15%;
  }
}
@media only screen and (max-width: 768px) {
  .heading_sec::before {
    background-size: 20%;
  }
}
@media only screen and (max-width: 540px) {
  .heading_sec::before {
    background-size: 30%;
  }
}
@media only screen and (max-width: 991px) {
  .heading_sec {
    padding-top: calc(var(--headerheight) + 40px);
  }
}
@media only screen and (max-width: 540px) {
  .heading_sec {
    padding-top: calc(var(--headerheight) + 60px);
  }
}
.heading_sec .heading {
  text-align: center;
}

@media only screen and (max-width: 540px) {
  .knowledge_sec {
    padding-top: 30px;
  }
}
.knowledge_sec .knowledge_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px 20px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .knowledge_sec .knowledge_wrapper {
    grid-gap: 20px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .knowledge_sec .knowledge_wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .knowledge_sec .knowledge_wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
}
.knowledge_sec .load_more {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 0 auto;
  font-weight: 500;
  color: var(--white);
  transition: 0.4s ease;
}
@media only screen and (max-width: 540px) {
  .knowledge_sec .load_more {
    gap: 10px;
  }
}
.knowledge_sec .load_more:hover {
  color: var(--primary);
}
.knowledge_sec .load_more:hover .icon {
  transform: translateY(7px);
}
.knowledge_sec .load_more .icon {
  width: 50px;
  margin: 0 auto;
  transition: 0.4s ease;
}
@media only screen and (max-width: 540px) {
  .knowledge_sec .load_more .icon {
    width: 40px;
  }
}

.banner.knowledge-banner::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.banner.knowledge-banner .bg {
  height: calc(100vh - var(--headerfixed));
}
@media only screen and (max-width: 768px) {
  .banner.knowledge-banner .bg {
    height: 80vh;
  }
}
@media only screen and (max-width: 540px) {
  .banner.knowledge-banner .bg {
    height: 40vh;
  }
}
.banner.knowledge-banner .bg .banner-wrapper {
  top: 60%;
  translate: 0 -60%;
}
@media only screen and (max-width: 540px) {
  .banner.knowledge-banner .bg .banner-wrapper {
    top: 70%;
    translate: 0 -70%;
  }
}
.banner.knowledge-banner .bg .banner-wrapper .container {
  position: relative;
}
.banner.knowledge-banner .bg .banner-wrapper .heading {
  max-width: 560px;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .banner.knowledge-banner .bg .banner-wrapper .heading {
    max-width: 90%;
  }
}
.banner.knowledge-banner .bg .banner-wrapper .heading h5 {
  font-size: 36px;
}
@media only screen and (max-width: 1280px) {
  .banner.knowledge-banner .bg .banner-wrapper .heading h5 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .banner.knowledge-banner .bg .banner-wrapper .heading h5 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 540px) {
  .banner.knowledge-banner .bg .banner-wrapper .heading h5 {
    font-size: 18px;
  }
}
.banner.knowledge-banner .bg .banner-wrapper .heading p {
  color: rgba(255, 255, 255, 0.6980392157);
  line-height: 1.4;
}
@media only screen and (max-width: 540px) {
  .banner.knowledge-banner .bg .banner-wrapper .heading p {
    display: none;
  }
}
.banner.knowledge-banner .bg .banner-wrapper .share_btn {
  position: absolute;
  bottom: 0;
  right: 2rem;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .banner.knowledge-banner .bg .banner-wrapper .share_btn {
    right: 5%;
    bottom: -80%;
  }
}
@media only screen and (max-width: 540px) {
  .banner.knowledge-banner .bg .banner-wrapper .share_btn {
    bottom: -60%;
  }
}
@media only screen and (max-width: 768px) {
  .banner.knowledge-banner .bg .banner-wrapper .share_btn .share-btn-ico img, .banner.knowledge-banner .bg .banner-wrapper .share_btn .share-btn-ico svg {
    width: 30px;
  }
}
@media only screen and (max-width: 360px) {
  .banner.knowledge-banner .bg .banner-wrapper .share_btn .share-btn-ico img, .banner.knowledge-banner .bg .banner-wrapper .share_btn .share-btn-ico svg {
    width: 25px;
  }
}
.banner.knowledge-banner .bg .banner-wrapper .share_btn .side_ico-m {
  position: absolute;
  bottom: 100%;
  margin-bottom: 20px;
  left: 50%;
  translate: -50% 0;
  display: flex;
  gap: 20px;
  flex-direction: column;
  border-radius: 5px;
  opacity: 0;
  transform: scale(0.75) translateY(21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transform-origin: bottom;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 540px) {
  .banner.knowledge-banner .bg .banner-wrapper .share_btn .side_ico-m {
    flex-direction: row;
    left: -100%;
    margin-bottom: 0;
    bottom: 50%;
    translate: -100% 50%;
    transform: scale(0.75) translateX(21px);
  }
}
.banner.knowledge-banner .bg .banner-wrapper .share_btn .side_ico-m.open {
  opacity: 1;
  transform: scale(1) translateY(0);
  pointer-events: all;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}
@media only screen and (max-width: 540px) {
  .banner.knowledge-banner .bg .banner-wrapper .share_btn .side_ico-m.open {
    transform: scale(1) translateX(0);
  }
}
.banner.knowledge-banner .bg .banner-wrapper .share_btn .side_ico-m li svg {
  fill: var(--white);
  width: 25px;
}
@media only screen and (max-width: 768px) {
  .banner.knowledge-banner .bg .banner-wrapper .share_btn .side_ico-m li svg {
    width: 20px;
  }
}
.banner.knowledge-banner .bg .banner-wrapper .share_btn .side_ico-m li svg:hover {
  fill: var(--primary);
}

.details_sec .details_wrapper {
  justify-content: space-between;
}
.details_sec .details_wrapper .colA {
  max-width: calc(65% - var(--gap));
}
@media only screen and (max-width: 991px) {
  .details_sec .details_wrapper .colA {
    max-width: 100%;
  }
}/*# sourceMappingURL=knowledge.css.map */