
/*end reset*/
body {
	background:#ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
}
.wrap{
	margin:0 auto;
	width:80%;
}
/*****/
.content
{
	background: url(../images/) no-repeat;
	background-size: 100%;
	background-size:cover;
}

/*------- Skills rings-------*/
.heading
{
	color:#292929;
	border-bottom: 3.5px solid #E1E1E1;
	width: 130px;
	margin: 0 auto;
	font-size: 1.5em;
	text-transform: uppercase;
	text-shadow: 0px 0px 1px #292929;
	text-align: center;
	padding-bottom: 10px;
}
.para
{
	color:#6C6C6C;
	padding:3em 0em 4em 0em;
	text-align: center;
}
.centertxt {
	width: 1024px;
	margin: 0 auto;
}
.text-light
{
	background: #F5F5F5;
	padding: 1em 0em;
}
.chart {
    position: relative;
    display: inline-block;
    margin: 1em;
    width: 200px;
    height: 200px;
    text-align: center;
}

.chart canvas {
    width: 200px;
    height: 200px;
}
.chart-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.percent,
.count-number,
.count-number-done {
    color: #666;
    font-weight: 700;
    font-size: 2.333em;
    line-height: 1.34;
}

.text-light .percent,
.text-light .count-number,
.text-light .count-number-done {
    color: #656565;
}

.percent:after {
    content: '';
	
}
.chart-title,
.count-subject {
    font-weight: 700;
    font-size: 0.889em;
}
/*-------------Timeline-----*/
.exper {
padding: 4em 0em;
}
/*****/
.row-content2 {
padding: 6% 8%;
}

/*******/
.contact {
	background: #F6F6F6;
	padding: 6em 0em 2em 0em;
}
.left-form,.right-form{
	float:left;
	margin:22px 28px;
	width:60%;
}
