/* Custom CSS */


body {  }

#faq {
	background-color:#92e899;
}

/*	Faq2==================================================*/ 
#faq2 {
	background-color:#eff1f7;
}
.faq2-block {
	margin:0px;
}

@media (max-width:490px) {
	.wow {
					visibility: visible !important;
					-webkit-animation: none !important;
					 -moz-animation: none !important;
					   -o-animation: none !important;
					  -ms-animation: none !important;
						  animation: none !important;
	}
	.container {
					max-width:430px;
					padding-left:30px;
					padding-right:30px;
	}
	#hero h1 {
					font-size:38px;
	}
	#hero p.lead {
					font-size:1.5em;
	}	
	.faq2-block {
					margin: 0;
	}
}

.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus {
	color:#2facef;
}