
  @import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900');
  
  /* 11. Counter */
.counter-area {
	font-family: 'Rubik', sans-serif;
	background-size: cover;
	background-position: center center;
}
.counter-title{}
.counter-title h1 {
	font-family: 'Rubik', sans-serif;
	color: #fff;
	font-size: 48px;
	line-height: 55px;
	font-weight: 300;
	margin-bottom: 0;
}
.counter-wrapper{}
.counter-text{}
.counter-text h1 {
	font-family: 'Rubik', sans-serif;
	font-size: 30px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 0;
}
.counter-text h1 > span {
	font-family: 'Rubik', sans-serif;
	font-size: 30px;
	color: #fff;
	font-weight: 300;
}
.counter-text span {
	font-size: 24px;
	color: #fff;
	font-weight: 300;
}
.counter-bg{}
.counter-section{}
.counter-section h1 {
	font-family: 'Rubik', sans-serif;
	font-size: 200px; 
	color: #fff;
	line-height: 160px;
	margin-bottom: 0;
	font-weight: 400;
}
.counter-info{}
.counter-info h1 {
	font-family: 'Rubik', sans-serif;
	font-size: 40px;
	color: #fff;
	font-weight: 300;
	line-height: 75px;
	margin-bottom: 28px;
}
.counter-info p {
	font-family: 'Rubik', sans-serif;
	line-height: 28px;
	margin-bottom: 0;
	color: #fff;
	padding-right: 29%;
}
.pb-85 {
	padding-bottom: 85px;
}
.pt-120 {
	padding-top: 120px;
}
.pt-50 {
	padding-top: 50px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-60 {
    margin-bottom: 60px;
}

/* .top-bar__navigation .sub-submenu {
    display: none;
    padding-left: 20px;
    border-top: 15px solid transparent;
}

.top-bar__navigation .sub-submenu {
	display: block;
	border-top-width: 0;
	position: absolute;
	top: -30px;
	left: 200px; 
	min-width: 230px;
	margin-top: 20px;
	padding: 30px;
	background-color: #282828;
	visibility: hidden;
	opacity: 0;
	z-index: 3;
	-webkit-transition: opacity .2s ease-in-out,margin-top .3s ease-in-out,visibility .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out,margin-top .3s ease-in-out,visibility .2s ease-in-out;
	transition: opacity .2s ease-in-out,margin-top .3s ease-in-out,visibility .2s ease-in-out;
} */

			