.w3-animate-opacity {
  -webkit-animation: opac 1.5s;
  animation: opac 1.5s;
}
@-webkit-keyframes opac {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opac {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bgGradient {
  position: absolute;
  top: 0;
  right: -100px;
  left: 0;
  bottom: 0;
  z-index: 100;
  border-bottom: 8px solid rgba(1, 37, 74, 0.13);
  border-top: 8px solid rgba(1, 37, 74, 0.13);
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 991px) {
  .bgGradient {
    top: 0;
  }
}
.bgGradient .lgHed {
  width: 50%;
}
.bgGradient .lgHed .lgPrime {
  padding: 100px 0 0 70px;
}
@media only screen and (max-width: 480px) {
  .bgGradient .lgHed .lgPrime {
    padding: 40px 0 0 20px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .bgGradient .lgHed .lgPrime {
    padding: 70px 0 0 70px;
  }
}
.bgGradient .lgHed .since {
  padding-left: 150px;
}
@media only screen and (max-width: 480px) {
  .bgGradient .lgHed .since {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .bgGradient .lgHed .since {
    padding-left: 100px;
  }
}
.bgGradient .lgHed .since span {
  font-size: 4em;
  color: white;
  font-weight: bold;
  width: 100%;
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .bgGradient .lgHed .since span {
    font-size: 2em;
  }
}
.bgGradient .lgHed .since span:last-child {
  font-size: 2em;
  margin-top: -15px;
}
@media only screen and (max-width: 480px) {
  .bgGradient .lgHed .since span:last-child {
    font-size: 1.2em;
    margin-top: 0;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 480px) {
  .bgGradient .lgHed .since span {
    font-size: 1.2em;
  }
}
.flex-banner {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.slideBox {
  position: relative;
  overflow: hidden;
  animation: scale 1.1s;
  background-color: transparent;
  transition: all 9s ease;
}
@media only screen and (min-width: 992px) {
  .slideBox {
    height: 92vh !important;
  }
}
@media only screen and (min-width: 1600px) {
  .slideBox {
    height: 92vh !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .slideBox {
    height: 70vh !important;
  }
}
@media only screen and (max-width: 480px) {
  .slideBox {
    height: 330px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 650px) {
  .slideBox {
    height: 45vh !important;
  }
}
.w3-content {
  max-width: 100% !important;
}
.w3-animate-opacity {
  -webkit-animation: opac 2s;
  animation: opac 2s;
}
.mySlides h5 {
  -webkit-text-stroke-width: 0.4px;
  -webkit-text-stroke-color: black;
  margin: 0 !important;
  color: #fff;
  width: 29%;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  line-height: 1.4em;
}
@media only screen and (max-width: 480px) {
  .mySlides h5 {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .mySlides h5 {
    font-size: 2em;
  }
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .mySlides h5 {
    font-size: 1.7em;
  }
}
@media only screen and (min-width: 481px) and (max-width: 650px) {
  .mySlides h5 {
    font-size: 1.2em;
  }
}
.home1 {
  background-size: cover;
  background-position: center;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .home1 {
    background-attachment: inherit;
    background-position-x: center;
  }
}
/*# sourceMappingURL=slide.css.map */