

.slideshow {
	list-style: none;
	z-index: 1;
  }
  
  .slideshow li span {
	width: 100%;
    height:100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size:cover;
    background-position: top center;
    background-repeat: no-repeat;
	opacity: 0;
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-animation: imageAnimation 24s linear infinite 0s;
	-moz-animation: imageAnimation 24s linear infinite 0s;
	animation: imageAnimation 24s linear infinite 0s;
  }
  .slideshow li h3 {
	position: absolute;
	text-align: center;
	z-index: 2;
	bottom: 150px;
	left: 0;
	right: 0;
	opacity: 0;
	font-size: 4.0625em;
	font-family: "Josefin Sans", sans-serif;
	text-transform: uppercase;
	color: #fff;
	-webkit-animation: titleAnimation 24s linear 1 0s;
	-moz-animation: titleAnimation 24s linear 1 0s;
	animation: titleAnimation 24s linear 1 0s;
  }

  
  @media only screen and (min-width: 768px) {
	.slideshow li h3 {
	  bottom: 30px;
	  font-size: 8.125em;
	}
  }
  @media only screen and (min-width: 1024px) {
	.slideshow li h3 {
	  font-size: 10.9375em;
	}
  }
  
  .slideshow li:nth-child(1) span {
	background-image: url("../images/slider-1.png");
  }
  
  .slideshow li:nth-child(2) span {
	background-image: url("../images/slider-2.png");
	-webkit-animation-delay: 6s;
	-moz-animation-delay: 6s;
	animation-delay: 6s;
  }
  
  .slideshow li:nth-child(3) span {
	background-image: url("../images/slider-3.png");
	-webkit-animation-delay: 12s;
	-moz-animation-delay: 12s;
	animation-delay: 12s;
  }
  
  .slideshow li:nth-child(4) span {
	background-image: url("../images/slider-2.png");
	-webkit-animation-delay: 18s;
	-moz-animation-delay: 18s;
	animation-delay: 18s;
  }
  
  @-webkit-keyframes imageAnimation {
	0% {
	  opacity: 0;
	  -webkit-animation-timing-function: ease-in;
	}
	12.5% {
	  opacity: 1;
	  -webkit-animation-timing-function: ease-out;
	}
	25% {
	  opacity: 1;
	}
	37.5% {
	  opacity: 0;
	}
	100% {
	  opacity: 0;
	}
  }
  @-moz-keyframes imageAnimation {
	0% {
	  opacity: 0;
	  -moz-animation-timing-function: ease-in;
	}
	12.5% {
	  opacity: 1;
	  -moz-animation-timing-function: ease-out;
	}
	25% {
	  opacity: 1;
	}
	37.5% {
	  opacity: 0;
	}
	100% {
	  opacity: 0;
	}
  }
  @keyframes imageAnimation {
	0% {
	  opacity: 0;
	  -webkit-animation-timing-function: ease-in;
	  -moz-animation-timing-function: ease-in;
	  animation-timing-function: ease-in;
	}
	12.5% {
	  opacity: 1;
	  -webkit-animation-timing-function: ease-out;
	  -moz-animation-timing-function: ease-out;
	  animation-timing-function: ease-out;
	}
	25% {
	  opacity: 1;
	}
	37.5% {
	  opacity: 0;
	}
	100% {
	  opacity: 0;
	}
  }
  @-webkit-keyframes titleAnimation {
	0% {
	  opacity: 0;
	}
	12.5% {
	  opacity: 1;
	}
	25% {
	  opacity: 1;
	}
	37.5% {
	  opacity: 0;
	}
	100% {
	  opacity: 0;
	}
  }
  @-moz-keyframes titleAnimation {
	0% {
	  opacity: 0;
	}
	12.5% {
	  opacity: 1;
	}
	25% {
	  opacity: 1;
	}
	37.5% {
	  opacity: 0;
	}
	100% {
	  opacity: 0;
	}
  }
  @keyframes titleAnimation {
	0% {
	  opacity: 0;
	}
	12.5% {
	  opacity: 1;
	}
	25% {
	  opacity: 1;
	}
	37.5% {
	  opacity: 0;
	}
	100% {
	  opacity: 0;
	}
  }
  .no-cssanimations .slideshow li span {
	opacity: 1;
  }
/*--- HERO SLIDER---*/
.owl-nav button {
	position: absolute;
	top: 50%;
	background-color: #000;
	color: #fff;
	margin: 0;
	transition: all 0.3s ease-in-out;
  }
  .owl-nav button.owl-prev {
	left: 33px;
  }
  .owl-nav button.owl-next {
	right: 43px;
  }
  
  .owl-dots {
	text-align: center;
	padding-top: 15px;
	display:none;
  }
  .owl-dots button.owl-dot {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-block;
	background: #ccc;
	margin: 0 3px;
  }
  .owl-dots button.owl-dot.active {
	background-color: #000;
  }
  .owl-dots button.owl-dot:focus {
	outline: none;
  }
  .owl-nav button {
	  position: absolute;
	  top: 50%;
	  transform: translateY(-50%);
	  background: rgba(255, 255, 255, 0.38) !important;
  }
  /* span {
	  font-size: 70px;    
	  position: relative;
	  top: -5px;
  } */
  .owl-nav button:focus {
	  outline: none;
  }
  .owl-carousel .owl-item img.owl-lazy{
	  width: 100%;
	  height: 600px;
	  object-fit: contain;
	  
  }
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
	background: transparent !important;
  }

/*-- mobile acco--*/
.mob-wt-can-do{
	display: none;
}
.mob-wt-can-do .bg-trans {
	background: transparent;
	border-bottom:1px solid #66666614;
  }
  .mob-wt-can-do .bg-trans .panel-heading{
	display: flex;
    justify-content: flex-start;
    align-items: flex-start;
	width: 100%;
  }
 .mob-wt-can-do .bg-trans a {
	color: #333333;
    display: flex;
   
	flex-direction: column;
	width: 100%;
  }
  
  .mob-wt-can-do .bg-trans .panel-body {
	border: 0px !important;
  }
  .mob-wt-can-do .bg-trans .panel-body article {
	padding: 20px 0;
  }
  .mob-wt-can-do .bg-trans .panel-body article h3{
	font-size: 20px;
	line-height: 25px;
  }
  .mob-wt-can-do .bg-trans .panel-body article p{
	display: flex;
    width: 100%;
    flex-direction: row;
  }
  .mob-wt-can-do .bg-trans .panel-body article p i{
	display: inline-flex;
    justify-content: unset;
    padding: 8px 5px;
    font-size: 14px;
}

  .mob-wt-can-do .bg-trans .panel-body article p a{
	  color:#ff0000;
	  flex-direction: row;
  }
  .mob-wt-can-do .bg-trans a h2.panel-title span{
	  font-size: 20px;
	  line-height: 30px;
  }
  
  .mob-wt-can-do .bg-trans .panel-title:before {
	float: right !important;
	font-family: FontAwesome;
	content: "";
	padding-right: 5px;
	font-size: 23px;
    line-height: 44px;
  }
  
  .mob-wt-can-do .bg-trans a.collapsed .panel-title:before {
	float: right !important;
	content: "";
  }
  
  .mob-wt-can-do .bg-trans .panel-heading a:hover,
  .mob-wt-can-do .bg-trans .panel-heading a:active,
  .mob-wt-can-do .bg-trans .panel-heading a:focus {
	text-decoration: none;
  }
  /*-- wave css--*/
