.core-objectives-section {
  background-color: var(--lightbg);
  padding-bottom: 3rem;
}
.core-objectives-section .core-objectives__section-box {
  margin-bottom: 50px;
}
.core-objectives-section .row {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 0;
  padding-bottom: 15px;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(185, 185, 185, 0.2) transparent;
}
.core-objectives-section .row::-webkit-scrollbar {
  height: 2px;
  width: 6px;
}
.core-objectives-section .row::-webkit-scrollbar-track {
  background: transparent;
}
.core-objectives-section .row::-webkit-scrollbar-thumb {
  background-color: rgba(185, 185, 185, 0.2) transparent;
  border-radius: 3px;
}
.core-objectives-section .col-xl-4,
.core-objectives-section .col-lg-4,
.core-objectives-section .col-md-6 {
  flex: 0 0 307px;
  display: flex;
  scroll-snap-align: start;
}
.core-objectives-section .core-btn-orange {
  display: inline-block;
  background-color: var(--orangecolor);
  color: var(--plainclr);
  height: 36px;
  line-height: 36px;
  border-radius: 30px;
  padding: 0 30px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}
.core-objectives-section .core-btn-orange span {
  z-index: 99;
  position: relative;
  transition: 0.3s;
  transition-delay: 0.3s;
  color: var(--plainclr);
}
.core-objectives-section .core-btn-orange:hover span {
  color: var(--themesecondaryclr);
  transition-delay: 0.1s;
}
.core-objectives-section .core-btn-hover {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.core-objectives-section .core-btn-hover b {
  position: absolute;
  width: 0px;
  height: 0px;
  background-color: var(--themesecondaryclr);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.7s ease;
  z-index: 1;
}
.core-objectives-section .core-btn-hover:hover b {
  width: 400px;
  height: 400px;
  display: inline-block;
}
.core-objectives-section .core-btn-hover.alt-color-white b {
  background-color: var(--plainclr);
}
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
.core-objectives-section .grey-bg {
  background: var(--badge-semi-light);
}
@media (max-width: 1199px) and (min-width: 768px) {
  .core-objectives-section .core-objectives-section-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .core-objectives-section .core-objectives-section-title {
    font-size: 33px;
    text-align: left;
  }
}
.core-objectives-section .core-orange-color {
  transition: 0.3s;
}
.core-objectives-section .core-orange-color:hover {
  color: var(--orangecolor);
}
@media (max-width: 767px) {
  .core-objectives-section .core-objectives__section-box p {
    text-align: left;
    margin-bottom: 0;
  }
}
.core-objectives-section .swiper-slide {
  min-height: 350px !important;
}
@media (max-width: 767px) {
  .core-objectives-section .swiper-slide {
    min-height: auto !important;
  }
}
.core-objectives-section .core-objectives__item {
  border: 1px solid var(--main-border);
  border-radius: 30px;
  padding: 32px;
  background-color: var(--plainclr);
  transition: 0.3s;
  min-height: 300px !important;
  position: relative;
}
@media (max-width: 767px) {
  .core-objectives-section .core-objectives__item {
    min-height: 200px !important;
  }
}
.core-objectives-section .core-objectives__item .core-objectives__link {
  position: absolute;
  bottom: 20px;
}
.core-objectives-section .core-objectives__item:hover {
  box-shadow: var(--shadowthree);
}
.core-objectives-section .core-objectives__icon {
  margin-bottom: 18px;
  width: 46px;
}
.core-objectives-section .core-objectives__title-sm {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.1;
  padding-bottom: 20px;
}
.core-objectives-section .core-objectives__title-sm span {
  font-weight: 400 !important;
  font-size: 18px;
}
.core-objectives-section .core-objectives__title-sm a {
  font-size: 22px;
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
.core-objectives-section .core-objectives__title-sm a:hover {
  color: inherit !important;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .core-objectives-section .core-objectives__title-sm {
    font-size: 20px;
  }
}
.core-objectives-section .core-objectives__link a {
  height: 44px;
  width: 44px;
  line-height: 41px;
  border-radius: 50%;
  background: var(--badge-light);
  display: inline-block;
  text-align: center;
  transition: 0.4s;
}
.core-objectives-section .core-objectives__link a:hover {
  box-shadow: var(--shadowtwo), inset 0 0 0 30px var(--themeprimaryclr);
}
.core-objectives-section .core-objectives__link a:hover svg {
  color: var(--plainclr);
}
.core-objectives-section .core-objectives__link a svg {
  transition: 0.4s;
  color: var(--themesecondaryclr);
}
.core-objectives-section .core-objectives__grey-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: -1;
}

.core-objectives-section-one {
  margin-top: 7rem;
}

@media (max-width: 1199px) and (min-width: 768px) {
  .core-objectives-section .core-objectives-section-title {
    text-align: center !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;
  }
  .core-objectives-section .core-objectives__section-box {
    margin-bottom: 7px;
  }
  .core-objectives-section-one {
    padding-top: 25px;
  }
  .core-objectives-section .core-objectives__title-sm span,
  .core-objectives-section .core-objectives__title-sm a {
    font-size: 18px !important;
    line-height: 27px;
  }
  .core-objectives-section .core-objectives__icon {
    margin-bottom: 10px;
    width: 43px;
  }
  .core-objectives-section .core-objectives__title-sm {
    margin-bottom: 0;
  }
  .core-objectives-section .col-xl-4,
  .core-objectives-section .col-lg-4,
  .core-objectives-section .col-md-6 {
    flex: 0 0 307px;
  }
  .core-objectives-section .row {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .mt_3 {
    margin-top: 18px;
  }
}
.tp-scrollbar {
  position: relative;
  margin: 20px auto 0;
  width: 20%;
  height: 2px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.1);
}
.tp-scrollbar .swiper-scrollbar-drag {
  background: var(--darkclr);
  border-radius: 4px;
}

.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);
}/*# sourceMappingURL=core-objectives.css.map */