@charset "utf-8";
/* CSS Document */
slider-home{
	position: relative;
	background: none;
  margin-top: 0px;
	display: block;
}

.navcycle i{
	position: absolute;
	top: 6.5%!important;
	display: block!important;
}

.cycle-slideshow{
	width: 100%;
	height: 100%;
}

.cycle-slide{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.cycle-pager{
	position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 65px;
    z-index: 996;
    text-align: center;
    height: 15px;
    font-family: initial;
}

.cycle-pager span { 
    font-family: arial;
    font-size: 50px; 
    width: 16px; 
    height: 16px; 
    display: inline-block; 
    color: #ddd; 
    cursor: pointer; 
    margin-right: 5px;
}
.cycle-pager span.cycle-pager-active { 
	color: #ee2d2e;
}

.cycle-pager > * { 
	cursor: pointer;
}

.slide-image{
	width: 100%;
	height: 100%;
}

.slide-video{
  /* position: absolute;
  top: 0;
  left: 0;*/
	width: 100%;
	/*height:100%;*/
  overflow: hidden;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  /*object-fit: fill;*/
}

.slide-image-video{
   position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height:100%;
  z-index: 99;
  overflow: hidden;
}

.play-button{
	position: absolute;
	top: 40%;
	left: 45%;
	z-index: 999;
	cursor: pointer;
}

.play-button img{
	width: 50%;
}

.cycle-home .div-title-subtitle {
	position: relative !important;
	bottom: 60% !important;
}

.cycle-home .div-title-subtitle .heading-xxl{
	font-weight: bold;
}
.background-slide{
	height:100%;
}



