@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: 700px;
  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 120px 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: 5px;
  padding-bottom: 100px;
  font-family: "Century Gothic", sans-serif;
  position: relative;
  overflow: hidden;
}

.informations .row {
  position: relative;
  z-index: 2;
  /* align-items: center; */
}

.informations .row > div {
  height: auto;
  display: flex;
  align-items: center;
}

.informations__overlay-top {
  position: absolute;
  right: -20%;
  top: 70%;
  width: 160%;
  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 15px 12px;
  max-width: 656px;
  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: 40px 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: 82px 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__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;
  }
  .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: -40%;
    top: 40%;
  }
}
@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;
  }

  .informations__overlay-top {
    right: -70%;
    top: 40%;
  }
}
@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;
  }
}

/*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;
  }
}

/*Reviews*/

.reviews {
  font-family: "Century Gothic", sans-serif;
  overflow: hidden;
  padding: 15px 0px 90px;
  position: relative;
  transition: all 0.4s ease-out;
}

.reviews--overlay {
  height: 207vh;
}

.reviews--overlay::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    #fff 17.44%,
    #fff 100%
  );
  height: 330px;
  z-index: 3;
  transition: all 0.4s ease-out;
}

.reviews__title {
  text-align: center;
  margin: 0 auto;
  max-width: 700px;
}

.reviews__title h2 {
  margin-bottom: 83px;
}

.reviews__btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 89px;
  z-index: 4;
  border-radius: 4px;
  background-color: #1d7f35;
  padding: 9px 40px;
  border: 1px solid #1d7f35;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 2;
  transition: all 0.4s ease-out;
  overflow: hidden;
}

.reviews__btn:hover::after {
  transform: translateY(0);
}
.reviews__btn::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;
}
.reviews__btn span {
  position: relative;
  z-index: 2;
  color: #fff;
}

.reviews__wrap {
  /* display: flex;
  flex-wrap: wrap;
  gap: 25px;
  align-items: flex-start; */
}

.reviews__box {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px rgba(100, 109, 152, 0.06);
  padding: 39px 34px 39px 34px;
  border-radius: 4px;
  width: calc(50% - (24px / 2));
  /* flex: 1 1 calc(50% - 12.5px); */
  margin-bottom: 24px;
}

.reviews__box-quote {
  margin-bottom: 16px;
}

.reviews__box-quote img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

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

.reviews__box-info__wrap {
  display: flex;
  align-items: center;
  margin-top: 45px;
  gap: 20px;
}

.reviews__box-info-img img {
  display: block;
  width: 94px;
  height: 94px;
  object-fit: cover;
  border-radius: 50%;
}

.reviews__box-info {
  border-left: 1px solid #e5e5e5;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 360px;
  padding-bottom: 10px;
}

.reviews__box-info h5 {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75043;
  margin-bottom: 0;
}

.reviews__box-info p {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.58678;
  opacity: 0.7;
}

@media only screen and (max-width: 1536px) {
  .reviews {
    padding: 80px 0px 90px;
  }

  .reviews__title h2 {
    margin-bottom: 70px;
  }

  .reviews__box-text p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1440px) {
  .reviews {
    padding: 80px 0px 90px;
  }

  .reviews__title h2 {
    margin-bottom: 60px;
  }

  .reviews__box-text p {
    font-size: 22px;
  }

  .reviews--overlay::before {
    height: 300px;
  }
}
@media only screen and (max-width: 1280px) {
  .reviews {
    padding: 70px 0px 80px;
  }

  .reviews__title h2 {
    margin-bottom: 50px;
  }

  .reviews__box-text p {
    font-size: 18px;
  }

  .reviews__box {
    padding: 35px 30px 50px 30px;
  }

  .reviews__box-text {
    padding-right: 0;
  }

  .reviews__box-info {
    padding-left: 15px;
  }

  .reviews__box-info h5 {
    font-size: 16px;
  }

  .reviews__box-info p {
    font-size: 14px;
  }

  .reviews__btn {
    font-size: 16px;
    padding: 8px 32px;
    bottom: 80px;
  }

  .reviews--overlay::before {
    height: 290px;
  }

  .reviews__box-info__wrap {
    gap: 15px;
    align-items: center;
  }

  .reviews__box-info-img img {
    width: 65px;
    height: 65px;
  }
}
@media only screen and (max-width: 991px) {
  .reviews {
    padding: 20px 0px 70px;
  }

  .reviews__title h2 {
    margin-bottom: 40px;
  }

  .reviews__box-text p {
    font-size: 16px;
  }

  .reviews__box {
    padding: 30px 20px 20px 20px;
  }

  .reviews__box-quote img {
    width: 40px;
    height: 40px;
  }

  .reviews__btn {
    bottom: 70px;
  }

  .reviews--overlay::before {
    height: 220px;
  }

  .reviews__box-info-img img {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .reviews {
    padding: 20px 0px 60px;
  }

  .reviews__title h2 {
    margin-bottom: 35px;
  }

  .reviews__box {
    width: 100%;
  }
  .reviews__box {
    margin-bottom: 20px;
  }

  .reviews__btn {
    font-size: 15px;
    line-height: 28px;
    padding: 8px 32px;
    bottom: 60px;
  }

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

  .reviews__box-text p {
    font-size: 14px;
  }

  .reviews__box-info h5 {
    font-size: 14px;
  }

  .reviews__box-info p {
    font-size: 12px;
  }
}

/*Contact*/

.contact {
  font-family: "Century Gothic", sans-serif;
  position: relative;
  background: linear-gradient(89.81deg, #00612b 0.16%, #3aaa35 99.85%);
  padding: 55px 0px;
}
.contact__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.contact__overlay::before {
  content: "";
  position: absolute;
  left: -23%;
  top: 0;
  width: 100%;
  height: 810px;
  background: linear-gradient(
    132.42deg,
    rgba(58, 170, 53, 0.98) 4.66%,
    rgba(58, 170, 53, 0) 47.08%
  );
  opacity: 0.8;
  transform: rotate(32.83deg);
}
.contact__overlay__bottom {
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 100%;
  bottom: 0;
  height: 400px;
}
.contact__overlay__bottom::after {
  content: "";
  position: absolute;
  right: -28%;
  bottom: -160px;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    206.43deg,
    rgba(58, 170, 53, 0.79) -1.72%,
    rgba(58, 170, 53, 0) 39.12%
  );
  opacity: 0.8;
  transform: matrix(-0.97, 0.26, 0.26, 0.97, 0, 0);
}
.contact .row {
  padding: 0px 2px;
  position: relative;
  z-index: 3;
}
.contact h2 {
  letter-spacing: 0;
  line-height: 1.4;
  color: #f1f1f1;
  font-weight: 600;
  margin: 0 0 42px 0;
}
.contact p {
  line-height: 1.7761;
  color: #eaeaea;
  margin: 0 0 32px 0;
}
.contact p:last-of-type {
  margin-bottom: 0;
}
.contact__text {
  margin-bottom: 93px;
  padding: 0px 50px 0px 0px;
}
.contact__team {
  margin-bottom: 32px;
  padding-right: 20px;
}
.contact__team__title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7411;
  letter-spacing: 0.285em;
  text-transform: uppercase;
  color: #ddd;
  margin: 0 0 50px 0;
}
.contact__team__list {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 55px;
  justify-content: flex-start;
}
.contact__team__list__item {
  padding: 10px 0px;
  text-align: center;
  max-width: 170px;
}
.contact__team__list__item__img {
  width: 126px;
  height: 126px;
  margin: 0 auto 12px auto;
}
.contact__team__list__item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  -webkit-box-shadow: 0 0 0px 5px white;
  box-shadow: 0 0 0px 5px white;
}
.contact__team__list__item__info h5 {
  margin: 0;
  font-size: 16px;
  line-height: 1.58;
  color: #fff;
}
.contact__team__list__item__info p {
  margin: 0;
  font-size: 13px;
  line-height: 25px;
  color: #e2e2e2;
}
.contact__form {
  background: #ffffff;
  border: 1px solid #efefef;
  box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  padding: 64px 64px 58px 64px;
  margin-left: 6px;
  position: relative;
  z-index: 4;
}
.contact__form .form-control {
  margin-bottom: 24px;
}
.contact__form .form-control--btn {
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  border: 1px solid #1d7f35;
  border-radius: 4px;
  background-color: #1d7f35;
  overflow: hidden;
}
.contact__form .form-control--btn input {
  position: relative;
  z-index: 2;
}
.contact__form .form-control--btn::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;
}
.contact__form .form-control--btn:hover::after {
  transform: translateY(0);
}
.contact__form .form-control--btn .wpcf7-spinner {
  position: absolute;
  right: 3px;
  bottom: 3px;
  margin: 0;
  transform: scale(0.6);
  z-index: 3;
}
.contact__form .form-control__label p,
.contact__form .form-control__label label {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #5a7184;
  margin-bottom: 14px;
}
.contact__form .form-control__input p {
  line-height: 0;
}
.contact__form .form-control__input input,
.contact__form .form-control__input textarea {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #183b56;
  width: 100%;
  outline: none;
  border: 1px solid #c3cad9;
  border-radius: 4px;
  padding: 17px 20px;
  transition: all 0.4s ease;
}
.contact__form .form-control__input input::placeholder,
.contact__form .form-control__input textarea::placeholder {
  color: #959ead;
}
.contact__form .form-control__input input:focus,
.contact__form .form-control__input textarea:focus {
  border-color: #1d7f35;
}
.contact__form .form-control__input textarea {
  max-height: 137px;
}
.contact__form .form-control input[type="submit"] {
  outline: none;
  font-weight: 600;
  background-color: transparent;
  border: 0;
  font-size: 17px;
  line-height: 34px;
  text-transform: capitalize;
  color: #ffffff;
  padding: 8px 40px;
  transition: all 0.4s ease-out;
  cursor: pointer;
}
.contact__form .form-file {
  position: relative;
}
.contact__form .form-file .wpcf7-not-valid-tip {
  position: relative;
  text-align: center;
  bottom: 27px;
  line-height: 1.7761;
}
.contact__form .form-file input[type="file"] {
  height: 100px;
  width: 100%;
  display: block;
  opacity: 0;
}
.contact__form .form-file__text {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  min-height: 100px;
  cursor: pointer;
  color: #183b56;
  width: 100%;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact__form .form-file__text span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.contact__form .form-file__text span::before {
  content: "";
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background-image: url("../img/students/upload.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s linear;
  flex: 0 0 auto;
}
.contact__form .form-text {
  margin-bottom: 30px;
}
.contact__form .form-text p {
  font-size: 14px;
  line-height: 1.71;
  color: #5a7184;
  margin: 0;
}
.contact__form .wpcf7-response-output {
  margin-left: 0 !important;
  margin-right: 0 !important;
  font-size: 15px;
}
.contact__form .wpcf7-not-valid-tip {
  font-size: 14px;
  line-height: 1.7761;
}

@media (min-width: 992px) {
}
@media only screen and (max-width: 1790px) {
  .contact__overlay__bottom::after {
    bottom: -190px;
    right: -22%;
  }
}
@media only screen and (max-width: 1536px) {
  .contact h2 {
    line-height: 1.22;
    margin-bottom: 32px;
  }
  .contact__form {
    padding: 50px;
  }

  .contact__team__list {
    column-gap: 40px;
  }
  .contact__overlay__bottom::after {
    bottom: -230px;
  }
}
@media only screen and (max-width: 1399px) {
  .contact__team__list {
    gap: 24px;
  }
  .contact__team__list__item {
    max-width: 150px;
  }
}
@media only screen and (max-width: 1280px) {
  .contact__form {
    padding: 35px;
    margin-left: 0;
  }

  .contact__form .form-control input[type="submit"] {
    font-size: 16px;
    padding: 8px 32px;
  }
  .contact__overlay__bottom::after {
    bottom: -280px;
    right: -18%;
  }
}

@media only screen and (max-width: 1399px) {
  .contact__team__list {
    gap: 24px;
    padding-right: 40px;
    justify-content: space-between;
  }
  .contact__team__list__item {
    max-width: 170px;
  }
}
@media only screen and (max-width: 991px) {
  .contact__overlay__bottom {
    display: none;
  }
  .contact__form {
    bottom: auto;
  }
  .contact__team__list {
    margin-bottom: 20px;
    padding-right: 0;
  }
  .contact {
    padding: 50px 12px 50px 12px;
  }
  .contact__text {
    padding: 0;
  }
  .contact__form {
    margin-left: 0;
    padding: 25px 15px;
  }
  .contact h2 {
    margin-bottom: 25px;
  }
  .contact__team__title {
    font-size: 14px;
  }
  .contact__team {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact__overlay {
    display: none;
  }
  .contact__team__list__item__img {
    max-width: 110px;
    width: auto;
    height: auto;
  }
  .contact__team__list__item__info h5 {
    font-size: 15px;
  }
  .contact__text {
    margin-bottom: 65px;
  }

  .contact__team__list__item {
    max-width: 150px;
  }
}
@media only screen and (max-width: 575px) {
  .contact {
    padding-left: 12px;
    padding-right: 12px;
  }
  .contact__text {
    padding: 0;
  }
  .contact__form {
    margin-left: 0;
    padding: 35px 25px;
  }
  .contact h2 {
    margin-bottom: 25px;
  }
  .contact__team__list__item {
    width: calc(50% - 30px);
    max-width: 100%;
  }
  .contact__team__list {
    column-gap: 24px;
  }
  .contact__team__title {
    font-size: 12px;
  }
  .contact__form .form-control__label p,
  .contact__form .form-control__label label,
  .contact__form .form-control__input input,
  .contact__form .form-control__input textarea {
    font-size: 14px;
    line-height: 1.2;
  }
  .contact__form .form-text p {
    font-size: 12px;
  }
  .contact__form .form-control__input input,
  .contact__form .form-control__input textarea {
    padding: 11px 12px;
  }
  .contact__form .form-file__text {
    font-size: 14px;
  }
  .contact__form .form-control input[type="submit"] {
    font-size: 15px;
    line-height: 28px;
  }
  .contact p {
    margin-bottom: 29px;
  }
  .contact p:last-of-type {
    margin-bottom: 0;
  }
}

/* Multiple file form */
.codedropz-upload-handler {
  margin-bottom: 9px;
  border: 1px dashed #c3cad9;
  border-radius: 4px;
  min-height: 100px;
  background-color: rgba(229, 243, 229, 0.57);
  position: relative;
}
.codedropz-upload-handler .codedropz-upload-container {
  padding: 0;
}
.codedropz-upload-handler .dnd-upload-counter {
  display: none;
}
.codedropz-upload-handler .codedropz-upload-inner h3,
.codedropz-upload-handler .codedropz-upload-inner span {
  display: none;
}

.dnd-upload-status .dnd-upload-details .remove-file span:after {
  background-image: url("../img/home/close-popup.png");
}

.cd-upload-btn {
  display: block;
  min-height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  opacity: 0;
}

.dnd-upload-status {
  padding: 6px 0px 6px 0px;
}
.dnd-upload-status .name {
  font-size: 14px;
  color: #5a7184 !important;
  padding: 0 !important;
  line-height: 1;
}
.dnd-upload-status .name span {
  height: 15px;
}
.dnd-upload-status .name em {
  display: none !important;
  color: #3aaa35 !important;
}
.dnd-upload-status .dnd-progress-bar {
  display: none !important;
  background-color: rgba(0, 0, 0, 0.3) !important;
}
.dnd-upload-status .dnd-progress-bar span {
  background: #1d7f35 !important;
}
.dnd-upload-status .dnd-upload-image {
  width: 32px;
  height: 32px;
  border: none;
}

.dnd-upload-status .dnd-upload-details span.has-error {
  font-size: 14px;
}

.dnd-upload-status .dnd-upload-image span.file {
  background-image: url("../img/file-lines-regular.svg");
  background-size: contain;
  background-position: center;
  height: 18px;
}

.dnd-upload-status .dnd-upload-details {
  line-height: 1;
}

@media only screen and (max-width: 575px) {
  .cd-upload-btn,
  .codedropz-upload-handler {
    min-height: 80px;
  }
  .contact__form .form-file__text {
    min-height: 80px;
  }
  .contact__form .form-text {
    margin-top: 9px;
  }
}
