html
{
	width: 100vw;
	overflow-x: hidden;
}

body
{
	margin:0;
	padding: 0;
	width: 100vw;
	
	overflow-x:hidden;
}

a
{
	text-decoration: none;
}

.topmenu
{
	background:transparent;
	position: fixed;
	top:0px;
	width: 100vw;
	z-index: 1;
}


.topmenu ul
{
 text-align: right;
 margin-right:50px;
}

.topmenu ul li
{
	list-style: none;
	display: inline-block;
    padding:8px 14px;
    margin:2px 5px;
    font-family: "Exo",sans-serif;
    font-size:15px;
    color: white;
    cursor:pointer;
}

.topmenu ul li:hover
{
	background:rgba(225,225,225,0.3);
    border-radius:20px;
}


.topmenu .logo
{
	position: absolute;
	top:18px; left: 80px;
	width: 200px;

}
.mainSlider
{
	background:url(../images/3.jpg);
	background-size: cover;
	width: 100vw;
	height: 100vh;
}


.heading_allwhite
{
	color: white;
	font-family: 'Exo',sans-serif;
	font-size: 27px;
}

.heading_black
{
	color: black;
	font-family: 'Dosis',sans-serif;
	font-size: 27px;
	margin: 5px;
}


.heading_white
{
	color: white;
	font-family: 'Dosis',sans-serif;
	font-size: 27px;
}


.small_heading_allwhite
{
	color: white;
	font-family: 'EXo',sans-serif;
	font-size: 16px;
}


.button_orange
{
	font-family: 'Dosis',sans-serif;
	color: white;
	background:tomato;
	border:0px;
	width: 200px;
	height: 45px;
	margin:0px 20px;
	font-size: 13px;
	cursor: pointer;
}



.button_white_border
{
	font-family: 'Dosis',sans-serif;
	color: white;
	background:transparent;
	border:2px solid white;
	width: 200px;
	height: 45px;
	margin:0px 20px;
	font-size: 13px;
	cursor: pointer;
}



.ourservices
{
	padding: 50px 0px;
	background:white;
}

.ourservices ul li
{
   list-style: none;
   display: inline-block;
   margin:70px 60px;
}

.ourservices ul li i
{
    border:1px solid grey;
    font-size:45px;
    padding: 30px;
    border-radius: 130px;
    color: rgba(0,0,0,0.8);
}


.ourservices ul li i:hover
{
    border:1px solid tomato;
  color:tomato;
}

.ourservices ul li h2
{
	font-family: "Dosis" ,sans-serif;
	font-size: 16px;
	margin: 15px 0px 0px 0px;
}

.ourservices ul li div
{
	font-family: "Dosis" ,sans-serif;
	font-size: 16px;
	color: grey;
	position: relative;
	top:-5px;
	width: 170px;

}





.ourservices ul a
{
	text-decoration: none;
	color: black;
}



.allequipments
{
	padding: 50px 0px;
	background:rgba(0,0,0,0.8);
	position: relative;
}


.allequipments ul li
{
	display: inline-block;
	list-style: none;
	margin: 20px 20px;

   
}



.allequipments ul li .twoline
{

position: relative;
top:20px;
   
}

.ulcontainer
{
	
	width: 80vw;
	margin:0px 10vw;
	overflow:hidden;
}

.allequipments ul
{
   width: 2800px;
   position: relative;
   right:200px;

}

.allequipments ul li div
{
   background:#00c4a9;
   color: white;
   width: 180px;

   text-align: center;
   font-family: 'Dosis',sans-serif;
   position: relative;
   top:-5px;
   padding: 10px 10px;

}


.scrollleft
{
	position: absolute;
	top:220px;
	right: 3%;
	background: white;
	width: 50px;
	height: 50px;
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 100px;
    -webkit-transition: border 0.5s,color 0.5s; /* Safari */
    transition:border 0.5s,color 0.5s;
}
.scrollright
{
	position: absolute;
	top:220px;
	left: 3%;
	background: white;
	width: 50px;
	height: 50px;
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 100px;
    -webkit-transition: border 0.5s,color 0.5s; /* Safari */
    transition:border 0.5s,color 0.5s;
  
}


.areaofexpertise
{
	padding: 50px 0px;
	background:#EBEBEB;
}


.areaofexpertise ul
{
   width: 29vw;
   display: inline-block;
   position: relative;
   top:40px;
}

.areaofexpertise ul li
{
   list-style: none;
   position: relative;
   font-family: 'Dosis',sans-serif;
   text-align: left;
   padding: 30px 0px;
   color: grey; 
  
}

.areaofexpertise ul li i
{
position: absolute;
top:0px;
color: black;
}




.ourclients
{
	padding: 50px 0px;
	background:white;
}

.ourclients ul li
{
	display: inline-block;
	list-style: none;
	width: 250px;
	height: 100px;
}


.viewclients
{
	background:transparent;
	border:2px solid black;
	font-family: 'Dosis',sans-serif;
	padding:10px 15px; 
	font-size: 18px;
	position: relative;
	left: 20px;
	
}

.viewclients:hover
{
	background:tomato;
	border:2px solid tomato;
	
	color:white;
	
}


.mapFrame
{
	width: 50%;
}

.contactForm
{
	width: 50%;
	float: right;
	height: 574px;
	background: #151a23;
    color: white;
    font-family: 'Dosis',sans-serif;
}



.contactForm .icon
{
	font-size:30px;
	color: white;


}

.contactFormTable
{
	table-layout: fixed;
	width: 80%;
	text-align: center;
    vertical-align:text-top;
	margin: 0px 10%;
	margin-top: 40px;
	background: transparent;
}

.contactFormTable .icons
{
	width: 10%;

}



.contactFormTable .address
{
	width: 30%;


}

.contactFormInput 
{
	width: 80%;
	margin:10px 10%;
	border: 1px solid rgba(225,225,225,0.4);
	color: white;
	background: transparent;
	height: 40px;
	font-size: 14px;
	text-indent: 10px;
	font-family: 'Dosis',sans-serif;
}

textarea
{

	width: 80%;
	margin:10px 10%;
	border: 1px solid rgba(225,225,225,0.4);
	color: white;
	background: transparent;
	height: 140px;
	font-size: 14px;
    padding: 10px 0px;
    text-indent: 10px;
	font-family: 'Dosis',sans-serif;
}

.contactFormInputSubmit
{
	width: 30%;
	margin:10px 10%;
	border: 1px solid rgba(225,225,225,0.4);
	color: white;
	background: transparent;
	height: 40px;
	font-size: 14px;
	text-indent: 10px;
	font-family: 'Dosis',sans-serif;
}

.contactFormInputSubmit:hover
{
	background: white;
	color: black;
}

.buttonE
{
	width: 250px;
	background: #28292a;
	color: white;
	border: 0px;
	height: 40px;
	font-family: 'Dosis', sans-serif;
	border-radius: 20px;

}




.buttonF
{
	width: 200px;
	background: #28292a;
	color: white;
	border: 0px;
	height: 40px;
	font-family: 'Dosis', sans-serif;
	border-radius: 5px;
	position: relative;
	left: 7px;

}

button
{
	cursor: pointer;
}

.contact
{
	margin: 0px;
	position: relative;
	top:51px;
}


.bottom_footer
{
	background:#151a23;
	height: 80px;
	border-top:1px solid lightgrey;
	position: relative;
}



.social_links
{
	position: absolute;
	top:25px;
	
	right: 60px;
}


.social_links i
{
	color:white;
	 font-size: 35px; 
	 margin:0px 10px;
}


.copyright
{
	position: absolute;
	top:30px;
	left: 60px;
	color:white;
	font-family: 'Dosis' , sans-serif;
	font-size: 18px;
}

.menu_button
{
	display:none !important;
}


@media screen and (max-width: 1000px){

.ourclients ul li
{
	display:block;
	position: relative;
	left: -20px;
}


.viewclients
{

	left: 0px;
	
}


.bottom_footer
{
	background:#151a23;
	height: 80px;
	border-top:1px solid lightgrey;
	position: relative;
	top:610px;
}

.mapFrame
{
	width: 100%;
}

.contactForm
{
	width: 100%;
	float: right;
	height: 574px;
	background: #151a23;
    color: white;
    padding:20px 0px;
    font-family: 'Dosis',sans-serif;
}



.areaofexpertise
{
	padding: 50px 0px;
	background:#EBEBEB;
}


.areaofexpertise ul
{
   width: 80vw;
   display: inline-block;
   position: relative;
   top:40px;
   left:-30px;
}

.areaofexpertise ul li
{
   list-style: none;
   position: relative;
   font-family: 'Dosis',sans-serif;
   text-align: left;
   padding: 30px 0px;
   color: grey; 
  
}

.areaofexpertise ul li i
{
position: absolute;
top:0px;
color: black;
}




.ourservices ul li
{
   list-style: none;
   display: inline-block;
   margin:30px 60px;
   position: relative;
   left: -20px;
}



.topmenu .logo
{
	position: absolute;
	top:18px; left: 50px;
	width: 150px;

}

.topmenu
{
	background:#151a23;
	position: fixed;
	top:0px;
	width: 100vw;
	z-index: 1;
	height: 70px;
}


.topmenu ul
{
	position: absolute;
	top:56px;
 text-align:left;
 margin-right:50px;
 background:rgba(21,26,35,0.8);
 width: 100%;
 text-indent:50px;
 padding:20px 0px;
 display: none;
}

.topmenu ul li
{
	list-style: none;
	display: block;
    padding:10px 14px;
    margin:2px 5px;
    font-family: "Exo",sans-serif;
    font-size:13px;
    color: white;
    cursor:pointer;
}

.topmenu ul li:hover
{
	background:transparent;
	color:tomato;
}


.menu_button
{
	display: inline-block !important;
	position: fixed;
	top: 20px;
	color: white;
	z-index: 1;
	right: 20px;
	border: 1px solid white;
	border-radius:5px; 
	padding: 5px;
	cursor:pointer;
	font-size: 10px;
}



.heading_allwhite
{
	color: white;
	font-family: 'Exo',sans-serif;
	font-size: 16px;
}

.heading_black
{
	color: black;
	font-family: 'Dosis',sans-serif;
	font-size: 20px;
}


.small_heading_allwhite
{
	color: white;
	font-family: 'EXo',sans-serif;
	font-size: 10px;
}




}





/*aboutuspage*/

.mainslideraboutus
{
	height: 50vh;
	background: url(../images/1.jpg);
}


.mainslideraboutus.aboutus2
{
	height: 50vh;
	background: url(../images/2.jpg);
}


.aboutustitle
{
	font-size: 24px;
	padding:40px 0px;
	font-family: 'Dosis' , sans-serif;
	font-weight: bold;
}


.aboutuscontent
{

	width: 80vw;
	margin:20px 10vw 100px 10vw;
	font-family: 'Dosis' , sans-serif;
	font-size: 20px;
}

.aboutustitle.heading
{
	font-size: 34px;
	padding:20px 0px;
	
	position:relative;
	top:-200px;
	color:white;
	font-family: 'Dosis' , sans-serif;
	font-weight: bold;
}

