
/** about-section **/

.about-section{
  position: relative;
  padding: 120px 0px;
}

.image_block_1 .image-box{
  position: relative;
  display: block;
  padding-left: 100px;
  margin-right: 100px;
  padding-bottom: 100px;
}

.image_block_1 .image-box img{
  width: 100%;
}

.image_block_1 .image-box .image-2{
  position: absolute;
  left: 0px;
  bottom: 0px;
  border-radius: 50%;
}

.image_block_1 .image-box .image-2 img{
  border-radius: 50%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}

.image_block_1 .image-box .shape{
  position: absolute;
  left: 100px;
  bottom: 95px;
  width: 270px;
  height: 275px;
  background-repeat: no-repeat;
}

.image_block_1 .image-box .text{
  position: absolute;
  top: 130px;
  left: -118px;
  font-size: 18px;
  line-height: 28px;
  color: #d2d3d7;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  transform: rotate(-90deg);
}

.image_block_1 .image-box .video-btn{
  position: absolute;
  right: 70px;
  bottom: 40px;
}

.image_block_1 .image-box .video-btn a{
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 120px;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
}

.image_block_1 .image-box .video-btn a:after, 
.image_block_1 .image-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(239, 162, 134, 0.6);
  box-shadow: 0 0 0 0 rgba(239, 162, 134, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.image_block_1 .image-box .video-btn a:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.image_block_1 .image-box .image-1{
  position: relative;
  display: block;
  overflow: hidden;
}

.image_block_1 .image-box .image-1: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);
}

.image_block_1 .image-box:hover .image-1:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

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

.content_block_1 .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.content_block_1 .content-box .inner-box{
  position: relative;
  display: block;
  padding-left: 300px;
}

.content_block_1 .content-box .inner-box .image-box{
  position: absolute;
  left: 0px;
  top: 1px;
  width: 270px;
  height: 120px;
}

.content_block_1 .content-box .inner-box .image-box img{
  width: 100%;
}

.content_block_1 .content-box .inner-box .inner h5{
  position: relative;
  display: block;
  padding-left: 70px;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 18px;
  min-height: 56px;
}

.content_block_1 .content-box .inner-box .inner h5 i{
  position: absolute;
  left: 0px;
  top: 1px;
  font-size: 55px;
  line-height: 55px;
}

.about-section .content_block_1 .content-box{
  margin-right: 20px;
  margin-top: -13px;
}

.content_block_1 .content-box .sec-title{
  margin-bottom: 11px;
}

.content_block_1 .content-box .signature{
  position: relative;
  display: block;
  margin-top: 41px;
}