﻿.aboutUsDivCol{
	width: 50%; 
	float: left;
    margin:0px auto 0px auto;
}
.aboutUsDivCol_1{
    width:95%;
     margin:0px auto 0px auto;
     height:auto;
}
.Data_2{
    width:98%;
    margin:15px auto 0px auto;
    height:255px;
}

.progressBarMargin{
	margin-top:50px;
}

.aboutUsGenralText {
	color: #808080;
	font-size: 16px;
}

.aboutUsTileText {
	color: #808080;
	font-size: 32px;
}

.aboutUsProgressBarText {
	color: #ffffff;
	font-size: 16px;
	margin-left: 15px;
}

.barHolder {
	margin-top: 15px;
	margin-left:5px;
	background-color: #808080;
	width: 99%;
	height: 25px;
}

#bar1 {
	height: 25px;
	width: 100%;
	background-color: #ff6a00;
	-moz-animation: incWidthBar1 5s linear;
	-o-animation: incWidthBar1 5s linear;
	-webkit-animation: incWidthBar1 5s linear;
	animation: incWidthBar1 5s linear;
	text-transform: uppercase;
}

#bar2 {
	height: 25px;
	width: 99%;
	background-color: #ff6a00;
	-moz-animation: incWidthBar2 8s linear;
	-o-animation: incWidthBar2 8s linear;
	-webkit-animation: incWidthBar2 8s linear;
	animation: incWidthBar2 8s linear;
	text-transform: uppercase;
}

#bar3 {
	height: 25px;
	width: 97%;
	background-color: #ff6a00;
	-moz-animation: incWidthBar3 4s linear;
	-o-animation: incWidthBar3 4s linear;
	-webkit-animation: incWidthBar3 4s linear;
	animation: incWidthBar3 4s linear;
	text-transform: uppercase;
}

#bar4 {
	height: 25px;
	width: 98%;
	background-color: #ff6a00;
	-moz-animation: incWidthBar4 7s linear;
	-o-animation: incWidthBar4 7s linear;
	-webkit-animation: incWidthBar4 7s linear;
	animation: incWidthBar4 7s linear;
	text-transform: uppercase;
}

@-moz-keyframes incWidthBar1 {
	from {
		width: 40%;
	}

	to {
		width: 100%;
	}
}

@-webkit-keyframes incWidthBar1 {
	from {
		width: 40%;
	}

	to {
		width: 100%;
	}
}

@keyframes incWidthBar1 {
	from {
		width: 40%;
	}

	to {
		width: 100%;
	}
}

@-moz-keyframes incWidthBar2 {
	from {
		width: 40%;
	}

	to {
		width: 99%;
	}
}

@-webkit-keyframes incWidthBar2 {
	from {
		width: 40%;
	}

	to {
		width: 99%;
	}
}

@keyframes incWidthBar2 {
	from {
		width: 40%;
	}

	to {
		width: 99%;
	}
}

@-moz-keyframes incWidthBar3 {
	from {
		width: 40%;
	}

	to {
		width: 97%;
	}
}

@-webkit-keyframes incWidthBar3 {
	from {
		width: 40%;
	}

	to {
		width: 97%;
	}
}

@keyframes incWidthBar3 {
	from {
		width: 40%;
	}

	to {
		width: 97%;
	}
}

@-moz-keyframes incWidthBar4 {
	from {
		width: 40%;
	}

	to {
		width: 98%;
	}
}

@-webkit-keyframes incWidthBar4 {
	from {
		width: 40%;
	}

	to {
		width: 98%;
	}
}

@keyframes incWidthBar4 {
	from {
		width: 40%;
	}

	to {
		width: 98%;
	}
}
