body{
	margin: 0px auto;
	font-family: "Roboto Condensed","Arial Narrow","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.WebContainer{
    width: 70%;
    height: auto;
}

.slide{
	width: 100%;
	height: 620px;
}

@Keyframes slider {

0%{
	left: 0;
}
20% {
	left: 0;
}
25% {
	left: -100%;
}
45% {
	left: -100%;
}
50% {
	left: -200%;
}
70% {
	left: -200%;
}
75% {
	left: -300%;
}
95% {
	left: -300%;
}
100% {
	left: -400%;
}

}
#Slider3 {
	overflow: hidden;
	width: 100%;
	height: 620px;

}
#Slider3 figure img {
	width: 20%;
	float: left;
	height:620px;
	

}
#Slider3 figure {
	position: relative;
	width: 500%;
	margin: 0px;
	left: 0;
	text-align: left;
	font-size: 0;
	animation: 20s slider infinite;
}
.top{
	width: 100%;
	height: 620px;
	background-color: rgb(0,0,0,0.5);
	position: absolute;
	top: 0px;
}
.navbar{
	width: 100%;
	height: 100px;
}
.logo{
	color: #fff;
	width: 100px;
	height: 100px;
}
.nav{
	width: 100%;
	height: 100px;
	position: absolute;
	top: 30px;
}
.nav ul{
	list-style: none;

}
.nav ul li{
	width: 100px;
	float: right;
	display: flex;
}
.nav ul li ul li{
	display: none;
}
.nav ul li:hover ul li{
	display: block;
	color: #000;
	width: 150px;
	height: 20px;
	text-align: left;
	margin: 0px auto;
	
}
.nav ul li:hover ul li a:hover{
	color: 	rgb(255,223,0);
}
.nav ul li:hover ul {
	background-color: rgb(255, 255, 255, 0.4);
	margin-top: 25px;
	width: 180px;
	margin-left: -70px;
	height: 220px;
	border-radius: 5px;
}
.nav ul li:hover ul li a{
	color: #000;
	font-size: 15px;
}
.nav ul li a{
	text-decoration: none;
	color: #fff;
}
.nav ul li a:hover{
	color: 	rgb(255,223,0);
}
.navp{
	background-color: #000;
	height: 300px;
	width: 100%;
}
.toppage{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 300px;
}
.toppage h1{
	color: #fff;
}
.toppage h1:before{
	content: "|";
	color: #fff;
}
.toppage h4{
	color: rgb(255,223,0);
}
.viewbtn a{
	text-decoration: none;
	font-size: 18px;
	color: #000;
	background-color: rgb(255,0,0,0.8);
	padding: 0.6em 2em;
	border-radius: 5px;
	border: 1px solid black;
}
.viewbtn a:hover{
	background-color: rgb(255,0,0,0.1);
	color:#fff;
	border: 1px solid white;
}
.newstock {
	width: 100%;

}
.newstock h1{
	color: rgb(102,178,255);
	text-align: center;
}
.newstock h1:before{
	content: "|";
	color: #000;
}
.newstock table{
	margin: 0px auto;
}
.newstock table tr td{
	height: 450px;
}
.image img{
	height: 300px;
	width: 400px;
	border-radius: 5px;
}
.image img:hover{
	transform: scale(1.03);
}
.text{
	text-align: center;
}
.text a{
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	background-color: rgb(255,113,25,0.8);
	padding: 0.6em 2em;
	border-radius: 5px;
	border: 1px solid black; 
}
.text a:hover{
	background-color: rgb(255,0,0,0.1);
	color: rgb(0,0,0);
	border: 1px solid black; 
}
.footer{
	background-color: rgb(0,0,0);
	width: 100%;
	height: 50px;
	color: #fff;
	float: left;
	
}
.socialmedia{
	position: absolute;
	/*top: 1625px;*/
	left: 40px;
}

.footer h3{
	color: #fff;
	/*bottom: 10px;*/
}
.footer a img{
	height: 30px;
	width: 30px;
/*	bottom: 0px;*/
}
.footer a img:hover{
	transform: scale(1.2);
}
.footer p{
	color: #fff;
}
.footer p a{
	text-decoration: none;
	color: gold
}
.email{
	left: 300px;
	/*top: 1610px;*/
	position: absolute;
	color: gold;
	text-decoration: none;
}

.phonenumber{
	position: absolute;
	right: 400px;
	/*top: 1610px;*/
}
.copyright{
	text-align: center;
	position: absolute;
	right: 40px;
	/*top: 1610px;*/
}
.mainhead{
	position: absolute;
	top: 200px;
	color: rgb(102,178,255);
}

.mainhead:before{
	content: "|";
	color: #fff;
}
.specs{
	width: 100%;
	height: 700px;
}
.imagespecs img{
	height: 400px;
	width: 900px;
}
.imagespecs2 img{
	width: 400px;
	height: 200px;
}
--About Us--

.Aboutus{
	width: 100%;
	text-align: center;
}
.textabout{
	text-align: center;
	text-indent: 1em;
}
.Introductionimg img{
	width: 600px;
}
.visions img{
	width: 600px;
}
.visionstxt{
	text-align: center;
}