
/** about-section **/

.about-section{
  position: relative;
}

.about-section .image-box{
  position: relative;
  display: block;
  margin-left: -13px;
}

.about-section .image-box:before{
  position: absolute;
  content: '';
  width: 636px;
  height: 636px;
  border-radius: 50%;
  left: 0px;
  top: 35px;
}

.about-section .image-box .image{
  position: relative;
}

.about-section .image-box .image img{
  width: 100%;
}

.about-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: calc(100% - 175px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.about-section .pattern-layer-2{
  position: absolute;
  left: 50px;
  bottom: 220px;
  width: 499px;
  height: 576px;
  background-repeat: no-repeat;
}


/** about-style-two **/

.about-style-two{
  position: relative;
}

.image_block_one .image-box{
  position: relative;
  display: block;
}

.image_block_one .image-box .image{
  position: relative;
  display: block;
  border-radius: 50%;
}

.image_block_one .image-box .image img{
  width: 100%;
  border-radius: 50%;
}

.image_block_one .image-box .video-inner{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 295px;
  height: 295px;
  line-height: 295px;
  border: 10px solid #fff;
  border-radius: 50%;
  text-align: center;
}

.image_block_one .image-box .video-inner .video-btn{
  position: relative;
  display: inline-block;
  width: 73px;
  height: 73px;
  line-height: 87px;
  font-size: 40px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}

.image_block_one .image-box .video-inner .video-btn:before,
.image_block_one .image-box .video-inner .video-btn:after {
  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(255, 255, 255, 0.2);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.image_block_one .image-box .video-inner .video-btn:after{
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.content_block_five .content-box{
  position: relative;
  display: block;
}

.content_block_five .content-box p{
  margin-bottom: 25px;
}

.content_block_five .content-box .inner-box{
  position: relative;
  display: flex;
}

.content_block_five .content-box .inner-box .count-outer{
  position: relative;
  display: inline-block;
  font-size: 60px;
  line-height: 46px;
  font-weight: 700;
  color: var(--title-color);
  margin-right: 60px;
}

.content_block_five .content-box .inner-box .count-outer:last-child{
  margin: 0px !important;
}

.content_block_five .content-box .inner-box .count-outer h6{
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
}

.about-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.about-style-two .pattern-layer-2{
  position: absolute;
  left: 65px;
  bottom: 175px;
  width: 499px;
  height: 576px;
  background-repeat: no-repeat;
}



/** RTL **/

.rtl .about-section .sec-title p{
  padding-right: 0px;
  padding-left: 80px;
}

.rtl .about-style-two .pattern-layer-2{
  left: inherit;
  right: 65px;
}

.rtl .content_block_five .content-box .inner-box .count-outer{
  margin-right: 0px;
  margin-left: 60px;
}

/** responsive-css **/

@media only screen and (max-width: 1200px){
  .about-section .image-box:before{
    display: none;
  }

  .about-section .image-box{
    margin-left: 0px;
  }
}

@media only screen and (max-width: 991px){
  .about-section .sec-title p{
    padding: 0px !important;
  }

  .about-style-two .pattern-layer-2{
    display: none;
  }

  .image_block_one .image-box{
    margin-right: 0px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px){
  .about-section{
    padding-top: 70px;
  }

  .content_block_one .content-box{
    margin-left: 0px;
  }

  .about-style-two{
    padding: 70px 0px;
  }
}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){
  .content_block_five .content-box .inner-box .count-outer{
    margin-right: 30px;
  }

  .rtl .content_block_five .content-box .inner-box .count-outer{
    margin-left: 30px;
  }

  .image_block_one .image-box{
    padding: 0px;
  }

  .image_block_one .image-box .video-inner{
    position: relative;
    margin-top: 30px;
  }
}










































