/** video-section **/

.video-section{
  position: relative;
  width: 100%;
  padding: 115px 0px 120px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.video-section:before{
  position: absolute;
  content: '';
  background-color: #52547c;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.2;
}

.video-section .inner-box h2{
  position: relative;
  display: block;
  font-size: 82px;
  line-height: 99px;
  color: #fff;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 53px;
}

.video-section .inner-box .video-btn a{
  position: relative;
  display: inline-block;
  width: 170px;
  height: 170px;
  line-height: 170px;
  font-size: 50px;
  color: #ffffff;
  background-color: #52547c;
  text-align: center;
  border-radius: 50%;
}

.video-section .inner-box .video-btn a:after, 
.video-section .inner-box .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.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.video-section .inner-box .video-btn a:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.video-section .sec-title i{

}

.video-section .sec-title h6{
  color: #fff;
}

.video-section .sec-title{
  margin-bottom: 21px;
}

.video-section:after{
  position: absolute;
  content: '';
  width: 350px;
  height: 400px;
  right: -320px;
  top: -50px;
  border-radius: 50%;
}

.video-section{
  overflow: hidden;
}