*{

	padding: 0;
	margin: 0;
}

body{
	overflow-x: hidden;
	font-family: 'open sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}

li{

	list-style: none;
	display: inline-block;
}

a{

	text-decoration: none;
	transition: all 500ms ease-in-out;
}

a:hover,
a:active{

	text-decoration: none;
}

h1,
h2,
h4{
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}

p{
	font-size: 15px;
	line-height: 35px;

}

.btn{

	transition: all 300ms ease-in-out
	font-weight:500 !important;
	text-transform: uppercase;
}

.btn:hover{

	background-color: #ededed !important;
	color: #3c3c3c !important;
	border: 1px solid #fff !important;
}

/*NAVIGATION*/




.navbar{
	background-color: #222222 !important;
	text-transform: uppercase;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-weight: 700;
}

.navbar a{
	color: #fff !important;
	opacity: 0.7;
}

.navbar a:hover{
	opacity: 1;
	background-color: #111111;
}

/*HEADER*/

.header{
	height: 600px;
	width: 100%;
	padding: 30px 0 30px;
	margin-top: 50px;
	background-image: url(../images/image1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

.header img{
	height: 350px;
	width: 450px;
	margin: 70px 0 0 40px;
}

.header h1{
	font-size: 40px;
	font-weight: 700;
	padding: 30px;

}
.header p{
	text-align: justify;
}
.header h1,
.header p,
.header button{
	margin-top: 20px;
}

.header .btn{
	border-radius: 0;
	margin: 40px 20px;
}


/*SETTING FOR MOBILE DEVICES*/


@media(max-width: 768px){
	.header{
		padding: 30px;
		height: 750px;
	}
	.header img{
		width: 90%;
		height: 300px;
		margin: 20px 0 0 20px;
	}
	.header .btn{
		font-size: 10px;
		margin-left: 20px;
	}
	.header h1{
		font-size: 20px;
	}
	.header p{
		font-size: 10px;
	}
}

/*brands*/
.brands{
	padding: 50px 0 80px;
	background-color: #a4684e;
	text-align: center;
	color: #fff;
}

.brands h2{
	color: #fff;
}

.brands p{
	padding-bottom: 40px;
}
.brands img{
	width: 200px;
	opacity: 0.8;
	cursor: pointer;
	margin: 40px 0;
	transition: all 500ms ease-in-out;
}

.brands li:hover img{
	opacity: 1;
}

/*contact*/

.contact{
	padding: 50px 0 80px;
	text-align: center;
}
.contact p{
	padding-bottom: 80px;
	color: #737373;
}

.contact h2{
	color: #4c4c4c;
	margin: 20px 0 20px;
}

.contact .input-group{
	margin-bottom: 25px;
}

.contact .form-control {
	border-radius: 0 !important;
}
.contact span{
	border-radius: 0 !important;
}


.contact .btn{
	border-radius: 0;
	width: 100%;
	font-size: 15px;
	background-color: #f08080;
	color: white;
}

.contact .btn:hover{
	background-color: #a85959 !important;
	color: #fff !important;
}


/*FOOTER*/


.footer{
	padding: 30px;
	color: #cccccc;
	background-color: #222222;
}

.footer .social{

	font-size: 20px;
	height: 30px;
	width: 30px;
	text-align: center;
	padding: 5px;
	border: 1px solid #cccccc;
	margin-bottom: 10px;
	margin-right: 5px;
}







