@import url(https://fonts.googleapis.com/css?family=Lato:400,700|Montserrat:400,700);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);



/*/ start count stats /*/ 

section#counter-stats {
	display: flex;
	justify-content: center;
	margin-top: 100px;
}

.stats {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

.stats .fa {
  color: #001f3f;
  font-size: 60px !important;
}

/*/ end count stats /*/
.stats h5{
    color: rgb(27, 21, 21) !important;
}


.stats .counting{
    color: rgba(27, 18, 18, 0.836) !important;
}