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

.accordion__list .accordion__list-title {
  width: 100%;
  display: block;
  background: #FFFFFF;
  background-color: #FFFFFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  text-align: left;
  outline: none;
  color: #12263F;
  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;
  -webkit-transition: all .2s ease-in-out;
  transition: all .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 {
  -webkit-transform: rotate(180deg);
          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-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-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;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
}

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

.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: 3.2rem;
  }
}

.text-xxlg {
  font-size: 2.6rem;
}

@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: .96rem;
  }
}

.text-xs {
  font-size: .87rem;
}

@media screen and (max-width: 767px) {
  .text-xs {
    font-size: .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;
  }
}

@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;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

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

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

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

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

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

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

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

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

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

.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: #0073e0;
  background: linear-gradient(332deg, #0073e0 27%, #00ffd3 100%);
}

.bg-gradient-2 {
  background: #ffbf04;
  background: -webkit-gradient(linear, left top, right top, from(#ffbf04), to(#ff0059));
  background: linear-gradient(90deg, #ffbf04 0%, #ff0059 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: #12263F;
  }
}

a, .btn {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s 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;
}

.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: #FFFFFF;
  height: 74px;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  border-bottom-left-radius: 20px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(36, 50, 66, 0.075);
          box-shadow: 0 2px 12px 0 rgba(36, 50, 66, 0.075);
}

.main-navigation .main-navigation--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.main-navigation .main-navigation--inner .main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.navbar-nav .nav-item .nav-link {
  font-size: .9rem;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 12px;
  padding-right: 12px;
}

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

.navbar-nav.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-nav.nav-black .nav-link {
  color: #12263F;
}

.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;
  -webkit-transition: .2s ease-in-out;
  transition: .2s 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;
}

.btn-primary-3d {
  -webkit-box-shadow: 0 4px 0 #0054A2;
          box-shadow: 0 4px 0 #0054A2;
}

.btn-primary-3d:hover {
  -webkit-box-shadow: 0 0px 0 #0054A2;
          box-shadow: 0 0px 0 #0054A2;
}

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

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

.btn-off {
  cursor: default;
}

@media screen and (max-width: 767px) {
  .quick-link .d-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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: #12263F;
}

.dropdown-solusi-scola img {
  -webkit-transition: .2s all;
  transition: .2s all;
}

.dropdown-solusi-scola:hover img {
  -webkit-transform: scale(0.97);
          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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .d-flex-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

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

.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;
  }
}

.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;
  }
}

.section-xl {
  padding: 6rem 0;
}

@media screen and (max-width: 991px) {
  .section-xl {
    padding: 5rem 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;
  }
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid transparent;
  border-radius: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #12263F;
  text-align: center;
}

.grid-feature--item .grid-inner img {
  margin: 0 auto;
}

.grid-feature--item .grid-inner:hover {
  border-color: #2C7BE5;
  color: #12263F;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-group .footer-item--group {
  display: -webkit-box;
  display: -ms-flexbox;
  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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 500px) {
  .footer-group .footer-item--group {
    -ms-flex-wrap: wrap;
        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: .9rem;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.footer-item--list li a {
  color: #12263F;
}

.footer-item--list li a:hover {
  color: #12263F;
  text-decoration: underline;
}

.feature-list-check {
  margin: 0;
  padding: 0;
}

.feature-list-check li {
  list-style: none;
  font-size: .8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 8px;
  text-align: left !important;
}

.feature-list-check li .fe {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
}

.link-list a {
  color: #12263F;
}

.link-list a:hover {
  text-decoration: underline;
}

.col-img {
  display: block;
  position: relative;
  border-radius: 0.375rem;
  background: #EDF2F9;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          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;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          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%;
  -webkit-transform: translateX(-3%);
          transform: translateX(-3%);
  -webkit-animation-name: w;
          animation-name: w;
  z-index: 3;
}

.section-bg-w-animation .element-2 {
  top: 27%;
  right: 6%;
  -webkit-transform: translateX(-3%);
          transform: translateX(-3%);
  -webkit-animation-name: w;
          animation-name: w;
}

.section-bg-w-animation .element-3 {
  top: 50%;
  left: 6%;
  -webkit-transform: translateX(-5%);
          transform: translateX(-5%);
  -webkit-animation-name: z;
          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%;
  }
}

@-webkit-keyframes w {
  0% {
    -webkit-transform: translateX(-3%) rotate(0deg);
            transform: translateX(-3%) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(3%) rotate(0.01deg);
            transform: translateX(3%) rotate(0.01deg);
  }
  100% {
    -webkit-transform: translateX(-3%) rotate(0deg);
            transform: translateX(-3%) rotate(0deg);
  }
}

@keyframes w {
  0% {
    -webkit-transform: translateX(-3%) rotate(0deg);
            transform: translateX(-3%) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(3%) rotate(0.01deg);
            transform: translateX(3%) rotate(0.01deg);
  }
  100% {
    -webkit-transform: translateX(-3%) rotate(0deg);
            transform: translateX(-3%) rotate(0deg);
  }
}

@-webkit-keyframes z {
  0% {
    -webkit-transform: translateX(-5%) rotate(0deg);
            transform: translateX(-5%) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(5%) rotate(0.01deg);
            transform: translateX(5%) rotate(0.01deg);
  }
  100% {
    -webkit-transform: translateX(-5%) rotate(0deg);
            transform: translateX(-5%) rotate(0deg);
  }
}

@keyframes z {
  0% {
    -webkit-transform: translateX(-5%) rotate(0deg);
            transform: translateX(-5%) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(5%) rotate(0.01deg);
            transform: translateX(5%) rotate(0.01deg);
  }
  100% {
    -webkit-transform: translateX(-5%) rotate(0deg);
            transform: translateX(-5%) rotate(0deg);
  }
}

.feature-img-1 {
  position: relative;
}

.feature-img-1 .img-animate {
  position: absolute;
  top: 34%;
  right: 24%;
  width: 33%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: y;
          animation-name: y;
}

.feature-img-2 {
  position: relative;
}

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

.feature-img-2 .img-animate {
  top: 20%;
}

.feature-img-2 .img-animate-2 {
  top: 45%;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

@-webkit-keyframes y {
  0% {
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
  50% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  100% {
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
}

@keyframes y {
  0% {
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
  50% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  100% {
    -webkit-transform: translateY(-3%);
            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;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: y;
          animation-name: y;
  -webkit-transform: translateY(-3%);
          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;
  }
}

.pagination-link {
  border-radius: 0.375rem;
  padding: 1rem;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  color: #12263F;
}

.pagination-link:hover {
  text-decoration: none;
  background-color: #EDF2F9;
  color: #12263F;
}

.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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 48px;
  height: 48px;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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: #EDF2F9;
  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: 0.375rem;
  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);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s 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 .blog-featured--caption {
    width: 100%;
    bottom: 1rem;
    left: 1rem;
  }
  .blog-featured .blog-featured--caption h1 {
    font-size: 1.8rem;
  }
}

.media-block {
  display: block;
  position: relative;
  color: #12263F;
}

.media-block .media-image {
  display: block;
  width: 100%;
  padding-top: 60%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #EDF2F9;
  border-radius: 0.375rem;
}

.media-block:hover {
  color: #12263F;
}

.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: #12263F;
}

.lists-link .lists-link-title {
  font-size: .89rem;
}

.lists-link .lists-link-subtitle {
  font-size: .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: 0.375rem;
  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);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s 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%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-size: 3rem;
  color: #FFFFFF;
  z-index: 10;
  opacity: .5;
}

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

.solusi-scola img {
  -webkit-transition: .2s all;
  transition: .2s all;
}

.solusi-scola:hover img {
  -webkit-transform: scale(0.98);
          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: .2;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: .2s all;
  transition: .2s all;
}

#testiSlider .slick-slide.slick-active {
  opacity: 1;
  -webkit-transform: scale(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: #EDF2F9;
  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;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
  #testiSlider .slick-slide.slick-active {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.teacher-testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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%;
  -webkit-transform: translateX(-50%) translateY(-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;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 0px;
  width: 100%;
  text-align: left;
  font-size: .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 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 8px;
  -webkit-transition: all .1s;
  transition: all .1s;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.vsa-item__trigger__icon:before {
  font-family: 'Feather' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e92e";
}

.vsa-item__trigger__icon--is-active {
  -webkit-transform: rotate(180deg) translateY(3px);
          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: .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%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  border-radius: 0.375rem;
}

@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%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}

@media screen and (max-width: 767px) {
  .web-app-img {
    position: relative;
    width: 100%;
    bottom: 0;
    right: 0;
    -webkit-transform: none;
            transform: none;
  }
}
/*# sourceMappingURL=styles.css.map */