/********************************* 6. Features *********************************/
.features {
	background: #ffffff;
	padding-top: 115px;
	padding-bottom: 24px;
}

.icon_box_col {
	margin-bottom: 80px;
}

.icon_box_icon {
	width: 400px;
	height: auto;
}

.icon_box_icon img {
	max-width: 100%;
	max-height: 100%;
}

.icon_box_icon svg {
	max-width: 100%;
	max-height: 100%;
}

.svg path,
.svg rect,
.svg polygon {
	fill: #a1a1a1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.icon_box:hover .svg path,
.icon_box:hover .svg rect,
.icon_box:hover .svg polygon {
	fill: #ffa37b;
}

.icon_box_title {
	margin-top: 16px;
}

.icon_box_title h2 {}

.icon_box_text {
	margin-top: 21px;
}

.features_title {
    padding: 40px 40px 100px 40px;
    text-align: center;
}