


















/** All Section in mobile View **/



/** Home page first section **/
/* home page animated */



/* home page scroll */

@keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}

/* home page content */





/** service section1 **/


