.hero-v24 .carousel .carousel-inner .item .slide-bg{
  height: 100vh;
  position: relative;
}
.zoomin{
  -webkit-animation: zoomin 30s linear infinite;
  animation: zoomin 30s linear infinite;
}
@keyframes zoomin {
    0%{
        transform: scale(1);
    }
    25% {
      transform: scale(1.05);
    }
    50%{
        transform: scale(1.08);
    }
    75%{
      transform: scale(1.05);
    }
    100%{
        transform: scale(1);
    }
}
.zoomout{
  -webkit-animation: zoomout 15s linear infinite;
  animation: zoomout 15s linear infinite;
}
@keyframes zoomout {
    0%{
        transform: scale(1.07);
    }
    50%{
        transform: scale(1.05);
    }
    100%{
        transform: scale(1);
    }
}
.hero-v24 .caption-holder{
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.hero-v24 .caption-links-holder .caption-links {
  display: table;
  float: left;
  margin-right: 60px;
}
@media only screen and (max-width: 992px) {
  .hero-v24 .caption-links-holder .caption-links {
    display: block;
    float: none;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.hero-v24 .caption-links-holder .caption-links .caption-links-icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  text-align: center;
  margin-right: 10px;
  border-radius: 50%;
  vertical-align: top;
  color: #ffffff;
  transition: all 0.25s ease-out;
}
.hero-v24 .img-icon-hover {
    overflow: hidden;
    position: relative;
}
.hero-v24 .img-icon-hover img:first-child,
.hero-v24 .img-icon-hover img:last-child {
    transition: 0.25s ease-out;
    position: absolute;
    top: 0;
    left: 0;
}
.hero-v24 .img-icon-hover > img{
    max-width: 100%;
}
.hero-v24 .img-icon-hover img:last-child {
    opacity: 0;
    visibility: hidden;    
}
.hero-v24 .img-icon-hover:hover > img:first-child {
    opacity: 0;
    visibility: hidden;
}
.hero-v24 .img-icon-hover:hover > img:last-child {
    opacity: 1;
    visibility: visible;
}
.hero-v24 .caption-links-holder .caption-links .caption-links-text {
  display: inline-block;
  font-size: 16px;
}
.hero-v24 .caption-links-holder .caption-links .caption-links-text h3 {
  margin: 0;
  font-size: 28px;
}
@media only screen and (max-width: 992px) {
  .hero-v24 .caption-links-holder .caption-links .caption-links-text h3 {
    font-size: 24px;
  }
}
.hero-v24 .carousel-control.left,
.hero-v24 .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-v24 .carousel-control.left {
  right: 90px;
}
.hero-v24 .read-more {
    color: #fff;
    line-height: 18px;
    letter-spacing: 4px;
    display: table;
    margin: 20px 0;
}
.hero-v24 .read-more:hover{
  color: #1429A9;
}
.hero-v24 .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-v24 .caption-holder h1 {
        font-size: 40px;
    }
}
.hero-v24 .cus-indicator {
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 50px;
}
.hero-v24 .cus-indicator .carousel-indicators {
  position: relative;
  bottom: auto;
  left: auto;
  width: 100%;
  margin-left: 0;
  text-align: left;
}
.hero-v24 .cus-indicator .carousel-indicators li {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  text-indent: 0;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  float: left;
  color: #222;
  font-size: 17px;
  font-weight: 600;
  line-height: 25px;
  opacity: 0.7;
  transition: all 0.4s ease-out;
  padding-top: 10px;
  text-align: center;
}
.hero-v24 .cus-indicator .carousel-indicators li.active,
.hero-v24 .cus-indicator .carousel-indicators li:hover {
  opacity: 1;
}

.hero-v24 h1 span.over {
    line-height: 22px;
    letter-spacing: 8px;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 13px;
}

.hero-v24 .carousel .carousel-inner .item .slide-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}

.hero-v24 .caption-holder {
  z-index: 3;
}

.hero-v24 .carousel-control.left,
.hero-v24 .carousel-control.right {
  background-image: none;
  width: 80px;
  height: 80px;
  opacity: 0.9;
  line-height: 40px;
  text-shadow: none;
  top: 50%;
  transform: translateY(-50%);
  /* rotate(135deg); */
  border: solid #fff;
  border: none;
  /* Set the color of the chevron */
  border-width: 0 8px 8px 0;
  margin: 0px;
  color: #89AC92;
  left: 50px;
  border-radius: unset;
  display: none;
  font-size: 52px;
  /* border-radius: 50%; */
  opacity: 0.8;

}

.hero-v24 .carousel-control.left i,
.hero-v24 .carousel-control.right i {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}


.hero-v24 .carousel-control.right {
  transform: translateY(-50%) ;
  /* rotate(-45deg); */
  left: unset;
  right: 50px;
}


.hero-v24 h1  {
  max-width: unset;
}

.hero-v24 p {
  color: #fff;
  max-width: unset;
}


.hero-v24 .carousel-control.left:hover,
.hero-v24 .carousel-control.right:hover {
  color: #EFE7DA;
  /* opacity: 0.5; */
  background-color: #89AC92;
}



.hero-v24 .carousel-indicators {
  width: unset;
  margin: auto;
}

.hero-v24 .carousel-indicators {
  transform: translateX(-50%);
}



.hero-v24 .hb-transparent-wrap h2 {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 2;
  color: transparent;
  /* -webkit-text-stroke: 2px #5E28A1; */
  -webkit-text-stroke: 2px #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 0.73;
  font-size: 80px;

}
.hero-v24.banner h1, .hero-v24.banner p {
  opacity: 0;
}

/* .hero-v24.banner h1 {
  transform: translateY(-40px);
  opacity: 0;
  margin-top: 0;
  padding: 0;
} */

/* .hero-v24.banner p {
  transform: translatey(80px);
  opacity: 0;
  margin-bottom: 0;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
} */

.hero-v24.banner a.btn-primary {
  transform: translateY(80px);
  opacity: 0;
}


.hero-v24.banner .item.active a.btn-primary {
  animation: slideTopUp 2s ease forwards;
  animation-delay: 2.5s;
}

.hero-v24 .hb-transparent-wrap h2{
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 2;
  color: transparent;
  /* -webkit-text-stroke: 2px #5E28A1; */
  -webkit-text-stroke: 2px #ffffff55;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 0.73;
  font-size: 64px;

}

.hero-v24 .carousel-indicators li {
  background-color: #fff;
  border-color: rgba(137, 172, 146, 1);
  border-radius: 0;
  width: 15px;
  height: 15px;
}
.hero-v24.banner h1 {
  margin-top: 0;
  padding: 0 15px;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.hero-v24.banner p {
  padding: 20px 5px;
  font-style: normal;
  font-size: 20px;
}

.hero-v24 .carousel-indicators .active {
  background-color: rgba(137, 172, 146, 1);
  border-color: rgba(137, 172, 146, 1);
  margin: 1px;
}
.hero-v24 .carousel-control.left, .hero-v24 .carousel-control.right {
  width: 50px;
  height: 50px;
}
.hero-v24 .carousel-control.left i, .hero-v24 .carousel-control.right i {
  font-size: 22px;
}

@media only screen and (min-width: 600px) {
    .hero-v24.banner h1 {
    margin-top: 15px;
  }
}

@media (min-width: 767px) {
  .hero-v24 .cus-indicator .carousel-indicators li {
      width: 20%;
      font-size: 18px;
      font-weight: 400;
      padding-top: 0px;
  }

  .hero-v24 .btn-primary {
    width: auto;
  }

}

@media only screen and (min-width:768px) {
  .hero-v24.banner p {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
}

@media (min-width: 992px) and (max-width: 1199.98px) { 
  .hero-v24 .cus-indicator .carousel-indicators li {
    font-size: 17px;
  }
}

@keyframes slideRightIn {
  to{
      transform: translateX(0px);
      opacity: 1;
  }
}
@keyframes slideLeftIn {
  to{
      transform: translateX(0px);
      opacity: 1;
  }
}
@keyframes slideTopUp {
  to{
      transform: translateY(0px);
      opacity: 1;
  }
}
@keyframes slideTopDown {
  to{
      transform: translateY(0px);
      opacity: 1;
  }
}

@media screen and (min-width: 992px) {

  .hero-v24 .carousel-control.left,
  .hero-v24 .carousel-control.right {
      display: block;
  }
  .hero-v24 .carousel-indicators {
      bottom: 50px;
  }

  .hero-v24 .hb-transparent-wrap h2{
      font-size: 180px;
      left: 50%;
      bottom: 60px;
      transform: translateX(-50%);
  }
/* 
  .hero-v24 .carousel-indicators {
    display: none;
  } */
  
}



/* NEW CSS */
.hero-v24 p.sub-title {
    line-height: 22px;
    letter-spacing: 4px;
    font-weight: 400;
    font-size: 23px;
    margin-bottom: 13px;
    font-style: normal;
    margin-bottom: 0;
}

.heading-text-animation {
    opacity: 0;
}

.heading-text-animation span.char,
.heading-text-animation span.over span.char,
.heading-text-animation+p span.char {
    transition: 0.7s;
    display: inline-block;
    opacity: 0;
    position: relative;
    left: 40px;
}

.heading-text-animation span.word,
.heading-text-animation span.over span.word,
.heading-text-animation+p span.word {
    white-space: nowrap;
    display: inline-block;
}