.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;
  }
}
.slideBox {
  position: relative;
  background-color: #3a3a3aad;
}
@media only screen and (min-width: 992px) {
  .slideBox {
    height: 745px !important;
  }
}
@media only screen and (min-width: 1600px) {
  .slideBox {
    height: 1000px !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .slideBox {
    height: 351px !important;
  }
}
@media only screen and (max-width: 480px) {
  .slideBox {
    height: 250px !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 650px) {
  .slideBox {
    height: 215px !important;
  }
}
.slideBox .txSlideBox {
  position: absolute;
  top: 39%;
  left: 7%;
  color: white;
}
.slideBox .txSlideBox div {
  border-bottom: solid 8px #fb8600;
  width: 41.7%;
  padding-top: 5px;
}
.w3-content {
  max-width: 100% !important;
}
.w3-animate-opacity {
  -webkit-animation: opac 2.0s;
  animation: opac 2.0s;
}
.mySlides {
  background-position: center;
}
.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;
  position: relative;
  background-position: center;
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .home1 {
    background-position-y: -70px;
    background-size: 105%;
  }
}
@media only screen and (max-width: 480px) {
  .home1 {
    background-size: 140%;
    background-position-x: center;
  }
}
