
/** video-section **/

.video-section{
  position: relative;
  width: 100%;
  padding-bottom: 140px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.video-section:before{
  position: absolute;
  content: '';
  background: #272727;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.7;
}

.content_block_7 .content-box{
  position: relative;
  padding-top: 115px;
}

.content_block_7 .content-box .video-btn a{
  position: relative;
  display: inline-block;
  width: 125px;
  height: 120px;
  line-height: 120px;
  font-size: 30px;
  color: #fff;
  text-align: center;
}

.content_block_7 .content-box .video-btn .border-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255,255,255,.2);
  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;
}

.content_block_7 .content-box .video-btn .border-animation.border-2 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.content_block_7 .content-box .video-btn .border-animation.border-3 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

.content_block_7 .content-box .sec-title{
  margin-bottom: 90px;
}

.content_block_8 .content-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 71px 80px 0px 80px;
}

.content_block_8 .content-box .text{
  margin-bottom: 49px;
}

.content_block_8 .content-box .text p{
  font-size: 18px;
  line-height: 34px;
}

.content_block_8 .content-box .inner-box .single-item{
  position: relative;
  display: block;
  padding-left: 105px;
  margin-bottom: 36px;
  min-height: 94px;
}

.content_block_8 .content-box .inner-box .single-item:last-child{
  margin-bottom: 0px;
}

.content_block_8 .content-box .inner-box .single-item .icon-box{
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 60px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  background: #f6f6f6;
  text-align: center;
}

.content_block_8 .content-box .inner-box .single-item .icon-box:before{
  position: absolute;
  content: '';
  background: #f6f6f6;
  width: 80px;
  height: 100%;
  left: -80px;
  top: 0px;
}

.content_block_8 .content-box .inner-box .single-item h4{
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 6px;
}

.content_block_8 .content-box .inner-box .single-item p{
  font-size: 16px;
  line-height: 30px;
}

.content_block_8 .content-box .inner-box{
  margin-bottom: 22px;
}

.content_block_8 .content-box .btn-box{
  position: relative;
  top: 34px;
  z-index: 1;
}

.content_block_8 .content-box .btn-box .theme-btn-one{
  display: block;
  width: 100%;
  padding: 22px 30px;
}

.project-section.alternat-2{
  padding-left: 0px;
  padding-right: 0px;
}

.project-section.alternat-2:before{
  display: none;
}