
/** process-section **/

.process-section{
  position: relative;
}

.process-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.process-block-one .inner-box{
  position: relative;
  display: block;
}

.process-block-one .inner-box .count{
  position: relative;
  display: inline-block;
  font-size: 22px;
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  color: #061a3a;
  background: #fff;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 30px 60px 0px rgba(0,0,0,0.15);
  margin-bottom: 50px;
  z-index: 1;
}

.process-block-one .inner-box .count:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 85px;
  height: 85px;
  left: -10px;
  top: -10px;
  border-radius: 50%;
  opacity: 0.5;
  z-index: -1;
}

.process-block-one .inner-box .text{
  position: relative;
  display: block;
  background: #fff;
  padding: 48px 30px 42px 30px;
  box-shadow: 0px 20px 60px 0px rgba(0,0,0,0.1);
  border-radius: 10px;
}

.process-block-one .inner-box .text .icon-box{
  position: relative;
  display: inline-block;
  font-size: 25px;
  margin-bottom: 26px;
}

.process-block-one .inner-box .text h3{
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 800;
  margin-bottom: 14px;
}

.process-block-one{
  max-width: 320px;
  margin: 0 auto;
  width: 100%;
}

.process-block-one .inner-box .text p{
  line-height: 28px;
}

.process-section .inner-content{
  position: relative;
  width: 100%;
}

.process-section .inner-content:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  left: 0px;
  top: 32px;
  opacity: 0.1;
}

.process-block:first-child .process-block-one{
  margin: 0px;
}

.process-block:last-child .process-block-one{
  margin: 0px;
  float: right;
}

.process-section .owl-stage-outer{
  overflow: visible;
}

.process-section .owl-stage-outer .owl-item{
  opacity: 0;
  transition: all 500ms ease;
}

.process-section .owl-stage-outer .owl-item.active{
  opacity: 1;
}