
/** about-section **/

.about-section{
  position: relative;
  padding: 120px 0px;
}

.about-section .content_block_3 .content-box{
  margin-right: 75px;
}

.content_block_3 .content-box .sec-title h2{
  margin: 0px;
}

.content_block_3 .content-box .sec-title{
  margin-bottom: 11px;
}

.content_block_3 .content-box .text p{
  margin-bottom: 38px;
}

.content_block_3 .content-box .text h3{
  font-size: 26px;
  line-height: 32px;
  font-weight: 800;
  margin-bottom: 15px;
}

.content_block_3 .content-box .text p:last-child{
  margin-bottom: 0px;
}

.image_block_1 .image-box{
  position: relative;
  display: block;
  padding-left: 30px;
}

.image_block_1 .image-box .image{
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.image_block_1 .image-box .image img{
  width: 100%;
  border-radius: 10px;
}

.image_block_1 .image-box .image:before{
  position: absolute;
  top: 0;
  left: -75%;
  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:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.image_block_1 .image-box .image-pattern .pattern-1{
  position: absolute;
  left: -15px;
  bottom: 35px;
  width: 174px;
  height: 174px;
  background-repeat: no-repeat;
}

.image_block_1 .image-box .image-pattern .pattern-2{
  position: absolute;
  top: -30px;
  right: -50px;
  width: 174px;
  height: 174px;
  background-repeat: no-repeat;
}
