[class^="flaticon-"]:before, [class^="flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal
}

#section-style-0002 {
  position: relative;
  padding: 50px 0px;
  overflow: hidden;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
}

#section-style-0002 p {
  position: relative;
  line-height: 26px;
  font-weight: 500;
  font-family: 'Muli', sans-serif;
  color: #666;
  transition: all 500ms ease;
  margin-bottom: 1rem
}

#section-style-0002 a {
  color: #007bff
}

#section-style-0002 img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  box-shadow: 0 0 50px rgb(0 0 0 / 10%)
}

#section-style-0002 h2 {
  font-size: 36px;
  font-weight: 700;
  color: #1d165c;
  line-height: 46px;
  padding-bottom: 16px;
  margin: 0 auto
}

#section-style-0002 h2, #section-style-0002 h4 {
  position: relative;
  font-family: 'Josefin Sans', sans-serif;
  font-style: normal;
  transition: all 500ms ease
}

#section-style-0002 h4 {
  margin-bottom: 30px
}

#section-style-0002 .flaticon-data:before {
  content: "\f110"
}

#section-style-0002 .flaticon-vr:before {
  content: "\f111"
}

#section-style-0002 .flaticon-cloud-computing:before {
  content: "\f11d"
}

#section-style-0002 .auto-container {
  position: static;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto
}

#section-style-0002 .decor {
  position: relative;
  width: 57px;
  height: 9px;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-bottom: 25px
}

#section-style-0002 .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
  padding: 46px 20px 54px 20px;
  border-radius: 5px;
  transition: all 900ms ease
}

#section-style-0002 .inner-box:hover {
  box-shadow: 0 20px 30px rgba(251, 81, 85, 0.23)
}

#section-style-0002 .inner-box:hover:before {
  height: 100%;
  top: 0
}

#section-style-0002 .inner-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 5px;
  background: -webkit-linear-gradient(-30deg, #fb5155, #f92a75 100%);
  transition: all 500ms ease
}

#section-style-0002 .inner-box:hover .icon-box i {
  box-shadow: none
}

#section-style-0002 .inner-box i {
  color: #fa346d
}

#section-style-0002 .icon-box {
  position: relative;
  display: inline-block;
  margin-bottom: 33px
}

#section-style-0002 .icon-box i {
  position: relative;
  display: inline-block;
  font-size: 50px;
  background: #fff;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  transition: all 500ms ease
}

#section-style-0002 .border-layer {
  position: absolute;
  width: 170px;
  height: 170px;
  left: -10px;
  top: -10px;
  border: 2px solid #fff;
  border-radius: 50%;
  clip-path: polygon(0% 0, 50% 0, 50% 100%, 0% 100%, 0 0);
  transition: all 500ms ease;
  -webkit-animation: service_hexagon 2s infinite linear;
  -moz-animation: service_hexagon 2s infinite linear;
  -o-animation: service_hexagon 2s infinite linear;
  animation: service_hexagon 2s infinite linear;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused
}

#section-style-0002 .inner-box:hover .border-layer {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
  clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%, 0 0)
}

#section-style-0002 .border-layer:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 8px;
  height: 8px;
  left: 15px;
  bottom: 9px;
  border-radius: 50%
}

#section-style-0002 .inner-box:hover h4, #section-style-0002 .inner-box:hover h4 a, #section-style-0002 .inner-box:hover p {
  color: #fff
}

@media only screen and (max-width:991px) {
  #section-style-0002 .inner-box {
    margin-bottom: 30px
  }

  #section-style-0002 .sec-title {
    margin-bottom: 40px
  }
}

@media only screen and (max-width:767px) {
  #section-style-0002 {
    padding: 70px 0 30px 0
  }
}

@media (max-width: 587px) {
  #section-style-0002 h2 {
    font-size: 32px;
    line-height: 40px
  }

  #section-style-0002 .sec-title {
    padding: 0px 20px;
  }
}

@-moz-keyframes service_hexagon {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-o-keyframes service_hexagon {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes service_hexagon {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
