header.header-section h3 
{
    font-family: 'Panton' !important;
    font-weight: 500 !important;
}
.effect-item
{
	position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;	
}
.effect-item h4
{
    position: absolute;
    top: 40px;
    height: 40px;
    width: 100%;
    background-color: hsla(0, 0%, 85%, 0.9);
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    font-weight: bold;
	color: #000;
	text-transform: uppercase;
}
.effect-link
{
    float: left;
    display: block;
    position: relative;	
}