
.video-section{
  position: relative;
}

.video-section .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.video-section .content-inner{
  position: relative;
  max-width: 790px;
  width: 100%;
  margin: 0 auto;
}

.content_block_three .content-box{
  position: relative;
  display: block;
  background: var(--white-color);
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
  padding: 60px 100px 70px 50px;
}

.content_block_three .content-box .video-btn a{
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 76px;
  font-size: 22px;
  color: var(--white-color);
  background: var(--main-color);
  text-align: center;
  border-radius: 50%;
  margin-bottom: 17px;
}

.content_block_three .content-box h2{
  display: block;
  font-size: 60px;
  line-height: 86px;
  font-weight: 900;
  margin-bottom: 25px;
}

.video-section .pattern-layer{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right center;
}


/** video-style-two **/

.video-style-two{
  position: relative;
  overflow: hidden;
}

.video-style-two:before{
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.3;
}

.video-style-two .video-btn a{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 54px;
  font-size: 16px;
  color: var(--white-color);
  text-align: center;
  border-radius: 50%;
  background: var(--main-color);
  margin-bottom: 50px;
}

.video-style-two .video-btn a:before,
.video-style-two .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(65, 160, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(65, 160, 255, 0.5);
  -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 h2{
  display: block;
  font-size: 60px;
  line-height: 86px;
  font-weight: 700;
  color: var(--white-color);
}


/** video-style-three **/

.video-style-three{
  background: #0A1426;
}

.video-style-three .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: calc(50% + 40px);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.video-style-three .video-inner{
  position: relative;
  padding: 136px 0px 274px 28px;
}

.video-style-three .video-inner .video-btn a{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  color: var(--title-color);
  border: 1px solid var(--title-color);
  border-radius: 50%;
  text-align: center;
  z-index: 1;
}

.video-style-three .video-inner .video-btn{
  position: relative;
  z-index: 1;
}

.video-style-three .video-inner .video-btn:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 90px;
  height: 90px;
  left: -15px;
  top: -15px;
  z-index: -1;
}

.video-style-three .video-inner .video-btn:after{
  position: absolute;
  content: '';
  border: 1px solid #fff;
  width: 115px;
  height: 115px;
  left: -28px;
  top: -28px;
  z-index: -1;
}

.video-style-three .content-column{
  position: absolute;
  top: 120px;
  right: 90px;
  max-width: 945px;
  z-index: 1;
}

.video-style-three .content_block_seven .content-box .form-inner{
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}


/** video-style-four **/


.video-style-four{
  overflow: hidden;
}

.video-style-four .inner-box{
  position: relative;
  display: block;
  max-width: 890px;
  width: 100%;
  background: var(--main-color);
  padding: 60px;
}

.video-style-four .inner-box h2{
  display: block;
  font-size: 55px;
  line-height: 70px;
  color: #fff;
  font-weight: 900;
  margin-bottom: 40px;
}



































