/********** Template CSS **********/
:root {
    --primary: #F3BB10;
    --light: #ffe7b8;
    --dark: #0F0F0F;
}

.text-dark{
    color:var(--dark);
}

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

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

@media only screen and (max-width: 767px) {
    .back-to-top {
        right:25px;
    }
}

.heading-besar{
    font-size:35px;
}
.heading-kecil{
    font-size:14px;
}

.bg-peteng{
    background-color:#181D38;
    z-index:-3;
}

.tutup-embed-ig {
    background: white;
    height: 50px;
    top: -50px;
    position: relative;
    z-index: 99999;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
    font-size:10px;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
}

.btn-umkm {
    font-size:12px; 
    background: #F3BB10;
    border: #F3BB10 solid;
    color: white;
    border-radius:25px;
}
.btn-umkm:hover{
    background: #C5970A;
    border: #C5970A solid;
    color: white;
}

.btn-download{
    background: #F3BB10;
    border: #F3BB10 solid;
    font-size:15px;
    margin-top: 5px;
    border-radius:25px;
}
.btn-download:hover{
    background: #C5970A;
    border: #C5970A solid;
    color: white;
}

.btn-whatsapp{
    background: #00E676;
    border: #00E676 solid;
    color: white;
    border-radius:25px;
    margin-bottom:5px;
    font-size:12px; 
}
.btn-whatsapp:hover{
    background: #00A884;
    border: #00A884 solid;
    color: white;
}

.btn-telp{
    background: #F3BB10;
    border: #F3BB10 solid;
    color: white;
    border-radius:25px;
    margin-bottom:5px;
    font-size:12px; 
}
.btn-telp:hover{
    background: #C5970A;
    border: #C5970A solid;
    color: white;
}

.btn-shopee{
    background: #F9502F;
    border: #F9502F solid;
    color: white;
    border-radius:25px;
    margin-bottom:5px;
    font-size:12px; 
}
.btn-shopee:hover{
    background: #E62B07;
    border: #E62B07 solid;
    color: white;
}

.btn-tokped{
    background: #00AA5B;
    border: #00AA5B solid;
    color: white;
    border-radius:25px;
    margin-bottom:5px;
    font-size:12px; 
}
.btn-tokped:hover{
    background: #008849;
    border: #008849 solid;
    color: white;
}

.btn-lazada{
    background: #17197D;
    border: #17197D solid;
    color: white;
    border-radius:25px;
    margin-bottom:5px;
    font-size:12px; 
}
.btn-lazada:hover{
    background: #121464;
    border: #121464 solid;
    color: white;
}

.btn-tiktok{
    background: black;
    border: #25F4EE solid;
    color: white;
    border-radius:25px;
    margin-bottom:5px;
    font-size:12px; 
}
.btn-tiktok:hover{
    background: black;
    border: #FE2C55 solid;
    color: white;
}

.icon-ecommerce{
    width:25px;
    height:25px;
}

.link-blog{
    color:black !important;
}
.link-blog:hover{
    color:var(--primary) !important;
    font-size: larger;
    font-weight: 700;
}

.img-warta{
    width: 410px; 
    height: 280px;
}
.img-peta{
    width:100%; 
    height:250px;
}

.img-romo{
    width: 300px;
    height: 300px;
    padding: 10px;
}

.img-sop{
    width:100%; 
    height:auto;
}

.slider{
    height: 100vh;
    overflow: hidden;
}

    
@media only screen and (max-width: 1920px) {
    .content-slider{
        position: relative;
        bottom: 550px;
    }
    .background-slider{
        background: rgba(24, 29, 56, .7);
        -webkit-animation: slide 24s linear infinite;
        animation: slide 24s linear infinite;
    }

    .img-slider{
      height:850px; 
      width:100%;
      -webkit-animation: slide 24s linear infinite;
      animation: slide 24s linear infinite;
    }
    
    .img-logo{
        width: 200px;
    }
}

@media only screen and (max-width: 1280px) {
    .content-slider{
        position: relative;
        bottom: 450px;
    }
    .background-slider{
        background: rgba(24, 29, 56, .7);
        -webkit-animation: slide 24s linear infinite;
        animation: slide 24s linear infinite;
    }

    .img-slider{
      height:650px; 
      width:100%;
      -webkit-animation: slide 24s linear infinite;
      animation: slide 24s linear infinite;
    }
    
    .img-logo{
        width: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .content-slider{
        position: fixed;
        bottom: 300px;
        margin-left:10px;
    }
    
    .background-slider{
        background: rgba(24, 29, 56, .7);
        -webkit-animation: slide 20s linear infinite;
        animation: slide 20s linear infinite;
    }

    .img-slider{
      height:100%; 
      width:auto; 
      -webkit-animation: slide 20s linear infinite;
      animation: slide 20s linear infinite;
    }
    .img-logo{
        width: 180px;
    }
}

@-webkit-keyframes slide {
        0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        }
    
        50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        }
    
        100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        }
    }
    
    @keyframes slide {
        0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        }
    
        50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        }
    
        100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        }
    }

/*================================================
Products Details Area CSS
=================================================*/

@media only screen and (max-width: 767px) {
    
}
.main-slick {
    font-family:Arial;
    width:500px;
    display:block;
    margin:0 auto;
  }

  .action-slick{
    display:block;
    margin:100px auto;
    width:100%;
    text-align:center;
  }
  .action-slick a {
    display:inline-block;
    padding:5px 10px; 
    background:#f30;
    color:#fff;
    text-decoration:none;
  }
  .action-slick a:hover{
    background:#000;
  }

  .img-thumb{
    width:100px; 
    height:100px; 
    margin:5px; 
}
.det-img{
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .main-slick {
        width: 300px;
    }
    .img-thumb {
        width:60px;
        height:60px;
    }
    .det-img{
        width: 300px;
        height:auto;
        overflow:hidden;
        position:relative;
    }
}

/*================================================
OUR TEAM Area CSS
=================================================*/
/** heading Type Writer animation*/

.cards-wrapper {
   display: flex;
   justify-content: space-evenly;
   position: relative;
   top: 32%;
   left: 50%;
   transform: translateX(-50%);
}

/** Microsoft Edge Browser 15+ - @supports method */

@supports (-ms-ime-align: auto) and (-webkit-text-stroke: initial) {
   .cards-wrapper {
      justify-content: space-around; /*! for Edge Browser because it not support space-evenly value*/
   }
}

.card-team {
    /*border-radius:10px;*/
    width: 280px;
    background-color: #ffe7b8;
    display: flex;
    position:relative;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    transition: transform 0.5s;
}

@media only screen and (max-width: 767px) {
    .card-team{
        width:160px;
    }
}

/** Microsoft Edge Browser 15+ - @supports method */

@supports (-ms-ime-align: auto) and (-webkit-text-stroke: initial) {
   .card-team {
      justify-content: space-around; /*! for Edge Browser because it not support space-evenly value*/
   }
}

.card-team:hover {
   transform: scale(1.15);
}

.image-top {
   width: 100%;
   height: 180px;
   object-fit: cover;
   /*border-top-left-radius:10px;*/
   /*border-top-right-radius:10px;*/
   /*-webkit-clip-path: polygon(0 0, 100% 0, 100% 74%, 0 100%);*/
   /*-moz-clip-path: polygon(0 0, 100% 0, 100% 74%, 0 100%);*/
   /*clip-path: polygon(0 0, 100% 0, 100% 74%, 0 100%);*/
}

.profile-image {
   width: 120px;
   height: 120px;
   border-radius: 50%;
   margin-top: -100px;
   z-index: 1;
   border: 8px solid rgba(238, 238, 238, 0.6);
}

/** Microsoft Edge Browser 15+ - @supports method */

@supports (-ms-ime-align: auto) and (-webkit-text-stroke: initial) {
   .profile-image {
      margin-top: -70px;
   }
}

.card-team h1.full-name {
    text-align:center;
    font-size: 18px;
    color: #555555;
    margin: 10px;
}

.card-team .job {
    padding:3px;
    font-size:14px;
    text-align:center;
    color: #777;
    font-weight: 300;
}

.card-team .about-me {
   font-family: "Josefin Sans", sans-serif;
   font-size: 15px;
   line-height: 1.3;
   padding: 8px 14px;
   text-align: center;
   color: #444;
   font-style: italic;
}

.card-team button {
   width: 120px;
   padding: 7px;
   margin: 10px 0;
   background-color: tomato;
   border: none;
   outline: none;
   border-radius: 25px;
   font-family: "Josefin Sans", sans-serif;
   color: #eeeeee;
   box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
   cursor: pointer;
}

.card-team:hover button {
   animation: buttonRotation 2s linear 0.8s;
}
/* *Button Animation*/

@keyframes buttonRotation {
   0% {
      transform: scale(1) rotateZ(0);
   }
   5% {
      transform: scale(1.2) rotateZ(5deg);
   }
   10% {
      transform: scale(1.2) rotateZ(-5deg);
   }
   15% {
      transform: scale(1.2) rotateZ(5deg);
   }
   20% {
      transform: scale(1.2) rotateZ(-5deg);
   }
   25% {
      transform: scale(1.2) rotateZ(5deg);
   }
   30% {
      transform: scale(1.2) rotateZ(-5deg);
   }
   35% {
      transform: scale(1.2) rotateZ(5deg);
   }
   40% {
      transform: scale(1.2) rotateZ(-5deg);
   }
   45% {
      transform: scale(1.2) rotateZ(5deg);
   }
   50% {
      transform: scale(1.2) rotateZ(-5deg);
   }
   55% {
      transform: scale(1.2) rotateZ(5deg);
   }
   60% {
      transform: scale(1.2) rotateZ(-5deg);
   }
   65% {
      transform: scale(1.2) rotateZ(5deg);
   }
   70% {
      transform: scale(1.2) rotateZ(-5deg);
   }
   75% {
      transform: scale(1.2) rotateZ(5deg);
   }
   80% {
      transform: scale(1.2) rotateZ(-5deg);
   }
   85% {
      transform: scale(1.2) rotateZ(5deg);
   }
   90% {
      transform: scale(1.2) rotateZ(-5deg);
   }
   85% {
      transform: scale(1.2) rotateZ(5deg);
   }
   100% {
      transform: scale(1) rotateZ(0);
   }
}

ul.social-icons {
   width: 150px;
   list-style: none;
   display: flex;
   justify-content: space-evenly;
   margin: 10px 0 20px 0;
   border-top: 1px solid #999;
   padding-top: 18px;
}

@supports (-ms-ime-align: auto) and (-webkit-text-stroke: initial) {
   ul.social-icons {
      justify-content: space-around; /*! for Edge Browser because it not support space-evenly value*/
   }
}

ul.social-icons i {
   font-size: 18px;
   padding: 3px 6px;
}

.fa-facebook-f {
   color: #3c5a99;
}

.fa-twitter {
   color: #1da1f2;
}

.fa-youtube {
   color: #ff0000;
}

.fa-linkedin-in {
   color: #0077b5;
}

/** Media */
@media (max-width: 992px) {
   .container {
      height: 100%;
   }
   .heading {
      width: 90%;
   }
   .cards-wrapper {
      flex-wrap: wrap;
      padding: 300px 0 150px 0;
   }
   .card-team {
      margin: 0 30px 50px;
   }
}

@media (max-width: 767px) {
   .heading {
      font-size: 50px;
   }
   .heading::after {
      height: 40px;
   }
   .cards-wrapper {
      padding: 250px 0 100px 0;
   }
}

@media (max-width: 398px) {
   .heading {
      font-size: 38px;
   }
   .heading::after {
      height: 28px;
   }
   .cards-wrapper {
      padding: 190px 0 70px 0;
   }
}

/*================================================
Event Area CSS
=================================================*/
.event-area {
    background-color: #fafafa;
  }
  
  .single-event-box {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #ffffff;
  }
  
  .single-event-box .event-image {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  
  .single-event-box .event-image .image {
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .single-event-box .event-image .image img {
    display: none;
  }
  
  .single-event-box .event-image .image.bg1 {
    background-image: url(../../assets/img/blog-image/1.jpg);
  }
  
  .single-event-box .event-image .image.bg2 {
    background-image: url(../../assets/img/blog-image/2.jpg);
  }
  
  .single-event-box .event-image .image.bg3 {
    background-image: url(../../assets/img/blog-image/3.jpg);
  }
  
  .single-event-box .event-image .image.bg4 {
    background-image: url(../../assets/img/blog-image/4.jpg);
  }
  
  .single-event-box .event-content {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  
  .single-event-box .event-content .content {
    padding: 40px 30px;
  }
  
  .single-event-box .event-content .content .date {
    color: #2fba1b;
    margin-top: -5px;
    font-size: 50px;
    font-weight: 300;
  }
  
  .single-event-box .event-content .content .date sup {
    text-transform: uppercase;
    color: #524552;
    top: -22px;
    left: -6px;
    font-size: 18px;
    font-weight: 500;
  }
  
  .single-event-box .event-content .content .date sub {
    font-size: 15px;
    left: -53px;
    top: -1px;
    color: #818181;
  }
  
  .single-event-box .event-content .content h3 {
    margin-bottom: 11px;
    font-size: 24px;
    font-weight: 600;
  }
  
  .single-event-box .event-content .content h3 a {
    display: inline-block;
  }
  
  .single-event-box .event-content .content ul {
    padding-left: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 10px;
  }
  
  .single-event-box .event-content .content ul li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
    color: #554955;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .single-event-box .event-content .content ul li span {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
    /* font-weight: 600; */
  }
  
  .single-event-box .event-content .content .default-btn {
    margin-top: 25px;
  }

  
/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 20px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 13px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .dropdown-menu.fade-down {
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header carousel ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

@media only screen and (max-width: 767px) {
    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        width: 30px;
        height: 30px;
    }
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    /* background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(15, 23, 43, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(90% + 60px);
    left: 0;
}

@media only screen and (max-width: 767px) {
    .section-title {
        font-size:13px;
    }
    .section-title::before {
        width: calc(100% + 20px);
    }
    .section-title::after {
        width: calc(90% + 60px);
    }
}

/*** Service ***/
@media only screen and (max-width: 767px) {
    .service-item {
        text-align:center;
    }
}
.service-item {
    /*background: var(--light);*/
    transition: .5s;
}
.service-item p{
    color: #0F0F0F;
}

.service-item h5{
    color: #0F0F0F;
}

.service-item:hover {
    margin-top: -10px;
    /*background: var(--primary);*/
}

.service-item:hover p{
    color: #0F0F0F;
}

.service-item:hover h5{
    color: #0F0F0F;
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--primary) !important;
}


/*** Categories & Courses ***/
.category img,
.course-item img {
    transition: .5s;
}

.category a:hover img,
.course-item:hover img {
    transform: scale(1.1);
}


/*** Team ***/
.team{
    border:1px black solid;
}
.team-slide{
    border:1px black solid;
    margin-left:5px;
    margin-right:5px;
    background:white;
}
.team-blog{
    border:1px black solid;
    margin-left:5px;
    margin-right:5px;
    background:white;
    height:550px;
}

@media only screen and (max-width: 767px) {
    .team{
        height:500px;
    }
    .team-slide{
        height:500px;
    }
}

@media only screen and (min-width: 1280px) {
    .team{
        height: 420px;
    }
    .team-slide{
        height: 420px;
    }
}

@media only screen and (min-width: 1920px) {
    .team{
        height:420px;
    }
    .team-slide{
        height:450px;
    }
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    /*background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);*/
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    /*background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);*/
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 0px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 0px;
    }
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

/*.testimonial-carousel .owl-item.center .testimonial-text {*/
/*    background: var(--primary) !important;*/
/*}*/

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #0F0F0F !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

/*** Warta Liturgi ***/
.blog-article {
    margin-bottom: 30px;
}
  
.blog-article .blog-article-img {
    margin-bottom: 30px;
}

.blog-article .blog-article-img img{
    width: 100%;
    height: auto;
}
.btn-share1{
    visibility: visible;
}
.btn-share2{
    visibility: hidden;
}
    
@media (max-width: 1280px) {
    .btn-share1{
        visibility: visible;
    }
    .btn-share2{
        visibility: hidden;
    }
}

@media (max-width: 768px) {
    .btn-share1{
        visibility: hidden;
    }
    .btn-share2{
        visibility: visible;
    }
}
  
.blog-article .blog-article-title {
    margin-bottom: 30px;
}
  
.blog-article .blog-article-title h2 {
    font-size: 30px;
    margin-bottom: 20px;
    max-width: 500px;
}
  
.blog-article .blog-article-title ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
  
.blog-article .blog-article-title ul li {
    display: inline-block;
    color: #292323;
    margin-right: 30px;
    position: relative;
}
  
.blog-article .blog-article-title ul li i {
    color: #F3BB10;
}
  
.blog-article .blog-article-title ul li::before {
    content: '';
    position: absolute;
    top: 3px;
    width: 1px;
    height: 20px;
    background-color: #F3BB10;
    right: -20px;
}
  
.blog-article .blog-article-title ul li:last-child {
    margin-right: 0;
}
  
.blog-article .blog-article-title ul li:last-child::before {
    display: none;
}
  
.blog-article .article-content p {
    margin-bottom: 20px;
}
  
.blog-article .article-content .blockquote {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    margin-top: 40px;
    background-color: #FAF0E0;
    padding: 30px;
}
  
.blog-article .article-content .blockquote::before {
    content: '\ee34';
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 120px;
    font-weight: 400;
    color: #ffffff;
    font-family: boxicons;
    line-height: 0;
}
  
.blog-article .article-content .blockquote::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    text-align: center;
    font-size: 50px;
    font-weight: 400;
    background-color: #F3BB10;
}
  
.blog-article .article-content .blockquote p {
    font-size: 20px;
    color: #555555;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 20px;
}
  
.blog-article .another-content p {
    margin-bottom: 20px;
}
  
.blog-article .another-content .content-img {
    margin-top: 40px;
    margin-bottom: 30px;
}
  
.blog-article .blog-status {
    margin-top: 30px;
    margin-bottom: 30px;
}
  
.blog-article .blog-status ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
  
.blog-article .blog-status ul li {
    display: inline-block;
    color: #292323;
    margin-right: 30px;
    position: relative;
}
  
.blog-article .blog-status ul li i {
    color: #F3BB10;
}
  
.blog-article .blog-status ul li::before {
    content: '';
    position: absolute;
    top: 3px;
    width: 1px;
    height: 20px;
    background-color: #F3BB10;
    right: -20px;
}
  
.blog-article .blog-status ul li:last-child {
    margin-right: 0;
}
  
.blog-article .blog-status ul li:last-child::before {
    display: none;
}
  
.blog-article .blog-share {
    border-top: 1px solid #555555;
    border-bottom: 1px solid #555555;
}
  
.blog-article .blog-share ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: 520px;
}
  
.blog-article .blog-share ul li {
    display: inline-block;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: 135px;
    font-weight: 700;
}
  
.blog-article .blog-share ul li:last-child {
    margin-right: 0;
}
  
.blog-article .blog-share ul li a {
    color: #292323;
    text-align: center;
}
  
.blog-article .blog-share ul li a:hover {
    color: #F3BB10;
}
  
.blog-article .comments-wrap {
    padding-top: 30px;
}
  
.blog-article .comments-wrap .title {
    font-size: 30px;
    margin-bottom: 30px;
    color: #292323;
}
  
.blog-article .comments-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
  
.blog-article .comments-wrap ul li {
    position: relative;
    padding: 30px;
    padding-left: 140px;
    margin-bottom: 30px;
    background-color: #FAF0E0;
}
  
.blog-article .comments-wrap ul li:last-child {
    margin-bottom: 0;
}
  
.blog-article .comments-wrap ul li img {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 90px;
    height: 90px;
}
  
.blog-article .comments-wrap ul li h3 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
}
  
.blog-article .comments-wrap ul li span {
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
    color: #8b8b8b;
}
  
.blog-article .comments-wrap ul li p {
    margin-bottom: 0;
}
  
.blog-article .comments-wrap ul li a {
    position: absolute;
    top: 27px;
    right: 30px;
    color: #071232;
    font-weight: 600;
}
  
.blog-article .comments-wrap ul li a:hover {
    color: #F3BB10;
}
  
.blog-article .comments-form {
    margin-top: 40px;
}
  
.blog-article .comments-form .contact-form h2 {
    font-size: 26px;
    margin-bottom: 30px;
}
  
.blog-article .comments-form .contact-form .form-group .form-control {
    border-color: #F3BB10;
    background-color: transparent;
    border-radius: 0;
}

.side-bar-wrap {
    margin-bottom: 30px;
}
  
.side-bar-widget {
    margin-bottom: 30px;
}
  
.side-bar-widget {
    margin-bottom: 30px;
    background-color: white;
}
  
.side-bar-widget .title {
    font-size: 20px;
    color: #0F0F0F;
    padding: 15px 0 10px 15px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    border-bottom: 2px solid #0F0F0F;
    width: 100%;
}
  
.side-bar-widget .widget-popular-post {
    position: relative;
    overflow: hidden;
    padding: 20px;
}
  
.side-bar-widget .widget-popular-post .item {
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
  
.side-bar-widget .widget-popular-post .item:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}
  
.side-bar-widget .widget-popular-post .item .thumb {
    float: left;
    overflow: hidden;
    position: relative;
    margin-right: 15px;
}
  
.side-bar-widget .widget-popular-post .item .thumb .full-image {
    width: 80px;
    height: 80px;
    display: inline-block;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
    position: relative;
    background-color: #555555;
}
  
.side-bar-widget .widget-popular-post .item .info {
    overflow: hidden;
}
  
.side-bar-widget .widget-popular-post .item .info .title-text {
    margin-bottom: 5px;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 700;
    max-width: 215px;
}
  
.side-bar-widget .widget-popular-post .item .info .title-text a {
    display: inline-block;
    color: #292323;
}
  
.side-bar-widget .widget-popular-post .item .info .title-text a:hover {
    color: #F3BB10;
}
  
.side-bar-widget .widget-popular-post .item .info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
  
.side-bar-widget .widget-popular-post .item .info ul li {
    display: inline-block;
    margin-right: 15px;
}
  
.side-bar-widget .widget-popular-post .item .info ul li:last-child {
    margin-right: 0;
}
  
.side-bar-widget .side-bar-widget-tag {
    list-style: none;
    margin: 0;
    padding: 10px 20px 20px;
}
  
.side-bar-widget .side-bar-widget-tag li {
    display: inline-block;
    padding: 7px 15px;
    margin: 5px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    color: #555555;
    font-size: 14px;
    font-weight: 600;
    background-color: #ffffff;
}
  
.side-bar-widget .side-bar-widget-tag li:hover {
    background-color: #F3BB10;
    border-color: #F3BB10;
}
  
.side-bar-widget .side-bar-widget-tag li a {
    color: #555555;
}
  
.side-bar-widget .side-bar-widget-tag li:hover a {
    color: #ffffff;
}

/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0F0F0F;
    font-weight: normal;
    border: 1px solid #0F0F0F;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 10px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

/*Zig-zag Halaman Layanan*/
.single-event-box .imegg{
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 30%;
    max-width: 30%;
}
.single-event-box .konten{
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 70%;
    max-width: 70%;
}
.loc h3{
    text-transform: uppercase;
    color: #217911;
    font-weight: 900;
}
.avail{
    padding: 50px 0;
}
.avail .hae{
    display: inline-block;
    position: relative;
    text-transform: uppercase !important;
    font-weight: 900 !important;
}
.avail .hae:before{
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background: #34b045;
    top: 0;
    left: -67px;
    top: 50%;
    transform: translateY(-50%);
}
.avail .hae:after{
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background: #34b045;
    top: 0;
    right: -67px;
    top: 50%;
    transform: translateY(-50%);
}
@media only screen and (max-width: 767px){
    .single-event-box .konten {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    }
    .single-event-box {
    margin-bottom: 30px;
    }
    .single-event-box .event-image {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    }
    .single-event-box .event-image .image {
    background-image: unset;
    height: auto;
    }
    .single-event-box .event-image .image img {
    display: inline-block;
    }
    .single-event-box .event-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    }
    .single-event-box .event-content .content {
    padding: 30px 25px;
    }
    .single-event-box .event-content .content h3 {
    font-size: 20px;
    }
    .single-event-box .event-content .content ul li {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
    }
    .single-event-box .event-content .content ul li:last-child {
    margin-bottom: 0;
    }
    .single-event-box:last-child {
    margin-bottom: 0;
    }
    .services-details-overview {
    margin-bottom: 30px;
    }
    .services-details-overview .services-details-desc {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 30px;
    }
    .services-details-overview .services-details-desc h3 {
    font-size: 21px;
    margin-bottom: 12px;
    }
    .services-details-overview .services-details-desc .features-text h4 {
    font-size: 15px;
    margin-bottom: 12px;
    }
    .services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title {
    font-size: 15px;
    }
    .services-details-overview .services-details-image {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    }
}

/*================================================
Search Overlay CSS
=================================================*/

#search-btn{
    font-size: larger;
    position: static;
    top: 1em;
    right: 1em;
    background-color: transparent;
    padding: 10px;
    border-radius: 2px;
    color: var(--primary);
    margin-right:10px;
}

#search-btn:hover{
    background-color: var(--primary);
    color:#fff;
    cursor: pointer;
  
}

#search-overlay{
    display:none;
}

.block {
    position: fixed;
    top: 0;
    right: 0;
    bottom:0 ;
    left: 0;
    overflow: auto;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    border: #a0a0a0 solid 1px;
    margin: 0;
}

.block:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: 0;
    /* Adjusts for spacing */
    /* For visualization 
    background: #808080; width: 5px;
    */
}

.centered {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding: 10px 15px;
    color: #FFF;
    border: none;
    background: transparent;
}

#search-box {
    position: relative;
    width: 100%;
    margin: 0;
}

#search-form {
  height: 4em;
  border: 1px solid #999;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 60px;
  background-color: #fff;
  overflow: hidden;
}

#search-text {
  font-size: 14px;
  color: #ddd;
  border-width: 0;
  background: transparent;
}

#search-box input[type="text"] {
  width: 90%;
  padding: 15px;
  color: #333;
  outline: none;
  font-size: 1.4em;
}

#search-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 4.7em;
  width: 70px;
  color: #fff;
  text-align: center;
  line-height: 42px;
  border-width: 0;
  background-color: var(--primary);
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 80px;
  cursor: pointer;
  font-size: 14px;
  padding: 10px;
}

#close-btn{
  position: fixed;
  top: 1em;
  right: 1em;
}
#close-btn:hover{
  color: #777;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
    #search-btn{
        margin-left:20px;
        margin-bottom:20px;
    }
    .centered {
        width:fit-content;
    }
    #search-box {
        width:300px;
    }
    #search-button {
        width:70px;
        right:1px;
    }
    #close-btn{
        top:20px;
    }
}

/*================================================
Floating Chat Whatsapp
=================================================*/
#whatsapp-chat{
    position:fixed;
    background:#fff;
    width:350px;
    border-radius:10px;
    box-shadow:0 1px 15px rgba(32,33,36,.28);
    bottom:90px;
    left:20px;
    overflow:hidden;
    z-index:99;
    animation-name:showchat;
    animation-duration:1s;
    transform:scale(1)
}
a.blantershow-chat{
    background:linear-gradient(to right top,#00D83A,#0DC143);
    color:#fff;
    position:fixed;
    z-index:98;
    bottom:25px;
    left:20px;
    font-size:15px;
    padding:10px 20px;
    border-radius:30px;
    box-shadow:0 1px 15px rgba(32,33,36,.28)
}
a.blantershow-chat i{
    transform:scale(1.2);
    margin:0 10px 0 0
}
/*.header-chat{*/
/*    background:linear-gradient(to right top,#FFC900,#F3BB10);*/
/*    color:#fff;*/
/*    padding:20px*/
/*}*/
/*.header-chat h3{*/
/*    margin:0 0 10px*/
/*}*/
/*.header-chat p{*/
/*    font-size:14px;*/
/*    line-height:1.7;*/
/*    margin:0*/
/*}*/
/*.info-avatar{*/
/*    position:relative*/
/*}*/
/*.info-avatar img{*/
/*    border-radius:100%;*/
/*    width:50px;*/
/*    float:left;*/
/*    margin:0 10px 0 0*/
/*}*/
/*.info-avatar:before{*/
/*    content:'\f232';*/
/*    z-index:1;*/
/*    font-family:"Font Awesome 5 Brands";*/
/*    background:#23ab23;*/
/*    color:#fff;*/
/*    padding:4px 5px;*/
/*    border-radius:100%;*/
/*    position:absolute;*/
/*    top:30px;*/
/*    left:30px*/
/*}*/
/*a.informasi{*/
/*    padding:20px;*/
/*    display:block;*/
/*    overflow:hidden;*/
/*    animation-name:showhide;*/
/*    animation-duration:2.5s*/
/*}*/
/*a.informasi:hover{*/
/*    background:#f1f1f1*/
/*}*/
/*.info-chat span{*/
/*    display:block*/
/*}*/
/*#get-label,span.chat-label{*/
/*    font-size:12px;*/
/*    color:#888*/
/*}*/
/*#get-nama,span.chat-nama{*/
/*    margin:5px 0 0;*/
/*    font-size:15px;*/
/*    font-weight:700;*/
/*    color:#222*/
/*}*/
/*#get-label,#get-nama{*/
/*    color:#fff*/
/*}*/
/*span.my-number{*/
/*    display:none*/
/*}*/
/*.blanter-msg{*/
/*    color:#444;*/
/*    padding:20px;*/
/*    font-size:12.5px;*/
/*    text-align:center;*/
/*    border-top:1px solid #ddd*/
/*}*/
/*textarea#chat-input{*/
/*    border:none;*/
/*    font-family:'Arial',sans-serif;*/
/*    width:100%;*/
/*    height:20px;*/
/*    outline:none;*/
/*    resize:none*/
/*}*/
/*a#send-it{*/
/*    color:#555;*/
/*    width:40px;*/
/*    margin:-5px 0 0 5px;*/
/*    font-weight:700;*/
/*    padding:8px;*/
/*    background:#eee;*/
/*    border-radius:10px*/
/*}*/
/*.first-msg{*/
/*    background:#f5f5f5;*/
/*    padding:30px;*/
/*    text-align:center*/
/*}*/
/*.first-msg span{*/
/*    background:#e2e2e2;*/
/*    color:#333;*/
/*    font-size:14.2px;*/
/*    line-height:1.7;*/
/*    border-radius:10px;*/
/*    padding:15px 20px;*/
/*    display:inline-block*/
/*}*/
/*.start-chat .blanter-msg{*/
/*    display:flex*/
/*}*/
/*#get-number{*/
/*    display:none*/
/*}*/
/*a.close-chat{*/
/*    position:absolute;*/
/*    top:5px;*/
/*    right:15px;*/
/*    color:#fff;*/
/*    font-size:30px*/
/*}*/
/*@keyframes showhide{*/
/*    from{transform:scale(.5);opacity:0}*/
/*}*/
/*@keyframes showchat{*/
/*    from{transform:scale(0);opacity:0}*/
/*}*/
/*@media screen and (max-width:480px){*/
/*    #whatsapp-chat{*/
/*        width:auto;left:5%;right:5%;font-size:80%*/
/*    }*/
/*}*/
/*.hide{*/
/*    display:none;*/
/*    animation-name:showhide;*/
/*    animation-duration:1.5s;*/
/*    transform:scale(1);*/
/*    opacity:1*/
/*}*/
/*.show{*/
/*    display:block;*/
/*    animation-name:showhide;*/
/*    animation-duration:1.5s;*/
/*    transform:scale(1);*/
/*    opacity:1*/
/*}*/