.hero-v17 {
  position: relative;
  overflow: hidden;
}
.hero-v17 .carousel .carousel-inner .item .slide-bg{
  height: 95vh;
}

.hero-v17 .caption-holder{
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0,0,0,0.3);
}
.hero-v17 .caption-holder p {
  font-style: inherit;
  font-size: 24px;
}

.hero-v17 .carousel-control.left,
.hero-v17 .carousel-control.right {
  background-image: none;
  border: 2px solid #1429A9;
  top: auto;
  right: 25px;
  left: auto;
  width: 50px;
  height: 50px;
  bottom: 25px;
  border-radius: 50%;
  font-size: 30px;
  opacity: 0.9;
  line-height: 40px;
  text-shadow: none;
}

.hero-v17 .carousel-control.left {
  right: 90px;
}
.hero-v17 .read-more {
    color: #fff;
    line-height: 18px;
    letter-spacing: 4px;
    display: table;
    margin: 20px 0;
}
.hero-v17 .read-more:hover{
  color: #1429A9;
}
.hero-v17 .read-more span {
  height: 18px;
  width: 18px;
  line-height: 18px;
  color: #fff;
  font-size: 9px;
  background: #1429A9;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  padding-left: 6px;
  margin-right: 20px;
}
.hr-xs {
  background: #1429A9;
  height: 4px;
  width: 100px;
  display: table;
  margin: 20px 0;
}
@media only screen and (max-width: 767px) {
    .hero-v17 .caption-holder h1 {
        font-size: 40px;
    }
}
.hero-v17 .cus-indicator {
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 50px;
}


.hero-v17 h1 span.over {
    line-height: 30px;
    font-weight: 400;
    font-size: 28px;
    margin-bottom: 13px;
}


.hero-v17 .carousel .carousel-inner .item .slide-bg {
  position: relative;
}

.hero-v17 .carousel .carousel-inner .item .slide-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}

.hero-v17 .caption-holder {
  z-index: 3;
}



.hero-v17 .carousel-control.left,
.hero-v17 .carousel-control.right {
  background-image: none;
  width: 50px;
  height: 50px;
  opacity: 1;
  line-height: 50px;
  text-shadow: none;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #fff;
  margin: 0px;
  color: #fff;
  left: 20px;
  border-radius: unset;
  display: none;
  font-size: 22px;
  border-radius: 50%;
  display: none!important;
}

.hero-v17 .carousel-control.left i,
.hero-v17 .carousel-control.right i {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}


.hero-v17 .carousel-control.right {
  transform: translateY(-50%) ;
  left: unset;
  right: 20px;
}


.hero-v17 h1  {
  max-width: unset;
  position: relative;
}

.hero-v17 h1:before{
  content: "";
  display: block;
  width: 84px;
  height: 6px;
  background-color: #ad4c25;
  margin-bottom: 12px;
  border-radius: 24px;
}
.hero-v17 p {
  max-width: unset;
}


.hero-v17 .carousel-control.left:hover,
.hero-v17 .carousel-control.right:hover {
  color: #fff;
  opacity: 0.5;
}



.hero-v17 .carousel-indicators {
  width: unset;
  margin: 0;
  z-index: 2;
  right: 20px;
  top: 50%;
  left: auto;
  bottom: auto;
}

.hero-v17 .carousel-indicators {
  transform: translateY(-50%);
}


.hero-v17.banner h1 {
  /* transform: translateY(-40px); */
  opacity: 1;
  margin-top: 0;
  padding: 0;
  padding-top: 50px;
  text-transform: capitalize;
}

.hero-v17.banner p {
  opacity: 1;
}

.hero-v17 .carousel-indicators li {
  background-color: transparent;
  border-color: #dc5126;
  height: 16px;
  width: 16px;
  transition: .4s;
  margin: 15px 0;
  display: block;
}

.hero-v17 .carousel-indicators li:hover,
.hero-v17 .carousel-indicators .active {
  background-color: #dc5126;
  border-color: #dc5126;
}


@media screen and (min-width: 992px) {
  .hero-v17 .carousel-control.left,
  .hero-v17 .carousel-control.right {
      display: block;
  }
}

@media (min-width: 1200px) {
  .hero-v17{
    padding-top: 0;
  }
}