.factry-work-block {
  background: #f8f9fc;
  position: relative;
  padding-bottom: 200px;
}

.actry-work-block .single-box-title a:hover {
  color: #fff !important;
}


@media (max-width: 1700px) {
  .factry-work-block {
    padding-bottom: 100px;
  }
}

@media (max-width: 1600px) {
  .factry-work-block {
    padding-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .factry-work-block {
    padding-bottom: 0;
  }
}

.factry-work-block .bg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.factry-work-block .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.factry-work-block .process-wrapper-about {
  /* margin-bottom: -200px;
  padding-bottom: 320px; */
  position: relative;
  z-index: 1;
}

@media (max-width: 1200px) {
  .factry-work-block .process-wrapper-about {
    /* padding-bottom: 80px; */
  }
}

.factry-work-block .process-wrapper-about .section-title {
  text-align: center;
  margin-bottom: 53px;
  /* padding-top: 180px; */
}



.factry-work-block .process-wrapper-about .section-title .sub-title-one {
  margin-top: 1px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
}

@media only screen and (max-width: 1600px) {
  .factry-work-block .process-wrapper-about .section-title .sub-title-one {
    font-size: 20px;
  }
}

.factry-work-block .process-wrapper-about .section-title .sub-title-one.text-theme {
  color: var(--color-primary);
}

.factry-work-block .process-wrapper-about .section-title .section-title-one {
  margin-bottom: 25px;
  font-size: 42px;
  line-height: 1.45;
}

.factry-work-block .process-wrapper-about .section-title .section-title-one span {
  color: var(--color-primary);
}

@media only screen and (max-width: 1600px) {
  .factry-work-block .process-wrapper-about .section-title .section-title-one {
    font-size: 36px;
  }
}

@media only screen and (max-width: 1200px) {
  .factry-work-block .process-wrapper-about .section-title .section-title-one {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991.98px) {
  .factry-work-block .process-wrapper-about .section-title .section-title-one {
    font-size: 28px;
  }
}

@media only screen and (max-width: 1200px) {
  .factry-work-block .process-wrapper-about {
    margin-bottom: 0;
  }
}

.factry-work-block .single-process-box {
  background: white;
  padding: 72px 30px 15px 30px;
  position: relative;
  z-index: 1;
}

.factry-work-block .single-process-box .star-icon {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.factry-work-block .single-process-box .tag {
  color: white;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  background: var(--color-primary);
  padding: 12px 16px 12px 20px;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 1;
  border-radius: 40px 0 0 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.factry-work-block .single-process-box .icon {
  background: rgba(232, 17, 43, 0.1);
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.factry-work-block .single-process-box .single-box-title {
  font-size: 28px;
  margin-top: 22px;
  margin-bottom: 8px;
  font-weight: 600;
}

@media only screen and (max-width: 1600px) {
  .factry-work-block .single-process-box .single-box-title {
    font-size: 22px;
  }
}

.factry-work-block .single-process-box p {
  font-size: 16.3px;
  font-weight: 400;
  line-height: 1.8;
  color: #777c90;
  margin-bottom: 15px;
}

.factry-work-block .single-process-box:hover {
  background: var(--color-primary);
}

.factry-work-block .single-process-box:hover .tag {
  background: white;
  color: #181818;
}

.factry-work-block .single-process-box:hover .icon {
  background: white;
}

.factry-work-block .single-process-box:hover .single-box-title {
  color: white;
}

.factry-work-block .single-process-box:hover p {
  color: white;
}

@media only screen and (max-width: 1200px) {
  .factry-work-block .single-process-box {
    padding: 72px 15px 15px 15px;
  }
  .factry-work-block .single-process-box {

  margin-bottom: 20px;
}
}