﻿
    .how_work_section .section_title_area {
        padding-bottom: 65px;
    }
.section_title_area p {
    font-weight: 700;
    color: #b89b5e;
    letter-spacing: 3px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
    .widget_title span, .section_title_area p .title_shape_left, .slider_style_three .slider_contect_box .slider_text p .title_shape_left, .slider_style_two .slider_contect_box .slider_text p .title_shape_left {
        position: relative;
    }
        .widget_title span:before, .section_title_area p .title_shape_left:before, .slider_style_three .slider_contect_box .slider_text p .title_shape_left:before, .slider_style_two .slider_contect_box .slider_text p .title_shape_left:before {
            top: 8px;
            height: 2px;
            width: 20px;
            left: -40px;
        }
        .widget_title span:before, .section_title_area p .title_shape_left:before, .slider_style_three .slider_contect_box .slider_text p .title_shape_left:before, .slider_style_two .slider_contect_box .slider_text p .title_shape_left:before, .widget_title span:after, .section_title_area p .title_shape_left:after, .slider_style_three .slider_contect_box .slider_text p .title_shape_left:after, .slider_style_two .slider_contect_box .slider_text p .title_shape_left:after {
            content: "";
            position: absolute;
            background-color: #b89b5e;
        }

.how_work_img_serial .how_work_img {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 0;
}

.how_work_img_serial .how_work_img:before {
    position: absolute;
    height: 0;
    width: 0;
    top: 50%;
    left: 50%;
    content: "";
    padding-top: 0px;
    background-color: rgba(11, 11, 11, 0.4);
    text-align: center;
    border-radius: 0;
    opacity: 0;
    z-index: 3;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
    .how_work_img_serial .how_work_img:after {
        position: absolute;
        content: "";
        height: 0;
        width: 0;
        top: 50%;
        left: 50%;
        z-index: 1;
        padding-top: 0px;
        border-radius: 0;
        background-color: rgba(11, 11, 11, 0.4);
        text-align: center;
        opacity: 0;
        z-index: 4;
        -webkit-transition: all 1.5s ease;
        -o-transition: all 1.5s ease;
        transition: all 1.5s ease;
    }

.how_work_btn {
    margin-top: 35px;
    line-height: 52px;
    border: 4px solid #f3f3f3;
}
.how_work_btn, .portfolio_slide .owl-nav .owl-next, .portfolio_slide .owl-nav .owl-prev, .service_slider .owl-nav .owl-next, .service_slider .owl-nav .owl-prev {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    text-align: center;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
    .how_work_btn a {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
.fa-arrow-right:before {
    content: "\f061";
}

.how_work_img_serial {
    display: inline-block;
}
    .how_work_img_serial .how_work_serial {
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        color: #fff;
        height: 50px;
        font-size: 16px;
        line-height: 50px;
        z-index: 5;
        background-color: #b89b5e;
        border-bottom-left-radius: 25px;
    }
