#services {
	padding:45px 0px;
	position: relative;
	z-index: 15;
}
#services .shadowLine {
	position: absolute;
	top:-30%;
}
#services .head {
	font-weight: 700;
	font-size:30px;
	line-height: 30px;
	color:var(--primaryColor);
	opacity: .8;
}
#services .head i {
	margin-right:10px;
	float: left;
}
#services .item {
	margin-top:35px;
}
#services .item .box .spring {
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 127px solid transparent;
    position: absolute;
    left: 0;
    top: 0;
}
#services .item .box .spring-reverse {
    width: 0;
    height: 0;
    border-top: 127px solid transparent;
    border-bottom: 0px solid transparent;
    position: absolute;
    left: 0;
    bottom: 0;
}
#services .item:nth-child(1) .box .spring {
	border-left-color: #f4bfa6 !important;
}
#services .item:nth-child(2) .box .spring {
	border-left-color: #bdd7d6 !important;
}
#services .item:nth-child(3) .box .spring {
	border-left-color: #efe6b9 !important;
}
#services .item:nth-child(4) .box .spring {
	border-left-color: #f17275 !important;
}
#services .item:nth-child(5) .box .spring {
	border-left-color: #ffcb8e !important;
}
#services .item:nth-child(6) .box .spring{
	border-left-color: #9ac0c6 !important;
}


#services .item:nth-child(1) .box .spring-reverse {
	border-right-color: #f4bfa6 !important;
}
#services .item:nth-child(2) .box .spring-reverse {
	border-right-color: #bdd7d6 !important;
}
#services .item:nth-child(3) .box .spring-reverse {
	border-right-color: #efe6b9 !important;
}
#services .item:nth-child(4) .box .spring-reverse {
	border-right-color: #f17275 !important;
}
#services .item:nth-child(5) .box .spring-reverse {
	border-right-color: #ffcb8e !important;
}
#services .item:nth-child(6) .box .spring-reverse {
	border-right-color: #9ac0c6 !important;
}












#services .box {
	width: 100%;
	background-color:whitesmoke;
	padding:35px;
	height:100%;
	transition: .3s;
	position: relative;
	top:0;
	border-radius: 10px;
	-webkit-box-shadow:42px 38px 42px -38px rgba(0,0,0,.58);
    -moz-box-shadow: 42px 38px 42px -38px rgba(0,0,0,.58);
    box-shadow: 42px 38px 42px -38px rgba(0,0,0,.58);
}
#services .head .box {
	background-color:transparent;
	box-shadow:none;
	position: relative;
}
#services .head .box .intitle {
	color:var(--primaryColor);
	font-weight: 700;
	font-size:13px;
	line-height: 13px;
	margin-bottom:7px;
	letter-spacing: .5px;
}
#services .head .box .title {
	font-size:36px;
	line-height: 36px;
	color:var(--secondaryColor);
}
#services .box article {
	color:var(--textColor);
	font-weight: 300;
	font-size:16px;
	line-height: 26px;
	opacity: .8;
}
#services .title {
	color: var(--textColor);
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    letter-spacing: .5px;
    transition: .3s;
    opacity: .9;
}
#services .box i {
	margin-bottom:25px;
	color:var(--primaryColor);
	font-size:26px;
	line-height: 26px;
	display:inline-block;
	transition: .3s;
	position: relative;
	left:0;
}
#services .box:hover > i {
	transform:scale(2);
	left:15px;
	color:white;
}
#services .item .box:hover {
	background-color: var(--primaryColor);
	color:white;
	top:-10px;
	-webkit-box-shadow:42px 58px 42px -8px rgba(0,0,0,.58);
    -moz-box-shadow: 42px 58px 42px -8px rgba(0,0,0,.58);
    box-shadow: 42px 58px 42px -8px rgba(0,0,0,.58);
}
#services .item .box:hover article {
	color:rgba(255,255,255,.8);
}
#services .box .visual {
	position: absolute;
	width: 100%;
    left:0;
    top:0;
    opacity: 0;
    transition: .6s;
    z-index: 0;
}
#services .box .visual img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	width: 100%;
}
#services .box:hover .visual {
	opacity: 1;
}
#services .box:hover {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
#services .item:nth-child(1) {
	transition: .5s;
}
#services .item:nth-child(2) {
	transition: .7s;
}
#services .item:nth-child(3) {
	transition: .9s;
}
#services .item:nth-child(4) {
	transition: 1.1s;
}
#services .item:nth-child(5) {
	transition: 1.3s;
}
#services .item:nth-child(6) {
	transition: 1.5s;
}


#services .item .box:hover .title {
	color:white;
}
#services .item.head .box:hover {
	top:0;
	box-shadow:none;
}
@media screen and (max-width:992px) {
	#services .box .visual {
		display:none !important;
	}
	#services .shadowLine {
		position: relative;
		top:0;
	}
	#services {
		padding:35px 0px;
		zoom:80%;
	}
	#services .head .box {
		padding:15px;
	}
	#services .item {
		margin-top:0px;
		padding:5px;
	}
}