@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

.section-count-up {
	background-image: url(../images/graph.png);
	background-position: center 260px;
	background-repeat: no-repeat;
	border-bottom: 0;
	padding-bottom: 320px;
}

.section-count-up h2 {
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 1.2;
	font-size: 36px;
}

.section-count-up h3 {
	font-size: 20px;
	margin-bottom: 40px;
	font-weight: 300;
}
.section-count-up .counter {
	text-align: center;
	margin-bottom: 10px;
	padding-top: 30px;
}

.section-count-up .counter div {
	display: block;
	font-size: 83px;
	font-weight: 500;
	color: #00a3e9;
	line-height: 1.2;
}

.section-count-up .counter h4 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0px;
	line-height: 19px;
}

.section-count-up .counter div b {
	font-weight: inherit;
}

.section-count-up .counter-lg div b {
	font-size: 128px;
	font-weight: 700;
}

.section-count-up .counter i {
	color: #00a5e8;
	padding-right: 5px;
}

.section-count-up .btn {
	border-radius: 4px;
	font-weight: 600;
	padding: 8px 20px;
	font-size: 16px;
	margin-top:50px;
	padding: 16px 30px;
	font-size: 20px;
	line-height: 26px;
	background-color: transparent;
	border: 2px solid #0091cc;
	color: #0091cc;
	transform:none;
}
.section-count-up .btn:hover {
	background-color: #0091cc;
	color: #fff;
	border-color:transparent;
}
.section-count-up .btn:active:hover {
	color: #fff;
	background-color: #0091cc;
	border-color: transparent;
}
.section-count-up .btn i {
	color:inherit;
	font-size: 20px;
	font-weight: 400;
}
.section-count-up .counter p {
	color: #8392a0;
	line-height: 1.6;
	font-size: 14px;
}

@media (max-width: 1199px) {
	.section-count-up h2 {
		font-size: 30px;
		margin-bottom: 10px;
	}
}
@media (max-width: 991px) {
	.section-count-up .counter div {
		font-size: 63px;
		font-weight: 500;
	}
	.section-count-up .counter-lg div b {
		font-size: 90px;
		font-weight: 700;
	}
}
@media (max-width: 767px) {
	.section-count-up {
		background-position: center bottom;
	}
}
