.nav-item .active{
	color: #f6c44c;
}
.about-us-section{
	background: url("images/family.png");
	background-repeat: no-repeat;
	background-size: cover;
	/*padding-top: 180px;
	padding-bottom: 160px;*/
	background-position: top;
	min-height: 480px;
	
}

.about-us-text{
	width: 60%;
}
.about-us-text h3{
	padding-top: 140px;
	/*padding-bottom: 100px;*/
	text-align: center;
	font-family: Helvetica;
	font-size: 1.8em;
	font-weight: 800;
	color: #fff;
	letter-spacing: 0.04em;
	line-height: 1.4em;
}
.navy-lines{
	background-color: #001542;
	padding-bottom: 12px;
	/*margin-top: -10px;*/
}
.money-making-heading{
	/*padding-bottom: px;*/
	padding-top: 60px;
	text-align: center;
	font-family: HelveticaBold;
	font-size: 1.6em;
	letter-spacing: 0.02em;
	color: #4a7c11;
}
.money-making-para{
	padding-top: 10px;
	padding-bottom: 60px;
	width: 65%;
}
.money-making-para p{
	text-align: center;
	font-family: HelveticaLight;
	font-weight: 600;
	color: #2b2929c2;
	font-size: 1.30em;
	letter-spacing: 0.02em;
}
.partner-with-us{
	padding-top: 50px;
	padding-bottom: 40px;
	background-color: #e4e3e2;
}
.partner-with-us h4{
	color: #4a7c11;
	font-family: HelveticaBold;
	font-size: 1.6em;
	letter-spacing: 0.02em;
	text-align: center;
}
.join-our-network p{
	padding-top: 10px;
	text-align: center;
	font-family: HelveticaLight;
	font-weight: 600;
	color: #2b2929c2;
	font-size: 1.30em;
	letter-spacing: 0.02em;
}
.join-our-network a{
	color: #2b2929c2;
}
.join-our-network span{
	text-decoration: underline;
}
@media only screen and (max-width: 700px){
	.money-making-para{
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media only screen and (min-width: 430px) and (max-width: 455px){
	.money-making-heading{
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media only screen and (min-width: 340px) and (max-width: 370px){
	.money-making-heading{
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media only screen and (max-width: 700px){
	.about-us-text{
		width: 95%;
	}
}
@media only screen and (max-width: 943px){
	.about-us-text h3{
		padding-top: 60px;
	}
}