Services 12

Home » Components » Services » Services 12

Services 12

Our Services

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.

Learn More

Marketing

Joomla

Tracking

WordPress


Our Services

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.

Learn More

Marketing

Joomla

Tracking

WordPress

/* ===== Services 12 =====*/

#services-12 .h-50 h4 {
  opacity: 0;
  -webkit-transform: translatey(0px);
      -ms-transform: translatey(0px);
          transform: translatey(0px);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#services-12 .h-50 i {
  -webkit-transform: translatey(20px);
      -ms-transform: translatey(20px);
          transform: translatey(20px);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#services-12 .h-50:hover i {
  -webkit-transform: translatey(0px) rotate(3deg);
      -ms-transform: translatey(0px) rotate(3deg);
          transform: translatey(0px) rotate(3deg);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#services-12 .h-50:hover h4 {
  opacity: 1;
  -webkit-transform: translatey(10px);
      -ms-transform: translatey(10px);
          transform: translatey(10px);
}