
/** chooseus-section **/

.chooseus-section{
  position: relative;
}

.image_block_two .image-box{
  position: relative;
  min-height: 405px;
}

.image_block_two .image-box .image{
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.image_block_two .image-box .support-box{
  position: absolute;
  left: -50px;
  bottom: 110px;
  width: 350px;
  background: #FFFFFF;
  box-shadow: 0px 20px 100px rgba(6, 49, 55, 0.2);
  border-radius: 20px;
  padding: 34px 15px 34px 115px;
}

.image_block_two .image-box .support-box .icon-box{
  position: absolute;
  display: inline-block;
  left: 19px;
  top: 25px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 30px;
  color: var(--theme-color);
  background: rgba(58, 158, 30, 0.1);
  text-align: center;
  border-radius: 50%;
}

.image_block_two .image-box .support-box h5{
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: var(--theme-color);
}

.image_block_two .image-box .support-box h3{
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

.image_block_two .image-box .support-box h3 a{
  display: inline-block;
  color: #222;
}

.image_block_two .image-box .support-box h3 a:hover{
  color: var(--theme-color);
}

.image_block_two .image-box .image-shape .shape-1{
  position: absolute;
  top: 190px;
  right: -30px;
  width: 213px;
  height: 213px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
  z-index: -1;
}

.image_block_two .image-box .image-shape .shape-2{
  position: absolute;
  top: 130px;
  right: 25px;
  width: 113px;
  height: 108px;
  background-repeat: no-repeat;
  z-index: -1;
}

.content_block_two .content-box {
  position: relative;
  display: block;
  margin: 0 90px;
}

.content_block_two .content-box .inner-box .single-item{
  position: relative;
  display: block;
  margin-bottom: 25px;
  padding-left: 100px;
}

.content_block_two .content-box .inner-box .single-item:last-child{
  margin-bottom: 0px;
}

.content_block_two .content-box .inner-box .single-item .icon-box{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 30px;
  background: #EBF5E9;
  color: var(--theme-color);
  border-radius: 50%;
  text-align: center;
}

.content_block_two .content-box .inner-box .single-item:last-child .icon-box{
  font-size: 40px;
}

.content_block_two .content-box .inner-box .single-item h3{
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 9px;
}

.content_block_two .content-box .theme-btn span {
  padding: 15px 30px;
  font-size: 18.76px;
  font-weight: normal;
}












































