/* Index */

span {
  color: #299a00;
}

.tulis {
  color: #333;
  text-align: center;
}

.navbar-brand {
  color: #fff;
  cursor: pointer;
}
.nav-link{
  margin-left: 3px;
  font-size: 0.9em;
}
.btn:hover {
  background-color: #299a00 !important;
}

.dropdown-item{
  font-size: 0.9em;
}

.navbar{
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 9px 0 rgba(0, 0, 0, 0.19);
}

.item1 {
  height: 1vh;
  min-height: 150px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media only screen and (max-width: 780px) {
  .tulis {
    color: #fff !important;
  }
  span {
  color: #fff;
  }
}

.navbar-toggler {
 background-color: #299a00;
 border-color: #299a00;

}

/* Index-end */

/* Beranda */

  .carousel-control-prev:link {
    top: 40%;    
    position: absolute;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    background: #333;
    height: 50px;
    width: 50px;
    opacity: 0.3;

  }
  .carousel-control-prev:hover {
    opacity: 0.5;
  }

  .carousel-control-next:link {
    top: 40%;    
    position: absolute;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background: #333;
    height: 50px;
    width: 50px;
    opacity: 0.3;
  }

  .carousel-control-next:hover {
    opacity: 0.5;
  }

  .oke{
    padding-top: 4px;
    position: relative;
    top: 10px;
  }
  .carousel-indicators .active{
    border-radius: 50px;
    background: #fff;
    opacity: 0.7;
  }

  .carousel-caption {
    margin-bottom: 10px;
  }

  .btncrl {
    padding: 6px 10px;
    outline: none;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    background-color: #299A00;
    font-size: 16px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 8px;
    border-bottom: 3px solid #238c2a;
    border-right: 2px solid #238c2a;
  }

.btncrlbrd {
  background-color: #299A00;
  color: white;
  border-bottom: 3px solid #238c2a;
  border-right: 2px solid #238c2a;
}

.btncrlbrd:hover {
  background-color: #333 !important;
  border-bottom: 3px solid #333 !important;
  border-right: 2px solid #333 !important;
}

a {
  color: white;
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: none;
  color: white;
}

.btnum {
  display: inline-block;
  border-radius: 8px;
  background-color: #299A00;
  border: none;
  color: white;
  text-align: center;
  font-size: 16px;
  padding: 6px 8px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin-top: -5px;
}

.btnum:hover {
  color: white;
  cursor: pointer;
  background-color: #333;
}

.btnum span {
  color: white;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.btnum span:after {
  color: #299A00;
  content: '\27A4';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.btnum:hover span {
  padding-right: 25px;
  color: white;
}

.btnum:hover span:after {
  color: #299A00;
  opacity: 1;
  right: 0;
}
/**
.btnum {
    border:none;
    padding: 6px 8px;
    color: white;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 5px;
  }

.btnum1 {
  background-color: #299A00;
  color: white; 
}

.btnum1:hover {
  background-color: #333;
} **/

.bok {
  padding-bottom: 10px;
  background-color: #333;
  opacity: 0.5;
  color: #fff;
  border-radius: 20px;
}

.bg {
  background-color: #238c2a;
  border: none;
}

.cardpd {
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 780px) {
  .cardpd {
    padding : 0 !important;
  }
}

/* Beranda-end */




.hijaumuda {
  color: #299a00;
}



/*zoomlink */

.boxzoom {
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #333;
  overflow: hidden;
  width: 95%;
  height: 92%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s ease;
  transition: .3s ease;
  opacity: 0.7;
  border : 4px solid #fff;
  border-radius: 5px;
}

.boxzoom:hover .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.boxzoom:hover .btnzoom {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.btnzoom {
  position: absolute;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding-top: 6px;
  background-color: #28bf3f;
  overflow: hidden;
  width: 50px;
  height: 50px;
  font-size: 22px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s ease;
  transition: .3s ease;
  border: 2px solid #3f3f3f;
  border-radius: 50px;
  color: #fff;
}

.btnzoom:hover {
  background-color: #cfcfcf;
  box-shadow: 0px 0px 8px 2px #fff;
  border: 2px solid #fff;
  cursor: pointer;
  color: #444;
}

/* zoomlink end */

/* transisi */
.slideanimbwh {visibility:hidden;}
  .slidebwh {
    animation-name: slidebwh;
    -webkit-animation-name: slidebwh;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    visibility: visible;
  }
  @keyframes slidebwh {
    0% {
      opacity: 0;
      transform: translateY(100%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slidebwh {
    0% {
      opacity: 0;
      -webkit-transform: translateY(100%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }

  .slideanimkn {visibility:hidden;}
  .slidekn {
    animation-name: slidekn;
    -webkit-animation-name:slidekn;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    visibility: visible;
  }
  @keyframes slidekn {
    0% {
      opacity: 0;
      transform: translateX(100%);
    } 
    100% {
      opacity: 1;
      transform: translateX(0%);
    }
  }
  @-webkit-keyframes slidekn {
    0% {
      opacity: 0;
      -webkit-transform: translateX(100%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateX(0%);
    }
  }

  .slideanimkr {visibility:hidden;}
  .slidekr {
    animation-name: slidekr;
    -webkit-animation-name:slidekr;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    visibility: visible;
  }
  @keyframes slidekr {
    0% {
      opacity: 0;
      transform: translateX(-100%);
    } 
    100% {
      opacity: 1;
      transform: translateX(0%);
    }
  }
  @-webkit-keyframes slidekr {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-100%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateX(0%);
    }
  }


  .slidezoom {
    animation-name: slidezoom;
    -webkit-animation-name:slidezoom;
    animation-duration: 4s;
    -webkit-animation-duration: 4s;
    visibility: visible;
  }
  @keyframes slidezoom {
    0% {
      opacity: 0;
      transform: scale(100%, 100%);
    } 
    100% {
      opacity: 1;
      transform: scale(0%, 0%);
    }
  }
  @-webkit-keyframes slidezoom {
    0% {
      opacity: 0;
      -webkit-transform: scale(100%, 100%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: scale(0%, 0%);
    }
  }

/* transisi end */


/* zoom image */

.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}

/* zoom image end */


/* Tombol galeri */

.boxglr {
  position: relative;
}

.overlayglr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #333;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s ease;
  transition: .3s ease;
  opacity: 0.8;
  border : 4px solid #fff;
}

.boxglr:hover .overlayglr {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.btnglr {
  color: white;
  font-size: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  padding-top: 6px;
  background-color: #28bf3f;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  border: 3px solid #fff;
  border-radius: 25px;
}
.btnglr:hover {
  background-color: #cfcfcf;
  box-shadow: 0px 0px 8px 2px #fff;
  border: 2px solid #fff;
  cursor: pointer;
  color: #444;
}
/* Tombol galeri and */