.hero-v14{
  position: relative;
}
.hero-v14 .item .slide-bg,
.hero-v14 {
  height: 620px;
}
@media (min-width: 992px){
  .hero-v14 .item .slide-bg,
  .hero-v14 {
    height: 85vh;
  }    
}
@media (min-width: 1600px){
  .hero-v14 .item .slide-bg,
  .hero-v14 {
    height: 70vh;
  }  
}

.hero-v14.hero-subpage .item ,
.hero-v14.hero-subpage .item .slide-bg,
.hero-v14.hero-subpage {
  height: 600px;
}

.hero-v14 .item .slide-bg,
.hero-v14.hero-subpage .item .slide-bg {
  -webkit-animation: none;
  animation: none;
}
.hero-v14 .item .caption-holder {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
}
.hero-v14 .item .caption-holder .caption-holder-text{
  position: relative;
  z-index: 2;
  margin: auto;
}
.hero-v14 .item .caption-holder h1, .hero-v14 .item .caption-holder h2.h1 {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 25px;
  color: #fff;
  text-align: center;
}
.hero-v14 .item .caption-holder h1 span.over, .hero-v14 .item .caption-holder h2.h1 span.over {
  font-size: 20px;
  font-weight: 600;
  color: #ababab;
}
.hero-v14.hero-subpage.banner h1, .hero-v14.hero-subpage.banner h2.h1{
  font-size: 36px;
}
.hero-v14 .item .caption-holder p {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  
}

.hero-v14 .slide-in{
    text-align: center;
}


.hero-v14 .item::before{
    content: "";
    position: absolute;
    inset: 0;
    background: #00000022;
}

@media (min-width: 768px){
  .hero-v14 .item .caption-holder h1, .hero-v14 .item .caption-holder h2.h1 {
    font-size: 72px;
  }
  .hero-v14.hero-subpage.banner h1, .hero-v14.hero-subpage.banner h2.h1{
    font-size: 64px;
  } 
}
.hero-v14 .table-cell {
  position: relative;
  z-index: 1;
}

.hero-v14 .carousel .carousel-indicator {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 8%;
}
.hero-v14 .carousel .carousel-indicator .carousel-indicators {
  position: relative;
  display: table;
  margin: 0 auto;
  left: auto;
  width: auto;
  z-index: 2;
}
.hero-v14 .carousel .carousel-indicators li {
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 10px 5px;
  border: 1px solid #2b6196;
  background: #2b6196;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  opacity: 1;
  transition: .7s;
}
.hero-v14 .carousel .carousel-indicators li:hover,
.hero-v14 .carousel .carousel-indicators li.active {
  opacity: 1;
  background: #bf0a30;
  border-color: #bf0a30;
}

.slide-in {
  opacity: 0;
  -webkit-animation: slide-down 2s cubic-bezier(0.4, 0, 0.2, 1) 500ms forwards;
  -webkit-animation-delay: var(--delay, 0s);
}
@-webkit-keyframes slide-down {
    0% { -webkit-transform: translateY(-100px); opacity: 0 }
    100% { -webkit-transform: translateY(0); opacity: 1  }
}

.hero-v14.hero-subpage .caption-holder .slide-up .btn-theme{
  margin: 10px;
}
.hero-v14.hero-subpage .caption-holder .slide-up .btn-white.btn-theme{
  margin: 10px;
}
@media (min-width:576px){
  .hero-v14.hero-subpage .caption-holder .slide-up .btn-white.btn-theme{
    margin-left: 20px;
  }
}
.hero-v14 .spacer {
	position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero-v14 .spacer .spacer-inner{
	height: 40px;
}
@media (min-width: 768px) {
	.hero-v14 .spacer .spacer-inner{
		height: 100px;
	}	
}
@media (min-width: 1200px) {
	.hero-v14 .spacer .spacer-inner{
		height: 125px;
	}	
}
@media (min-width: 1800px) {
	.hero-v14 .spacer .spacer-inner{
		height: 185px;
	}	
}

.hero-v14.hero-subpage {
  border-bottom: 10px solid #E96520;
}
