
@import url('https://fonts.googleapis.com/css?family=Muli|PT+Sans');
/* =================================== */
/*	Basic Style 
/* =================================== */


.sec-title {}

.sec-title h2 {
  color: #0eb493;
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
}

.sec-sub-title {
	margin: 35px 0 45px;
}

.sec-sub-title p {
	font-weight: 600;
	line-height: 24px;
	font-size: 18px;
	color: #5b646e;
}

.devider {
  margin-top: 30px;
}

.devider i {
  color: #cccccc;
}

.devider:before,
.devider:after {
  content: "______________________";
  color: #e6e8ea;
  position: relative;
  bottom: 6px;
}

.devider:before {
  right: 10px;
}

.devider:after {
  left: 10px;
}

.mb50 {
	margin-bottom: 50px;
}

#preloader {
  background-color: #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 1100;
}

#preloader > img {
  left: 47%;
  position: absolute;
  top: 48%;
}


/*=========================================
	Some fun facts
==========================================*/

#facts {
	background-image: url("../images/counter-bg.jpg");	
	background-repeat: no-repeat;
	padding: 3%;
	margin:3% 0
}

.facts .devider:before,
.facts .devider:after {
	color: #737C85;
}

.facts .devider i {
	color: #fff;
}

.counters-item {
  color: #fff;
}

.counters-item i {
	background-color:rgba(255,255,255,0.4);
  border: 1px solid #808000;
  border-radius: 50%;
  color: #5c5d5d;
  display: inline-block;
  height: 120px;
  margin: 0 0 15px;
  padding: 35px 0 0;
  width: 120px;
}

.counters-item strong {
  display: block;
  font-size: 40px;
  font-weight: 600;
  line-height: 70px;
  color:#fff;
}

.border-btm
{
	width:30px;
	height:5px;
	margin-left: 60px;
	background-color:#808000;
}

.counters-item p {
  font-size: 22px;
  line-height: 24px;
  margin-top: 15px;
  font-weight:bold;
  text-transform: uppercase;
  color:black;
	font-family: 'PT Sans', sans-serif;
}
