/* Move it (define the animation) */
@-moz-keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}
@keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%); /* Browser bug fix */
    -webkit-transform: translateX(100%); /* Browser bug fix */
    transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%); /* Browser bug fix */
    -webkit-transform: translateX(-100%); /* Browser bug fix */
    transform: translateX(-100%);
  }
}
.how-our-delivery-work .how-our-service-work-title {
  text-align: center;
}
@media (min-width: 850px) {
  .how-our-delivery-work .how-our-service-work-title {
    text-align: left;
  }
}
.how-our-delivery-work .icon-box .icon-box-text {
  font-family: var(--font-alt);
  font-size: 16px;
}
@media (min-width: 850px) {
  .how-our-delivery-work .icon-box .icon-box-text {
    font-size: 20px;
  }
}

.what-we-can-offer .icon-box .icon-box-text h4 {
  font-family: var(--font-alt) !important;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
@media (min-width: 850px) {
  .what-we-can-offer .icon-box .icon-box-text h4 {
    font-size: 20px;
  }
}
@media (max-width: 550px) {
  .what-we-can-offer .asupercraft-categories .icon-box {
    display: flex;
    flex-direction: column;
    align-items: center !important;
    justify-content: center !important;
  }
  .what-we-can-offer .asupercraft-categories .icon-box .icon-box-img {
    margin-bottom: 15px;
    width: 100% !important;
  }
}
@media (min-width: 550px) and (max-width: 640px) {
  .what-we-can-offer .asupercraft-categories .icon-box .icon-box-img {
    width: 75px !important;
  }
}
@media (min-width: 850px) and (max-width: 1200px) {
  .what-we-can-offer .asupercraft-categories .col.medium-6.large-4 {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
}

@media (max-width: 480px) {
  .button.btn-call-us {
    letter-spacing: -1px;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .button.btn-call-us span {
    letter-spacing: -1px;
  }
}
@media (max-width: 390px) {
  .button.btn-call-us {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .button.btn-call-us span {
    letter-spacing: -2px;
  }
}

.page-template .page-wrapper {
  padding-top: 24px;
}
@media (min-width: 1480px) {
  .page-template .page-wrapper {
    padding-top: 64px;
  }
}
@media screen and (min-width: 850px) {
  .page-template .lg-x5 {
    left: 15px;
  }
}
.page-template h1.entry-title {
  color: var(--headings-color);
}
@media (max-width: 849.9px) {
  .page-template h1.entry-title {
    font-size: 48px;
  }
}
.page-template .entry-header .is-divider {
  display: none;
}

@media (max-width: 849.9px) {
  .page-header-wrapper h1.entry-title {
    font-size: 48px;
  }
}
.page-header-wrapper:hover .banner-bg::after {
  display: none;
}

.page #content .page-header-wrapper .title-content {
  order: 1;
}
.page #content .page-header-wrapper .title-wrapper {
  order: 2;
}
.page .section-bg-full {
  position: relative;
}
.page .section-bg-full .row-full-width {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  min-width: 100vw !important;
  max-width: 100vw !important;
  transform: translateX(-50%);
  z-index: 0;
}
@media screen and (min-width: 850px) {
  .page .section-bg-full .row-full-width .col,
  .page .section-bg-full .row-full-width .col > .col-inner {
    height: 100%;
    overflow: hidden;
  }
}
.page .section-bg-full .row-full-width .col .img,
.page .section-bg-full .row-full-width .col .img-inner,
.page .section-bg-full .row-full-width .col > .col-inner .img,
.page .section-bg-full .row-full-width .col > .col-inner .img-inner {
  overflow: hidden;
  height: 100%;
}
@media screen and (min-width: 850px) {
  .page .section-bg-full .row-full-width .col .img,
  .page .section-bg-full .row-full-width .col .img-inner,
  .page .section-bg-full .row-full-width .col > .col-inner .img,
  .page .section-bg-full .row-full-width .col > .col-inner .img-inner {
    height: 100%;
    position: relative;
    object-fit: contain;
    object-position: center;
  }
}
.page .section-bg-full .row-full-width .col .img img,
.page .section-bg-full .row-full-width .col .img-inner img,
.page .section-bg-full .row-full-width .col > .col-inner .img img,
.page .section-bg-full .row-full-width .col > .col-inner .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  min-height: 100%;
  max-width: initial;
  min-width: 100%;
  width: auto;
}
/*# sourceMappingURL=page.css.map */
