.circle {
  position: relative;
  width: 100%;
  max-width: 1200px !important;
  margin: 180px auto 0;
  padding: 0;
  background-color: #F4F4F4;
}
.circle .circle-container {
  position: relative;
  width: 100%;
  height: 480px;
  padding-bottom: 50px;
  overflow: hidden;
}
.circle .circle-container .wrapper {
  background-color: transparent;
  border-radius: 50%;
  width: 1680px;
  height: 1680px;
  position: absolute;
  bottom: 212px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
}
.circle .circle-container .item {
  width: 80px;
  height: 80px;
  color: white;
  border-radius: 100%;
  background-color: #fff;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.circle .circle-container .item .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease-in-out;
  transition-delay: 0.4s;
}
.circle .circle-container .item .inner img {
  width: 70%;
  height: 70%;
  object-fit: contain;
  filter: grayscale(1);
}
.circle .circle-container .item .caption {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  margin-top: 50px;
  width: 534px;
  text-align: center;
  opacity: 0;
  transition: 0.2s;
}
.circle .circle-container .item .caption .title {
  color: #D39100;
  font-weight: 500;
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 26px;
}
.circle .circle-container .item .caption p {
  color: #53565A;
  font-size: 16px;
  margin: 0;
  line-height: 22px;
}
.circle .circle-container .item.active {
  background-color: #FFB81C;
  position: relative;
  z-index: 2;
}
.circle .circle-container .item.active .inner {
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transform: translate(-50%, -50%) scale(2);
}
.circle .circle-container .item.active .inner img {
  filter: grayscale(0);
}
.circle .circle-container .item.active .caption {
  transition-delay: 1s;
  transform: translate(-50%, 0);
  opacity: 1;
}
.circle .circle-container svg.path {
  overflow: visible;
  width: 1680px;
  height: 1680px;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.circle .circle-container svg.path .st0 {
  fill: none;
  stroke: transparent;
  stroke-width: 2;
  stroke-miterlimit: 1;
}
.circle .circle-container svg.path-border {
  width: 1680px;
  height: 1680px;
  position: absolute;
  bottom: 180px;
  left: 50%;
  transform: translate(-50%, 0);
}
.circle .rotating-circle-wrapper {
  position: absolute;
  overflow: hidden;
}
.circle .rotating-circle-wrapper .inner {
  width: 1680px;
  height: 1680px;
  position: absolute;
  overflow: hidden;
}
.circle .rotating-circle-wrapper.top {
  width: 50%;
  height: 200px;
  top: -120px;
  right: 0;
}
.circle .rotating-circle-wrapper.top .inner {
  bottom: -30px;
  right: -290px;
}
.circle .rotating-circle-wrapper.bottom {
  width: 400px;
  height: 200px;
  bottom: -50px;
  left: -50px;
}
.circle .rotating-circle-wrapper.bottom .inner {
  left: -280px;
  bottom: -50px;
}
.circle .navigation {
  position: absolute;
  bottom: -30px;
  right: 0;
  z-index: 10;
}
.circle .navigation button {
  padding: 10px;
  background-color: transparent;
  outline: none;
  border: none;
  cursor: pointer;
}

/* Certificates Thumbnails ==================================== */
.certificates-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.certificates-slider .slick-list {
  position: relative;
}
.certificates-slider .slick-list .slick-track {
  display: flex;
  align-items: center;
  padding: 50px 0;
  height: 483px;
}
.certificates-slider .slick-slide {
  width: 233px;
  padding: 0 12px;
  opacity: 0.5;
  transition: 0.2s;
  position: relative;
  display: flex !important;
  align-items: center;
}
.certificates-slider .slick-slide img {
  width: 100%;
}
.certificates-slider .slick-slide .caption {
  text-align: center;
  color: #002D72;
  position: absolute;
  left: 0;
  bottom: -70px;
  width: 100%;
  border-radius: 0;
  padding: 20px;
  opacity: 0;
  transition: 0.2s;
  transition-delay: 0.2s;
}
.certificates-slider .slick-slide.slick-active.slick-current {
  width: 300px;
  opacity: 1;
}
.certificates-slider .slick-slide.slick-active.slick-current .caption {
  opacity: 1;
}
.certificates-slider .slick-arrow {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 50px;
  height: 50px;
  padding: 0;
  color: transparent;
  z-index: 10;
}
.certificates-slider .slick-arrow.slick-prev {
  margin-left: -133px;
  background: transparent url("https://coral-dog-467871.hostingersite.com/wp-content/uploads/2025/01/arrow-left.svg") no-repeat center/cover;
  background-size: 10px;
}
.certificates-slider .slick-arrow.slick-next {
  margin-left: 133px;
  background: transparent url("https://coral-dog-467871.hostingersite.com/wp-content/uploads/2025/01/arrow-right.svg") no-repeat center/cover;
  background-size: 10px;
}

/* Case Studies Box ======================================== */
.case-study .elementor-posts .elementor-post .elementor-post__text {
  display: block !important;
  background-color: transparent;
  top: auto !important;
  bottom: 0;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.case-study .elementor-posts .elementor-post .elementor-post__text .elementor-post__title {
  color: #fff;
  position: absolute;
  bottom: 300px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 90%;
  transition: 0.8s;
}
.case-study .elementor-posts .elementor-post .elementor-post__text .elementor-post__title a {
  color: #fff !important;
  margin-bottom: 20px;
  display: block !important;
}
.case-study .elementor-posts .elementor-post .elementor-post__text .elementor-post__read-more-wrapper {
  height: 34px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-study .elementor-posts .elementor-post .elementor-post__text .elementor-post__read-more-wrapper a {
  width: 100%;
  height: 100%;
  padding: 2px 0;
}
.case-study .elementor-posts .elementor-post:hover .elementor-post__text {
  padding-top: 70px;
  transform: translate(0) !important;
  background-color: #fff;
}
.case-study .elementor-posts .elementor-post:hover .elementor-post__text .elementor-post__title {
  bottom: 50px;
}
.case-study .elementor-posts .elementor-post:hover .elementor-post__text .elementor-post__title a {
  color: #53565A !important;
}

/* Post Timeline ================================================================================================================ */
.eael-post-timeline {
  margin: 0 !important;
}
.eael-post-timeline article.eael-timeline-post .eael-timeline-post-inner {
  width: 350px;
}

.eael-post-timeline article.eael-timeline-post:nth-child(even) {
  margin-top: 0 !important;
}

.eael-post-timeline article.eael-timeline-post:nth-child(even) .eael-timeline-post-inner {
  margin-top: -200px !important;
  margin-right: 0 !important;
}

.eael-post-timeline article.eael-timeline-post:nth-child(odd) .eael-timeline-post-inner {
  margin-top: -90px !important;
}

.eael-post-timeline article.eael-timeline-post:first-child .eael-timeline-post-inner {
  margin-top: 0 !important;
}

.eael-post-timeline article.eael-timeline-post .eael-timeline-bullet:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translate(0, -50%);
  height: 2px;
  width: 100px;
  background-color: #002d72;
}

.eael-post-timeline article.eael-timeline-post:nth-child(even) .eael-timeline-bullet:after {
  left: 100%;
}

.eael-post-timeline article.eael-timeline-post:nth-child(even) .eael-timeline-bullet {
  margin-top: -100px;
}

.eael-post-timeline article.eael-timeline-post:nth-child(odd) .eael-timeline-post-inner {
  margin-left: 0 !important;
}

.eael-post-timeline article.eael-timeline-post .eael-timeline-post-inner:after {
  display: none !important;
}

.eael-post-timeline article.eael-timeline-post .eael-timeline-post-inner a.eael-timeline-post-link {
  position: relative;
  z-index: 10;
}

.eael-post-timeline article.eael-timeline-post .eael-timeline-post-inner a.eael-timeline-post-link time {
  display: none;
}

.eael-post-timeline article.eael-timeline-post .eael-timeline-post-inner a.eael-timeline-post-link .eael-timeline-post-image {
  background-size: cover;
  width: 100%;
}

.eael-post-timeline article.eael-timeline-post .eael-timeline-post-inner a.eael-timeline-post-link .eael-timeline-content {
  background-color: transparent;
  width: 100%;
  padding: 20px !important;
  top: auto;
  bottom: 0;
}

.eael-post-timeline article.eael-timeline-post .eael-timeline-post-inner a.eael-timeline-post-link .eael-timeline-content .eael-timeline-post-title-text-card {
  font-size: 16px;
  margin-bottom: 5px;
}

.eael-post-timeline article.eael-timeline-post .eael-timeline-post-inner a.eael-timeline-post-link .eael-timeline-content .eael-timeline-post-excerpt::after {
  content: "Read More";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0;
  padding: 0;
  border-radius: 30px;
  background: #FFB81C;
  color: white;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  cursor: pointer;
  text-decoration: none;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.eael-post-timeline article.eael-timeline-post .eael-timeline-post-inner a.eael-timeline-post-link:hover .eael-timeline-content .eael-timeline-post-excerpt::after {
  height: 32px;
  opacity: 1;
  padding: 8px 0;
}

.eael-post-timeline article.eael-timeline-post .eael-timeline-post-inner a.eael-timeline-post-link:hover .eael-timeline-content {
  background-color: #fff;
}

.eael-post-timeline .eael-timeline-post-inner:hover .eael-timeline-content h2,
.eael-post-timeline .eael-timeline-post-inner:hover .eael-timeline-content p {
  color: #fff !important;
}

.eael-post-timeline article.eael-timeline-post .eael-timeline-post-inner a.eael-timeline-post-link:hover .eael-timeline-content h2,
.eael-post-timeline article.eael-timeline-post .eael-timeline-post-inner a.eael-timeline-post-link:hover .eael-timeline-content p {
  color: #53565A !important;
}

@media (max-width: 992px) {
  .eael-post-timeline article.eael-timeline-post .eael-timeline-bullet:after {
    left: 100%;
  }
  .eael-post-timeline article.eael-timeline-post .eael-timeline-post-inner {
    width: 90%;
  }
  .eael-post-timeline article.eael-timeline-post:nth-child(even) .eael-timeline-post-inner {
    margin-top: 0 !important;
    margin-right: 0 !important;
  }
  .eael-post-timeline article.eael-timeline-post:nth-child(odd) .eael-timeline-post-inner {
    margin-top: 0 !important;
  }
  .eael-post-timeline article.eael-timeline-post:nth-child(even) .eael-timeline-bullet {
    margin-top: 0;
  }
  .eael-post-timeline article.eael-timeline-post .eael-timeline-post-inner {
    padding: 20px 0 !important;
  }
}
/* News Timeline After 4 cards ================== */
.eael-post-timeline .eael-timeline-post:nth-child(n+5) .eael-timeline-post-inner {
  margin: 10px 0;
}

.eael-post-timeline .eael-timeline-post:nth-child(n+5):nth-child(even) .eael-timeline-post-inner {
  margin-top: -50px !important;
}

.eael-post-timeline .eael-timeline-post:nth-child(n+5):nth-child(odd) .eael-timeline-post-inner {
  margin-top: 0 !important;
}

.eael-post-timeline .eael-timeline-post:nth-child(n+5):nth-child(even) .eael-timeline-bullet {
  margin-top: -30px;
}

.eael-post-timeline .eael-timeline-post:nth-child(n+5) .eael-timeline-post-inner .eael-timeline-post-link .eael-timeline-post-image {
  display: none;
}

.eael-post-timeline .eael-timeline-post:nth-child(n+5) .eael-timeline-post-inner .eael-timeline-post-link .eael-timeline-post-image:after {
  display: none;
}

.eael-post-timeline .eael-timeline-post:nth-child(n+5) .eael-timeline-post-inner .eael-timeline-post-link .eael-timeline-content {
  background-color: #F8F8F8;
  border-radius: 10px;
  position: static;
  margin-top: 0;
  height: 100%;
}

.eael-post-timeline .eael-timeline-post:nth-child(n+5) .eael-timeline-post-inner .eael-timeline-post-link .eael-timeline-post-title .eael-timeline-post-title-text,
.eael-post-timeline .eael-timeline-post:nth-child(n+5) .eael-timeline-post-inner .eael-timeline-post-link:hover .eael-timeline-post-title .eael-timeline-post-title-text {
  color: #53565A !important;
}

.eael-post-timeline .eael-timeline-post:nth-child(n+5) .eael-timeline-post-inner .eael-timeline-post-link .eael-timeline-content .eael-timeline-post-excerpt:after {
  opacity: 1;
  height: 32px;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .eael-post-timeline .eael-timeline-post:nth-child(n+5) .eael-timeline-post-inner {
    margin: 0;
  }
  .eael-post-timeline .eael-timeline-post:nth-child(n+5):nth-child(even) .eael-timeline-post-inner {
    margin-top: 0 !important;
  }
  .eael-post-timeline .eael-timeline-post:nth-child(n+5):nth-child(even) .eael-timeline-bullet {
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .circle .rotating-circle-wrapper.top {
    top: -50px;
  }
  .circle .rotating-circle-wrapper.bottom {
    width: 300px;
  }
  .circle .rotating-circle-wrapper.bottom .inner {
    left: -230px;
    bottom: -100px;
  }
}
@media (max-width: 768px) {
  .circle {
    padding-bottom: 60px;
  }
  .circle .circle-container {
    height: 320px;
  }
  .circle .rotating-circle-wrapper {
    display: none;
  }
  .circle .navigation {
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translate(50%, 0);
  }
}

/*# sourceMappingURL=style.css.map */
