@charset "utf-8";
/* CSS Document */
.b-intelligent-banner {
  background-image: url("../build/images/video-production/bg_video.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.blur-bg {
  background-image: url("../build/images/video-production/blur_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.customize-controls-wide-slide i {
  font-size: 42px;
  color: rgb(255 255 255);
  filter: drop-shadow(1px 1px 0px rgba(0, 0, 0, 0.8));
}




.video-container {
  position: relative;
  overflow: hidden;
  outline: 1px solid #d1d1d3;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.carousel-tab {
  cursor: pointer;
  height: auto;
}
.videos-carousel {
  position: relative;
  z-index: 2;
  display: flex;
}
.img-tab-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  overflow: hidden;
  height: 100%;
}


.title-tab {
  width: 100%;
  text-align: center;
  margin: 10px 0 5px;
  font-size: 18px;
  font-weight: 400;
  color: rgb(180, 180, 180);
  text-transform: uppercase;
  z-index: 2;
  position: relative;
  padding: 0 5px;
  line-height: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-tab-container:hover .title-tab, .img-tab-container.active .title-tab{
  font-family: 'century_bold';
  color: #000;
 }
.img-tab-container .video-control-title {
  margin: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  transform: translateY(110%);
  transition: all ease .5s;
}
.img-tab-container .video-control-title div{
  padding: 12px 0;
  background-color: rgba(96, 96, 94, 1);
  width: 100%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 20px;
}
.img-tab-container:hover .video-control-title {
  transform: translateY(0);
}
.carousel-tab.tns-nav-active {
  background-color: #007bff;
  color: white;
}
button[data-action="stop"], button[data-action="start"] {
  display: none;
}
.customize-controls-videos .prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.customize-controls-videos .next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.customize-controls-videos > div {
  flex: 0 0 auto;
  width: auto;
}
.customize-controls-videos i {
  font-size: 40px;
  color: #bad019;
  cursor: pointer;
}

.container-tabs-videos {
  position: relative;
  z-index: 1;
  max-width: 1065px;
  padding: 0 39px;
}

.container-tab-content-videos{max-width:1030px; padding: 0 20px}

.container-tabs-videos .tns-ovh > div {
    margin: 0px -3px 0 0 !important;
}



.title-tab:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: rgba(209,209,211,1.00);
    right: 1px;
    top: 0;
    bottom: 0;
  }


@media (min-width: 1200px) {
  .customize-controls-videos .prev {
    left: -5%;
  }
  .customize-controls-videos .next {
    right: -5%;
  }
}

@media (max-width: 992px) {

  .title-tab {
    font-size: 14px;
  }

}