.hero-v14{
  position: relative;
}
.hero-v14 .item .slide-bg,
.hero-v14 {
  height: 620px;
}

.hero-content {
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 40px;
}

@media (min-width: 992px){
  .hero-v14 .item .slide-bg,
  .hero-v14 {
    height: 720px;
  }    
}
.hero-v14.hero-subpage .item ,
.hero-v14.hero-subpage .item .slide-bg,
.hero-v14.hero-subpage {
  height: 600px;
}
/* Slider Zoom Effect */
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@-moz-keyframes zoom {
  from {
    -moz-transform: scale(1, 1);
  }

  to {
    -moz-transform: scale(1.2, 1.2);
  }
}

@-o-keyframes zoom {
  from {
    -o-transform: scale(1, 1);
  }

  to {
    -o-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.2, 1.2);
  }
}
.hero-v14 .item .slide-bg {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}
.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;
}
.hero-v14 .item .caption-holder h1 {
  font-weight: 700;
  margin-bottom: 30px;
  text-shadow: 4px 6px 13px rgba(0,0,0,0.8);
}
/* .hero-v14.hero-subpage.banner h1{
  font-size: 36px;
} */
.hero-v14 .item .caption-holder p {
  padding-right: 20%;
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  text-shadow: 4px 6px 13px rgba(0,0,0,0.8);
}
/* @media (min-width: 768px){
  .hero-v14 .item .caption-holder h1 {
    font-size: 52px;
  }
  .hero-v14.hero-subpage.banner h1{
    font-size: 64px;
  } 
} */
.hero-v14 .table-cell {
  position: relative;
  z-index: 1;
}

.hero-v14 .carousel .carousel-indicator {
  position: absolute;
  right: 80px;
  width: auto;
  top: 50%;
  transform: translateY(-50%);
}
.hero-v14 .carousel .carousel-indicator .carousel-indicators {
  position: absolute;
  right: auto;
  left: 0;
  width: auto;
  height: auto !important;
  top: 50%;
  bottom: inherit;
  margin: 0;
  padding: 30px 0;
  display: block;
  transform: translateY(-50%);
}
.hero-v14 .carousel .carousel-indicators li {
  display: block;
  height: 32px;
  width: 32px;
  margin: 10px 5px;
  border: 6px solid #bf1c2d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  position: relative;
  z-index: 1;
  opacity: 0.5;
}
.hero-v14 .carousel .carousel-indicators li.active {
  opacity: 1;
}
.hero-v14 .carousel .carousel-indicators li::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #bf1c2d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .hero-v14 .carousel .carousel-indicator {
    display: none;
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    z-index: 999;
    height: auto;
  }
  .hero-v14 .carousel .carousel-indicator .carousel-indicators {
    width: 100%;
    padding-bottom: 40px;
    display: block;
    transform: inherit;
    flex: inherit;
    top: auto;
    bottom: 0;
    text-align: center;
    transform: translateY(0%);
  }
  .hero-v14 .carousel .carousel-indicator .carousel-indicators li {
    display: inline-block !important;
    margin: 0 4px;
  }
}
.slide-down {
  opacity: 0;
  animation: slide-down 1s cubic-bezier(0.4, 0, 0.2, 1) 500ms forwards;
  -webkit-animation: slide-down 1s cubic-bezier(0.4, 0, 0.2, 1) 500ms forwards;
}
.slide-up {
  opacity: 0;
  animation: slide-up 1s cubic-bezier(0.4, 0, 0.2, 1) 500ms forwards;
  -webkit-animation: slide-up 1s cubic-bezier(0.4, 0, 0.2, 1) 500ms forwards;
}
.slide-in {
  opacity: 0;
  -webkit-animation: slide-in 1s cubic-bezier(0.4, 0, 0.2, 1) 500ms forwards;
}
@-webkit-keyframes slide-down {
    0% { transform: translateY(-200%); opacity: 1 }
    100% { transform: translateY(0); opacity: 1  }
    0% { -webkit-transform: translateY(-200%); opacity: 1 }
    100% { -webkit-transform: translateY(0); opacity: 1  }
}
@-webkit-keyframes slide-up {
    0% { -webkit-transform: translateY(100%); opacity: 1 }
    100% { -webkit-transform: translateY(0); opacity: 1  }
}
@-webkit-keyframes slide-in {
    0% { -webkit-transform: translateX(200%); opacity: 1 }
    100% { -webkit-transform: translateX(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 #bf1c2d;
}

/* Bootstrap Fade In out Animation */
/* YOUR CSS simplified */  
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
        display: block;
        height: auto;
        width: 100%;
        line-height: 1;
    }

/*Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}    
.carousel-fade .carousel-inner .active {
  opacity: 1;
}    
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}    
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}    
.carousel-fade .carousel-control {
  z-index: 2;
}

/*WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

.btn-primary {
background: #bf1c2d;
  border: 1px solid #bf1c2d;
  color: #FFF;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.45s ease-in-out;
  padding: 16px 48px !important;
  font-size: 16px !important;
}
/* .btn-primary::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 0;
  width: 0;
  transition: all 0.35s ease-in-out;
  background: #6d7464;
  z-index: -1;
} */
.btn-primary:hover {
  color: #fff!important;
  border-color: #6d7464;
}
/* .btn-primary:hover::after {
  width: 100%;
  height: 100%;
} */
.hero-v14 .banner-bottom-contact {
	position: relative;
	z-index: 9;
	
}
.hero-v14 .banner-bottom-contact-holder,
.hero-v14 .banner-bottom-contact {
	background: rgba(37, 37, 37, 1);
}
@media (min-width: 992px) {
	.hero-v14 .banner-bottom-contact {
		position: absolute;
		left: 0;
		right: 0;
		bottom: -70px;
		z-index: 9;
		background: transparent;
	}
}
.hero-v14 .banner-bottom-contact .banner-bottom-contact-holder {
	padding: 50px;
}
.hero-v14 .banner-bottom-contact .banner-bottom-contact-holder .contact-widget,
.hero-v14 .banner-bottom-contact .banner-bottom-contact-holder .contact-widget-sm {
	color: #fff;
}
.hero-v14 .banner-bottom-contact .banner-bottom-contact-holder .contact-widget p,
.hero-v14 .banner-bottom-contact .banner-bottom-contact-holder .contact-widget-sm p {
	color: #fff;
} 
.hero-v14 .banner-bottom-contact-holder .contact-widget a {
	font-size: 20px;
	line-height: 22px;
	color: #bf1c2d;
}
@media (min-width: 768px) {
	.hero-v14 .banner-bottom-contact-holder .contact-widget a {
		font-size: 38px;
		line-height: 42px;
	}
}
.hero-v14 .banner-bottom-contact-holder .contact-widget a i {
	margin-right: 10px;
}
.hero-v14 .banner-bottom-contact-holder .contact-widget a:hover {
	color: #fff;
}
.hero-v14 .banner-bottom-contact .banner-bottom-contact-holder .contact-widget-sm {
	position: relative;
	padding-left: 65px;
}
.hero-v14 .banner-bottom-contact .banner-bottom-contact-holder .contact-widget-sm span {
	font-size: 13.6;
	font-weight: 500;
	padding-bottom: 12px;
	display: block;
}
.hero-v14 .banner-bottom-contact .banner-bottom-contact-holder .contact-widget-sm p {
	font-size: 14px;
	line-height: 23px;
	margin: 0;
}
.hero-v14 .banner-bottom-contact .banner-bottom-contact-holder .contact-widget-sm p em {
	font-style: normal;
	color: #565656;
}
.hero-v14 .banner-bottom-contact .banner-bottom-contact-holder .contact-widget-sm .widget-icon {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.4;
	transition: all 0.35s ease-out;
}
.hero-v14 .banner-bottom-contact .banner-bottom-contact-holder .contact-widget-sm:hover .widget-icon {
	opacity: 1;
}

.hero-v14 .banner-bottom-contact .banner-bottom-contact-holder .contact-widget-sm-hours,
.hero-v14 .banner-bottom-contact .banner-bottom-contact-holder .contact-widget {
	padding-bottom: 70px;
}
@media (min-width: 992px) {
	.hero-v14 .banner-bottom-contact .banner-bottom-contact-holder .contact-widget-sm-hours,
	.hero-v14 .banner-bottom-contact .banner-bottom-contact-holder .contact-widget {
		padding-bottom: 0;
	}
}