.button_text_color_hover {
  color: #fff;
}
.g5plus-process-ctn {
  text-align: center;
}
.g5plus-process-ctn.style1 {
  margin: 0 -15px;
}
.g5plus-process-ctn.style1 .process-item .box-process-item p {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}
.g5plus-process-ctn.style1 .process-item .box-process-item a {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: #26a9e1;
  display: block;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.g5plus-process-ctn.style1 .process-item .box-process-item a:hover {
  color: #fff !important;
}
.g5plus-process-ctn.style1 .process-item .box-process-item span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71;
  padding-top: 12px;
  margin-bottom: 0;
}
.g5plus-process-ctn.style1.color-dark span,
.g5plus-process-ctn.style1.color-dark p {
  color: #000 !important;
}
.g5plus-process-ctn.style1.color-light span,
.g5plus-process-ctn.style1.color-light p {
  color: #fff !important;
}
.g5plus-process-ctn.style2 {
  position: relative;
  margin: 20px -15px;
}
.g5plus-process-ctn.style2 .box-process-item {
  padding: 40px 20px;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.g5plus-process-ctn.style2 .box-process-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  right: 15px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  background-color: #ffa60a;
  z-index: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.g5plus-process-ctn.style2 .box-process-item p {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.g5plus-process-ctn.style2 .box-process-item a {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  padding-top: 6px;
  text-align: center;
  letter-spacing: 0.02em;
  display: block;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.g5plus-process-ctn.style2 .box-process-item span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71;
  padding-top: 12px;
  margin-bottom: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.g5plus-process-ctn.style2 .box-process-item i {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  color: #F2F2F2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
  font-size: 100px;
}
.g5plus-process-ctn.style2.color-dark .box-process-item {
  background-color: rgba(171, 171, 171, 0.1);
}
.g5plus-process-ctn.style2.color-dark .box-process-item a {
  color: #454545;
}
.g5plus-process-ctn.style2.color-dark .box-process-item span,
.g5plus-process-ctn.style2.color-dark .box-process-item p {
  color: #ababab !important;
}
.g5plus-process-ctn.style2.color-dark .process-item:hover .box-process-item:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.g5plus-process-ctn.style2.color-dark .process-item:hover .box-process-item span,
.g5plus-process-ctn.style2.color-dark .process-item:hover .box-process-item p,
.g5plus-process-ctn.style2.color-dark .process-item:hover .box-process-item a {
  position: relative;
  color: #fff !important;
}
.g5plus-process-ctn.style2.color-dark .process-item:hover .box-process-item a:hover {
  color: #454545 !important;
}
.g5plus-process-ctn.style2.color-dark .process-item:hover .box-process-item i {
  color: rgba(255, 255, 255, 0.3);
  z-index: 0;
}
.g5plus-process-ctn.style2.color-light .process-item .box-process-item {
  background: #2c3e50 !important;
}
.g5plus-process-ctn.style2.color-light .process-item .box-process-item a,
.g5plus-process-ctn.style2.color-light .process-item .box-process-item span,
.g5plus-process-ctn.style2.color-light .process-item .box-process-item p {
  position: relative;
  color: #fff !important;
}
.g5plus-process-ctn.style2.color-light .process-item .box-process-item i {
  z-index: 0 !important;
  opacity: 0.3 !important;
}
.g5plus-process-ctn.style2.color-light .process-item:hover .box-process-item {
  background: none !important;
}
.g5plus-process-ctn.style2.color-light .process-item:hover .box-process-item:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 0 !important;
}
.g5plus-process-ctn.style2.color-light .process-item:hover .box-process-item span,
.g5plus-process-ctn.style2.color-light .process-item:hover .box-process-item p,
.g5plus-process-ctn.style2.color-light .process-item:hover .box-process-item a {
  color: #000 !important;
  z-index: 0 !important;
}
.g5plus-process-ctn.style2.color-light .process-item:hover .box-process-item a:hover {
  color: #fff !important;
}
.g5plus-process-ctn.style2.color-light .process-item:hover .box-process-item i {
  color: rgba(255, 255, 255, 0.2);
  z-index: 0 !important;
  opacity: 1 !important;
}
.g5plus-process-ctn .g5plus-slick-slider {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 991px) {
  .g5plus-process-ctn.style2 .process-item {
    margin-bottom: 30px;
  }
}
