@media (min-width: 1440px) {
  .container {
    width: 1320px !important;
  }
}
@media (min-width: 1728px) {
  .container {
    width: 1510px !important;
  }
}
@media (min-width: 1920px) {
  .container {
    width: 1704px !important;
  }
}
.video {
  padding-bottom: 30px;
}
.video .video-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.video .video-container iframe,
.video .video-container object,
.video .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@layer utilities {
  .gradient-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(62, 54, 105, 0.8);
    background: linear-gradient(180deg, rgb(11, 51, 94) 0%, rgba(11, 51, 94, 0.2) 100%);
    pointer-events: none;
  }
  .reviews-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(62, 54, 105, 0.8);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(62, 54, 105) 100%);
    pointer-events: none;
  }
}
.slick-dots {
  display: flex;
  justify-content: start;
  list-style: none !important;
  padding-inline-start: 0 !important;
  margin: 0;
  list-style-type: none;
}
.slick-dots li {
  margin: 0 0.25rem;
}
.slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  cursor: pointer;
  border: none !important;
  border-radius: 50px !important;
  background-color: #D7F0FF !important;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: #0B335E !important;
}

.slick-dots-logo-slider {
  display: flex;
  justify-content: start;
  list-style: none !important;
  padding-inline-start: 0 !important;
  margin: 0;
  list-style-type: none;
}
.slick-dots-logo-slider li {
  margin: 0 0.25rem;
}
.slick-dots-logo-slider button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  cursor: pointer;
  border: none !important;
  border-radius: 50px !important;
  background-color: #D7F0FF !important;
  border: 1px solid #fff !important;
  text-indent: -9999px;
}
.slick-dots-logo-slider li.slick-active button {
  background-color: #0B335E !important;
  border: 1px solid #fff !important;
}

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

.Trigger-top {
  height: 1px;
  width: 100%;
  background: #000;
  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: #000;
  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;
  }
}
.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.header-menu {
  background: #0b335e;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 45;
  padding: 0 15px;
  padding-top: 140px;
  padding-bottom: 200px;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  transition: all 0.5s ease-in-out;
  transform: translateX(100%);
  overflow-y: scroll;
  scrollbar-color: #175ba4 #0b335e;
}
.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);
}

#mega-menu-wrap-top-mini-menu #mega-menu-top-mini-menu li.mega-menu-item > a.fa6.far:before, #mega-menu-wrap-top-mini-menu #mega-menu-top-mini-menu li.mega-menu-item > a.fa6.fa-regular:before {
  font-family: "Font Awesome 6 Pro" !important;
}

#mega-menu-wrap-top-mini-menu #mega-menu-top-mini-menu > li.mega-menu-item > a.mega-menu-link {
  font-family: unset !important;
}

.fa-classic, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fal, .far, .fas, .fat {
  font-family: "Font Awesome 6 Pro" !important;
}/*# sourceMappingURL=manual.css.map */