
/** video-section **/

.video-section{
  position: relative;
  padding: 190px 0px 183px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: multiply;
  background-attachment: fixed;
}

.video-section .video-btn{
  position: relative;
  display: block;
  margin-bottom: 44px;
}

.video-section .video-btn a{
  position: relative;
  display: inline-block;
  width: 98px;
  height: 98px;
  font-size: 98px;
  border-radius: 50%;
}

.video-section .video-btn a:after, 
.video-section .video-btn a:before {
  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.7);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.video-section .video-btn a:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.video-section .inner-box h3{
  display: block;
  font-size: 26px;
  line-height: 34px;
  color: #ffffff;
  font-weight: 700;
}

/** video-style-two **/

.video-style-two{
  position: relative;
}

.video-style-two .inner-box{
  position: relative;
  width: 100%;
  padding: 160px 0px 163px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
  overflow: hidden;
  margin-top: -205px;
  z-index: 1;
}

.video-style-two .inner-box:before{
  position: absolute;
  content: '';
  background: #06194b;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.65;
}

.video-style-two .video-btn{
  position: relative;
  display: block;
  margin-bottom: 44px;
}

.video-style-two .video-btn a{
  position: relative;
  display: inline-block;
  width: 98px;
  height: 98px;
  font-size: 98px;
  border-radius: 50%;
}

.video-style-two .video-btn a:after, 
.video-style-two .video-btn a:before {
  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.7);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.video-style-two .video-btn a:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.video-style-two .content-box h3{
  display: block;
  font-size: 26px;
  line-height: 34px;
  color: #fff;
  font-weight: 700;
}