.bg-white {
  background-color: none;
}

.shadow {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.top-header {
  height: 20em;
  padding-bottom: 20%;
  position: relative;
  width: 100%;
  background-color: none;
}

.top-header .header-box-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 300px;
  height: 150px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
          box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 10px;
}

.top-header .header-box-title h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 200;
  font-size: 60px;
  color: white;
}

.top-header .video-container {
  height: 40em;
}

.top-header #video-bg {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  position: absolute;
  width: 100%;
}

.top-header video {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#parent-address-box {
  width: 100%;
  float: left;
  margin-right: 100px;
}

#contact-box {
  width: 100%;
}

.address-box {
  border-color: #e4002b;
  border-left-width: 4px;
}

#mail {
  -webkit-animation: bounceSVG 4s infinite ease-in-out;
          animation: bounceSVG 4s infinite ease-in-out;
}

#navigator {
  -webkit-animation: bounceSVG 6s infinite ease-in-out;
          animation: bounceSVG 6s infinite ease-in-out;
}

#call {
  -webkit-animation: bounceSVG 5s infinite ease-in-out;
          animation: bounceSVG 5s infinite ease-in-out;
}

#cloud1 {
  -webkit-animation: clouds 10s infinite linear;
          animation: clouds 10s infinite linear;
}

#cloud2 {
  -webkit-animation: clouds 25s infinite linear;
          animation: clouds 25s infinite linear;
}

#cloud3 {
  -webkit-animation: clouds 15s infinite linear;
          animation: clouds 15s infinite linear;
}

@-webkit-keyframes clouds {
  from {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
  }
  to {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
  }
}

@keyframes clouds {
  from {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
  }
  to {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
  }
}

@-webkit-keyframes bounceSVG {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  75% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes bounceSVG {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  75% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
/*# sourceMappingURL=style.css.map */