@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/josefinsans/v16/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_ObXbMZhKg.ttf) format('truetype');
}

@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/muli/v21/7Aulp_0qiz-aVz7u3PJLcUMYOFn8kEk30e0.ttf) format('truetype');
}

[class^="flaticon-"]:before,
[class^="flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal;
}

#section-style-0003 {
  position: relative;
  padding: 50px 0px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
}

#section-style-0003 .flaticon-big-data:before {
  content: "\f114";
}

#section-style-0003 .flaticon-ui:before {
  content: "\f115";
}

#section-style-0003 .flaticon-brain-1:before {
  content: "\f121";
}

#section-style-0003 p {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  font-family: 'Muli', sans-serif;
  color: #666666;
  margin: 0px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-bottom: 1rem;
}

#section-style-0003 h2,
#section-style-0003 h4 {
  position: relative;
  font-family: 'Josefin Sans', sans-serif;
  font-style: normal;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #1d165c;
}

#section-style-0003 h2 {
  font-weight: 700;
  line-height: 46px;
  padding-bottom: 16px;
}

#section-style-0003 h4 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 7px;
}

#section-style-0003 a {
  color: #1d165c;
}

#section-style-0003 a:hover {
  color: #f9326e;
}

#section-style-0003 img {
  position: relative;
  width: 100px;
  height: 100px;
  z-index: 2;
  border-radius: 50%;
  box-shadow: #adb7d4 4px 8px 10px;
}

#section-style-0003 .work-block {
  position: relative;
}

#section-style-0003 .auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

#section-style-0003 .sec-title {
  position: relative;
  margin-bottom: 60px;
}

#section-style-0003 .decor {
  position: relative;
  width: 57px;
  height: 9px;
  background-repeat: no-repeat;
  margin: 0 auto;
}

#section-style-0003 .inner-box {
  position: relative;
  display: block;
  text-align: center;
  padding: 0px 30px;
}

#section-style-0003 .inner-box:hover img {
  box-shadow: none;
}

#section-style-0003 .inner-box:hover .icon-box {
  color: #fff;
}

#section-style-0003 .inner-box:hover .overlay-pattern {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

#section-style-0003 .inner-box:hover .icon-box:before {
  -webkit-box-shadow: 0 30px 70px 70px #fdb8ba;
  -moz-box-shadow: 0 30px 70px 70px #fdb8ba;
  box-shadow: 0 30px 70px 70px #fdb8ba;
}

#section-style-0003 .inner-box:hover .icon-box .count:before {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

#section-style-0003 .inner-box:hover .icon-box .count {
  color: #fff;
}

#section-style-0003 .icon-box {
  position: relative;
  display: inline-block;
  width: 180px;
  height: 153px;
  line-height: 153px;
  text-align: center;
  font-size: 60px;
  margin-bottom: 24px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

#section-style-0003 .icon-box:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0px;
  height: 0px;
  -webkit-box-shadow: 0 0px 100px 30px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0px 100px 30px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0px 100px 30px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

#section-style-0003 .icon-box i {
  position: relative;
  display: inline-block;
  z-index: 1;
}

#section-style-0003 .bg-pattern {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 180px;
  height: 153px;
  background-repeat: no-repeat;
}

#section-style-0003 .overlay-pattern {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 180px;
  height: 153px;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

#section-style-0003 .work-block:before {
  position: absolute;
  content: '';
  background: #e5e5e5;
  height: 1px;
  width: 150px;
  top: 50%;
  right: -70px;
  margin-top: -55px;
}

#section-style-0003 .work-block:last-child:before {
  display: none;
}

#section-style-0003 .count {
  position: absolute;
  color: #1d165c;
  top: -8px;
  right: -5px;
  font-size: 15px;
  font-weight: 700;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #e5e5e5;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

#section-style-0003 .count:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
  background: -webkit-linear-gradient(0deg, #fb5155, #f92a75 100%);
}

@media only screen and (max-width: 991px) {
  #section-style-0003 .inner-box {
    margin-bottom: 40px;
  }

  #section-style-0003 .work-block:before {
    display: none;
  }

  #section-style-0003 {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  #section-style-0003 {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 599px) {
  #section-style-0003 h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
