/* company intro variant 1 */

.company-intro-variant-1 .c-intro-img img{
  width: 100%; /*If image is large enough this is not needed*/
}
.company-intro-variant-1 .c-intro-list .icon-box-holder {
  width: 100%;
  position: relative;
}
.company-intro-variant-1 .c-intro-list .icon-box-holder.line_right:before {
  content: '';
  background-color: #2D358B;
  height: 100%;
  width: 1px;
  left: 34px;
  top: 0;
  position: absolute;
  z-index: 0;
}
.company-intro-variant-1 .c-intro-list .icon-box-holder .icon-holder {
  position: relative;
  width: 70px;
  height: 70px;
  z-index: 1;
  border-radius: 50%;
  float: left;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.company-intro-variant-1 .c-intro-list .icon-box-holder:hover .img-icon-hover > img:first-child {
    opacity: 0;
    visibility: hidden;
}
.company-intro-variant-1 .c-intro-list .icon-box-holder:hover .img-icon-hover > img:last-child {
    opacity: 1;
    visibility: visible;
}

.company-intro-holder .video-holder {
    right: 0;
    top:0;
    bottom: 0;
    width: 50%;
    background: url(../images/video-thumb.jpg) no-repeat;
    background-size: cover;
}
.company-intro-holder .video-holder .video-widget,
.company-intro-holder .video-holder .video-widget a {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}
.video-widget a .overlay{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: table;
}
.video-widget a .overlay .play-icon {
    font-size: 70px;
    color: #ffffff;
    transition: all 0.25s ease-out;
}
.video-widget a:hover > .overlay .play-icon{
    color: #A08A58;
}
.img-fluid {
    width: 100%;
}
@media only screen and (max-width: 992px) {
    .company-intro-holder .video-holder {
        position: relative;
        width: 100%;
        height: 360px;
    }
}