
.info-section{
  position: relative;
}

.info-section .inner-container{
  position: relative;
  margin-right: -370px;
  overflow: hidden;
  border-radius: 5px 0px 0px 5px;
  margin-top: -20px;
  z-index: 1;
}

.info-section .single-item{
  position: relative;
}

.info-section .single-item .video-inner{
  position: relative;
  width: 100%;
  padding: 77px 0px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.info-section .single-item .video-inner:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.66;
  background: #e70f0f;
}

.info-section .single-item .video-inner .video-btn a{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 48px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 9px rgba(255, 255, 255, 0.50);
}

.info-section .single-item .video-inner .video-btn a:before,
.info-section .single-item .video-inner .video-btn a:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.info-section .single-item .video-inner .video-btn a:after{
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.info-section .single-item .inner-box{
  position: relative;
  display: block;
  padding: 38px 40px 29px 40px;
  background: #ffffff;
  border-bottom: 1px solid #e8ecef;
}

.info-section .single-item:nth-child(3) .inner-box{
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.03);
  z-index: 1;
}

.info-section .single-item .inner-box .icon-box{
  position: relative;
  display: block;
  margin-bottom: 16px;
  min-height: 64px;
}

.info-section .single-item .inner-box h4{
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 0px;
}

.info-section .single-item .inner-box p a{
  display: inline-block;
  color: #444444;
}

.info-section .single-item .inner-box p a:hover{

}










































