.lists {width: 100%;}
._30 {
  margin-bottom: 30px;
}
.form-item {
display: inline-block;
vertical-align: top;
position: relative;
width: 100%;
}


.form-label {
position: absolute;
pointer-events: none;
left: 20px;
top: 0;
line-height: 50px;
transition: .3s;
font-weight: normal;
color: #909090;
}

.field:focus~.form-label,
.field:not(:focus):valid~.form-label {
top: -17px;
font-size: 11px;
}

.scrollup {
  position: fixed;
  left: auto;
  top: auto;
  right: 3%;
  bottom: 5%;
  z-index: 20;
  display: none;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: hsla(0, 0%, 40.7%, 0.51);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  text-decoration: none;
}

.scrollup:hover {
  background-color: hsla(0, 0%, 40.7%, 0.7);
  color: #fff;
}




.hover-image-5 a {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  height: auto;
  text-align: center;
  background: #bfe2ff;
}
.hover-image-5 a img {
  opacity: 1;
  transition: opacity 0.5s;
  position: relative;
  max-width: 100%;
  height: auto;
  display: block;
}
.hover-image-5 a:hover img {
  opacity: 0.5;
}
.hover-image-5 a div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hover-image-5 a div::before,
.hover-image-5 a div::after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: "";
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
  pointer-events: none;
}
.hover-image-5 a div::before {
  border-top: 2px solid #2f6685;
  border-bottom: 2px solid #2f6685;
  transform: scale(0, 1);
}
.hover-image-5 a div::after {
  border-right: 2px solid #2f6685;
  border-left: 2px solid #2f6685;
  transform: scale(1, 0);
}
.hover-image-5 a:hover div::before,
.hover-image-5 a:hover div::after {
  opacity: 1;
  transform: scale(1);
}
.hover-image-5 div img,
.hover-image-5 div i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  width: 48px;
  height: 48px;
  transition: transform 0.5s ease 0s;
  transform: scale(0);
  font-size: 48px;
  color: #2f6685;
}
.hover-image-5 a:hover div img,
.hover-image-5 a:hover div i {
  transform: scale(1);
  opacity: 1;
}
