/** team-section **/

.team-section:before{
  position: absolute;
  content: '';
  background: #fff2f2;
  width: 100%;
  height: calc(100% - 216px);
  left: 0px;
  top: 0px;
}

.team-block-one .inner-box .image-box{
  overflow: hidden;
}

.team-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box img{
  opacity: 0.3;
  transform: scaleY(1.05);
}

.team-block-one .inner-box .lower-content{
  overflow: hidden;
  padding-top: 22px;
  padding-bottom: 24px;
}

.team-block-one .inner-box .lower-content .designation{
  text-transform: uppercase;
}

.team-block-one .inner-box .lower-content .social-links{
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  top: 15px;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .lower-content .social-links{
  top: 0px;
  visibility: visible;
  opacity: 1;
}

.team-block-one .inner-box .lower-content .social-links li{
  position: relative;
  display: inline-block;
  margin: 0px 5px;
}

.team-block-one .inner-box .lower-content .social-links li a{
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  background: #fff2f2;
  text-align: center;
  border-radius: 50%;
}

.team-block-one .inner-box .lower-content .social-links li a:hover{
  color: #fff;
}

.team-section .team-block{
  padding: 0px 1.5px;
}

.team-section .inner-content{
  margin: 0px 13.5px;
}
/** team-details **/

.team-details .image-box .image img{
  width: 100%;
  border-radius: 10px;
}

.team-details .image-box .info li,
.team-details .image-box .info li a{
  color: #141417;
}

.team-details .content-box .social-links li a{
  width: 44px;
  height: 44px;
  line-height: 44px;
  border: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  color: #141417;
}

.team-details .content-box .social-links li a:hover{
  color: #fff;
}

.progress-box p{
  color: #141417;
}

/** about-section **/

.content_block_1 .content-box .inner-box .single-item h5:before{
  position: absolute;
  content: '\f0da';
  font-family: 'Font Awesome 5 pro';
  font-size: 18px;
  left: 0px;
  top: 0px;
}

.image_block_1 .image-box img{
  width: 100%;
}

.image_block_1 .image-box .image{
  overflow: hidden;
}

.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 .text{
  position: absolute;
  left: -50%;
  margin-left: 13px;
  top: 290px;
  padding-top: 10px;
  background: #fff;
  text-align: center;
  transform: rotate(90deg);
  padding-left: 100px;
  padding-right: 100px;
  letter-spacing: 7px;
  text-transform: uppercase;
}

/** about-style-two **/

.progress-box .bar{
  position:relative;
  width:100%;
  height:7px;
  background:#f4f4fa;
  border-radius:0px;
}

.progress-box .bar-inner{
  position:relative;
  display:block;
  border-radius:0px;
  width:0px;
  height:7px;
  -webkit-transition:all 1500ms ease;
  -ms-transition:all 1500ms ease;
  -o-transition:all 1500ms ease;
  -moz-transition:all 1500ms ease;
  transition:all 1500ms ease; 
}

.content_block_3 .content-box .video-btn a{
  position: relative;
  display: inline-block;
  padding: 0px 0px 0px 90px;
}

.content_block_3 .content-box .video-btn a i{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 68px;
  height: 68px;
  line-height: 68px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}

.about-style-two .image-box .image-2{
  right: -120px;
}

.about-style-two .image-box img{
  width: 100%;
}

.about-style-two .image-box .image-1{
  position: relative;
  overflow: hidden;
}

.about-style-two .image-box .image-1:before{
  position: absolute;
  top: 0;
  left: -80%;
  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);
}

.about-style-two .image-box:hover .image-1:hover:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.about-style-two .image-box:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 20px;
  height: 280px;
  top: 0px;
  right: 20px;
}

.about-style-two:before{
  position: absolute;
  content: '';
  width: calc(50% - 15px);
  height: 490px;
  top: 0px;
  right: 0px;
}

.about-style-two .pattern-layer{
  top: -344px;
  width: 442px;
  height: 621px;
  background-repeat: no-repeat;
  z-index: -1;
}

/** about-style-three **/

.about-style-three .image-box{
  overflow: hidden;
  margin-left: -30px;
}

.about-style-three .image-box: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);
}

.about-style-three .image-box:hover:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.about-style-three .image-box img{
  width: 100%;
}

.about-style-three .image-box:after{
  position: absolute;
  content: '';
  width: 30px;
  height: calc(100% - 60px);
  left: 0px;
  top: 30px;
}

.content_block_1 .content-box .list li{
  width: 50%;
}

.content_block_1 .content-box .list li:before {
  position: absolute;
  content: '\f0da';
  font-family: 'Font Awesome 5 pro';
  font-size: 18px;
  left: 0px;
  top: -5px;
}

.clients-section.about-page{
  border-top: none;
  background: #f4f4fa;
}

.about-style-three .pattern-layer{
  bottom: -50px;
  width: 210px;
  height: 408px;
  background-repeat: no-repeat;
  z-index: 1;
}