/**
* Template Name: Mentor - v4.7.0
* Template URL: https://bootstrapmade.com/mentor-free-education-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Open Sans', sans-serif;
  color: #313030;
  background: url(../../images/bg-color.gif);
}

a {
  color: #ff5821;
  text-decoration: none;
}

a:hover {
  color: #ff7e54;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', sans-serif;
}

/* ---------------------------------------------
banner
--------------------------------------------- */

.main-banner {
  position: relative;
  max-height: 100%;
  overflow: hidden;
  margin-bottom: -7px;
}

#bg-video {
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    z-index: -1;
}

#bg-video::-webkit-media-controls {
    display: none !important;
}

.video-overlay {
    position: absolute;
    background-color: transparent;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}

.main-banner .caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.main-banner .caption h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h3 {
  margin-top: 20px;
  font-size: 20px;  
  font-weight: 800;
  color: #f5a425;
  letter-spacing: 1px;
}

.main-banner .caption h4 {
  font-size: 20px;
  font-weight: 800;
  color: #920000;
  letter-spacing: 1px;
}

.main-banner .caption h5 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 10px;
  font-weight: 800;
  color: #000000;
  letter-spacing: 1px;
}

.main-banner .caption h6 {
  margin-top: 0px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 em {
  font-style: normal;
  color: #f5a425;
  font-weight: 900;
}

.main-banner .caption p {
  color: #fff;
  font-size: 14px;
  max-width: 570px;
}

.main-banner .caption .main-button-red {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {

  .main-banner .caption h6 {
    font-weight: 500;
  }

  .main-banner .caption h2 {
    font-size: 36px;
  }

}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ff9205;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #f3bb20;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: '';
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #920000;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 30px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #eee5e5;
}

.section-title {
  padding-bottom: 20px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: 'Raleway', sans-serif;
}

.section-title h2::after {
  content: '';
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #f84b4b;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  color: #37423b;
}

@media (max-width: 767px) {
  .section-title p {
    max-width: 100%;
    font-size: 22px;
  }
  .section-title h2::after {
    content: '';
    width: 50px;
    height: 1px;
    display: inline-block;
    background: #f84b4b;
    margin: 4px 10px;
  }
}

.breadcrumbs {
  margin-top: 73px;
  text-align: center;
  /* background: #91c2fa; */
  background-image: url(../../images/header.jpg);
  padding-top: 5rem;
  color: #37423b;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 63px;
  }
}

.breadcrumbs h2 {
  font-size: 32px;
  font-weight: 500;
}

.breadcrumbs p {
  font-size: 14px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Section Marquee
--------------------------------------------------------------*/
.info {
  padding: 0px 0px;
  height: 50px;
  background: #e7e7e7;
  border-top: 2px solid #ff9205;
  border-bottom: 2px solid #ff9205;
}

.info i {
  font-size: 20px;
}

.info a {
  font-size: 20px;
}

.info b {
  color: darkred;
}

.info h5 {
  font-family: 'Poppins', sans-serif;
  font-size: 35px;
}

.info .bi-bell {
  font-size: 30px;
  color: #ff9205;
}

@media (max-width: 576px) {
  .info {
    padding: 0px 0px;
    height: 35px;
  }
  .info i {
    font-size: 15px;
  }
  .info a {
    font-size: 15px;
  }
  .info h5 {
    font-size: 25px;
  }
  .info .bi-bell {
    font-size: 25px;
  }
}
@media (max-width: 320px) {
  .info {
    padding: 0px 0px;
    height: 35px;
  }
  .info i {
    font-size: 15px;
  }
  .info a {
    font-size: 15px;
  }
  .info h5 {
    font-size: 25px;
  }
  .info .bi-bell {
    font-size: 25px;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  margin-bottom: -60px;
  background: #920000;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  box-shadow: 0px 0 18px #37423b14;
  border-top: 5px solid #ff9205;
  border-bottom: 5px solid #ff9205;
}

#header .logo {
  font-size: 25px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}

#header .logo a {
  color: #aaaaaa;
}

@media (max-width: 767px) {
  #header .logo a {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  #header .logo a {
    font-size: 20px;
  }
}
@media (max-width: 320px) {
  #header .logo a {
    font-size: 18px;
  }
}

/*--------------------------------------------------------------
# Navigasi Bar
--------------------------------------------------------------*/
/*--------------------
Desktop Navigasi 
---------------------*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #aaaaaa;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #fff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px #7f89a140;
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #920000;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/*--------------------
Mobile Navigasi 
---------------------*/
.mobile-nav-toggle {
  color: #37423b;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(32, 38, 34, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 6px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #37423b;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #920000;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px #7f89a140;
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #920000;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Info Terbaru
--------------------------------------------------------------*/
.card {
  border-radius: 10px 10px;
}

.card img {
  border-radius: 5px 5px;
}

.inter {
  margin-top: -150px;
  padding: -60px 0px;
  background-color: #fff;
}

.inter .inter-wrap {
  padding-left: -50px;
}

.inter .inter-carousel,
.inter .inter-slider {
  overflow: hidden;
}

.inter .inter-item {
  box-sizing: content-box;
  min-height: 120px;
  position: relative;
}

.inter .inter-item .inter-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}

.inter .inter-item .quote-icon-left,
.inter .inter-item .quote-icon-right {
  color: #c0f0cf;
  font-size: 26px;
}

.inter .inter-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.inter .inter-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

@media (max-width: 767px) {
  .inter {
    margin-top: -120px;
    margin-bottom: -40px;
    background-color: #fff;
  }
  .inter .inter-wrap {
    padding-left: 0;
  }
  .inter .inter-carousel,
  .inter .inter-slider {
    overflow: hidden;
  }
  .inter .inter-item {
    padding: 1px;
    margin: 5px;
  }
  .inter .inter-item .inter-img {
    position: static;
    left: auto;
  }
}
@media (max-width: 576px) {
  .inter {
    margin-top: -120px;
    margin-bottom: -50px;
    background-color: #fff;
  }
  .inter .inter-item .inter-img {
    position: static;
    left: auto;
  }
}
@media (max-width: 320px) {
  .inter {
    margin-top: -120px;
    margin-bottom: -50px;
    background-color: #fff;
  }
  .inter .inter-item .inter-img {
    position: static;
    left: auto;
  }
}

/*--------------------------------------------------------------
# PPDB
--------------------------------------------------------------*/
.ppdb-info .col-lg-6 img {
  width: 100%;
}

/*--------------------------------------------------------------
# Mars
--------------------------------------------------------------*/
#mars .col-lg-7 .mars-title h5 {
  font-size: 12px;
  color: #8d8d8d;
}

#mars .col-lg-7 .mars-title h6 {
  font-size: 12px;
  margin-bottom: 20px;
  color: #8d8d8d;
}

#mars .col-lg-7 .mars-title p {
  margin: 0px;
}

#mars .col-lg-7 .mars-teks {
  margin-top: 15px;
}

@media (max-width: 920px) {
  #mars .col-lg-7 .mars-title {
    margin-top: 25px;
  }
  #mars .col-lg-7 .mars-title .mars-teks {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  #mars .col-lg-7 .mars-title {
    margin-top: 25px;
  }
  #mars .col-lg-7 .mars-title .mars-teks {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  #mars .col-lg-7 .mars-title {
    margin-top: 25px;
  }
  #mars .col-lg-7 .mars-title .mars-teks {
    font-size: 18px;
  }
}
@media (max-width: 320px) {
  #mars .col-lg-7 .mars-title {
    margin-top: 30px;
  }
  #mars .col-lg-7 .mars-title .mars-teks {
    font-size: 15px;
  }
}

/*--------------------------------------------------------------
# Profile
--------------------------------------------------------------*/
#visiMisi {
  padding: 1rem;
}

#visiMisi img {
  border-radius: 30px 30px;
}

#visiMisi .col-lg-8 {
  padding: 0 15px;
}

#visiMisi .col-lg-8 ul li {
  display: block;
  padding-left: 3px;
  margin-left: -20px;
}

#visiMisi .col-lg-8 ul li i {
  color: #920000;
}

.profile .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.profile .content ul {
  list-style: none;
  padding: 0;
}

.profile .content ul li {
  padding-bottom: 10px;
}

.profile .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #920000;
}

@media (max-width: 768px) {
  .profile .content .learn-more-btn {
    margin: 0 48px 0 0;
    padding: 6px 18px;
  }
}

.profile .card-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}

.profile .video-box {
  background: url('../../images/coverVideo.png') center center no-repeat;
  background-size: cover;
  min-height: 500px;
  border-radius: 30px 30px;
}

.profile .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#ff5821 50%, #ff582166 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.profile .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.profile .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid #ff5821b3;
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.profile .play-btn:hover::after {
  border-left: 15px solid #ff5821;
  transform: scale(20);
}

.profile .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

.btn-button {
  display: inline-block;
  background: #920000;
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.btn-button i {
  font-size: 14px;
}

.btn-button:hover {
  color: #fff;
  background: #f84b4b;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Fasilitas
--------------------------------------------------------------*/
.fasilitas .content {
  padding: 30px;
  background: #920000;
  border-radius: 4px;
  color: #fff;
}

.fasilitas .content h3 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 30px;
}

.fasilitas .content p {
  margin-bottom: 30px;
}

.fasilitas .content .more-btn {
  display: inline-block;
  background: #ffffff33;
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.fasilitas .content .more-btn i {
  font-size: 14px;
}

.fasilitas .content .more-btn:hover {
  color: #920000;
  background: #fff;
}

.fasilitas .card-boxes .card-box {
  text-align: center;
  background: #fff;
  padding: 10px 10px;
  width: 100%;
  border: 1px solid #eef0ef;
  border-radius: 10px 10px;
}

.fasilitas .card-boxes .card-box i {
  font-size: 32px;
  padding: 18px;
  color: #920000;
  margin-bottom: 30px;
  background: #ecf9f0;
  border-radius: 50px;
}

.fasilitas .card-boxes .card-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px 0;
}

.fasilitas .card-boxes .card-box p {
  font-size: 15px;
  color: #848484;
}

@media (max-width: 1200px) {
  .fasilitas .card-boxes .item img {
    width: 100%;
  }
}
@media (max-width: 920px) {
  .fasilitas .card-boxes .item {
    width: 240px;
  }
  .fasilitas .card-boxes .item img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .fasilitas .card-boxes .item {
    width: 180px;
  }
  .fasilitas .card-boxes .item img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .fasilitas .card-boxes .item {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .nav-tabs {
  border: 0;
}
.features .nav-link {
  border: 0;
  padding: 10px;
  transition: 0.3s;
  color: #2e2d2d;
}
.features .nav-link:hover {
  color: #ff9205;
}
.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
}
.features .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}
.features .nav-link.active {
  box-shadow: 0px 2px 15px #0000001f;
}
.features .nav-link.active h4 {
  color: #920000;
}
.features .tab-pane.active {
  -webkit-animation: slide-down 0.5s ease-out;
  animation: slide-down 0.5s ease-out;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# Ekstrakulikuler
--------------------------------------------------------------*/
.ekskul .ekskul-item {
  border-radius: 5px;
  border: 1px solid #eef0ef;
}

.ekskul .ekskul-content {
  padding: 15px;
}

.ekskul .ekskul-content h3 {
  font-weight: 700;
  font-size: 20px;
}

.ekskul .ekskul-content h3 a {
  color: #37423b;
  transition: 0.3s;
}

.ekskul .ekskul-content h3 a:hover {
  color: #920000;
}

.ekskul .ekskul-content p {
  font-size: 14px;
  color: #777777;
}

.ekskul .ekskul-content h4 {
  font-size: 14px;
  background: #ff5821;
  padding: 7px 14px;
  color: #fff;
  margin: 0;
}

@media (max-width: 920px) {
  .ekskul .item {
    width: 240px;
    margin-top: 0;
  }
  .ekskul .ekskul-content h3 {
    font-weight: 600;
    font-size: 15px;
  }
  .ekskul .ekskul-content p {
    font-size: 12px;
    color: #777777;
  }
}
@media (max-width: 768px) {
  .ekskul .item {
    width: 180px;
    margin-top: 0;
  }
  .ekskul .ekskul-content h3 {
    font-weight: 600;
    font-size: 15px;
  }
  .ekskul .ekskul-content p {
    font-size: 12px;
    color: #777777;
  }
}
@media (max-width: 576px) {
  .ekskul .item {
    width: 100%;
    margin-top: 10px;
  }
  .ekskul .ekskul-content h3 {
    font-weight: 700;
    font-size: 20px;
  }
  .ekskul .ekskul-content p {
    font-size: 14px;
    color: #777777;
  }
}

/*--------------------------------------------------------------
# Accordion
--------------------------------------------------------------*/
.accordion .accordion-list img {
  width: 100%;
  height: 100%;
}

.accordion .accordion-list h2 {
  padding: 0;
  background: #fff;
  border-radius: 4px;
  position: relative;
  margin-top: 10px;
  border-bottom: 1px solid #e2dfdf;
}

.accordion .accordion-list a {
  display: block;
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0;
  outline: none;
  cursor: pointer;
}

.accordion .accordion-list p {
  margin-bottom: 10px;
  padding: 0;
}

.accordion .accordion-list a.collapsed {
  color: #920000;
}

.accordion .accordion-list a.collapsed:hover {
  color: #ff9205;
}

@media (max-width: 1200px) {
  .accordion .accordion-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Staff & Guru
--------------------------------------------------------------*/
.card {
  border-radius: 10px 10px;
}

.card img {
  border-radius: 5px 5px;
}

.staff {
  margin-top: 30px;
  background-color: #fff;
}

.staff .staff-wrap {
  padding-left: 50px;
}

.staff .staff-carousel,
.staff .staff-slider {
  overflow: hidden;
}

.staff .staff-item {
  box-sizing: content-box;
  min-height: 200px;
  position: relative;
  background: #fff;
}

.staff .staff-item .staff-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}

.staff .staff-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.staff .staff-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.staff .staff-item .quote-icon-left,
.staff .staff-item .quote-icon-right {
  color: #c1ecce;
  font-size: 26px;
}

.staff .staff-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.staff .staff-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.staff .staff-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.staff .swiper-pagination {
  margin-top: 30px;
  position: relative;
}

.staff .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #920000;
}

.staff .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #920000;
}

@media (max-width: 767px) {
  .staff .staff-wrap {
    padding-left: 0;
  }
  .staff .staff-carousel,
  .staff .staff-slider {
    overflow: hidden;
  }
  .staff .staff-item {
    padding: 1px;
    margin: 5px;
  }
  .staff .staff-item .staff-img {
    position: static;
    left: auto;
  }
  .staff .staff-item .card-body h5 {
    font-size: 75%;
    position: static;
    left: auto;
  }
  .staff .staff-item .card-body p {
    font-size: 70%;
    position: static;
    left: auto;
  }
}
@media (max-width: 576px) {
  .staff .staff-item .staff-img {
    position: static;
    left: auto;
  }
  .staff .staff-item .card-body h5 {
    font-size: 53%;
    position: static;
    left: auto;
  }
  .staff .staff-item .card-body p {
    font-size: 47%;
    position: static;
    left: auto;
  }
}
@media (max-width: 320px) {
  .staff .staff-item .staff-img {
    position: static;
    left: auto;
  }
  .staff .staff-item .card-body h5 {
    font-size: 43%;
    position: static;
    left: auto;
  }
  .staff .staff-item .card-body p {
    font-size: 40%;
    position: static;
    left: auto;
  }
}

/*--------------------------------------------------------------
# Galeri Foto
--------------------------------------------------------------*/
.galeri {
  padding: 1rem;
}

.galeri #galeri-flters {
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.galeri #galeri-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px 12px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #313030;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
}

.galeri #galeri-flters li:hover,
.galeri #galeri-flters li.filter-active {
  color: #ff5821;
  background: #fff1ed;
}

.galeri #galeri-flters li:last-child {
  margin-right: 0;
}

.galeri .galeri-item {
  margin-bottom: 30px;
}

.galeri .galeri-item .galeri-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: #ffffffe6;
  padding: 15px;
}

.galeri .galeri-item img {
  border-radius: 3%;
}

.galeri .galeri-item .galeri-info h4 {
  font-size: 18px;
  font-weight: 600;
  color: #473d3a;
}

.galeri .galeri-item .galeri-info p {
  color: #7f6d68;
  font-size: 14px;
  margin-bottom: 0;
}

.galeri .galeri-item .galeri-info .preview-link,
.galeri .galeri-item .galeri-info .details-link {
  position: absolute;
  right: 20px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #635551;
}

.galeri .galeri-item .galeri-info .preview-link:hover,
.galeri .galeri-item .galeri-info .details-link:hover {
  color: #ff5821;
}

.galeri .galeri-item .galeri-info .details-link {
  right: 10px;
}

.galeri .galeri-item .galeri-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.galeri .galeri-item .galeri-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.galeri .galeri-item .galeri-links a:hover {
  color: #ffa587;
}

.galeri .galeri-item:hover .galeri-info {
  opacity: 1;
  bottom: 20px;
}

@media (max-width: 767px) {
  .galeri .galeri-item {
    width: 270px;
  }
  .galeri .galeri-item .galeri-info {
    opacity: 0;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    background: rgba(255, 255, 255, 0.9);
    padding: 2px;
  }
  .galeri .galeri-item .galeri-info h4 {
    font-size: 14px;
    font-weight: 400;
    color: #473d3a;
  }
  .galeri .galeri-item .galeri-info p {
    color: #7f6d68;
    font-size: 10px;
    margin-bottom: 0;
  }
  .galeri .galeri-item .galeri-info .preview-link,
  .galeri .galeri-item .galeri-info .details-link {
    position: absolute;
    right: 5px;
    font-size: 24px;
    top: calc(50% - 18px);
    color: #635551;
  }
}
@media (max-width: 576px) {
  .galeri .galeri-item {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Galeri Video
--------------------------------------------------------------*/
.galeri video {
  width: 180px;
  height: 118px;
}
.galeri-container {
  margin-left: 15px;
}

.galeri .galeri-item .video-info h5 {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #473d3a;
}

.galeri .galeri-item .video-info i {
  font-size: 16px;
  color: #920000;
}

.galeri .galeri-item .video-info h6 {
  border-top: 1px solid #a1a0a0;
  padding-top: 10px;
  font-size: 10px;
  color: #7f6d68;
}

.galeri .galeri-item .video-info p {
  color: #473d3a;
  font-size: 12px;
  margin-bottom: 0;
}

@media (max-width: 1400px) {
  .galeri video {
    width: 100%;
  }
  .galeri .galeri-item {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .galeri video {
    width: 100%;
  }
  .galeri .galeri-item {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .galeri video {
    width: 100%;
  }
  .galeri .galeri-item {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .galeri video {
    width: 100%;
  }
  .galeri .galeri-item {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Berita 
--------------------------------------------------------------*/
#berita .accordion-list h3 {
  color: #5c5a5a;
  font-family: fantasy;
}
#pengumuman .accordion-list h3 {
  color: #5c5a5a;
  font-family: fantasy;
}

#berita .accordion-list img {
  width: 100%;
  height: 600px;
  margin-bottom: 20px;
}

#pengumuman .accordion-list img {
  width: 100%;
  height: 600px;
}

@media (max-width: 920px) {
  #berita .accordion-list img {
    width: 100%;
    height: 100%;
  }
  #berita .row .col-lg-4 {
    margin-bottom: 20px;
  }
  #berita .row .col-lg-6 {
    margin-bottom: 20px;
  }
  #pengumuman .accordion-list img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 768px) {
  #berita .accordion-list img {
    width: 100%;
    height: 100%;
  }
  #pengumuman .accordion-list img {
    width: 100%;
    height: 100%;
  }
}

/*--------------------------------------------------------------
# Info Berita
--------------------------------------------------------------*/
.berita2025 {
  margin-top: -60px;
}

.informasi {
  margin-top: 6rem;
}

#info h6 {
  font-size: 12px;
}

#info .info-teks {
  margin-top: 20px;
}

#info .info-video {
  margin-bottom: 12px;
}

#info .info-terbaru {
  margin-top: 20px;
  border-bottom: 1px solid #8d8d8d;
}

#info .info-terbaru h2 {
  font-size: 30px;
  color: #920000;
}

#info .info-lainnya ul li {
  margin-top: 5px;
  font-size: 15px;
}

#info .info-lainnya ul li a:hover {
  color: #8d8d8d;
}

#info .info-update ul li {
  margin-top: 5px;
  font-size: 15px;
}

#info .info-update ul li a:hover {
  color: #8d8d8d;
}

#info .info-update ul li h6 {
  font-size: 8px;
}

#info .social-media {
  font-size: 22px;
  margin-bottom: 20px;
  padding: 10px;
  border-bottom: 1px solid #8d8d8d;
}

#info .social-media a {
  color: #920000;
  background-color: #e4e4e4;
}

#info .info-video iframe {
  height: 150px;
  width: 100%;
}

#info .halaman a {
  text-decoration: none;
  padding: 10px;
  font-size: 10px;
  width: 5px;
  text-align: center;
}

#info .halaman .back {
  color: #000000;
  background-color: gray;
}

#info .halaman .next {
  color: #000000;
  background-color: gray;
}

#info .halaman .back:hover {
  color: #920000;
  background-color: darkgoldenrod;
}

#info .halaman .next:hover {
  color: #920000;
  background-color: darkgoldenrod;
}

@media (max-width: 1200px) {
  #info .col-lg-2 {
    width: 20%;
  }
  #info .col-lg-4 {
    width: 33%;
  }
  #info .col-lg-6 {
    width: 50%;
  }
  #info .info-update .col-lg-7 {
    width: 60%;
  }
  #info .info-update .col-lg-5 {
    width: 40%;
  }
  #info .info-video iframe {
    height: 125px;
    width: 100%;
  }
}
@media (max-width: 920px) {
  #info .col-lg-2 {
    width: 20%;
  }
  #info .col-lg-4 {
    width: 33%;
  }
  #info .col-lg-6 {
    width: 50%;
  }
  #info .info-update .col-lg-7 {
    width: 70%;
  }
  #info .info-update .col-lg-5 {
    width: 30%;
  }
  #info .info-video iframe {
    height: 125px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  #info .col-lg-2 {
    width: 20%;
  }
  #info .col-lg-4 {
    width: 33%;
  }
  #info .col-lg-6 {
    width: 50%;
  }
  #info .info-update .col-lg-7 {
    width: 60%;
  }
  #info .info-update .col-lg-5 {
    width: 40%;
  }
  #info .info-video iframe {
    height: 125px;
    width: 100%;
  }
}
@media (max-width: 667px) {
  #info .col-lg-2 {
    width: 20%;
  }
  #info .col-lg-4 {
    width: 33%;
  }
  #info .col-lg-6 {
    width: 50%;
  }
  #info .info-update .col-lg-7 {
    width: 60%;
  }
  #info .info-update .col-lg-5 {
    width: 40%;
  }
  #info .info-video iframe {
    height: 95px;
    width: 100%;
  }
}
@media (max-width: 576px) {
  #info .col-lg-2 {
    width: 100%;
  }
  #info .col-lg-4 {
    width: 100%;
  }
  #info .col-lg-6 {
    width: 1000%;
  }
  #info .info-update .col-lg-7 {
    width: 60%;
  }
  #info .info-update .col-lg-5 {
    width: 40%;
  }
  #info .info-video iframe {
    height: 260px;
    width: 100%;
  }
}
@media (max-width: 320px) {
  #info .col-lg-2 {
    width: 100%;
  }
  #info .col-lg-4 {
    width: 100%;
  }
  #info .col-lg-6 {
    width: 100%;
  }
  #info .info-update .col-lg-7 {
    width: 60%;
  }
  #info .info-update .col-lg-5 {
    width: 40%;
  }
  #header h1.logo {
    font-size: 20px;
  }
  #info .info-video iframe {
    height: 150px;
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Icon Box
--------------------------------------------------------------*/
.icon-box .icon-box-icon {
  display: table-cell;
  vertical-align: top;
  font-size: 36px;
  color: #920000;
  width: 50px;
  padding-top: 8px;
}

.icon-box-content {
  margin-top: 50px;
}

.mb-1 {
  color: #9a9a9c;
}

/*--------------------------------------------------------------
# Space Padding
--------------------------------------------------------------*/
.section-b2 {
  padding-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .icon-box-content {
    margin-top: 50px;
    font-size: 14px;
    width: 85%;
  }
  .icon-box .icon-box-icon {
    width: 50px;
    font-size: 36px;
  }
  .section-b2 {
    width: 15%;
  }
}

@media (max-width: 576px) {
  .icon-box-content {
    margin-top: 50px;
    font-size: 14px;
    width: 85%;
  }
  .icon-box .icon-box-icon {
    width: 50px;
    font-size: 30px;
  }
  .section-b2 {
    width: 15%;
  }
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
#contact input[type='text'],
#contact input[type='email'],
#contact input[type='tel'],
#contact input[type='url'],
#contact textarea,
#contact button[type='submit'] {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}

#contact {
  background: #f9f9f9;
  padding: 25px;
  margin: 20px 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contact h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type='text'],
#contact input[type='email'],
#contact input[type='tel'],
#contact input[type='url'],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type='text']:hover,
#contact input[type='email']:hover,
#contact input[type='tel']:hover,
#contact input[type='url']:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type='submit'] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #920000;
  color: #fff;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact button[type='submit']:hover {
  background: #db0303;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type='submit']:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

.notify {
  padding: 10px;
  background-color: #920000;
  margin-bottom: 10px;
  border-radius: 3px;
  font-weight: bold;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #494848;
  font-size: 14px;
  background: #920000;
  border-bottom: 5px solid #ff9205;
}

#footer .footer-top {
  padding: 0;
  /* background: #91c2fa; */
  background-image: url(../../images/footer.jpg);
}

#footer .footer-top .footer-img {
  padding: 30px 30px 30px 30px;
  /* background: #91c2fa; */
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 16px;
  color: #494848;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Raleway', sans-serif;
  color: #494848;
}

#footer .copyright {
  color: #ada9a9;
  font-size: 14px;
}

#footer .privacy {
  font-size: 14px;
  color: #ada9a9;
}
#footer .privacy:hover {
  color: #706e6e;
}

@media (max-width: 920px) {
  .footer-img {
    width: 100%;
  }
  .footer-img img {
    max-width: 50%;
  }
  #footer .footer-top .footer-contact {
    width: 240px;
  }
}
@media (max-width: 768px) {
  .footer-img img {
    max-width: 50%;
  }
  #footer .footer-top .footer-contact {
    width: 33%;
  }
  #footer .footer-top .footer-contact h4 {
    font-size: 100%;
  }
  #footer .footer-top .footer-contact p {
    font-size: 80%;
  }
}
@media (max-width: 576px) {
  .footer-img img {
    max-width: 30%;
  }
  #footer .footer-top .footer-contact {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 320px) {
  #footer .copyright {
    font-size: 13px;
  }
}
