.nav-color{
	color:#fff!important;
	font-weight:600;
}


.section-help
{
	
	margin-top: -6rem;
	padding-bottom: 3rem;

}


.help-header
{
	background: url(../img/help.jpeg);
	height: 40vh;
	background-size: cover;
	position: relative;
	background-blend-mode: color-burn;
}
.heading-help
{
	position: absolute;
	font-size: 3rem;
	color:#fff;
	top: 15%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	cursor: help;

	

}
.heading-help-search{
	
	position: absolute;
	top: 30%;
	width:100%;

	
}


.help-card
{
	border-top:none;
	border-radius: 0px;
	box-shadow: 5px 10px rgba(0,0,0,.3);
	transition: all .3s;
	cursor: help;
	min-height: 345px;
}
.help-card a{
	text-decoration: none !important;
}
.help-card a h5{
	color: #000 !important;
}
.help-card:hover
{
	box-shadow: 6px 10px rgba(0,0,0,.4)
}


.help-card--image
{
	border-radius: 0px;
	position: relative;
	height: 11rem;
}
.help-shape
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 10rem;
	height: 10rem;
	-webkit-clip-path: circle(50% at 50% 50%);
	background: #fff;


	clip-path: circle(50% at 50% 50%);
}
.help-shape i
{
	color: #1976d2 ;
	font-size: 10rem;

}
.help-title
{
	/font-weight: 900;
}
.help-des p
{
	text-align: center;
	font-size: 1.1rem;
	color: grey;
}

.help-container
{
	background: url(../img/help.jpeg);
	background: cover;
	background-attachment: fixed;
	height: 300px;
	
	position: relative;
}
.help-parallax-title
{
	color: #f9f9f9;
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translate(-50%,-10%);
	text-shadow:1px 3px #000;

}

.newsletter
{
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-10%);
	

}

.help-input	
{
	height: 50px;
	width: 300px!important;
	border-radius: 0px;
}
.help-btn
{
	height: 50px;
	width: 120px;
	border-radius: 0px;
}

.help-checkbox
{
	margin: 1rem 0;
}

.help-checkbox label
{
	color: #fff;
}
