
.about-section{
  padding: 115px 0px 270px 0px;
}

.image_block_one .image-box{
  display: block;
}

.image_block_one .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
}

.image_block_one .image-box .image img{
  width: 100%;
}

.image_block_one .image-box .image:before{
  position: absolute;
  top: 0;
  left: -85%;
  z-index: 2;
  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);
  z-index: 1;
}

.image_block_one .image-box .image:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.image_block_one .image-box .image-content{
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 290px;
  background: var(--main-color);
  padding: 30px 30px 23px 30px;
  z-index: 1;
}

.image_block_one .image-box .image-content .icon-box{
  position: relative;
  display: block;
  font-size: 50px;
  margin-bottom: 15px;
  color: var(--white-color);
}

.image_block_one .image-box .image-content h5{
  display: block;
  font-size: 18px;
  line-height: 32px;
  color: var(--white-color);
  font-weight: 700;
}

.image_block_one .image-box .image-shape .shape-1{
  position: absolute;
  left: -118px;
  top: -45px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: var(--main-color);
  -webkit-animation: zoom-fade 7s infinite linear;
  animation: zoom-fade 7s infinite linear;
}

.image_block_one .image-box .image-shape .shape-2{
  position: absolute;
  left: -61px;
  top: -5px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: var(--main-color);
  -webkit-animation: zoom-fade 10s infinite linear;
  animation: zoom-fade 10s infinite linear;
}

.image_block_one .image-box .image-shape .shape-3{
  position: absolute;
  left: -110px;
  top: -62px;
  width: 150px;
  height: 150px;
  background: var(--white-color);
  border: 1px solid var(--main-color);
  border-radius: 50%;
  z-index: -1;
}

.image_block_one .image-box .image-shape .shape-4{
  position: absolute;
  left: -52px;
  top: -21px;
  width: 150px;
  height: 150px;
  background: var(--white-color);
  border: 1px solid var(--main-color);
  border-radius: 50%;
  z-index: -1;
  clip-path: polygon(0% 5%, 100% -2%, 100% 100%, 0% 100%, 0% 0%);
}

.content_block_one .content-box{
  margin-right: -90px;
}

.content_block_one .content-box h3{
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 31px;
}

.content_block_one .content-box p{
  margin-bottom: 32px;
}

.content_block_one .content-box .lower-box{
  position: relative;
  display: flex;
  align-items: center;
}

.content_block_one .content-box .video-inner a{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 64px;
  text-align: center;
  font-size: 18px;
  color: var(--white-color);
  border-radius: 50%;
  background: var(--secondary-color);
}

.content_block_one .content-box .video-inner a:hover{
  background: var(--main-color);
}

.content_block_one .content-box .lower-box .video-text span{
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 60px;
  font-family: var(--secondary-font);
  color: var(--secondary-color);
}

.about-section .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 150px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}


/** about-style-two **/

.about-style-two{
  padding: 280px 0px;
}

.about-style-two .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.about-style-two .bg-layer:before{
  position: absolute;
  content: '';
  background: #ECF4FA;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.95;
}

.about-style-two .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 150px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.about-style-two .pattern-layer .pattern-2{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 150px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.content_block_four .content-box{
  position: relative;
  display: block;
}

.content_block_four .content-box h3{
  display: block;
  font-size: 24px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 20px;
}

.content_block_four .content-box .inner-box{
  position: relative;
  display: flex;
  align-items: center;
}

.content_block_four .content-box .inner-box .video-btn a{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 62px;
  font-size: 18px;
  color: var(--white-color);
  border-radius: 50%;
  background-repeat: no-repeat;
  text-align: center;
  z-index: 1;
}

.content_block_four .content-box .inner-box .video-btn a:before{
  position: absolute;
  content: '';
  background: var(--secondary-color);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  opacity: 0.6;
  z-index: -1;
}

.content_block_four .content-box .inner-box .video-btn a:hover{
  color: var(--main-color);
}

.content_block_four .content-box .inner-box .video-text span{
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 60px;
  font-family: var(--secondary-font);
  color: var(--secondary-color);
}

.content_block_four .content-box .list-item li{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 12px;
  padding-left: 27px;
  color: var(--title-color);
}

.content_block_four .content-box .list-item li:last-child{
  margin-bottom: 0px;
}

.content_block_four .content-box .list-item li:before{
  position: absolute;
  content: '\e91c';
  font-family: 'icomoon';
  font-size: 10px;
  left: 0px;
  top: 0px;
}

.image_block_two .image-box{
  position: relative;
  display: block;
  padding-right: 262px;
  margin-right: -119px;
  margin-left: 19px;
  padding-bottom: 81px;
}

.image_block_two .image-box .image{
  position: relative;
  display: block;
  border-radius: 5px;
}

.image_block_two .image-box .image img{
  width: 100%;
  border-radius: 5px;
}

.image_block_two .image-box .image-2{
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.image_block_two .image-box .image-content{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 246px;
  background: var(--secondary-color);
  padding: 30px;
}

.image_block_two .image-box .image-content .icon-box{
  position: relative;
  display: block;
  font-size: 70px;
  color: var(--white-color);
  margin-bottom: 15px;
}

.image_block_two .image-box .image-content h5{
  display: block;
  font-size: 18px;
  line-height: 32px;
  color: var(--white-color);
  font-weight: 700;
}


/** about-style-three **/

.about-style-three{
  background: #F1F9FF;
}

.image_block_four .image-box{
  position: relative;
  display: block;
  padding-right: 86px;
  margin-right: 44px;
}

.image_block_four .image-box .image{
  display: block;
  border-top-right-radius: 50px;
}

.image_block_four .image-box img{
  width: 100%;
  border-top-right-radius: 50px;
}

.image_block_four .image-box .image-2{
  position: absolute;
  top: 90px;
  right: 0px;
}

.image_block_four .image-box .image-1{
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.image_block_four .image-box .image-1:before{
  position: absolute;
  top: 0;
  left: -85%;
  z-index: 2;
  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);
  z-index: 1;
}

.image_block_four .image-box:hover .image-1:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.image_block_four .image-box .text-box{
  position: absolute;
  right: 50px;
  bottom: -38px;
  width: 240px;
  background: var(--main-color);
  border-radius: 0px 30px 30px 0px;
  padding: 30px 30px 20px 30px;
  z-index: 2;
}

.image_block_four .image-box .text-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 50px;
  color: #fff;
  margin-bottom: 4px;
}

.image_block_four .image-box .text-box h2{
  display: block;
  font-size: 55px;
  line-height: 65px;
  color: #fff;
  font-weight: 900;
  margin-bottom: 0px;
}

.image_block_four .image-box .text-box h3{
  display: block;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
}

.content_block_eight .content-box{
  position: relative;
  display: block;
}

.content_block_eight .content-box .list-item li{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: var(--title-color);
  margin-bottom: 12px;
  padding-left: 29px;
}

.content_block_eight .content-box .list-item li:last-child{
  margin-bottom: 0px;
}

.content_block_eight .content-box .list-item li:before{
  position: absolute;
  content: '\e920';
  font-family: 'icomoon';
  left: 0px;
  top: 0px;
  font-size: 12px;
}

.content_block_eight .content-box .inner-box .single-item{
  position: relative;
  display: block;
  border: 1px solid var(--title-color);
  border-radius: 30px 0px 0px 30px;
  border-right: 4px solid var(--title-color);
  padding: 15px 15px 15px 90px;
}

.content_block_eight .content-box .inner-box .single-item .icon-box{
  position: absolute;
  left: 30px;
  top: 23px;
  font-size: 46px;
  color: var(--title-color);
}

.content_block_eight .content-box .inner-box .single-item h3{
  display: block;
  font-size: 24px;
  line-height: 36px;
  color: #222;
  font-weight: 600;
}

.content_block_eight .content-box .inner-box .single-item p{
  display: block;
  font-size: 18px;
  line-height: 26px;
}

.content_block_eight .content-box .text-box h3{
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 20px;
}






































