﻿


/*-------------- Counter -------------------*/


.Counter {
  width:100%;
  position:relative;
  background-color:#fafafa;
  padding:0px 0 0px 0;
  text-align:center;
  color:#ae925d;
}


.col_half { width: 49%; }
.col_third { width: 32%; }
.col_fourth { width: 23%; }
.col_fifth { width: 18.4%; }
.col_sixth { width: 15%; }
.col_three_fourth { width: 74.5%;}
.col_twothird{ width: 66%;}
.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth{
	position: relative;
	display:inline;
	display: inline-block;
	margin-bottom: 0px;
}
.end { margin-right: 0 !important; }
/* Column Grids End */

.wrapper {margin: 30px auto; position: relative;}
.counter { padding: 20px 0; border-radius: 0px}
.counter-none { border-left:0px #dddddd solid !important;}

.counter i{ 
   /* padding: 27px 0;*/
padding: 21px 20px;
    border-radius: 50px;
    position: absolute;
    z-index: 0;
    /*width: 70px;*/
   /* height: 70px;*/
    width: 55px;
    height: 55px;
    background-color: #1b2f52;
    color: #ffffff;
    right: 0;
    top: 5px;
}

.count-title { font-size: 45px; font-weight: bold; margin-top: -15px; margin-bottom: 0; text-align: center; position:relative;z-index:1 }
.count-text { font-size: 15px; font-weight: normal;  margin-top:0px; margin-bottom: 0; text-align: center;  color:#1b2f52}
.fa-2x { margin: 0 auto; float: none; display: table; color: #4ad1e5; }






