.hero-v11 .carousel .carousel-inner > .item {
  height: 590px;
}
.hero-v11 .caption-links-holder .caption-links {
  display: table;
  float: left;
  margin-right: 60px;
}
@media only screen and (max-width: 992px) {
  .hero-v11 .caption-links-holder .caption-links {
    display: block;
    float: none;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.hero-v11 .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-v11 .img-icon-hover {
    overflow: hidden;
    position: relative;
}
.hero-v11 .img-icon-hover img:first-child,
.hero-v11 .img-icon-hover img:last-child {
    transition: 0.25s ease-out;
    position: absolute;
    top: 0;
    left: 0;
}
.hero-v11 .img-icon-hover > img{
    max-width: 100%;
}
.hero-v11 .img-icon-hover img:last-child {
    opacity: 0;
    visibility: hidden;    
}
.hero-v11 .img-icon-hover:hover > img:first-child {
    opacity: 0;
    visibility: hidden;
}
.hero-v11 .img-icon-hover:hover > img:last-child {
    opacity: 1;
    visibility: visible;
}
.hero-v11 .caption-links-holder .caption-links .caption-links-text {
  display: inline-block;
  font-size: 16px;
}
.hero-v11 .caption-links-holder .caption-links .caption-links-text h3 {
  margin: 0;
  font-size: 28px;
}
@media only screen and (max-width: 992px) {
  .hero-v11 .caption-links-holder .caption-links .caption-links-text h3 {
    font-size: 24px;
  }
}
.hero-v11 .carousel-control.left,
.hero-v11 .carousel-control.right {
  background-image: none;
  background: #c1a845;
  border: 2px solid #c1a845;
  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-v11 .carousel-control.left:hover,
.hero-v11 .carousel-control.right:hover {
  background: #ffffff;
  color: #c1a845;
}
.hero-v11 .carousel-control.left {
  right: 90px;
}

.hr-xs {
  background: #c1a845;
  height: 4px;
  width: 100px;
  display: table;
  margin: 20px 0;
}
.hero-video .hero-video-caption{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
}
@media only screen and (max-width: 767px) {
    .hero-v11 .caption-holder h1 {
        font-size: 55px;
    }
    .hero-video .hero-video-caption {
      padding-bottom: 0;
    }

    .hero-video-caption .mytable .va-bottom {
        vertical-align: middle!important;
    }
}