@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600&display=swap");
body {
  font-family: 'Poppins', sans-serif;
  color: #333; }

.font-regular {
  font-weight: 400; }

.font-medium {
  font-weight: 500; }

.font-bold {
  font-weight: 600; }

.primary-color {
  color: #E7B222; }

a.primary-color:hover {
  color: #E7B222;
  opacity: 0.8; }

.secondary-color {
  color: #333; }

a.secondary-color:hover {
  color: #333;
  opacity: 0.8; }

.btn {
  border-radius: 3px;
  letter-spacing: 0.05em;
  transition: opacity .2s ease; }
  .btn:focus {
    box-shadow: none; }

.primary-btn {
  background: #E7B222;
  color: #fff;
  font-size: 18px;
  padding: 16px 30px; }
  .primary-btn:hover {
    color: #fff;
    opacity: 0.8; }

.secondary-btn {
  background: #333;
  color: #fff;
  font-size: 18px;
  padding: 14px 20px; }
  .secondary-btn:hover {
    color: #fff;
    opacity: 0.8; }

.relative {
  position: relative; }

.star-rating .star {
  display: inline-block;
  margin: 0 2px;
  width: 11px;
  height: 11px;
  background-size: cover;
  background-image: url("/public/images/homepage/icon/star.png"); }
.star-rating .star-full {
  background-image: url("/public/images/homepage/icon/star-full.png"); }

.flex-center {
  align-items: center;
  justify-content: center; }

.testimonials-arrows {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9; }
  .testimonials-arrows:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -9px;
    display: block;
    width: 18px;
    height: 18px;
    border: 3px solid #333;
    border-radius: 50%; }
  .testimonials-arrows .slick-arrow {
    position: relative;
    display: block;
    background: 0 0;
    border: none;
    padding: 0;
    font-size: 0;
    width: 18px;
    height: 11px;
    background-image: url("/public/images/homepage/icon/arrow-top.png");
    background-size: 100% 100%; }
    .testimonials-arrows .slick-arrow:not(.slick-disabled):hover {
      background-image: url("/public/images/homepage/icon/arrow-top-active.png"); }
    .testimonials-arrows .slick-arrow.slick-disabled {
      opacity: 0.2;
      cursor: default; }
  .testimonials-arrows .slick-prev {
    margin-bottom: 50px; }
  .testimonials-arrows .slick-next {
    transform: rotate(180deg); }

.pattern {
  position: relative;
  display: inline-block; }
  .pattern:after {
    content: '';
    position: absolute;
    top: 50%;
    background-size: 100% 100%;
    background-position: center; }

.z-pattern-right:after {
  width: 155px;
  height: 12px;
  left: 100%;
  margin-left: 98px;
  margin-top: -6px;
  background-image: url("/public/images/z-background.png"); }

.round-pattern-left:after {
  width: 179px;
  height: 9px;
  right: 100%;
  margin-right: 122px;
  margin-top: -4.5px;
  background-image: url("/public/images/round-background.png"); }

.round-background {
  width: 186px;
  height: 9px;
  background-image: url("/public/images/round-background.png");
  background-size: 100% 100%; }

.round-big-pattern {
  width: 227px;
  height: 17px;
  background-image: url("/public/images/round-background-big.png");
  background-size: 100% 100%; }

.round-pattern-white {
  width: 187px;
  height: 10px;
  background-image: url("/public/images/round-background-white.png");
  background-size: 100% 100%; }

.z-pattern {
  width: 155px;
  height: 12px;
  background-image: url("/public/images/z-background.png");
  background-size: 100% 100%; }

.z-pattern-white {
  width: 160px;
  height: 16px;
  background-image: url("/public/images/z-background-white.png");
  background-size: 100% 100%; }

.z-pattern-white-small {
  width: 181px;
  height: 14px;
  background-image: url("/public/images/z-background-white-small.png");
  background-size: 100% 100%; }

.z-rounded-pattern {
  width: 205px;
  height: 23px;
  background-image: url("/public/images/z-rounded-background.png");
  background-size: 100% 100%; }

.z-rounded-pattern-white {
  width: 233px;
  height: 25px;
  background-image: url("/public/images/z-rounded-background-white.png");
  background-size: 100% 100%; }

.z-rounded-pattern-small {
  width: 132px;
  height: 12px;
  background-image: url("/public/images/z-rounded-background-small.png");
  background-size: 100% 100%; }

.overflow-hidden {
  overflow: hidden; }

a {
  text-decoration: none !important; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 16px; }

video:focus,
button:focus,
textarea:focus,
input:focus {
  outline: none; }

.menu-block {
  height: 112px; }
  .menu-block .navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: inherit;
    background: #fff;
    z-index: 99;
    transition: all .3s ease; }
  .menu-block .nav-link {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    transition: all .3s ease; }
    .menu-block .nav-link:hover {
      color: #E7B222; }
    .menu-block .nav-link.dropdown-toggle:after {
      display: none; }
  .menu-block .secondary-btn {
    padding: 10px 20px;
    line-height: 1;
    transition: all .3s ease;
    font-size: 16px; }

  .menu-block .dropdown:hover .dropdown-menu {
  display: block; }

  .menu-block .dropdown-menu {
    border: none;
    border-radius: 0;
    padding: 3px 20px 10px;;
    text-align: center;
    margin-top: -2px;}
.menu-block .dropdown-menu:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  border-top: 2px solid #E7B222; }
    .menu-block .dropdown-menu a {
      font-size: 15px;
      padding: 10px 0;
      color: #333;
      transition: color .2s ease; }

      .menu-block .dropdown-menu a:hover {
        color: #E7B222; }

      .menu-block .dropdown-menu a:not(:last-child) {
        border-bottom: 2px solid #E7B222; }
  .menu-block .navbar-toggler svg {
    width: 35px; }
  .menu-block .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff; }
    .menu-block .navbar-collapse .container {
      padding-bottom: 15px; }
  .menu-block.menu-small .navbar {
    height: 80px;
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.3); }
  .menu-block.menu-small .nav-link,
  .menu-block.menu-small .secondary-btn {
    font-size: 15px; }

.footer {
  font-size: 15px;
  line-height: 1.66; }
  .footer h6 {
    margin-bottom: 16px; }
  .footer iframe {
    margin-top: 25px;
    width: 100%;
    height: 110px;
    border: 0; }
  .footer .description {
    margin: 15px 0 50px; }
  .footer .socials {
    margin: 0 -16px -16px; }
  .footer .social-item {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background: #333;
    margin: 0 16px 16px; }
  .footer .m-top {
    margin-top: 30px; }
  .footer .nav-link {
    padding: 0;
    line-height: 2;
    color: #333; }
  .footer .info-address {
    margin-bottom: 20px; }
    .footer .info-address img {
      width: 10px;
      margin-right: 12px; }
  .footer .media {
    margin-bottom: 26px; }
    .footer .media img {
      width: 102px;
      height: 102px;
      margin-right: 10px; }
    .footer .media p {
      font-size: 14px;
      line-height: 1.5;
      margin-bottom: 5px; }
  .footer .copyright {
    padding: 40px 0 20px; }

.banner {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 70px 0;
  margin-bottom: 65px;
  color: #fff; }
  .banner h1 {
    font-size: 30px;
    margin-bottom: 16px; }
  .banner p {
    font-size: 18px;
    line-height: 1.48;
    margin-bottom: 41px; }
  .banner:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3); }

.tutorials {
  margin-bottom: 60px; }
  .tutorials video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%; }
    .tutorials video[controls]:hover {
      z-index: 2; }
  .tutorials h6 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 17px;
    height: 60px;
    overflow: hidden; }
  .tutorials hr {
    width: 85%;
    margin: 13px auto 17px; }
  .tutorials a {
    font-size: 15px;
    color: #212121; }
  .tutorials .nav-pills {
    margin: 50px 0 40px; }
    .tutorials .nav-pills .nav-link {
      font-size: 16px;
      padding: 0px 7px 10px;
      color: #212121; }
      .tutorials .nav-pills .nav-link.active, .tutorials .nav-pills .nav-link:hover {
        background-color: transparent;
        color: #E7B222; }
  .tutorials .video-box {
    border: 1px solid #E8E8E8;
    margin-bottom: 15px; }
  .tutorials .video-container {
    height: 185px; }
  .tutorials .video-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); }
  .tutorials .play-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    margin-left: -22px;
    background-image: url("/public/images/homepage/icon/play.png");
    background-size: cover;
    cursor: pointer; }
  .tutorials .video-author {
    margin-top: -40px;
    padding: 4px 22px;
    border-bottom: 1px solid #E8E8E8;
    border-bottom: inherit; }
  .tutorials .media-image {
    width: 80px;
    height: 80px;
    margin-right: 24px;
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat; }
  .tutorials .media-body {
    font-size: 18px;
    color: #212121;
    align-self: flex-end;
    padding-bottom: 12px; }
  .tutorials .video-description {
    max-width: 296px;
    padding: 53px 0 13px; }

.relevant-content .relevant-box {
  margin-top: 50px;
  margin-bottom: 70px; }
  .relevant-content .relevant-box > div {
    margin-bottom: 24px; }
.relevant-content .box {
  background-size: cover;
  background-position: center;
  height: 194px; }
  .relevant-content .box:hover .box-title {
    height: 100%;
    color: #E7B222;
    font-weight: 600;
    border-bottom-width: 5px; }
.relevant-content .box-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 85px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 25px;
  padding: 10px 15px;
  border-bottom: 0px solid #E7B222;
  transition: border .3s ease, height .3s ease; }

.currated-sources {
  margin-bottom: 100px; }
  .currated-sources .slick-sources {
    margin: 40px 0 35px; }
  .currated-sources .slick-track {
    display: flex;
    align-items: center; }
  .currated-sources .slick-slide {
    padding: 0 50px; }
  .currated-sources .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    padding: 0;
    background: 0 0;
    border: none;
    width: 10px;
    height: 18px;
    background-image: url("/public/images/homepage/icon/arrow-right.png");
    background-size: 100% 100%;
    overflow: hidden;
    font-size: 0;
    z-index: 9; }
    .currated-sources .slick-arrow.slick-disabled {
      opacity: 0.2;
      cursor: default; }
    .currated-sources .slick-arrow:not(.slick-disabled):hover {
      background-image: url("/public/images/homepage/icon/arrow-right-active.png"); }
  .currated-sources .slick-prev {
    left: 0;
    transform: rotate(180deg); }
  .currated-sources .slick-next {
    right: 0; }

.join-our-community {
  padding: 70px 0;
  margin-bottom: 70px;
  background-size: cover;
  background-position: center;
  color: #fff; }
  .join-our-community:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.48); }
  .join-our-community .text-big {
    font-size: 28px; }
  .join-our-community .max-w {
    line-height: 1.5; }
  .join-our-community .counter {
    font-size: 34px; }
  .join-our-community .item {
    width: 100%; }

.testimonials .slick-testimonials {
  margin: 54px 0 100px; }
.testimonials .media {
  padding-right: 30px;
  flex-wrap: wrap; }
  .testimonials .media img {
    width: 200px;
    height: 200px;
    margin: 0 auto 20px;
    border-bottom: 5px solid #E7B222; }
  .testimonials .media h6 {
    margin: 22px 0 0; }
.testimonials .media-body {
  padding: 35px 43px 0;
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  flex: auto; }
  .testimonials .media-body:before, .testimonials .media-body:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 32px;
    background-image: url("/public/images/homepage/icon/two-quotes.png");
    background-size: 100% 100%; }
  .testimonials .media-body:before {
    top: 0;
    left: 0; }
  .testimonials .media-body:after {
    bottom: 0;
    right: 0;
    transform: rotate(180deg); }

.why-us {
  margin-bottom: 80px; }
  .why-us > .row {
    margin-left: -10px;
    margin-right: -10px; }
    .why-us > .row > div {
      padding-left: 10px;
      padding-right: 10px; }
  .why-us .row {
    margin-top: 60px;
    margin-bottom: 30px; }
  .why-us .media {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 35px; }
    .why-us .media img {
      width: 140px;
      margin-right: 22px; }

.meet-our-teacher {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 150px 0;
  margin-bottom: 100px;
  font-size: 25px;
  color: #fff;
}
  .meet-our-teacher:before {
    content: '';
    background: rgba(0, 0, 0, 0.37);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .meet-our-teacher .primary-btn {
    font-size: 20px;
    height: 60px;
    margin-top: 30px; }

.testimonials-company {
  margin-bottom: 120px; }
  .testimonials-company .slick-track {
    display: flex; }
  .testimonials-company .item {
    height: auto; }
    .testimonials-company .item:nth-child(even) > div {
      float: right;
      margin-right: 18px; }
    .testimonials-company .item:not(.slick-active) {
      height: 0; }
    .testimonials-company .item > div,
    .testimonials-company .item .box {
      height: 100%; }
  .testimonials-company .item-small {
    max-width: 92%; }
  .testimonials-company .item-big {
    max-width: 92%; }
  .testimonials-company .box {
    padding: 0 15px 20px;
    border-bottom: 3px solid #E7B222;
    font-size: 16px;
    line-height: 1.6; }
  .testimonials-company .company-logo {
    height: 58px;
    margin-bottom: 38px; }
    .testimonials-company .company-logo img {
      max-height: 58px; }
  .testimonials-company .quote {
    position: relative;
    padding: 15px 55px; }
    .testimonials-company .quote:before, .testimonials-company .quote:after {
      content: '';
      position: absolute;
      width: 34px;
      height: 30px;
      background-image: url("/public/images/homepage/icon/two-quotes-small.png");
      background-size: 100% 100%; }
    .testimonials-company .quote:before {
      top: 0;
      left: 0; }
    .testimonials-company .quote:after {
      bottom: 0;
      right: 0;
      transform: rotate(180deg); }

.about-us-title {
  margin: 30px 0 40px; }

.about-us-description {
  font-size: 16px;
  padding-top: 100px;
  margin-bottom: 70px; }
  .about-us-description:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 135px;
    width: 50%;
    background: rgba(231, 178, 34, 0.75); }
  .about-us-description:after {
    content: '';
    position: absolute;
    top: 45px;
    right: 15%;
    width: 196px;
    height: 10px;
    background-size: 100% 100%;
    background-image: url("/public/images/round-background.png"); }
  .about-us-description .box {
    padding: 40px;
    background: #fff;
    border: 1px solid #E8E8E8; }
    .about-us-description .box:before {
      content: '';
      position: absolute;
      top: 0;
      right: 100%;
      margin-right: 154px;
      width: 155px;
      height: 12px;
      background-size: 100% 100%;
      background-image: url("/public/images/z-background-white.png"); }
    .about-us-description .box:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 100%;
      margin-left: 168px;
      width: 160px;
      height: 16px;
      background-size: 100% 100%;
      background-image: url("/public/images/z-background.png"); }

.about-us-blogs {
  margin-bottom: 40px; }
  .about-us-blogs .box {
    padding: 5px;
    margin-bottom: 40px;
    height: 80px;
    border-left: 21px solid #E7B222;
    background: #1C1C1C; }

.investors-banner {
  padding: 28px 0;
  margin: 40px 0 60px;
  background-size: cover;
  background-position: center; }
  .investors-banner h1 {
    margin-bottom: 50px; }
  .investors-banner .box {
    max-width: 1000px;
    padding: 30px 15px 40px;
    border: 1px solid #E8E8E8;
    background: #fff;
    font-size: 16px; }
  .investors-banner .blue-color {
    color: #143D61; }
  .investors-banner .donwload-report {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-top: 80px;
    margin-right: -42px;
    padding: 5px 8px;
    height: 36px;
    border-radius: 3px;
    background: #E7B222;
    font-size: 14px;
    color: #fff; }
    .investors-banner .donwload-report:before {
      content: '';
      display: block;
      width: 50px;
      height: 50px;
      position: absolute;
      right: 100%;
      margin-right: -8px;
      border: 5px solid #E7B222;
      border-radius: 50%;
      background: #fff url("/public/images/homepage/icon/report.png") center no-repeat;
      background-size: 50%; }

.faq-title {
  margin: 50px 0 60px; }

.faq-slider {
  margin-bottom: 70px;
  font-size: 16px; }
  .faq-slider .small-item,
  .faq-slider .slider {
    width: 100%; }
  .faq-slider .small-item {
    background: rgba(231, 178, 34, 0.75);
    padding: 40px 20px; }
    .faq-slider .small-item h4 {
      color: #fff;
      margin-bottom: 15px; }
  .faq-slider .slider {
    border: 2px solid rgba(231, 178, 34, 0.75);
    padding: 40px 20px 90px; }
  .faq-slider .box {
    max-width: 590px; }
  .faq-slider .slick-arrow {
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    height: 64px;
    font-size: 0;
    background: #fff;
    border: 1.5px solid #EBCB5B;
    background-image: url("/public/images/homepage/icon/arrow-right.png");
    background-size: 11px 18px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 9; }
  .faq-slider .slider-right .slick-arrow {
    transform: rotate(180deg); }

.contact-container {
  padding: 0 15px; }

.contact-title {
  margin-bottom: 30px;
  color: #fff; }

.contact-form {
  margin-top: 30px;
  padding-top: 30px; }
  .contact-form:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: #333; }
  .contact-form .box-form {
    max-width: 1632px;
    padding: 40px 15px 35px;
    background: #fff;
    border: 1px solid #E8E8E8; }
  .contact-form .media {
    flex-wrap: wrap;
    font-size: 18px; }
    .contact-form .media:not(:last-child) {
      margin-bottom: 65px; }
    .contact-form .media img {
      margin-right: 15px; }
  .contact-form .media-body {
    width: 100%;
    flex-basis: 100%; }
    .contact-form .media-body div {
      margin-top: 14px; }
  .contact-form .form-group {
    margin-bottom: 40px;
    max-width: 510px; }
    .contact-form .form-group input,
    .contact-form .form-group textarea {
      width: 100%;
      padding: 0 10px 9px;
      font-size: 18px;
      border: none;
      border-bottom: 1px solid #C8C8C8;
      color: #707070; }
    .contact-form .form-group label {
      font-size: 18px;
      margin-left: 10px; }
  .contact-form .btn-submit {
    width: 100%;
    max-width: 642px;
    height: 60px;
    font-size: 18px;
    color: #fff;
    background: #E7B222; }
    .contact-form .btn-submit:hover {
      opacity: 0.8; }

.contact-map {
  margin: 50px 0 60px; }
  .contact-map iframe {
    width: 100%;
    height: 465px;
    border: none; }

.team-title {
  margin-top: 50px;
  margin-bottom: 60px; }

.team-banner {
  padding-top: 100px;
  margin-bottom: 65px; }
  .team-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 73%;
    background: #EDC559; }
  .team-banner:after {
    content: '';
    position: absolute;
    top: 100px;
    right: 0;
    width: 270px;
    height: 64.5%;
    background-size: cover;
    background-image: url("/public/images/team-banner-small.jpg");
    z-index: 0; }
  .team-banner .box {
    max-width: 1360px;
    padding: 30px 20px;
    background: #fff;
    border: 1px solid #E8E8E8;
    font-size: 16px;
    line-height: 1.55;
    z-index: 2; }
  .team-banner .z-pattern-white {
    position: absolute;
    top: 40%;
    left: 0; }
  .team-banner .round-big-pattern {
    position: absolute;
    top: 0;
    right: 5px; }

.team-profile .box-profile {
  padding: 30px 10px 50px; }
.team-profile .profile-description {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 25px 20px;
  background: rgba(51, 51, 51, 0.98);
  border-radius: 3px;
  font-size: 15px;
  color: #fff;
  overflow: auto;
  z-index: 2;
  opacity: 0;
  transition: opacity .3s ease; }
  .team-profile .profile-description:hover {
    opacity: 1; }
  .team-profile .profile-description h6 {
    margin: 10px 0 46px; }
.team-profile .z-rounded-pattern {
  position: absolute;
  top: 0;
  left: 0; }

.menu-half-black {
  position: relative; }
  .menu-half-black .navbar > div {
    position: relative;
    z-index: 2; }
  .menu-half-black .navbar:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff; }
  .menu-half-black .navbar:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0; }

.menu-half-black .navbar:after,
.login-body:before {
  width: 50%;
  background: #333; }

.login-body {
  min-height: calc(100vh - 112px);
  padding: 15px; }
  .login-body:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0; }
  .login-body input {
    width: 100%;
    margin-bottom: 24px;
    padding: 8px 17px;
    font-size: 15px;
    border: 1px solid #E8E8E8; }
  .login-body small {
    font-size: 12px; }
  .login-body .box {
    width: 100%;
    max-width: 500px;
    background: #fff;
    border: 1px solid #E8E8E8;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16); }
  .login-body .nav {
    border: 1px solid #E8E8E8; }
  .login-body .nav-link {
    padding: 16px 5px;
    font-size: 15px;
    color: #333; }
    .login-body .nav-link.active {
      font-weight: 500;
      background: #E8E8E8; }
  .login-body .tab-content {
    padding: 32px 20px 44px; }
  .login-body .btn-login {
    width: 100%;
    height: 40px;
    font-size: 15px;
    background: #333;
    color: #fff; }
  .login-body .remember-forgot {
    padding: 8px 0 36px; }
  .login-body .custom-checkbox * {
    cursor: pointer; }
  .login-body .custom-checkbox .custom-control-label {
    line-height: 23px; }
    .login-body .custom-checkbox .custom-control-label:before, .login-body .custom-checkbox .custom-control-label:after {
      border-radius: 0;
      width: 11px;
      height: 11px;
      top: 7px; }
  .login-body .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #fff;
    border-color: #E8E8E8; }
  .login-body .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("/public/images/homepage/icon/check-mark.svg");
    background-size: 13px 10px;
    left: -1.3rem; }
  .login-body .custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none; }
  .login-body .signup .custom-control-label {
    font-size: 15px;
    margin-bottom: 30px; }
  .login-body .signup .btn-login {
    height: 40px; }
  .login-body .round-pattern-white {
    position: absolute;
    top: 40px;
    left: 22%; }
  .login-body .z-rounded-pattern-white {
    position: absolute;
    top: 50%;
    left: 0; }
  .login-body .z-rounded-pattern-small {
    position: absolute;
    top: 100px;
    right: 20%; }
  .login-body .z-pattern-white-small {
    position: absolute;
    left: 30%;
    bottom: 10%; }
  .login-body .round-background {
    position: absolute;
    right: 20%;
    bottom: 8%; }
  .login-body .z-pattern {
    position: absolute;
    top: 62%;
    right: -65px; }

.g-recaptcha {
  transform-origin: 0 0; }
  .g-recaptcha > div {
    margin: auto; }
  @media (max-width: 767px) {
    .g-recaptcha {
      transform: none !important;
      height: auto !important; } }

.fb-login {
  background: #3D5993;
  color: #fff;
  font-size: 15px;
  text-align: center;
  padding: 9px 5px;
  cursor: pointer; }

.fb-login:hover {
  color: #fff;
  opacity: 0.8; }

.google-login {
  background: #dc3545;
  color: #fff;
  font-size: 15px;
  text-align: center;
  padding: 9px 5px;
  cursor: pointer; }

.google-login:hover {
  color: #fff;
  opacity: 0.8; }


  .fb-login img {
    height: 12px;
    margin-right: 19px; }


.black-bg-title {
  margin: 78px 0;
  padding: 28px 0;
  color: #fff; }

.black-bg-title:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80%;
  background: #333; }


.title-half-bg {
  position: relative;
  padding: 28px 0; }

.title-half-bg:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  background: #EDC559; }

.title-half-bg.half-bg-left:before {
  left: 0; }

.title-half-bg.half-bg-right:before {
  right: 0; }

.sources-collapse {
  padding-top: 20px;
  text-align: center; }

.sources-collapse .row > div {
  margin-top: 40px;
  margin-bottom: 40px; }

.collape-btn {
  background: #fff;
  border: none;
  width: 52px;
  height: 52px;
  border: 1.5px solid #EBCB5B;
  margin-bottom: 87px; }

.collape-btn:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 9px;
  margin-top: -4.5px;
  margin-left: -7.5px;
  background-image: url("/public/images/homepage/icon/arrow-bottom.png");
  background-size: 100% 100%;
  transition: transform .3s ease; }

.collape-btn[aria-expanded="true"]:before {
  transform: rotate(180deg); }

.terms-of-use-title {
  margin-top: 55px; }

.terms-of-use-description {
  padding: 80px 0 30px; }

.terms-of-use-description p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5; }

.terms-of-use-description a {
  color: #EDC559; }

.terms-of-use-description .bg-1 {
  top: 14.7%;
  left: 2.8%; }

.terms-of-use-description .bg-2 {
  top: 35.5%;
  right: 5.5%; }

.terms-of-use-description .bg-3 {
  top: 62.5%;
  left: 50%;
  transform: translateX(-50%); }

.terms-of-use-description .bg-4 {
  top: 80.7%;
  left: 18px; }

.bg-hat-grey, .bg-hat-yellow {
  position: absolute;
  background-size: 100% 100%; }

.bg-hat-grey {
  width: 429px;
  height: 532px;
  background-image: url("/public/images/homepage/icon/bg-hat-light-grey.png"); }

.bg-hat-yellow {
  width: 290px;
  height: 359px;
  background-image: url("/public/images/homepage/icon/bg-hat-light-yellow.png"); }

.forgot-container {
  min-height: calc(100vh - 112px);
  font-size: 15px;
  padding: 45px 0; }

.forgot-container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  background: #EDC559; }

.forgot-container .box {
  margin-top: 96px;
  max-width: 607px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }

.forgot-container .box-header {
  padding: 16px 5px;
  background: #E8E8E8; }

.forgot-container .box-input {
  padding: 48px 32px; }

.forgot-container input {
  width: 100%;
  border: 1px solid #ECECEC;
  font-size: 15px;
  color: #303030;
  /*padding: 20px 22px;*/
  margin-bottom: 15px; }

.forgot-container .btn {
  width: 100%;
  height: 48px;
  border-radius: 0;
  background: #D9534F;
  color: #fff;
  margin-top: 5px; }

@media (min-width: 365px) {
  .investors-banner .donwload-report {
    font-size: 16px;
    height: 40px;
    padding: 5px 10px;
    margin-right: -50px; }
    .investors-banner .donwload-report:before {
      width: 60px;
      height: 60px;
      margin-right: -10px; } }
@media (min-width: 768px) {
  h4 {
    font-size: 30px; }

  h5 {
    font-size: 24px; }

  h6 {
    font-size: 18px; }
  .menu-block .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .3rem;
    padding-left: .3rem; }
  .menu-block .navbar-brand {
    max-width: 172px; }
  .menu-block .nav-link {
    font-size: 13px; }
  .menu-block .navbar-collapse {
    position: initial;
    padding-bottom: 0; }
  .menu-block .secondary-btn {
    margin-left: 10px;
    padding: 10px ;
    font-size: 13px; }
  .menu-block .dropdown-menu {
    width: 75%;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 41px; }
  .menu-block.menu-small .dropdown-menu {
    padding-top: 25px; }
  .menu-block.menu-small .nav-link, .menu-block.menu-small .secondary-btn {
    font-size: 13px; }
  .banner {
    padding: 160px 0;
    margin-bottom: 84px; }

  .tutorials {
    margin-bottom: 120px; }

  .relevant-content .relevant-box {
    margin-top: 76px; }

  .currated-sources {
    margin-bottom: 156px; }
    .currated-sources .slick-sources {
      margin: 80px 0 70px; }

  .join-our-community {
    margin-bottom: 164px;
    padding: 124px 0; }
    .join-our-community .item {
      width: auto; }
    .join-our-community .max-w {
      max-width: 334px; }

  .testimonials .slick-testimonials {
    margin: 84px 0 206px; }

  .meet-our-teacher {
    padding: 200px 0;
    margin-bottom: 160px;
    font-size: 35px; }

  .testimonials-company {
    margin-bottom: 182px; }

  .about-us-title {
    margin: 60px 0 80px; }

  .about-us-description {
    font-size: 18px;
    margin-bottom: 100px; }

  .about-us-blogs .box {
    margin-bottom: 80px; }

  .investors-banner {
    margin: 65px 0 106px; }
    .investors-banner .box {
      padding: 50px 40px 60px;
      font-size: 18px; }
    .investors-banner .donwload-report {
      font-size: 22px;
      padding: 5px 32px;
      height: 82px;
      margin-right: -92px; }
      .investors-banner .donwload-report:before {
        width: 112px;
        height: 112px;
        margin-right: -20px; }

  .faq-title {
    margin: 60px 0 80px; }

  .faq-slider {
    margin-bottom: 100px;
    font-size: 18px; }
    .faq-slider .small-item,
    .faq-slider .slider {
      padding: 80px 50px 90px; }

  .contact-container {
    padding: 0 38px; }

  .contact-title {
    margin-bottom: 52px; }

  .contact-form {
    margin-top: 78px;
    padding-top: 60px; }
    .contact-form .form-group {
      margin-bottom: 66px; }
      .contact-form .form-group input,
      .contact-form .form-group textarea {
        font-size: 22px; }
      .contact-form .form-group label {
        font-size: 25px; }
    .contact-form .btn-submit {
      height: 82px;
      font-size: 25px; }
    .contact-form .box-form {
      padding: 56px 50px 45px; }
    .contact-form .media {
      flex-wrap: nowrap;
      font-size: 20px; }
    .contact-form .media-body {
      width: auto;
      flex-basis: 0%; }

  .contact-map {
    margin: 50px 0 122px; }

  .team-banner:after {
    width: 652px;
    height: 71.5%; }
  .team-banner .box {
    padding: 80px 60px;
    font-size: 20px; }

  .menu-half-black.menu-block .navbar,
  .menu-half-black.menu-block .navbar-collapse {
    background: transparent; }

  .menu-half-black .navbar:after, .login-body:before {
    width: 29%; }

  .login-body .signup .btn-login {
    height: calc(100% - 2px); }

  .black-bg-title:before {
    width: 65%; }

  .terms-of-use-description p {
    font-size: 20px; }
}

@media (min-width: 992px) {
  .primary-btn {
    font-size: 25px;
    padding: 16px 30px; }

  .secondary-btn {
    font-size: 20px;
    padding: 14px 23px; }
  .menu-block .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }
  .menu-block .navbar-brand {
    max-width: 215px; }
  .menu-block .nav-link {
    font-size: 16px; }
  .menu-block .secondary-btn {
    margin-left: 15px;
    padding: 10px 20px;
    font-size: 16px; }
  .menu-block .dropdown-menu {
    padding-top: 38px; }

  .menu-block.menu-small .dropdown-menu {
    padding-top: 24px; }

  .footer .copyright {
    padding: 118px 0 20px; }

  .banner {
    padding: 295px 0; }
    .banner h1 {
      font-size: 57px; }
    .banner p {
      font-size: 24px;
      max-width: 720px; }

  .tutorials {
    margin-bottom: 160px; }
    .tutorials .nav-pills {
      margin: 85px 0 75px; }
      .tutorials .nav-pills .nav-link {
        font-size: 18px;
        padding: 0px 7px; }

  .join-our-community h4 {
    font-size: 36px; }
  .join-our-community .text-big {
    font-size: 47px; }
  .join-our-community .counter {
    font-size: 60px; }

  .testimonials .media {
    flex-wrap: nowrap; }
    .testimonials .media img {
      width: 250px;
      height: 250px;
      margin: 0 30px 0 0; }
    .testimonials .media h6 {
      margin: 58px 0 0; }
  .testimonials .media-body {
    padding: 45px 105px 0;
    font-size: 18px;
    width: auto;
    flex: 1; }
    .testimonials .media-body:after {
      width: 50px;
      height: 42px; }

  .why-us {
    margin-bottom: 100px; }
    .why-us .row {
      margin-top: 155px;
      margin-bottom: 117px; }

  .meet-our-teacher {
    padding: 300px 0;
    font-size: 45px; }

  .testimonials-company .box {
    padding: 0 40px 40px;
    font-size: 20px; }
  .testimonials-company .item-big .box {
    font-size: 20px;
    line-height: 1.5; }

  .about-us-title {
    margin: 85px 0 105px; }

  .about-us-description {
    font-size: 25px;
    padding-top: 213px;
    margin-bottom: 150px; }
    .about-us-description .box {
      padding: 88px 123px 55px;
      max-width: 1356px;
      background: #fff;
      border: 1px solid #E8E8E8; }
    .about-us-description:after {
      top: 75px; }

  .about-us-blogs {
    margin-bottom: 104px; }

  .investors-banner h1 {
    font-size: 40px;
    margin-bottom: 100px; }
  .investors-banner .box {
    padding: 106px 90px 110px;
    font-size: 20px; }
  .investors-banner .donwload-report {
    font-size: 29px; }

  .faq-title {
    margin: 112px 0 134px; }

  .faq-slider {
    margin-bottom: 134px; }
    .faq-slider .small-item {
      width: 40%; }
    .faq-slider .slider {
      width: 60%; }
    .faq-slider .slick-arrow {
      top: 50%;
      right: 0;
      left: initial;
      bottom: initial;
      margin-right: -32px;
      margin-top: -32px; }
    .faq-slider .slider-right .slick-arrow {
      right: initial;
      left: 0;
      margin-left: -32px;
      margin-right: 0; }

  .contact-form:before {
    width: 75%; }

  .contact-map {
    margin: -148px 0 122px; }

  .team-title {
    margin-top: 80px;
    margin-bottom: 105px; }

  .team-banner .box {
    font-size: 30px; }

  .team-profile .box-profile {
    margin-bottom: 100px; }

  .menu-half-black .navbar:after,
  .login-body:before {
    width: 40%; }


  .black-bg-title:before {
    width: 62%; }
}
@media (min-width: 1200px) {

  h4 {
    font-size: 35px; }

  h5 {
    font-size: 28px; }

  h6 {
    font-size: 20px; }

  /*.menu-block .nav-link {
    font-size: 20px; }
  .menu-block .secondary-btn {
    font-size: 20px;
    padding: 12px 36px; }
  .menu-block.menu-small .nav-link,
  .menu-block.menu-small .secondary-btn {
    font-size: 18px; }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 14px;
    padding-left: 14px; }*/

  .tutorials {
    margin-bottom: 200px; }
    .tutorials .nav-pills .nav-link {
      font-size: 20px;
      padding: 0 15px; }

  .testimonials .media img {
    margin-right: 88px; }
  .testimonials .media-body {
    padding: 52px 105px 0;
    max-width: 860px;
    font-size: 22px; }
    .testimonials .media-body:before, .testimonials .media-body:after {
      width: 60px;
      height: 52px; }

  .why-us .media {
    font-size: 20px; }
    .why-us .media img {
      width: 165px;
      margin-right: 28px; }

  .testimonials-company .box {
    font-size: 25px; }

  .about-us-title {
    font-size: 40px; }

  .about-us-blogs > .row {
    margin-left: -80px;
    margin-right: -80px; }
    .about-us-blogs > .row > div {
      padding-left: 80px;
      padding-right: 80px; }

  .faq-title {
    font-size: 40px; }

  .faq-slider {
    font-size: 20px; }
    .faq-slider h4 {
      font-size: 30px; }
    .faq-slider .small-item,
    .faq-slider .slider {
      padding: 170px 50px 220px; }

  .contact-title {
    font-size: 40px; }

  .team-title {
    font-size: 40px; }

  .team-banner {
    padding-top: 210px; }
    .team-banner:after {
      top: 210px; }
    .team-banner .box {
      max-width: 1360px;
      padding: 188px 152px 242px; }

  .menu-half-black .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 12px;
    padding-left: 12px; }

  .menu-half-black .navbar:after,
  .login-body:before {
    width: 36%; }
  .black-bg-title h1 {
    font-size: 35px; }
  .terms-of-use-description h5 {
    font-size: 25px; }

}
@media (min-width: 1520px) {
  .big-container {
    max-width: 1550px; }
  .menu-block .nav-link {
    font-size: 20px; }

  .menu-block .secondary-btn {
    font-size: 20px;
    padding: 12px 36px; }
  .menu-block .dropdown-menu {
    padding-top: 35px; }
  .menu-block.menu-small .nav-link, .menu-block.menu-small .secondary-btn {
    font-size: 18px; }
  .menu-block.menu-small .dropdown-menu {
    padding-top: 20px; }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 14px;
    padding-left: 14px; }
  .footer .container > .row {
    margin-left: -40px;
    margin-right: -40px; }
    .footer .container > .row > div {
      padding-left: 40px;
      padding-right: 40px; }
  .footer .media p {
    font-size: 18px; }

  .tutorials .tab-pane > .row {
    margin-left: -33px;
    margin-right: -33px; }
    .tutorials .tab-pane > .row > div {
      padding-left: 33px;
      padding-right: 33px; }
  .tutorials .nav-pills .nav-link {
    font-size: 25px;
    padding: 0 25px; }

  .relevant-content > .row {
    margin-left: -46px;
    margin-right: -46px; }
    .relevant-content > .row > div {
      padding-left: 46px;
      padding-right: 46px; }

  .testimonials .media {
    padding-right: 0; }

  .why-us .media {
    font-size: 25px; }

  .testimonials-company .item-small {
    max-width: 77%; }
  .testimonials-company .item-big {
    max-width: 88.5%; }

  .about-us-blogs > .row {
    margin-left: -155px;
    margin-right: -155px; }
    .about-us-blogs > .row > div {
      padding-left: 155px;
      padding-right: 155px; }

  .contact-form .box-form {
    padding: 56px 94px 45px; }
    .contact-form .box-form > .row {
      margin-left: -80px;
      margin-right: -80px; }
      .contact-form .box-form > .row > div {
        padding-left: 80px;
        padding-right: 80px; }

  .team-profile .profile-description {
    padding: 48px 56px; } }
@media (min-width: 1560px) {
  .menu-half-black .navbar:after,
  .login-body:before {
    width: 50%; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-duration: 1s; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/*# sourceMappingURL=app.css.map */
.alert{
  width: 100%;
}