.s1{
    padding-top:0px;
    z-index:1;
}
.s1 .content_holder{
    position:relative;
	width:100%;
	max-width:100%;
	text-align:center;
}
.slider1{
    position:relative;
    display:block;
    width:100%;
    overflow:hidden;
}

.s2{

}
.s2 .content_holder{
	margin-top:calc(2% + 40px);
	margin-bottom:calc(2% + 40px);
}
.s2 .content_holder .each_project{
    position:relative;
    display:inline-block;
    width:100%;
	margin-top:3%;
	margin-bottom:3%;
}
.s2 .content_holder .each_project .icon{
	position:absolute;
	top:-40px;
	right:-40px;
	width:120px;
	z-index:5;
}
.s2 .content_holder .each_project img{
	border-radius:25px;
	overflow:hidden;
	z-index:1;
}
.s2 .content_holder .each_project{
	color:#FFFFFF;
	text-decoration:none;
}
.s2 .content_holder .each_project .gradient{
    position:absolute;
    width:100%;
    height:200px;
    bottom:0;
    background-image: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 55%);
	border-radius:25px;
	z-index:2;
}
.s2 .content_holder .each_project .title_holder{
	position:absolute;
	left:0;
	bottom:0;
	padding:25px;
	width:100%;
	z-index:3;
}
.s2 .content_holder .each_project .title_holder span{
	margin-left:10px;
	padding-left:10px;
	margin-right:10px;
	padding-right:10px;
	border-left:2px solid #b58c60;
	border-right:2px solid #b58c60;
}



.s3 .content_holder{
    position:relative;
	width:100%;
	max-width:100%;
	text-align:center;
}


.s4{
	background:#e6e6e6;
	padding-top:-50px;
	padding-bottom:50px;
}


@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1500px){
}
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1024px) {
	.s2 .content_holder{
		margin-top:calc(2% + 20px);
		margin-bottom:calc(2% + 20px);
	}
	.s2 .content_holder .each_project .icon{
		top:-20px;
		right:-20px;
		width:80px;
	}
	.s2 .content_holder .each_project .title_holder{
		padding:20px;
	}
}
@media screen and (max-width: 768px) {
	.s2 .content_holder{
		margin-top:calc(2% + 10px);
		margin-bottom:calc(2% + 10px);
	}
	.s2 .content_holder .each_project .icon{
		top:-10px;
		right:-10px;
		width:70px;
	}
	.s2 .content_holder .each_project .title_holder{
		padding:15px;
	}
}
@media screen and (max-width: 600px) {
}