/*pattern-style-001*/
.pattern-style-001 {
    position: relative;
}
.pattern-style-001:before {
  content: "";
  position: absolute;
  background-image: linear-gradient(52deg, #27abd7, #2bb57e);
  width: 817px;
  height: 13px;
  left: 0px;
  top: 0px;
  z-index: 99;
  transition: 0.3s;
}
.pattern-style-001:hover:before {
  width: 825px;
  height: 16px;
}

/*pattern-style-002*/
.pattern-style-002 {
    position: relative;
}
.pattern-style-002:after {
  content: "";
  position: absolute;
  background-image: linear-gradient(52deg, #27abd7, #2bb57e);
  width: 664px;
  height: 13px;
  right: 0px;
  bottom: 0px;
  transition: 0.3s;
  z-index: 999;
}
.pattern-style-002::hover:after {
  width: 825px;
  height: 16px;
}

/*title-style-001*/
.title-style-001 h1 {
    position: relative;
}
.title-style-001 h1:before {
  content: "";
  position: absolute;
  background-image: linear-gradient(52deg, #27abd7, #2bb57e);
  width: 89px;
  right: -107px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  height: 44px;
  transition: 0.3s;
}

/*title-style-002*/
.title-style-002 h1 {
    position: relative;
}
.title-style-002 h1:before {
  content: "";
  position: absolute;
  background-image: linear-gradient(52deg, #27abd7, #2bb57e);
  width: 89px;
  left: -107px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  height: 44px;
  transition: 0.3s;
}

.number-block-line-001 {
    position: relative;
}
.number-block-line-001:after {
  content: "";
  position: absolute;
  background-image: linear-gradient(52deg, #27abd7, #2bb57e);
  width: 35px;
  right: -32px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  height: 8px;
  transition: 0.3s;
  z-index: -9;
}

@media (max-width: 991px){
.number-block-line-001:after {
  width: 5px;
  right: 0px;
  left: 0px;
  top: 0px;
  bottom: -185px;
  margin: auto;
  height: 38px;
  transition: 0.3s;
  z-index: -5;
  }}



/*number-block-line-002*/
.number-block-line-002 {
    position: relative;
}
.number-block-line-002:after {
  content: "";
  position: absolute;
  background-image: linear-gradient(52deg, #27abd7, #2bb57e);
  width: 8px;
  right: 0px;
  left: 0px;
  top: 0px;
  bottom: -219px;
  margin: auto;
  height: 34px;
  transition: 0.3s;
  z-index: -9;
}