@font-face {
  font-family: "Reem Kufi Fun";
  font-weight: 500;
  src: url("../fonts/reem-kufi-fun/ReemKufi-Medium.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Reem Kufi Fun";
  font-weight: 600;
  src: url("../fonts/reem-kufi-fun/ReemKufi-SemiBold.ttf") format("truetype");
  font-display: swap;
}

h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.17;
  letter-spacing: -0.03em;
  color: #292930;
  margin: 0 0 20px 0;
}

h3 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.33;
  letter-spacing: 0.2px;
  color: #000000;
  margin: 0 0 20px 0;
}

h4 {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.33;
  letter-spacing: 0.2px;
  color: #000000;
  margin: 0 0 20px 0;
}

h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: 0.2px;
  margin: 0 0 16px 0;
}

h6 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.33;
  letter-spacing: 0.2px;
  color: #000000;
  margin: 0 0 12px 0;
}

p {
  font-size: 18px;
  line-height: 2;
  color: rgba(0, 0, 0, 0.6);
  margin: 0 0 28px 0;
}
p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 1536px) {
  h1 {
    font-size: 56px;
  }
  h2 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 1440px) {
  h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 1280px) {
  h1 {
    font-size: 44px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 30px;
  }
  p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 21px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }
}
.page-title {
  background-color: #0b0f14;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-family: "Century Gothic";
  padding: 0px 78px;
  position: relative;
  overflow: hidden;
}
.page-title__col {
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-title__overlay-r {
  position: absolute;
  z-index: 3;
  right: -10%;
  bottom: -80%;
  width: 73%;
  height: 100%;
  text-align: right;
  background: linear-gradient(
    83deg,
    rgba(58, 170, 53, 0.79) 2.29%,
    rgba(58, 170, 53, 0) 58.72%
  );
  opacity: 0.8;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transform: matrix(-0.93, 0.36, 0.36, 0.93, 0, 0);
}
.page-title::before {
  content: "";
  width: 96.9%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/wwa/hero-overlay.webp");
}
.page-title__text {
  max-width: 100%;
  padding: 170px 0 79px 0;
  position: relative;
  z-index: 3;
}
.page-title__text h1 {
  font-size: 64px;
  line-height: 1.57;
  font-weight: 400;
  margin: 0 0 13px 0;
}
.page-title__text p {
  font-size: 20px;
  line-height: 1.55;
  margin: 0;
  color: #fff;
  max-width: 800px;
}
.page-title__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0 0 30px 0;
  list-style: none;
  position: relative;
  z-index: 9;
}
.page-title__nav__item {
  position: relative;
  margin: 0px 6px;
}
.page-title__nav__item::before {
  content: "";
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  border-right: 1px solid rgba(55, 63, 72, 0.4);
}
.page-title__nav__item:last-of-type::before {
  content: none;
}
.page-title__nav__item a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  line-height: 27px;
  position: relative;
  padding: 10px 31px 10px 10px;
}
.page-title__nav__item a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 11px;
  width: 10px;
  height: 10px;
  background-image: url("../img/wwa/arrow-nav.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s linear;
}
.page-title__nav__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-100%, 100%);
  right: 11px;
  width: 10px;
  height: 10px;
  background-image: url("../img/wwa/arrow-nav.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s linear;
  opacity: 0;
}
.page-title__nav__item a:hover::before {
  transform: translate(100%, -130%);
  opacity: 0;
}
.page-title__nav__item a:hover::after {
  transform: translate(0%, -50%);
  opacity: 1;
}
.page-title__nav__item:first-of-type {
  margin-left: 0;
}
.page-title__nav__item:first-of-type a {
  padding-left: 0;
}

.page-title__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 21px;
  margin-top: 24px;
}

.page-title__white {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6875;
  padding: 3px 10px;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s ease-out;
}

.page-title__green {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6875;
  padding: 3px 10px;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #3aaa35;
  transition: all 0.4s ease-out;
}

@media only screen and (max-width: 1700px) {
  .page-title::before {
    left: -10%;
    background-position: right top;
  }
}
@media only screen and (max-width: 1536px) {
  .page-title::before {
    left: -20%;
  }
  .page-title {
    padding: 0 58px;
  }
  .page-title__text h1 {
    font-size: 56px;
    line-height: 1.2;
  }
  .page-title__text p {
    font-size: 18px;
    line-height: 1.557;
  }
  .page-title__col {
    min-height: 521px;
  }
  .page-title__overlay-r {
    right: -25%;
  }
}
@media only screen and (max-width: 1280px) {
  .page-title {
    padding: 0 38px;
  }
  .page-title__text h1 {
    font-size: 52px;
    line-height: 1.55;
  }
  .page-title__nav__item a {
    font-size: 14px;
  }
  .page-title__nav__item::before {
    height: 20px;
  }
  .page-title__text {
    padding: 140px 0px 50px 0px;
    min-height: 373px;
  }
  .page-title__col {
    min-height: 450px;
  }
}
@media only screen and (max-width: 1199px) {
  .page-title__overlay-m {
    display: block;
    right: -15%;
    opacity: 0.6;
  }
}
@media only screen and (max-width: 991px) {
  .page-title__col {
    min-height: 427px;
  }
  .page-title {
    padding: 0 12px;
  }
  .page-title__text h1 {
    font-size: 38px;
  }
  .page-title__text p {
    font-size: 16px;
  }
  .page-title__text {
    padding: 110px 0px 40px 0px;
    min-height: 350px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .page-title__text h1 {
    font-size: 32px;
    margin-bottom: 11px;
  }
  .page-title__nav {
    display: none;
  }
  .page-title--carrer .page-title__text,
  .page-title--carrer .page-title__col {
    min-height: 280px;
  }
  .page-title--carrer .page-title__nav {
    display: flex;
  }
  .page-title--carrer .page-title__nav__item {
    margin: 0;
  }
  .page-title--carrer .page-title__nav__item::before {
    right: 8px;
  }
  .page-title--carrer .page-title__nav__item a {
    padding: 5px 35px 5px 0px;
  }
  .page-title--carrer .page-title__nav__item a::before,
  .page-title--carrer .page-title__nav__item a::after {
    right: 18px;
  }
  .page-title__text {
    padding: 100px 0px 50px 0px;
  }
  .page-title::after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      179.14deg,
      rgba(0, 0, 0, 0.66) 8.59%,
      rgba(0, 0, 0, 0.42) 110.85%
    );
  }
  .page-title::before,
  .page-title__overlay-m {
    z-index: 3;
  }
  .page-title__col {
    min-height: 350px;
  }
}
@media only screen and (max-width: 575px) {
  .page-title__text {
    min-height: 294px;
  }
  .page-title--carrer .page-title__text {
    padding-bottom: 40px;
  }
  .page-title__text h1 {
    font-size: 28px;
  }
  .page-title__text p {
    font-size: 14px;
  }
  .page-title__overlay-m {
    background: linear-gradient(
      206.43deg,
      rgba(58, 170, 53, 0.24) -1.72%,
      rgba(58, 170, 53, 0.24) 39.12%
    );
    opacity: 0.8;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: matrix(-0.92, 0.39, 0.39, 0.92, 0, 0);
    width: 140%;
    right: -40%;
    bottom: -80%;
  }
  .page-title__overlay-r {
    width: 140%;
    right: -40%;
    bottom: -80%;
  }

  .page-title__buttons {
    gap: 12px 15px;
  }

  .page-title__white,
  .page-title__green {
    font-size: 14px;
  }
}
@media only screen and (max-width: 414px) {
  .page-title--carrer .page-title__nav__item a {
    font-size: 13px;
  }
  .page-title--carrer .page-title__nav__item::before {
    content: none;
  }
  .page-title--carrer .page-title__nav__item:last-of-type a {
    padding-right: 5px;
  }
  .page-title--carrer .page-title__nav__item a {
    padding: 5px 27px 5px 0px;
  }
  .page-title--carrer .page-title__nav__item a::before,
  .page-title--carrer .page-title__nav__item a::after {
    right: 10px;
  }
  .page-title--carrer .page-title__nav__item:last-of-type a::before,
  .page-title--carrer .page-title__nav__item:last-of-type a::after {
    right: -12px;
  }
}
@media only screen and (max-width: 358px) {
  .page-title--carrer .page-title__nav__item a {
    font-size: 12px;
  }
}
.informations {
  padding-top: 18px;
  padding-bottom: 50px;
  font-family: "Century Gothic", sans-serif;
  position: relative;
  overflow: hidden;
}

.informations .row {
  position: relative;
  z-index: 2;
}

.informations__overlay-top {
  position: absolute;
  right: -20%;
  top: 780px;
  width: 120%;
  height: 950px;
  background: linear-gradient(
    132deg,
    rgba(58, 170, 53, 0.98) 4.66%,
    rgba(58, 170, 53, 0) 47.08%
  );

  opacity: 0.05;
  transform: matrix(-0.92, 0.39, 0.39, 0.92, 0, 0);
  z-index: 1;
}
.informations__text {
  padding: 15px 20px 5px 12px;
  max-width: 630px;
  margin: 0 0 0 auto;
}
.informations__text h2 {
  line-height: 1.05;
  color: #252525;
  font-weight: 600;
  margin: 0 0 53px 0;
  letter-spacing: 0;
}
.informations__text p {
  line-height: 1.7761;
  color: #2c2c2c;
  margin: 0 0 32px 0;
}

.informations__text p:last-of-type {
  margin-bottom: 0;
}

.informations__text ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-left: 0;
  list-style: none;
  margin: 0 0 53px 0;
  color: #292930;
  font-size: 18px;
  line-height: 1.776;
}

.informations__text ul li {
  padding-left: 39px;
  position: relative;
}

.informations__text ul li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 19px;
  height: 16px;
  background-image: url("../img/landing/check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.informations__text a {
  text-decoration: none;
  margin-top: 3px;
  display: inline-block;
  padding: 0px 23px 0px 0px;
  color: #2b2b2b;
  transition: all 0.4s ease;
  position: relative;
}
.informations__text a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  width: 10px;
  height: 10px;
  background-image: url("../img/students/arrow-st.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s linear;
}
.informations__text a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-100%, 100%);
  right: 0;
  width: 10px;
  height: 10px;
  background-image: url("../img/students/arrow-st.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s linear;
  opacity: 0;
  filter: invert(45%) sepia(85%) saturate(426%) hue-rotate(69deg)
    brightness(103%) contrast(88%);
}
.informations__text a:hover::before {
  transform: translate(100%, -130%);
  opacity: 0;
}
.informations__text a:hover::after {
  transform: translate(0%, -50%);
  opacity: 1;
}
.informations__text a:hover {
  color: #3aaa35;
}
.informations__text--rt {
  padding: 69px 12px 40px 20px;
  margin: 0 auto 0 0;
}
.informations__img {
  height: 100%;
}
.informations__img--lt {
  padding-left: 48px;
}
.informations__img--rt {
  padding-right: 48px;
}
.informations__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.informations__lt {
  padding-top: 70px;
}
.informations__lt:first-of-type .informations__text {
  padding-top: 22px;
}
.informations__rt {
  padding: 85px 0px 25px 0px;
}

@media only screen and (max-width: 1536px) {
  .informations__text h2 {
    margin-bottom: 32px;
    line-height: 1.22;
  }
  .informations {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .informations__lt {
    padding-top: 65px;
  }
  .informations__rt {
    padding-top: 65px;
    padding-bottom: 0;
  }
  .informations__lt:first-of-type .informations__text,
  .informations__text {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 1399px) {
  .informations__text {
    max-width: 558px;
  }
}
@media only screen and (max-width: 1280px) {
  .informations {
    padding-bottom: 35px;
  }
  .informations__lt,
  .informations__rt {
    padding-top: 50px;
  }

  .informations__text ul {
    font-size: 16px;
  }

  .informations__text ul li::before {
    top: 8px;
    width: 17px;
  }

  .informations__text ul li {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 1199px) {
  .informations__text {
    max-width: 480px;
  }
  .informations__img--rt {
    padding-right: 25px;
  }
  .informations__img--lt {
    padding-left: 25px;
  }
  .informations__text--rt {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .informations__text h2 {
    margin-bottom: 25px;
  }
  .informations {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 0;
  }
  .informations__lt:first-of-type .informations__text,
  .informations__text {
    padding-top: 0;
    padding-bottom: 0px;
    margin: 0 auto;
    max-width: 720px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .informations__text--rt {
    padding-left: 12px;
  }
  .informations__img {
    padding: 0 0 0px 0;
    margin: 0 auto 0 auto;
    width: calc(100vw - 48px);
  }
  .informations__lt,
  .informations__rt {
    padding-top: 30px;
  }
  .informations__rt .row {
    flex-direction: column-reverse;
  }

  .informations__text ul {
    margin-bottom: 30px;
  }

  .informations__text p:last-of-type {
    margin-bottom: 30px;
  }

  .informations__overlay-top {
    right: -80%;
    top: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .informations__lt:first-of-type .informations__text,
  .informations__text {
    max-width: 540px;
  }
  .informations__img {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .informations__text h2 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .informations__lt:first-of-type .informations__text,
  .informations__text {
    max-width: 100%;
  }
  .informations__img {
    width: calc(100vw - 24px);
    left: 50%;
    transform: translateX(-50%);
    position: relative;
  }
  .informations p {
    margin-bottom: 29px;
  }

  .informations__text ul {
    font-size: 14px;
    gap: 12px;
  }

  .informations__text ul li::before {
    top: 5px;
    width: 15px;
  }

  .informations__text ul li {
    padding-left: 30px;
  }

  .informations__img {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

/*Highlighted*/

.highlighted {
  font-family: "Century Gothic", sans-serif;
  padding: 0px 0px 50px;
  overflow: hidden;
}

.highlighted__box {
  border-radius: 4px;
  border: 1px solid rgba(58, 170, 53, 0.2);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
  padding: 45px;
}

.highlighted__box p {
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
  line-height: 1.55;
}

@media only screen and (max-width: 1280px) {
  .highlighted {
    margin-top: 15px;
    padding-bottom: 25px;
  }
  .highlighted__box {
    padding: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .highlighted {
    margin-top: 40px;
  }
  .highlighted__box {
    padding: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .highlighted {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 575px) {
  .highlighted {
    padding-left: 12px;
    padding-right: 12px;
  }
  .highlighted__box {
    padding: 20px 15px;
  }
}

/*Testimonials*/

.testimonials {
  font-family: "Century Gothic", sans-serif;
  padding: 75px 0px 215px 0px;
}

.testimonials__title h2 {
  text-align: center;
  margin-bottom: 107px;
}

.testimonials__box {
  display: flex;
  flex-wrap: wrap;
}

.testimonials__box-image {
  width: 35%;
}

.testimonials__box-text {
  width: 65%;
  padding-left: 84px;
}

.testimonials .slick-next {
  right: 0;
  height: 46px;
  width: 46px;
  z-index: 2;
  background-color: #90ab8e;
  border-radius: 50%;
  transition: all 0.4s ease-out;
}
.testimonials .slick-next::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  width: 10px;
  height: 16px;
  background-image: url("../img/landing/arrow-testimonials.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.testimonials .slick-prev {
  left: 0;
  height: 46px;
  width: 46px;
  z-index: 2;
  background-color: #90ab8e;
  border-radius: 50%;
  transition: all 0.4s ease-out;
}

.testimonials .slick-prev:hover,
.testimonials .slick-next:hover {
  background-color: #3aaa35;
}
.testimonials .slick-prev::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 16px;
  background-image: url("../img/landing/arrow-testimonials.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.testimonials__slider {
  padding-left: 124px;
  padding-right: 89px;
}

.testimonials__box-image img {
  border-radius: 10px;
  display: block;
  width: 100%;
  height: auto;
}

.testimonials__box-image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.before-image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.before-image::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  transition: all 0.8s ease-out;
}

.testimonials__box-text__quote {
  margin-bottom: 17px;
}

.testimonials__box-text__quote img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.testimonials__box-text p {
  color: #333;
  line-height: 1.66667;
}

.testimonials__box-text__bottom {
  padding-left: 20px;
  border-left: 1px solid #e5e5e5;
  margin-top: 50px;
}

.testimonials__box-text__bottom .name {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 0px;
  color: #000;
}

.testimonials__box-text__bottom .university {
  margin-top: 4px;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.testimonials__box-text__bottom .university span {
  color: #8e8e8e;
}

.testimonials__item {
  opacity: 1 !important;
  padding: 0px 25px;
}

.testimonials__box-image {
  transform: rotate(-5.78deg);
  transition: all 0.8s ease-out;
}

.testimonials__box-text {
  opacity: 0;
  transition: all 0.4s ease-out;
}

.testimonials__item.slick-active {
  opacity: 1 !important;
}

.testimonials__item.slick-active .testimonials__box-image {
  transform: rotate(0deg);
}

.testimonials__item.slick-active .before-image::before {
  opacity: 0;
}

.testimonials__item.slick-active .testimonials__box-text {
  opacity: 1;
}

.testimonials .slick-track {
  padding: 18px 0px;
}

.read-more {
  display: inline-block;
  margin-top: 11px;
  color: #00612b;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  position: relative;
}

.read-more::after {
  content: "";
  width: 14px;
  height: 8px;
  position: absolute;
  right: -22px;
  top: 13px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/landing/shape-down.svg");
  transition: all 0.4s ease-out;
}

.read-more.read-less::after {
  transform: rotate(180deg);
}

@media only screen and (max-width: 1536px) {
  .testimonials {
    padding: 70px 0px 180px;
  }
  .testimonials__title h2 {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 1440px) {
  .testimonials {
    padding: 50px 0px 160px;
  }
  .testimonials__title h2 {
    margin-bottom: 80px;
  }

  .testimonials__slider {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media only screen and (max-width: 1280px) {
  .testimonials {
    padding: 60px 0px 140px;
  }
  .testimonials__title h2 {
    margin-bottom: 70px;
  }

  .testimonials__box-text__bottom .name {
    line-height: 1.5;
  }

  .testimonials__box-text__bottom .name,
  .read-more {
    font-size: 16px;
  }

  .testimonials__box-text__bottom .university {
    font-size: 14px;
  }

  .testimonials__box-text__bottom {
    margin-top: 40px;
  }

  .read-more::after {
    top: 11px;
    width: 12px;
  }

  .testimonials .slick-next,
  .testimonials .slick-prev {
    width: 42px;
    height: 42px;
  }

  .testimonials__box-text {
    padding-left: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .testimonials {
    padding: 60px 0px 100px;
  }
  .testimonials__title h2 {
    margin-bottom: 60px;
  }

  .testimonials__box {
    flex-direction: column;
    gap: 35px;
  }

  .testimonials__box-text {
    padding-left: 0;
    width: 100%;
  }

  .testimonials__box-image {
    width: 50%;
  }

  .testimonials__slider {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonials {
    padding: 40px 0px 70px;
  }
  .testimonials__title h2 {
    margin-bottom: 50px;
  }

  .testimonials__item {
    padding: 0px 15px;
  }

  .testimonials .slick-next,
  .testimonials .slick-prev {
    width: 32px;
    height: 32px;
  }

  .testimonials .slick-next::before,
  .testimonials .slick-prev::before {
    width: 8px;
    height: 12px;
  }

  .testimonials__slider {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .testimonials {
    padding: 30px 0px 50px;
  }
  .testimonials__title h2 {
    margin-bottom: 40px;
  }

  .testimonials__box-text__bottom .name,
  .read-more {
    font-size: 14px;
  }

  .testimonials__box-text__bottom .university {
    font-size: 12px;
  }

  .testimonials__box-text__quote {
    margin-bottom: 10px;
  }

  .testimonials__box-text__quote img {
    width: 40px;
    height: 40px;
  }

  .testimonials__slider {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .testimonials__box-image {
    width: 70%;
  }
}

@media only screen and (max-width: 380px) {
  .testimonials__box-image {
    width: 100%;
  }
}

/*Scholars*/

.scholars {
  font-family: "Century Gothic", sans-serif;
  padding: 75px 0px;
  background-color: #f5f7fb;
  position: relative;
}

.scholars__gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 32px;
  margin-top: 90px;
  position: relative;
}

.scholars__img {
  width: calc(50% - 16px);
}

.scholars__img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 4px;
}

.scholars__img:nth-child(even) {
  margin-top: 43px;
}

@media only screen and (max-width: 1440px) {
  .scholars__gallery {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 1280px) {
  .scholars {
    padding: 70px 0px;
  }
  .scholars__gallery {
    margin-top: 50px;
    gap: 24px;
  }

  .scholars__img {
    width: calc(50% - 12px);
  }

  .scholars__img:nth-child(even) {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .scholars {
    padding: 60px 0px;
  }

  .scholars__gallery {
    margin-top: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .scholars__img {
    width: 100%;
  }

  .scholars__img:nth-child(even) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 575px) {
  .scholars {
    padding: 50px 12px;
  }
}

/*Gallery*/

.gallery {
  padding: 100px 0px;
  background-color: #fff;
  font-family: "Century Gothic", sans-serif;
}

.gallery__title h2 {
  text-align: center;
  margin-bottom: 65px;
}
.gallery__wrap {
  display: grid;
  width: 100%;
  grid-auto-flow: dense;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px;
}
.gallery__wrap__item {
  position: relative;
  background-color: #3baa3535;
}
.gallery__wrap__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.gallery__wrap__item--horizontal {
  grid-column: span 2;
}
.gallery__wrap__item--vertical {
  grid-row: span 2;
}

@media only screen and (max-width: 1280px) {
  .gallery {
    padding: 80px 0px;
  }
  .gallery__wrap {
    grid-gap: 12px;
  }

  .gallery__title h2 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .gallery {
    padding: 70px 0px;
  }

  .gallery__title h2 {
    margin-bottom: 40px;
  }
  .gallery__wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .gallery {
    padding: 60px 0px;
  }
  .gallery__title h2 {
    margin-bottom: 30px;
  }
  .gallery__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .gallery {
    padding: 50px 12px;
  }
}

/*Hub CTA*/
.hub-cta {
  margin-bottom: 100px;
  font-family: "Century Gothic", sans-serif;
  position: relative;
  z-index: 2;
}
.hub-cta__box {
  background: linear-gradient(
      174.36deg,
      #ffffff 36.29%,
      rgba(255, 255, 255, 0.91) 53.92%,
      rgba(255, 255, 255, 0.73) 71.66%
    ),
    #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 47px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.hub-cta__box__title {
  width: 70%;
}
.hub-cta__box__title h3 {
  margin: 0;
  font-size: 32px;
  line-height: 39px;
  color: #484848;
  padding-right: 30px;
}
.hub-cta__box__btn {
  width: 30%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.hub-cta__box__btn a {
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  line-height: 34px;
  background-color: #1d7f35;
  border: 1px solid #1d7f35;
  border-radius: 4px;
  padding: 9px 41px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.hub-cta__box__btn a:hover::after {
  transform: translateY(0);
}
.hub-cta__box__btn a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #3aaa35;
  z-index: 1;
  transform: translateY(100%);
  transition: all 0.4s ease;
}
.hub-cta__box__btn a span {
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1536px) {
  .hub-cta__box__title h3 {
    font-size: 30px;
    line-height: 1.22;
  }
}
@media only screen and (max-width: 1280px) {
  .hub-cta {
    margin-bottom: 80px;
  }
  .hub-cta__box__title h3 {
    font-size: 28px;
  }
  .hub-cta__box__btn a {
    font-size: 16px;
    padding: 8px 32px;
  }
  .hub-cta__box {
    padding: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .hub-cta {
    margin-bottom: 70px;
  }
  .hub-cta__box__title h3 {
    font-size: 26px;
  }
  .hub-cta__box {
    padding: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .hub-cta {
    margin-bottom: 60px;
  }
  .hub-cta__box__title h3 {
    font-size: 24px;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .hub-cta__box {
    flex-direction: column;
  }
  .hub-cta__box__title,
  .hub-cta__box__btn {
    width: 100%;
  }
  .hub-cta__box__btn a {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .hub-cta__box__title h3 {
    font-size: 21px;
  }
  .hub-cta__box {
    padding: 20px 15px;
  }
  .hub-cta__box__btn a {
    font-size: 15px;
    line-height: 28px;
  }
  .hub-cta {
    margin-bottom: 50px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

/*Stories*/

.related-post {
  background-color: #f5f7fb;
  font-family: "Century Gothic", sans-serif;
  padding: 73px 0 80px 0;
}

.related-post__title h2 {
  text-align: center;
  margin-bottom: 71px;
}
.post__box {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 1px solid #efefef;
  border-radius: 4px;
  padding: 10px 15px 3px 15px;
  margin-bottom: 30px;
  height: calc(100% - 30px);
  display: flex;
  flex-direction: column;
  transition: all 0.4s ease;
}
.post__box:hover {
  box-shadow: 23.0357px 16.7532px 81.6721px rgba(107, 107, 107, 0.15);
}
.post__box__img {
  margin-bottom: 15px;
}
.post__box__img img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}
.post__box__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 auto;
}
.post__box__content__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #efefef;
  padding-top: 2px;
}
.post__box__content__bottom .post__box__content__btn {
  position: relative;
  padding: 10px 21px 10px 0px;
  font-size: 15px;
  line-height: 1.8;
  text-decoration: none;
  color: #1d7f35;
}
.post__box__content__bottom .post__box__content__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0px;
  width: 10px;
  height: 10px;
  background-image: url("../img/arrow-dgreen.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s linear;
}
.post__box__content__bottom .post__box__content__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-100%, 100%);
  right: 0px;
  width: 10px;
  height: 10px;
  background-image: url("../img/arrow-dgreen.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s linear;
  opacity: 0;
}
.post__box__content__bottom .post__box__content__btn:hover::before {
  transform: translate(100%, -130%);
  opacity: 0;
}
.post__box__content__bottom .post__box__content__btn:hover::after {
  transform: translate(0%, -50%);
  opacity: 1;
}
.post__box__content__bottom .post__box__content__date {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.77;
  color: #5b585b;
  padding: 10px 0px 10px 10px;
}
.post__box__content__terms {
  padding-left: 0;
  margin: 0 0 10px 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.post__box__content__terms__item {
  margin-right: 16px;
  font-size: 14px;
  line-height: 27px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.post__box__content__terms__item span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 10px;
  top: 1px;
  position: relative;
}
.post__box__content__terms__item a {
  text-decoration: none;
  color: #292929;
  transition: all 0.4s ease;
}
.post__box__content__terms__item a:hover {
  color: #1d7f35;
}
.post__box__content__text {
  margin-bottom: 36px;
}
.post__box__content__text h2 {
  color: #0f1e34;
  letter-spacing: 0;
  line-height: 1.44;
}
.post__box__content__text h3 {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.44;
  letter-spacing: 0;
  color: #0f1e34;
  display: inline-block;
  width: 100%;
  margin: 14px 0px 30px 0px;
}
.post__box__content__text h3 a {
  text-decoration: none;
  color: #0f1e34;
  transition: all 0.4s ease;
}
.post__box__content__text h3 a:hover {
  color: #1d7f35;
}
.post__box__content__text h4 {
  font-weight: 400;
  font-size: 19px;
  line-height: 1.68;
  color: #000000;
  margin: 0 0 14px 0;
}
.post__box__content__text h4 a {
  text-decoration: none;
  color: #000000;
  transition: all 0.4s ease;
}
.post__box__content__text h4 a:hover {
  color: #1d7f35;
}
.post__box__content__text p {
  font-size: 15px;
  line-height: 1.77;
  color: #5b585b;
  margin: 0;
}
.post__box--large {
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
}
.post__box--large .post__box__img {
  width: calc(45% + 10px);
  margin-bottom: 0;
  height: 100%;
}
.post__box--large .post__box__img img {
  height: 100%;
  object-fit: cover;
}
.post__box--large .post__box__content {
  width: calc(55% - 10px);
  padding: 20px 25px 20px 57px;
}
.post__box--large .post__box__content__text {
  margin-bottom: 21px;
}
.post__box--large .post__box__content__bottom {
  padding-top: 0;
  border-top: none;
}
.post__box--large .post__box__content__text p {
  font-size: 16px;
}
.post__box--large img {
  height: auto;
}
.post__loadmore {
  text-align: center;
  margin-top: 44px;
  position: relative;
  z-index: 2;
}
.post__loadmore a {
  text-decoration: none;
  color: #fff;
  border-radius: 4px;
  background-color: #1d7f35;
  border: 1px solid #1d7f35;
  font-weight: 600;
  font-size: 17px;
  line-height: 34px;
  padding: 9px 39px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.post__loadmore a span {
  position: relative;
  z-index: 2;
}
.post__loadmore a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #3aaa35;
  z-index: 1;
  transform: translateY(100%);
  transition: all 0.4s ease;
}
.post__loadmore a:hover::after {
  transform: translateY(0);
}

@media only screen and (max-width: 1536px) {
  .post__box--large .post__box__content {
    padding-left: 35px;
  }
  .post__box__content__text h3 {
    font-size: 30px;
    margin: 10px 0px 22px 0px;
  }

  .related-post__title h2 {
    margin-bottom: 56px;
  }

  .related-post {
    padding: 70px 0px;
  }
}
@media only screen and (max-width: 1366px) {
  .post__overlay {
    right: -23%;
  }
}
@media only screen and (max-width: 1280px) {
  .post__box__content__text h3 {
    font-size: 28px;
  }
  .post__loadmore a {
    font-size: 16px;
    padding: 8px 32px;
  }
  .post {
    padding-bottom: 140px;
  }

  .related-post__title h2 {
    margin-bottom: 36px;
  }
  .related-post {
    padding: 60px 0px;
  }
}
@media only screen and (max-width: 1199px) {
  .post__overlay {
    display: none;
  }
  .bottom__overlay {
    right: -29%;
    top: 730px;
  }
}
@media only screen and (max-width: 991px) {
  .related-post {
    padding: 50px 0px 30px;
  }
  .post__box__content__text h3 {
    font-size: 26px;
    margin-bottom: 12px;
  }
  .post__box__content__text h4 {
    font-size: 17px;
    margin-bottom: 6px;
  }
  .post__box {
    padding: 15px 15px 3px 15px;
  }
  .post__box--large .post__box__content__bottom {
    border-top: 1px solid #efefef;
    padding-top: 3px;
  }
  .post__box--large .post__box__content__text {
    margin-bottom: 36px;
  }
  .post__box--large .post__box__content,
  .post__box--large .post__box__img {
    width: 100%;
  }
  .post__box--large .post__box__img {
    height: auto;
  }
  .post__box--large .post__box__img img {
    height: auto;
    max-height: 350px;
  }
  .post__box--large .post__box__content {
    padding: 20px 0px 0px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .bottom__overlay {
    display: none;
  }
  .post__box__content__text h3 {
    font-size: 24px;
  }
  .post {
    padding-bottom: 120px;
  }
  .post__terms__title {
    font-size: 12px;
    min-width: 160px;
  }
  .post__box__img img {
    height: auto;
  }
  .post__box--large .post__box__img img {
    max-height: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .post__box__content__text h3 {
    font-size: 21px;
  }
  .post__box__content__text h4 {
    font-size: 16px;
  }
  .post__loadmore a {
    font-size: 15px;
    line-height: 28px;
  }
  .post__box--large .post__box__content__text p,
  .post__box__content__text p {
    font-size: 14px;
  }
  .post {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 40px;
    padding-bottom: 100px;
  }
  .post__terms {
    flex-direction: column;
    margin-bottom: 25px;
  }
  .post__terms__title {
    width: 100%;
    font-size: 14px;
  }
  .post__terms__list {
    width: 100%;
  }
  .post__loadmore {
    margin-top: 30px;
  }

  .related-post {
    padding-left: 12px;
    padding-right: 12px;
  }
}
