/* Slider */
.main-banner1 {
  position: relative;
  max-height: 100%;
  overflow: hidden;
  margin-bottom: -6px;
}

#bg-video {
  min-width: 100%;
  min-height: 100vh;
  max-width: 100%;
  max-height: 100vh;
  object-fit: cover;
  z-index: -1;
}

#bg-video::-webkit-media-controls {
  display: none !important;
}

.video-overlay {
  position: absolute;
  background-color: rgba(22, 34, 57, 0.85);
  top: 0;
  left: 0;
  bottom: 7px;
  width: 100%;
}

.main-banner1 .caption {
  text-align: center;
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.main-banner1 .caption h6 {
  margin-top: 0px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner1 .caption h2 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 47px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner1 .caption h2 em {
  font-style: normal;
  color: #ffb703;
  font-weight: 900;
}

@media screen and (max-width: 1180px) {
  .main-banner1 .caption h6 {
    font-weight: 500;
  }

  .main-banner1 .caption h2 {
    font-size: 58px;
  }
}
@media screen and (max-width: 767px) {
  .main-banner1 .caption h6 {
    font-weight: 500;
  }

  .main-banner1 .caption h2 {
    font-size: 36px;
  }
}

/* Features */

section.features .col-4 {
  padding-left: 0px;
  padding-right: 0px;
}

.features-post {
  position: relative;
  margin-bottom: 0px;
}

.features-thumb {
  overflow: hidden;
  position: relative;
}

.features-thumb img {
  width: 100%;
}

.features-content {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  background-color: #145f7a;
  color: #fff;
  padding: 40px;
}

.features-content:hover {
 background-color: #216b85;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}

.features-content h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 0px;
}
.features-content h4:hover {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fffab8;
  letter-spacing: 1px;
  margin-bottom: 0px;
}
.features-content h4 i {
  margin-right: 15px;
  font-size: 24px;
}
.features-content p:hover {
  margin-bottom: 0px;
  color: #fffab8;
}
.features-content p {
  margin-bottom: 0px;
}

.features-content a {
  margin-top: 15px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 700;
  font-size: 14px;
  border-bottom: 2px solid #fff;
}

.features-content p.hidden-sm {
  display: none;
}

.second-features,
.third-features {
  border-left: 1px solid rgba(250, 250, 250, 0.1);
}

.content-hide {
  margin-top: 15px;
  display: none;
}

.content-hide p {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .features-content {
    padding: 15px;
  }
  .features-content h4 i {
    display: block;
    margin-bottom: 10px;
  }
  .features-content h4 {
    font-size: 14px;
  }
  .features-content p {
    display: none;
  }
  .features-content p.hidden-sm {
    display: block;
  }
  .features-content a {
    letter-spacing: 0px;
    font-size: 13px;
    font-weight: 600;
  }
  /* .features {
    display: none;
  } */
}
