.elementor-13 .elementor-element.elementor-element-6a5584f > .elementor-container{min-height:700px;}.elementor-13 .elementor-element.elementor-element-6a5584f:not(.elementor-motion-effects-element-type-background), .elementor-13 .elementor-element.elementor-element-6a5584f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("http://www.qaprojects.com.au/wp-content/uploads/2022/09/bg-projects.jpg");background-position:center center;background-size:cover;}.elementor-13 .elementor-element.elementor-element-6a5584f{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-13 .elementor-element.elementor-element-6a5584f > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-13 .elementor-element.elementor-element-de11f68{padding:100px 0px 0px 0px;}.elementor-13 .elementor-element.elementor-element-83f765a .elementor-heading-title{color:var( --e-global-color-f18940f );}.elementor-13 .elementor-element.elementor-element-ed07d01{padding:75px 0px 75px 0px;}.elementor-13 .elementor-element.elementor-element-7952688{text-align:center;}.elementor-13 .elementor-element.elementor-element-7952688 .elementor-heading-title{font-size:36px;font-weight:400;}.elementor-13 .elementor-element.elementor-element-7952688 > .elementor-widget-container{margin:0px 0px 25px 0px;}.elementor-13 .elementor-element.elementor-element-96457ab > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-13 .elementor-element.elementor-element-594b121{width:60.746%;}.elementor-13 .elementor-element.elementor-element-172f5c8{width:39.204%;}}@media(max-width:1366px){.elementor-13 .elementor-element.elementor-element-6a5584f > .elementor-container{min-height:600px;}}@media(max-width:1024px){.elementor-13 .elementor-element.elementor-element-6a5584f > .elementor-container{min-height:450px;}.elementor-13 .elementor-element.elementor-element-7952688 .elementor-heading-title{font-size:30px;line-height:35px;}}@media(max-width:767px){.elementor-13 .elementor-element.elementor-element-6a5584f > .elementor-container{min-height:400px;}.elementor-13 .elementor-element.elementor-element-ed07d01{padding:45px 0px 15px 0px;}.elementor-13 .elementor-element.elementor-element-7952688 .elementor-heading-title{font-size:25px;line-height:30px;}.elementor-13 .elementor-element.elementor-element-7952688 > .elementor-widget-container{margin:0px 0px 15px 0px;}}/* Start custom CSS for shortcode, class: .elementor-element-04bdfc6 */.project-wrap {
    overflow: hidden;
    display: flex;
    margin: 0 0 45px;
}

.project-wrap:last-child {
    margin: 0;
}

.project-wrap .image-holder {
    width: 56%;
    min-height: 420px;
}

.project-wrap .text-holder {
    background: #171717;
    color: #fff;
    border-left: 2px solid #fff;
    width: 44%;
}

.project-wrap h3 {
    font-weight: 400;
    font-size: 30px;
    background: #E96126;
    color: #fff;
    padding: 30px 35px;
    border-bottom: 2px solid #fff;
}

.project-wrap .text-bottom {
  padding: 30px 35px 50px;
}

.project-wrap .btn-default {
    background: #E96126;
    color: #fff;
    padding: 11px 35px;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 10px;
    display: inline-block;
    transition: 0.4s ease;
    margin: 16px 0 0;
}

.project-wrap .btn-default:hover {
    background: #94C93D;
    color: #fff;
}

.project-slideshow {
    position: relative;
    height: 100%;
}

.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;
}

@media (max-width: 1024px) {
    .project-wrap h3 {
        font-size: 25px;
    }
    
    .project-wrap h3 {
        padding: 20px;
    }
    
    .project-wrap .text-bottom {
        padding: 35px 20px 45px;
    }
}

@media (max-width: 768px) {
    .project-wrap {
        flex-direction: column;
    }
    
    .project-wrap .text-holder {
        width: 100%;
        border: none;
    }
    
    .project-wrap .img-holder {
        width: 100%;
    }
    
    .project-wrap h3 {
        font-size: 22px;
    }
    
    .project-wrap {
        margin: 0 0 25px;
    }
    
    .project-wrap .image-holder {
        min-height: 320px;
        width: 100%;
    }
    
    .project-slideshow {
        min-height: 320px;
    }
}



a.btn-next{
    position: absolute;
    z-index: 3;
    color: white;
    font-size: 122px;
    right: 0px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    background: linear-gradient(90deg, transparent, #0000006e);
}

a.btn-prev{
    position: absolute;
    z-index: 3;
    color: white;
    font-size: 122px;
    left: 0px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    background: linear-gradient(90deg, #0000006e, transparent);
}/* End custom CSS */