.elementor-775 .elementor-element.elementor-element-e05faa9 > .elementor-container{min-height:305px;}.elementor-775 .elementor-element.elementor-element-e05faa9:not(.elementor-motion-effects-element-type-background), .elementor-775 .elementor-element.elementor-element-e05faa9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-775 .elementor-element.elementor-element-e05faa9{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-775 .elementor-element.elementor-element-e05faa9 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-775 .elementor-element.elementor-element-3db374b{padding:70px 0px 70px 0px;}.elementor-775 .elementor-element.elementor-element-32ac797 > .elementor-widget-container{margin:0px 0px 25px 0px;}.elementor-775 .elementor-element.elementor-element-1683cdb > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}@media(max-width:1366px){.elementor-775 .elementor-element.elementor-element-e05faa9 > .elementor-container{min-height:600px;}}@media(max-width:1024px){.elementor-775 .elementor-element.elementor-element-e05faa9 > .elementor-container{min-height:450px;}}@media(max-width:767px){.elementor-775 .elementor-element.elementor-element-e05faa9 > .elementor-container{min-height:400px;}}/* Start custom CSS for shortcode, class: .elementor-element-32ac797 */.project-slideshow {
    position: relative;
    height: 100%;
    min-height: 560px;
}

.project-slideshow .slideset {
    height: 100%;
}

.project-slideshow .slide {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.bg-stretch {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.project-slideshow .slide.active {
    z-index: 2;
}

.project-slideshow.not-enough-slides .btn-prev,
.project-slideshow.not-enough-slides .btn-next {
    visibility: hidden
}

.project-slideshow .pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.project-slideshow .pagination ul {
  margin: 0;
  padding: 16px 0;
  overflow: hidden;
  list-style-type: none;
  display: flex;
  justify-content: center;
  width: 100%;
}

.project-slideshow .pagination ul li {
    padding: 0 4px;
}

.pagination ul a {
  height: 16px;
  width: 16px;
  background: #fff;
  display: block;
  text-indent: -9999px;
  border-radius: 30px;
  overflow: hidden;
  transition: 0.4s ease;
}

.pagination ul a:hover {
    background: #E96126;
}

.project-slideshow .pagination ul li.active a {
    background: #E96126;
}/* End custom CSS */