.tp-service-area {
  position: relative;
}
.tp-service-area::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: var(--gradientone);
  /* transform: scale(1) perspective(300px) rotateX(-5deg); */
  /* border-radius: 14px; */
  z-index: -1;
}
@media (max-width: 991px) {
  .tp-service-area::after {
    width: 100%;
  }
}

.tp-service-five-section-box {
  padding-left: 290px;
  padding-right: 135px;
}
.tp-service-five-section-box .sub-heading-two {
  color: var(--plainclr);
  font-size: 14px !important;
}
.tp-service-five-section-box .main-heading {
  color: var(--plainclr);
}
.tp-service-five-section-box p {
  color: var(--plainclr);
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: var(--tp-common-var(--plainclr));
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-service-five-section-box {
    padding-left: 170px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service-five-section-box {
    padding-left: 100px;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-five-section-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-five-section-box {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .tp-service-five-section-box {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
  }
}
.tp-service-five-wrapper {
  transform: translateY(50px);
  transition: 0.3s;
}

.tp-service-five-bg {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-five-bg {
    width: 100%;
  }
}
.tp-service-five-item {
  padding: 40px 60px;
  transition: 0.4s;
  position: relative;
  height: 100%;
}
.tp-service-five-item:hover {
  z-index: 9;
}
.tp-service-five-item:hover .tp-service-five-wrapper {
  transform: translateY(0px);
}
.tp-service-five-item:hover .tp-service-five-content p {
  opacity: 1;
  visibility: visible;
}
.tp-service-five-item:hover .tp-services-five-item-bg {
  transform: scale(1.05);
  box-shadow: 0px 16px 40px rgba(32, 33, 36, 0.1);
}
.tp-service-five-item:hover .tp-services-five-item-bg .inner {
  transform: translate(-50%, 50%) scale(1);
}
.tp-service-five-item .tp-services-five-item-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform-origin: 50% 100%;
  box-shadow: none;
  transform: scale(1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-property: all;
  transition-property: transform, box-shadow;
  overflow: hidden;
  background-color: var(--plainclr);
}
.tp-service-five-item .tp-services-five-item-bg .inner {
  display: block;
  width: 230%;
  height: 230%;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%) scale(0);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  background-color: #F7F9FB;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-service-five-item {
    padding: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service-five-item {
    padding: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-five-item {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .tp-service-five-item {
    padding: 30px;
  }
}
.tp-service-five-content p {
  font-size: 15px;
}

.tp-service-five-icon {
  margin-bottom: 30px;
  width: 60px;
  height: 60px;
  font-size: 50px;
}

.tp-service-five-content p {
  color: #595B62;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.tp-services-five-item-bg-color .row [class*=col-]:first-child .tp-service-five-item .tp-services-five-item-bg, .tp-services-five-item-bg-color .row [class*=col-]:nth-child(4) .tp-service-five-item .tp-services-five-item-bg {
  background-color: #F7F9FB;
}
.tp-services-five-item-bg-color .row [class*=col-]:first-child .tp-service-five-item .inner, .tp-services-five-item-bg-color .row [class*=col-]:nth-child(4) .tp-service-five-item .inner {
  background-color: var(--plainclr);
}/*# sourceMappingURL=governance-security-ethics.css.map */