@media (min-width: 1440px) {
  .container {
    width: 1320px !important;
  }
}
@media (min-width: 1728px) {
  .container {
    width: 1510px !important;
  }
}
@layer utilities {
  .gradient-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(30, 30, 30, 0.6);
    pointer-events: none;
  }
  .gradient-overlay-service::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(30, 30, 30, 0.75);
    pointer-events: none;
  }
}
.arrow-container {
  display: flex;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 8px;
  border-radius: 100%;
  cursor: pointer;
  background-color: var(--color3);
}
.arrow-container:hover {
  opacity: 0.7;
}

.arrow-right, .arrow-left {
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transition: 0.3s ease;
}

.arrow-right {
  transform: rotate(135deg);
}

.arrow-left {
  transform: rotate(-45deg);
}

.content-area p, .content-area ol, .content-area ul {
  margin-bottom: 1.2rem;
  margin-top: 1.4rem;
}
.content-area p strong, .content-area ol strong, .content-area ul strong {
  font-weight: 600;
}

.top-menu ul {
  padding-inline-start: 0 !important;
  margin-block-start: 0 !important;
  display: flex;
  align-items: center;
  margin-bottom: 0 !important;
}
.top-menu ul li {
  float: left;
  list-style: none;
  -moz-perspective: 900px;
  -webkit-perspective: 900px;
  perspective: 900px;
  overflow: hidden;
}
.top-menu ul li a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 1rem 1.5rem;
  padding-inline-start: 0;
  margin: 3px 8px;
  font-weight: 400;
  margin-inline-start: 0;
}
.top-menu ul li a:hover {
  color: #C22F93;
}
.top-menu ul .current-menu-item a {
  color: #C22F93;
}

.footer-menu ul {
  padding-inline-start: 0 !important;
  margin-block-start: 0 !important;
  margin-bottom: 0 !important;
}
.footer-menu ul li {
  list-style: none;
  -moz-perspective: 900px;
  -webkit-perspective: 900px;
  perspective: 900px;
  overflow: hidden;
}
.footer-menu ul li a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 0.3rem 0;
  padding-inline-start: 0;
  font-weight: 400;
  margin-inline-start: 0;
}
.footer-menu ul li a:hover {
  color: var(--color3);
}
.footer-menu ul .current-menu-item a {
  color: var(--color3);
}

.header-menu {
  background: var(--color1);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 45;
  padding: 120px 15px;
  padding-top: 160px;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  transition: all 0.5s ease-in-out;
  transform: translateX(100%);
  overflow-y: scroll;
}
.header-menu.open {
  transform: translateX(0);
}
.header-menu .main-menu {
  z-index: 100;
  padding: 0;
  overflow: hidden;
  float: left;
}
.header-menu .main-menu ul {
  padding: 0;
}
.header-menu .main-menu ul li {
  font-size: 1.23rem;
  font-weight: 400;
  list-style: none;
  padding: 9px 0px;
  position: relative;
}
.header-menu .main-menu ul li .dropdown {
  position: relative;
}
.header-menu .main-menu ul li .sub-menu {
  display: none;
  font-size: 1rem;
  padding-left: 0px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.header-menu .main-menu ul li .sub-menu li {
  display: block !important;
  font-size: 1.1rem !important;
  padding: 4px 0px !important;
}
.header-menu .main-menu ul li .sub-menu li a {
  padding: 0.6rem 0;
  color: #fff;
}
.header-menu .main-menu ul li a {
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.header-menu .main-menu ul li a:hover {
  opacity: 0.7;
  transition: 0.4s ease;
}
.header-menu .main-menu ul .menu-item-has-children::before {
  position: absolute;
  right: 40px;
  top: 20px;
  display: block;
  width: 15px;
  height: 9px;
  content: "";
  background-image: url(https://alioindustries.com/wp-content/themes/alio/img/menu-down-icon.svg);
  background-repeat: no-repeat;
  background-size: 15px 9px;
  transform: rotate(-90deg);
}

.Trigger {
  cursor: pointer;
  position: absolute;
  z-index: 1001;
  height: 8px;
  width: 17px;
}

.Trigger-top {
  height: 1px;
  width: 100%;
  background: #fff;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 0;
  -webkit-animation-name: topreverse;
  -moz-animation-name: topreverse;
  animation-name: topreverse;
  -webkit-animation-duration: 0.65s;
  -moz-animation-duration: 0.65s;
  animation-duration: 0.65s;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.Trigger-bottom {
  height: 1px;
  width: 100%;
  background: #fff;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  bottom: 0;
  -webkit-animation-name: bottomreverse;
  -moz-animation-name: bottomreverse;
  animation-name: bottomreverse;
  -webkit-animation-duration: 0.65s;
  -moz-animation-duration: 0.65s;
  animation-duration: 0.65s;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.Trigger.is-active .Trigger-top {
  top: 38.8333333333%;
  -webkit-animation-name: top;
  -moz-animation-name: top;
  animation-name: top;
  -webkit-animation-duration: 0.65s;
  -moz-animation-duration: 0.65s;
  animation-duration: 0.65s;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  background: #fff;
}

.Trigger.is-active .Trigger-bottom {
  bottom: 45.8333333333%;
  -webkit-animation-name: bottom;
  -moz-animation-name: bottom;
  animation-name: bottom;
  -webkit-animation-duration: 0.65s;
  -moz-animation-duration: 0.65s;
  animation-duration: 0.65s;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  background: #fff;
}

@-webkit-keyframes top {
  0% {
    top: 0%;
  }
  60% {
    top: 45.8333333333%;
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@-moz-keyframes top {
  0% {
    top: 0%;
  }
  60% {
    top: 45.8333333333%;
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(45deg);
  }
}
@keyframes top {
  0% {
    top: 0%;
  }
  60% {
    top: 45.8333333333%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@-webkit-keyframes bottom {
  0% {
    bottom: 0%;
  }
  60% {
    bottom: 45.8333333333%;
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@-moz-keyframes bottom {
  0% {
    bottom: 0%;
  }
  60% {
    bottom: 45.8333333333%;
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-45deg);
  }
}
@keyframes bottom {
  0% {
    bottom: 0%;
  }
  60% {
    bottom: 45.8333333333%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@-webkit-keyframes topreverse {
  0% {
    -webkit-transform: rotate(45deg);
    top: 45.8333333333%;
  }
  60% {
    -webkit-transform: rotate(0deg);
    top: 45.8333333333%;
  }
  100% {
    top: 0%;
  }
}
@-moz-keyframes topreverse {
  0% {
    -moz-transform: rotate(45deg);
    top: 45.8333333333%;
  }
  60% {
    -moz-transform: rotate(0deg);
    top: 45.8333333333%;
  }
  100% {
    top: 0%;
  }
}
@keyframes topreverse {
  0% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 45.8333333333%;
  }
  60% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 45.8333333333%;
  }
  100% {
    top: 0%;
  }
}
@-webkit-keyframes bottomreverse {
  0% {
    -webkit-transform: rotate(-45deg);
    bottom: 45.8333333333%;
  }
  60% {
    -webkit-transform: rotate(0deg);
    bottom: 45.8333333333%;
  }
  100% {
    bottom: 0%;
  }
}
@-moz-keyframes bottomreverse {
  0% {
    -moz-transform: rotate(-45deg);
    bottom: 45.8333333333%;
  }
  60% {
    -moz-transform: rotate(0deg);
    bottom: 45.8333333333%;
  }
  100% {
    bottom: 0%;
  }
}
@keyframes bottomreverse {
  0% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 45.8333333333%;
  }
  60% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    bottom: 45.8333333333%;
  }
  100% {
    bottom: 0%;
  }
}
.no-animation {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}

@media (max-width: 500px) {
  .slick-dots button {
    width: 20px;
    height: 7px;
  }
}
.aioseo-breadcrumbs .aioseo-breadcrumb a {
  color: var(--color3);
}

.wp-block .container {
  width: 100% !important;
  max-width: 100% !important;
}/*# sourceMappingURL=manual.css.map */