
/** video-section **/

.video-section{
  position: relative;
  background: #F7F7F7;
}

.content_block_one .content-box{
  position: relative;
  display: block;
  max-width: 620px;
}

.content_block_one .content-box h2{
  display: block;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 20px;
}

.content_block_one .content-box p{
  margin-bottom: 26px;
}

.content_block_one .content-box p:last-child{
  margin-bottom: 0px;
}

.content_block_one .content-box .inner-box{
  position: relative;
  max-width: 570px;
}

.content_block_one .content-box .inner-box .single-item{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 21px 20px 21px 110px;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.07);
}

.content_block_one .content-box .inner-box .single-item .image-box{
  position: absolute;
  left: 19px;
  top: 10px;
}

.content_block_one .content-box .inner-box h3{
  display: block;
  font-size: 30px;
  line-height: 26px;
  margin-bottom: 6px;
}

.content_block_one .content-box .inner-box span{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
}

.content_block_one .content-box .inner-box .clients-box{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 21px 20px 21px 135px;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.07);
}

.content_block_one .content-box .inner-box .clients-thumb{
  position: absolute;
  left: 15px;
  top: 25px;
  display: flex;
  align-items: center;
}

.content_block_one .content-box .inner-box .clients-thumb li{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 3px solid #fff;
  border-radius: 50%;
  margin-right: -20px;
}

.content_block_one .content-box .inner-box .clients-thumb li img{
  width: 100%;
  border-radius: 50%;
}

.video_block_one .video-content{
  position: relative;
  display: block;
  margin-left: -15px;
  margin-right: -135px;
  text-align: center;
}

.video_block_one .video-content .image-box{
  position: relative;
  display: block;
}

.video_block_one .video-content .image-box img{
  width: 100%;
}

.video_block_one .video-content .video-btn{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.video_block_one .video-content .video-btn a{
  position: relative;
  display: inline-block;
  width: 106px;
  height: 106px;
  line-height: 112px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 28px;
}

.video_block_one .video-content .video-btn a:before,
.video_block_one .video-content .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_block_one .video-content .video-btn a:after{
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}


/** video-style-two **/

.video-style-two{
  position: relative;
  overflow: hidden;
  padding: 155px 0px 160px 0px;
}

.video-style-two .content-box{
  position: relative;
  max-width: 560px;
}

.video-style-two .content-box .text-box{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-family: var(--title-font-three);
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 19px;
}

.video-style-two .content-box h2{
  display: block;
  font-size: 48px;
  line-height: 54px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 39px;
}

.video-style-two .content-box .theme-btn{
  background: transparent;
  border: solid;
  border-width: 1px;
  border-color: #fff;
  padding: 9px 40px;
}

.video-style-two .content-box .theme-btn span{
  background: #fff;
}

.video-style-two .content-box .theme-btn:hover{
  color: var(--title-color) !important;
}

.video-style-two .inner-container{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
}

.video-style-two .video-btn a{
  position: relative;
  display: inline-block;
  width: 106px;
  height: 106px;
  line-height: 112px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 28px;
}

.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(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 .video-btn a:after{
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.video-style-two .image-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0.3;
}

.video-style-two .big-text{
  position: absolute;
  top: 25px;
  right: 0px;
  font-size: 200px;
  line-height: 200px;
  font-family: var(--title-font-five);
  writing-mode: vertical-lr;
  color: transparent;
  background: -webkit-linear-gradient(180deg, #EFCA8A 0%, rgba(115,97,66,0.48) 63% , rgba(0,0,0,0.0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.4;
}

.video-style-two.about-page .content-box h2{
  font-weight: 700;
}

.video-style-two.about-page .content-box .text-box{
  color: rgba(255, 172, 0, 1);
}

.video-style-two.about-page .video-btn a{
  color: #fff;
  background: rgba(255, 172, 0, 1);
}

.video-style-two.about-page .inner-container{
  max-width: 1290px;
}

.video-style-two.about-page .big-text{
  right: inherit;
  top: inherit;
  left: -20px;
  bottom: -40px;
  writing-mode: inherit;
  font-size: 270px;
  font-family: var(--title-font);
  font-weight: 800;
  text-transform: uppercase;
  width: max-content;
  color: transparent;
  background: -webkit-linear-gradient(90deg, rgba(255,255,255,0.50) 0%, rgba(255,255,255,0.1) 63% , rgba(0,0,0,0.0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/** rtl-css **/

.rtl .video_block_one .video-content{
  margin-left: -135px;
  margin-right: -15px;
}

/** responsive-css **/

@media only screen and (max-width: 1200px){
  .video_block_one .video-content{
    margin: 0px !important;
  }

  .video-section{
    padding: 100px 0px;
  }
}

@media only screen and (max-width: 991px){
  .content_block_one .content-box{
    max-width: 100%;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px){
  .content_block_one .content-box .inner-box .single-item{
    margin-bottom: 30px;
  }

  .content_block_one .content-box .inner-box{
    max-width: 100%;
  }

  .video-section{
    padding: 70px 0px;
  }

  .content_block_one .content-box h2{
    font-size: 30px;
    line-height: 40px;
  }

  .video-style-two .inner-container{
    display: block;
  }

  .video-style-two .content-box{
    margin-bottom: 50px;
  }

  .video-style-two{
    padding: 70px 0px;
  }
}

@media only screen and (max-width: 599px){
  .video-style-two .content-box h2{
    font-size: 40px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 499px){


}











































