.service .item {
  position: relative;
  overflow: hidden; }
  .service .item .content {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(4, 4, 5, 0.89);
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s; }
  .service .item:hover .content {
    opacity: 1; }

.bg-2nd-subcolor {
  background-color: transparent; }

.cta-btn-download {
  color: #232428 !important; }

/*# sourceMappingURL=template.css.map */
