* 
{
	margin: 0;
	padding: 0;
}

body
{
	margin:0; 
	padding:0;
	width:100%;
	height:100%;
	font-family: sans-serif; 
	background-color: #ea0b0b;
	color: #FFF;
	background-image: url(Images/mirror-hard-dark-texture-asphalt-43418.jpg);
/*	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;*/

}
/*--------------------------------- Page layout----------------*/
/*--------------------------------- nav bar----------------*/
nav
{
	width: 100%;
	background: #ea0b0b;
}
nav ul
{
	width: 80%;
	margin: 0 auto;
	padding: 0;
}

ul li
{
	list-style: none;
	display: inline-block;
	padding: 20px;
}

nav ul li:hover
{
	background-color: #000;
}
ul li a
{
	color: #fff;
	text-decoration: none;
}

.toggle
{
	width: 100%;
	padding: 10px 20px;
	background: #cc0404;
	text-align: right;
	box-sizing: border-box;
	color: #fff;
	font-size: 30px;
	display: none;
}
@media (max-width: 768px)
{
	.toggle
	{
		display: block;
	}

	ul
	{
		width: 100%;
		display: none;
	}
	ul li
	{
		display: block;
		text-align: center;
	}
	.active
	{
		display: block;
	}
}
/*--------------------------------- nav bar-------------------------*/
/*---------------------------------wrapper-------------------------*/
.wrapper
{
	display: grid;
	margin: 0 auto;
	max-width: 1000px;
	background-color: #000;
	grid-template-columns: 1fr 2fr 1fr;
    grid-auto-rows: minmax(100px, auto);
    grid-gap: 1em;
    border: #000 solid 20px;
}
.wrapper > div
{
	background: #000;
	padding: 1em;
}

/* change colour of every odd div
.wrapper > div:nth-child(odd)
{
	background:#ddd;
}*/
.wrapper a
{

}
h1
{
	color:#fff;
	text-align: center;
}
h2
{
	color: #fff;
}
h3
{
	color: #fff;
}
p
{
	color: #fff;
	font-size: 1em;
	margin-bottom: 15px;
}

ol li
{
	color: #fff;
}
ul li
{
	color: #fff;
}
a
{ 
	color: #fff;
	text-decoration: none;
} 	
/*---------------------------------wrapper-------------------------*/
/*--------------------------------- glowing text----------------*/
.glow {
  font-size: 40px;
  color: #fff;
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60000, 0 0 40px #e60000, 0 0 50px #e60000, 0 0 60px #e60000, 0 0 70px #e60000;
  }
  
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #c11717, 0 0 40px #c11717, 0 0 50px #c11717, 0 0 60px #c11717, 0 0 70px #c11717, 0 0 80px #c11717;
  }
}
/*--------------------------------- glowing text----------------*/
/*--------------------------------- big slider----------------*/
.main-banner
{
	/*margin: 0 auto;*/
	width:1200; 
	height:400px;
	background-color: #fff; 
	overflow: hidden;
	position: relative;
/*	max-width: 75%;
	max-height: 25%*/;
	grid-column: 1/4;
	grid-row: 1/4;
}
.main-banner .imgban
{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	transition: all ease-in-out 500ms;
	-webkit-transition:all ease-in-out 500ms;
	-moz-transition:all ease-in-out 500ms;
	-o-transition:all ease-in-out 500ms;
}


.main-banner #imgban3
{
	background-image: url(Images/Banners/banner12.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.main-banner #imgban2
{
	background-image: url(Images/Banners/banner9.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.main-banner #imgban1
{
	background-image: url(Images/Banners/banner4.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.imgbanbtn
{
	width: 40px;
	height: 40px;
	background-color: #000;
	border-radius: 4px;
	position: absolute;
	top:180px;
	z-index: 2000;
	opacity: 0.8;
	cursor: pointer;
}
.imgbanbtn:hover
{
	width: 40px;
	height: 40px;
	background-color: #000;
	border-radius: 4px;
	position: absolute;
	top:180px;
	z-index: 2000;
	opacity: 0.9;
	cursor: pointer;
}
.imgbanbtn-prev
{
	left: 5px;
	background-image: url(Images/Banners/left.png);
	background-size: 60%;
	background-position: center;;
	background-repeat: no-repeat;
}
.imgbanbtn-next
{
	right: 5px;
	background-image: url(Images/Banners/right.png);
	background-size: 60%;
	background-position: center;;
	background-repeat: no-repeat;
}
.main-banner .imgban-box h2
{
	font-family: arial;
	font-size: 60px;
	color: #fff;
}
.main-banner .imgban-box p
{
	padding-top: 6px;
	font-family: arial;
	font-size: 16px;
	color: #fff;
}
.main-banner #imgban3 .imgban-box
{
	padding-top: 40px;
	padding-left: 80px;
	float: left;
}
.main-banner #imgban2 .imgban-box
{
	padding-top: 220px;
	padding-right: 100px;
	float: right;
	text-align: right;
}
.main-banner #imgban1 .imgban-box
{
	padding-top: 40px;
	padding-left: 65px;
}

/*--------------------------------- big slider----------------*/
/*--------------------------------- small slider---------------------------*/
.welcome
{
	grid-column:2/3; 
	grid-row:5;
}
.intro
{
	color: #fff;
	grid-column:1/4; 
	grid-row:4;
	text-align: center;
	-webkit-text-stroke-width: .3px;
    -webkit-text-stroke-color: #000;
}

.intro h2
{
	line-height: 1.5em;
}
.outline
{
	padding: 20px;
	-webkit-text-stroke-width: .3px;
    -webkit-text-stroke-color: #000;
}

.outline ol
{
	padding: 20px;
	-webkit-text-stroke-width: .3px;
    -webkit-text-stroke-color: #000;
}
.para1
{
	grid-column:1/2; 
	grid-row:5;
}

.para2
{
	grid-column:3; 
	grid-row:5;
}

/*--------------------------------- small slider---------------------------*/
/*--------------------------------- services---------------------------*/
.info
{
	grid-column:1/4; 
	grid-row:6;
}
.services
{
	grid-column:1/4; 
	grid-row:7;
	margin: 0 auto;
	padding: auto;
}
.services h1
{
text-align: center;
font-size: 40px;
}
.services img
{
border-radius: 50%;
}
.services img:hover {
  /* Start the shake animation and make the animation last for 0.5 seconds */
  animation: shake 0.5s;

  /* When the animation is finished, start again */
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}
/*--------------------------------- services---------------------------*/
/*--------------------------------- Contact us---------------------------*/
#page-wrap {
	grid-column:1/4; 
	grid-row:2;

	width: 660px;
	background: white;
	padding: 20px 50px 20px 50px;
	margin: 20px auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}
#page-wrap h2{
	color: #000;
}
#page-wrap p{
	color: #000;
}
#page-wrap p a{
	color: ##663366 ;
}
#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label 
{
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
	color: #000;
}
/*--------------------------------- Contact us---------------------------*/
.new
{
	grid-column: 2;
	grid-row: 1;
}
/*--------------------------------- Contact us---------------------------*/
/*--------------------------------- Products / what we offer---------------------------*/
.legal
{
	grid-column: 1/4;
	grid-row: 1;
}
.legal h2
{
	font-size: 40px;
}
.RAF
{
	grid-column: 1/4;
	grid-row: 2;
}
.RAF h2
{
	font-size: 40px;
}
.PLC
{
	grid-column: 1/4;
	grid-row: 3;
}
.PLC h2
{
	font-size: 40px;
}
.pothole
{
	grid-column: 1/4;
	grid-row: 4;
}
.pothole h2
{
	font-size: 40px;
}
.ppp
{
	grid-column: 1/4;
	grid-row: 5;
}
.ppp ul
{
	padding: 0;
	width:auto;
	margin: 0;
}
.cfd
{
	grid-column: 1/4;
	grid-row: 6;	
}
.cfd h2
{
	font-size: 40px;	
}
.gen
{
	grid-column: 1/4;
	grid-row: 7;
}

.gen h2
{
	font-size: 40px;
}
/*--------------------------------- Products / what we offer---------------------------*/
/*--------------------------------- About us---------------------------*/
.about
{
	grid-column: 1/4;
	grid-row: 1;
}

.about h2
{
	font-size: 40px;
}
.aboutus
{
	grid-column: 1/4;
	grid-row: 2;
}

.aboutus h2
{
	font-size: 40px;
}

/*--------------------------------- About us---------------------------*/
/*--------------------------------- FAQ---------------------------*/
.heading
{
	grid-column: 2;
	grid-row: 1;
}
.heading h1
{
	font-size: 40px;
}

.container
{
	grid-column: 1/4;
	grid-row: 2;
}
/*--------------------------------- FAQ---------------------------*/
/*---------------------------------Testimolials ---------------------------*/
.testimonials
{
	grid-column: 1/4;
	grid-row: 2;
	margin: 200px auto 100px;
	display: grid;
	
	grid-gap: 20px;
	grid-template-columns: repeat(auto-fit,minmax(350px, 1fr));
}
.testimonials .card
{
	position: relative;
	width: 350px;
	margin:0 auto;
	background: #333;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	box-shadow: 0 10px 40px rgba(0,0,0,.5);
	overflow:hidden;
}
.testimonials .card .layer
{
	position: absolute;
	top: calc(100% - 2px);
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(#03a9f4, #e91ee3); /*Changes colour*/
	z-index: 1;
	transition: 0.5s;
}
.testimonials .card:hover .layer
{
	top:0;
}
.testimonials .card .content
{
	position: relative;
	z-index: 2;
}
.testimonials .card .content p
{
	font-size: 18px;
	line-height: 24px;
	color: #fff;
}
.testimonials .card .content .image
{
	width: 100px;
	height: 100px;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
	border: 4px solid #fff;
	box-shadow: 0 10px 20px rgba(0,0,0,.2);
}
.testimonials .card .content .details h2
{
	font-size: 18px;
	color: #fff;
}
.testimonials .card .content .details h2 span
{
	color: #03a9f4;
	font-size: 14px;
	transition: 0.5s;	
}
.testimonials .card:hover .content .details h2 span
{
	color: #fff;
}
.one
{	
	grid-column: 1;
	grid-row: 1;
}
.two
{
	grid-column: 2;
	grid-row: 2;
}
.three
{
	grid-column: 3;
	grid-row: 3;
}
/*---------------------------------Testimolials ---------------------------*/

.thanks h1
{
	color: #000;
}