  @font-face {
        font-family: FontAwesome;
        font-display: swap;
        font-weight: 300;
        src: url("/fontawesome/fa-light-300.woff2") format("woff2"), url("/fontawesome/fa-light-300.ttf") format("truetype");
                
    }

    .working-process-accordion-one .accordion-item .accordion-header button::after {
        font-family: FontAwesome;
    }

    .fa-light {
        font-family: FontAwesome;
        font-weight: 300;
    }

    .fa-arrow-right:before {
        content: "\f061"; 
    }

    .fa-angle-left:before {
        content: "\f104";
    }

    .fa-angle-right:before {
        content: "\f105";
    }

    .fa-arrow-right:before {
        content: "\f061";
    }

    .fa-twitter:before {
        content: "\f099";
    }

    .fa-linkedin:before {
        content: "\f0e1";
    }

    .fa-mobile-phone:before,
    .fa-mobile:before {
        content: "\f10b";
    }

    .fa-user:before {
        content: "\f007";
    }

    .fa-file-text-o:before {
        content: "\f0f6";
    }

    .progress-wrap::after,
    .progress-wrap::before {
        font-family: FontAwesome!important;
        content: "\f062";
        line-height: 46px;
        font-size: 18px;
        left: 0;
        top: 0;
        font-weight: 300;
        height: 46px;
        width: 46px;
        cursor: pointer;
        display: block;
        -webkit-transition: 0.2s linear;
        position: absolute;
        text-align: center;
    }

    .fa-arrow-up:before {
        content: "\f062";
    }

    .fa {
        font-family: var(--fa-style-family, "Font Awesome 6 Pro");
        font-weight: var(--fa-style, 900);
    }

    .fa,
    .fa-light,
    .fa-regular,
    .fa-solid,
    .fa-thin {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: var(--fa-display, inline-block);
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        text-rendering: auto;
    }

    .fa,
    .fa-stack {
        display: inline-block;
    }

    .fa-fw,
    .fa-li {
        text-align: center;
    }

    @font-face {
        font-family: FontAwesome;
        src: url("/fontawesome/fontawesome-webfont3e6e.eot?v=4.7.0");
        src: url("/fontawesome/fontawesome-webfontd41d.eot?#iefix&v=4.7.0") format('embedded-opentype'), url("/fontawesome/fontawesome-webfont3e6e.ttf?v=4.7.0") format('truetype'), url("/fontawesome/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular") format('svg');
        font-weight: 400;
        font-style: normal;
        font-display: swap;
    }

    .fa {
        font: 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .fa-lg {
        font-size: 1.33333333em;
        line-height: 0.75em;
        vertical-align: -15%;
    }

    .fa-whatsapp:before {
        content: "\f232";
    }

    .fa-facebook-f:before,
    .fa-facebook:before {
        content: "\f09a";
    }

    .fa-instagram:before {
        content: "\f16d";
    }

    .fa-youtube:before {
        content: "\f167";
    }

    .fa-envelope:before {
        content: "\f0e0";
    }

    .fa-location-arrow:before {
        content: "\f124";
    }

    .fa-phone:before {
        content: "\f095";
    }

    .fa-bars:before,
    .fa-navicon:before,
    .fa-reorder:before {
        content: "\f0c9";
    }

    .fa-xmark:before {
        content: "\f00d";
    }
