#helps{
	display:block;
	width:100%;
	background: url(../images/act-bg.jpg);
	background-size:cover;
	background-attachment:fixed;
	background-position:center;
	margin:10px 0;
	padding:10px 0;
}
#helps h1, #helps h4, #helps h5{
	color: #fff;
}
#helps h4{
	text-transform:uppercase;
	font-size:18px;
	line-height:18px;
}
#helps hr{
	width:150px; border:2px solid #fff;
}
#helps p{
	margin:10px 0 0 0;
	color:#fff;
}


#gallery-secs{
	display:block;
	width:100%;
	margin:60px 0;
}
#gallery-secs h1{
	color: #ec1d25;
}
#gallery-secs hr{
	width:150px; border:2px solid #2f3191;
}
#gallery-secs p{
	margin:15px 0 0 0;
}
#gallery-secs .btn1 {
    border: 2px solid #2f3191;
    border-radius: 3px;
    color: #2f3191;
    display: inline-block;
    margin: 30px 0 0 0;
    padding: 9px 20px;
	font-weight:600;
	text-transform:uppercase;
}
#gallery-secs .btn1:hover {
    border: 2px solid #ec1d25;
	background:#ec1d25;
    color: #fff;
}
#gallery-secs .btn2 {
	background:#ec1d25;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    margin: 30px 0 0 20px;
    padding: 9px 20px;
	font-weight:600;
	text-transform:uppercase;
}
#gallery-secs .btn2:hover {
    background-color: #2f3191;
    color: #fff;
}
#gallery-secs ul{
	margin:0;
	padding:0;
}
#gallery-secs ul li{
	list-style:none;
	width:23.5%;
	margin:20px 2% 0 0;
	float:left;
}
#gallery-secs ul li:nth-child(4n+0){
	margin:20px 0 0 0;
}
#gallery-secs ul li .image{
	position:relative;
	width:100%;
	overflow:hidden;
}
#gallery-secs ul li .image img{
	width:100%;
	transition: all 0.3s ease-in-out;
}
#gallery-secs ul li .image:hover img{
	transform:scale(1.2);
}
#gallery-secs ul li .image .overlay{
	width:100%;
	height:100%;
	background:rgba(236, 29, 37, 0);
	position:absolute;
	left:0; top:0;
	transition: all 0.3s ease-in-out;
	text-align:center;
	opacity:0;
}
#gallery-secs ul li .image:hover .overlay{
	background:rgba(236, 29, 37, 0.8);
	opacity:1;
}
#gallery-secs ul li .image .overlay i{ color:#fff; font-size:50px; margin:24% 0;
}
