Only Top-Of-The-Line

Thank You

We have recieved your email!

One of our expert staff members will review your message and get back to you shortly. Thank you for your interest in M&R Technologies.

Go Back Home
.fadeinup {
  transition: opacity 2s ease;
  opacity: 0;
}


.fadeinup[data-animate] {
  opacity: 1;
}

.faderightin {
  transition: all 1s ease;
  transform: translateX(300px);
  opacity: 0;
}


.faderightin[data-animate] {
  transform: translateY(0);
  opacity: 1;
}

.fadeleftin {
  transition: all 1s ease;
  transform: translateX(-300px);
  opacity: 0;
}


.fadeleftin[data-animate] {
  transform: translateY(0);
  opacity: 1;
  
}