.tm-sc-working .icon {
  display: inline-block;
}
.tm-sc-working .icon,
.tm-sc-working .working-title,
.tm-sc-working .working-details {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.working-block-style3 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 1366px) {
  .working-block-style3 {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 1024px) {
  .working-block-style3 {
    margin-bottom: 20px !important;
  }
}
.working-block-style3 .single-item {
  overflow: hidden;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 30px;
  position: relative;
  z-index: 1;
  padding: 50px;
  border-radius: 30px;
  border: 1.5px solid rgba(37, 46, 129, 0.5019607843);
  background: rgba(0, 3, 28, 0.2);
  backdrop-filter: blur(33.0999984741px);
  width: 49%;
}
@media screen and (max-width: 1366px) {
  .working-block-style3 .single-item {
    width: 98%;
  }
}
@media screen and (max-width: 1024px) {
  .working-block-style3 .single-item {
    display: inline-block;
  }
}
@media screen and (max-width: 880px) {
  .working-block-style3 .single-item {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .working-block-style3 .single-item {
    padding: 30px;
  }
}
.working-block-style3 .single-item .noise-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  mix-blend-mode: overlay;
  z-index: -1;
  left: 0;
  top: 0;
  filter: opacity(0.1);
  background-image: url(../../../images/current-theme/noise-bg.png);
}
.working-block-style3 .single-item .shape-1 {
  position: absolute;
  left: -53%;
  bottom: -130%;
  opacity: 0.7;
  filter: blur(50px);
  width: 976px;
  height: 548px;
  background-image: url(../../../images/current-theme/work-shape-01.png);
}
.working-block-style3 .single-item .icon {
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
  width: 150px;
  height: 150px;
  border-radius: 20px;
  border: 1.5px solid rgba(37, 46, 129, 0.5);
  background: rgba(0, 3, 28, 0.2);
  backdrop-filter: blur(33.0999984741px);
  width: 130px;
  height: 130px;
}
.working-block-style3 .single-item .icon img {
  width: 100px;
}
.working-block-style3 .single-item .content {
  z-index: 1;
}
.working-block-style3 .single-item .working-title {
  color: var(--theme-color-white);
  margin: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .working-block-style3 .single-item .working-title {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.working-block-style3 .single-item .working-details {
  color: var(--theme-color-white);
}
.working-block-style3 .working-count {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
  width: 40px;
  height: 40px;
  background: linear-gradient(180deg, #1aafd8 0%, #3055eb 49.19%, #b443ff 100%);
  color: var(--theme-color-white);
  font-size: 24px;
  font-weight: 700;
  z-index: 2;
  left: 50%;
  top: 35%;
}
@media screen and (max-width: 1366px) {
  .working-block-style3 .working-count {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .working-block-style3 .working-count {
    left: -20px;
    transform: translateX(0);
  }
}
.working-block-style3 .working-count::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(27, 30, 58, 0.2) 0%, rgba(75, 84, 160, 0.2) 100%);
}
.working-block-style3::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  content: "";
  width: 2px;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  background: var(--theme-color1);
}
@media screen and (max-width: 1366px) {
  .working-block-style3::after {
    display: none;
  }
}

.isotope-item:last-child .working-block-style3 {
  margin-bottom: 0 !important;
}

.isotope-item:nth-child(even) .working-block-style3 {
  float: right;
  width: 100%;
}
@media screen and (max-width: 880px) {
  .isotope-item:nth-child(even) .working-block-style3 {
    float: none;
    overflow: hidden;
  }
}
.isotope-item:nth-child(even) .working-block-style3 .single-item {
  width: 49%;
  float: right;
}
@media screen and (max-width: 1366px) {
  .isotope-item:nth-child(even) .working-block-style3 .single-item {
    width: 98%;
  }
}
@media screen and (max-width: 880px) {
  .isotope-item:nth-child(even) .working-block-style3 .single-item {
    width: 100%;
    float: none;
  }
}
.isotope-item:nth-child(even) .working-block-style3 .single-item .working-count {
  left: 50%;
}
.isotope-item:nth-child(even) .working-block-style3 .single-item .working-count:nth-child(2) {
  top: 35%;
}
.isotope-item:nth-child(even) .working-block-style3::after {
  top: 0%;
  left: 50%;
}