@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	background-color:rgb(0, 0, 0);    
	font-family: Arial, Helvetica, sans-serif;
}
	
h1 {
  text-align: center;
}

h2 {
  text-align: center;
}

iframe {
  width: 1715px;
}

header1 .logo img{
	display: inline-block;
	width:20vw; 
	transition: all linear .2s;
	height: middle;
	margin-left: 50px;
}

header1.fixed-header .logo img{
	display: inline-block;
	width:15vw;
	height: middle;
    margin-left: 100px;
	margin-right: 150px;
	margin-top: 15px;
}

.navbar {
  text-align: middle;
  padding: 20px 0px 0px 0px;
  font-weight: bold;
  margin: 0px;
  width: 100%;
  top: 50%;
  float: right;
  position: relative;
  flex-direction: hidden;
  max-height: 50px;
}

.navbar a {
  display: inline-block;
  float:  middle;
  color: white;
  padding: 14px 16px 14px 16px;
  text-decoration: none;
  font-size: 1vw;
  border-radius: 10px;
}


.navbar a:hover {
  background: #ddd;
  color: black;
}

.sticky {
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  top: 0;
  align-self: flex-start; /* <-- this is the fix */
}

.nav{
    display: inline-flex;
    align-items: center;
	text-align: center;
	position: sticky;
	background-color:rgba(0, 0, 0, 0.8);
	width: 100%;
	padding: 0px 0px 20px 0px;
}

.dropdown {
  display: inline-block;
  float:  middle;
}

.dropdown .dropbtn {	
  display: inline-block;
  float:  middle;
  text-decoration: none;
  font-size: 1vw;
  border-radius: 10px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  font-weight: bold;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color:rgba(0, 0, 0, 1);
  min-width: 160px;
  z-index: 1;
  border-radius: 10px;  
}

.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.navbar .dropdown:hover .dropbtn {
  background: #ddd;
  color: black;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.header {
  width: 600px;
  display: block;
	float: inline;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

header {
	background-color:rgb(0, 0, 0);
	border-radius: 0px;
	color: white;
	padding: 20px 0px 0px 0px;
	text-align: left;
}

.headertop{
    display: inline-flex;
    align-items: center;
	text-align: center;
	background-color: black;
	width: 100%;
	padding: 0px 0px;
}

.header2{
    display: inline-flex;
    align-items: center;
	text-align: center;
	background-color: black;
	width: 100%;
	padding: 0px 0px;
}

.header3{
    display: inline-flex;
    align-items: right;
	text-align: right;
	background-color: black;
	width: 5%;
	padding: 0px 100px;
	float: right;
}

.header3 img {
	width: 100px
}

footer {
    background-color: rgb(0, 0, 0); 
    padding: 20px 20px 0px 20px;
    color: white;
}

.footer	{
	display: block;
	margin: 0px 100px;
}
.footer span {
	display: block;
	float: right;
	text-align: right;
	width: 60%;
	margin-left: 100px;
}

home .main {
  padding: 16px 30px 16px 30px;
  text-align: center;
  margin: 0 auto;
  width: 50%
}

home .mainback {
  padding: 16px 30px 16px 30px;
  background-color:#DFDFDF;
}

home .box {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1;
  margin: 0 auto;
  width: 930px;
}

home .boxinside {
  border: 2px solid black;
  height: 580px;
  background-color: #DFDFDF;
}

home .main4{
  padding: 16px 30px 16px 30px;
  background-color: #B6B6B6;
}

home .main5{
  padding: 16px 30px 16px 30px;
  background-color: #DFDFDF;
}

home .main5inside{
  display: flex;
  align-items: center;
}

home .photo1{
		background-image: url("Images/Panel Work.jpeg");
        background-size: cover;	
	    height: 40%;
	    border-bottom: 2px solid black;
		max-height: 220px
	}	

home .photo2{
		background-image: url("Images/Crecy.jpeg");
        background-size: cover;	
	    height: 40%;
	    border-bottom: 2px solid black;
		max-height: 220px
	}	

home .photo3{
		background-image: url("Images/Testing.jpeg");
        background-size: cover;	
	    height: 40%;
	    border-bottom: 2px solid black;
		max-height: 220px
	}	

home .boxtext{
	text-align: center;
    padding: 0px 20px 0px 20px;
	height: 280px;
}

home .buttoncontainer{
	bottom: 0;
	margin-bottom: 5px;
	display: flex;
  	align-items: center;
	justify-content: center;
	  cursor:default;
}

home .button1 {
  padding: 4px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
	  cursor:pointer;
}

home .button1:hover {
  background-color: #F16377;
}

home .map {
	margin-left: 100px;
	margin-right: 100px;
}

home .formgroup {
	width: 100%;
}
	
home input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

home input[type=password], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

home input[type=submit] {
  background-color: #CE122D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

home input[type=submit]:hover {
  background-color: #F16377;
}

home .container {
	width: 60%;
  border-radius: 0px;
  background-color: #f2f2f2;
  padding: 20px;
}

services .main {
  padding: 16px 30px 16px 30px;
  text-align: center;
  margin: 0 auto;
  width: 50%
}

services .mainback {
  padding: 16px 30px 16px 30px;
  background-color:#DFDFDF;
}

services .services1 {
  padding: 16px 30px 16px 30px;
  background-color:#DFDFDF;
}

services .services2 {
	margin-top: -100px;
  background-color: #B6B6B6;
}

services .services2top {
  padding: 75px 0px 0px 0px;
  background-color:#DFDFDF;
}

services .services2bottom {
  padding: 16px 30px 16px 30px;
  background-color: #B6B6B6;
	  text-align: center;
}

services .services3 {
	margin-top: -100px;
  background-color: #DFDFDF;
}

services .services3top {
  padding: 75px 0px 0px 0px;
  background-color:#B6B6B6;
}

services .services3bottom {
  padding: 16px 30px 16px 30px;
  background-color: #DFDFDF;
	  text-align: center;
}

services .services4 {
	margin-top: -100px;
  background-color: #B6B6B6;
}

services .services4top {
  padding: 75px 0px 0px 0px;
  background-color:#DFDFDF;
}

services .services4bottom {
  padding: 16px 30px 16px 30px;
  background-color: #B6B6B6;
	  text-align: center;
}

services .services5 {
	margin-top: -100px;
  background-color: #DFDFDF;
}

services .services5top {
  padding: 75px 0px 0px 0px;
  background-color:#B6B6B6;
}

services .services5bottom {
  padding: 16px 30px 16px 30px;
  background-color: #DFDFDF;
	  text-align: center;
}

services .services6 {
	margin-top: -100px;
  background-color: #B6B6B6;
}

services .services6top {
  padding: 75px 0px 0px 0px;
  background-color:#DFDFDF;
}

services .services6bottom {
  padding: 16px 30px 16px 30px;
  background-color: #B6B6B6;
	  text-align: center;
}

services .services7 {
	margin-top: -100px;
  background-color: #DFDFDF;
}

services .services7top {
  padding: 75px 0px 0px 0px;
  background-color:#B6B6B6;
}

services .services7bottom {
  padding: 16px 30px 16px 30px;
  background-color: #DFDFDF;
	  text-align: center;
}

services .services8 {
	margin-top: -100px;
  background-color: #B6B6B6;
}

services .services8top {
  padding: 75px 0px 0px 0px;
  background-color:#DFDFDF;
}

services .services8bottom {
  padding: 16px 30px 16px 30px;
  background-color: #B6B6B6;
	  text-align: center;
}

services .services9 {
	margin-top: -100px;
  background-color: #DFDFDF;
}


services .services9top {
  padding: 75px 0px 0px 0px;
  background-color:#B6B6B6;
}

services .services9bottom {
  padding: 16px 30px 16px 30px;
  background-color: #DFDFDF;
	  text-align: center;
}

services .services10 {
	margin-top: -100px;
  background-color: #B6B6B6;
}

services .services10top {
  padding: 75px 0px 0px 0px;
  background-color:#DFDFDF;
}

services .services10bottom {
  padding: 16px 30px 16px 30px;
  background-color: #B6B6B6;
	  text-align: center;
}

services .services11 {
	margin-top: -100px;
  background-color: #DFDFDF;
}

services .services11top {
  padding: 100px 0px 0px 0px;
  background-color:#B6B6B6;
}

services .services11bottom {
  padding: 16px 30px 16px 30px;
  background-color: #DFDFDF;
	  text-align: center;
}

team .team1 {
  padding: 16px 30px 16px 30px;
  background-color:#DFDFDF;
	  text-align: center;
}

team .team1inside {
	  margin: 0 auto;
  width: 50%
}

team .team2 {
  padding: 16px 30px 16px 30px;
  background-color:#B6B6B6;
	  text-align: center;
}

team .team3 {
  padding: 16px 30px 30px 30px;
  background-color:#B6B6B6;
	  text-align: center;
	           display : flex;
          flex-direction : row;
	justify-content: center;
}

team .team3left {
  margin: 0px 70px;
  background-color:#B6B6B6;
	  text-align: center;
	float: left;
border-style: solid;
}

team .team3leftinside {
  padding: 20px 50px;
}

team .team3right {
  margin: 0px 70px;
  background-color:#B6B6B6;
	  text-align: center;
	float: right;
	border-style: solid;
}

team .team3rightinside {
  padding: 20px 50px;
}

team .team33 {
  margin: 0px 70px;
  background-color:#B6B6B6;
	  text-align: left;
	float: center;
	border-style: solid;
}

team .team33inside {
  padding: 20px 50px;
}

portfolio .portfolio1 {
  padding: 16px 30px 16px 30px;
  background-color:#DFDFDF;
	  text-align: center;
}

portfolio .portfolio2 {
  padding: 16px 30px 16px 30px;
  background-color:#B6B6B6;
	  text-align: center;
}

portfolio .portfolio3 {
  padding: 16px 30px 16px 30px;
  background-color:#DFDFDF;
	  text-align: center;
}

careers .careers1 {
  padding: 16px 30px 16px 30px;
  background-color:#DFDFDF;
	  text-align: center;
}

careers .careers1list {
  padding: 0 calc(15vw + 2em);
  background-color:#DFDFDF;
	  text-align: left;
}

careers .careers2 {
  padding: 16px 30px 16px 30px;
  background-color:#B6B6B6;
	  text-align: center;
}

careers .careers2list {
  padding: 0 calc(15vw + 2em);
  background-color:#B6B6B6;
	  text-align: left;
}

careers .careers3 {
  padding: 16px 30px 16px 30px;
  background-color:#DFDFDF;
	  text-align: center;
}

careers .careers3list {
  padding: 0 calc(15vw + 2em);
  background-color:#DFDFDF;
	  text-align: left;
}

contact .contact1 {
  padding: 16px 30px 16px 30px;
  background-color:#DFDFDF;
	  text-align: center;
}

contact .contact2 {
  padding: 16px 30px 16px 30px;
  background-color:#B6B6B6;
	  text-align: center;
}

contact .contact3 {
  padding: 16px 30px 16px 30px;
  background-color:#DFDFDF;
	  text-align: center;
}

login .login1 {
  padding: 16px 30% 30px 30%;
  background-color:#DFDFDF;
	  text-align: center;
}

login .login2 {
  padding: 16px 30px 16px 30px;
  background-color:#B6B6B6;
	  text-align: center;
}

login .login3 {
  padding: 16px 30px 16px 30px;
  background-color:#DFDFDF;
	  text-align: center;
}

login input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

login input[type=password], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

login input[type=submit] {
  background-color: #CE122D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

login input[type=submit]:hover {
  background-color: #F16377;
}

login .container {
  border-radius: 0px;
  background-color: #f2f2f2;
  padding: 20px;
}

login input[type=reset] {
  background-color: #CE122D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

login input[type=reset]:hover {
  background-color: #F16377;
}

noaccess .noaccess1 {
  padding: 16px 30px 16px 30px;
  background-color:#DFDFDF;
	  text-align: center;
}

welcome .welcome1 {
  padding: 16px 30px 16px 30px;
  background-color:#DFDFDF;
	  text-align: center;
}

welcome .welcome1list {
  padding: 0 calc(15vw + 2em);
  background-color:#DFDFDF;
	  text-align: left;
}

welcome .welcome2 {
  padding: 16px 30px 16px 30px;
  background-color:#B6B6B6;
	  text-align: center;
}

welcome .welcome2list {
  padding: 0 calc(15vw + 2em);
  background-color:#B6B6B6;
	  text-align: left;
}

customer .customer1 {
  padding: 16px 30% 8px 30%;
  background-color:#DFDFDF;
	  text-align: center;
}

customer .customer2 {
  padding: 8px 0% 16px 0%;
  background-color:#DFDFDF;
	  text-align: center;
}

customer .customer10 {
  padding: 1px 0.5% 16px 0.5%;
  background-color:#DFDFDF;
	  text-align: center;
}

customer table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  padding: 1px 10px;
}

customer tr:nth-child(even) {
  background-color: #B6B6B6;
}

customer input[type=submit] {
  background-color: #CE122D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

customer input[type=submit]:hover {
  background-color: #F16377;
}

customer input[type=text], input[type=time], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

customer .container {
  border-radius: 0px;
  background-color: #f2f2f2;
  padding: 20px;
}

customer .row {
  display: flex;
}

customer .column {
  flex: 50%;
  padding: 5px;
}

manual .manual1 {
  padding: 16px 30% 8px 30%;
  background-color:#DFDFDF;
	  text-align: center;
}

manual table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px;
}

manual tr:nth-child(even) {
  background-color: #B6B6B6;
}

manual button {
  background-color: #CE122D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

manual button:hover {
  background-color: #F16377;
}

customer .container {
  border-radius: 0px;
  background-color: #f2f2f2;
  padding: 20px;
}

jobsheet .customer1 {
  padding: 16px 30% 8px 30%;
  background-color:#DFDFDF;
	  text-align: center;
}

jobsheet .customer2 {
  padding: 8px 3% 16px 3%;
  background-color:#DFDFDF;
	  text-align: center;
}

jobsheet table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  padding: 1px 10px;
}

jobsheet tr:nth-child(even) {
  background-color: #B6B6B6;
}

jobsheet input[type=submit] {
  background-color: #CE122D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

jobsheet input[type=submit]:hover {
  background-color: #F16377;
}

jobsheet button {
  background-color: #CE122D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

jobsheet button:hover {
  background-color: #F16377;
}

jobsheet input[type=text], input[type=date], input[type=number], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

jobsheet .container {
  border-radius: 0px;
  background-color: #f2f2f2;
  padding: 20px;
}

jobsheet .row {
  display: flex;
}

jobsheet .column {
  flex: 50%;
  padding: 5px;
}

customer button {
  background-color: #CE122D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

customer button:hover {
  background-color: #F16377;
}


@media screen and (max-width: 1049px) {

body {
	margin:0;
	background-color:rgb(0, 0, 0);    
	font-family: Arial, Helvetica, sans-serif;
}
	
h1 {
  text-align: center;
}

h2 {
  text-align: center;
}

header1 .logo img{
	display: grid;
	width:50vw; 
	transition: all linear .2s;
	height: middle;
	margin-left: auto;
	margin-right: auto;
}

header1.fixed-header .logo img{
	display: grid;
	width:50vw;
	height: middle;
	margin-left: auto;
	margin-right: auto;
}

.navbar {
  text-align: middle;
  padding: 0px 0px 0px 0px;
  font-weight: bold;
  margin: 0px;
  width: 100%;
  top: 50%;
  float: right;
  position: relative;
  flex-direction: hidden;
  max-height: 50px;
}

.navbar a {
  display: inline-block;
  float:  middle;
  color: white;
  padding: 6px 9px;
  text-decoration: none;
  font-size: 2vw;
  border-radius: 10px;
}


.navbar a:hover {
  background: #ddd;
  color: black;
}

.sticky {
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  top: 0;
  align-self: flex-start; /* <-- this is the fix */
}

.nav{
    display: grid;
    align-items: center;
	text-align: center;
	position: sticky;
	background-color:rgba(0, 0, 0, 0.8);
	width: 100%;
	padding: 0px 0px 20px 0px;
}

.dropdown {
  display: inline-block;
  float:  middle;
}

.dropdown .dropbtn {	
  display: inline-block;
  float:  middle;
  text-decoration: none;
  font-size: 1.9vw;
  border-radius: 10px;  
  border: none;
  outline: none;
  color: white;
  padding: 4px 6px;
  background-color: rgba(55,55,55);
  font-family: inherit;
  margin: 0;
  font-weight: bold;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color:rgba(0, 0, 0, 1);
  min-width: 100%;
  z-index: 1;
  border-radius: 10px;
        margin: 0px;
        left: 0px;
        line-height: 0px;
        float: left;
}

.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
	  font-size: 1.9vw;
}

.navbar .dropdown:hover .dropbtn {
  background: #ddd;
  color: black;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.header {
  width: 600px;
  display: block;
	float: inline;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

header {
	background-color:rgb(0, 0, 0);
	border-radius: 0px;
	color: white;
	padding: 20px 0px 0px 0px;
	text-align: left;
}

.headertop{
    display: inline-flex;
    align-items: center;
	text-align: center;
	background-color: black;
	width: 100%;
	padding: 0px 0px;
}

.header2{
    display: inline-flex;
    align-items: center;
	text-align: center;
	background-color: black;
	width: 90%;
	padding: 0px 0px;
	font-size: 1.5vw;
}

.header3{
    display: inline-flex;
    align-items: right;
	text-align: right;
	background-color: black;
	width: 10%;
	padding: 0px 7vw;
	float: right;
}

.header3 img {
	max-width: 10vw;
	height: auto;
}

footer {
    background-color: rgb(0, 0, 0); 
    padding: 20px 20px 0px 20px;
    color: white;
	font-size: 1.5vw;
}

.footer	{
	display: block;
	margin: 0px 0.5vw;
	font-size: 1.5vw;
}
.footer span {
	display: block;
	float: right;
	text-align: right;
	width: 60%;
	margin-left: 0.5vw;
	font-size: 1.5vw;
}

home .main {
  padding: 16px 30px 16px 30px;
  text-align: center;
  margin: 0 auto;
  width: 50%
}

home .mainback {
  padding: 16px 30px 16px 30px;
  background-color:#DFDFDF;
}

home .box {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1;
  margin: 0 auto;
  width: 930px;
}

home .boxinside {
  border: 2px solid black;
  height: 580px;
  background-color: #DFDFDF;
}

home .main4{
  padding: 16px 30px 16px 30px;
  background-color: #B6B6B6;
}

home .main5{
  padding: 16px 30px 16px 30px;
  background-color: #DFDFDF;
}

home .main5inside{
  display: flex;
  align-items: center;
}

home .photo1{
		background-image: url("images/panel work.jpeg");
        background-size: cover;	
	    height: 40%;
	    border-bottom: 2px solid black;
		max-height: 220px
	}	

home .photo2{
		background-image: url("images/crecy.jpeg");
        background-size: cover;	
	    height: 40%;
	    border-bottom: 2px solid black;
		max-height: 220px
	}	

home .photo3{
		background-image: url("images/testing.jpeg");
        background-size: cover;	
	    height: 40%;
	    border-bottom: 2px solid black;
		max-height: 220px
	}	

home .boxtext{
	text-align: center;
    padding: 0px 20px 0px 20px;
	height: 280px;
}

home .buttoncontainer{
	bottom: 0;
	margin-bottom: 5px;
	display: flex;
  	align-items: center;
	justify-content: center;
	  cursor:default;
}

home .button1 {
  padding: 4px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
	  cursor:pointer;
}

home .button1:hover {
  background-color: #F16377;
}

home .map {
	margin-left: 100px;
	margin-right: 100px;
}

home .formgroup {
	width: 100%;
}
	
home input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

home input[type=password], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

home input[type=submit] {
  background-color: #CE122D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

home input[type=submit]:hover {
  background-color: #F16377;
}

home .container {
	width: 60%;
  border-radius: 0px;
  background-color: #f2f2f2;
  padding: 20px;
}

services .main {
  padding: 16px 30px 16px 30px;
  text-align: center;
  margin: 0 auto;
  width: 50%
}

services .mainback {
  padding: 16px 30px 16px 30px;
  background-color:#DFDFDF;
}

services .services1 {
  padding: 16px 30px 16px 30px;
  background-color:#DFDFDF;
}

services .services2 {
	margin-top: -100px;
  background-color: #B6B6B6;
}

services .services2top {
  padding: 75px 0px 0px 0px;
  background-color:#DFDFDF;
}

services .services2bottom {
  padding: 16px 30px 16px 30px;
  background-color: #B6B6B6;
	  text-align: center;
}

services .services3 {
	margin-top: -100px;
  background-color: #DFDFDF;
}

services .services3top {
  padding: 75px 0px 0px 0px;
  background-color:#B6B6B6;
}

services .services3bottom {
  padding: 16px 30px 16px 30px;
  background-color: #DFDFDF;
	  text-align: center;
}

services .services4 {
	margin-top: -100px;
  background-color: #B6B6B6;
}

services .services4top {
  padding: 75px 0px 0px 0px;
  background-color:#DFDFDF;
}

services .services4bottom {
  padding: 16px 30px 16px 30px;
  background-color: #B6B6B6;
	  text-align: center;
}

services .services5 {
	margin-top: -100px;
  background-color: #DFDFDF;
}

services .services5top {
  padding: 75px 0px 0px 0px;
  background-color:#B6B6B6;
}

services .services5bottom {
  padding: 16px 30px 16px 30px;
  background-color: #DFDFDF;
	  text-align: center;
}

services .services6 {
	margin-top: -100px;
  background-color: #B6B6B6;
}

services .services6top {
  padding: 75px 0px 0px 0px;
  background-color:#DFDFDF;
}

services .services6bottom {
  padding: 16px 30px 16px 30px;
  background-color: #B6B6B6;
	  text-align: center;
}

services .services7 {
	margin-top: -100px;
  background-color: #DFDFDF;
}

services .services7top {
  padding: 75px 0px 0px 0px;
  background-color:#B6B6B6;
}

services .services7bottom {
  padding: 16px 30px 16px 30px;
  background-color: #DFDFDF;
	  text-align: center;
}

services .services8 {
	margin-top: -100px;
  background-color: #B6B6B6;
}

services .services8top {
  padding: 75px 0px 0px 0px;
  background-color:#DFDFDF;
}

services .services8bottom {
  padding: 16px 30px 16px 30px;
  background-color: #B6B6B6;
	  text-align: center;
}

services .services9 {
	margin-top: -100px;
  background-color: #DFDFDF;
}

services .services9top {
  padding: 75px 0px 0px 0px;
  background-color:#B6B6B6;
}

services .services9bottom {
  padding: 16px 30px 16px 30px;
  background-color: #DFDFDF;
	  text-align: center;
}

services .services10 {
	margin-top: -100px;
  background-color: #B6B6B6;
}

services .services10top {
  padding: 75px 0px 0px 0px;
  background-color:#DFDFDF;
}

services .services10bottom {
  padding: 16px 30px 16px 30px;
  background-color: #B6B6B6;
	  text-align: center;
}

services .services11 {
	margin-top: -100px;
  background-color: #DFDFDF;
}

services .services11top {
  padding: 100px 0px 0px 0px;
  background-color:#B6B6B6;
}

services .services11bottom {
  padding: 16px 30px 16px 30px;
  background-color: #DFDFDF;
	  text-align: center;
}

team .team1 {
  padding: 16px 30px 16px 30px;
  background-color:#DFDFDF;
	  text-align: center;
}

team .team1inside {
	  margin: 0 auto;
  width: 50%
}

team .team2 {
  padding: 16px 30px 16px 30px;
  background-color:#B6B6B6;
	  text-align: center;
}

team .team3 {
  padding: 16px 30px 30px 30px;
  background-color:#B6B6B6;
	  text-align: center;
	           display : flex;
          flex-direction : row;
	justify-content: center;
}

team .team3left {
  margin: 0px 70px;
  background-color:#B6B6B6;
	  text-align: center;
	float: left;
border-style: solid;
}

team .team3leftinside {
  padding: 20px 50px;
}

team .team3right {
  margin: 0px 70px;
  background-color:#B6B6B6;
	  text-align: center;
	float: right;
	border-style: solid;
}

team .team3rightinside {
  padding: 20px 50px;
}

team .team3center {
  margin: 0px 70px;
  background-color:#B6B6B6;
	  text-align: center;
	float: center;
	border-style: solid;
}

team .team3centerinside {
  padding: 20px 50px;
}

portfolio .portfolio1 {
  padding: 16px 30px 16px 30px;
  background-color:#DFDFDF;
	  text-align: center;
}

portfolio .portfolio2 {
  padding: 16px 30px 16px 30px;
  background-color:#B6B6B6;
	  text-align: center;
}

portfolio .portfolio3 {
  padding: 16px 30px 16px 30px;
  background-color:#DFDFDF;
	  text-align: center;
}

careers .careers1 {
  padding: 16px 30px 16px 30px;
  background-color:#DFDFDF;
	  text-align: center;
}

careers .careers1list {
  padding: 0 calc(15vw + 2em);
  background-color:#DFDFDF;
	  text-align: left;
}

careers .careers2 {
  padding: 16px 30px 16px 30px;
  background-color:#B6B6B6;
	  text-align: center;
}

careers .careers2list {
  padding: 0 calc(15vw + 2em);
  background-color:#B6B6B6;
	  text-align: left;
}

careers .careers3 {
  padding: 16px 30px 16px 30px;
  background-color:#DFDFDF;
	  text-align: center;
}

careers .careers3list {
  padding: 0 calc(15vw + 2em);
  background-color:#DFDFDF;
	  text-align: left;
}

contact .contact1 {
  padding: 16px 30px 16px 30px;
  background-color:#DFDFDF;
	  text-align: center;
}

contact .contact2 {
  padding: 16px 30px 16px 30px;
  background-color:#B6B6B6;
	  text-align: center;
}

contact .contact3 {
  padding: 16px 30px 16px 30px;
  background-color:#DFDFDF;
	  text-align: center;
}

login .login1 {
  padding: 16px 10% 30px 10%;
  background-color:#DFDFDF;
	  text-align: center;
}

login .login2 {
  padding: 16px 30px 16px 30px;
  background-color:#B6B6B6;
	  text-align: center;
}

login .login3 {
  padding: 16px 30px 16px 30px;
  background-color:#DFDFDF;
	  text-align: center;
}

login input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

login input[type=password], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

login input[type=submit] {
  background-color: #CE122D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

login input[type=submit]:hover {
  background-color: #F16377;
}

login .container {
  border-radius: 0px;
  background-color: #f2f2f2;
  padding: 20px;
}

login input[type=reset] {
  background-color: #CE122D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

login input[type=reset]:hover {
  background-color: #F16377;
}

noaccess .noaccess1 {
  padding: 16px 30px 16px 30px;
  background-color:#DFDFDF;
	  text-align: center;
}

welcome .welcome1 {
  padding: 16px 10px 16px 10px;
  background-color:#DFDFDF;
	  text-align: center;
}

welcome .welcome1list {
  padding: 0 calc(15vw + 2em);
  background-color:#DFDFDF;
	  text-align: left;
}

welcome .welcome2 {
  padding: 16px 2px 16px 2px;
  background-color:#B6B6B6;
	  text-align: center;
}

welcome .welcome2list {
  padding: 0 calc(1vw + 1em);
  background-color:#B6B6B6;
	  text-align: left;
}

customer .customer1 {
  padding: 16px 10% 5px 10%;
  background-color:#DFDFDF;
	  text-align: center;
	font-size: 1.5vw;
}

customer .customer2 {
  padding: 5px 0px 16px 0px;
  background-color:#DFDFDF;
	  text-align: center;
}
	
customer .customer10 {
  padding: 1px 0.5% 16px 0.5%;
  background-color:#DFDFDF;
	  text-align: center;
}

customer table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  padding: 1px 10px;
}

customer tr:nth-child(even) {
  background-color: #B6B6B6;
}

customer input[type=submit] {
  background-color: #CE122D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

customer input[type=submit]:hover {
  background-color: #F16377;
}

customer input[type=text], input[type=time], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

customer .container {
  border-radius: 0px;
  background-color: #f2f2f2;
  padding: 20px;
}

customer .row {
  display: flex;
}

customer .column {
  flex: 50%;
  padding: 5px;
}
	
jobsheet .customer1 {
  padding: 16px 10% 5px 10%;
  background-color:#DFDFDF;
	  text-align: center;
	font-size: 1.6vw;
}

jobsheet .customer2 {
  padding: 5px 0px 16px 0px;
  background-color:#DFDFDF;
	  text-align: center;
}

jobsheet table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  padding: 1px 10px;
}

jobsheet tr:nth-child(even) {
  background-color: #B6B6B6;
}

jobsheet input[type=submit] {
  background-color: #CE122D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

jobsheet input[type=submit]:hover {
  background-color: #F16377;
}
	
jobsheet button {
  background-color: #CE122D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

jobsheet button:hover {
  background-color: #F16377;
}

jobsheet input[type=text], input[type=date], input[type=number], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

jobsheet .container {
  border-radius: 0px;
  background-color: #f2f2f2;
  padding: 20px;
}

iframe {
  width: 99%;
}
	
customer button {
  background-color: #CE122D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

customer button:hover {
  background-color: #F16377;
}
	
}