
/** about-section **/

.about-section{
  position: relative;
  padding-bottom: 100px;
}

.image_block_1 .image-box{
  position: relative;
  display: block;
  padding-bottom: 48px;
  margin-right: 70px;
}

.image_block_1 .image-box img{
  width: 100%;
}

.image_block_1 .image-box .image-2{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  background: #fff;
  padding: 10px;
}

.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;
}

.image_block_1 .image-box .image-content{
  position: absolute;
  display: flex;
  align-items: center;
  left: -80px;
  top: 100px;
  background: #fff;
  width: 320px;
  padding: 17px 20px 23px 30px;
  box-shadow: 0px 10px 40px 10px rgba(0, 0, 0, 0.1);
}

.image_block_1 .image-box .image-content h2{
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  margin-right: 15px;
}

.image_block_1 .image-box .image-content h3{
  font-size: 22px;
  line-height: 27px;
  font-weight: 300;
}

.content_block_1 .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 46px;
}

.content_block_1 .content-box .text h3{
  font-size: 24px;
  line-height: 32px;
  color: #20445a;
  font-weight: 500;
  margin-bottom: 25px;
  padding-left: 46px;
}

.content_block_1 .content-box .text .quote{
  position: absolute;
  width: 28px;
  height: 19px;
  left: 0px;
  top: 9px;
  background-repeat: no-repeat;
}

.content_block_1 .content-box .author-box{
  position: relative;
  display: block;
  padding: 0px 0px 50px 295px;
  border-bottom: 1px solid #dddddd;
}

.content_block_1 .content-box .author-box .signature{
  position: absolute;
  left: 0px;
  top: 1px;
}

.content_block_1 .content-box .author-box .signature:before{
  position: absolute;
  content: '';
  background: #dddddd;
  width: 1px;
  height: 65px;
  top: -7px;
  right: -35px;
}

.content_block_1 .content-box .author-box h3{
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.content_block_1 .content-box .author-box .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.content_block_1 .content-box{
  position: relative;
  display: block;
  margin-top: 11px;
}


/** about-style-two **/

.about-style-two{
  position: relative;
  padding: 155px 0px 45px 0px;
}

.image_block_2 .image-box{
  position: relative;
  display: block;
  padding-bottom: 63px;
  padding-right: 27px;
}

.image_block_2 .image-box .image{
  position: relative;
  display: block;
  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;
}

.image_block_2 .image-box .single-box{
  position: absolute;
  left: -80px;
  background: #fff;
  width: 225px;
  padding: 28px 25px 25px 35px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

.image_block_2 .image-box .content-one{
  top: 120px;
}

.image_block_2 .image-box .content-two{
  bottom: 120px;
}

.image_block_2 .image-box .single-box h2{
  position: relative;
  display: block;
  padding-left: 70px;
  font-size: 48px;
  line-height: 50px;
  color: #20445a;
  font-weight: 600;
  margin-bottom: 14px;
}

.image_block_2 .image-box .single-box h2 i{
  position: absolute;
  left: 0px;
  top: -3px;
  font-size: 60px;
}

.image_block_2 .image-box .single-box p{
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  color: #222222;
  font-weight: 500;
}

.image_block_2 .image-box .content-three{
  position: absolute;
  right: -190px;
  bottom: 0px;
  background: #fff;
  padding-left: 152px;
  width: 380px;
  min-height: 140px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

.image_block_2 .image-box .content-three .icon-box{
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 27px 0px 10px 10px;
  text-align: center;
  width: 150px;
}

.image_block_2 .image-box .content-three .text{
  position: relative;
}

.image_block_2 .image-box .content-three .icon-box i.icon{
  position: relative;
  display: inline-block;
  font-size: 120px;
  line-height: 60px;
  color: #444444;
  margin-bottom: 0px;
}

.image_block_2 .image-box .content-three .icon-box ul li{
  position: relative;
  display: inline-block;
  font-size: 10px;
  line-height: 16px;
  margin: 0px -3px;
}

.image_block_2 .image-box .content-three .icon-box ul{
  position: relative;
  top: -9px;
}

.image_block_2 .image-box .content-three .text{
  position: relative;
  padding: 25px 10px 22px 20px;
}

.image_block_2 .image-box .content-three .text h3{
  font-size: 24px;
  line-height: 29px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 3px;
}

.image_block_2 .image-box .content-three .text span{
  position: relative;
  display: block;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

.content_block_5 .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 90px;
}

.content_block_5 .content-box .text p{
  margin-bottom: 33px;
}

.content_block_5 .content-box .text .list li{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #222;
  padding-left: 28px;
  margin-bottom: 11px;
}

.content_block_5 .content-box .text .list li:last-child{
  margin-bottom: 0px;
}

.content_block_5 .content-box .text .list li:before {
  position: absolute;
  content: "\f058";
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  font-weight: 700;
  left: 0px;
  top: 1px;
}

.content_block_5 .content-box .btn-box{
  position: relative;
  display: block;
  padding-left: 180px;
}

.content_block_5 .content-box .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #222;
  text-transform: uppercase;
  text-align: center;
  padding: 18px 39px 20px 50px;
}

.content_block_5 .content-box .btn-box a:before{
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  left: 32px;
  top: 28px;
}

.content_block_5 .content-box .btn-box a:hover{
  color: #fff;
}

.about-style-two .other-text{
  position: relative;
  display: block;
  margin-top: 105px;
}

.about-style-two .other-text h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

.about-style-two .other-text h3:before,
.about-style-two .other-text h3:after{
  position: absolute;
  content: '';
  background: #dddddd;
  width: 230px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
}

.about-style-two .other-text h3:before{
  left: 0px;
}

.about-style-two .other-text h3:after{
  right: 0px;
}


/** about-style-three **/

.about-style-three{
  position: relative;
  overflow: hidden;
}

.about-style-three .content-box{
  padding: 112px 0px 100px 0px;
}

.about-style-three .content-box .author .signature{
  position: relative;
  margin-bottom: 16px;
}

.about-style-three .content-box .author h3{
  display: block;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.about-style-three .content-box .author .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.about-style-three .content_block_1 .content-box .text{
  margin-bottom: 39px;
}

.about-style-three .image-box{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  max-width: 1920px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.about-style-three .image-box .image-1{
  position: absolute;
  left: 370px;
  bottom: 0px;
}

.about-style-three .image-box .image-2{
  position: absolute;
  left: 223px;
  bottom: 75px;
  z-index: 1;
}

.about-style-three .image-box .image-2:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: 100%;
  left: 10px;
  top: 10px;
  z-index: -1;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
}

.about-style-three .image-box .image-pattern{
  position: absolute;
  left: 220px;
  bottom: 0px;
  width: 441px;
  height: 441px;
  background-repeat: no-repeat;
  bottom: -20px;
  z-index: -1;
}

.about-style-three .icon-shape{
  position: absolute;
  right: -100px;
  top: 80px;
}


.about-section.about-page{
  padding-top: 110px;
}