
/*------------------------------------------------------------------------
# mod_mx_services Extension
# ------------------------------------------------------------------------
# author    mixwebtemplates
# Copyright (C) 2020 mixwebtemplates.com. All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites: http://www.mixwebtemplates.com
-------------------------------------------------------------------------*/

:root {
 --mxtx29-color:#f0401b;
 --mxsmo29-color:#f8f8f8;
}

.process-block:last-child .image-box:before {
  display: none;
}
.process-block .inner-box {
  position: relative;
  text-align: center;
}
.process-block .inner-box:hover .info-box:before {
  border-bottom-color: var(--mxtx29-color);
}
.process-block .inner-box:hover .inner:before {
  max-height: 100%;
}
.process-block .inner-box:hover .count {
  -webkit-transform: scale(-1) rotate(-180deg);
          transform: scale(-1) rotate(-180deg);
}
.process-block .inner-box:hover .text,
.process-block .inner-box:hover .title,
.process-block .inner-box:hover .title a {
  color: #ffffff;
}
.process-block .inner-box:hover .icon-box .icon {
  background-color: var(--mxtx29-color);
  color: #ffffff;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.process-block .inner-box:hover .icon-box .icon:after {
  opacity: 0;
}
.process-block .icon-box {
  position: relative;
  height: 154px;
  width: 154px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 20px;
  margin-bottom: 30px;
  border-radius: 50%;
  border: 1px solid #d4d9e6;
}
.process-block .icon-box .icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 130px;
  width: 130px;
  font-size: 62px;
  border-radius: 50%;
  color: var(--mxtx29-color);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.process-block .icon-box .icon:before {
  position: relative;
  z-index: 2;
}
.process-block .icon-box .icon::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#ebeef5), color-stop(transparent), to(transparent));
  background: linear-gradient(to top, #ebeef5, transparent, transparent);
  content: "";
  border-radius: 50%;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
}
.process-block .icon-box .count {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 48px;
  width: 48px;
  background: #333;
  font-size: 16px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  z-index: 2;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.process-block .innerimg {
  position: absolute;
  top: 0;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 188px;
  width: 188px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.process-block .inner-box:hover .innerimg {
  opacity: 0.7; 
}

.process-block .innerimg img { 
  border-radius: 50%;
  height: 188px;
  width: 188px;
}
.process-block .info-box {
  position: relative;
}
.process-block .info-box:before {
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: 100%;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 10px solid #fff;
  content: "";
  z-index: 2;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.process-block .info-box .inner {
  position: relative;
  background-color: #fff;
  padding: 25px 30px 25px;
  border-radius: 100px;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  overflow: hidden;
}
.process-block .info-box .inner:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  max-height: 0;
  content: "";
  background-color: var(--mxtx29-color);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.process-block .info-box .title, .process-block .info-box .title a {
  position: relative;
  color: #333;
  z-index: 2;
  font-size: 20px;
  margin-bottom: 8px;
}
.process-block .info-box .text {
  position: relative;
  z-index: 2;
  line-height: 26px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.process-block .btn-style1 {
    position: relative;
    z-index: 5;
    display: inline-block
}
.process-block .btn-style1 span {
    color: #646464;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 15px;
    background-color: var(--mxtx29-color);
    box-shadow: 0 6px 43px rgba(0, 0, 0, .16);
    padding: 7px 14px;
    transition: all .4s;
    font-weight: 500
}
.process-block .inner-box:hover .btn-style1  span {
  color: #ffffff;
  background-color: #333;
}

.process-block .btn-style1::before {
    content: "";
    height: 100%;
    width: 100%;
    border-width: 1px;
    border-radius: 15px;
    border-color: #d8d8d8;
    border-style: solid;
    position: absolute;
    top: -5px;
    left: 5px;
    z-index: -1;
    -webkit-transition: all .4s;
    transition: all .4s
}

.process-block svg {
    margin-left: 7px;
    font-size: 18px;
    transition: all .4s;
    display: inline-block;
    margin-top: -2px
}

.process-block .btn-style1:hover:before {
    top: 0;
    left: 0;
    border-color: var(--mxtx29-color)
}
