/* Property */
.hvr-sweep-to-bottom-property {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;  background: linear-gradient(to bottom, #5b912a 0%, #466f20 100%);
}
.hvr-sweep-to-bottom-property:before {
  content: "Check Your UD Tax Dues, Pay UD Tax, Check your property details";
  position: absolute; text-align:center; padding-top:40px; font-family:"Open Sans", "Bell MT"; font-size:14px;
  z-index:999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #057849;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom-property:hover, .hvr-sweep-to-bottom-property:focus, .hvr-sweep-to-bottom-property:active {
  color: white;
}
.hvr-sweep-to-bottom-property:hover:before, .hvr-sweep-to-bottom-property:focus:before, .hvr-sweep-to-bottom-property:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}


/* water */
.hvr-sweep-to-bottom-water{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;  background: linear-gradient(to bottom, #0d5583 0%, #0a4366 100%);
}
.hvr-sweep-to-bottom-water:before {
  content: "Check Your UD Tax Dues, Pay UD Tax, Check your property details";
  position: absolute; text-align:center; padding-top:40px; font-family:"Open Sans", "Bell MT"; font-size:14px;
  z-index:999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #057849;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom-water:hover, .hvr-sweep-to-bottom-water:focus, .hvr-sweep-to-bottom-water:active {
  color: white;
}
.hvr-sweep-to-bottom-water:hover:before, .hvr-sweep-to-bottom-water:focus:before, .hvr-sweep-to-bottom-water:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}



/* trade license */
.hvr-sweep-to-bottom-trade{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;  background: linear-gradient(to bottom, #c57d30 0%, #996225 100%);
}
.hvr-sweep-to-bottom-trade:before {
  content: "Check Your UD Tax Dues, Pay UD Tax, Check your property details";
  position: absolute; text-align:center; padding-top:40px; font-family:"Open Sans", "Bell MT"; font-size:14px;
  z-index:999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #057849;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom-trade:hover, .hvr-sweep-to-bottom-trade:focus, .hvr-sweep-to-bottom-trade:active {
  color: white;
}
.hvr-sweep-to-bottom-trade:hover:before, .hvr-sweep-to-bottom-trade:focus:before, .hvr-sweep-to-bottom-trade:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}



/* solid waste */
.hvr-sweep-to-bottom-waste{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;  background: linear-gradient(to bottom, #5d5d5d 0%, #3a3b3a 100%);
}
.hvr-sweep-to-bottom-waste:before {
  content: "Check Your UD Tax Dues, Pay UD Tax, Check your property details";
  position: absolute; text-align:center; padding-top:40px; font-family:"Open Sans", "Bell MT"; font-size:14px;
  z-index:999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #057849;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom-waste:hover, .hvr-sweep-to-bottom-waste:focus, .hvr-sweep-to-bottom-waste:active {
  color: white;
}
.hvr-sweep-to-bottom-waste:hover:before, .hvr-sweep-to-bottom-waste:focus:before, .hvr-sweep-to-bottom-waste:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}



/* Search Advertisement */
.hvr-sweep-to-bottom-srch_add{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;  background: linear-gradient(to bottom, #d73515 0%, #961c04 100%);
}
.hvr-sweep-to-bottom-srch_add:before {
  content: "Check Your UD Tax Dues, Pay UD Tax, Check your property details";
  position: absolute; text-align:center; padding-top:40px; font-family:"Open Sans", "Bell MT"; font-size:14px;
  z-index:999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #057849;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom-srch_add:hover, .hvr-sweep-to-bottom-srch_add:focus, .hvr-sweep-to-bottom-srch_add:active {
  color: white;
}
.hvr-sweep-to-bottom-srch_add:hover:before, .hvr-sweep-to-bottom-srch_add:focus:before, .hvr-sweep-to-bottom-srch_add:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}





/* Apply Advertisement */
.hvr-sweep-to-bottom-apply_add{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;  background: linear-gradient(to bottom, #048a53 0%, #035030 100%);
}
.hvr-sweep-to-bottom-apply_add:before {
  content: "Check Your UD Tax Dues, Pay UD Tax, Check your property details";
  position: absolute; text-align:center; padding-top:40px; font-family:"Open Sans", "Bell MT"; font-size:14px;
  z-index:999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #057849;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom-apply_add:hover, .hvr-sweep-to-bottom-apply_add:focus, .hvr-sweep-to-bottom-apply_add:active {
  color: white;
}
.hvr-sweep-to-bottom-apply_add:hover:before, .hvr-sweep-to-bottom-apply_add:focus:before, .hvr-sweep-to-bottom-apply_add:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}





