/* Common */

.position-relative {
    position: relative;
}

.sec-title {
    margin-bottom: 55px;
}

.sec-title.centered {
    text-align: center !important;
}

.sec-title.centered .title {
    padding-left: 60px;
}

.sec-title .title {
    position: relative;
    color: #555555;
    font-size: 18px;
    font-weight: 600;
    padding-right: 60px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.sec-title.centered .title:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 4px;
    width: 43px;
    height: 15px;
    background: url(img/title-icon.png) no-repeat;
}

.sec-title .title:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 4px;
    width: 43px;
    height: 15px;
    background: url(img/title-icon.png) no-repeat;
}

.sec-title h2 {
    position: relative;
    color: #222222;
    font-weight: 600;
    line-height: 1.3em;
    margin-top: 10px;
}

.sec-title .text {
    position: relative;
    color: #555555;
    font-weight: 400;
    line-height: 1.7em;
    margin-top: 18px;
    font-size: 18px;
}

.services-section {
    padding: 50px 0px 50px;
    background-color: #F9F9F9;
}

.services-section .inner-box {
    height: 100%;
    text-align: center;
    position: relative;
    border-radius: 10px;
    padding: 50px 45px 60px;
    background-color: #fff;
}

.services-section .inner-box .service-icon-box {
    padding: 16px 10px;
    font-size: 42px;
    background: url(img/service-bgicon.png) no-repeat;
    background-position: center center;
    position: relative;
    color: #ffffff;
    z-index: 1;
    line-height: 1em;
    margin-bottom: 20px;
}

.services-section .inner-box h5 {
    position: relative;
    line-height: 1.3em;
    font-weight: 600;
}

.services-section .inner-box h5 a {
    color: black;
    text-decoration: none;
}

.services-section .inner-box .text {
    color: #555555;
    position: relative;
    font-size: 16px;
    line-height: 1.5em;
    margin-top: 10px;
}

/* ================ */
.step-section {
    padding: 50px 0px 50px;
}

.step-section .step-block .inner-box {
    position: relative;
    text-align: center;
}

.step-section .step-block:nth-child(1) .inner-box:before {
    position: absolute;
    content: '';
    right: -10%;
    top: 95px;
    width: 30px;
    height: 30px;
    background: url(img/step-arrow-one.png) no-repeat;
}

.step-section .step-block .inner-box .icon-box {
    position: relative;
    width: 200px;
    height: 205px;
    text-align: center;
    line-height: 205px;
    margin: 0 auto;
}

.step-section .step-block .inner-box .icon-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: url(img/step-1.png) no-repeat;
}

.step-section .step-block .inner-box .icon-box .number {
    position: relative;
    color: #ffffff;
    font-weight: 600;
    font-size: 36px;
}

.step-section .step-block .inner-box h6 {
    position: relative;
    color: #222222;
    font-size: 18px;
    font-weight: 600;
    margin-top: 35px;
    text-transform: uppercase;
}

.step-section .step-block:nth-child(2) .inner-box:before {
    position: absolute;
    content: '';
    right: -10%;
    top: 95px;
    width: 30px;
    height: 30px;
    background: url(img/step-arrow-two.png) no-repeat;
}

.step-section .step-block:nth-child(2) .inner-box .icon-box:before {
    background: url(img/step-2.png) no-repeat;
}

.step-section .step-block:nth-child(3) .inner-box:before {
    position: absolute;
    content: '';
    right: -10%;
    top: 95px;
    width: 30px;
    height: 30px;
    background: url(img/step-arrow-three.png) no-repeat;
}

.step-section .step-block:nth-child(3) .inner-box .icon-box:before {
    background: url(img/step-3.png) no-repeat;
}

.step-section .step-block:nth-child(4) .inner-box .icon-box:before {
    background: url(img/step-4.png) no-repeat;
}