.customer-styles {
  /* START widget: services */
  /* END widget: services */
}

.customer-styles .widget_template_services {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.customer-styles .widget_template_services .slider-content {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: content-box;
  width: 100%;
}

.customer-styles .widget_template_services .item-container {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  min-height: 420px;
  min-width: 300px;
}

@media (max-width: 900px) {
  .customer-styles .widget_template_services .item-container {
    justify-content: inherit !important;
  }
}

@media (max-width: 820px) {
  .customer-styles .widget_template_services .item-container {
    left: calc(42% - 135px - 280px * 1);
  }
}

.customer-styles .widget_template_services .item-container.show-all .item {
  display: block;
}

@keyframes moveLeft {
  from {
    margin-left: 0px;
  }
  to {
    margin-left: -300px;
  }
}

@keyframes moveRight {
  from {
    margin-left: -300px;
  }
  to {
    margin-left: 0px;
  }
}

.customer-styles .widget_template_services .animate-left {
  animation: 1s moveLeft ease-in;
}

.customer-styles .widget_template_services .animate-right {
  animation: 1s moveRight ease-in;
}

.customer-styles .widget_template_services .item {
  margin: 20px 10px;
  width: 280px;
  min-height: 350px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

.customer-styles .widget_template_services .pagination-wrapper {
  display: flex;
  height: 15px;
  justify-content: center;
  margin: 0 0 50px;
}

.customer-styles .widget_template_services .pagination-wrapper .arrow {
  height: 18px;
  vertical-align: middle;
  width: 18px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .customer-styles .widget_template_services .pagination-wrapper .arrow {
    display: none;
  }
}

.customer-styles .widget_template_services .pagination-wrapper .left {
  transform: rotate(-180deg);
  display: none;
  top: -2px;
  position: relative;
  margin-right: 5px;
}

@media (max-width: 768px) {
  .customer-styles .widget_template_services .pagination-wrapper .left {
    display: none;
  }
}

.customer-styles .widget_template_services .pagination-wrapper .right {
  margin-left: 5px;
  display: none;
}

.customer-styles .widget_template_services .slider-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.customer-styles .widget_template_services .slider-pagination-item {
  background-color: #90a4ae;
  border-radius: 50%;
  height: 6px;
  margin: 0 3px;
  transition: all .5s;
  width: 6px;
  cursor: pointer;
}

.customer-styles .widget_template_services .slider-pagination-item.active {
  background-color: #ff1744;
  height: 10px;
  margin-top: 0px;
  width: 10px;
}
