

.wabutton {
  bottom: 20px;
  right: 20px;
  z-index: 100;
  position: fixed;
}

.img-fluid.zoom-img {
  transition: transform .5s, filter 1.5s ease-in-out;
}

.img-fluid.zoom-img:hover {
  transform: scale(1.1);
}

.col-sm-6.col-lg-4.item.pj {
  transition: transform .5s, filter 1.5s ease-in-out;
}

.col-sm-6.col-lg-4.item.pj:hover {
  transform: scale(1.1);
}

.contact-use-frm {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.frm-contact {
  padding: 30px;
  max-width: 480px;
  width: 90%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 4px;
  color: #505e6c;
  /*box-shadow: 1px 1px 5px rgba(0,0,0,0.3);*/
}

.gmaps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

.gmaps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

ul.pagination {
  display: inline-block;
  padding: 0;
  margin: 0;
}

ul.pagination li {
  display: inline;
}

ul.pagination li a {
  color: black;
  float: left;
  padding: 4px 12px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid rgba(217,31,39,0.27);
}

ul.pagination li a.active {
  background-color: #d91f27;
  color: white;
  border: 1px solid #d91f27;
}

ul.pagination li a:hover:not(.active) {
  background-color: #ddd;
}

div.tengah {
  text-align: center;
}

#hs {
  background: url(../../assets/img/kantor.jpg) no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
}

.wrapper {
  margin-top: 300px;
}

#unggah {
  padding: 50px 200px;
}

.dz{
  width: 80%;
  padding: 5px;
  margin: 0 auto;
  border: 2px dashed #91b0b3;
}
.dz span{
  width: 250px;
}
.dz-message{
  font-style: italic;
  color: #0807079a;
  text-align: center;
  font-size: 28px;
}

.card-header {
  text-align: center;
  overflow: hidden;
  padding: 0;
}

.image-edit {
  max-height: 200px;
}

.card-header {
  text-align: center;
}

.notifications {
  cursor: pointer;
  position: fixed;
  right: 0px;
  z-index: 9999;
  bottom: 0px;
  margin-bottom: 22px;
  margin-right: 15px;
  min-width: 300px;
  max-width: 800px;
}


