.core-objectives-section {
  padding: 4rem 0rem;
}
.core-objectives-section .tp-sales-main-thumb {
  animation: tpupdown 1s infinite alternate;
}
.core-objectives-section .tp-sales-main-thumb img {
  filter: drop-shadow(0px 20px 40px rgba(32, 33, 36, 0.14));
}
.core-objectives-section .swiper-slide {
  min-height: 350px !important;
}
.core-objectives-section .sub-heading-two {
  font-size: 14px !important;
}
.core-objectives-section .core-objectives__item {
  border-radius: 30px;
  padding: 32px;
  background-color: var(--plainclr);
  transition: 0.3s;
  min-height: 300px !important;
  position: relative;
}
.core-objectives-section .core-objectives__item .sub-heading {
  font-size: 1.25rem !important;
}
.core-objectives-section .core-objectives__item:hover {
  box-shadow: var(--shadowthree);
}
.core-objectives-section .core-objectives__icon {
  margin-bottom: 25px;
  width: 46px;
  height: 46px;
}

@media (max-width: 767px) {
  .core-objectives-section .swiper-slide {
    min-height: auto !important;
  }
}
@media (max-width: 767px) {
  .core-objectives-section .core-objectives__item {
    min-height: 200px !important;
  }
}
@media (max-width: 767px) {
  .core-objectives-section {
    padding-top: 16px;
    margin-top: 0px;
    padding-bottom: 20px !important;
  }
  .core-objectives-section-one {
    margin-top: 30px;
    padding-top: 25px;
  }
  .core-objectives-section .core-objectives__icon {
    margin-bottom: 10px;
    width: 43px;
  }
}
.tp-scrollbar {
  position: relative;
  margin: 20px auto 0;
  width: 20%;
  height: 2px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.1);
}

.core-objectives__item:hover img {
  filter: invert(75%) sepia(73%) saturate(3256%) hue-rotate(2deg) brightness(102%) contrast(104%) !important;
}
.core-objectives__item img {
  filter: var(--icon-hover-grey);
}

.gradient-light-1 {
  background: linear-gradient(135deg, #d9f3ff, #e6fff3);
}

.gradient-light-2 {
  background: linear-gradient(135deg, #f1ecff, #e8f0ff);
}

.gradient-light-3 {
  background: linear-gradient(135deg, #ffe6d5, #fff4ec);
}

.gradient-light-4 {
  background: linear-gradient(135deg, #e0f7fa, #f1fffd);
}

.gradient-light-5 {
  background: linear-gradient(135deg, #ffe1eb, #fff5f8);
}/*# sourceMappingURL=unified-industry-growth-model.css.map */