
/** video-section **/

.video-section{
  position: relative;
  overflow: hidden;
  padding-top: 158px;
}

.video-section .bg-layer:before{
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 21, 90, 0.85);
}

.video-section .content-box{
  position: relative;
  display: block;
  padding-bottom: 304px;
}

.video-section .content-box .video-btn{
  position: relative;
  display: block;
  margin-bottom: 76px;
}

.video-section .content-box .video-btn a{
  position: relative;
  display: inline-block;
  width: 105px;
  height: 105px;
  line-height: 109px;
  font-size: 30px;
  color: #fff;
  background: var(--theme-color);
  text-align: center;
}

.video-section .content-box .video-btn a .border-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--theme-color);
  animation: squares 2.9s linear 0s infinite;
  -webkit-animation: squares 2.9s linear 0s infinite;
  -ms-animation: squares 2.9s linear 0s infinite;
  -o-animation: squares 2.9s linear 0s infinite;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}

.video-section .content-box .video-btn a .border-animation.border-2 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.video-section .content-box .video-btn a .border-animation.border-3 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

.video-section .content-box h2{
  display: block;
  font-size: 55px;
  line-height: 65px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 27px;
}

.video-section .content-box h2:before{
  position: absolute;
  content: '';
  background-image: url(../../images/shape/shape-16.png);
  width: 262px;
  height: 22px;
  left: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
}

.video-section .content-box .shape{
  position: absolute;
  right: 0px;
  bottom: -120px;
  width: 152px;
  height: 110px;
  background-repeat: no-repeat;
}

.content_block_four .inner-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 50px 60px 56px 60px;
  border-top: 15px solid var(--theme-color);
}

.content_block_four .inner-box h2{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 9px;
  text-align: center;
}

.content_block_four .inner-box .form-inner .form-group{
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.content_block_four .inner-box .form-inner .form-group:last-child{
  margin-bottom: 0px;
}

.content_block_four .inner-box .form-inner .form-group input[type='text'],
.content_block_four .inner-box .form-inner .form-group input[type='email'],
.content_block_four .inner-box .form-inner .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 85px;
  background: #F3F3F3;
  border: 1px solid #DFDFDF;
  font-size: 20px;
  font-family: var(--title-font);
  color: #979797;
  font-weight: 600;
  padding: 10px 40px;
  transition: all 500ms ease;
}

.content_block_four .inner-box .form-inner .form-group textarea{
  display: block;
  height: 162px;
  resize: none;
  padding-top: 20px;
  margin-bottom: 30px;
}

.content_block_four .inner-box .form-inner .form-group input:focus,
.content_block_four .inner-box .form-inner .form-group textarea:focus{
  border-color: var(--theme-color);
}


/** video-style-two **/

.video-style-two{
  position: relative;
  padding: 290px 0px 284px 0px;
  overflow: hidden;
}

.video-style-two .bg-layer:before{
  position: absolute;
  content: '';
  background: rgba(0, 21, 90, 0.9);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.video-style-two .content-box{
  position: relative;
  display: block;
}

.video-style-two .content-box .video-btn a{
  position: relative;
  display: inline-block;
  width: 112px;
  height: 112px;
  line-height: 92px;
  text-align: center;
  border: 10px solid #fff;
  border-radius: 50%;
  margin-bottom: 49px;
}

.video-style-two .content-box .video-btn a:before,
.video-style-two .content-box .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;
}

.video-style-two .content-box .video-btn a:after{
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.video-style-two .content-box h2{
  position: relative;
  display: block;
  font-size: 55px;
  line-height: 65px;
  color: #fff;
  font-weight: 700;
}

.video-style-two .content-box h2 span{
  color: var(--theme-color);
}














































