.preloaderBg {
  z-index: 10000;
  background: #ffffff;
}

.loadingLogoWrapper {
  width: 100%;
  height: 200px;
  padding: 20px;
}

.loadingLogo {
  width: 100%;
  max-width: 600px;
}

.nav-logo {
  width: 200px;
  margin-left: 20px;
}

.menu-button {
  color: #000;
  margin-right: 20px;
}

.menu-logo {
  height: 45px;
}

.menu-tech-logo {
  height: 35px;
}

.drop-shadow {
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
}

.site-section {
  width: 100%;
  padding: 150px 10px;
}

.site-info-contain {
  background-color: #fff;
  padding: 30px 30px 0px 30px;
}

.site-info {
  background: url(../images/Background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pointer {
  cursor: pointer;
}

.customerLogo {
  width: 100%;
  max-width: 250px;
}

.map-responsive {
  overflow: hidden;
  position: relative;
  height: 400px;
  width: 100%;
  min-width: 250px;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.tourButton {
  padding: 15px;
  background-color: #cb2c30;
  border-radius: 5px;
  cursor: pointer;
  border: none !important;
  transition: all 0.5s;
}

.tourButton img {
  min-width: 250px;
}

.tourButton:hover {
  background-color: #222;
}

.tourButton:focus {
  outline-style: none;
}



.copyright {
  font-size: 10px;
}