/* Counter */
.hpcountertitle {
    font-family:var(--ff-oswald);
    font-weight: 500;
    display: inline-block;
	color:#fff;
  }
.hpcountercontent {
    font-weight: 500;
    display: block;
	color:#fff !important;
	font-size:16px;
  }
.parallax-counter {
    background-image: var(--parallax-counter);
    min-height: 350px;
    height: auto;
}
.counter-item {
    display: block;
    color: var(--text-color-light);
    font-family: var(--ff-robotocondensed) !important;
}
.counter-item i {
    display: block;
    font-size: 40px;
    margin-bottom: 15px;
	color:var(--text-color2);
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
.counter-item span {
    font-size: 38px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}
.counter-item h4 {
    display: block;
    font-size: 20px;
}
.counter-item:hover span{
    color:  var(--text-color2);
	cursor:pointer;
}
.counter-item:hover i {
    color:#fff !important;
	cursor:pointer;
}
.counter-item:hover i {
	color:var(--text-color1);
	-moz-transform: rotate(1440deg);
	-webkit-transform: rotate(1440deg);
	-ms--transform: rotate(1440deg);
	transform: rotate(1440deg);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
  display: inline-block;
}
  /* #Counter */