.process-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0 20px;
}
.process-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #222222db;
    opacity: 0.85;
    content: "";
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.process-section .sec-title{
    margin-bottom: 90px;
}

.process-block{
    position: relative;
    margin-bottom: 80px;
}
.sec-title {
    position: relative;
    margin-bottom: 75px;
}
.sec-title.light .float-text {
    color: #f2f2f2;
    opacity: 0.10;
}
.sec-title .float-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    font-size: 72px;
    line-height: 1em;
    color: #2f2f2f;
    font-weight: 700;
    text-transform: uppercase;
    opacity: .10;
    font-family: "Arimo", sans-serif;
}

.process-block .inner-box{
    position: relative;
    padding: 75px 30px 30px;
    background-color: #222222;
   border: 1px dashed #47bda3;
    border-radius: 0 0 0 20px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.process-block .inner-box:hover{
    border-color: #ff8a00;
}

.process-block .inner-box .count{
    position: absolute;
    right: 40px;
    top: -40px;
    height: 80px;
    width: 80px;
    background-color: #47bda3;
    border-radius: 0 10px 0 0;
    font-size: 30px;
    line-height: 80px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.process-block .inner-box:hover .count{
    background-color: #ff8a00;
}

.process-block h4{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.process-block h4 a{
    font-size: 19px;
    color: #ffffff;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.process-block h4 a:hover{
    color: #ff8a00;
}

.process-block .text{
    display: block;
   font-size: 15px;
   text-align: justify;
    line-height: 24px;
    color: #bbbbbb;
    font-weight: 400;
    margin-bottom: 15px;
}

.process-block .link-box{
    position: relative;
}

.process-block .link-box a{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #ff8a00;
    font-weight: 700;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.process-block .link-box a:hover{
    color: #ffffff;
}

/***
