body {
  /* background: #e6eecc url(http://gspsolutions.id/billing_ts/img/pdam_pekanbaru.png) repeat top left; */
  /* background: rgb(83, 165, 252) url(./pdam_pekanbaru.png); */
  /* background-image: url(./pdam_pekanbaru.png); */
  /* background-color: #ffffff; */
  /* background-color: rgba(83, 165, 252, 0.2); */
  /* background-blend-mode: lighten; */
  color: #333;
  font-family: "Terminal Dosis", Arial, sans-serif;
  font-size: 13px;
}
body::after {
  content: "";
  background: url(./pdam_tda1a.png);
  opacity: 0.1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
.container {
  position: relative;
}
a {
  color: rgb(98, 194, 245);
  text-decoration: none;
}
.clr {
  clear: both;
}
.content {
  position: relative;
}
h1 {
  margin: 0px;
  padding: 20px;
  font-size: 32px;
  color: rgb(0, 0, 0);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
  text-align: center;
  font-weight: 400;
}
h1 span {
  display: block;
  font-size: 26px;
  color: #666;
  font-style: italic;
  font-family: Georgia, serif;
  padding-top: 5px;
}
@font-face {
  font-family: "WebSymbolsRegular";
  src: url("websymbols/websymbols-regular-webfont.eot");
  src: url("websymbols/websymbols-regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("websymbols/websymbols-regular-webfont.woff") format("woff"),
    url("websymbols/websymbols-regular-webfont.ttf") format("truetype"),
    url("websymbols/websymbols-regular-webfont.svg#WebSymbolsRegular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
.ca-menu {
  padding: 50;
  margin: auto;
  width: 900px;
}
.ca-menu li {
  margin-top: 5px;
  width: 200px;
  height: 250px;
  overflow: hidden;
  position: relative;
  float: left;
  background: rgb(88, 188, 242);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  margin-right: 4px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.ca-menu li:last-child {
  margin-right: 0px;
}
.ca-menu li a {
  text-align: left;
  width: 100%;
  height: 100%;
  display: block;
  color: #333;
  position: relative;
}
.ca-icon {
  font-family: "WebSymbolsRegular", cursive;
  font-size: 60px;
  color: #333;
  text-shadow: 0px 0px 1px #333;
  line-height: 150px;
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0px;
  top: 0px;
  text-align: center;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  -ms-transition: all 400ms linear;
  transition: all 400ms linear;
}
.ca-content {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 50%;
  top: 50%;
}
.ca-main {
  font-size: 30px;
  opacity: 0.8;
  text-align: center;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.ca-sub {
  margin-top: 20%;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 15px;
  opacity: 0.8;
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.ca-menu li:hover {
  /* background-color: rgba(88, 188, 242, 0.5); */
  opacity: 0.8;
}
.ca-menu li:hover .ca-icon {
  color: #666;
  opacity: 1;
  -webkit-animation: moveFromBottom 300ms ease;
  -moz-animation: moveFromBottom 300ms ease;
  -ms-animation: moveFromBottom 300ms ease;
}
.ca-menu li:hover .ca-main {
  opacity: 1;
  color: #666;
  -webkit-animation: smallToBig 300ms ease;
  -moz-animation: smallToBig 300ms ease;
  -ms-animation: smallToBig 300ms ease;
}
.ca-menu li:hover .ca-sub {
  opacity: 1;
  color: #000;
  -webkit-animation: moveFromBottom 500ms ease;
  -moz-animation: moveFromBottom 500ms ease;
  -ms-animation: moveFromBottom 500ms ease;
}
@-webkit-keyframes smallToBig {
  from {
    -webkit-transform: scale(0.1);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes smallToBig {
  from {
    -moz-transform: scale(0.1);
  }
  to {
    -moz-transform: scale(1);
  }
}
@-ms-keyframes smallToBig {
  from {
    -ms-transform: scale(0.1);
  }
  to {
    -ms-transform: scale(1);
  }
}

@-webkit-keyframes moveFromBottom {
  from {
    -webkit-transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0%);
  }
}
@-moz-keyframes moveFromBottom {
  from {
    -moz-transform: translateY(100%);
  }
  to {
    -moz-transform: translateY(0%);
  }
}
@-ms-keyframes moveFromBottom {
  from {
    -ms-transform: translateY(100%);
  }
  to {
    -ms-transform: translateY(0%);
  }
}
