/*-------START MAIN ABOUT US SECTION----------*/
#main-about {
	margin-top: 60px;
	margin-bottom: 60px;
}
#main-about h2 {
	text-align: center;
	font-weight: 900;
	text-transform: uppercase;
}
#main-about p {
	text-align: center;
	padding-top: 8px;
}
#main-about h3 {
	font-weight: 900;
	margin-top: 40px;
	color: #d70000;
}
#main-about .abt-text {
	text-align: left;
	font-size: 14px;
}
.abt-img {
	margin-top: 40px;
}

/*------------OUR ADVANTAGE----------*/

#our-advantage {
	background-color: #d70000;
	width: 100%;
	height: auto;
	margin-bottom: 60px;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}
#our-advantage img {
	height: 130px;
}
#our-advantage h2 {
	padding-bottom: 30px;
	color: #fff;
	font-weight: 900;
}
#our-advantage h4{
    color: #fff;
}
#our-advantage h5 {
	color: #fff;
	font-weight: 900;
	padding-top: 10px;
}
#our-advantage .value {
	padding-top: 15px;
}
/*pattern*/
#pattern {
	background-image: url(../images/pattern.png);
	width: 100%;
	height: auto;
	padding-top: 200px;
	padding-bottom: 175px;
	background-repeat: repeat;
	/*background-attachment: scroll;*/
	position: absolute;
	top: 765px;
	left: 0;
	right: 0;
}
/*------------Start your Engine-------------*/

#start-engine {
	text-align: center;
	margin-bottom: 70px;
}
#start-engine h2 {
	font-weight: 900;
	font-size: 40px;
	padding-bottom: 10px;
}
#start-engine .btn {
	background-color: #d70000;
	border-radius: 0;
}

/*--------------START MAIN SERVICES--------------*/
/*--------------START MAIN SERVICES--------------*/

#main-services {
	margin-top: 60px;
	margin-bottom: 60px;
}
#main-services  h2 {
	font-weight: 900;
    text-transform: uppercase;
    text-align: left;
}
#main-services p {
	font-size: 14px;
	padding-top: 10px;
	line-height: 25px;
}

/*DRIVING SERVICES*/

#driving-services {
	margin-bottom: 70px;
}
#driving-services h2 {
	font-weight: 900;
	text-align: center;
}
#driving-services h4 {
	font-weight: 900;
	margin-top: 50px;
}
#driving-services p {
	font-size: 14px;
	padding-top: 10px;
	line-height: 25px;
}

/*-------------------START MAIN BLOGS----------------*/
/*-------------------START MAIN BLOGS----------------*/

#main-blog {
	margin-top: 70px;
	margin-bottom: 70px;
}
#main-blog h2 {
	font-weight: 900;
	text-transform: uppercase;
}
#main-blog .card {
	margin-top: 40px;
}
#main-blog h5 {
	font-weight: 700;
}
#main-blog h6 {
	margin-top: 10px;
	font-weight: 900;
}
#main-blog p {
	font-size: 14px;
}
#main-blog img {
	padding-left: 20px;
	padding-top: 20px;
}

/*---------------appointment-------------*/
/*---------------appointment-------------*/
/*---------------appointment-------------*/
#appointment {
	margin-top: 70px;
	margin-bottom: 70px;
}
#appointment h2 {
	text-transform: uppercase;
	font-weight: 900;
}
#appointment h4 {
	background-color: #d70000;
	font-weight: 900;
	color: #fff;
	padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-transform: uppercase;
	margin-top: 30px;
}
#appointment p {
	font-weight: 900;
	margin-top: 10px;
}

/*----------START MAIN CONTACT US-------------*/
/*----------START MAIN CONTACT US-------------*/
/*----------START MAIN CONTACT US-------------*/

#main-contact {
	margin-top: 70px;
	margin-bottom: 70px;
}
#main-contact h2 {
	text-transform: uppercase;
	font-weight: 900;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}
.form-control {
	border-radius: 0;
}
.details h4 {
	font-weight: 900;
	margin-top: 30px;
}
.details span {
	color: #d70000;
}