html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}

ul{
	list-style: none;
}
body, input, textarea {
	font: 14px 'Open Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 23px;
	color: #727272;
}

.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth {
	position: relative;
	margin-right: 4%;
	float: left;
}
.one_fifth {
	width: 16.800%;
}
.last {
	margin-right: 0 !important;
	clear: right;
}
/* features section 5 */
.features_sec5 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 70px 0px;
	background-color: #F62459;
}
.features_sec5 .root {
	float: left;
	width: 100%;
	background: url(../images/agile/site-img5.png) no-repeat center 14px;
}
.features_sec5 .one_fifth i {
	color: #272727;
	font-size: 27px;
	width: 90px;
	height: 90px;
	text-align: center;
	vertical-align: middle;
	line-height: 90px;
	background-color: #fff;
	border-radius: 100%;
}
.features_sec5 .one_fifth h5 {
	color: #fff;
	margin-top: 13px;
	margin-bottom: 0px;
}
.features_sec5 .one_fifth i:hover {
	color: #fff;
	background-color: #272727;
}
.features_sec5 .one_fifth i.active {
	color: #fff;
	background-color: #272727;
}

.features_sec5 .left {
	float: left;
	width: 50%;
}
.features_sec5 .left h3, .features_sec5 .right h3 {
	margin-bottom: 10px;
	text-transform: uppercase;
}
.features_sec5 .right strong {
	color: #454545;
	font-size: 14px;
	font-weight: normal;
	display: block;
	text-transform: none;
	margin-bottom: 20px;
}
.features_sec5 .left .circle {
	float: right;
	width: 310px;
	height: 320px;
	padding-top: 65px;
	padding-left: 30px;
	padding-right: 30px;
	background: url(../images/agile/site-img6.png) no-repeat center top;
}
.features_sec5 .right {
	float: left;
	width: 50%;
}
.features_sec5 .right .circle {
	float: left;
	width: 310px;
	height: 320px;
	padding-top: 65px;
	padding-left: 30px;
	padding-right: 30px;
	background: url(../images/agile/site-img7.png) no-repeat center top;
}

h2.section_title_white {
	color: #fff;
	font-size: 35px;
	text-transform: uppercase;
	padding-bottom: 20px;
	font-weight: 200;
	background: url(../images/agile/title-hline.html) no-repeat center bottom;
	margin-bottom: 70px;
}
h2.section_title_white strong {
	font-weight: 500;
}

h2.section_title_white.lessmar {
	margin-bottom: 40px;
}

h2.section_title_white.fure {
	background: url(../images/agile/title-hline3.png) no-repeat center bottom;
}

h2.section_title_whitebig {
	color: #fff;
	font-size: 40px;
	text-transform: uppercase;
	padding-bottom: 45px;
	font-weight: 200;
	background: url(../images/agile/title-hline-big.html) no-repeat center bottom;
	margin-bottom: 40px;
}
h2.section_title_whitebig strong {
	font-size: 70px;
	line-height: 70px;
	font-weight: 300;
	display: block;
	padding-top: 10px;
}

ul.list_2 {
	float: left;
	padding: 0px;
	margin: 0px;
	margin-left: 13%;
}
.list_2 li {
	text-align: right;
	padding: 0px;
	margin: 0px;
	line-height: 30px;
}
.list_2 li i {
	color: #fc4242;
	margin-right: 8px;
}

/* responsive */
@media only screen and (max-width: 479px){

.one_fifth {
width: 100%;
margin-bottom: 40px;
}
.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth {
margin-right: 0%;
}
.features_sec5 .left {
float: left;
width: 100%;
}
.features_sec5 .left .circle {
float: left;
margin-left: 4px;
}
.features_sec5 .right {
float: left;
width: 100%;
margin-top: 40px;
}
.features_sec5 .right .circle {
float: left;
margin-left: 4px;
}

}

@media only screen and (min-width: 480px) and (max-width: 767px){	
.container {
	width: 460px;
	margin: auto;
}
.one_fifth {
width: 100%;
margin-bottom: 40px;
}
.features_sec5 .left {
float: left;
width: 100%;
}
.features_sec5 .left .circle {
float: left;
margin-left: 80px;
}
.features_sec5 .right {
float: left;
width: 100%;
margin-top: 40px;
}
.features_sec5 .right .circle {
float: left;
margin-left: 80px;
}
}
.nopadd{padding:0px;}
.padd_30t20{
  padding:30px 20px !important;}
  .whiteit{color:#fff !important;}