/* Counter */

.counter-item {
  position:relative;
  text-align:center;
  color: #fff;
}

.counter-item h5 {
  text-align: center;
  margin-bottom: 0px;
  color: #fff;
}

.counter-item i {
  font-size:40px;
  color: #fff;
}


.timer {
  font-size: 48px;
  font-weight: 800;
  text-transform: uppercase;
  text-align:center;
  line-height:80px;
  color: #fff;
}



.parallax{
  width:100%; 
  padding: 0;
  margin: 0;
  background-position: 50% 30%;
  background-attachment: fixed;
  background-repeat: no-repeat;  
}

.parallax-text-container-1 .parallax-text-item {
  padding:120px 0px;
  text-align:center;
}


.parallax-mobile {
	background-position: 50% 0px !important; 
	background-attachment: scroll !important;
}