@charset "utf-8";
/* CSS Document */
.cultrue-style-one,.cultrue-style-three{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}	
.cultrue-style-one{
	align-items: center;
    padding: 40px 69px;
	background:url("../img/Concepts/add.png") no-repeat 270px center,url("../img/Concepts/add.png") #F5F5FA no-repeat  540px center;
	}	
.cultrue-style-one .nav-icon {
    display: inline-block;
    text-align: center;
    position: relative;
    vertical-align: top;
}	
.cultrue-style-one .nav-icon:nth-child(2){margin: 0 134px;}
.column-1 .nav-icon {    width: 20%;}	

.cultrue-style-three{margin-top: 40px;}	
.cultrue-style-three .cultrue-nav-icon {
	width: 410px;
	height: 230px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0 40px  40px 0;
	float:left;
	box-sizing: border-box;
	overflow: hidden;
	color: #fff;

}
.cultrue-style-three .cultrue-nav-icon:nth-child(4n+1) {
	background: url(../img/Concepts/groupa.png) no-repeat;
	background-size: 100% 100%;
}
.cultrue-style-three .cultrue-nav-icon:nth-child(4n+2) {
	background: url(../img/Concepts/groupb.png) no-repeat;
	background-size: 100% 100%;
    margin: 0 0 40px;

}
.cultrue-style-three .cultrue-nav-icon:nth-child(4n+3) {
	background: url(../img/Concepts/groupc.png) no-repeat;
	background-size: 100% 100%
}
.cultrue-style-three .cultrue-nav-icon:nth-child(4n+4) {
	background: url(../img/Concepts/groupd.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 0 40px;
}

.title-wrap{position: absolute;bottom: 30px;left: 20px;}	
.cultrue-style-three .main-title {
	font-size: 20px;
	font-weight: bold;
}
.cultrue-style-three .sub-heading {
	font-size: 16px;
	margin-top: 8px;
}	

