@keyframes tpfadeUp {
  0% {
    opacity: 0;
    transform: translateY(90px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.services-components {
  padding-top: 3rem !important;
}
.services-components .tp-service-2__section-box {
  background: var(--gradientone);
  border-radius: 35px;
  color: var(--plainclr);
  padding: 2rem;
  padding-right: 2rem;
  padding-left: 2rem;
}
.services-components .tp-service-2__section-box .main-heading {
  color: var(--plainclr);
  line-height: 49px !important;
}
.services-components .tp-service-2__user-box {
  padding: 50px;
}

.tpfadeUp {
  animation-name: tpfadeUp;
}

@keyframes tpfadeRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.tpfadeRight {
  animation-name: tpfadeRight;
}

.services-components a {
  text-decoration: none;
  transition: 0.3s;
  color: var(--themesecondaryclr);
}
.services-components a:focus, .services-components a:hover {
  color: inherit;
  text-decoration: none;
}
.services-components a:focus {
  outline: none;
}
.services-components .mb-40 {
  margin-bottom: 40px;
}
.services-components .mb-50 {
  margin-bottom: 50px;
}
.services-components .z-index {
  position: relative;
  z-index: 2;
}
.services-components .z-index-3 {
  position: relative;
  z-index: 3;
}
.services-components .z-index-5 {
  position: relative;
  z-index: 5;
}
.services-components .z-index-6 {
  position: relative;
  z-index: 6;
}
.services-components button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .services-components .tp-section-title-lg {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services-components .tp-section-title-lg {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-components .tp-section-title-lg {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .services-components .tp-section-title-lg {
    font-size: 32px;
    line-height: 43px;
    margin-bottom: 0;
  }
  .services-components .tp-section-title-lg br {
    display: none;
  }
}
.services-components .tp-section-title-lg p {
  font-size: 18px;
  line-height: 28px;
}
.services-components .tp-service__item {
  border: 1px solid rgba(1, 16, 61, 0.08);
  border-radius: 30px;
  padding: 50px 42px;
  transition: 0.3s;
}
.services-components .tp-service__item:hover {
  border: 1px solid #e8eaf1;
  box-shadow: 0px 20px 30px rgba(1, 6, 20, 0.1);
  border-radius: 30px;
}
.services-components .tp-service__item:hover .tp-service__icon {
  animation: icon-bounce 0.8s 1;
}
.services-components .tp-service__icon {
  margin-bottom: 25px;
}
.services-components .tp-service__title-sm {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.1;
  padding-bottom: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services-components .tp-service__title-sm {
    font-size: 20px;
  }
}
.services-components .tp-service__content p {
  padding-bottom: 7px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .services-components .tp-service__content p br {
    display: none;
  }
}
.services-components .tp-service__link a {
  height: 44px;
  width: 44px;
  line-height: 41px;
  border-radius: 50%;
  background: rgba(41, 93, 251, 0.1);
  display: inline-block;
  text-align: center;
  transition: 0.4s;
}
.services-components .tp-service__link a:hover {
  box-shadow: 0px 8px 20px rgba(41, 93, 251, 0.25), inset 0 0 0 30px #6865ff;
}
.services-components .tp-service__link a:hover svg {
  color: var(--plainclr);
}
.services-components .tp-service__link a svg {
  transition: 0.4s;
  color: var(--themeprimaryclr);
}
.services-components .tp-service__dashboard {
  background-repeat: no-repeat;
  overflow: hidden;
  max-height: 500px;
  border-radius: 30px;
  background-size: cover;
}
.services-components .tp-service__top-content {
  padding: 57px 40px 20px 40px;
}
.services-components .tp-service__top-content p {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: var(--plainclr);
  opacity: 0.7;
  padding-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .services-components .tp-service__top-content p br {
    display: none;
  }
}
.services-components .tp-service__title-white {
  font-weight: 700;
  font-size: 30px;
  color: var(--plainclr);
  line-height: 1.2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .services-components .tp-service__title-white {
    font-size: 26px;
  }
  .services-components .tp-service__title-white br {
    display: none;
  }
}
@media (max-width: 767px) {
  .services-components .tp-service-2__section-box {
    padding: 10px 15px;
  }
}
.services-components .tp-service-2__section-box p {
  color: var(--plainclr);
}
@media (max-width: 767px) {
  .services-components .tp-service-2__section-box p {
    font-size: 17px;
  }
}
.services-components .tp-service-2__shape {
  position: absolute;
  top: -91px;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-components .tp-service-2__shape {
    top: -75px;
  }
}
@media (max-width: 767px) {
  .services-components .tp-service-2__shape {
    top: -53px;
  }
}
.services-components .tp-service-2__shape img {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-components .tp-service-2__user {
    padding-left: 0;
    padding-right: 24px;
    margin-top: 1px;
  }
}
@media (max-width: 767px) {
  .services-components .tp-service-2__user {
    padding-left: 0;
    padding-right: 20px;
    padding-top: 8px;
  }
}
.services-components .tp-service-2__user h4 {
  padding-bottom: 0;
  margin: 0;
}
.services-components .tp-service-2__user h4 i {
  font-style: normal;
}
.services-components .tp-service-2__user p {
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-components .tp-service-2__user:last-child {
    padding-left: 0;
  }
}
.services-components .tp-service-2__user-shape {
  position: absolute;
  bottom: -18px;
  right: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .services-components .tp-service-2__user-shape {
    right: auto;
    left: 0;
  }
}
@media (max-width: 767px) {
  .services-components .tp-service-2__user-shape svg {
    width: 100%;
  }
}
.services-components .tp-service-2__item-wrapper {
  min-height: 280px;
  width: 100%;
}
.services-components .tp-service-2__item-wrapper:hover .tp-service-2__bg-shape {
  transform: rotate(0);
}
.services-components .tp-service-2__item-wrapper:hover .tp-service-2__item {
  box-shadow: rgba(10, 10, 10, 0.1) 0px 100px 100px, rgba(255, 255, 255, 0.1) 0px 0px 0px 0.5px inset;
}
.services-components .tp-service-2__item-wrapper:hover .tp-service-2__text {
  transform: translateY(12px);
}
.services-components .tp-service-2__item-wrapper:hover .tp-service-2__link {
  opacity: 1;
  visibility: visible;
}
.services-components .tp-service-2__item {
  background: rgba(255, 255, 255, 0.3);
  mix-blend-mode: normal;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0px 30px 30px rgba(1, 10, 10, 0.1), inset 0px 0px 0.5px rgba(255, 255, 255, 0.25);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 20px;
  position: relative;
  height: 280px;
  width: 100%;
  padding: 50px 30px 45px;
  transition: 0.3s;
}
.services-components .tp-service-2__bg-shape {
  background: linear-gradient(41.25deg, #b2d6f8 25.09%, #81e0f5 94.14%);
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 20px;
  height: 99%;
  width: 100%;
  transform: rotate(-10deg);
  z-index: -1;
  transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services-components .tp-service-2__bg-shape {
    transform: rotate(-4deg);
  }
}
.services-components .tp-service-2__title-sm {
  font-weight: 600;
  font-size: 22px !important;
  line-height: 16px;
  color: var(--themesecondaryclr) !important;
  font-family: var(--fourthfont);
  padding-bottom: 0;
  margin-bottom: 11px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .services-components .tp-service-2__title-sm {
    font-size: 20px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services-components .tp-service-2__title-sm {
    font-size: 17px !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .services-components .tp-service-2__title-sm a {
    font-size: 20px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services-components .tp-service-2__title-sm a {
    font-size: 17px !important;
  }
}
@media only screen and (min-width: 360px) and (max-width: 768px) {
  .services-components .tp-service-2__title-sm a {
    font-size: 17px !important;
  }
}
.services-components .tp-service-2__link {
  font-weight: 600;
  font-size: 16px !important;
  line-height: 16px;
  font-family: var(--fourthfont);
  color: var(--themesecondaryclr);
  padding-top: 5px;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  position: relative;
}
.services-components .tp-service-2__link::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: var(--themesecondaryclr);
  transition: width 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services-components .tp-service-2__link {
    font-size: 15px !important;
  }
}
.services-components .tp-service-2__link i {
  margin-left: 6px;
  position: relative;
  top: 1px;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.services-components .tp-service-2__link:hover {
  color: var(--themesecondaryclr);
}
.services-components .tp-service-2__link:hover::after {
  width: 100%;
}
.services-components .tp-service-2__link:hover i {
  transform: translateX(4px);
}
.services-components .tp-service-2__color-2 {
  background: linear-gradient(180deg, #b0f248 -9.62%, #6dd18a 100%);
}
.services-components .tp-service-2__color-3 {
  background: linear-gradient(24.55deg, #ff94c7 22.06%, #ffdbba 92.53%);
}
.services-components .tp-service-2__color-4 {
  background: linear-gradient(25.41deg, #b67dff 22.21%, #adbfff 91.18%);
}
.services-components .tp-service-2__bottom-wrapper {
  min-height: 230px;
}
.services-components .tp-service-2__feature-item {
  padding: 50px 87px 35px;
  min-height: 230px;
  background: linear-gradient(142.23deg, #fff7f1 7.63%, #fae9ef 99.01%), linear-gradient(142.23deg, #fff7f1 7.63%, #fae9ef 99.01%);
  border-radius: 30px;
}
@media (max-width: 767px) {
  .services-components .tp-service-2__feature-item {
    padding: 20px;
  }
}
.services-components .tp-service-2__bottom-bg-shape {
  position: absolute;
  top: -15px;
  left: -29px;
  z-index: -1;
}
.services-components .tp-service-2__text {
  transform: translateY(41px);
  transition: 0.3s;
}
.services-components .tp-service-2__feature-list ul li {
  list-style-type: none;
  font-weight: 500;
  font-size: 15px;
  color: #44464d;
  position: relative;
  padding-left: 13px;
  width: 25%;
  float: left;
  margin-bottom: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-components .tp-service-2__feature-list ul li {
    font-size: 12px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .services-components .tp-service-2__feature-list ul li {
    font-size: 12px;
    line-height: 24px;
    width: 50%;
  }
}
.services-components .tp-service-2__feature-list ul li::after {
  position: absolute;
  top: 9px;
  left: 0;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #44464d;
  content: "";
}
.services-components .tp-service-2__feature-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.1;
  font-family: var(--fourthfont);
  padding-bottom: 20px;
  margin-bottom: 13px;
}

.z-index-4 {
  position: relative;
  z-index: 4;
}

.tp-service__grey-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: -1;
}

@media (max-width: 767px) {
  .services-components .tp-service-2__user span {
    font-size: 27px !important;
    line-height: 7px;
  }
  .services-components {
    padding-top: 0rem !important;
  }
  .services-components .tp-service-2__user-box {
    padding: 15px 0px;
  }
  .services-components .tp-service-2__user p {
    margin-bottom: 2px;
  }
  .services-components .tp-service-2__user:last-child {
    padding-left: 0;
  }
}/*# sourceMappingURL=intelligence-action.css.map */