.overlay_slide {
  width: 100%;
  z-index: 1;
  height: 100%;
  top: 0;
  position: absolute;
  left: 0;
  background: rgba(19, 38, 53, 0);
  transition: all 0.5s;
}
.overlay_slide:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 300px;
  left: 0;
  top: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  z-index: 6;
}
.overlay_slide:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
  left: 0;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  z-index: 6;
}
.text_slider {
  position: absolute;
  width: 90%;
  height: 75px;
  top: auto;
  bottom: 50px;
  left: 50px;
  margin: auto;
  text-align: left;
  z-index: 8;
}
.text_slider h1 {
  color: white;
  margin: 0;
}
.text_slider p {
  color: white;
  margin: 0;
  font-size: 18px;
}
.text_slider ul {
  margin: 0;
  padding: 0;
  transition: all 0.5s;
}
.text_slider li {
  animation-name: fadeInUp;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  margin: 0;
  list-style: none;
}
.text_slider li:nth-child(1) {
  animation-delay: 0.3s;
}
.text_slider li:nth-child(2) {
  animation-delay: 0.8s;
}
#index-video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -100;
  right: 0;
  bottom: 0;
  background-size: cover;
  overflow: hidden;
}
.index-video-wrapper {
  position: relative;
  height:635px;
  width: 100%;
  background-size: cover;
  overflow: hidden;
}
.muted-play {
  position: absolute;
  right:10px;
  bottom: 0%;
  width: 55px;
  height: 55px;
  z-index: 10;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  display: inline-block;
}
.muted-play .muted_layer ,.play_layer{
  cursor: pointer;
}
.muted-play._hide {
  display: none;
}
.muted-play .muted_layer:before {
  position: absolute;
  content: "\f028";
  font-family: "FontAwesome", "sans-serif";
  font-size: 17px;
  color: #fff;
  top: -4px;
  left: 4px;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  display: block;
  text-align: center;
}
.muted-play .muted_layer:after {
  position: relative;
  content: "";
  height: 1px;
  width: 30px;
  background: #fff;
  border-radius: 10px;
  left: 1px;
  top: 17px;
  margin: 9px auto;
  display: block;
  transform: rotate(-140deg);
  transition: width 0.6s ease 0s;
}
.muted-play .muted_layer.active:after {
  width: 0;
}
.display-text-video {
  top: 45%;
  position: absolute;
}

.play {
  right: 80px;position: absolute;
  bottom: 0%;
  width: 55px;
  height: 55px;
  z-index: 10;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  display: inline-block;
}
.play_layer:before {
  position: absolute;
  content: "\f04c";
  font-family: "FontAwesome", "sans-serif";
  font-size: 17px;
  color: #fff;
  top: -2px;
  left: 0px;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  display: block;
  text-align: center;
}

 .play_layer.active::before {
  position: relative;
  content: "\f04b";
  font-family: "FontAwesome", "sans-serif";
  font-size: 17px;
  color: #fff;
  top: 11px;
  left: 1px;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  display: block;
  text-align: center;

}

.bullet-button2{height: 583px;}


 

