body{
    font-family: Inter, sans-serif !important;
    /* font-weight: 300; */
    -webkit-font-smoothing: antialiased;
    letter-spacing: -0.0125rem;
}
#Main {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow-y: auto;
    overflow-x: hidden;
}
.canvas2{
  position:Fixed;
  top:0px;
  bottom:0px;
  right:0px;
  left:0px;
  z-index: 9000000000000000000;
  width:100%;
  height:100%;
  overflow-y: hidden;
  overflow-x: hidden;
  background: rgba(0, 0, 0, 0.85) none repeat scroll 0% 0%;
}
.ProfilBio{
  width: 80%;
  float: left;
  height: auto;
  margin-left:10%;
  color: rgb(24, 24, 24);
  font-size: 0.8em;
}
.loaderMain{
  width:60%;
  height: auto;
  top: 10%;
  position: fixed;
  left: 20%;
}
.loaderLarge{
  width: 250px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.LoaderContent{
  width:100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.loaderSmall{
  width: auto;
  height: 80px;
  float: left;
  margin-left: 40%;

}
.LoaderContentLabel{
  width:auto;
  height: auto;
  float: left;
  color: white;
  font-size: 22px;
  padding-top: 1.5%;
}
@keyframes fromLeft {
  from { left: 100%; }
  to   { left: 0%;  }
}
.screenElement{
  position: Fixed;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  z-index: 1100;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  background-color: white;
  transition: all .2s ease;
  animation: 0.5s fromLeft;
}
.screenHeader{
  width:100%;
  height: 5%;
  padding-top: 1%;
  float: left;
  box-shadow: 2px 2px 5px silver;
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
  transition: all .4s ease;
   animation: 2s fadein;
}
.screenbackButtonContainer{
  width:10%;
  height: 100%;
  float: left;
  transform: rotate(180deg);
}
.screenBackButton{
  width:auto;
  height: 80%;
  float: left;
  padding-left: 22%;
  margin-top:3%;
  cursor: pointer;
  transform:0.2s all ease;
}
.screenBackButton:hover{
  transform:scale(1.01);
}
.screenBody{
  width:100%;
  height: 93%;
  float: left;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: rgba(64, 0, 23,0.06);
}
.MainUserScreen{
  width:100%;
  height: auto;
  float: left;
}
.MainTitle{
  width:auto;
  height: auto;
  float: left;
  font-size: 40px;
  padding-left: 2%;
  font-weight: bold;
  margin-top: 3.5%;
}
.SectionTitle2{
  width:100%;
  height: auto;
  float: left;
  font-size: 30px;
  padding-left: 2%;
  font-weight: bold;
  margin-top: 3.5%;
}
@keyframes fromLeft {
  from { left: 100%; }
  to   { left: 0%;  }
}
.Header{
    width:100%;
    height:15%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    animation: fadein 1s, Scalein 0.5s;
}
.Header2{
    width: 100%;
    height: 15%;
    /* position: fixed; */
    float: left;
    top: 0;
    left: 0;
    margin-top:0.5%;
    animation: fadein 1s, Scalein 0.5s;
}
.MoibleHeader{
    width: 100%;
    height: 15%;
    display: none;
    float: left;
    top: 0;
    left: 0;
    margin-top:0.5%;
    animation: fadein 1s, Scalein 0.5s;
}
.HeaderPartOne2{
    width:100%;
    height: 70%;
    float:left;
}
.HeaderPartTwo2{
    width:100%;
    height: 30%;
    float:left;

}
.HeaderPartOne{
    width:100%;
    height: 70%;
    float:left;
    background-color:white;
}
.HeaderPartTwo{
    width:100%;
    height: 30%;
    float:left;
    background-color: rgb(22,22,22);

}
.TreeofMemoriesAlert{
  width:15%;
  height:auto;
  min-height: 50px;
  position: fixed;
  z-index: 90000000000000000001;
  box-shadow: 2px 2px 10px black;
  background-color:#7FB57F;
  border:1px solid #104809;
  border-radius: 10px;
  top: 5%;
  padding: 1% 1% 1% 1%;
  left:42.5%;
  animation:  fadein .7s,AlertDropDown .7s;

}
.TreeofMemoriesAlertIcon{
  width: 20%;
  height: 100%;
  min-height: inherit;
  float: left;
  background-image: url("./img/greenCheck.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.TreeofMemoriesAlertText{
  width: 80%;
  height: auto;
  float: left;
  padding-top: 3%;
  text-align: center;
  color:white;
}
.TreeofMemoriesAlertIconFailed{
  width: 20%;
  height: 100%;
  min-height: inherit;
  float: left;
  background-image: url("./img/error.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.TreeofMemoriesAlertFailed{
  width:15%;
  height:auto;
  min-height: 50px;
  position: fixed;
  z-index: 90000000000000000001;
  box-shadow: 2px 2px 10px black;
  background-color:rgb(205,92,92);
  border:1px solid rgb(178,34,34);
  border-radius: 10px;
  top: 5%;
  padding: 1% 1% 1% 1%;
  left:42.5%;
  transition: all .5s ease;
  animation:  fadein .7s,AlertDropDown .7s;
}
.MainThreeDots {
  margin-top: 0.3%;
  margin-left: 1%;
  width: 2%;
  height: auto;
  float: left;
  cursor: pointer;
  background-color: #ddd;
  border-radius: 5px;
  transition: all .3sease;
}
@keyframes AlertDropDown {
  from { top: -15%; }
  to   { top: 5%;  }
}
.DropDown{
    position: absolute;
    top: 100%;
    left: 0;
    height: auto;
    z-index: 1200;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    border: 0;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%);
}
.dropOption{
  width:100%;
  height: auto;
  margin-top: 0.5%;
  float: left;
  font-size: 14px;
  display: list-item;
  padding: 6px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  vertical-align: middle;
  text-transform: none;
  line-height: 1;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}
.dropOption:hover{
    font-weight: 500;
}
.DropOptionImg{
  display: inline-block;
  font-size: 16px;
  line-height: 17px;
  margin-top: -0.7%;
  margin-right: 5px;
  text-align: center;
  vertical-align: middle;
  width: 20px;
  transition: width .5s ease;
}
.hide{
  display:none;
}
.UserDropDown{
  width:300px;
  background-color: white;
  box-shadow: 2px 2px 10px black;
  position: fixed;
  z-index: 130;
  height: auto;
  padding-bottom: 10px;
}
.DropTop{
  width: 100%;
  height: 80px;
  float:left;
  background-color: rgb(102, 102, 53);
  border-bottom: 1px solid silver;
}
.DropTopImg{
  width: auto;
  margin-top: 2%;
  margin-left: 5%;
  height: auto;
  max-height: 90%;
  float: left;
  max-width:29%;
}
.DropTopInfo{
  width: 60%;
  height: 100%;
  float:left;
  margin-left: 5%;
}
.username{
  width: 100%;
  height: auto;
  margin-top: 5%;
  float: left;
  color: white;
  font-size: 1.4em;
}
.usernameSmall{
  width: auto;
  height: auto;
  margin-top: 1%;
  float: left;
  color: white;
  margin-left: 1%;
  font-size: 1.1em;
}
.DropOptionContainer{
  width:100%;
  height: auto;
  float: left;
  padding-top: 5px;
  padding-bottom: 5px;
    border-bottom: 1px solid silver;
}
.dropOptionUser{
  width:98%;
  height: auto;
  margin-top: 0.5%;
  float: left;
  font-size: 1.1em;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 2%;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  vertical-align: middle;
  text-transform: none;
  line-height: 1;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}
.dropOptionUser:hover{
  background-color: #dddddd;
}
.UserLogin{
  width: 5%;
  height: 50%;
  float: left;
  margin-top:2%;
  margin-left: 3.5%;
  animation: fadein 3s, fromTop .4s, colorShiftToWhite 2s;
  background-image: url("./img/userImage.png");
  background-repeat: no-repeat;
  background-size: 50% 50%;
  background-position: center 50%;
  background-repeat: no-repeat;
  background-color: silver;
  border-radius: 50%;
  cursor: pointer;
  transition: all .2s ease;
}
.UserLogin:hover{
  background-color: #955939
  transform:scale(1.1);
}
.UserLoginSelected{
  width: 5%;
  height: 50%;
  float: left;
  margin-top:2%;
  margin-left: 3.5%;
  animation: fadein 3s, fromTop .4s, colorShiftToWhite 2s;
  background-image: url("./img/userImage.png");
  background-repeat: no-repeat;
  background-size: 50% 50%;
  background-position: center 50%;
  background-repeat: no-repeat;
  background-color: #955939;
  border-radius: 50%;
  cursor: pointer;
  transition: all .2s ease;
}

.hide{
    display:none;
}
.MainLogo{
    height:100%;
    width:auto;
    margin-top:0.35%;
    float: left;
}
.MainLogo1 {
    height: 70%;
    width: auto;
    margin-top: 1%;
    float: left;
    margin-left: 5%;
    background-color: white;
    border-radius: 50%;
    padding: 1%;
}
.Reviews2 {
    width: 10%;
    height: 40%;
    float: left;
    margin-left: 6%;
    margin-top: 1.5%;
    line-height: 1.5em;
}
.MainTransitionLogo{
    height:150px;
    width:auto;
    padding: 20px;
    margin-left: 5%;
    margin-top:1%;
    background-color: white;
    border-radius: 50%;
    border:1px solid black;
    float:left;
}
.banner{
    width: 100%;
    height: 100%;
   //margin-top: 7.4%;
    background-image: url("./img/background2.gif");
    float: left;
    background-size: cover;
    background-position: 30% center;
    animation: fadein 1s;
}
.OverLay{
    font-weight: lighter;
    width:100%;
    height: 100%;
    float:left;
    background-color: rgba(0,0,0,0.2);
}
.OverLayText{
    width:100%;
    height: auto;
    font-size: 80px;
    font-weight:bold;
    text-align: center;
    text-shadow: 10px 10px 40px black;
    color:white;
    float:left;
    margin-top: 1%;
    animation: fadein 1s, Scalein 0.5s;
}
.OverLayText2{
    width:100%;
    height: auto;
    font-size: 65px;
    font-weight:lighter;
    letter-spacing:0.2em;
    text-align: center;
    text-shadow: 10px 10px 40px black;
    color:white;
    float:left;
    margin-top: 1%;
    animation: fadein 1s, Scalein 0.5s;
}
.MainElement{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow-y: auto;
    overflow-x: hidden;
    background-image: url("./img/preview.gif");
    background-position: center center;
    background-size: 100%;
}

.Reviews{
    width:10%;
    height: 40%;
    float:left;
    margin-left: 3%;
    margin-top: 1%;
    
}
.ReviewsLabel{
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: bold;
    color:black;
    text-align: center;
    text-transform: uppercase;
}
.Reviewsstars{
    width:50%;
    height: auto;
    margin-left: 25%;
    float: left;
}
.ContactUS{
    width:auto;
    height: 40%;
    float:right;
    margin-left: 5%;
    margin-right: 3%;
    margin-top: 1%;
    
}
.CallUS{
    width: 100%;
    height: auto;
    font-size: 25px;
    font-weight: bold;
    color:#656635;
    text-align: center;
    margin-top:3%;
    
    
}
.ReviewsSubContent{
    width: 100%;
    height: auto;
    font-size: 10px;
    color:black;
    text-align: center;
    float: left;
}
.buttonMainBanner{

    width: 8%;
    height: auto;
    cursor: pointer;
    padding: 12px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 2%;
    font-size: 12px;
    float: left;
    margin-left: 45%;
    margin-right: auto;
    text-align: center;
    font-weight: bold;
    color: White;
    border: 1px solid white;;
    transition:  all 0.3s ease;
    border-radius: 5px;
    text-transform: uppercase;
    animation: fadein 1s, Scalein 0.5s;
  }
.buttonLarget{

    width: auto;
    height: auto;
    margin-left: 5%;
    margin-top: 1%;
    cursor: pointer;
    padding: 1%;
    font-size: 14px;
    padding-bottom: 1%;
    float: left;
    text-align: center;
    font-weight: bold;
    color: White;
    background-color:rgb(102,102,53);
    transition:  all 0.3s ease;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing:0.1em;
    float: left;
  }
  .menuLink{
    width: auto;
    height: auto;
    float: right;
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 1%;
    margin-right:1%;
    margin-top:0.7%;
    text-decoration: none;
  }
  .menuLinkSelected{
    width: auto;
    height: auto;
    float: right;
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 1%;
    margin-right:1%;
    margin-top:0.7%;
    text-decoration: none;
    background-image: linear-gradient(rgb(102,102,53), rgb(185 185 58));
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .menuLink:hover{
    background-image: linear-gradient(rgb(102,102,53), rgb(185 185 58));
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .menuLink2Selected{
    width: auto;
    height: auto;
    float: right;
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 1%;
    margin-right:1%;
    margin-top:0.7%;
    text-decoration: none;
    background-image: linear-gradient(rgb(102,102,53), rgb(185 185 58));
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .menuLink2{
    width: auto;
    height: auto;
    float: right;
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 1%;
    margin-right:3.2%;
    margin-top:3%;
    text-decoration: none;
    transition: all .3s ease;
  }
  .menuLink2:hover{
    background-image: linear-gradient(rgb(102,102,53), rgb(185 185 58));
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@keyframes Scalein {
    from { transform:  scale(2); }
    to   { transform:  scale(1);  }
}
.BodaySectionOne{
    width:100%;
    height: auto;
    float: left;
    background-image: url("./img/tires.jpg");
    background-size: 54%;
    background-repeat: no-repeat;
}
.imgTemp{
    width:40%;
    margin-left: 30%;
    height: auto;
    float: left;
    margin-top: 2%;
    margin-bottom: 3%;
}
.BodaySectionContent1{
    width: 100%;
    height: auto;
    margin: 1%;
    width: 70%;
    margin-left: 15%;
    line-height: 3.5em;
    margin-top: 0%;
    float: left;
}
.BodaySectionContentTitle{
    width:100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    padding: 1%;
    margin-bottom: 1%;
    background-color: #ffffffb0;
    border-radius: 10px;
    border: 1px solid #ddd;
}
.BodaySectionContentContent{
    width:100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 20px;
    padding: 1%;
    background-color: #ffffffb0;
    border-radius: 10px;
    border: 1px solid #ddd;
}
.BodaySectionInspection{
    width:100%;
    height: 100%;
    float: left;
    background-image: url("./img/inspection.PNG");
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgb(102,102,53);
    color: white;
}
.imageContainer{
    width:45%;
    height: 100%;
    float: left;
    margin: 2%;

}
.imageContainerImg{
    width:40%;
    height: auto;
    float: left;
    margin: 2%;
}
.BodaySectionInspectionContent{
    width:100%;
    height: 100%;
    float: left;
    background-color: rgba(0,0,0,0.5);
    line-height: 2em;

}
.BodaySectionInspectionTitle {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    padding: 1%;
    margin-top: 8%;
    background-color: #ffffffb0;
    border-radius: 10px;
    border: 1px solid #ddd;
}
.BodaySectionInspectionContentContent{
    width: 70%;
    margin-left: 15%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 28px;
    padding: 1%;
    line-height: 2.3em;
    margin-top: 2%;
   
}
.buttonInspection {
    width: 13%;
    height: auto;
    cursor: pointer;
    padding: 12px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 2%;
    font-size: 12px;
    float: left;
    margin-left: 35%;
    margin-right: auto;
    text-align: center;
    font-weight: bold;
    color: rgb(102,102,53);
    background-color: white;
    border: 1px solid rgb(102,102,53);
    transition: all 0.3s ease;
    border-radius: 5px;
    margin-top: 5%;
    text-transform: uppercase;
    animation: fadein 1s, Scalein 0.5s;
    cursor: pointer;
}
.buttonInspection:hover{
    color: white;
    background-color: rgb(102,102,53);
    border: 1px solid rgb(102,102,53);
}
.wrapper {
    display: flex;
    max-width: 100%;
    width: 90%;
    margin-left: 5%;
    height: 500px;
    background: #fff;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 12px;
   
  }
  .wrapper i.button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 36px;
    width: 36px;
    background-color: #343f4f;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 15px;
    transition: all 0.3s linear;
    z-index: 100;
    cursor: pointer;
  }
  i.button:active {
    transform: scale(0.94) translateY(-50%);
  }
  i#prev {
    left: 25px;
  }
  i#next {
    right: 25px;
  }
  .image-container {
    height: 100%;
    max-width: 85%;
    width: 100%;
    overflow: hidden;
  }
  .image-container .carousel {
    display: flex;
    height: 100%;
    width: 100%;
    transition: all 0.4s ease;
  }
  .carousel img {
    height: 100%;
    width: 100%;
    border-radius: 18px;
    border: 10px solid #fff;
    object-fit: cover;
    
  }
  .GallerySlideShow{
    width: 100%;
    height:auto;
    float: left;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
  }
  .GallerySlideShowImage{
    width: 15%;
    height: auto;
    margin-left: 35%;
    float: left;
    margin-top:5%;
    margin-bottom: 1%;
  }
  .GalleryTitleContent{
    width:100%;
    height: auto;
    float:left;
    margin-left: 0%;
    margin-top: 3%;
    margin-bottom: 2%;
    text-align: center;
  }
  .GallerySlideShowTitle{
    width: 100%;
    height: auto;
    float: left;
    margin-top: 0%;
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight:bold;
    
  }
  .GallerySlideShowSubTitle1{
    width: 100%;
    height: auto;
    float: left;
    margin-top: 1%;
    font-size: 18px;
    
  }
  .GallerySlideShowSubTitle{
    width: 100%;
    height: auto;
    float: left;
    margin-top: 1%;
    font-size: 15px;
    font-weight:bold;
    text-decoration: none;
    transition: 0.3s all ease;
    color:black;
    
    
  }
  .GallerySlideShowSubTitle:hover{
    transform: scale(1.03);
    color: blue;
    margin-left: 0.5%;
  }
  .BodaySectionImg2{
    width:30%;
    height: auto;
    float: left;
    padding: 6px;
    background-color: white;
    box-shadow: 2px 2px 5px silver;
    margin-left: 10%;
    margin-top: 1%;;

  }
  .BodaySectionContent2{
    width: 45%;
    height: auto;
    margin: 1%;
    margin-right: 7%;
    line-height: 3.5em;
    margin-top: 1%;
    float: right;
}
.footer{
    width:100%;
    height: 450px;
    float: left;
    background-color: rgb(36, 37, 38);;
    padding-top: 2%;
    margin-top: 5%;
    padding-bottom: 2%;
  }
  .hide{
    display: none;
  }
  .footerHolder{
    width:80%;
    height: auto;
    float: left;
    margin-left:10%;
  }
  .footerCloums{
      width:32%;
      height: 100%;
      float: left;
  
  }
  .headerFooter{
    height:auto;
    padding-top: 2%;
    width: 100%;
    float: left;
    color: #ffd300;
    font-size: 160%;
    text-align: center;
    font-weight: bold;
  }
  .linkFooter{
    height:auto;
    padding-top: 2%;
    width: 100%;
    float: left;
    color: white;
    font-size: 130%;
    text-align: center;
    text-decoration: none;
  }
  .linkFooter:hover{
    color: #ffd300;
  }
  .text {
    height: 10%;
    width: 30%;
    float: left;
    padding-top: 1%;
    color: white;
    margin-left: 2%;
    font-size: 150%;
    font-weight: bold;
}
.fb {
    height: 8%;
    width: 8%;
    float: left;
    margin-top: -1%;
    transition: all 0.1s ease;
    cursor: pointer;
}
.canvas{
    position: Fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    z-index: 99;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    background: rgba(0, 0, 0, 0.85) none repeat scroll 0% 0%;
  }
 
  .menuNav{
    position: fixed;
    left: 120%;
    transition: left 0.4s ease;
    height: 100%;
    width: 80%;
    z-index: 130;
      background-color:white;
  }
  
  .Filler{
      width:80%;
      height:5%;
      float:left;
  }
  
  .colorbg{
      width:100%;
      height:100%;
      float:left;
      background-color:rgb(36, 37, 38);
      border:2px solid #ffcc00;
      box-shadow:2px 2px 15px ;
      border-top:none;
  }
  .right2{
      width:auto;
      float:left;
      max-height:100%;
      cursor: pointer;
  }
  .SiteIcon {
    float: left;
    width: 28%;
    padding-top: 3px;
    height: auto;
    margin-left: 2%;
    background-color: white;
    border-radius: 50px;
    animation: fadein 1s, Scalein 0.5s;
}
.Socials{
  height:70%;
  float: left;
  margin-left: 5%;
  margin-top: 3%;
  width: 60%;
  animation: fadein 1s, Scalein 0.5s;
}
.IG{
  width: 26%;
    margin-top: -6%;
    height: auto;
  float: left;
  transition:  all 0.1s ease;
  cursor: pointer;
}
.phoneMobile{
  width: 15%;
  height: auto;
  float: left;
}
.text{
  height:10%;
  width: 30%;
  float: left;
  padding-top: 1%;
  color: white;
  margin-left: 2%;
  font-size: 16px;
  font-weight: bold;

}
.button{
  width: 30%;
  height: 10%;
  cursor: pointer;;
  padding-top: 2%;
  padding-bottom: 2%;
  border:2px solid #ffd300;
  color:#ffd300;
  float: left;
  text-align: center;
  font-weight: bold;
  background-color: rgba(0,0,0,0.45);
  transition:  all 0.1s ease;
  border-radius: 2px;
}
.topHeader{
  height: 15%;
  width: 100%;

  margin-top: 2%;
  float:left;
  animation: fadein 1s, Scalein 0.5s;
}
.buttonLargetMoible {
  width: 65%;
  height: auto;
  margin-left: 8%;
  margin-top: 3%;
  cursor: pointer;
  padding: 1%;
  font-size: 13px;
  padding-bottom: 2%;
  padding-top: 2%;
  float: left;
  /* background-image: linear-gradient(rgb(102, 102, 53), rgb(185 185 58)); */
  /* background-size: 100%; */
  /* -webkit-background-clip: text; */
  -moz-background-clip: text;
  /* -webkit-text-fill-color: transparent; */
  text-align: center;
  font-weight: bold;
  color: rgb(101 103 54);
  background-color: #ffffffa6;
  transition: all 0.3s ease;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  float: left;
  border: 1px solid rgb(185 185 58);
  border-radius: 10px;
}
.button:hover{
  border:2px solid ghostwhite;
  background-color: ghostwhite;
  transform: scale(1.1);
  text-shadow: 0.1px 0.1px 3px black;
}
  .link{
    width:80%;
    height: auto;
    float: left;
    margin-left: 15%;
    font-size: 160%;
    margin-top: 6%;
    text-align: left;
    color: white;
    text-decoration: none;
    cursor: pointer;
    transition: all .2s ease;
  }
  .bannerMoible {
    width: 100%;
    height:98%;
    background-image: url(./img/background2.gif);
    float: left;
    background-size: 140% 120%;
    background-position: 30% center;
    animation: fadein 1s;
    display: none;
    animation: fadein 1s, Scalein 0.5s;
  }
  .link:hover{
    color:#ffcc00;
    text-decoration: underline;
    text-shadow: 0.1px 0.1px 1px black;
  }
  .linkHolder{
    width:100%;
    height: 70%;
    float: right;
    margin-top: 10%;
  }
  .imgFooter{
      display: block;
      height:15%;
      width: auto;
      margin-right: auto;
      margin-left: auto;
  }
  .menu{
    display: none;
  }
  .MoibleMainLogo{
    height:100%;
    width: auto;
    float: left;
    margin-left:2%;
    padding: 3px;
    background-color: white;
    border-radius: 50%;

  }
  .ContactUSMoible{
    width: auto;
    height: 40%;
    float: right;
    margin-left: 5%;
    margin-right: 3%;
    margin-top: 1%;
}
.LeftHeaderContent{
  width: 50%;
  margin-left:10%;
  height:50%;
  margin-top: 3%;
  float: left;
}
.LeftHeaderContentLarge{
  width: 50%;
  margin-left:5%;
  height:50%;
  margin-top: 5%;
  float: left;
}
.rightHeaderContent {
  height: 85%;
  width: 25%;
  float: left;
  margin-left: 5%;
  margin-top: 3%;
}
.catchphrase{
  width: 100%;
  height: auto;
    margin-left: -5%;
    text-align: center;
  margin-bottom: 5%;
  text-align: left;
  color: rgb(102,102,53);
  font-size: 45px;
  font-weight: bold;
  height: auto;
    margin-left: -5%;
    text-align: center;
    background-image: linear-gradient(rgb(102,102,53), rgb(185 185 58));
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.catchphrase2 {
  width: 100%;
  height: auto;
  margin-left: 9%;
  text-align: left;
  margin-bottom: 2%;
  text-align: left;
  color: rgb(102,102,53);
  font-size: 52px;
  font-weight: bold;
  height: auto;
  line-height: 1.4em;
  background-image: linear-gradient(rgb(102,102,53), rgb(185 185 58));
  background-size: 100%;
  text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bullet2{
  height: auto;
    width: 80%;
    float: left;
    text-align: left;
    color: white;
    font-size: 180%;
    list-style-type: disc;
    list-style-position: inside;
    text-indent: -1.5em;
    font-size: 22px;
    width: 75%;
    margin-bottom: 1.5%;
    margin-left: 13%;
    line-height:1.7em;

}
.bullet{
  height: auto;
    width: 80%;
    float: left;
    text-align: left;
    color: white;
    font-size: 180%;
    list-style-type: disc;
    list-style-position: inside;
    text-indent: -1.5em;
    font-size: 18px;
    width: 75%;
    margin-bottom: 1.5%;
    margin-left: 11%;
    line-height:2em;

}
.BodaySectionInspectionTitle3{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    background-color: #ffffffb0;
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 1%;
    margin-bottom: 1%;
}
.BodaySectionInspectionTitle2 {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  font-size: 45px;
  font-weight: bold;
  
  padding: 1%;
  margin-top: 9%;
}
.BodaySectionContentContent2 {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  font-size: 20px;
  padding: 1%;
}
.SubPageBanner{
  width:100%;
  height: 30%;
  margin-top: 7%;
  float: left;
  background-image: url(./img/background2.gif);
  float: left;
  background-size: cover;
  background-position: 30% center;
  animation: fadein 1s;
}
.SubPageOverLayText{
  width:100%;
  height: auto;
  font-size: 65px;
  font-weight:bold;
  margin-top: 5%;
  text-align: center;
  text-shadow: 10px 10px 40px black;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  -webkit-background-clip: text;
  color:white;
  float:left;
  animation: fadein 1s, Scalein 0.5s;
}
.AboutUSContainer{
  width: 100%;
  height: auto;
  float: left;
  
}
.AboutUSTop{
  background: linear-gradient(rgb(102,102,53), white);
  height: auto;
  width: 100%;
  float: left;
  padding-bottom: 100px;


}
.AboutUSTopImg{
  width: 14%;
  height: auto;
  background-color: white;
  border-radius: 50%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  z-index: 10;
  padding: 5px;
  margin-top: 2%;
}
.AboutUSTopSubContainer{
  height: auto;
    width: 85%;
    float: left;
    margin-top: -3%;
    background-color: white;
    margin-left: 7.5%;
    padding-bottom: 50px;
}
.AboutUSTopSubContainerMissionStatement{
  width:100%;
  height: 5%;
  margin-top: 1%;
  margin-bottom: 3%;
  float: left;
  font-size: 25px;
  text-align: center;
  margin-top: 7%;
}
.AboutUSTopSubContainerColumn{
  width: 28%;
  height: auto;
  min-height: 40%;
  max-height: 40%;
  padding: 1%;
  margin: 1.3%;
  float: left;
  background-color: white;
  border-radius: 5px;
  box-shadow: 2px 2px 6px #ddd;
}
.AboutUSTopSubContainerColumnConatiner{
  width: 100%;
  height: auto;
  float: left;
}
.ColumnLink{
  width: 100%;
    height: auto;
    float: right;
    color: black;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
   text-align: center;
    margin-top: 4%;
    margin-bottom: 7%;
    text-decoration: none;
}
.ColumnLink:hover{
  text-decoration: underline;

}
.ColumnImg{
  width: 20%;
  height: auto;
  background-color: white;
  border-radius: 50%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 5px;
  z-index: 10;
  margin-top: 1%;
  margin-bottom: 10%;
  background-color: #ddd;
}
.ColumnTitle{
  width: 100%;
    height: auto;
    float: right;
    margin-top: 1%;
    margin-bottom: 1%;
    color: black;
    font-size: 22px;
    font-weight: bold;
   text-align: center;
    margin-top: 1%;
}
.ColumnContent{
  width: 80%;
  margin-left: 10%;
  height: auto;
  float: left;
  color: gray;
  font-size: 18px;
  text-align: center;
  margin-top: 1%;
  line-height: 1.5em;
}
.Founded {
  width: 100%;
  height: auto;
  float: left;
  border-top: 1px solid #ddd;
}
.FoundedContainer{
  width:80%;
  float: left;
  margin-top: 1%;
  margin-left: 10%;
  height: auto
}
.FoundedContainerRight{
  width:50%;
  height: auto;
  float: left;
  
}
.FoundedContainerRightOverlay {
  width: 100%;
  height: auto;
  float: left;
}
.FoundedContainerRightContent{
  margin-left: 5%;
    line-height: 2.6em;
    width: 90%;
    text-align: left;
    font-size: 24px;
    color: black;
}
.buttonBlue {
  background-color: #4c5667 !important;
  border: 1px solid #4c5667 !important;
  border-radius: 3px;
  outline: none !important;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  min-width: 5%;
  width: auto;
  color: white;
  margin-bottom: 5px;
  height: auto;
  position: relative;
  float: left;
  cursor: pointer;
  margin-left: 0.5%;
  transition: all .2sease;
}
.FoundedContainerLeft{
  width:45%;
  margin-left: 2%;
  height: 480px;
  float: left;
  background-image: url(./img/SliderMain/4.PNG);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 6px;
  background-color: white;
  box-shadow: 2px 2px 5px silver;
}
.FoundedContinuedContent{
  margin-left: 12%;
    line-height: 2.6em;
    width: 77%;
    margin-top: 1%;
    text-align: left;
    font-size: 24px;
    color: black;
    float: left;
}
.imageValues{
  width:100%;
  height: 480px;
  float: left;
  background-image: url(./img/values.PNG);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 6px;
  background-color: white;
  
}
.Service{
  width: 30.7%;
  height: 250px;
  float: left;
  margin: 1.3%;
  border-radius: 10px;
  background-image: url();
  background-size: 120%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all .5s ease;
}
.Service:hover{
  background-size: 150%;
  box-shadow: 2px 2px 8px rgba(0,0,0,0.6);
}
.OverLayService{
  font-weight: lighter;
  width:100%;
  height: 100%;
  border-radius: 10px;
  float:left;
  background-color: rgba(0,0,0,0.4);
}
.OverLayServiceContent{
  width: 100%;
    height: auto;
    padding-top: 69px;
    font-size: 26px;
    color: white;
    text-align: center;
    text-shadow: 10px 10px 40px black;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
}
.Gallery{
  width: 30.7%;
  height: 350px;
  float: left;
  margin: 1.3%;
  border-radius: 10px;
  background-image: url();
  background-size: 120%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all .8s ease;
  cursor: pointer;
}
.Gallery:hover{
  background-size: 150%;
  box-shadow: 2px 2px 8px rgba(0,0,0,0.6);
}
.canvas{
  position: Fixed;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  z-index: 99;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  background: rgba(0, 0, 0, 0.85) none repeat scroll 0% 0%;
}
.X{
  height: 40px;
  width: 40px;
  Top: 20px;
  position: absolute;
  right: 50px;
  cursor: pointer;
  transition: all .25s ease-in-out;
}
.X:hover{
  border-radius: 50%;
  padding: 1% 1% 1% 1%;
  transform: scale(1.1);
  background-color: blue;
  box-shadow: 2px 2px 8px black;
}
.imgSingle{
  position: absolute;
    top: 10%;
    bottom: 10%;
    right: 20%;
    left: 20%;
    width: 60%;
    height: 80%;
    z-index: 2001;
    animation: 0.7s fromBottom;
    text-align: center;
    background-color: white;
}
.imgSingleAll{
  top: 1%;
  bottom: 10%;
  right: 20%;
  left: 20%;
  width: 60%;
  height: 80%;
  z-index: 2001;
  text-align: center;
  display: block;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
}
.imgSingleimg{
  position: absolute;
    top: 10%;
    bottom: 10%;
    right: 25%;
    left: 25%;
    width: 50%;
    height: auto;
    z-index: 2001;
    animation: 0.7s fromBottom;
    text-align: center;
    background-color: white;
}
.topHeader{
  display: none;
}
.SubContactForm {
  width: 80%;
  margin-left: 10%;
  height: 100%;
  float: left;
  background-color: white;
  padding-bottom: 1%;
}
.topContainer{
  height:7%;
  width: 100%;
  float: left;
}
.iconCF{
  width:auto;
  height: 100%;
  float: left;
  padding-bottom: 0.5%;
  padding-left: 0.5%;
}
.tiller{
  width:40%;
  height: 100%;
  float: left;
}
.SubContactForm {
  width: 80%;
  margin-left: 10%;
  height: 100%;
  float: left;
  background-color: white;
  padding-bottom: 1%;
}
.ContactUsTxt{
  width:10%;
  margin-left: 70%;
  height: 40%;
  padding-top: 1.5%;
  color: #525252;
  font-size: 25px;
  float: left;
}
.CtBanner{
  width:100%;
  height:30%;
  background-color: rgba(0, 0, 0,0.3);
  float: left;
}
.iconBanner{
  width: auto;
  height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1%;
}

.buttonLargetForm {
  width: 15%;
  
  height: auto;
  margin-left: 20%;
  margin-top: 3%;
  cursor: pointer;
  padding: 1%;
  font-size: 14px;
  padding-bottom: 1%;
  float: left;
  text-align: center;
  font-weight: bold;
  color: White;
  background-color: rgb(102,102,53);
  transition: all 0.3s ease;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  float: left;
}
.Ctinfo{
  width: 100%;
  height: 40%;
  background-color: white;
  float: left;
}
.TextCT{
  color: #525252;
  padding-top: 1%;
  height: auto;
  width: 100%;
  text-align: center;
  font-size: 20px;
}
.inputCT{
  height: 50px;
    border-radius: 0;
    background-color: #525252;
    border-radius: 5px;
    border: 1px solid #ffcc00;
    box-shadow: none;
    outline: none;
    color:#ffcc00;
    margin-top: 3%;
    font-size: 18px;
    float: left;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    width: 70%;
    margin-left: 14%;
    padding-left: 1%;
    float: left;
    transition: all .2s ease;
}
.inputCT::placeholder{
  color:#ffcc00;
}
.inputCT:focus{
  background-color: #ffcc00;
  color:#525252;
  box-shadow: 2px 2px 8px silver;
}
.inputCT:focus::placeholder{
  color:#525252;
}
.MapFrame{
  width:70%;
  height:800px;
  border: none;
  outline: none;
  float: left;
  margin-left: 15%;
}
.BodaySectionContentContent3 {
  width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 20px;
    padding: 1%;
    background-color: #ffffffb0;
    border-radius: 10px;
    border: 1px solid #ddd;
}
@keyframes  fromBottom{
  from {
    top: 100%;
  }

  to {
    top: 10%;
  }
}
.LogInMenu{
  width:100%;
  height: auto;
  float:left;
}
.UserLoginIcon{
  width:35px;
  height: 35px;
  margin-top: 2%;
  margin-left: 3.5%;
  animation: fadein 3s, fromTop .4s, colorShiftToWhite 2s;
  background-image: url(./img/userImage.png);
  background-repeat: no-repeat;
  background-size: 50% 50%;
  background-position: center 50%;
  background-repeat: no-repeat;
  background-color: silver;
  border-radius: 50%;
  cursor: pointer;
  transition: all .2s ease;
  background-size: cover;
  float:Left;


}
.UserLoginName{
  width:auto;
  height: auto;
  float: left;
  margin-top: 5%;
  margin-left: 3.5%;
  Color:black;
  font-size: 10px;
  border-radius: 5px;
  border:1px solid silver;
  padding:4px 4px 4px 4px;
  background-color: white;
}

.loader{
  width: 30%;
  height: auto;
  margin-top: 5%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.toastContainer{
  height: 3em;
  position: fixed;
  left: 50%;
  bottom: 1em;
  z-index: 100;
}
.ConfirmRemoveContainer{
  height: 100px;
  position: fixed;
  left: 25%;
  bottom: 50%;
  z-index: 100;
}
.ConfirmRemove {
  animation: 0.4s slide-up2;
  margin-top: 0%;
  line-height: 3em;
  height: auto;
  padding: 8px;
  text-align: center;
  vertical-align: middle;
  background-color: #F5F5F5;
  border: 0.1em solid #F5F5F5;
  border-radius: 0.5em;
  box-shadow: 2px 2px 6px #444;
}
.toast {
  animation: 1s slide-up;
  margin-top:0%;
  line-height: 3em;
  text-align: center;
  vertical-align: middle;
  background-color: #F5F5F5;
  border: 0.1em solid #F5F5F5;
  border-radius: 0.5em;
  box-shadow: 2px 2px 6px #444;
}
.RemoveButton {
  border-radius: 3px;
  background-color: #4c5667 ;
  border: 2px solid #4c5667 ;
  color: white;
  cursor:pointer;
  box-shadow: 1px 1px 4px grey;
  text-align: center;
  line-height: 2em;
  vertical-align: middle;

}
.RemoveButton:hover{
    transform:scale(1.01);
}
@keyframes slide-up2 {
  from {
    margin-top: 100%;

  }

  to {
    margin-top: 0%;

  }
}
@keyframes slide-up {
  from {
    margin-top: 100%;
    height: 5em;
  }

  to {
    margin-top: 0%;
    height: 3em;
  }
}
.ManageListingButton {
  width: 10%;
  margin-left: 10%;
  height: 18px;
  padding: 6px 4px 6px 4px;
  color: white;
  background-color: #024aa5;
  border: 1px solid cornflowerblue;
  float: right;
  border-radius: 5px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  margin-top: 1%;
  margin-right: 5%;
}
.ManageListingButton:hover{
  background-color:#00377b;
}
.SLideUpHolder{
  animation: .3s slide-upLink;
  margin-top:0%;
  line-height: 3em;
  background-color: #F5F5F5;
  border: 0.1em solid #F5F5F5;
  border-radius: 0.5em;
  height:auto;
  padding-bottom: 2%;
  margin-top: 10%;
  margin-left: 20%;
  width: 60%;
  background-color: white;
  float: left;
  box-shadow: 2px 2px 6px #444;
}
@keyframes slide-upLink {
  from {
    margin-top: 100%;

  }

  to {
    margin-top: 10%;

  }
}
.FormInputContainer{
  width:100%;
  height:auto;
  float: left;
  margin-bottom: 1%;
}
.FormInputLabel{
  width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  float: left;
  margin-left: 2%;
}
.FormInput{
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    color: #565656;
    padding: 7px 12px;
    margin-left: 2%;
    height: 38px;
    width: 95%;
    float: left;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

  @media only screen and (max-width: 1200px) {
    .Reviews2{
        display: none;
    }
    .Header{
      display: none;
  }
  .bullet{
    font-size: 15px;
  }
  .catchphrase {
    font-size: 40px;
  }
  .buttonLargetMoible {
    font-size: 12px;
    margin-top: 2%;
    width: 73%;
  }
  .screenbackButtonContainer{
    width:10%;
    height: 100%;
    float: left;
  }
  .screenBackButton{
    width: auto;
    height: 73%;
    float: left;
    padding-left: 6%;
    margin-top: 27%;
  }
  .screenTitle {
    width: 78%;
    height: auto;
    float: left;
    padding-top: 2.5%;
    text-align: center;
    font-size: 0.85em;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
  .screenBody{
    width:100%;
    height: 93%;
    float: left;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .MainThreeDots {
    margin-top: 2%;
    margin-left: 1%;
    width: 6%;
    height: auto;
    float: left;
    cursor: pointer;
    background-color: #ddd;
    border-radius: 5px;
    transition: all .3sease;
}
    .SubPageOverLayText {
      width: 100%;
      height: auto;
      font-size: 40px;
      font-weight: bold;
      margin-top: 15%;
      text-align: center;
      text-shadow: 10px 10px 40px black;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      font-weight: bold;
      -webkit-background-clip: text;
      color: white;
      float: left;
      animation: fadein 1s, Scalein 0.5s;
  }
    .SubPageBanner {
      width: 100%;
      height: 30%;
      margin-top: 0%;
      float: left;
      background-image: url(./img/background2.gif);
      float: left;
      background-size: cover;
      background-position: 30% center;
      animation: fadein 1s;
  }
  .FoundedContinuedContent {
    margin-left: 2%;
    line-height: 2.6em;
    width: 98%;
    margin-top: 1%;
    text-align: left;
    font-size: 18px;
    color: black;
    float: left;
}
.Service {
  width: 47.3%;
  height: 180px;
  float: left;
  margin: 1.3%;
  border-radius: 10px;
  background-image: url();
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all .5s ease;
}
.FoundedContainerRightContent {
  margin-left: 1%;
  line-height: 2.6em;
  width: 98%;
  text-align: left;
  font-size: 18px;
  color: black;
}
.ContactUsTxt {
  width: 10%;
  margin-left: 70%;
  height: 40%;
  padding-top: 1.5%;
  color: #525252;
  font-size: 25px;
  float: left;
}
.SubContactForm {
  width: 100%;
  margin-left: 0%;
  height: 100%;
  float: left;
  background-color: white;
  padding-bottom: 1%;
  padding-top: 9%;
}
.ContactUsTxt {
  width: 32%;
  margin-left: 36%;
  height: 40%;
  padding-top: 3.5%;
  color: #525252;
  font-size: 25px;
  float: left;
}
.AboutUSTopSubContainerColumn {
  width: 96%;
  height: auto;
  min-height: 40%;
  padding: 1%;
  margin: 1.3%;
  float: left;
  background-color: white;
  border-radius: 5px;
  box-shadow: 2px 2px 6px #ddd;
}
.SubContactForm {
  width: 100%;
  margin-left: 0%;
  height: 100%;
  float: left;
  background-color: white;
  padding-bottom: 1%;
}
.FoundedContainer {
  width: 100%;
  float: left;
  margin-top: 1%;
  margin-left: 0%;
  height: auto;
}
.iconBanner {
  width: auto;
  height: 81%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7%;
}
.inputCT {
  height: 50px;
  border-radius: 0;
  background-color: #525252;
  border-radius: 5px;
  border: 1px solid #ffcc00;
  box-shadow: none;
  outline: none;
  color: #ffcc00;
  margin-top: 3%;
  font-size: 18px;
  float: left;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  width: 88%;
  margin-left: 5%;
  padding-left: 1%;
  float: left;
  transition: all .2s ease;
}
.AboutUSTopImg {
  width: 46%;
  height: auto;
  background-color: white;
  border-radius: 50%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  z-index: 10;
  padding: 5px;
  margin-top: 2%;
}
.FoundedContainerRight {
  width: 100%;
  height: auto;
  float: left;
}
.AboutUSTopSubContainerMissionStatement {
  width: 90%;
  height: auto;
  margin-top: 1%;
  margin-bottom: 3%;
  float: left;
  font-size: 18px;
  text-align: center;
  margin-top: 7%;
  margin-left: 5%;
}
.FoundedContainerLeft {
  width: 93%;
  margin-left: 2%;
  height: 280px;
  float: left;
  background-image: url(./img/SliderMain/4.PNG);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 6px;
  background-color: white;
  box-shadow: 2px 2px 5px silver;
}
.OverLayServiceContent {
  width: 100%;
  height: auto;
  padding-top: 26px;
  font-size: 18px;
  line-height: 1.8em;
  color: white;
  text-align: center;
  text-shadow: 10px 10px 40px black;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}
    .MapFrame{
      width:100%;
      height:500px;
      border: none;
      outline: none;
      float: left;
      margin-left: 0%;
    }
    .Gallery {
      width: 47.3%;
      height: 250px;
      float: left;
      margin: 1.3%;
      border-radius: 10px;
      background-image: url();
      background-size: 120%;
      background-position: center;
      background-repeat: no-repeat;
      transition: all .8s ease;
      cursor: pointer;
  }
    .buttonLargetForm {
      width: 70%;
      height: auto;
      margin-left: 15%;
      margin-top: 3%;
      cursor: pointer;
      padding: 1%;
      font-size: 14px;
      padding-bottom: 1%;
      float: left;
      text-align: center;
      font-weight: bold;
      color: White;
      background-color: rgb(102,102,53);
      transition: all 0.3s ease;
      border-radius: 5px;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      float: left;
  }
    .topHeader{
      display: block;
    }
    .banner{
      display: none;
    }
    .HeaderPartTwo{
        display: none;
    }
    .bannerMoible{
      display: block;
    }
    .HeaderPartOne{
      display: none;
    }
    .Header2{
      display: none;
    }
    .ContactUS{
        display: none;
    }
    .menu {
        height: auto;
        width: 17%;
        float: left;
        display: block;
    }
    .MoibleHeader{
      display: block;
      width: 100%;
       height: 8%;
      /* position: fixed; */
      float: left;
      top: 0;
      left: 0;
      margin-top: 0.5%;
      animation: fadein 1s, Scalein 0.5s;
    }
    .right {
        display: block;
        margin-left: auto;
        height: auto;
        width: auto;
        max-width: 100%;
        max-height: 100%;
        cursor: pointer;
    }
    .rightClicked{
        display: block;
        margin-left: auto;
        height: auto;
        width: auto;
        max-width: 100%;
        max-height: 70%;
        cursor: pointer;
    }
    .OverLay{
      font-weight: lighter;
      width:100%;
      height: 100%;
      float:left;
      background-color: rgba(0,0,0,0.4);
  }
  .imgTemp {
    width: 90%;
    margin-left: 5%;
    height: auto;
    float: left;
    margin-top: 0%;
    margin-bottom: 0%;
  }
  .BodaySectionContent1{
    width: 100%;
    line-height: 2.4em;
    float: left;
    margin-left: 0%;
  }
  .BodaySectionInspectionTitle{
    font-size: 25px;
        width: 95%;
        margin-left: 1%;
        margin-top: 5%;
        line-height: 1.6em;
        text-align: center;
        background-color: #ffffff75;
        border-radius: 10px;
        border: 1px solid #ddd;
        margin-bottom: 2%;
  }

  .BodaySectionContentTitle {
      width: 95%;
      height: auto;
      float: left;
      text-align: center;
      font-size: 14px;
      font-weight: normal;
      padding: 1%;
      line-height: 2em;;
      margin-top: 2%;
      color: rgb(102,102,53);
      border: unset;

  }
  .BodaySectionContentContent {
    width: 95%;
    height: auto;
    float: left;
    margin-left: 1%;
    text-align: center;
    font-size: 16px;
    line-height: 2.5em;;
    padding: 1%;
    background-color: #ffffffc7;
    border-radius: 10px;
    border: unset;

}
.GallerySlideShowSubTitle {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 2%;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s all ease;
  color: black;
}
.BodaySectionOne{
  height: auto;

}
.wrapper {
  display: flex;
  max-width: 100%;
  width: 100%;
  margin-left: 0%;
  height: 400px;
  background: #fff;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 12px;
  margin-top: 5%;
  top: 4%;
  background-color: #ddd;
}
.GalleryTitleContent {
  width: 100%;
  height: auto;
  float: left;
  margin-left: 1%;
  margin-top: 10%;
  margin-bottom: 2%;
  text-align: center;
}
.GalleryTitleContent {
  width: 100%;
  height: auto;
  float: left;
  margin-left: 1%;
  margin-top: 3%;
  margin-bottom: 2%;
  text-align: center;
}
.image-container .carousel {
  height: 95%;
}
.image-container{
  height: 95%;
}
.GallerySlideShowTitle {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 15%;
  font-size: 42px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1%;
  font-weight: bold;
}
.GallerySlideShow {
  width: 100%;
  height: auto;
  float: left;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-bottom: 125px;
}
.buttonInspection {
  width: 88%;
  margin-left: 5%;

}
.BodaySectionInspectionTitle2 {
  line-height: 2.1em;;
  font-size: 35px;
  width: 99%;
  /* margin-left: 37%; */
  margin-top: 7%;
  line-height: 1.6em;

}
.BodaySectionInspectionContentContent{
  width: 90%;
  margin-left: 5%;
  font-size: 25px;
}
.BodaySectionContentContent3 {
  width: 94%;
  height: auto;
  float: left;
  text-align: center;
  font-size: 18px;
  padding: 1%;
  line-height: 2.5em;
  margin-left: 3%;
 
}
.BodaySectionContentContent2 {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  font-size: 18px;
  padding: 1%;
}
.BodaySectionImg2 {
  width: 97%;
  height: auto;
  float: left;
  padding: 6px;
  background-color: white;
  box-shadow: 2px 2px 5px silver;
  margin-left: 0%;
  margin-top: 1%;
}
  .BodaySectionContent2 {
    width:98%;
    height: auto;
    margin: 1%;
    margin-right: 2%;
    line-height: 3.5em;
    margin-top: 1%;
    float: right;
  }
  .BodaySectionInspectionTitle3{
    line-height: 2.1em;;
  font-size: 32px;
  width: 99%;
  /* margin-left: 37%; */
  margin-top: 5%;
  line-height: 1.6em;
  text-align: center;
  }
  .footerCloums{
    height:auto;

  }
  .headerFooter {
    height: auto;
    padding-top: 2%;
    width: 100%;
    float: left;
    color: #ffd300;
    font-size: 160%;
    text-align: center;
    font-weight: bold;
}
.headerFooter {
  height: auto;
  padding-top: 4%;
  width: 100%;
  float: left;
  color: #ffd300;
  font-size: 21px;
  text-align: left;
  font-weight: bold;
  background-image: linear-gradient(rgb(102,102,53), rgb(185 185 58));
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text {
  height: 10%;
  width: 30%;
  float: left;
  padding-top: 1%;
  color: white;
  margin-left: 2%;
  font-size: 14px;
  font-weight: bold;
}
.footerHolder{
  width:90%;
  margin-left: 5%;
}
.linkFooter {
  height: auto;
  padding-top: 2%;
  width: 100%;
  float: left;
  color: white;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  line-height: 1.8em;;
}
.MainElement{
  background-size: 140% 120%;
}
}