.white-box{
	background-color: white;
	/*padding-top: 100px;
	padding-bottom: 100px;*/
}
.md-content-box{
	width: 100%;
	float: left;
}
.md-inner-content-box{
	width: 50%;
	padding-top: 25px;
}
.left-content{
	float: left;
}
.right-content{
	float: right;
}
.img-box{
	width: 20%;
}
.content-text-box{
	width: 70%;
	padding-left: 10px;
}
.center-align{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.blue-box{
	background-color: #b4ecec;
}
.constantia{
  font-family: constantia;
  font-style: italic;
  font-size: 64px;
  color: #115259;
}
.avenir{
  /*font-family: AvernirNextLTProCn;*/
  font-size: 27px;
  font-style: normal;
  text-align: center;
}
.color-dark-gray{
	color: 115259;
}
.color-white{
	color: white;
}
.color-black{
	color: black;
}
.width-20-per{
	width: 20%;
}
.width-40-per{
	width: 40%;
}
.left-space-10-per{
	margin-left: 10%;
}
.full-width{
	width: 100%;
}
.center-align-box{
	text-align: center;
}
.top-bottom-space-50{
	margin-top: 50px;
	margin-bottom: 50px;
}
.top-bottom-space-100{
	margin-top: 100px;
	margin-bottom: 100px;
}
.top-space-100{
	margin-top: 100px;
}
.top-space-50{
	margin-top: 50px;
}
.bottom-space-50{
	margin-bottom: 50px;
}
.bottom-space-100{
	margin-bottom: 100px;
}
.bottom-space-15{
	margin-bottom: 15px;
}
.img-box-30-per{
	width: 30%;
}
.content-box-50-per{
	width: 50%;
}
.no-space-right-left{
	margin-left: 0px;
  margin-right: 0px;
}
.left-align{
	text-align: left;
}
.btn-orange{
	font-size: 20px;
	background: #FC8A08;
  padding: 15px 50px;
  float: left;
  margin-right: 8px;
  border: 1px solid #FC8A08;
  color: #ffffff !important;
}
.left-space-50-per{
	margin-left: 50%;
}
.btn-fix-orange{
	position: fixed;
	right: 1%;
	bottom: 0px;
	font-size: 16px;
	background: #FC8A08;
  padding: 5px 40px;
  float: left;
  border: 1px solid #FC8A08;
  color: #ffffff !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}


/*counter-style*/
/*========================*/
 #content-counter{
	height: 150px;
  width: 150px;
  float:left;
  margin:5px;
  padding-left: 15px;
  padding-right: 15px;
}
.count
{
	text-align: right;
  line-height: 100px;
  color:white;
  font-size:45px;
  float: left;
  width: 50%;
}
.plus{
	text-align: left;
	line-height: 100px;
	float: left;
	color: white;
	width: 30%;
	font-size: 45px;
}
.counter-box{
	text-align: center;
	margin-left:15%;
}
.counter-text-1{
	color: white;
	width: 100%;
}
.counter-text-2{
	color: white;
	width: 100%;
	font-size: 18px;
}
.content-value{
	width: 100%;
	color: white;
}
.bg-light-green{
	background-color: #b4ecec;
}
 /*========================*/
.one-third-space{
 	width: 33%;
}
.box-20-per{
 	width: 20%;
}
.box-30-per{
	width: 30%;
}
.box-40-per{
 	width: 40%;
}
.left-inner-space-10{
 	padding-left: 10px;
}
.left-inner-space-20{
 	padding-left: 7%;
}
.right-inner-space-10{
 	padding-right: 10px;
}
.left-space-25-per{
 	margin-left: 25%;
}
.top-space-20{
 	padding-top: 20px;
}
/*body{
	min-width:10px;
}*/

 