#section-style-0006 {
  background-color: #fff;
  position: relative;
}

#section-style-0006 *,
#section-style-0006 *:before,
#section-style-0006 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media(max-width:600px) {
  #section-style-0006 p {
    font-size: 14px
  }
}

#section-style-0006 h2 {
  font-size: 48px;
  color: #2f2c2c;
  font-family: varela round, Arial, helvetica neue, Helvetica, sans-serif
}

@media(max-width:800px) {
  #section-style-0006 h2 {
    font-size: 40px
  }
}

@media(max-width:640px) {
  #section-style-0006 h2 {
    font-size: 36px
  }
}

@media(max-width:480px) {
  #section-style-0006 h2 {
    font-size: 30px
  }
}

@media(max-width:360px) {
  #section-style-0006 h2 {
    font-size: 24px
  }
}

#section-style-0006 .btn-container {
  display: flex;
  justify-content: center;
  align-items: center
}

#section-style-0006 .btn {
  display: inline-block;
  width: 80%;
  text-decoration: none;
  padding: 23px 31px;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
  background-color: #00adef;
  border-radius: 50px;
  position: relative;
  transition: 1s ease !important;
  text-align: center;
  box-shadow: #4db7fe 0 3px 8px
}

#section-style-0006 .btn:hover {
  background-color: #ec2a57;
  box-shadow: #ec94a8 0 3px 8px;
  transition: 1s ease !important
}

#section-style-0006 .btn:active {
  -webkit-box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, 0.2) inset
}

#section-style-0006 .btn:hover:after {
  box-shadow: #ec94a8 0 3px 8px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease
}

@media(max-width:768px) {
  #section-style-0006 .btn {
    padding: 15px 25px;
    font-size: 13px
  }
}

#section-style-0006 .btn:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

#section-style-0006 .semicircle {
  display: block;
  position: absolute;
  top: 12px;
  left: 12px;
  width: 18px;
  height: 18px;
  overflow: hidden
}

@media(max-width:768px) {
  #section-style-0006 .semicircle {
    top: 10px;
    left: 10px;
    width: 12px;
    height: 12px
  }
}

#section-style-0006 .semicircle:after {
  content: '';
  display: block;
  position: absolute;
  width: 35px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 100%
}

@media(max-width:768px) {
  #section-style-0006 .semicircle:after {
    width: 20px;
    height: 20px;
    border: 1px solid #fff
  }
}

#section-style-0006 .heading {
  position: relative;
  z-index: 5
}

#section-style-0006 .heading .heading-title {
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 20px
}

#section-style-0006 .heading .heading-text {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
  font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif
}

@media(max-width:980px) {
  #section-style-0006 .heading .heading-text {
    font-size: 20px
  }
}

#section-style-0006 .decor {
  position: relative;
  width: 57px;
  height: 9px;
  background-repeat: no-repeat;
  margin: 0 auto
}

#section-style-0006 img.hover {
  width: 210px;
  height: 210px;
  max-width: 210px;
  max-height: 210px;
  border-radius: 10px;
  box-shadow: 10px 10px 20px rgb(0 0 0 / 30%)
}

#section-style-0006 .clients-item-wrap {
  text-align: center
}

#section-style-0006 .client-item {
  display: inline-block;
  position: relative;
  padding: 0 39px
}

@media(max-width:768px) {
  #section-style-0006 .client-item {
    padding: 0 20px
  }
}

#section-style-0006 .client-item .client-image {
  position: relative;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center
}

#section-style-0006 .client-item .client-image img {
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

#section-style-0006 .client-item:hover .client-image {
  opacity: .5;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

@media(max-width:570px) {
  #section-style-0006 .heading .heading-text {
    font-size: 16px
  }

  #section-style-0006 .heading {
    padding: 0px 20px;
  }

  #section-style-0006 img.hover {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: max-content;
    border-radius: 10px;
    box-shadow: 10px 10px 20px rgb(0 0 0 / 30%);
  }
}
