
.fun-fact-section{
	position: relative;
}

.fun-fact-section .outer-box{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	max-width: 1400px;
	margin: 0 auto;
	padding: 100px 0 60px;
}

.fact-counter{
	position: relative;
}

.fact-counter .counter-column{
	position:relative;
	margin-bottom:40px;
}

.fact-counter .count-box{
	position: relative;
	font-size: 60px;
	line-height: 1em;
	color: #ffffff;
	font-weight: 700;
	padding: 20px 0;
	padding-left: 20px;
}

.fact-counter .count-box:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100px;
	width: 50px;
	border: 2px solid #ff8a00;
	content: "";
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.fact-counter .count-box:hover:before{
	-webkit-box-shadow: #ff8a00 0 0px 0px 40px inset;
	-moz-box-shadow: #ff8a00 0 0px 0px 40px inset;
	-ms-box-shadow: #ff8a00 0 0px 0px 40px inset;
	-o-box-shadow: #ff8a00 0 0px 0px 40px inset;
	box-shadow: #ff8a00 0 0px 0px 40px inset;
}

.fact-counter .count-box .count{
	position: relative;
	float: left;
	margin-right: 15px;
}

.fact-counter .count-box .count-text{
	position: relative;
	display: inline-block;
	font-size: 60px;
	line-height: 1em;
	color: #ffffff;
	font-weight: 700;
}

.fact-counter .count-box .counter-title{
	position: relative;
	display: block;
	font-size:18px;
	line-height: 1.2em;
	font-weight:400;
	color:#dddddd;
	padding: 9px 0;
	font-family: "Rubik", sans-serif;
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.preloader{ 
	position:fixed; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:100%; 
	z-index:999999; 
	background-color:#ffffff; 
	background-position:center center; 
	background-repeat:no-repeat; 
}