/*******************
* CB TEMPLATE STYLES - DELETE UNUSED CSS TO REDUCE BLOAT!
*
* [Table of contents]

	1 Chocka Blocks Components
*     1.0  Navigation Blocks
*     1.1  Slider Blocks
*     1.2  Header Blocks
	  1.3  Intro Blocks
*     1.4  Service Blocks
*     1.5  Feature Blocks (coming soon)
*     1.6  Content Blocks
*     1.7  Title Blocks
*     1.8  Blog Blocks
*     1.9  Team Blocks
*     1.10 Skill Blocks
*     1.11 Pricing Blocks
*     1.12 Testimonial Blocks
*     1.13 Media Blocks
*     1.14 Social Blocks
*     1.15 Download Blocks
*     1.16 Partner Blocks
*     1.17 CTA Blocks
*     1.18 Subscribe Blocks
*     1.19 Portfolio Blocks
*     1.20 Gallery Blocks
*     1.21 Grid Blocks
*     1.22 Accordion Blocks
*     1.23 Tab Blocks
*     1.24 Process Blocks
*     1.25 Shop Blocks (coming soon)
*     1.26 Contact Blocks
*     1.27 Utilty Blocks
*     1.28 Form Blocks
*     1.29 Footer Blocks
*     1.30 Basic Blocks

***********************************/

.tech-slideshow2 {
  height: 400px;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.tech-slideshow2 > div {
  height: 400px;
  width: 14692px;
  background: url(https://www.wellsplanthireuk.co.uk/sicivils.jpg);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform: translate3d(0, 0, 0);
}
.tech-slideshow2 .mover-12 {
  animation: moveSlideshow2 62s linear infinite;
}



@keyframes moveSlideshow2 {
  100% { 
    transform: translateX(-66.6666%);  
  }
}
