* {
  font-family: fantasy, serif;
  font-size: 14px;
  color: #11d811;
}
h1 {
  margin-left: 33px;
  font-size: 30px;
  font-weight: 800;
  color: #11d811;
}
h2 {
  margin-left: 33px;
  font-size: 24px;
  font-weight: 600;
  color: #dbdb11;
}
h3 {
  margin-left: 33px;
  font-size: 24px;
  font-weight: 600;
  color: #d81111;
}
hr {
    border-color: #11d811;
}
body {
  margin: 0;
  background-color: #000;
}
label {
  color: #d81111;
}
.clientPort {
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: auto;

}
.innerServ {
  display: inline-block;
}
.clientPort img {
    border: 2px solid #11d811;
    border-radius: 8px;
    width: 200px;
    height: auto;
    max-height: 114px;
}
/*.fb-like {
margin-left: 50px;
}*/
.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 25%;
  height: 25px;
  border-radius:8px;
  border: 1px Solid;
  background: none;
  opacity: 0.7;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius:50%;
  width: 25px;
  height: 25px;
  background: #04AA6D;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius:50%;
  background: #04AA6D;
  cursor: pointer;
}
input:focus:required:invalid {
    background-image: url(../img/invalid.png);
    background-position: right;
	border: 2px solid #d81111;
	background-repeat: no-repeat;
   -moz-box-shadow: none;
   background-color: #d81111;
}
  input:required:valid {
    background-image: url(../img/valid.png);
    background-position: right;
	margin-top: 2px;
    background-repeat: no-repeat;
  }
.tabd4 {
  width: 100%;
  text-align: center;
}
.tabd4 h1 {
  margin: 0;
}
.tabd4 .contactIn {
  border-radius:  8px;
  color: #000;
  background-color: #fff;
  width: 350px;
}
.tabd4 .contactInRobot {
  border-radius:  8px;
  color: #000;
  background-color: #fff;
  width: 175px;
}
.tabd4 .contact_textarea {
  border-radius: 8px;
  color: #000;
  resize: none;
  background-color: #FFF;
}
#apmapPic {
  width: 100%;
  height: auto;
  max-height: 500px;
}
.conTable {
  width: 100%;
}
@media screen and (max-width: 818px){
  #aboutTableL {
    display: none;
  }
  .headerMenu {
    background-color: #11d811;
    margin-right: 0;
    height: 150px;
    border-bottom: 0px;
    width: 100%;
  }
  #aboutTableS {
    width: 100%;
  }
  #menu {
    background-color: #11d811;
  	top: 0px;
  	right:0px;
  	height:37px;
  	padding-top: 16px;
  	margin-right: 5%;
    margin-left: 10px;
  	margin-top: 12px;
  }
  .logo {
  	margin-top: 5px;
  	width: auto;
  	background-color: #11d811;
  }
  .logo a {
    color: #000;
  	background-color: #11d811;
  	width: auto;
  	height: 60px;
  	padding-top: 10px;
  	float: left;
  }
  .estimate {
    text-align: center;
  }
}
@media screen and (max-width: 450px){
  input[type="submit"]{
    background-color: #11d811;
  	border: 2px solid #dbdb11;
  	width: auto;
  	font-size: 30px;
  	font-weight: bold;
  	color: #000;
  	padding: 5px;
  	margin-bottom: 1px;
  	margin-top: 1px;
  	border-radius: 8px;
  	cursor: pointer;
  }
}
@media screen and (min-width: 819px){
  .headerMenu {
    background-color: #11d811;
    margin-right: 0;
    height: 80px;
    border-bottom: 0px;
    width: 100%;
  }
#aboutTableS {
  display: none;
}

#aboutTableL {
  width: fit-content;
  text-align: center;
  margin-left: auto;
  margin-right:auto;
}
#menu {
  background-color: #11d811;
	position: absolute;
	top: 0px;
	right:0px;
	height:37px;
	padding-top: 16px;
	margin-right: 5%;
	margin-top: 12px;
}
.logo {
	margin-top: 5px;
	width: auto;
	background-color: #11d811;
}
.logo a {
  color: #000;
	background-color: #11d811;
	width: auto;
	height: 60px;
	padding-top: 10px;
	float: left;
}

}
@media screen and (max-width: 450px){
  .headerMenu {
    background-color: #11d811;
    margin-right: 0;
    height:auto;
    border-bottom: 0px;
    width: 100%;
  }
  #menu {
      display: none;
  }
  .logo {
  	margin-top: 5px;
  	width: auto;
  	background-color: #11d811;
  }
  .logo a {
    color: #000;
  	background-color: #11d811;
  	width: 333px;
  	height: auto;
  	padding-top: 10px;
  	float: left;
  }
  .mePho {
      width: 80px;
      position: absolute;
      height: 50px;
      right: 5%;
      top: 50px;
  }
  .mePho li ul {
  z-index: 2;
  float: right;
    visibility: hidden;
    transition: all 500ms ease-in-out;
  }
  .mePho li ul li {
      height: 50px;
      width: 111px;
      background-color: #11d811;
      color: #000;
  }
  .mePho li ul li:hover {
      color: #11d811;
      background-color: #000;
  }
  .mePho ul li {
      list-style: none;
  }
  .mePho hr {
      border-radius: 8px;
      width: 100%;
      border: 5px solid #000;
  }
  .mePho ul li a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 5px 15px 5px 15px;
    margin-left: 1px;
    white-space: nowrap;
    float:right;
}
.mePho ul li a:hover{
      color: #11d811;
      background-color: #000;
}
}

#wrapper {
  background-color: #11d811;
	margin: auto;
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
#wrapperBody {
  /*height: -webkit-fill-available;*/
  background-color: #000;
	overflow: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}

#wrapperFoot {
  background-repeat: no-repeat;
  background-color: #000;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
}
#menu a {
	background-color: #11d811;
	color: #000;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
}
#menu a:hover {
	background-color: #000;
  color: #11d811;
  border-radius: 8px;
}
#menu select {
	color: #000000;
	text-decoration: none;
	font-size: 16px;
	background-repeat: no-repeat;
	background-color: #11d811;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

#menu .current {
  background-color: #000;
  color: #11d811;
  border-radius: 8px;
}
#footerbar {
  width: 100%;
}

.homeTable a {
  color: #fff;
  font-size: 18px;
}
@media screen and (min-width: 1024px){
.homeTable td {
  width: 50%;
}
.homeTable #imageTD {
  display:inline;
}
.homeTable #imageTR {
  display:none;
}
input[type="submit"]{
  /*float: right;*/
  background-color: #11d811;
	border: 2px solid #dbdb11;
	width: auto;
	font-size: 38px;
	font-weight: bold;
	color: #000;
	padding: 5px;
	margin-bottom: 1px;
	margin-top: 1px;
	border-radius: 8px;
	cursor: pointer;
}
}
@media screen and (max-width: 1023px){
  .homeTable td {
    width: 100%
  }
.homeTable #imageTR {
    display:inline;
  }
  input[type="submit"]{
    background-color: #11d811;
  	border: 2px solid #dbdb11;
  	width: auto;
  	font-size: 33px;
  	font-weight: bold;
  	color: #000;
  	padding: 5px;
  	margin-bottom: 1px;
  	margin-top: 1px;
  	border-radius: 8px;
  	cursor: pointer;
  }
}
@media screen and (min-width: 451px){
input[type="submit"]{
  background-color: #11d811;
  border: 2px solid #dbdb11;
  width: auto;
  font-size: 38px;
  font-weight: bold;
  color: #000;
  padding: 5px;
  margin-bottom: 1px;
  margin-top: 1px;
  border-radius: 8px;
  cursor: pointer;
}
.mePho {
    display:none;
}
}
.tabAbout {
  width: 98%;
  text-align: center;
  margin: 0 10;
}
#aboutTableL td {
  border: 2px solid #11d811;
  background-color: #fff;
  border-radius: 8px;
}
#aboutTableL .a {
  width: 70%;
}
#aboutTableL .b {
  text-align: center;
  background-color: #000;
  border: none;
  width: 30%;
}
#aboutTableL .b a {
  margin-left: 30px;
  color: #dbdb11;
}
#aboutTableL a {
  color: #000;
}
#aboutTableS td {
  width: 100%;
  border: 2px solid #11d811;
  background-color: #fff;
  border-radius: 8px;
}
#aboutTableS a {
  color: #000;
}
#aboutTableS .foundPic {
  text-align: center;
  background-color: #000;
  border: none;
}
#aboutTableS .foundPic a {
  margin-left: 30px;
  color: #dbdb11;
}
#imageTD {
  display:none;
}
#tabImage {
  width: 100%;
  height:auto;
}
input[type="submit"]:hover{
  background-color: #0ba00b;
}
.homeTable p {
  margin-left: 33px;
}
.estimate {
  text-align: center;
  width: 100%;
  background: none;
}
.aboutHeaders {
text-align: center;
}
#teamPhoto1 {
  margin-left: 30px;
  width: 100px;
  height: 100px;
  border-radius: 250px;
  border: 2px solid #11d811;
}
.est {
  width: 100%;
  text-align: center;
}
button {
  background-color: #11d811;
  width: auto;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding: 3px;
  margin-bottom: 1px;
  margin-top: 1px;
  border-radius: 8px;
  cursor: pointer;
}

button:hover{
  background-color: #0ba00b;
}
