
/** about-section **/

.about-section{
  position: relative;
  padding: 130px 0px;
}

.image_block_1 .image-box{
  position: relative;
  display: block;
  padding-bottom: 158px;
}

.image_block_1 .image-box img{
  width: 100%;
}

.image_block_1 .image-box .image-2{
  position: absolute;
  right: -30px;
  bottom: 0px;
}

.image_block_1 .image-box .image-1{
  position: relative;
  overflow: hidden;
}

.image_block_1 .image-box .image-1: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-1:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.content_block_1 .content-box{
  position: relative;
  display: block;
}

.about-section .content_block_1 .content-box{
  margin-left: 70px;
}

.content_block_1 .content-box .text{
  position: relative;
  margin-bottom: 41px;
}

.content_block_1 .content-box .text p{
  margin-bottom: 21px;
}

.content_block_1 .content-box .text p:last-child{
  margin-bottom: 0px;
}

.content_block_1 .content-box .text p:first-child{
  padding-left: 35px;
}


/** about-style-two **/

.about-style-two{
  position: relative;
  padding: 130px 0px;
}

.image_block_2 .image-box{
  position: relative;
  display: block;
  margin-right: 60px;
  padding-right: 40px;
  padding-top: 40px;
}

.image_block_2 .image-box img{
  width: 100%;
}

.image_block_2 .image-box .image-content{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 185px;
  padding: 51px 30px 57px 50px;
  z-index: 1;
}

.image_block_2 .image-box .image-content span{
  position: absolute;
  display: block;
  left: 25px;
  top: 15px;
  font-size: 120px;
  line-height: 100px;
  text-transform: 'Roboto', sans-serif;
  font-weight: 700;
  text-shadow: -1px -1px 0 rgba(255,255,255,0.05), 1px -1px 0 rgba(255,255,255,0.05), -1px 1px 0 rgba(255,255,255,0.05), 1px 1px 0 rgba(255,255,255,0.05);
}

.image_block_2 .image-box .image-content h2{
  position: relative;
  font-size: 70px;
  line-height: 70px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 4px;
}

.image_block_2 .image-box .image-content h4{
  position: relative;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  font-weight: 700;
}

.image_block_2 .image-box .image{
  position: relative;
  overflow: hidden;
}

.image_block_2 .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_2 .image-box:hover .image:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.content_block_3 .content-box .text{
  margin-bottom: 56px;
}

.content_block_3 .content-box .inner-box .single-item{
  position: relative;
  float: left;
  width: 50%;
  padding: 0px 15px;
  border-right: 1px solid #d8d8d8;
}

.content_block_3 .content-box .inner-box .single-item:last-child{
  border-right: none;
}

.content_block_3 .content-box .inner-box .single-item .icon-box{
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 120px;
  background: #efe5e0;
  color: #222;
  font-size: 55px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 24px;
}

.content_block_3 .content-box .inner-box .single-item h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 4px;
}

.content_block_3 .content-box{
  margin-left: -10px;
}

.content_block_3 .content-box .sec-title{
  margin-bottom: 30px;
}