body
{
	overflow-x:hidden;
}


.padTop
{
	margin-top:23px;
}

.toprow
{
	margin-bottom:10px;
}

.vl {
    border-left: 2px solid #cbcbcc;
    height: 120px;
    position: absolute;
    left: 0%;
    margin-left: 200px;
    top: -30px;
}

	
	

.ban h1
{
	font-size:55px;
	font-family:Calibri;
	font-style:Bold;
	font-weight:550;
	padding-top:150px;
	padding-bottom:30px;
	text-align:center;
	color:#fff;
	position:relative;
}

.yellowbt {
    background-color: #ffc107; /* Green */
    border: 2px solid #ffc107;
	border-radius:5px;
    color: white;
    padding: 8px 14px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	margin-top:20px;
}

.yellowbt1 {
    background-color: #ffc107; 
    color: #fff; 
    border: 2px solid #ffc107;
}

.yellowbt1:hover {
    background-color: #fff;
    color: #ffc107;
}

.aboutearth 
{
	margin-top:30px;
}


.aboutearth h2
{
	font-size:34px;
	color:#063149;
	font-weight:550;
	font-family: Roboto;
	font-style:Medium;
}

.aboutearth p
{
	font-size:16px;
	color:#5f6061;
	font-family: Roboto;
	font-style:Light;
	margin-top:25px;
}

.aboutearth h4
{
	font-size:20px;
	color:#5f6061;
	font-weight:550;
	font-style: Roboto Medium;
	margin-top:40px;
}

ul.aboutearthli
{
	font-size:15px;
	color:#5f6061;
	font-style: Roboto Medium;
	margin-top:15px;
	font-weight:550;
	line-height:40px;
}

.expertrow
{
	background-color:#f2f2f2;
	padding-top:20px;
}

.expertrow h2
{
	font-size:30px;
	color:#063149;
	font-weight:550;
	font-style: Roboto Medium;
	text-align:center;
	padding-bottom:30px;
}

.yellowread {
    background-color: #ffc107; /* Green */
    border: 2px solid #ffc107;
	border-radius:5px;
    color: white;
    padding: 8px 14px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	margin-bottom:50px;
	margin-top:40px;
}

.yellowread1 {
    background-color: #ffc107; 
    color: #fff; 
    border: 2px solid #ffc107;
}

.yellowread1:hover {
    background-color: #fff;
    color: #ffc107;
}

.container1 {
  position: relative;
  width: 100%;
   color: white;
}

.container1 img{
  width: 100%;
  height:220px;
  border-radius: 7px;
}

.image1 {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #000;
}

.container1:hover .overlay {
  opacity: 0.6;
}

.text {
  color: white;
  font-size: 19px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.bgsection
{
	background:url('../images/bg1.jpg');
	text-align:left;
	color:#fff;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	padding-bottom:15px;
}	

.bgsection h4
{
	font-size:28px;
	color:#fff;
	font-weight:550;
	font-style: Roboto Medium;
	padding-top:60px;
	line-height:35px;
}

.prorow1
{
	background-color:#f5f5f5;
}

.prorow h2
{
	font-size:30px;
	color:#063149;
	font-weight:550;
	font-style: Roboto Medium;
	text-align:center;
	padding-bottom:30px;
	padding-top:40px;
}

.prorow h4
{
	font-size:17px;
	color:#5b5c5d;
	font-weight:550;
	font-style: Roboto Medium;
	padding-left:15px;
}

.formrow1
{
	background-color:#f5f5f5;
}

.footer1
{
box-shadow: 0 -10px 15px rgba(0, 0, 0, 0.08);
}

.footer1 h2
{
	font-size:26px;
	color:#063149;
	font-weight:550;
	font-style: Roboto Medium;
	text-align:center;
	margin-top:105px;
}

.formdiv
{
	text-align:center;
	margin-top:50px;
	padding-top:40px;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
	background-color:#fff;
	margin-bottom:-60px;
}

.formdiv h2
{
	font-size:30px;
	color:#063149;
	font-weight:550;
	font-style: Roboto Medium;
	text-align:center;
}

.formdiv p
{
	font-size:17px;
	color:#5f6061;
	font-style: Roboto Light;
	margin-top:15px;
	margin-bottom:20px;
}


.formdiv input[type=text]

{
	width:33%;
	height:42px;
	font-size:16px;
	padding:10px;
    border-radius:40px; 
	margin-bottom:20px;
	border:2px solid #b7b9b9;
	background-color:#eef0f2;
}

.formdiv1 input[type=text]

{
	width:67%;
	height:100px;
	font-size:16px;
	padding:10px;
    border-radius:20px; 
	margin-bottom:20px;
	border:2px solid #b7b9b9;
}

/* button */

.enquirebt {
    background-color: #063149; /* Green */
    border: 2px solid #063149;
	border-radius:15px;
    color: white;
    padding: 8px 14px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	margin-bottom:50px;
	margin-top:10px;
	width:67%;
}

.enquirebt1 {
    background-color: #063149; 
    color: #fff; 
    border: 2px solid #063149;
}

.enquirebt1:hover {
    background-color: #fff;
    color: #063149;
}

.formrow h2
{
	font-size:26px;
	color:#063149;
	font-weight:550;
	font-style: Roboto Medium;
	text-align:center;
	margin-top:30px;
}

.foomenu
{
	color: #06314a;
    font-size: 16px;
    line-height: 14px;
	font-family:Roboto;
    font-style:Regular;
}

.foomenu1
{
	color: #06314a;
    font-size: 15px;
    line-height: 14px;
	font-style:Roboto Regular;
}

.foomenu:hover
{
	color: #ffc107;
	text-decoration:none;
}

.bottomrow
{
	margin-top:30px;
}

.bottomadd p
{
	font-size:16px;
	color:#5f6061;
	font-family: Roboto;
    font-style:Regular;
	text-align:center;
}

.card {
        width: 50px;
        height: 50px;
        position: relative;
        display: inline-block;
    }
    .card .img-top1 {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
    }
    .card:hover .img-top1 {
        display: inline;
    }
	
	
/* About Page */	

.banner
{
	background:url('../images/banner1.jpg');
	text-align:center;
	color:#fff;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	padding-top:110px;
	padding-bottom:110px;
}	


.banner h1
{
	font-size:55px;
	font-family:Calibri;
	font-style:Bold;
	font-weight:550;
	line-height:58px;
}

.aboutdetails
{
	margin-top:50px;
	margin-bottom:50px;
	text-align:center;
}

.aboutdetails h2
{
	font-size:35px;
	font-family:Calibri;
	font-style:Bold;
	font-weight:550;
	line-height:58px;
	color:#141414;
}

.aboutdetails p
{
	font-size:17px;
	font-family:Roboto;
	font-style:Regular;
	line-height:24px;
	color:#141414;
}


.mpvrow
{
	width:33%;
	float:left;
	border:1px solid #f2f2f2;
	padding:10px;
	margin-top:40px;
}


.showSingle
{
	font-size:17px;
	font-family:Roboto;
	font-style:Medium;
	color:#141414;
	padding-top:5px;
}

.showSingle:hover
{
	color:#ffc107;
	text-decoration:none;
}

.targetDiv
{
	margin:25px;
	font-size:17px;
	font-family:Roboto;
	font-style:Medium;
	color:#141414;
	margin-bottom:-10px;
}

/* #myDIV {
    width: 100%;
    text-align: center;
    margin-top: 20px;
	display:none;
}

#myDIV1 {
    width: 100%;
    text-align: center;
    margin-top: 20px;
	display:none;
}

#myDIV2 {
    width: 100%;
    text-align: center;
    margin-top: 20px;
	display:none;
}

.mpvbutton {
    background-color: transparent; 
    border: none;
    color: white;
    padding: 15px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
	width:100%;
}

.mpvbutton1 {
    background-color: transparent; 
    color: #141414; 
    border: 2px solid #f2f2f2;
}
	*/
	
	
	.aboutdetails1
{
	margin-bottom:50px;
	text-align:center;
}

.aboutdetails1 h2
{
	font-size:35px;
	font-family:Calibri;
	font-style:Bold;
	font-weight:550;
	line-height:58px;
	color:#141414;
}

.aboutdetails1 p
{
	font-size:17px;
	font-family:Roboto;
	font-style:Regular;
	line-height:24px;
	color:#141414;
	padding-top:10px;
}

.aboutbottom
{
	background:url('../images/slide8.jpg');
	text-align:center;
	color:#fff;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	padding-top:100px;
	padding-bottom:100px;
}	

.aboutbottom h3
{
	font-size:30px;
	font-family:Roboto;
	font-style:Medium;
	line-height:40px;
}


.aboutbt {
    background-color: #ffc107; /* Green */
    border: 2px solid #ffc107;
	border-radius:5px;
    color: white;
    padding: 10px 14px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	margin-top:20px;
}

.aboutbt1 {
    background-color: #ffc107; 
    color: #fff; 
    border: 2px solid #ffc107;
}

.aboutbt1:hover {
    background-color: #fff;
    color: #ffc107;
}

.dotinfo
{
	margin-bottom:25px;

}
	
	.vl1
	{
    border-left: 2px solid #cbcbcc;
    height: 194px;
    position: absolute;
    left: 0%;
    top:77px;
	margin-left:23px;
}

.philosophy
{
	margin-bottom:30px;
}

.philosophy h4
{
	font-size:22px;
	font-family:Roboto;
	font-style:Bold;
	line-height:40px;
	margin-bottom:22px;
}

.philosophy p
{
	font-size:17px;
	font-family:Roboto;
	font-style:Medium;
	color:#141414;
	margin-bottom:-6px;
	font-weight:550;
}

/* Contact Page */

.cobanner
{
	background:url('../images/contactbanner.jpg');
	text-align:center;
	color:#fff;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	padding-top:100px;
	padding-bottom:100px;
}

.cobanner h1
{
	font-size: 55px;
    font-family: Calibri;
    font-style: Bold;
    font-weight: 550;
    line-height: 52px;
}	

.blackbg
{
	background-color:#333333;
	padding-left:8px;
	padding-right:8px;
	opacity:0.9;
}

.contactdetails
{
	margin-top:50px;
	margin-bottom:50px;
}


.contactdetails h4
{
	font-size:26px;
	font-family:Roboto;
	font-style:Medium;
	color:#141414;
	font-weight:550;
}

.contactdetails h5
{
	font-size:20px;
	font-family:Roboto;
	font-style:Medium;
	color:#141414;
}

.contactdetails h6
{
	font-size:18px;
	font-family:Roboto;
	font-style:Medium;
	color:#141414;
}

.contactdetails p
{
	font-size:16px;
	font-family:Roboto;
	font-style:Regular;
	color:#141414;
}

.forminfo input[type=text]

{
	width:100%;
	height:42px;
	margin-top:18px;
	background-color:#ebebeb;
	border:1px solid #ebebeb;
	font-size:15px;
	color:#000;
	padding:10px;
	border-radius:4px;
}

.forminfo textarea

{
	width:100%;
	height:120px;
	margin-top:18px;
	background-color:#ebebeb;
	border:1px solid #ebebeb;
	border-radius:4px;
	font-size:15px;
	padding-left:10px;
	color:#000;
	padding:10px;
}


.forminfo select

{
	width:100%;
	height:42px;
	margin-top:18px;
	background-color:#ebebeb;
	border:1px solid #ebebeb;
	border-radius:4px;
	font-size:15px;
	padding-left:10px;
	color:#757575;
	padding:10px;
}

.opt:after:hover
{
	background-color:#ffc107;
}

.contactbt {
    background-color: #ffc107; /* Green */
    border: 2px solid #ffc107;
	border-radius:5px;
   font-size:20px;
	font-family:Roboto;
	font-style:Medium;
	color:#010101;
	font-weight:550;
    padding: 10px 14px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	margin-top:20px;
	width:100%;
}

.contactbt1 {
    background-color: #ffc107; 
    color: #000; 
    border: 2px solid #ffc107;
}

.contactbt1:hover {
    background-color: #fff;
    color: #ffc107;
}

/* Project Page */

.projectbanner
{
	background:url('../images/ebanner1.jpg');
	text-align:center;
	color:#fff;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	height:420px;
}

.prodetails
{
	margin-top:50px;
	margin-bottom:50px;
	text-align:center;
}	

.prodetails h2
{
	font-size:35px;
	color:#141414;
	font-weight:550;
	font-family:Calibri;
	font-style:Bold;
}

.prodetails p
{
	font-size:17px;
	font-family:Roboto;
	font-style:Regular;
	color:#141414;
}

.prolist
{
	border-top:1px solid #dcdee0;
	text-align:left;
	margin-bottom:10px;
}

.prolist h3
{
	font-size:20px;
	color:#141414;
	font-family:Roboto;
	font-style:Medium;
	padding-left:50px;
	cursor:pointer;
}
.new-prolist
{
	text-align:center;
	font-size:25px;
	color:#ffc107;
	font-family:Roboto;
	font-style:Medium;
	margin-bottom:50px;
	margin-top:40px;
}

.prolist p
{
	font-size:17px;
	font-family:Roboto;
	font-style:Regular;
	color:#141414;
	padding-left:50px;
}

.prolist img
{
	margin-left:70px;
	cursor:pointer;
}

.probt {
    background-color: #ffc107; /* Green */
    border: 2px solid #ffc107;
	border-radius:5px;
    color: white;
    padding: 10px 14px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	margin-top:10px;
	margin-bottom:20px;
	margin-left:50px;
}

.probt1 {
    background-color: #ffc107; 
    color: #fff; 
    border: 2px solid #ffc107;
}

.probt1:hover {
    background-color: #fff;
    color: #ffc107;
}

/* Design & Build Page */

.dbanner
{
	background:url('../images/slide7.jpg');
	text-align:center;
	color:#fff;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	padding-top:150px;
	padding-bottom:150px;
}	


.dbanner h1
{
	font-size:55px;
	font-family:Calibri;
	font-style:Bold;
	font-weight:550;
	line-height:58px;
}


.cbanner
{
	background:url('../images/cbanner.jpg');
	text-align:center;
	color:#fff;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
}

.cbanner h1
{
	font-size:50px;
	font-family:Calibri;
	font-style:Bold;
	font-weight:550;
	line-height:58px;
	padding-bottom:130px;
	padding-top:130px;
}

.cobanner
{
	background:url('../images/cobanner.jpg');
	text-align:center;
	color:#fff;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
}

.cobanner h1
{
	font-size:50px;
	font-family:Calibri;
	font-style:Bold;
	font-weight:550;
	line-height:58px;
}

.gbanner
{
	background:url('../images/gbanner.jpg');
	text-align:center;
	color:#fff;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
}

.gbanner h1
{
	font-size:50px;
	font-family:Calibri;
	font-style:Bold;
	font-weight:550;
	line-height:58px;
	padding-bottom:130px;
	padding-top:130px;
}

.kbanner
{
	background:url('../images/kbanner.jpg');
	text-align:center;
	color:#fff;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
}

.kbanner h1
{
	font-size:50px;
	font-family:Calibri;
	font-style:Bold;
	font-weight:550;
	line-height:58px;
	padding-bottom:130px;
	padding-top:130px;
}

.rbanner
{
	background:url('../images/rbanner.jpg');
	text-align:center;
	color:#fff;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
}

.rbanner h1
{
	font-size:50px;
	font-family:Calibri;
	font-style:Bold;
	font-weight:550;
	line-height:58px;
	padding-bottom:130px;
	padding-top:130px;
}

.pbanner
{
	background:url('../images/pbanner.jpg');
	text-align:center;
	color:#fff;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
}

.pbanner h1
{
	font-size:50px;
	font-family:Calibri;
	font-style:Bold;
	font-weight:550;
	line-height:58px;
	padding-bottom:130px;
	padding-top:130px;
}

.poolbanner
{
	background:url('../images/poolbanner.jpg');
	text-align:center;
	color:#fff;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
}

.poolbanner h1
{
	font-size:50px;
	font-family:Calibri;
	font-style:Bold;
	font-weight:550;
	line-height:58px;
	padding-bottom:130px;
	padding-top:130px;
}

.rockbanner
{
	background:url('../images/rockbanner.jpg');
	text-align:center;
	color:#fff;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
}

.rockbanner h1
{
	font-size:50px;
	font-family:Calibri;
	font-style:Bold;
	font-weight:550;
	line-height:58px;
	padding-bottom:130px;
	padding-top:130px;
}


.hbanner
{
	background:url('../images/hbanner.jpg');
	text-align:center;
	color:#fff;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
}

.hbanner h1
{
	font-size:50px;
	font-family:Calibri;
	font-style:Bold;
	font-weight:550;
	line-height:58px;
	padding-bottom:130px;
	padding-top:130px;
}

.sbanner
{
	background:url('../images/sbanner.jpg');
	text-align:center;
	color:#fff;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	height:520px;
}

.sbanner h1
{
	font-size:50px;
	font-family:Calibri;
	font-style:Bold;
	font-weight:550;
	line-height:58px;
	padding-bottom:130px;
	padding-top:130px;
}


.drain-banner
{
	background:url('../images/roadbanner.jpg');
	text-align:center;
	color:#fff;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
}

.drain-banner h1
{
	font-size:50px;
	font-family:Calibri;
	font-style:Bold;
	font-weight:550;
	line-height:58px;
	padding-bottom:130px;
	padding-top:130px;
}

.tank-banner
{
	background:url('../images/tankbanner.jpg');
	text-align:center;
	color:#fff;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
}

.tank-banner h1
{
	font-size:50px;
	font-family:Calibri;
	font-style:Bold;
	font-weight:550;
	line-height:58px;
	padding-bottom:130px;
	padding-top:130px;
}

.e-banner
{
	background:url('../images/e-banner.jpg');
	text-align:center;
	color:#fff;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
}

.e-banner h1
{
	font-size:50px;
	font-family:Calibri;
	font-style:Bold;
	font-weight:550;
	line-height:58px;
	padding-bottom:110px;
	padding-top:110px;
}

.earth-banner
{
	background:url('../images/edw-banner.jpg');
	text-align:center;
	color:#fff;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
}

.earth-banner h1
{
	font-size:50px;
	font-family:Calibri;
	font-style:Bold;
	font-weight:550;
	line-height:58px;
	padding-bottom:110px;
	padding-top:110px;
}



/* Heavy Plant Hire Page */

.heavy-plant-banner
{
	background:url('../images/ebanner.jpg');
	text-align:center;
	color:#fff;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	height:420px;
}

.equip h2 {
    font-size: 35px;
    color: #141414;
    font-weight: 550;
    font-family: Calibri;
	font-style:Bold;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 40px;
}

.firstrow
{
	border:1px solid #000;
	text-align:center;
	padding-top:10px;
}

.firstrow p
{
	font-size:13px;
	font-family:Roboto;
	font-style:Medium;
	color:#141414;
	font-weight:550;
}


table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
	padding:10px;
}

td, th, tr
{
	padding:10px;
}


td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
	font-size:15px;
	font-family:Roboto;
	font-style:Medium;
}

tr:nth-child(even) 

{
	
}

.fomenu {
    margin-left: 29px;
}

.fomenu1 {
    margin-left: 57px;
}

.bottomadd
{
	padding-top:20px; padding-left:80px;
}



