.training-block-current-item-style1 {
  position: relative;
}
.training-block-current-item-style1 .inner-box {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.training-block-current-item-style1 .inner-box:hover .overlay {
  opacity: 1;
  visibility: visible;
  left: 0;
  width: 100%;
}
.training-block-current-item-style1 .inner-box:hover .overlay .btn-circle-arrow {
  opacity: 1;
  visibility: visible;
  transition-delay: 300ms;
  top: 0;
}
.training-block-current-item-style1 .inner-box:hover .lower-content .btn-circle-arrow {
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
  right: 0px;
}
@media (prefers-reduced-motion: reduce) {
  .training-block-current-item-style1 .inner-box:hover .lower-content .btn-circle-arrow {
    transition: none;
  }
}
.training-block-current-item-style1 .image-box {
  position: relative;
}
.training-block-current-item-style1 .image-box .image {
  position: relative;
  border-bottom: 4px solid var(--theme-color1);
  margin-bottom: 0;
}
.training-block-current-item-style1 .image-box .overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease;
  left: 50%;
  width: 0;
}
@media (prefers-reduced-motion: reduce) {
  .training-block-current-item-style1 .image-box .overlay {
    transition: none;
  }
}
.training-block-current-item-style1 .image-box .overlay::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--theme-color1);
  opacity: 0.9;
  content: "";
}
.training-block-current-item-style1 .image-box .overlay .btn-circle-arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 20px;
  height: 52px;
  width: 52px;
  border-radius: 50%;
  overflow: hidden;
  color: var(--theme-color1);
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .training-block-current-item-style1 .image-box .overlay .btn-circle-arrow {
    transition: none;
  }
}
.training-block-current-item-style1 .image-box .overlay .btn-circle-arrow:after {
  color: var(--theme-color3);
  content: "\e87a";
  font-family: "linearicons-free";
  font-size: 18px;
}
.training-block-current-item-style1 .lower-content {
  position: relative;
  padding: 25px 40px 25px;
}
.training-block-current-item-style1 .lower-content .btn-circle-arrow {
  position: absolute;
  right: 30px;
  top: -28px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  width: 52px;
  border-radius: 50%;
  overflow: hidden;
  color: #ffffff;
  background-color: var(--theme-color1);
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .training-block-current-item-style1 .lower-content .btn-circle-arrow {
    transition: none;
  }
}
.training-block-current-item-style1 .lower-content .btn-circle-arrow:after {
  color: #fff;
  content: "\e87a";
  font-family: "linearicons-free";
  font-size: 18px;
}
.training-block-current-item-style1 .lower-content .feature-title {
  letter-spacing: -0.04em;
  margin-bottom: 15px;
  margin-top: 0;
}
.training-block-current-item-style1 .lower-content .feature-title a:hover {
  color: var(--theme-color3);
}

.training-block-current-item-style2 {
  position: relative;
}
.training-block-current-item-style2 .inner-box {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
  border-radius: 5px;
}
.training-block-current-item-style2 .inner-box:hover .image-box .btn-view-details .btn-circle-arrow {
  transform: scale(0.6);
  opacity: 0;
}
.training-block-current-item-style2 .inner-box:hover .overlay-content .inner {
  transform: translateY(0);
}
.training-block-current-item-style2 .image-box {
  position: relative;
}
.training-block-current-item-style2 .image-box .image {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 0;
}
.training-block-current-item-style2 .image-box .image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to top, var(--theme-color3), transparent);
  z-index: 1;
  content: "";
}
.training-block-current-item-style2 .image-box .btn-view-details .btn-circle-arrow {
  position: absolute;
  top: 40px;
  right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  width: 52px;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--theme-color2);
  z-index: 2;
}
.training-block-current-item-style2 .image-box .btn-view-details .btn-circle-arrow:after {
  color: #ffffff;
  content: "\e87a";
  font-family: "linearicons-free";
  font-size: 18px;
}
.training-block-current-item-style2 .image-box .btn-view-details .btn-circle-arrow:hover {
  background-color: #ffffff;
  color: var(--theme-color2);
}
.training-block-current-item-style2 .image-box .feature-title {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 30px;
  color: #fff;
  z-index: 2;
  margin-top: 0;
  margin-bottom: 0;
}
.training-block-current-item-style2 .overlay-content {
  position: absolute;
  padding-top: 30px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  overflow: hidden;
  z-index: 3;
}
.training-block-current-item-style2 .overlay-content .inner {
  position: relative;
  background-color: #ffffff;
  padding: 28px 30px 25px;
  border-radius: 5px;
  transform: translateY(120%);
  transition: all 300ms ease;
}
.training-block-current-item-style2 .overlay-content .btn-view-details .btn-circle-arrow {
  position: absolute;
  right: 30px;
  top: -28px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  width: 52px;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--theme-color2);
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .training-block-current-item-style2 .overlay-content .btn-view-details .btn-circle-arrow {
    transition: none;
  }
}
.training-block-current-item-style2 .overlay-content .btn-view-details .btn-circle-arrow:after {
  color: #ffffff;
  content: "\e87a";
  font-family: "linearicons-free";
  font-size: 18px;
}
.training-block-current-item-style2 .overlay-content .btn-view-details .btn-circle-arrow:hover {
  color: #ffffff;
  background-color: var(--theme-color1);
}
.training-block-current-item-style2 .overlay-content .feature-title {
  margin-top: 0;
  margin-bottom: 15px;
}
.training-block-current-item-style2 .overlay-content .feature-title a:hover {
  color: var(--theme-color2);
}

.training-block-current-item-style3 {
  position: relative;
  overflow: hidden;
}
.training-block-current-item-style3 .inner-box {
  position: relative;
}
.training-block-current-item-style3 .inner-box:hover .image-box .image img {
  transform: scale(1.1);
}
.training-block-current-item-style3 .inner-box:hover .read-more {
  color: #fff;
  background-color: var(--theme-color1);
}
.training-block-current-item-style3 .inner-box:hover .overlay-content {
  transform: translate(0);
}
.training-block-current-item-style3 .image-box {
  position: relative;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .training-block-current-item-style3 .image-box {
    transition: none;
  }
}
.training-block-current-item-style3 .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.training-block-current-item-style3 .image-box .image img {
  width: 100%;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .training-block-current-item-style3 .image-box .image img {
    transition: none;
  }
}
.training-block-current-item-style3 .image-box .image:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background: linear-gradient(to top, var(--theme-color3), transparent);
  z-index: 1;
  content: "";
  transition: all 400ms linear;
}
@media (prefers-reduced-motion: reduce) {
  .training-block-current-item-style3 .image-box .image:after {
    transition: none;
  }
}
.training-block-current-item-style3 .read-more {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 20px;
  top: 20px;
  height: 52px;
  width: 52px;
  font-size: 18px;
  background-color: #ffffff;
  border-radius: 50%;
  transition: all 300ms ease;
  z-index: 3;
}
@media (prefers-reduced-motion: reduce) {
  .training-block-current-item-style3 .read-more {
    transition: none;
  }
}
.training-block-current-item-style3 .read-more:hover {
  background-color: var(--theme-color1);
  color: #fff;
}
.training-block-current-item-style3 .info-box {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 40px 40px 35px;
  transition: all 300ms ease;
  z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
  .training-block-current-item-style3 .info-box {
    transition: none;
  }
}
.training-block-current-item-style3 .info-box .feature-title {
  color: #ffffff;
  margin-bottom: 0;
}
.training-block-current-item-style3 .overlay-content {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  background-color: #ffffff;
  transform: translateY(120%);
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .training-block-current-item-style3 .overlay-content {
    transition: none;
  }
}
.training-block-current-item-style3 .overlay-content .info-box {
  position: relative;
  left: 0;
  padding: 25px;
}
.training-block-current-item-style3 .overlay-content .info-box .feature-title {
  color: var(--theme-color2);
  margin-bottom: 10px;
  margin-top: 0;
}
.training-block-current-item-style3 .overlay-content .info-box .overlay-content {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  background-color: #ffffff;
  transform: translateY(120%);
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .training-block-current-item-style3 .overlay-content .info-box .overlay-content {
    transition: none;
  }
}
.training-block-current-item-style3 .overlay-content .info-box .overlay-content .info-box {
  position: relative;
  left: 0;
  padding: 30px 25px 25px;
}
.training-block-current-item-style3 .overlay-content .info-box .overlay-content .info-box .feature-title {
  color: var(--theme-color2);
  margin-bottom: 10px;
  margin-top: 0;
}