/*css*/

/*header*/
.body-innerwrapper #sp-header {height: 100px;align-content: center;}
.body-innerwrapper div#sp-logo {margin-top: 10px;}
.body-innerwrapper .sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {line-height: 99px;}
.body-innerwrapper .sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {color: #E31E23;}
/*end of header*/

/*body*/
.moving-text { position: relative;animation: move-words 15s linear infinite;margin: 0; }
@keyframes move-words {
  0% {
    left: 100%;
  }
  100% {
    left: -100%;
  }
}
/*end of body*/

/*mobile*/
@media (max-width: 767px) {
  .sppb-wow { visibility: visible !important; }
  .offcanvas-menu ul.mod-menu > li { padding: 8px 0; }
  .offcanvas-menu ul.mod-menu .menu-child li { padding: 6px 0; }
}
/*end of mobile*/

/*footer*/

.body-innerwrapper #sp-footer ul.menu {display: inline; max-width: 100%;flex-direction: row;}
.body-innerwrapper #sp-footer, #sp-bottom {background: #Fff;}
.footer-middle {border-bottom: 1px solid; }
.footer2 {display: none;}
/*end of footer*/