@font-face {
  font-family: "Halimun";
  src: url("../fonts/Halimun.ttf");
}

.lerem {
  font-family: "Halimun", "Georgia", serif;
  text-transform: capitalize;
  font-size: 1.2em;
  font-weight: 400;
}

.full-height {
  min-height: calc(100vh - 200px);
}

body {
  overflow-x: hidden;
}

h1 {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  text-shadow: 0px 3px 25px rgb(0 0 0 / 10%);
}

h2 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 600;
  display: inline-block;
  position: relative;
  letter-spacing: 4px;
}

@media (min-width: 768px) {
  nav.header-fixed {
    background-color: #242424;
    display: block;
    margin-top: 0 !important;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
  height: 100%;
  text-align: center;
  /*
    display: flex;
  align-items: center;
  justify-content: center;
*/
}

.ftco-navbar-light .navbar-nav>.nav-item>a.active {
  color: #fff;
}

.ftco-navbar-light .navbar-nav>.nav-item>a.active:before {
  visibility: visible;
  background-color: #c5cf31;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.nav-cart {
  white-space: nowrap;
}

.cart-total-items {
  margin-left: -0.5rem;
}

.text-about {
  font-size: 1.2rem;
  text-align: justify;
  margin-bottom: 1.25rem;
}

/* Home */
#section-home {
  height: 700px;
  /*background-image: url("../images/lerem_front_page.jpg");*/
  background-image: url("../images/home_bg.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 -175px;
  padding-top: 200px;
}

.home-left {
  padding: 20px;
}

.home-left,
.home-left h2,
.home-left h5 {
  color: #fff;
  font-family: "PT Serif", Times, "Times New Roman", Georgia, serif;
}

.home-left h2 {
  text-transform: none;
  font-size: 30px;
  margin-bottom: 16px;
  letter-spacing: 1px;
}

.home-left h2 .lerem {
  color: #fff;
}

.home-left h5 {
  line-height: 27px;
  font-size: 23px;
}

.home-right {
  font-size: 72px;
  display: none;
}

@media (min-width: 992px) {
  #section-home .container {
    display: flex;
  }

  .home-right {
    display: flex;
    align-items: center;
  }

}

@media (min-width: 1200px) {
  .home-right {
    top: 344px;
    position: absolute;
    left: 740px;
  }

  .home-left {
    position: absolute;
    left: 150px;
    top: 290px;
  }

  .home-right {
    top: 344px;
    left: 740px;
  }
}

/* Our Services */
.services-box-item {
  position: relative;
  text-decoration: none;
  -webkit-perspective: 750px;
  -ms-perspective: 750px;
  -o-perspective: 750px;
  perspective: 750px;
  float: left;
  padding-top: 2rem;
  margin-bottom: 4rem;
  text-align: center;
}

.services-box-item:hover,
.services-box-item:focus {
  text-decoration: none;
  z-index: 1;
}

.services-box-item-cover,
.services-box-item-content {
  display: block;
  position: relative;
  padding: 0 20px;
  border-radius: 7px;
  -webkit-box-shadow: 0px 10px 30px -4px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 30px -4px rgb(0 0 0 / 15%);
  transition: transform 0.3s, -webkit-transform 0.3s;
  transform: rotateY(0deg);
  backface-visibility: hidden;
}

.services-box-item-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0px 15px;
  background-color: #fff;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.services-box-item-cover p {
  font-weight: 500;
  font-size: 18px;
  color: #000;
  line-height: 1em;
  text-align: center;
}

.services-box-item:hover>.services-box-item-cover,
.services-box-item:focus>.services-box-item-cover {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.services-box-item-content {
  font-size: 14px;
  min-height: 100%;
  background: #368ac6;
  padding-bottom: 1rem;
}

.services-box-item-content img {
  position: absolute;
  top: -50%;
  left: 50%;
  height: 80%;
  transform: translateX(-50%);
}

.services-box-item-content h2 {
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}

.services-box-item-content p {
  color: #eee;
}

@media (min-width: 768px) {
  .services-box-item {
    margin-bottom: 1rem;
  }

  .services-box-item-cover {
    display: flex;
  }

  .services-box-item-content {
    margin: -20px -25%;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    width: 150%;
  }

  .services-box-item:hover>.services-box-item-content,
  .services-box-item:focus>.services-box-item-content {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

/* Our Faclitators */

.scroll-horizontal {
  width: 100%;
  height: auto;

  overflow: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.scroll-button {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  min-width: 0;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.1);
  border-color: transparent;
  color: #fff;
  z-index: 1100;
}

.scroll-button i {
  font-size: 24px;
}

.scroll-button:hover {
  color: #c5cf31;
  text-decoration: none;
}

.scroll-button.left {
  left: -50px;
}

.scroll-button.right {
  right: -50px;
}

.facilitator {
  text-align: center;
  display: block;
  position: relative;
  margin: 0 15px 50px;
  overflow: hidden;
  flex: 0 0 auto;
  border-radius: 7px;
  transition: transform 0.3s, -webkit-transform 0.3s;
  padding: 1.25rem;
  background-color: #fff;
  cursor: default;
  pointer-events: none;
  cursor: default;
}

.facilitator-img-wrap {
  display: block;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 12px solid #c5cf31;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  flex-shrink: 0;
  position: relative;
}

@media (min-width: 768px) {
  .facilitator {
    display: flex;
    cursor: pointer;
    pointer-events: auto;
  }

  .facilitator-img-wrap {
    width: 200px;
    height: 200px;
    margin: 0;
    margin-right: 2rem;
  }

  .facilitator-img-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
  }
}

/*
66d5fe
*/
.facilitator-caption {
  text-align: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.facilitator-caption h4 {
  font-size: 18px;
  font-weight: 400;
  color: #c5cf31;
  margin-bottom: 5px;
  white-space: nowrap;
}

.facilitator-caption .caption-text {
  color: #000;
  font-weight: 500;
  display: inline;
  margin-bottom: 10px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.facilitator .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s all ease;
  opacity: 0;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.facilitator .overlay i {
  background: transparent;
  display: block;
  border-radius: 50%;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  text-align: center;
  text-decoration: none;
  color: #fff !important;
  border: 2px solid #fff;
  width: 40px;
  height: 40px;
  line-height: 36px;
}

.facilitator blockquote {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #000;
  font-size: 14px;
  border-top: 2px solid #c5cf31;
  border-bottom: 2px solid #c5cf31;
  margin-top: 1rem;
  padding-left: 1rem;
  text-align: left;
  font-style: italic;
}

@media (min-width: 768px) {
  .scroll-horizontal {
    display: flex;
    flex-wrap: nowrap;
  }

  .scroll-button {
    display: block;
  }

  .facilitator {
    display: block;
    width: 210px;
    cursor: pointer;
    padding: 0;
    background-color: transparent;
  }

  .facilitator-img-wrap {
    border-radius: 0;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border: none;
    width: 100%;
  }

  .facilitator:hover .facilitator-img-wrap:before {
    opacity: 1;
  }

  .facilitator-caption {
    background-color: #fff;
    padding: 1.5rem 1rem;
    border-top: 3px solid #c5cf31;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
  }

  .facilitator:hover .facilitator-caption {
    background-color: #c5cf31;
  }

  .facilitator-caption .caption-text {
    display: inline-block;
  }

  .facilitator:hover h4 {
    color: #fff;
  }

  .facilitator:hover .overlay {
    opacity: 1;
  }

  .facilitator blockquote {
    display: none;
  }
}

#modalFacilitator img {
  border: 12px solid #c5cf31;
  border-radius: 50%;
  width: 250px;
  height: 250px;
}

#modalFacilitator h4 {
  color: #000;
}

#modalFacilitator h3 {
  color: #c5cf31;
  margin-top: 10px;
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
}

#modalFacilitator blockquote {
  padding-top: 0;
  padding-bottom: 0;
  color: #000;
  font-size: 14px;
  border-left: 5px solid #c5cf31;
  padding-left: 20px;
  white-space: pre-wrap;
}

#modalFacilitator .close {
  position: absolute;
  right: 21px;
  font-size: 48px;
}

.text-black {
  color: #000;
}

.article {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 7px;
  -webkit-box-shadow: 0px 10px 30px -4px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 30px -4px rgb(0 0 0 / 15%);
}

.article .text {
  padding: 1.25rem 1.75rem;
}

.article img {
  opacity: 0.2;
  width: 100%;
  margin-left: 1rem;
  max-width: 100px;
  display: none;
}

#section-about h5::first-letter {
  font-size: 1.5em;
  line-height: 0.92;
}

@media (min-width: 768px) {
  .article img {
    display: block;
  }
}

.sesi-wrap .media {
  position: relative;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 30px 33px -41px rgb(0 0 0 / 24%);
  -moz-box-shadow: 0px 30px 33px -41px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 30px 33px -41px rgb(0 0 0 / 24%);
  margin-bottom: 30px;
  overflow: hidden;
  align-items: stretch;
}

.media-img {
  display: none;
  width: 210px;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sesi-wrap .media-body {
  padding: 1.25rem;
}

.sesi-wrap .media-body h2 {
  color: #66d5fe;
  margin: 0;
}

.service-wrap {
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
  margin-bottom: 1rem;
}

.service-wrap img {
  display: none;
  margin: 0;
  width: 50px;
  height: 50px;
}

@media (min-width: 768px) {

  .media-img,
  .service-wrap img {
    display: block;
  }

  #sectionList .sesi-wrap {
    padding-left: 4rem;
  }
}

/*
.sesi-wrap img {
  height: 230px;
  width: 230px;
}
.sesi-wrap img.img-service {
  position: absolute;
  top: 1rem;
  right: 1rem;
  height: 100px;
  width: 100px;
}
*/

.cart img {
  background-color: #eee;
  border: 10px solid #eee;
  width: 75px;
  height: 75px;
  margin-right: 1rem;
}

.cart .form-control-plaintext {
  font-weight: 700;
}

/*
.sesi-wrap img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 25px;
  border: 6px solid #c5cf31;
  background: #c5cf31;
}
.sesi-wrap .text {
  padding: 20px;
}
.sesi-wrap h5 {
  color: #c5cf31;
}
.sesi-wrap + .sesi-wrap {
  border-top: 1px solid #eee;
}
*/
.booking-facilitator {
  padding: 1rem;
  margin-left: 30px;
  border-radius: 4px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 24px 48px -13px rgb(0 0 0 / 5%);
  -moz-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 24px 48px -13px rgb(0 0 0 / 5%);
}

.image-frame {
  border: 12px solid #c5cf31;
  border-radius: 50%;
  height: 200px;
}

.btn-sm,
.btn-group-sm>.btn {
  padding: 0.25rem 0.5rem;
  border-radius: 0.2rem;
}

.article-page {
  min-height: calc(100vh - 80px);
  padding: 7em;
}

.nav-menu {
  color: #4d4d4d;
  font-size: 18px;
}

.nav-menu:hover {
  color: #c5cf31;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #c5cf31;
  border-color: #c5cf31;
}

.cart-total-items {
  border-radius: 50%;
}

.badge-primary {
  background-color: #c5cf31;
}

@media print {

  nav,
  footer,
  .noprint {
    display: none !important;
  }
}

/*
#calendarForm
#customerForm
#tanggalJamInfo
tanggalInfo
jamInfo

#customerForm

            <p><i class="fa fa-calendar mr-3"></i><?= $row->tanggal ?></p>
            <p><i class="fa fa-clock-o mr-3"></i><?= $row->jam ?></p>

*/
.btn.btn-primary {
  color: #4c4c4c;
  background-color: #c5cf31;
}

.btn.btn-primary:hover {
  color: #484c0c;
  border-color: #484c0c;
  background-color: transparent;
}

.tox .tox-statusbar__branding svg,
.tox .tox-promotion-link {
  display: none;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}

.cart-button {
  position: fixed;
  right: 26px;
  bottom: 26px;
  overflow: hidden;
  z-index: 1111;
  display: block;
  background-color: #689f38;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 1s;
  transition: 1s;
  width: 45px;
  height: 45px;
  margin: 0 auto;
  border-radius: 50%;
  border: 2px solid #c5cf31;
  overflow: hidden;
}

.cart-button i {
  font-size: 20px;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

.calendar {
  display: block;
  width: 100%;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.date-inline .datepicker table {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .calendar {
    display: flex;
  }
}

.time-inline {
  height: 324px;
  overflow-y: auto;
  padding: 1rem;
  border-left: 1px solid #eee;
}

.time-inline button {
  position: relative;
  vertical-align: top;
  padding: 13px 10px;
  border-radius: 4px;
  font-weight: 700;
  transition: all 0.3s ease;
  width: 100%;
  height: 52px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

.time-inline button:hover {
  background: #eee;
  cursor: pointer;
}

.time-inline button.active {
  color: #fff;
  background-color: rgb(25, 118, 210);
}

.time-inline button.active:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.date-inline {
  flex-shrink: 0;
}

.calendar .datepicker-inline {
  width: auto;
}

.calendar .datepicker table tr td,
.calendar .datepicker table tr th {
  width: 40px;
  height: 40px;
  color: #000;
}

.calendar .datepicker table tbody tr td,
.calendar .datepicker table tbody tr th {
  border-radius: 50%;
}

.calendar .datepicker table tr td.active.active,
.calendar .datepicker table tr td.active.highlighted.active,
.calendar .datepicker table tr td.active.highlighted:active,
.calendar .datepicker table tr td.active:active {
  color: rgb(255, 255, 255);
  background-color: rgb(25, 118, 210);
  font-weight: 500;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.calendar .datepicker table tr td.disabled,
.calendar .datepicker table tr td.disabled:hover {
  color: #ccc;
}

.field-password {
  position: relative;
  flex: 1 1 100%;
}

.show-password {
  position: absolute;
  color: #4d4d4d;
  border: 0;
  outline: none;
  top: 0;
  right: 1rem;
  color: inherit;
  font-family: "Font Awesome";
  font-style: normal;
  font-weight: 400;
  flex: 0 0 20px;
  background: transparent;
  padding: 0.5rem 0;
}

.show-password:hover {
  color: #000;
}

.show-password:before {
  content: "\F06E";
}

.show-password.show:before {
  content: "\F070";
}

.list-group-item {
  margin-bottom: 0;
}

.modal-90 {
  width: 90%;
  max-width: none;
}

.carousel-control-prev,
.carousel-control-next {
  display: flex;
  position: absolute;
  top: 100px;
  min-width: 0;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.1);
  border-color: transparent;
  color: #fff;
  z-index: 1040;
}

.carousel-control-prev i,
.carousel-control-next i {
  font-size: 24px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  color: #c5cf31;
  text-decoration: none;
}

.carousel-inner {
  flex-wrap: nowrap;
}

@media (min-width: 768px) {
  .carousel-control-next {
    right: -30px;
  }

  .carousel-item {
    margin-right: auto;
  }

  /* show 3 items */
  .carousel-inner .active,
  .carousel-inner .active+.carousel-item,
  .carousel-inner .active+.carousel-item+.carousel-item,
  .carousel-inner .active+.carousel-item+.carousel-item+.carousel-item {
    display: block;
  }

  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item,
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item,
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item+.carousel-item {
    transition: none;
  }

  .carousel-inner .carousel-item-next,
  .carousel-inner .carousel-item-prev {
    position: relative;
    transform: translate3d(0, 0, 0);
  }

  .carousel-inner .active.carousel-item+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
    position: absolute;
    top: 0;
    right: -25%;
    z-index: -1;
    display: block;
    visibility: visible;
  }

  /* left or forward direction */
  .active.carousel-item-left+.carousel-item-next.carousel-item-left,
  .carousel-item-next.carousel-item-left+.carousel-item,
  .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item,
  .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item,
  .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  /* farthest right hidden item must be abso position for animations */
  .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }

  /* right or prev direction */
  .active.carousel-item-right+.carousel-item-prev.carousel-item-right,
  .carousel-item-prev.carousel-item-right+.carousel-item,
  .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item,
  .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item,
  .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
  }
}

#section-news {
  background-color: #eee;
}

.videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 160px;
  text-align: center;
  width: 100%;
  padding: 0 2rem;
}

.footer h2 {
  display: block;
  color: #fff;
  margin-top: 1rem;
}

.footer-email-phone li,
.ftco-footer-social li {
  color: #fff;
  display: inline-block;
  margin-right: 1rem;
  padding: 0;
  vertical-align: top;
  list-style: none;
}

.ftco-footer-social li a {
  color: #c5cf31;
  border: 2px solid #c5cf31;
  width: 42px;
  height: 42px;
  line-height: 40px;
  font-size: 30px;
}

.ftco-footer-social li a:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
  background-color: #c5cf31;
}

.ftco-footer-social li a i {
  transform: rotateY(0);
  -webkit-transform: rotateY(0);
}

.ftco-footer-social li a:hover i {
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
}

.footer {
  height: 200px;
}

@media (min-width: 768px) {
  .footer {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .footer h2,
  .footer ul {
    margin: 0;
  }
}

.corporate-image {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 30px 33px -41px rgb(0 0 0 / 24%);
  -moz-box-shadow: 0px 30px 33px -41px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 30px 33px -41px rgb(0 0 0 / 24%);
  margin-bottom: 30px;
}

#section-thankyou .image-frame {
  margin-top: 22px;
  margin-left: 22px;
  position: relative;
  display: inline-block;
}

#section-thankyou img {
  height: 300px;
  width: 300px;
  border: 12px solid #c5cf31;
  border-radius: 50%;
  text-align: right;
}

#section-thankyou h1 {
  color: #c5cf31;
  margin: 0;
}

.slide-nav {
  position: fixed;
  height: 100vh;
  top: 0;
  right: 0;
  width: 470px;
  color: #4d4d4d;
  z-index: 100;
  box-shadow: 0 2px 4px rgb(0 0 0 / 8%);
  opacity: 0;
  transition: opacity 0.25s, transform 0.25s;
  transform: translate3d(470px, 0, 0);
  padding: 150px 60px 180px;

  background: #fff;
}

.slide-nav.open {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slide-nav-close {
  display: block;
  position: fixed;
  top: 10px;
  right: 52px;
  color: #4d4d4d;
  opacity: 0.4;
  font-size: 3rem;
  font-weight: 100;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.slide-nav-close:hover {
  color: #c5cf31;
  opacity: 0.9;
}

.slide-nav h2 {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 600;
  color: #4d4d4d;
  width: 100%;
  text-align: center;
}

.slide-nav .form-control,
.slide-nav .submit {
  height: 44px !important;
  background: rgba(255, 255, 255, 0.1) !important;
  color: rgba(0, 0, 0, 0.8) !important;
  font-size: 14px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.slide-nav .submit {
  background: #c5cf31 !important;
  color: #fff !important;
}

.testimoni {
  animation: mobebg 110s linear;
  position: relative;
  right: 0;
  padding-top: 40px;
}


@keyframes mobebg {
  0% {
    right: -50%;
  }

  100% {
    right: 0;
  }
}

.testimoni-card {
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
  padding: 10px;
  width: 300px;
  margin: 0 10px;
  background-color: #fff;
  border-radius: 0.3rem;
  flex-shrink: 0;
}

.testimoni-card i {
  color: #dedede;
}

.testimoni-card img {
  width: 48px;
  height: 48px;
  border: 6px solid #f9f9f9;
  background: #f9f9f9;
  border-radius: 50% !important;
}

#modalKategori {
  display: inline-block;
  /*padding: 0.3rem 0.8rem 0.1rem 0.8rem;
  background-color: #c5cf31;*/
  background-color: #fff;
  color: #000;
}

.modalKategories {
  display: inline-block;
  padding: 0.3rem 0.5rem 0.3rem 0.5rem;
  background-color: #c5cf31;
  color: #000;
  border-radius: 5px;
}

#modalFacilitator .media {
  padding: 2rem 3rem;
}

.sesi-wrap .lerem {
  color: #66d5fe;
  font-size: 28px;
}

#section-news .card {
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  margin-bottom: 1rem;
  border: 0;
}

#section-news .card-img {
  box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
  border-radius: 0;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  position: relative;
  overflow: hidden;
}

#section-news .card-img:hover img {
  transform: scale(1.1);
  transition: all .2s linear;
}

#section-news .card-img i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#section-news .card-img i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: -13px 0 0 -13px;
  width: 25px;
  height: 26px;
  font-size: 25px;
  color: #fff;
}

#section-news .card-img:hover i {
  opacity: 1;
}

.simplefilter {
  overflow: hidden;
  margin: 35px 15px 30px;
  text-align: center;
}

.simplefilter li {
  margin-right: 10px;
  border: 2px solid #c5cf31;
  border-radius: 40px;
  padding: 8px 30px;
  font-weight: 600;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  float: none;
  cursor: pointer;
  display: inline-block;

}

.simplefilter li:hover {
  background-color: #c5cf31;
}

.simplefilter li a {
  color: #4d4d4d;
}

.simplefilter li:hover a {
  color: #fff;
}

#section-news .caption h3 {
  color: #000;
  font-size: 16px;
  margin-top: 20px;
  text-decoration: none;
  font-weight: 600;
  padding-top: 2px;
  line-height: 16px;
}

#section-news .caption p {
  font-size: 13px;
  color: #242424;
}


.card-artikel {
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  border: 0;
  margin-bottom: 1rem;
  padding: 2rem 4rem;
}

.foto-penulis {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  width: 72px;
  max-width: 100%;
  height: auto;
  border-radius: 50%;
  margin-right: 1rem;
}

.artikel h1 {
  margin-top: 2rem;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  color: #000;
}

.artikel p {
  margin-top: -0.3rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-align: justify;
  white-space: pre-line;
  color: #212529;
  font-weight: 400;

}

#sectionArtikel article {
  margin-bottom: 60px;
}

#sectionArtikel article h4 {
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 40px;
}

#sectionArtikel figure img {
  width: 100%;
  border-radius: 4px;
}

p.artikel {
  font-size: 1rem;
  margin-top: -1.5rem;
  text-align: justify;
  white-space: pre-line;
  color: #212529;
  font-weight: 400;

}

.btn-accent {
  border: none;
  color: #fff;
  text-decoration: none;
  background: #c5cf31;
  display: inline-block;
  outline: none;
  box-shadow: none;
  text-shadow: none;
  position: relative;
  letter-spacing: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 10px;
  text-transform: uppercase;
  padding: 12px 33px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
}

.widget {
  background: #fafafa;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 7px;
}

.widget-title {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  margin-bottom: 25px;
  margin-top: 0;
  line-height: normal;
  text-transform: uppercase;
  color: #333;
}

.sidebar ul.nav-tabs {
  border: 0;
}

.sidebar ul.nav-tabs li:first-child {
  padding-top: 0;
}

.sidebar ul.nav-tabs li {
  line-height: normal;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  float: none;
  text-align: left;
  width: 100%;
}

.sidebar ul.nav-tabs li a {
  color: #777;
  border-radius: 0;
  padding: 0;
  padding-left: 0;
  font-weight: 600;
  display: inline-block;
  border-left: 0;
  margin: 0;
  font-size: 13px;
  text-transform: uppercase;
}

.sidebar ul.nav-tabs li a.active {
  color: #c5cf31;
}

.breadcrumb a {
  color: #242424;
}

.btn-link {
  font-size: 13px;
  font-weight: 600;
  color: #c5cf31;
}

.btn-link:hover {
  color: #000;
  text-decoration: none;
}