/****** PLACE YOUR CUSTOM STYLES HERE ******/
.kl-header-bg
{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400%;
    opacity: .6;
    z-index: -1;
    pointer-events: none;
    background: -moz-linear-gradient(top,rgba(0,0,0,1) 0,transparent 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,1)),color-stop(100%,transparent));
    background: -webkit-linear-gradient(top,rgba(0,0,0,1) 0,transparent 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,1) 0,transparent 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,1) 0,transparent 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,1) 0,transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000', GradientType=0 );
}
h6.ince
{
	font-weight: 400;
}
footer
{
	padding: 40px 0px;
}

button[type="submit"] {
  height: 50px;
  line-height: 48px;
  border: 2px solid #17b51a;
  background: #17b51a;
  color: #fff;
  width: 100%;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 0 !important;
}
.border-gri
{
  border-bottom:1px solid #ddd;
}