@charset "utf-8";
/* CSS Document */

.counter_body {
  color:#fff;
  max-width:800px;
  margin: 20px auto 30px;
  text-align: center;
  display: table;
}

.counter {
  display: table-cell;
  margin:1.5%;
  font-size:50px;
  background-color:transparent !important;
  width:200px;
  border-radius: 50%;
  vertical-align: middle;
  color:white;
}

.bg-counter-img{
	background-color:#fff;
	 position: relative;
    overflow: hidden;
}


.bg-counter-img:before{
   content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	background-image:url(../img/stats.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
   }
   
   
.counter_body .fa {
    border: 1px solid white;
    padding: 40px;
    font-size: 40px;
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
	color:white;
}
