@font-face {
  font-family: "regular-rtl";
  src: url('/public/fonts/DroidKufi-Regular.ttf');
}
@font-face {
  font-family: "regular-rtl";
  src: url('/public/fonts/DroidKufi-Bold.ttf');
  font-weight: bold;
}
@font-face {
  font-family: Roboto;
  src: url('/public/fonts/Roboto-Regular.ttf');
}
@font-face {
  font-family: Roboto;
  src: url('/public/fonts/Roboto-Bold.ttf');
  font-weight: bold;
}
@font-face {
  font-family: Roboto;
  src: url('/public/fonts/Roboto-Medium.ttf');
  font-weight: 500;
}
@font-face {
  font-family: Roboto;
  src: url('/public/fonts/Roboto-Medium.ttf');
  font-weight: 600;
}
@font-face {
  font-family: Roboto;
  src: url('/public/fonts/Roboto-Light.ttf');
  font-weight: 300;
}
@font-face {
  font-family: Roboto;
  src: url('/public/fonts/Roboto-Thin.ttf');
  font-weight: 100;
}
.scroll-hide {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.scroll-hide::-webkit-scrollbar {
  width: 0 !important;
}
body {
  font-family: Nunito, Roboto, SFNSDisplay-Regular, Helvetica, Arial;
}
h1 {
  font-weight: bold;
  font-size: 4.2rem;
  line-height: 50px;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
h2 {
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 38px;
  font-size: 3rem;
  font-weight: bold;
}
h3 {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 1.8rem;
  color: #20C997;
  font-weight: bold;
}
.bg-blue-05 {
  background-color: rgba(51, 154, 240, 0.05);
}
.bg-blue {
  background-color: #339AF0;
}
.bg-white {
  background-color: #FFFFFF;
}
.text-white {
  color: #FFFFFF;
}
.btn {
  padding: 10px 20px;
  border-radius: 3px;
  font-size: 1.3rem;
  font-weight: bold;
  border: 0;
  color: #FFFFFF;
  background-color: #20C997;
}
.btn.btn-white {
  color: #4CAEDE;
  background-color: #FFFFFF;
  margin-right: auto;
  display: inline-flex;
  width: auto;
}
.btn.btn-blue {
  background-color: #339AF0;
}
.btn.btn-student {
  background-color: rgba(51, 154, 240, 0.05);
  color: #343A40;
}
.btn.btn-student i {
  color: #339AF0;
}
.btn.btn-student.active {
  background-color: #339AF0;
  color: #FFFFFF;
}
.btn.btn-student.active i {
  color: inherit;
}
.btn.btn-institution {
  background-color: rgba(17, 184, 133, 0.12);
  color: #343A40;
}
.btn.btn-institution i {
  color: #20C997;
}
.btn.btn-institution.active {
  background-color: #20C997;
  color: #FFFFFF;
}
.btn.btn-institution.active i {
  color: inherit;
}
.hero-input {
  padding: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #FFFFFF;
  border-radius: 3px;
}
.hero-input input[type="text"] {
  border: 0;
  color: #343A40;
  font-size: 1.5rem;
  margin-left: 10px;
  margin-right: 20px;
  flex: 1;
  border-radius: 3px;
}
.lp-header {
  min-height: 640px;
  background: #4D9EE8;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.lp-header .col {
  display: flex;
  flex-direction: column;
}
.lp-header .col-form {
  max-width: 500px;
}
.lp-header .col-img {
  max-width: 450px;
}
.lp-header .container-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lp-header .scroll-down {
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 1.2rem;
  font-weight: bold;
  color: #FFFFFF;
  bottom: -16px;
}
.lp-header .scroll-down span {
  padding-bottom: 8px;
}
.lp-header .scroll-down i {
  background-color: #F8F9FA;
  padding: 4px 16px;
  border-radius: 16px;
  font-size: 2.4rem;
  color: #20C997;
}
.lp-header p {
  font-size: 1.6rem;
  color: #F1F3F5;
  margin-bottom: 30px;
}
.lp-cards {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
.lp-cards .lp-card {
  flex: 1 0;
  color: #868E96;
  padding: 15px;
}
.lp-cards .lp-card-icon {
  width: 60px;
  height: 60px;
  background: rgba(51, 154, 240, 0.1);
  color: #339AF0;
  font-size: 2rem;
  text-align: center;
  border-radius: 6px;
}
.lp-cards .lp-card-icon i {
  line-height: 60px;
}
.lp-cards .lp-card-heading {
  font-weight: bold;
  font-size: 1.8rem;
  color: #212529;
  padding: 2.5rem 0 1rem;
}
.lp-cards .lp-card:hover .lp-card-icon {
  background: #339AF0;
  color: #FFFFFF;
}
.lp-features {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 60px;
}
.lp-features .lp-feature {
  flex: 0 0 33.333%;
  color: #868E96;
  padding: 15px;
  margin-top: 60px;
}
.lp-features .lp-feature-icon {
  width: 50px;
  height: 50px;
  font-size: 2rem;
  text-align: center;
  border-radius: 6px;
}
.lp-features .lp-feature-icon i {
  line-height: 50px;
}
.lp-features .lp-feature-heading {
  font-weight: bold;
  font-size: 1.8rem;
  color: #212529;
  padding: 2rem 0;
}
.lp-features .lp-feature-grape .lp-feature-icon {
  color: #CC5DE8;
  background: rgba(34, 184, 207, 0.1);
}
.lp-features .lp-feature-violet .lp-feature-icon {
  color: #845EF7;
  background: rgba(132, 94, 247, 0.1);
}
.lp-features .lp-feature-indigo .lp-feature-icon {
  color: #5C7CFA;
  background: rgba(92, 124, 250, 0.1);
}
.lp-features .lp-feature-teal .lp-feature-icon {
  color: #20C997;
  background: rgba(32, 201, 151, 0.1);
}
.lp-features .lp-feature-yellow .lp-feature-icon {
  color: #FCC419;
  background: rgba(252, 196, 25, 0.1);
}
.lp-testimonials-circle {
  position: relative;
}
.lp-testimonials-circle:after {
  background: rgba(17, 184, 133, 0.05);
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  content: '';
  right: -80px;
  top: -5px;
  z-index: 0;
}
.lp-testimonials {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
  align-items: stretch;
}
.lp-testimonials .lp-testimonial {
  flex: 1 0;
  color: #868E96;
  padding: 10px;
}
.lp-testimonials .lp-testimonial > div {
  padding: 30px;
  background-color: #FFFFFF;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.lp-testimonials .lp-testimonial p {
  color: #212529;
  font-size: 2rem;
  font-style: italic;
  font-weight: normal;
}
.lp-testimonials .lp-testimonial .author {
  margin-top: auto;
}
.lp-testimonials .lp-testimonial .author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.lp-testimonials .lp-testimonial .author .title {
  margin-top: 1rem;
  font-weight: 600;
  font-size: 1.6rem;
  color: #212529;
}
.video-wrapper {
  position: relative;
}
.video-wrapper .video-play {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 70px;
  width: 70px;
  background-size: 100%;
  background-image: url('/public/img/landing/video_play.png');
  background-position: center center;
}
.video-js {
  margin: 0 auto;
  background-color: transparent;
}
.video-js .vjs-poster {
  background-color: transparent;
}
.video-js .vjs-tech {
  border-radius: 3px;
}
.video-js .vjs-control-bar {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.video-js .vjs-big-play-button {
  display: none;
}
.modal-invite-requested .modal-header {
  display: none;
}
.modal-invite-requested .modal-container {
  border: 0;
  background: linear-gradient(180deg, #507CFF 0%, #4CAEDE 100%);
  padding: 50px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-invite-requested .modal-container h1 {
  font-size: 28px;
  color: #FFFFFF;
  margin: 0 0 19px 0;
  line-height: 34px;
}
.modal-invite-requested .modal-container p {
  color: #FFFFFF;
  line-height: 22px;
  font-size: 14px;
  margin: 0;
}
.col-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section {
  padding: 40px 15px;
  background-color: #faf9f9;
}
section.section-cards {
  padding: 75px 0 65px 0;
}
section.section-experts {
  overflow: hidden;
}
section.section-experts .carousel {
  position: relative;
  margin-top: 50px;
  text-align: center;
}
section.section-experts .carousel:before {
  background: rgba(17, 184, 133, 0.05);
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  content: '';
  right: -50px;
  top: 0;
  z-index: 0;
}
section.section-partners {
  padding: 60px 15px 80px;
}
section.section-partners h2 {
  margin-bottom: 60px;
}
section.section-partners .carousel .rail {
  padding-bottom: 30px;
}
section.section-partners .carousel .item img {
  max-height: 80px;
  max-width: 150px;
  display: inline-block;
}
section.section-partners .carousel .item + .item {
  margin-left: 50px;
}
section.section-advice .container,
section.section-video .container {
  display: flex;
  align-items: center;
  padding: 15px 40px;
}
section.section-advice .container .col,
section.section-video .container .col {
  flex: 1;
}
section.section-advice .container .col + .col,
section.section-video .container .col + .col {
  margin-left: 100px;
}
section.section-advice img,
section.section-video img {
  width: 100%;
  margin-left: -15px;
  display: inline-block;
}
section.section-testimonials {
  padding: 100px 15px 60px;
  overflow: hidden;
}
section.section-footer .container {
  border-radius: 6px;
  padding: 3rem 15px;
}
section p {
  font-size: 1.6rem;
}
.cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px -10px 0;
}
.card {
  vertical-align: top;
  border-radius: 3px;
  flex: 0 0 33.333%;
  position: relative;
  padding: 10px 10px 15px 10px;
  margin-bottom: 15px;
  color: #343A40;
}
.card .card-inner {
  border-radius: 3px;
  padding: 30px 20px 20px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  height: 100%;
}
.card .card-inner h3 {
  padding-top: 3rem;
}
.card p,
.card .info .subtitle {
  font-size: 1.4rem;
  color: #868E96;
}
.card .img-wrapper {
  height: 160px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.card img {
  max-width: 100%;
}
.card.card-expert {
  width: 268px;
  height: 354px;
  padding: 0;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background: #FFFFFF;
}
.card.card-expert .img-bg {
  height: 230px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.card.card-expert .info {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.card + .card-expert {
  margin-left: 21px;
}
.signup-buttons {
  display: flex;
}
.signup-buttons .btn {
  flex: 1 0;
}
.signup a.btn {
  width: 100%;
}
.carousel .rail {
  white-space: nowrap;
  overflow: auto;
}
.carousel .item {
  display: inline-block;
  vertical-align: middle;
}
.carousel .info {
  text-align: left;
  padding: 10px 20px;
}
.carousel .title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.carousel .subtitle {
  font-size: 1.5rem;
  white-space: normal;
  overflow: hidden;
  max-height: 46px;
}
.carousel .dots {
  margin-top: 15px;
}
.carousel .dots .dot {
  cursor: pointer;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #DFDFDF;
}
.carousel .dots .dot.active {
  background-color: #339AF0;
}
.carousel .dots .dot + .dot {
  margin-left: 16px;
}
.pt-generation-talent {
  padding-top: 100px;
}
.width-generation-talent {
  width: 80%;
}
@media only screen and (max-width: 1200px) {
  .cards .card:nth-child(4n) {
    margin-left: 0;
  }
  .pt-generation-talent {
    padding-top: 90px;
  }
  .width-generation-talent {
    width: 85%;
  }
}
@media only screen and (max-width: 991px) {
  .cards .card:nth-child(4n) {
    margin-left: 21px;
  }
  .cards .card:nth-child(3n) {
    margin-left: 0;
  }
  .pt-generation-talent {
    padding-top: 30px;
  }
  .width-generation-talent {
    width: 100%;
  }
  .btn,
  .btn.btn-white {
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    text-align: center;
    font-size: 2.2rem;
    line-height: 30px;
    margin: 0 20px 45px 20px;
  }
  h2 {
    font-size: 2.2rem;
  }
  .cards {
    flex-wrap: wrap;
  }
  .cards .card {
    flex: 0 0 100%;
  }
  .lp-cards {
    flex-wrap: wrap;
  }
  .lp-cards .lp-card {
    flex: 0 0 100%;
    display: flex;
  }
  .lp-cards .lp-card > div {
    flex: 1 0;
  }
  .lp-cards .lp-card > div.lp-card-icon {
    flex: 0 0 60px;
  }
  .lp-cards .lp-card-heading {
    padding: 0 15px 1rem;
  }
  .lp-cards .lp-card-text {
    padding: 0 15px 1rem;
  }
  .lp-features {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .lp-features .lp-feature {
    flex: 0 0 100%;
    display: flex;
    margin-top: 0;
  }
  .lp-features .lp-feature > div {
    flex: 1 1;
  }
  .lp-features .lp-feature > div.lp-feature-icon {
    flex: 0 0 50px;
  }
  .lp-features .lp-feature > div > div {
    padding: 0 15px 1rem;
  }
  .lp-testimonials-circle:after {
    top: -60px;
    width: 250px;
    height: 250px;
  }
  .lp-testimonials {
    flex-wrap: nowrap;
    overflow-y: scroll;
  }
  .lp-testimonials .lp-testimonial {
    flex: 0 0 100%;
  }
  .hero-input {
    padding: 0;
    flex-direction: column;
    background-color: transparent;
  }
  .hero-input input[type="text"] {
    margin: 0;
    margin-bottom: 15px;
    padding: 10px;
    width: 100%;
    text-align: center;
  }
  .lp-header .col-img {
    padding: 0 45px 45px 45px;
  }
  .lp-header .col-img img {
    max-height: 280px;
  }
  .lp-header .container-flex {
    flex-direction: column-reverse;
    align-items: center;
  }
  .card {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .carousel .rail {
    display: flex;
    flex-wrap: wrap;
  }
  .carousel .item {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .carousel .partner {
    margin-bottom: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33%;
  }
  .carousel .partner img {
    max-width: 110px !important;
  }
  section p {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
  section.section-experts .carousel {
    margin-top: 20px;
  }
  section.section-experts .carousel .item {
    display: flex;
    width: 100%;
    height: 80px;
    flex: 0 0 100%;
  }
  section.section-experts .carousel .item .img-bg {
    flex: 0 0 80px;
    height: 80px;
  }
  section.section-experts .carousel .item .info {
    flex: 0 0 1;
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }
  section.section-experts .carousel .item .info .title {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  section.section-video h2,
  section.section-advice h2 {
    padding-top: 2rem;
  }
  section.section-video .container,
  section.section-advice .container {
    display: block;
  }
  section.section-video .container .col + .col,
  section.section-advice .container .col + .col {
    margin: 0 auto;
  }
}
