* {
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
}

.logo {
  height: 60px;
}

.navigation-menu {
  background-color: #fff;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.92);
}
.navigation-menu .nav-links li a {
  font-size: 15px !important;
  color: #171717 !important;
  font-weight: semi-bold !important;
}
.navigation-menu .nav-item {
  margin-right: 20px;
}
.navigation-menu .nav-buttons a.btn-left {
  background-color: #fff;
  font-size: 12px;
  color: #320E0E;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 25px;
  padding-right: 25px;
  border: 1px solid #F29C1F;
  margin-right: 15px;
}
.navigation-menu .nav-buttons a.btn-right {
  background-color: #F29C1F;
  font-size: 12px;
  color: #320E0E;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 25px;
  padding-right: 25px;
}

.banner_section .slide-content {
  background-size: cover;
  background-repeat: no-repeat;
}
.banner_section .slide-content .row {
  height: 100vh;
}
.banner_section .slide-content .row h1 {
  font-size: 70px;
  color: #532437;
  font-weight: bold;
  text-transform: capitalize;
  margin-top: 70px;
}
.banner_section .slide-content .row p {
  font-size: 22px;
  color: #171717;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.8;
}
.banner_section .slide-content .row a.btn {
  background-color: #F29C1F;
  font-size: 12px;
  color: #320E0E;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.banner_section .slide-content .row a.btn:hover {
  background-color: #532437;
  color: #fff;
}
.banner_section .slide-content .row a.btn svg {
  margin-right: 5px;
}

@media (max-width: 570px) {
  .banner_section .slide-content {
    background-position: bottom;
  }
  .banner_section .slide-content .row h1 {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
  }
  .banner_section .slide-content .row p {
    font-size: 14px;
    color: #171717;
    font-weight: 300;
    line-height: 1.8;
  }
  .banner_section .slide-content .row a.btn {
    background-color: #F29C1F;
    font-size: 12px;
    color: #320E0E;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .banner_section .slide-content .row a.btn:hover {
    background-color: #532437;
    color: #fff;
  }
  .banner_section .slide-content .row a.btn svg {
    margin-right: 5px;
  }
}
.development-section {
  padding-top: 70px;
  padding-bottom: 70px;
}
.development-section .title-area {
  margin-bottom: 30px;
}
.development-section .title-area h2 {
  font-size: 50px;
  color: #532437;
  font-weight: bold;
}
.development-section .title-area p {
  font-size: 18px;
  color: #17171791;
}
.development-section .items-row {
  margin-bottom: 50px;
}
.development-section .development-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  transition: all 0.2s ease;
}
.development-section .development-item .image {
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 350px;
  margin-right: 10px;
}
.development-section .development-item .text {
  width: 48%;
  padding: 20px;
}
.development-section .development-item .text h3 {
  font-weight: 300;
}
.development-section .development-item .text p {
  font-size: 16px;
  color: #17171791;
}
.development-section .development-item .text a {
  text-transform: uppercase;
  font-weight: bold;
  color: #532437;
  font-size: 14px;
}
.development-section .development-item .text a svg {
  margin-left: 5px;
}
.development-section .development-item:hover {
  background-color: #7fffd4;
  border-radius: 50px;
  padding-left: 0;
}

@media (max-width: 991px) {
  .development-section .title-area h2 {
    font-size: 30px;
    color: #532437;
    font-weight: bold;
  }
  .development-section .title-area p {
    font-size: 16px;
  }
  .development-section .development-item .image {
    width: 100%;
    margin-right: 0px;
  }
  .development-section .development-item .text {
    width: 100%;
    padding: 0px;
    padding-top: 20px;
  }
  .development-section .development-item .text h3 {
    font-size: 24px;
  }
  .development-section .development-item .text p {
    font-size: 16px;
    color: #17171791;
  }
}
@media (max-width: 575px) {
  .development-section {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .development-section .title-area h2 {
    font-size: 36px;
    color: #532437;
    font-weight: bold;
  }
  .development-section .courses, .development-section .innovation {
    margin-bottom: 50px;
  }
  .development-section .development-item .image {
    width: 100%;
    margin-right: 0px;
    background-position: bottom;
  }
  .development-section .development-item .text {
    width: 100%;
    padding: 0px;
    padding-top: 20px;
  }
  .development-section .development-item .text h3 {
    font-size: 24px;
  }
  .development-section .development-item .text p {
    font-size: 16px;
    color: #17171791;
  }
}
.statistics {
  padding-top: 200px;
  padding-bottom: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
.statistics .white-background {
  padding: 25px;
  background-color: #ffffff8c;
}
.statistics .white-background .stat-box {
  text-align: center;
  transition: all 0.3s ease;
  padding: 25px;
}
.statistics .white-background .stat-box h3 {
  color: #282828;
  font-size: 45px;
  font-weight: bold;
}
.statistics .white-background .stat-box p {
  color: #424242;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .statistics .stat-box h3 {
    font-size: 60px;
  }
  .statistics .stat-box p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .statistics .stat-box h3 {
    font-size: 40px;
  }
  .statistics .stat-box p {
    font-size: 16px;
  }
}
.home-leaderboard {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: rgba(242, 156, 31, 0.1);
  text-align: center;
}
.home-leaderboard .title-row {
  margin-bottom: 30px;
}
.home-leaderboard .title-row h2 {
  font-size: 50px;
  color: #532437;
  font-weight: bold;
}
.home-leaderboard .leaderboard table thead {
  background-color: #532437;
  color: #fff;
}
.home-leaderboard .leaderboard table thead tr th {
  font-weight: 300;
}
.home-leaderboard .leaderboard table tbody tr td {
  font-size: 14px;
}
.home-leaderboard .leaderboard table tbody tr td.teacher-details {
  text-align: left;
  vertical-align: middle;
}
.home-leaderboard .leaderboard table tbody tr td.teacher-details img {
  height: 50px;
  width: 50px;
  border-radius: 100%;
}
.home-leaderboard .leaderboard table tbody tr td.teacher-details .name-and-school h5 {
  font-size: 14px;
  margin-bottom: 0px;
}
.home-leaderboard .leaderboard table tbody tr td.teacher-details .name-and-school p {
  font-size: 14px;
  font-weight: 300;
}

.table-responsive::-webkit-scrollbar {
  -webkit-appearance: none;
}

.table-responsive::-webkit-scrollbar:vertical {
  width: 12px;
}

.table-responsive::-webkit-scrollbar:horizontal {
  height: 12px;
}

.table-responsive::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  border: 2px solid #ffffff;
}

.table-responsive::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff;
}

@media (max-width: 991px) {
  .home-leaderboard {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .home-leaderboard .title-row {
    margin-bottom: 20px;
  }
  .home-leaderboard .title-row h2 {
    font-size: 30px;
    color: #532437;
    font-weight: bold;
  }
  .home-leaderboard .leaderboard table thead tr th {
    font-size: 12px;
  }
  .home-leaderboard .leaderboard table tbody tr td {
    font-size: 12px;
  }
  .home-leaderboard .leaderboard table tbody tr td.teacher-details img {
    height: 50px;
    width: auto;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 15px;
  }
  .home-leaderboard .leaderboard table tbody tr td.teacher-details .name-and-school {
    display: inline-block;
  }
  .home-leaderboard .leaderboard table tbody tr td.teacher-details .name-and-school h5 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .home-leaderboard .leaderboard table tbody tr td.teacher-details .name-and-school p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0px;
  }
}
.home-testimonial {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: rgba(96, 60, 7, 0.1);
}
.home-testimonial .title-row {
  margin-bottom: 30px;
}
.home-testimonial .title-row h2 {
  font-size: 50px;
  color: #532437;
  font-weight: bold;
}
.home-testimonial .testimonial-slider .item {
  display: flex;
  background-color: azure;
  padding: 50px;
  border-radius: 10px;
}
.home-testimonial .testimonial-slider .item .image {
  align-self: center;
  width: 20%;
}
.home-testimonial .testimonial-slider .item .image img {
  border: 1px solid gray;
  width: 100%;
}
.home-testimonial .testimonial-slider .item .content {
  width: 80%;
  padding: 15px;
  align-self: center;
}
.home-testimonial .testimonial-slider .item .content .name {
  font-style: italic;
  font-weight: bold;
}

.schools {
  padding-top: 70px;
  padding-bottom: 70px;
}
.schools .title-row {
  margin-bottom: 30px;
}
.schools .title-row h2 {
  font-size: 50px;
  color: #532437;
  font-weight: bold;
}

@media (max-width: 991px) {
  .schools {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .schools .title-row {
    margin-bottom: 36px;
  }
  .schools .title-row h2 {
    font-size: 30px;
    color: #532437;
    font-weight: bold;
  }
}
.why-join-us {
  padding-top: 100px;
  padding-bottom: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(242, 156, 31, 0.1);
}
.why-join-us .title-row {
  margin-bottom: 30px;
}
.why-join-us .title-row h2 {
  font-size: 50px;
  color: #532437;
  font-weight: bold;
}
.why-join-us .title-row p {
  font-size: 30px;
  color: #171717;
  padding-top: 15px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
  color: #3a3a3a;
}
.why-join-us .why-join-block {
  text-align: center;
}
.why-join-us .why-join-block .block {
  background-color: #532437;
  padding: 25px;
  border-radius: 25px;
}
.why-join-us .why-join-block .block .icon img {
  height: 70px;
  width: auto;
}
.why-join-us .why-join-block .block h3 {
  color: #fff;
}
.why-join-us .why-join-block .block p {
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  font-size: 16px;
  color: #d9d9d9;
}

@media (max-width: 991px) {
  .why-join-us {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .why-join-us .title-row {
    margin-bottom: 30px;
  }
  .why-join-us .title-row h2 {
    font-size: 36px;
    color: #532437;
    font-weight: bold;
  }
  .why-join-us .title-row p {
    font-size: 16px;
    color: #171717;
  }
  .why-join-us .why-join-block {
    text-align: center;
  }
  .why-join-us .why-join-block .icon {
    margin-bottom: 20px;
  }
  .why-join-us .why-join-block .icon img {
    height: 70px;
    width: auto;
  }
  .why-join-us .why-join-block p {
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .why-join-us {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .why-join-us .title-row {
    margin-bottom: 30px;
  }
  .why-join-us .title-row h2 {
    font-size: 36px;
    color: #532437;
    font-weight: bold;
  }
  .why-join-us .title-row p {
    font-size: 16px;
    color: #171717;
  }
  .why-join-us .why-join-block {
    text-align: center;
    padding: 0px 50px;
  }
  .why-join-us .why-join-block .icon {
    margin-bottom: 20px;
  }
  .why-join-us .why-join-block .icon img {
    height: 70px;
    width: auto;
  }
  .why-join-us .why-join-block p {
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
  }
}
footer {
  background-color: #26282D;
  color: #fff;
}
footer .footer_top {
  padding-top: 25px;
}
footer .footer_top .social a {
  color: #fff;
  font-size: 24px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  footer .footer_top .social {
    text-align: center;
  }
}
footer .footer_top .top_footer_links a {
  color: #DADCE0;
  margin-right: 25px;
  font-weight: 300;
}
footer .footer_top .top_footer_links a:last-child {
  margin-right: 0px;
}
@media (max-width: 768px) {
  footer .footer_top .top_footer_links a {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  footer .footer_top .top_footer_links {
    text-align: center;
  }
}
footer .footer_middle {
  padding-top: 50px;
  padding-bottom: 50px;
}
footer .footer_middle .logo_block img {
  width: 100px;
}
footer .footer_middle .logo_block p {
  font-size: 12px;
  margin-top: 25px;
  color: #bbbbbb;
}
@media (max-width: 768px) {
  footer .footer_middle .links_block p.header, footer .footer_middle .support_block p.header {
    font-size: 14px;
  }
}
footer .footer_middle .links_block p a, footer .footer_middle .support_block p a {
  color: #bbbbbb;
  font-size: 12px;
}
@media (max-width: 768px) {
  footer .footer_middle .links_block p, footer .footer_middle .support_block p {
    margin-bottom: 5px;
  }
}
footer .footer_middle .contact_block p {
  font-size: 12px;
  color: #fff;
}
@media (max-width: 768px) {
  footer .footer_middle .contact_block {
    margin-top: 30px;
  }
}
footer .footer_middle .newsletter_block p {
  font-size: 12px;
  color: #fff;
}
footer .footer_middle .newsletter_block input[type=email] {
  font-size: 12px;
  background-color: #383838;
  border-color: #383838;
}
footer .footer_middle .newsletter_block input[type=submit] {
  background-color: #F29C1F;
  color: #000;
  border-color: #F29C1F;
  font-size: 12px;
}
@media (max-width: 768px) {
  footer .footer_middle .newsletter_block {
    margin-top: 30px;
  }
}
footer .footer_bottom {
  padding-top: 25px;
  background-color: #23252A;
}
footer .footer_bottom p {
  font-size: 12px;
  color: #fff;
}

/*# sourceMappingURL=bundle.css.map */
