@charset "UTF-8";
.accordion-section {
  display: block;
}

.accordion__list .accordion__list-title {
  width: 100%;
  display: block;
  background: #FFFFFF;
  background-color: #FFFFFF;
  box-shadow: none;
  border: 0;
  text-align: left;
  outline: none;
  color: #0D1523;
  padding: 0;
  padding-left: 28px;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
  border-top: 1px solid #E3EBF6;
  font-size: 1.1rem;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}
.accordion__list .accordion__list-title:before {
  content: "\e92e";
  font-family: "Feather" !important;
  display: block;
  position: absolute;
  top: 16px;
  left: 0px;
}
.accordion__list .accordion__list-title.active:before {
  transform: rotate(180deg);
}
.accordion__list .accordion__list-title:hover {
  padding-left: 36px;
}
.accordion__list .accordion__list-content {
  display: none;
  padding: 16px 0px;
  padding-bottom: 6px;
  border-top: 1px solid #E3EBF6;
}
.accordion__list .accordion__list-content.active {
  display: block;
}
.accordion__list:last-child .accordion__list-title {
  border-bottom: 1px solid #E3EBF6;
}
.accordion__list:last-child .accordion__list-content {
  border-top: 0px;
  border-bottom: 1px solid #E3EBF6;
}

@font-face {
  font-family: "Cerebri Sans";
  src: url("../fonts/cerebrisans/cerebrisans-regular.eot");
  src: url("../fonts/cerebrisans/cerebrisans-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/cerebrisans/cerebrisans-regular.woff") format("woff"), url("../fonts/cerebrisans/cerebrisans-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cerebri Sans";
  src: url("../fonts/cerebrisans/cerebrisans-medium.eot");
  src: url("../fonts/cerebrisans/cerebrisans-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/cerebrisans/cerebrisans-medium.woff") format("woff"), url("../fonts/cerebrisans/cerebrisans-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cerebri Sans";
  src: url("../fonts/cerebrisans/cerebrisans-semibold.eot");
  src: url("../fonts/cerebrisans/cerebrisans-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/cerebrisans/cerebrisans-semibold.woff") format("woff"), url("../fonts/cerebrisans/cerebrisans-semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
}

body {
  font-size: 16px;
  line-height: 1.4;
  background: #FFFFFF;
  overflow-x: hidden;
}

.container-fluid-gap {
  padding-left: 4rem;
  padding-right: 4rem;
}
@media screen and (max-width: 767px) {
  .container-fluid-gap {
    padding-left: 22px;
    padding-right: 22px;
  }
}

.container-fluid-mobile {
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 767px) {
  .container-fluid-mobile {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (max-width: 767px) {
  .pb-0-mobile {
    padding-bottom: 0 !important;
  }
}

.font-500 {
  font-weight: 500 !important;
}

.font-600 {
  font-weight: 600 !important;
}

.text-mega {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .text-mega {
    font-size: 3rem;
  }
}
@media screen and (max-width: 500px) {
  .text-mega {
    font-size: 2.6rem;
  }
}

.text-xxxlg {
  font-size: 3rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .text-xxxlg {
    font-size: 2.4rem;
  }
}

.text-xxlg {
  font-size: 2.6rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .text-xxlg {
    font-size: 2.2rem;
  }
}

.text-xlg {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .text-xlg {
    font-size: 1.8rem;
  }
}

.text-lg {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .text-lg {
    font-size: 1.4rem;
  }
}

.text-md {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .text-md {
    font-size: 1rem;
  }
}

.text-sm {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .text-sm {
    font-size: 0.96rem;
  }
}

.text-xs {
  font-size: 0.87rem;
}
@media screen and (max-width: 767px) {
  .text-xs {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 991px) {
  .text-center-md {
    text-align: center !important;
  }
}

@media screen and (max-width: 767px) {
  .text-center-sm {
    text-align: center !important;
  }
}

.text-underline {
  text-decoration: underline;
}

.text-indigo {
  color: #2738ff;
}

.text-orange {
  color: #de6602;
}

.text-teal {
  color: #007983;
}

.text-pink {
  color: #ff679b;
}

.text-cyan {
  color: #39afd1;
}

.text-muted-strong {
  color: #2D3D5A;
}

@media screen and (max-width: 991px) {
  .w-md {
    width: 70% !important;
  }
}

@media screen and (max-width: 767px) {
  .w-sm {
    width: 70% !important;
  }
}

.link-naked:hover {
  text-decoration: none !important;
}

@media screen and (max-width: 991px) {
  .center-md {
    text-align: center !important;
    justify-content: center !important;
  }
}

@media screen and (max-width: 767px) {
  .center-y-sm {
    flex-direction: column !important;
  }
}

@media screen and (max-width: 767px) {
  .center-sm {
    text-align: center !important;
    justify-content: center !important;
  }
}

@media screen and (max-width: 991px) {
  .center-vertical-md {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .center-vertical-sm {
    flex-direction: column;
  }
}

.modal {
  z-index: 9999999999 !important;
}

@media screen and (max-width: 767px) {
  .d-block-mobile {
    display: block;
    width: 100%;
  }
}

.block-ellipsis {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.card {
  border-radius: 18px;
}

.card-3d-bottom {
  border-bottom: 10px solid #f2f5f9;
}

.card-3d-bottom-sm {
  border-bottom: 6px solid #f2f5f9;
}

.card-3d-yellow {
  border-color: #F6C343;
}

.card-glass {
  background: rgb(255, 255, 255);
  background: linear-gradient(16deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.18) 83%);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.underline {
  display: inline-block;
  position: relative;
}
.underline:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #F6C343;
}
.underline.underline-lg:before {
  height: 3px;
}
.underline.underline-2:before {
  background: #00DDBF;
}
.underline.underline-3:before {
  background: #EE00BB;
}

.bg-primary-gradient {
  background: rgb(0, 115, 224);
  background: linear-gradient(332deg, rgb(0, 115, 224) 27%, rgb(0, 255, 211) 100%);
}

.bg-gradient-2 {
  background: rgb(255, 191, 4);
  background: linear-gradient(90deg, rgb(255, 191, 4) 0%, rgb(255, 0, 89) 100%);
}

.bg-primary.card-3d-bottom {
  border-color: #005FB8;
}

.bg-image {
  position: relative;
  overflow: hidden;
}
.bg-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.3);
}
.bg-image.bg-image-clear:before {
  display: none;
}

@media screen and (max-width: 767px) {
  .bg-image-none-mobile {
    background-image: none !important;
    background-color: #0D1523;
  }
}

.bg-primary-dark {
  background-color: #154B94;
}

.bg-primary-dark-2 {
  background-color: #175DBB;
}

.bg-light-2 {
  background-color: #E3EBF6;
}

a, .btn {
  transition: all 0.1s ease-in-out;
}

@media screen and (max-width: 767px) {
  .btn-block-mobile {
    display: block;
    width: 100%;
  }
}

.vh-100 {
  height: 100vh;
}

.rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-lg {
  border-radius: 18px !important;
}

.mobile-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-only {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .desktop-only {
    display: none;
  }
}

.main-navigation {
  display: block;
  width: 100%;
  background-color: transparent;
  height: 74px;
  position: relative;
}
.main-navigation .main-navigation--inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.main-navigation .main-navigation--inner .main-nav {
  display: flex;
  align-items: center;
}
.main-navigation.main-navigation-double-stack {
  height: auto;
}

.main-navigation--new {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 888;
}

.navbar-nav .nav-item {
  height: 74px;
  cursor: pointer;
}

.navbar-nav .nav-item .nav-link {
  font-size: 0.9rem;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 12px;
  padding-right: 12px;
}

.main-navigation-double-stack .main-nav-top-stack .navbar-nav .nav-item {
  height: auto;
}
.main-navigation-double-stack .main-nav-top-stack .navbar-nav .nav-item .nav-link {
  height: auto;
}
.main-navigation-double-stack .main-nav-top-stack .navbar-nav .nav-item .nav-link:hover {
  color: #2C7BE5;
}
.main-navigation-double-stack .main-nav-top-stack .navbar-nav .nav-item .nav-link.active-link {
  color: #2C7BE5;
}

.navbar-nav .nav-link > .fe {
  min-width: 0px;
}

.navbar-nav.horizontal {
  flex-direction: row;
  align-items: center;
}
.navbar-nav.nav-black .nav-link {
  color: #0D1523;
}

.navbar-style-2 .nav-link {
  position: relative;
}
.navbar-style-2 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 1rem;
  right: 1rem;
  height: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #2C7BE5;
  transition: all 0.1s ease-in-out;
  opacity: 0;
}
.navbar-style-2 .nav-link.active-link:before {
  bottom: 0px;
  opacity: 1;
}
.navbar-style-2 .nav-link:hover:before, .navbar-style-2 .nav-link:active:before {
  bottom: 0px;
  opacity: 1;
}

.navbar-nav-new {
  margin: 0;
}
.navbar-nav-new .nav-item {
  position: relative;
}
.navbar-nav-new .nav-item:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0px;
  right: 0px;
  bottom: 16px;
  background-color: transparent;
  border-radius: 24px;
  transition: all 0.1s ease-in-out;
}
.navbar-nav-new .nav-item .nav-link {
  font-weight: 600;
  font-size: 16px;
}
.navbar-nav-new .nav-item .nav-link.active-link {
  color: #2C7BE5;
}
.navbar-nav-new .nav-item:hover:before {
  background-color: #FFFFFF;
}
.navbar-nav-new .nav-item:hover .nav-link {
  color: #2C7BE5;
}
.navbar-nav-new .nav-item.nav-item-action {
  margin-left: 8px;
}
.navbar-nav-new .nav-item.nav-item-action:before {
  background-color: #2C7BE5;
  border-radius: 24px;
}
.navbar-nav-new .nav-item.nav-item-action .nav-link {
  color: #FFFFFF !important;
}
.navbar-nav-new .nav-item.nav-item-action:hover:before {
  background-color: #175DBB;
}

.btn {
  font-weight: 600 !important;
  font-size: 16px !important;
  padding-left: 18px;
  padding-right: 18px;
}

.btn-primary-3d {
  box-shadow: 0 4px 0 #0054A2;
}
.btn-primary-3d:hover {
  box-shadow: 0 0px 0 #0054A2;
}
.btn-primary-3d:active, .btn-primary-3d:focus {
  background-color: #2C7BE5 !important;
  border-color: #2C7BE5;
  outline: none;
  box-shadow: 0 4px 0 #0054A2;
}

.btn-push:hover {
  transition: all all 0.1s ease-in-out;
  transform: translateY(4px);
}

.btn-off {
  cursor: default;
}

@media screen and (max-width: 767px) {
  .quick-link .d-flex {
    flex-wrap: wrap;
    justify-content: center;
  }
  .quick-link .text-primary, .quick-link .mr-5 {
    margin-right: 10px !important;
    margin-left: 10px !important;
    margin-bottom: 8px !important;
  }
}

.dropdown-menu-full {
  min-width: 400px;
}

.dropdown-solusi-scola {
  color: #0D1523;
}
.dropdown-solusi-scola img {
  transition: 0.2s all;
}
.dropdown-solusi-scola:hover img {
  transform: scale(0.97);
}

.home-banner {
  display: block;
  padding: 9rem 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: left;
  color: #FFFFFF;
  position: relative;
  background-image: url("../images/homebanner-scola-001 copy.jpg");
  margin-top: 60px;
}
.home-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 991px) {
  .home-banner {
    padding-top: 20rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .home-banner {
    background-image: url("../images/homebanner-scola-001-mobile.png");
  }
  .home-banner:before {
    background: transparent;
  }
}
@media screen and (max-width: 991px) {
  .home-banner.banner-kelas-online, .home-banner.banner-virtual-class, .home-banner.banner-ujian-online, .home-banner.banner-manajemen-sistem, .home-banner.banner-solusi-guru, .home-banner.banner-solusi-sekolah, .home-banner.banner-solusi-ortu, .home-banner.banner-program {
    padding-top: 20rem;
    padding-bottom: 4rem;
    background-position: top;
  }
}
.home-banner.banner-kelas-online {
  background-image: url("https://assets.scola.id/images/pexels-photo-4260323.jpeg");
}
@media screen and (max-width: 767px) {
  .home-banner.banner-kelas-online {
    background-image: url("https://assets.scola.id/images/banner-kelas-online-mobile.png");
  }
  .home-banner.banner-kelas-online:before {
    background: transparent;
  }
}
.home-banner.banner-virtual-class {
  background-image: url("https://assets.scola.id/images/pexels-photo-4145153.jpeg");
}
@media screen and (max-width: 767px) {
  .home-banner.banner-virtual-class {
    background-image: url("https://assets.scola.id/images/banner-virtual-class-mobile.png");
  }
  .home-banner.banner-virtual-class:before {
    background: transparent;
  }
}
.home-banner.banner-ujian-online {
  background-image: url("https://assets.scola.id/images/pexels-photo-4260483.jpeg");
}
@media screen and (max-width: 767px) {
  .home-banner.banner-ujian-online {
    background-image: url("https://assets.scola.id/images/banner-ujian-online-mobile.png");
  }
  .home-banner.banner-ujian-online:before {
    background: transparent;
  }
}
.home-banner.banner-manajemen-sistem {
  background-image: url("https://assets.scola.id/images/pexels-photo-4474005.jpeg");
}
@media screen and (max-width: 767px) {
  .home-banner.banner-manajemen-sistem {
    background-image: url("https://assets.scola.id/images/banner-manajemen-sistem-mobile.png");
  }
  .home-banner.banner-manajemen-sistem:before {
    background: transparent;
  }
}
.home-banner.banner-solusi-guru {
  background-image: url("https://assets.scola.id/images/pexels-photo-4474047.jpeg");
}
@media screen and (max-width: 767px) {
  .home-banner.banner-solusi-guru {
    background-image: url("https://assets.scola.id/images/banner-solusi-guru-mobile.jpg");
  }
  .home-banner.banner-solusi-guru:before {
    background: transparent;
  }
}
.home-banner.banner-solusi-sekolah {
  background-image: url("https://assets.scola.id/images/pexels-photo-4144099.jpeg");
}
@media screen and (max-width: 767px) {
  .home-banner.banner-solusi-sekolah {
    background-image: url("https://assets.scola.id/images/banner-solusi-sekolah-mobile.jpg");
  }
  .home-banner.banner-solusi-sekolah:before {
    background: transparent;
  }
}
.home-banner.banner-solusi-ortu {
  background-image: url("/images/homebanner-2.jpg");
}
@media screen and (max-width: 767px) {
  .home-banner.banner-solusi-ortu {
    background-image: url("/images/homebanner-v-1.jpg");
  }
  .home-banner.banner-solusi-ortu:before {
    background: transparent;
  }
}
.home-banner.banner-program {
  background-image: url("/images/pexels-photo-4226256.jpeg");
}
@media screen and (max-width: 767px) {
  .home-banner.banner-program {
    background-image: url("/images/banner-program-mobile.png");
  }
  .home-banner.banner-program:before {
    background: transparent;
  }
}

.home-banner-sm {
  padding: 8rem 0px !important;
}

.home-banner--text h1 {
  font-size: 3rem;
  line-height: 1.3;
}
@media screen and (max-width: 991px) {
  .home-banner--text h1 {
    font-size: 2rem;
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {
  .d-flex-mobile-center {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .d-flex-mobile {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .d-flex-contact .link {
    margin-right: 0 !important;
    order: 2;
    margin-top: 6px;
    margin-bottom: 12px;
  }
  .d-flex-contact .content {
    order: 1;
  }
}

.section-w-nav-top {
  margin-top: 80px;
}

.section,
.section-lg,
.section-xl {
  display: block;
  width: 100%;
  padding: 3rem 0;
}
@media screen and (max-width: 991px) {
  .section,
  .section-lg,
  .section-xl {
    padding: 2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .section,
  .section-lg,
  .section-xl {
    padding: 1rem 0;
  }
}

.section-sm {
  padding: 1.8rem 0;
}
@media screen and (max-width: 991px) {
  .section-sm {
    padding: 1.4rem 0;
  }
}

.section-lg {
  padding: 4.4rem 0;
}
@media screen and (max-width: 991px) {
  .section-lg {
    padding: 3.4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .section-lg {
    padding: 2.4rem 0;
  }
}

.section-xl {
  padding: 6rem 0;
}
@media screen and (max-width: 991px) {
  .section-xl {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 767px) {
  .section-xl {
    padding: 3rem 0;
  }
}

.section-cta {
  padding: 9rem 0;
}
@media screen and (max-width: 991px) {
  .section-cta {
    padding: 6rem 0;
  }
}

@media screen and (max-width: 767px) {
  .section-footer {
    padding-bottom: 140px !important;
  }
}

.section-content {
  display: flex;
  align-items: flex-start;
  background: #f2f5f9;
  padding-right: 24px;
}

.section-header-block {
  position: relative;
}
.section-header-block:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 16px;
  bottom: 0;
  right: 16px;
  background-color: #f2f5f9;
  border-radius: 26px;
}
.section-header-block.section-header-block--2:before {
  top: 18px;
}
.section-header-block .section {
  position: relative;
  z-index: 10;
}
.section-header-block .main-navigation {
  margin-top: 42px;
}
.section-header-block.section-header-block-white:before {
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .section-header-block:before {
    top: -16px;
    left: 10px;
    right: 10px;
  }
  .section-header-block .main-navigation {
    margin-top: 28px;
  }
}

.section-w-bg-block {
  position: relative;
}
.section-w-bg-block:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 16px;
  bottom: 16px;
  right: 16px;
  background-color: #f2f5f9;
  border-radius: 26px;
}
.section-w-bg-block.section-w-bg-block-primary:before {
  background-color: #2C7BE5;
}
.section-w-bg-block.section-w-bg-block-primary-dark:before {
  background-color: #154B94;
}
.section-w-bg-block.section-w-bg-block-yellow:before {
  background-color: #F6C343;
}
.section-w-bg-block .section, .section-w-bg-block .section-lg, .section-w-bg-block .section-xl {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .section-w-bg-block:before {
    top: 10px;
    left: 6px;
    bottom: 10px;
    right: 6px;
  }
}

.content-list-menu {
  display: block;
  width: 230px;
  padding: 16px;
  flex-shrink: 0;
}
.content-list-menu .clm-item {
  display: block;
  padding: 6px 8px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 0.95rem;
  margin-bottom: 6px;
  cursor: pointer;
}
.content-list-menu .clm-item:last-child {
  margin-bottom: 0;
}
.content-list-menu .clm-item:hover {
  background-color: #E3EBF6;
}
.content-list-menu .clm-item.active {
  background-color: #2C7BE5;
  color: #FFFFFF;
}
.content-list-menu .clm-item.active:hover {
  background-color: #2C7BE5;
  color: #FFFFFF;
}

.content-media {
  background: #FFFFFF;
  padding: 24px;
  border-radius: 10px;
  margin-left: 24px;
}

.title-md {
  font-size: 1.4rem;
  line-height: 1.3;
}
@media screen and (max-width: 991px) {
  .title-md {
    font-size: 1.2rem;
  }
}

.title-lg {
  font-size: 2rem;
  line-height: 1.3;
}
@media screen and (max-width: 991px) {
  .title-lg {
    font-size: 1.6rem;
  }
}

.title-xl {
  font-size: 2.6rem;
  line-height: 1.3;
}
@media screen and (max-width: 991px) {
  .title-xl {
    font-size: 2.2rem;
  }
}

.input-group-prepend .custom-select {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.grid-feature--content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.grid-feature--item {
  width: 25%;
  padding: 8px;
  position: relative;
}
.grid-feature--item .grid-inner {
  padding: 0 1rem;
  height: 200px;
  width: 100%;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 20px;
  transition: all 0.1s ease-in-out;
  color: #0D1523;
  text-align: center;
}
.grid-feature--item .grid-inner img {
  margin: 0 auto;
}
.grid-feature--item .grid-inner:hover {
  border-color: #2C7BE5;
  color: #0D1523;
}
.grid-feature--item.grid-feature--item-3 {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .grid-feature--item.grid-feature--item-3 {
    width: 100%;
  }
}

.grid-icon {
  margin-bottom: 1rem;
}
.grid-icon img {
  width: 60px;
}
.grid-icon.grid-icon-lg img {
  width: 100px;
}

.footer-group {
  display: flex;
}
.footer-group .footer-item--group {
  display: flex;
  width: 100%;
  margin-left: -12px;
  margin-right: -12px;
}
.footer-group .footer-item--group .footer-item {
  width: 33.3333333333%;
  padding: 12px;
}
@media screen and (max-width: 767px) {
  .footer-group {
    flex-direction: column;
  }
}
@media screen and (max-width: 500px) {
  .footer-group .footer-item--group {
    flex-wrap: wrap;
  }
  .footer-group .footer-item--group .footer-item {
    width: 50%;
  }
}

.footer-item--list {
  margin: 0;
  padding: 0;
  font-size: 1rem;
}
.footer-item--list li {
  list-style: none;
  margin-bottom: 10px;
}
.footer-item--list li.title {
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.footer-item--list li a {
  color: #0D1523;
}
.footer-item--list li a:hover {
  color: #0D1523;
  text-decoration: underline;
}

.feature-list-check {
  margin: 0;
  padding: 0;
}
.feature-list-check li {
  list-style: none;
  font-size: 1rem;
  display: flex;
  align-items: start;
  margin-bottom: 8px;
  text-align: left !important;
}
.feature-list-check li .fe {
  flex-shrink: 0;
  margin-right: 8px;
}

.link-list a {
  color: #0D1523;
}
.link-list a:hover {
  text-decoration: underline;
}

.col-img {
  display: block;
  position: relative;
  border-radius: 10px;
  background: #f2f5f9;
  width: 100%;
  padding-top: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.row-sm {
  margin-right: -8px;
  margin-left: -8px;
}
.row-sm .col-4, .row-sm .col-md-4 {
  padding-left: 8px;
  padding-right: 8px;
}

.row-w-line .col-w-line {
  border-right: 1px solid #2C7BE5;
}
.row-w-line .col-w-line:last-child {
  border-right: 0px;
}
@media screen and (max-width: 767px) {
  .row-w-line .col-w-line {
    border-radius: 0px;
  }
}

.rocket {
  position: absolute;
  left: -50px;
  bottom: 40px;
  z-index: 99;
}
@media screen and (max-width: 991px) {
  .rocket {
    display: none;
  }
}

.rocket-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 99;
  width: 400px;
}

.section-two-side {
  display: flex;
  align-items: stretch;
}
.section-two-side .section-item {
  width: 50%;
  height: 530px;
}
.section-two-side .section-item.section-item-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex: 1 0 auto;
}
.section-two-side .section-item.section-item-text {
  padding: 4rem;
}
@media screen and (max-width: 991px) {
  .section-two-side .section-item.section-item-bg {
    width: 40%;
  }
  .section-two-side .section-item.section-item-text {
    width: 60%;
    padding: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .section-two-side {
    flex-direction: column;
  }
  .section-two-side .section-item.section-item-bg, .section-two-side .section-item.section-item-text {
    width: 100%;
  }
  .section-two-side .section-item.section-item-bg {
    padding-top: 100%;
  }
  .section-two-side .section-item.section-item-text {
    height: auto;
  }
}

.section-bg-w-animation {
  position: relative;
}
.section-bg-w-animation .element-1,
.section-bg-w-animation .element-2,
.section-bg-w-animation .element-3 {
  position: absolute;
  width: 300px;
  transform-origin: center;
  animation-duration: 8s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.section-bg-w-animation .element-foreground-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
}
.section-bg-w-animation .element-1 {
  top: 16%;
  right: 6%;
  transform: translateX(-3%);
  animation-name: w;
  z-index: 3;
}
.section-bg-w-animation .element-2 {
  top: 27%;
  right: 6%;
  transform: translateX(-3%);
  animation-name: w;
}
.section-bg-w-animation .element-3 {
  top: 50%;
  left: 6%;
  transform: translateX(-5%);
  animation-name: z;
  width: 180px;
}
@media screen and (max-width: 767px) {
  .section-bg-w-animation .element-1,
  .section-bg-w-animation .element-2 {
    width: 260px;
  }
  .section-bg-w-animation .element-1 {
    top: 19%;
  }
  .section-bg-w-animation .element-2 {
    top: 29%;
  }
}

@keyframes w {
  0% {
    transform: translateX(-3%) rotate(0deg);
  }
  50% {
    transform: translateX(3%) rotate(0.01deg);
  }
  100% {
    transform: translateX(-3%) rotate(0deg);
  }
}
@keyframes z {
  0% {
    transform: translateX(-5%) rotate(0deg);
  }
  50% {
    transform: translateX(5%) rotate(0.01deg);
  }
  100% {
    transform: translateX(-5%) rotate(0deg);
  }
}
.feature-img-1 {
  position: relative;
}
.feature-img-1 .img-animate {
  position: absolute;
  top: 34%;
  right: 24%;
  width: 33%;
  transform-origin: center;
  animation-duration: 6s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: y;
}

.feature-img-2 {
  position: relative;
}
.feature-img-2 .img-animate,
.feature-img-2 .img-animate-2 {
  position: absolute;
  right: 5%;
  transform-origin: center;
  animation-duration: 4s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: y;
  width: 50%;
  transform: translateY(-3%);
}
.feature-img-2 .img-animate {
  top: 20%;
}
.feature-img-2 .img-animate-2 {
  top: 45%;
  animation-delay: -1s;
}

@keyframes y {
  0% {
    transform: translateY(-3%);
  }
  50% {
    transform: translateY(3%);
  }
  100% {
    transform: translateY(-3%);
  }
}
.feature-img-3 {
  position: relative;
  width: 100%;
  height: 100%;
}
.feature-img-3 .img-animate {
  position: absolute;
  width: 43%;
  top: 7%;
  left: 0;
  transform-origin: center;
  animation-duration: 4s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: y;
  transform: translateY(-3%);
}
.feature-img-3 .img-foreground {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.push-top {
  margin-top: 58px;
}

.lined {
  position: relative;
  padding-left: 1rem;
}
.lined:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  bottom: 4px;
  width: 1px;
}
.lined.lined-yellow:before {
  background-color: #F6C343;
}
.lined.lined-white:before {
  background-color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .lined {
    padding-left: 0px;
  }
  .lined:before {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .hide-991 {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .hide-767 {
    display: none !important;
  }
}

@media screen and (max-width: 500px) {
  .hide-500 {
    display: none !important;
  }
}

.show-767 {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .show-767 {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .w-100-767 {
    width: 100% !important;
  }
}

.pagination-link {
  border-radius: 10px;
  padding: 1rem;
  transition: all all 0.1s ease-in-out;
  color: #0D1523;
}
.pagination-link:hover {
  text-decoration: none;
  background-color: #f2f5f9;
  color: #0D1523;
}
.pagination-link.pagination-next {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .pagination-link {
    padding: 0;
  }
  .pagination-link:hover {
    background-color: #FFFFFF;
  }
  .pagination-link .text-lg {
    font-size: 1.1rem;
  }
}

.number {
  display: inline-flex;
  width: 48px;
  height: 48px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.6rem;
  border-radius: 48px;
}
.number.number-color-1 {
  background-color: #2C7BE5;
}
.number.number-color-2 {
  background-color: #FF6B00;
}
.number.number-color-3 {
  background-color: #00D5C0;
}
.number.number-color-4 {
  background-color: #FFC414;
}
.number.number-color-5 {
  background-color: #001F57;
}
.number.number-grey {
  background-color: #f2f5f9;
  color: #6E84A3;
}

.blog-featured {
  display: block;
  position: relative;
  color: #FFFFFF;
  width: 100%;
  padding-top: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #B1C2D9;
  border-radius: 10px;
  overflow: hidden;
}
.blog-featured .blog-featured--caption {
  position: absolute;
  bottom: 1.4rem;
  left: 1.4rem;
  width: 50%;
}
.blog-featured .blog-featured--caption h1 {
  font-size: 2.2rem;
  margin: 0;
}
.blog-featured:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all all 0.1s ease-in-out;
}
.blog-featured:hover {
  color: #FFFFFF;
}
.blog-featured:hover:before {
  background-color: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .blog-featured {
    padding-top: 100%;
  }
  .blog-featured .blog-featured--caption {
    width: 80%;
    bottom: 1rem;
    left: 1rem;
  }
  .blog-featured .blog-featured--caption h1 {
    font-size: 1.8rem;
  }
}

.media-block {
  display: block;
  position: relative;
  color: #0D1523;
}
.media-block .media-image {
  display: block;
  width: 100%;
  padding-top: 60%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f2f5f9;
  border-radius: 10px;
}
.media-block:hover {
  color: #0D1523;
}
.media-block:hover .media-caption .title {
  color: #2C7BE5 !important;
}

.media-read p {
  line-height: 1.7;
}
.media-read img {
  width: 100%;
  display: block;
  margin: 2rem 0;
}

.lists-link {
  display: block;
  color: #0D1523;
}
.lists-link .lists-link-title {
  font-size: 0.89rem;
}
.lists-link .lists-link-subtitle {
  font-size: 0.86rem;
}
.lists-link:hover .lists-link-title {
  color: #2C7BE5;
}

.slick-slide {
  outline: none;
}

.slick-prev, .slick-next {
  z-index: 99;
  width: 30px;
  height: 30px;
}
.slick-prev:before, .slick-next:before {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .slick-prev, .slick-next {
    display: none !important;
  }
}

.slick-prev {
  left: 20px;
}

.slick-next {
  right: 20px;
}

.slick-dots {
  bottom: 20px;
}
.slick-dots li button:before {
  color: #FFFFFF;
  font-size: 15px;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  color: #2C7BE5;
  opacity: 1;
}

.feature-slider .slick-dots, .school-slider .slick-dots {
  bottom: -20px;
}
.feature-slider .slick-dots li button:before, .school-slider .slick-dots li button:before {
  color: #E3EBF6;
}
.feature-slider .slick-dots li.slick-active button:before, .school-slider .slick-dots li.slick-active button:before {
  color: #2C7BE5;
  opacity: 1;
}

.school-slider .slick-dots {
  bottom: -40px;
}

.feature-slider .slick-prev:before, .feature-slider .slick-next:before {
  font-size: 30px;
  color: #B1C2D9;
}

.school-slider .slick-prev {
  left: -32px;
}
.school-slider .slick-next {
  right: -32px;
}

.home-banner--slider.slick-dotted, .feature-slider.slick-dotted, .school-slider.slick-dotted {
  margin-bottom: 0;
}

.video-box {
  display: block;
  width: 100%;
  padding-top: 60%;
  position: relative;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  overflow: hidden;
}
.video-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all all 0.1s ease-in-out;
  z-index: 9;
}
.video-box:hover:before {
  background-color: rgba(0, 0, 0, 0.4);
}
.video-box .fe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 3rem;
  color: #FFFFFF;
  z-index: 10;
  opacity: 0.5;
}

.video-box-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(1.18);
  left: 0;
  right: 0;
  bottom: 0;
}

.solusi-scola img {
  transition: 0.2s all;
}
.solusi-scola:hover img {
  transform: scale(0.98);
}

.card-style-top-right {
  border-top-right-radius: 24px;
}

.card-style-top-left {
  border-top-left-radius: 24px;
}

.card-style-bottom-left {
  border-bottom-left-radius: 24px;
}

#testiSlider .slick-slide {
  opacity: 0.2;
  transform: scale(0.9);
  transition: 0.2s all;
}
#testiSlider .slick-slide.slick-active {
  opacity: 1;
  transform: scale(1);
}
#testiSlider .slick-next:before,
#testiSlider .slick-prev:before {
  color: #2C7BE5;
}
#testiSlider .slick-next {
  right: 22%;
}
#testiSlider .slick-prev {
  left: 22%;
}
#testiSlider .slick-dots {
  bottom: -20px;
}
#testiSlider .slick-dots li button:before {
  color: #f2f5f9;
  font-size: 10px;
  opacity: 1;
}
#testiSlider .slick-dots li.slick-active button:before {
  color: #2C7BE5;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  #testiSlider .slick-next {
    right: 8%;
  }
  #testiSlider .slick-prev {
    left: 8%;
  }
}
@media screen and (max-width: 767px) {
  #testiSlider .slick-slide {
    opacity: 1;
    transform: none;
    transition: none;
  }
  #testiSlider .slick-slide.slick-active {
    opacity: 1;
    transform: none;
  }
}

.teacher-testimonial {
  display: flex;
  align-items: center;
  width: 100%;
  height: 280px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.teacher-testi-quote {
  position: relative;
}
.teacher-testi-quote:before {
  content: "‘‘";
  position: absolute;
  display: block;
  top: -36px;
  left: -14px;
  font-size: 3rem;
  font-family: Times New Roman, serif;
}

.section-bg-type-1 {
  position: relative;
  overflow: hidden;
  background-color: #FF0070;
}
.section-bg-type-1:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 1200px;
  height: 1200px;
  border-radius: 100%;
  background-color: #FFFFFF;
}

.bird-hi {
  position: absolute;
  bottom: 0;
  left: 12%;
  width: 100px;
}

.vsa-list {
  margin: 0;
}

.vsa-item__trigger {
  background: #FFFFFF;
  border: 0;
  box-shadow: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0px;
  width: 100%;
  text-align: left;
  font-size: 0.89rem;
  border-bottom: 1px solid #E3EBF6;
  font-weight: 500;
}
.vsa-item__trigger:hover {
  border-color: #2C7BE5;
}

.vsa-item--is-active .vsa-item__trigger {
  border-color: #2C7BE5;
}

.vsa-item__trigger__icon {
  flex-shrink: 0;
  margin-left: 8px;
  transition: all 0.1s ease-in-out;
  transform-origin: center;
}
.vsa-item__trigger__icon:before {
  font-family: "Feather" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e92e";
}

.vsa-item__trigger__icon--is-active {
  transform: rotate(180deg) translateY(3px);
}

.vsa-item__content {
  padding: 12px 0px;
  border-bottom: 1px solid #E3EBF6;
}
.vsa-item__content ul {
  margin: 0;
  margin-left: 16px;
  padding: 0;
}
.vsa-item__content ul li {
  font-size: 0.89rem;
}

.popup-intro {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(7, 15, 25, 0.5);
  z-index: 999;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
}
.popup-intro .popup-content {
  position: absolute;
  width: 100%;
  max-width: 500px;
  min-height: 400px;
  background: #FFFFFF;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .popup-intro .popup-content {
    width: 400px;
    max-width: auto;
  }
}

@media screen and (max-width: 767px) {
  .withlove {
    margin-left: 0px !important;
  }
}

.web-app-img {
  position: absolute;
  width: 600px;
  right: 20px;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  .web-app-img {
    width: 500px;
    bottom: 50%;
    transform: translateY(50%);
  }
}
@media screen and (max-width: 767px) {
  .web-app-img {
    position: relative;
    width: 100%;
    bottom: 0;
    right: 0;
    transform: none;
  }
}

.card-content-group {
  cursor: pointer;
}
.card-content-group .card-content-img {
  position: relative;
  width: 100%;
  display: block;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 18px;
}
.card-content-group .card-content-img .card-content-img-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f2f5f9;
}
.card-content-group .card-content-caption {
  display: block;
  padding-top: 10px;
  color: #0D1523;
  text-decoration: none;
}

.card-content-video-cover {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  align-items: flex-end;
  padding: 2.6rem;
}
.card-content-video-cover .card-content-video-cover-inner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #F9FBFD;
  border-radius: 26px;
  overflow: hidden;
}
.card-content-video-cover .card-content-video-cover-inner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.card-content-video-cover .card-content-video-cover-caption {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .card-content-video-cover {
    height: 436px;
  }
}

.user-avatar {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f2f5f9;
}

.nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 23px;
  background-color: #FFFFFF;
  border: 1px solid #E3EBF6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
  position: fixed;
  top: 24px;
  right: 22px;
  z-index: 99;
}
.nav-toggle.nav-toggle-relative {
  position: relative;
  top: inherit;
  right: inherit;
}
.nav-toggle span {
  width: 22px;
  height: 2px;
  background-color: #0D1523;
  display: block;
  position: relative;
  transition: all 0.2s ease-in-out;
  transition-delay: 0.2s;
}
.nav-toggle span:before, .nav-toggle span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  right: 0;
  background-color: #0D1523;
  transition: all 0.2s ease-in-out;
  transition-delay: 0.2s;
}
.nav-toggle span:before {
  top: -8px;
}
.nav-toggle span:after {
  bottom: -8px;
}
.nav-toggle.active span {
  background-color: transparent;
}
.nav-toggle.active span:before {
  top: 0px;
  transform: rotate(135deg);
}
.nav-toggle.active span:after {
  bottom: 0px;
  transform: rotate(-135deg);
}

.main-navigation-mobile {
  z-index: 98;
  position: fixed;
  top: 12px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background-color: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.4) !important;
  padding: 16px 4px;
  padding-bottom: 80px;
  overflow-y: auto;
  transform: translateX(calc(-100% - 30px));
  transition: all 0.3s ease-in-out;
}
.main-navigation-mobile.main-navigation-mobile--full {
  top: 70px;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0px;
}
.main-navigation-mobile.active {
  transform: translateX(0px);
}

.product-logo-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-logo-group .product-logo-item {
  width: 180px;
  text-align: center;
}
.product-logo-group .product-logo-title {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 12px;
  background-color: #f2f5f9;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .product-logo-group {
    flex-wrap: wrap;
  }
  .product-logo-group .product-logo-item {
    width: 46%;
  }
}

.owly-hi {
  position: absolute;
  left: 4rem;
  bottom: 0;
  width: 214px;
}
@media screen and (max-width: 767px) {
  .owly-hi {
    left: 22px;
    width: 140px;
  }
}/*# sourceMappingURL=styles.css.map */