

/** info-section **/

.info-section{
  position: relative;
  padding: 100px 0px;
}

.info-section .title-inner{
  position: relative;
  padding-left: 250px;
  display: flex;
  vertical-align: middle;
  align-items: center;
  min-height: 180px;
}

.info-section .title-inner .year-box{
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  max-width: 220px;
  width: 100%;
  text-align: center;
  padding: 27px 15px 29px 15px;
}

.info-section .title-inner .year-box .image-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 220px;
  height: 180px;
  overflow: hidden;
}

.info-section .title-inner .year-box h2{
  position: relative;
  font-size: 110px;
  line-height: 94px;
  font-weight: 700;
}

.info-section .title-inner .year-box h3{
  font-size: 22px;
  line-height: 30px;
  color: #204669;
  text-transform: uppercase;
  font-weight: 400;
}

.info-section .title-inner .title h2{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  color: #222;
}

.info-section .title-inner .title h2 span{

}

.info-section .text-column .text p{
  margin-bottom: 22px;
}

.info-section .text-column .text a{
  position: relative;
  display: inline-block;
}

.info-section .text-column .text a i{
  position: relative;
  font-size: 12px;
  margin-right: 10px;
}

.info-section .text-column .text a span{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  color: #222;
  font-weight: 700;
  border-bottom: 1px solid #222;
  transition: all 500ms ease;
}

.info-section .text-column .text a:hover span{

}

.info-section .text-column .text{
  position: relative;
  display: block;
  margin-top: 18px;
}


/** info-style-two **/

.info-style-two{
  position: relative;
  padding: 72px 0px;
}

#video_block_two .video-content{
  position: relative;
  display: block;
}

.info-style-two #video_block_two .video-content{
  margin-right: 55px;
  margin-top: -112px;
}

#video_block_two .video-inner{
  position: relative;
  width: 100%;
  text-align: center;
  padding: 190px 0px 230px 0px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%, 0% 0%);
}

#video_block_two .video-inner:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

#video_block_two .video-inner:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

#video_block_two .video-content .pattern-layer{
  position: absolute;
  left: -210px;
  top: 140px;
  width: 283px;
  height: 363px;
  background-repeat: no-repeat;
}

#video_block_two .video-inner .video-btn a{
  position: relative;
  display: inline-block;
  width: 135px;
  height: 135px;
  line-height: 135px;
  text-align: center;
  background: rgba(255,255,255,0.9);
  font-size: 30px;
  border-radius: 50%;
}

#video_block_two .video-inner .video-btn a:after, 
#video_block_two .video-inner .video-btn a:before {
  width: 135px;
  height: 135px;
  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_block_two .video-inner .video-btn a:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

#content_block_seven .content-box{
  position: relative;
}

#content_block_seven .content-box .info-list{
  position: relative;
  display: block;
  margin-bottom: 28px;
}


#content_block_seven .content-box .info-list li{
  position: relative;
  display: block;
  padding-left: 90px;
  padding-bottom: 29px;
  margin-bottom: 27px;
  border-bottom: 1px dashed #5e5588;
}

#content_block_seven .content-box .info-list li:last-child{
  margin-bottom: 0px;
}

#content_block_seven .content-box .info-list li i{
  position: absolute;
  left: 0px;
  top: 8px;
  font-size: 70px;
  line-height: 70px;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#content_block_seven .content-box .info-list li h3{
  color: #fff;
  margin-bottom: 14px;
}

#content_block_seven .content-box .info-list li p{
  color: #8c86aa;
}

#content_block_seven .content-box .support-box p{
  color: #8c86aa;
  margin-bottom: 6px;
}

#content_block_seven .content-box .support-box .box{
  position: relative;
  padding-left: 90px;
}

#content_block_seven .content-box .support-box .box i{
  position: absolute;
  left: 0px;
  top: 13px;
  font-size: 70px;
  line-height: 70px;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#content_block_seven .content-box .support-box .box h3{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 48px;
  font-weight: 400;
  color: #fff;
  margin: 0px;
}

#content_block_seven .content-box .support-box .box h3 a{
  display: inline-block;
  color: #fff;
}

#content_block_seven .content-box .support-box .box h3 a:hover{
  text-decoration: underline;
}


/** world-cyber **/

.world-cyber{
  position: relative;
  padding: 93px 0px 305px 0px;
}

.world-cyber .sec-title{
  margin-bottom: 150px;
}

.world-cyber .pattern-layer{
  position: absolute;
  left: 0px;
  top: 180px;
  right: 0px;
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center;
}

.world-cyber .office-location{
  position: relative;
  display: block;
  min-height: 320px;
}

.world-cyber .office-location .location-area{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  min-height: 320px;
}

.world-cyber .office-location .location-area .location-box{
  position: absolute;
  left: 200px;
  top: 0px;
  width: 15px;
  height: 15px;
  background: #fff;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: all 500ms ease;
}

.world-cyber .office-location .location-area .location-box:nth-child(2){
  left: 295px;
  top: 95px;
}

.world-cyber .office-location .location-area .location-box:nth-child(3){
  left: 390px;
  top: 260px;
}

.world-cyber .office-location .location-area .location-box:nth-child(4){
  left: 60%;
  top: 25px;
  margin-left: -25px;
}

.world-cyber .office-location .location-area .location-box:nth-child(5){
  left: 55%;
  top: 215px;
  margin-left: -20px;
}

.world-cyber .office-location .location-area .location-box:nth-child(6){
  top: -8px;
  left: inherit;
  right: 225px;
}

.world-cyber .office-location .location-area .location-box:nth-child(7){
  top: 95px;
  left: inherit;
  right: 320px;
}

.world-cyber .office-location .location-area .location-box:last-child{
  top: 300px;
  left: inherit;
  right: 195px;
}

.world-cyber .office-location .location-area .location-box:before{
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  left: 4px;
  top: 4px;
  transition: all 500ms ease;
}

.world-cyber .office-location .location-area .location-box:hover:before{
  
}

.world-cyber .office-location .location-area .location-box .address-box{
  position: absolute;
  left: -109px;
  bottom: 40px;
  width: 230px;
  background: #fff;
  padding: 10px 15px 15px 60px;
  transform: translateY(-15px);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: all 500ms ease;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}

.world-cyber .office-location .location-area .location-box:hover .address-box{
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

.world-cyber .office-location .location-area .location-box .address-box:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 20px;
  height: 20px;
  left: 50%;
  margin-left: -10px;
  transform: rotate(45deg);
  bottom: -6px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
}

.world-cyber .office-location .location-area .location-box .address-box .icon-box{
  position: absolute;
  left: 16px;
  top: 17px;
}

.world-cyber .office-location .location-area .location-box .address-box p{
  font-size: 14px;
  line-height: 20px;
  margin: 0px;
}
/** clients-section **/

.clients-section{
  position: relative;
  padding: 80px 0px;
}

.clients-section .client-logo img{
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.clients-section .client-logo:hover img{
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
}

  .clients-section.alternet-2{
    background: #f9f9f9;
    padding: 65px 0px;
  }
  
  .clients-section.alternet-2 .client-logo img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
  }
  
  .clients-section.alternet-2 .client-logo:hover img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
  }

/** funfact-style-two **/

.funfact-style-two{
  position: relative;
  padding-bottom: 105px;
}

.funfact-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  top: -250px;
  right: 0px;
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center;
}

.counter-block-two{
  position: relative;
  display: inline-block;
  text-align: left;
}

.counter-block-two .count-outer{
  position: relative;
  display: block;
  font-size: 90px;
  line-height: 90px;
  font-weight: 400;
  margin-bottom: 6px;
}

.counter-block-two h3{
  font-weight: 400;
  color: #204669;
  line-height: 27px;
  margin: 0px;
}


/** funfact-style-three **/

.funfact-style-three{
  position: relative;
  padding: 104px 0px 72px 0px;
}

.funfact-style-three .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.funfact-style-three .pattern-layer .pattern-2{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-repeat: repeat-x;
  animation: slide 60s linear infinite;
  -webkit-animation: slide 60s linear infinite;
}

@keyframes slide{
  from { background-position: 0 0; }
    to { background-position: 1920px 0; }
}

@-webkit-keyframes slide{
  from { background-position: 0 0; }
    to { background-position: 1920px 0; }
}

.bg-color-4{
  background: #1b62db;
}

#content_block_11 .content-box .sec-title-two{
  margin-bottom: 15px;
}

#content_block_11 .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 39px;
}

#content_block_11 .content-box .text p{
  color: #fff;
  margin: 0px;
}

#content_block_11 .content-box .video-btn a{
  position: relative;
  display: inline-block;
  width: 200px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
}

#content_block_11 .content-box .video-btn a:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.5;
  z-index: -1;
}

#content_block_12 .content-box{
  position: relative;
  display: block;
}

.funfact-style-three #content_block_12 .content-box{
  margin-right: -100px;
  margin-top: 35px;
}

.counter-block-three{
  position: relative;
  padding-left: 105px;
  margin-bottom: 74px;
}

.counter-block-three .icon-box{
  position: absolute;
  left: 0px;
  top: 6px;
  font-size: 80px;
  line-height: 80px;
  color: #fff;
}

.counter-block-three .count-outer{
  position: relative;
  display: block;
  font-size: 56px;
  line-height: 60px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}

.counter-block-three h3{
  position: relative;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #fff;
  margin: 0px;
}




/** funfact-style-four **/

.funfact-style-four{
  position: relative;
  padding-bottom: 105px;
}

.funfact-style-four .pattern-layer{
  position: absolute;
  left: 0px;
  top: -100px;
  right: 0px;
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center;
}

.counter-block-four{
  position: relative;
  display: inline-block;
  text-align: left;
}

.counter-block-four .count-outer{
  position: relative;
  display: block;
  font-size: 90px;
  line-height: 90px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #222;
  margin-bottom: 10px;
}

.counter-block-four h3{
  font-weight: 400;
  line-height: 27px;
  color: #666666;
  margin-bottom: 0px;
}





.counter-block-four .count-outer {
  margin-left: -5px;
  color: #204669;
}

.counter-block-four h3 {
  font-size: 20px;
}

.counter-block-four .icon {
  position: absolute;
  top: 20px;
  left: 0;
}

.counter-block-four {
  display: block;
  padding-left: 114px;
}

.funfact-style-four.about-page-1 .auto-container {
  max-width: 1450px;
}


/** team-section **/

.team-section{
  position: relative;
  padding: 95px 0px;
}

.team-block-one .inner-box{
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 100px;
}

.team-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #063c83;
}

.team-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box img{
  opacity: 0.2;
}

.team-block-one .inner-box .lower-content{
  position: relative;
  padding-top: 27px;
}

.team-block-one .inner-box .lower-content h3{
  margin-bottom: 0px;
}

.team-block-one .inner-box .lower-content h3 a{
  display: inline-block;
  color: #222;
}

.team-block-one .inner-box .lower-content h3 a:hover{

}

.team-block-one .inner-box .lower-content .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
}

.team-block-one .inner-box .lower-content .ovellay-box{
  position: absolute;
  display: block;
  overflow: hidden;
  top: 0px;
  width: calc(100% - 30px);
  left: 15px;
  background: #fff;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  padding: 37px 15px 40px 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .lower-content .ovellay-box{
  top: -20px;
  opacity: 1;
  visibility: visible;
}

.team-block-one .inner-box .lower-content .ovellay-box .social-links li{
  position: relative;
  display: inline-block;
  margin: 0px 15px;
}

.team-block-one .inner-box .lower-content .ovellay-box .social-links{
  position: relative;
  display: block;
  padding-top: 7px;
}

.team-block-one .inner-box .lower-content .ovellay-box .social-links li:before{
  position: absolute;
  content: '';
  background: #cdd8e6;
  width: 1px;
  height: 22px;
  top: 2px;
  right: -17px;
}

.team-block-one .inner-box .lower-content .ovellay-box .social-links li:last-child:before{
  display: none;
}

.team-block-one .inner-box .lower-content .ovellay-box .social-links li a{
  display: inline-block;
  font-size: 15px;
  color: #bcbcbc;
}

.team-block-one .inner-box .lower-content .ovellay-box .social-links li a:hover{

}

.team-section .owl-theme .owl-dots{
  position: relative;
  display: block;
  text-align: center;
}

.owl-dot-style-one .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  width: 20px;
  height: 4px;
  background: #dddddd;
  border-radius: 0px;
  margin: 0px 5px;
  cursor: pointer;
  transition: all 500ms ease;
}

.owl-dot-style-one .owl-dots .owl-dot.active span,
.owl-dot-style-one .owl-dots .owl-dot span:hover{

}

.team-section .upper-box{
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.team-section .upper-box .btn-box{
  position: relative;
  margin-top: 13px;
}

.team-section .upper-box .btn-box a{
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 27.5px;
  border-radius: 5px;
  z-index: 1;
}

.team-section .upper-box .btn-box a:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.team-section .upper-box .btn-box a:after{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  right: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.team-section .upper-box .btn-box a:hover:before{
  left: 0px;
  width: 50%;
}

.team-section .upper-box .btn-box a:hover:after{
  right: 0px;
  width: 50%
}

.team-section .upper-box .btn-box a i{
  margin-right: 10px;
}

.team-section .upper-box .btn-box a:hover{
  color: #fff;
}

.team-block-one .inner-box .lower-content .ovellay-box{
  position: relative;
  top: -20px;
  opacity: 1;
  visibility: visible;
  }
  
  .team-block-one .inner-box .lower-content {
    padding: 0;
  }
  
  .team-block-one .inner-box .lower-content h3 a {
    color: #204669;
  }
  
  .team-block-one .inner-box {
    margin-bottom: 30px;
  }

/** team-style-two **/

.team-style-two{
  position: relative;
  padding: 104px 0px 105px 0px;
}

.team-style-two .sec-title-two{
  max-width: 510px;
  margin-bottom: 57px;
}

.team-block-two .inner-box{
  position: relative;
  display: block;
  text-align: center;
}

.team-block-two .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.team-block-two .inner-box .image-box img{
  width: 100%;
}

.team-block-two .inner-box .image-box:before{
  position: absolute;
  content: '';
  width: 50%;
  height: 0%;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  opacity: 0.8;
  transition: all 500ms ease;
}

.team-block-two .inner-box:hover .image-box:before{
  height: 100%;
}

.team-block-two .inner-box .image-box:after{
  position: absolute;
  content: '';
  width: 50%;
  height: 0%;
  right: 0px;
  top: 0px;
  z-index: 1;
  opacity: 0.8;
  transition: all 500ms ease;
}

.team-block-two .inner-box:hover .image-box:after{
  height: 100%;
}

.team-block-two .inner-box .image-box .social-links{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  z-index: 2;
  opacity: 0;
  transition: all 500ms ease;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

.team-block-two .inner-box:hover .image-box .social-links{
  opacity: 1;
}

.team-block-two .inner-box .image-box .social-links li{
  position: relative;
  display: inline-block;
  margin: 0px 20px;
}

.team-block-two .inner-box .image-box .social-links li:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 1px;
  height: 22px;
  top: 2px;
  right: -20px;
  opacity: 0.8;
}

.team-block-two .inner-box .image-box .social-links li:last-child:before{
  display: none;
}

.team-block-two .inner-box .image-box .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #fff;
}

.team-block-two .inner-box .lower-content{
  position: relative;
  padding-top: 27px;
}

.team-block-two .inner-box .lower-content h3{
  position: relative;
  display: block;
  margin-bottom: 6px;
}

.team-block-two .inner-box .lower-content h3 a{
  display: inline-block;
  color: #222;
}

.team-block-two .inner-box .lower-content h3 a:hover{

}

.team-block-two .inner-box .lower-content .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px;
}

.team-style-two .owl-nav{
  position: absolute;
  top: 35%;
  width: 100%;
}

.team-style-two .owl-nav .owl-prev,
.team-style-two .owl-nav .owl-next{
  position: absolute;
  display: inline-block;
  font-size: 14px;
  background: #fff;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  transition: all 500ms ease;
}

.team-style-two .owl-nav .owl-prev{
  left: -95px;
}

.team-style-two .owl-nav .owl-next{
  right: -95px;
}

.team-style-two .owl-nav .owl-prev:hover,
.team-style-two .owl-nav .owl-next:hover{
  color: #fff;
}

.team-style-two .pattern-layer{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 514px;
  height: 600px;
  background-repeat: no-repeat;
}

.team-style-two .anim-icon .icon-1 {
  left: 250px;
  bottom: 80px;
  width: 60px;
  height: 60px;
}

.team-style-two .anim-icon .icon-2 {
  right: 30%;
  top: 130px;
  width: 50px;
  height: 50px;
}

/** video-section **/

.video-section{
  position: relative;
  padding: 130px 0px 125px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.video-section:before{
  position: absolute;
  content: '';
  background: #12273c;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.6;
}

.video-section .inner-box{
  position: relative;
  display: block;
  max-width: 630px;
  width: 100%;
  margin: 0 auto;
}

.video-section .inner-box .video-btn a{
  position: relative;
  display: inline-block;
  font-size: 30px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
}

.video-section .inner-box .video-btn a:after, 
.video-section .inner-box .video-btn a:before {
  width: 90px;
  height: 90px;
  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 .inner-box .video-btn{
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.video-section .inner-box .video-btn:before,
.video-section .inner-box .video-btn:after{
  position: absolute;
  content: '';
  background: #fff;
  width: 45px;
  height: 2px;
  top: 44px;
}

.video-section .inner-box .video-btn:before{
  left: -65px;
}

.video-section .inner-box .video-btn:after{
  right: -65px;
}

.video-section .inner-box h2{
  position: relative;
  display: block;
  font-size: 54px;
  line-height: 70px;
  color: #fff;
  font-weight: 400;
  margin: 0px;
}
