.carousel-control-prev-icon:before,
.carousel-control-next-icon:after {
  content: "\f1db";
  font-family: FontAwesome;
  font-size: inherit;
  color: inherit;
  font-weight: normal;
  font-style: normal;
  display: block;
}

video {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
}

.backVideo iframe {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 111%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.videoVolumnOnOffButton,
.videoPlayPause {
  position: absolute;
  right: 4rem;
  bottom: 4rem;
  z-index: 10;
  cursor: pointer;
  background: rgb(14, 158, 199);
  padding: 1em;
  width: 60px;
  color: rgb(255, 255, 255);
  border: none;
  -webkit-transition: background 300ms ease 0s;
  -moz-transition: background 300ms ease 0s;
  -o-transition: background 300ms ease 0s;
  transition: background 300ms ease 0s;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
}

.videoPlayPause {
  right: 9rem;
  bottom: 4rem;
}

.videoVolumnOnOffButton:hover,
.videoPlayPause:hover {
  background: rgb(252, 176, 64);
}

.videoVolumnOnOffButton i,
.videoPlayPause i {
  font-size: 1.5rem;
  font-weight: 100;
}

.videoPlayPause i {
  font-weight: 600;
}

.player .vp-player-layout {
  left: auto !important;
  right: auto !important;
  width: 100% !important;
  position: fixed !important;
}

.fallbackImg {
  display: none;
}

.carousel-control-next,
.carousel-control-prev {
  font-size: 3rem;
  color: rgb(255, 255, 255) !important;
  opacity: 1;
}

.carousel-control-next:visited,
.carousel-control-prev:visited {
  color: rgb(255, 255, 255) !important;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: rgb(252, 176, 64) !important;
  opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background: none;
}

.carousel-control-prev-icon:before {
  content: "\f104";
}

.carousel-control-next-icon:after {
  content: "\f105";
}

.carousel-indicators li {
  background: rgba(255, 255, 255, 0.8);
}

.carousel-indicators .active {
  background: rgba(252, 176, 64, 0.8);
}

.carousel-item {
  height: inherit;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.carousel-item:after {
  /* content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    display: block;
    background: url(../images/bgSlider.png) left center repeat-x;
       */
}

.carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  bottom: auto;
  width: 38%;
  padding: 2rem;
  text-align: center;
}

.carousel-caption h2 {
  font-family: "Libre Baskerville", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 1px 1px 2px black;
}

.carousel-caption h3 {
  font-family: "Leander", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 3.125rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  text-shadow: 1px 1px 2px black;
}

.carousel-caption p {
  font-family: "Libre Baskerville", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.8;
  letter-spacing: 0.2px;
  text-shadow: 1px 1px 2px black;
}

.carousel-caption a,
.carousel-caption a:link {
  max-width: 200px;
  font-family: "Roboto", serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  margin: auto;
  padding: 0.6rem 0;
  text-transform: uppercase;
  -webkit-transition: color 300ms ease 0s;
  -moz-transition: color 300ms ease 0s;
  -o-transition: color 300ms ease 0s;
  transition: color 300ms ease 0s;
  background: none;
  letter-spacing: 2px;
  text-shadow: 1px 1px 2px black;
}

.carousel-caption a:visited {
  color: #fff;
}

.carousel-caption a:hover,
.carousel-caption a:active,
.carousel-caption a:focus {
  color: #c98f00;
}
.carousel-caption a:after {
  content: "\f324";
  color: #c98f00;
  font-size: inherit;
  font-family: "Font Awesome 5 Pro";
}

.carousel-indicators {
  bottom: 4.8rem;
  margin-bottom: 0;
}

.bgSlider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: url(../images/bgSlider.png) left bottom repeat-x;
}

.bgGradient {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background-image: linear-gradient(
    0deg,
    rgba(29, 43, 63, 0) 25%,
    #1d2b3f 90%,
    #1d2b3f 100%
  );
}

/*********************************************************
MEDIA QUERY
*********************************************************/
@media only screen and (max-width: 1760px) {
  .carousel-caption {
    width: 50%;
  }
}

@media only screen and (max-width: 1250px) {
  .carousel-caption {
    width: 80%;
  }
}

@media only screen and (max-width: 785px) {
  #playPauseButton,
  #volumeButton,
  .btnScrollDown,
  .bgGradient {
    display: none;
  }

  .carousel-indicators {
    bottom: 1rem;
  }

  .carousel-indicators li {
    background: rgba(22, 87, 81, 0.8);
  }

  .carousel-indicators .active {
    background: rgba(252, 176, 64, 0.8);
  }

  .carousel-control-next,
  .carousel-control-prev {
    font-size: 2rem;
    color: rgb(1, 138, 182) !important;
  }

  .carousel-control-next:visited,
  .carousel-control-prev:visited {
    color: rgb(1, 138, 182) !important;
  }

  .carousel-item:after {
    content: normal;
  }

    .carousel-caption {
        position: relative;
        left: auto;
        right: 0;
        bottom: 0;
        width: 100%;
        margin-left: 0;
        padding: 3rem 2rem;
        text-shadow: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        background: #1e2b40;
        height: 310px;
    }

  .carousel-caption h2 {
    font-size: 1.2rem;
  }

  .carousel-caption h3 {
    font-size: 2.8rem;
  }

  .carousel-caption p {
    font-size: 0.9rem;
  }

  .carousel-caption a,
  .carousel-caption a:link {
    font-size: 1rem;
  }

  .carousel-item img {
    min-height: 360px;
  }
}

@media only screen and (max-width: 767px) {
  .fallbackImg {
    display: inline-block;
  }

  .backVideo iframe {
    display: none;
  }

  video {
    display: none;
  }

  .videoVolumnOnOffButton,
  .videoPlayPause {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .carousel-caption {
    padding: 1.5rem 2rem;
  }

  .carousel-caption h2 {
    font-size: 1.1rem;
  }

  .carousel-caption h3 {
    font-size: 2rem;
  }

  .carousel-caption p {
    font-size: 0.8rem;
    letter-spacing: 0;
    line-height: 1.6rem;
  }

  .carousel-caption a,
  .carousel-caption a:link,
  .carousel-caption a span {
    font-size: 0.9rem;
  }

  .frmhsearch input {
    font-size: 1rem;
    padding: 0.6rem 2rem;
  }

  .frmhsearch i.fa-search {
    right: 2rem;
    font-size: 1rem;
  }
    .carousel-caption {

        height: 240px;
    }
}

@media only screen and (max-width: 500px) {
  .carousel-caption {
    padding: 1.5rem 2rem;
  }

  .carousel-caption h2 {
    font-size: 0.9rem;
  }

  .carousel-caption h3 {
    font-size: 1.8rem;
  }

  .carousel-caption p {
    font-size: 0.7rem;
    line-height: 1.4rem;
  }

  .carousel-caption a,
  .carousel-caption a:link,
  .carousel-caption a span {
    font-size: 0.8rem;
  }

  .frmhsearch input {
    font-size: 0.9rem;
    padding: 0.5rem 2rem;
  }

  .frmhsearch i.fa-search {
    font-size: 0.9rem;
  }
  .carousel-item img {
    min-height: 300px;
  }
}

@media only screen and (max-width: 440px) {
  .carousel-caption {
    padding: 1.5rem 1rem 0.5rem 1rem;
  }
  .carousel-caption h2 {
    font-size: 0.7rem;
  }

  .carousel-caption h3 {
    font-size: 1.4rem;
    margin-bottom: 0.4rem;
  }

  .carousel-caption p {
    font-size: 0.65rem;
    line-height: 1.4rem;
  }

  .carousel-caption a,
  .carousel-caption a:link,
  .carousel-caption a span {
    font-size: 0.7rem;
  }

  .frmhsearch input {
    font-size: 0.75rem;
    padding: 0.4rem 2rem;
  }

  .frmhsearch i.fa-search {
    font-size: 0.75rem;
  }
  .carousel-item img {
    min-height: 280px;
  }
}
