.slider-section {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .slider-section .slide-txt {
    bottom: 5%;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1400px) {
  .slider-section .slide-txt {
    bottom: 25%;
  }
}

.resume-slider .single-slide{
  position: relative;
  z-index: 1;
}

.resume-slider .single-slide::before{
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  content: "";
  z-index: -1;
  background: #000;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
/*
Owl Nav*/
.owl-nav > div {
  position: absolute;
  left: 0px;
  font-size: 30px;
  color: #fff;
  top: 45%;
}
.owl-nav > div.owl-next {
  left: auto;
  right: 0px;
}

@media only screen and (max-width: 767px) {
  .slide-txt {
    bottom: 39%;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1400px) {
  .slide-txt {
    bottom: 36%;
  }
}
.slide-txt {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 37%;
  transform: translate(-50%, -50%);
  z-index: 4;
  left: 50%;
}
.slide-txt span {
  color: #fff;
  font-size: 17px;
  display: inline-block;
  margin-bottom: 0px;
}
.slide-txt a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  padding: 2px 10px;
  border:1px #fff solid;
  margin-top: 10px;
}
.slide-txt a:hover{
  background-color: #00b2ad;
  border-color: #00b2ad;
}
@media only screen and (max-width: 767px) {
  .slide-txt span {
    font-size: 16px;
  }
}
.slide-txt .banner-title {
  font-size: 40px;
  color: #fff;
  text-align:center;
  letter-spacing: 2px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.slide-txt .banner-dsp {
  font-size: 1em;
  padding:10px;
  width:80%;
  margin:auto;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .slide-txt .banner-title {
    font-size: 16px;
    text-align:center;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1400px) {
  .slide-txt .banner-title {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align:center;
  }
}
.slide-txt a {
    font-size: 14px;
}
.resume-slider .single-slide::before {
  z-index: 1;
  background: #000;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
