.navbar{
	background-color: #FFFFFF;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	margin-bottom: 0;
}

.navbar ul li a:hover{
	color: #F0AD4E !important;
}

.jumbotron{
	background-color: #040404;
	color: #FFFFFF;
	height: 100%;
	width: 100%;
}

.jumbotron h1{
	padding-top: 100px;
}

.jumbotron img{
	padding-top: 50px;
}

.jumbotron .btn{
	background-color: #F0AD4E !important;
	border: 0;
}

.whatsapp-float{
	position: fixed;
	bottom: 40px;
	right: 10px;
	z-index: 100;
	background: #25D366;
	color: #FFFFFF;
	width: 150px;
	height: 40px;
	text-align: center;
	border-radius: 5px;
	box-shadow: 2px 2px 3px #999; 
}

.terms-conditions{
    padding: 50px 0;
}

.terms-conditions h2{
    text-align: center;
}

.terms-conditions hr{
	border: 2px solid #F0AD4E;
	width: 50px;
}

.about{
	padding-bottom: 70px;
	padding-top: 50px;
}

.about hr{
	border: 2px solid #F0AD4E;
	margin: 0;
	margin-bottom: 10px;
	width: 50px;
}

.manual-car{
    background-color: #EEEEEE;
	padding: 50px 0;
	text-align: center;
}

.manual-car hr{
	border: 2px solid #F0AD4E;
	width: 50px;
}

.matic-car{
	padding: 50px 0;
	text-align: center;
}

.matic-car hr{
	border: 2px solid #F0AD4E;
	width: 50px;
}

.matic-car .btn{
	background-color: #F0AD4E !important;
	border: 0;
}

.premium-car{
    background-color: #EEEEEE;
	padding: 50px 0;
	text-align: center;
}

.premium-car hr{
	border: 2px solid #F0AD4E;
	width: 50px;
}

.premium-car .btn{
	background-color: #F0AD4E !important;
	border: 0;
}

.testimonial{
	padding: 50px 0;
}

.testimonial h2{
	text-align: center;
}

.testimonial hr{
	border: 2px solid #F0AD4E;
	width: 50px;
}

.testimonial .well{
	background-color: #FFFFFF;
	height: 175px;
}

.testimonial .glyphicon{
	color: #F0AD4E;
}

.testimonial .btn{
	background-color: #F0AD4E !important;
	border: 0;
}

.contact{
    background-color: #EEEEEE;
	padding: 50px 0;
}

.contact h2{
	text-align: center;
}

.contact hr{
	border: 2px solid #F0AD4E;
	width: 50px;
}

.footer{
	background-color: #000000;
	color: #FFFFFF;
	padding: 50px 0;
}

.copyright{
	background-color: #000000;
	color: #FFFFFF;
	padding: 15px;
	text-align: center;
}