.home-btn {
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #fff;
  background: #c49a6c;
  float: right;
  margin-right: 50px;
}

.home-btn:hover {
  background: #fff;
  color: #c49a6c;
  border-color: #c49a6c;
}

#about .deskripsi-unit {
  font-size: 14pt;
}

/*--------------------------------------------------------------
# Unit Section
--------------------------------------------------------------*/

#unit-nav {
  padding: 20px 30px 50px 0px;
}

/*--------------------------------------------------------------
# Overview Section
--------------------------------------------------------------*/

#overview {
  padding: 60px 0 30px 0;
}

#overview img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}

#overview img {
  transition: 0.3s ease-in-out;
  opacity: 0.7;
  width: 100%;
}

#overview .profile {
  padding-bottom: 20px;
}

/*--------------------------------------------------------------
# Kurikulum Section
--------------------------------------------------------------*/

#kurikulum {
  padding: 100px 0 30px 0;
}

/*--------------------------------------------------------------
# facility Section
--------------------------------------------------------------*/

#facility {
  padding: 60px 0 30px 0;
}

#facility .judul h3 {
  color: #c49a6c;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.service-icon {
  border: 3px solid transparent;
  display: inline-block;
  height: 85px;
  width: 85px;
  line-height: 101px;

  -webkit-transform: rotate(47deg);
  -moz-transform: rotate(47deg);
  -ms-transform: rotate(47deg);
  -o-transform: rotate(47deg);
  transform: rotate(47deg);

  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.service-item:hover .service-icon {
  border: 3px solid #c49a6c;
  margin-bottom: 20px;
  color: #c49a6c;
}

.service-icon i {
  -webkit-transform: rotate(-47deg);
  -moz-transform: rotate(-47deg);
  -ms-transform: rotate(-47deg);
  -o-transform: rotate(-47deg);
  transform: rotate(-47deg);
}


.service-item h3 {
  font-size: 20px;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# guru Section
--------------------------------------------------------------*/

#guru {
  padding: 60px 0 30px 0;
}

#guru .speaker {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#guru .speaker .details {
  background: rgba(196, 153, 108, 0.76);
  position: absolute;
  left: 0;
  bottom: -30px;
  right: 0;
  text-align: center;
  padding-top: 10px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#guru .speaker .details h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

#guru .speaker .details p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
  font-style: italic;
}


#guru .speaker .details a {
  color: #fff;
}

#guru .speaker .details a:hover {
  color: #f82249;
}

#guru .speaker:hover .details {
  bottom: 0;
}

#guru-details {
  padding: 60px 0;
}

#guru-details .details h2 {
  color: #112363;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}


#guru-details .details p {
  color: #112363;
  font-size: 15px;
  margin-bottom: 10px;
}
