{"id":9,"date":"2019-10-29T10:04:28","date_gmt":"2019-10-29T10:04:28","guid":{"rendered":"https:\/\/demo.casethemes.net\/consultio-corporate2\/?page_id=9"},"modified":"2026-07-10T19:59:01","modified_gmt":"2026-07-10T18:59:01","slug":"home","status":"publish","type":"page","link":"https:\/\/www.empowerpathadvisors.org\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"9\" class=\"elementor elementor-9\">\n\t\t\t\t        <section class=\"elementor-section elementor-top-section elementor-element elementor-element-1f5b92a elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default ct-header-fixed-none ct-row-max-none\" data-id=\"1f5b92a\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n            \n                        <div class=\"elementor-container elementor-column-gap-no \">\n                    <div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-ca193f2\" data-id=\"ca193f2\" data-element_type=\"column\">\n        <div class=\"elementor-widget-wrap elementor-element-populated\">\n                    \n        \t\t<div class=\"elementor-element elementor-element-31c9ae6 elementor-widget elementor-widget-html\" data-id=\"31c9ae6\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<section class=\"epa-hero\">\r\n\r\n<style>\r\n\/* CSS Keyframe Animations *\/\r\n@keyframes fadeInUp {\r\n    from {\r\n        opacity: 0;\r\n        transform: translateY(30px);\r\n    }\r\n    to {\r\n        opacity: 1;\r\n        transform: translateY(0);\r\n    }\r\n}\r\n\r\n@keyframes fadeInRight {\r\n    from {\r\n        opacity: 0;\r\n        transform: translateX(40px);\r\n    }\r\n    to {\r\n        opacity: 1;\r\n        transform: translateX(0);\r\n    }\r\n}\r\n\r\n\/* Base Section Styling with Cityscape Background Image *\/\r\n.epa-hero {\r\n    min-height: 90vh;\r\n    background: \r\n        linear-gradient(rgba(20, 32, 42, 0.88), rgba(20, 32, 42, 0.88)),\r\n        url(\"https:\/\/images.unsplash.com\/photo-1486406146926-c627a92ad1ab?q=80&w=1470\") center\/cover no-repeat;\r\n    display: flex;\r\n    align-items: center;\r\n    padding: 80px 6%;\r\n    font-family: \"Poppins\", Arial, sans-serif;\r\n    position: relative;\r\n    overflow: hidden;\r\n}\r\n\r\n.epa-hero-container {\r\n    max-width: 1250px;\r\n    margin: auto;\r\n    display: grid;\r\n    grid-template-columns: 1.1fr 0.9fr;\r\n    gap: 60px;\r\n    align-items: center;\r\n    width: 100%;\r\n}\r\n\r\n\/* Left Content Side *\/\r\n.epa-hero-content {\r\n    position: relative;\r\n    z-index: 2;\r\n    animation: fadeInUp 1s cubic-bezier(0.16, 1, 0.3, 1) both;\r\n}\r\n\r\n.epa-hero-badge {\r\n    display: inline-flex;\r\n    align-items: center;\r\n    background: rgba(255, 255, 255, 0.1);\r\n    color: #ffffff;\r\n    padding: 8px 18px;\r\n    border-radius: 50px;\r\n    font-size: 13px;\r\n    letter-spacing: 1.5px;\r\n    font-weight: 600;\r\n    text-transform: uppercase;\r\n    margin-bottom: 25px;\r\n    border: 1px solid rgba(255, 255, 255, 0.2);\r\n}\r\n\r\n.epa-hero h1 {\r\n    color: #ffffff;\r\n    font-size: 56px;\r\n    line-height: 1.15;\r\n    margin: 0 0 24px;\r\n    font-weight: 800;\r\n    letter-spacing: -1px;\r\n}\r\n\r\n.epa-hero h1 strong {\r\n    color: #897044;\r\n}\r\n\r\n.epa-hero p {\r\n    color: #e0e3e6;\r\n    font-size: 18px;\r\n    line-height: 1.7;\r\n    max-width: 580px;\r\n    margin-bottom: 40px;\r\n}\r\n\r\n\/* Modern Button Layout *\/\r\n.epa-hero-buttons {\r\n    display: flex;\r\n    gap: 15px;\r\n    flex-wrap: wrap;\r\n}\r\n\r\n.epa-btn-primary {\r\n    background: #897044;\r\n    color: #ffffff;\r\n    padding: 16px 36px;\r\n    border-radius: 12px;\r\n    text-decoration: none;\r\n    font-weight: 600;\r\n    font-size: 15px;\r\n    transition: all .3s cubic-bezier(0.16, 1, 0.3, 1);\r\n    box-shadow: 0 4px 15px rgba(137, 112, 68, 0.3);\r\n}\r\n\r\n.epa-btn-primary:hover {\r\n    background: #ffffff;\r\n    color: #14202a;\r\n    transform: translateY(-3px);\r\n    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.2);\r\n}\r\n\r\n.epa-btn-secondary {\r\n    background: transparent;\r\n    border: 2px solid #ffffff;\r\n    color: #ffffff;\r\n    padding: 14px 36px;\r\n    border-radius: 12px;\r\n    text-decoration: none;\r\n    font-weight: 600;\r\n    font-size: 15px;\r\n    transition: all .3s cubic-bezier(0.16, 1, 0.3, 1);\r\n}\r\n\r\n.epa-btn-secondary:hover {\r\n    background: #897044;\r\n    border-color: #897044;\r\n    transform: translateY(-3px);\r\n}\r\n\r\n\/* Right Media Side (Preserved) *\/\r\n.epa-hero-media {\r\n    position: relative;\r\n    display: flex;\r\n    justify-content: center;\r\n    align-items: center;\r\n    animation: fadeInRight 1.2s cubic-bezier(0.16, 1, 0.3, 1) both;\r\n}\r\n\r\n.epa-media-wrapper {\r\n    position: relative;\r\n    width: 100%;\r\n    max-width: 480px;\r\n    height: 540px;\r\n    border-radius: 30px;\r\n}\r\n\r\n.epa-media-wrapper img {\r\n    width: 100%;\r\n    height: 100%;\r\n    object-fit: cover;\r\n    border-radius: 30px;\r\n    box-shadow: 0 30px 60px rgba(20, 32, 42, 0.6);\r\n    position: relative;\r\n    z-index: 2;\r\n}\r\n\r\n\/* Geometric framing details behind image using your brand colors *\/\r\n.epa-media-wrapper::before {\r\n    content: \"\";\r\n    position: absolute;\r\n    width: 100%;\r\n    height: 100%;\r\n    border: 3px solid #897044;\r\n    border-radius: 30px;\r\n    top: 20px;\r\n    left: 20px;\r\n    z-index: 1;\r\n}\r\n\r\n.epa-media-wrapper::after {\r\n    content: \"\";\r\n    position: absolute;\r\n    width: 80px;\r\n    height: 80px;\r\n    background: #14202a;\r\n    border: 2px solid #897044;\r\n    border-radius: 20px;\r\n    bottom: -15px;\r\n    left: -15px;\r\n    z-index: 3;\r\n}\r\n\r\n\/* Responsive adjustments *\/\r\n@media(max-width:992px){\r\n    .epa-hero {\r\n        padding: 60px 6%;\r\n    }\r\n    .epa-hero-container {\r\n        grid-template-columns: 1fr;\r\n        gap: 50px;\r\n    }\r\n    .epa-hero h1 {\r\n        font-size: 42px;\r\n    }\r\n    .epa-media-wrapper {\r\n        height: 420px;\r\n    }\r\n}\r\n\r\n@media(max-width:576px){\r\n    .epa-hero h1 {\r\n        font-size: 34px;\r\n    }\r\n    .epa-hero p {\r\n        font-size: 16px;\r\n    }\r\n    .epa-hero-buttons {\r\n        flex-direction: column;\r\n    }\r\n    .epa-btn-primary, .epa-btn-secondary {\r\n        text-align: center;\r\n        width: 100%;\r\n        box-sizing: border-box;\r\n    }\r\n}\r\n<\/style>\r\n\r\n<div class=\"epa-hero-container\">\r\n\r\n    <!-- Text content block -->\r\n    <div class=\"epa-hero-content\">\r\n        <div class=\"epa-hero-badge\">\r\n            Empower Path Advisors\r\n        <\/div>\r\n\r\n        <h1>\r\n            Connecting Exceptional Talent With \r\n            <strong>Exceptional Opportunities<\/strong>\r\n        <\/h1>\r\n\r\n        <p>\r\n            We specialize in permanent placement and contingent recruiting services, \r\n            helping organizations discover top professionals while guiding candidates \r\n            toward rewarding career opportunities.\r\n        <\/p>\r\n\r\n        <div class=\"epa-hero-buttons\">\r\n            <a href=\"https:\/\/www.empowerpathadvisors.org\/index.php\/contact-v-4\/\" class=\"epa-btn-primary\">\r\n                Our Services\r\n            <\/a>\r\n            <a href=\"https:\/\/www.empowerpathadvisors.org\/index.php\/contact-v-4\/\" class=\"epa-btn-secondary\">\r\n                Contact Us\r\n            <\/a>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- Right styled image block -->\r\n    <div class=\"epa-hero-media\">\r\n        <div class=\"epa-media-wrapper\">\r\n            <img decoding=\"async\" src=\"https:\/\/www.empowerpathadvisors.org\/wp-content\/uploads\/2024\/08\/theme-13.jpg\" alt=\"Recruitment Professionals\">\r\n        <\/div>\r\n    <\/div>\r\n\r\n<\/div>\r\n\r\n<\/section>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t            <\/div>\n        <\/div>\n                    <\/div>\n        <\/section>\n                <section class=\"elementor-section elementor-top-section elementor-element elementor-element-89a3404 elementor-section-boxed elementor-section-height-default elementor-section-height-default ct-header-fixed-none ct-row-max-none\" data-id=\"89a3404\" data-element_type=\"section\">\n            \n                        <div class=\"elementor-container elementor-column-gap-extended \">\n                    <div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-463cbd5\" data-id=\"463cbd5\" data-element_type=\"column\">\n        <div class=\"elementor-widget-wrap elementor-element-populated\">\n                    \n                <section class=\"elementor-section elementor-inner-section elementor-element elementor-element-1f95258 elementor-section-boxed elementor-section-height-default elementor-section-height-default ct-header-fixed-none ct-row-max-none\" data-id=\"1f95258\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n            \n                        <div class=\"elementor-container elementor-column-gap-extended \">\n                    <div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-0a56ef4\" data-id=\"0a56ef4\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n        <div class=\"elementor-widget-wrap elementor-element-populated\">\n                    \n        \t\t<div class=\"elementor-element elementor-element-9b0c8bd elementor-invisible elementor-widget elementor-widget-ct_fancy_box\" data-id=\"9b0c8bd\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"ct_fancy_box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div id=\"ct_fancy_box-9b0c8bd\" class=\"ct-fancy-box ct-fancy-box-layout10 \" data-wow-delay=\"ms\">\r\n        \r\n            <div class=\"item--icon\">\r\n                    <\/div>\r\n            <div class=\"item--holder\">\r\n        <h3 class=\"item--title\">\r\n            Industry Expertise &amp; Experience        <\/h3>\r\n        <div class=\"item--description\">Our team brings deep recruitment knowledge and market insight to help organizations identify exceptional talent. We understand the unique challenges of hiring and deliver solutions tailored to your business goals.<\/div>\r\n            <\/div>\r\n<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t            <\/div>\n        <\/div>\n                <div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-ad984cf\" data-id=\"ad984cf\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n        <div class=\"elementor-widget-wrap elementor-element-populated\">\n                    \n        \t\t<div class=\"elementor-element elementor-element-a6701aa elementor-invisible elementor-widget elementor-widget-ct_fancy_box\" data-id=\"a6701aa\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"ct_fancy_box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div id=\"ct_fancy_box-a6701aa\" class=\"ct-fancy-box ct-fancy-box-layout10 \" data-wow-delay=\"ms\">\r\n        \r\n            <div class=\"item--icon\">\r\n                    <\/div>\r\n            <div class=\"item--holder\">\r\n        <h3 class=\"item--title\">\r\n            Personalized Recruitment Approach        <\/h3>\r\n        <div class=\"item--description\">We focus on building strong relationships with both clients and candidates. By understanding your needs, culture, and objectives, we create successful matches that lead to long-term results.<\/div>\r\n            <\/div>\r\n<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t            <\/div>\n        <\/div>\n                <div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-68b97c9\" data-id=\"68b97c9\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n        <div class=\"elementor-widget-wrap elementor-element-populated\">\n                    \n        \t\t<div class=\"elementor-element elementor-element-3ed999a elementor-invisible elementor-widget elementor-widget-ct_fancy_box\" data-id=\"3ed999a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"ct_fancy_box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div id=\"ct_fancy_box-3ed999a\" class=\"ct-fancy-box ct-fancy-box-layout10 \" data-wow-delay=\"ms\">\r\n        \r\n            <div class=\"item--icon\">\r\n                    <\/div>\r\n            <div class=\"item--holder\">\r\n        <h3 class=\"item--title\">\r\n            Quality Talent &amp; Proven Results        <\/h3>\r\n        <div class=\"item--description\">Through strategic sourcing, extensive networks, and a thorough selection process, we connect businesses with qualified professionals who make a meaningful impact and support continued growth.<\/div>\r\n            <\/div>\r\n<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t            <\/div>\n        <\/div>\n                    <\/div>\n        <\/section>\n                    <\/div>\n        <\/div>\n                    <\/div>\n        <\/section>\n                <section class=\"elementor-section elementor-top-section elementor-element elementor-element-1e86532 elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default ct-header-fixed-none ct-row-max-none\" data-id=\"1e86532\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n            \n                        <div class=\"elementor-container elementor-column-gap-no \">\n                    <div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f46c405\" data-id=\"f46c405\" data-element_type=\"column\">\n        <div class=\"elementor-widget-wrap elementor-element-populated\">\n                    \n        \t\t<div class=\"elementor-element elementor-element-5e18c03 elementor-widget elementor-widget-html\" data-id=\"5e18c03\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<section class=\"epa-about-section\">\r\n<style>\r\n\r\n.epa-about-section {\r\n    background: #f7f9fa;\r\n    padding: 90px 6%;\r\n    font-family: \"Poppins\", Arial, sans-serif;\r\n}\r\n\r\n.epa-about-container {\r\n    max-width: 1200px;\r\n    margin: auto;\r\n    display: grid;\r\n    grid-template-columns: 1fr 1fr;\r\n    gap: 70px;\r\n    align-items: center;\r\n}\r\n\r\n\/* Image Side *\/\r\n.epa-image-box {\r\n    position: relative;\r\n}\r\n\r\n.epa-image-box img {\r\n    width: 100%;\r\n    height: 520px;\r\n    object-fit: cover;\r\n    border-radius: 20px;\r\n    display: block;\r\n}\r\n\r\n.epa-image-box::after {\r\n    content: \"\";\r\n    position: absolute;\r\n    width: 100px;\r\n    height: 100px;\r\n    background: #897044;\r\n    right: -25px;\r\n    bottom: -25px;\r\n    border-radius: 20px;\r\n    z-index: -1;\r\n}\r\n\r\n\r\n\/* Content Side *\/\r\n.epa-content span {\r\n    color: #897044;\r\n    font-size: 15px;\r\n    letter-spacing: 2px;\r\n    text-transform: uppercase;\r\n    font-weight: 600;\r\n}\r\n\r\n.epa-content h2 {\r\n    color: #14202a;\r\n    font-size: 44px;\r\n    line-height: 1.25;\r\n    margin: 18px 0 25px;\r\n    font-weight: 700;\r\n}\r\n\r\n.epa-content h2 strong {\r\n    color: #897044;\r\n}\r\n\r\n.epa-content p {\r\n    color: #4a5560;\r\n    font-size: 17px;\r\n    line-height: 1.8;\r\n    margin-bottom: 18px;\r\n}\r\n\r\n\r\n.epa-list {\r\n    margin-top: 25px;\r\n}\r\n\r\n.epa-list div {\r\n    display: flex;\r\n    align-items: center;\r\n    gap: 15px;\r\n    margin-bottom: 15px;\r\n    color: #14202a;\r\n    font-size: 16px;\r\n    font-weight: 500;\r\n}\r\n\r\n.epa-list i {\r\n    width: 28px;\r\n    height: 28px;\r\n    background: #897044;\r\n    color: white;\r\n    border-radius: 50%;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    font-style: normal;\r\n}\r\n\r\n\r\n.epa-btn {\r\n    display: inline-block;\r\n    margin-top: 25px;\r\n    background: #897044;\r\n    color: #ffffff;\r\n    padding: 14px 35px;\r\n    border-radius: 50px;\r\n    text-decoration: none;\r\n    font-weight: 600;\r\n    transition: .3s;\r\n}\r\n\r\n.epa-btn:hover {\r\n    background: #14202a;\r\n    color: #ffffff;\r\n}\r\n\r\n\r\n\/* Responsive *\/\r\n@media(max-width:900px){\r\n\r\n.epa-about-container {\r\n    grid-template-columns: 1fr;\r\n}\r\n\r\n.epa-image-box img {\r\n    height: 400px;\r\n}\r\n\r\n.epa-content h2 {\r\n    font-size: 34px;\r\n}\r\n\r\n}\r\n\r\n<\/style>\r\n\r\n\r\n<div class=\"epa-about-container\">\r\n\r\n    <!-- Image -->\r\n    <div class=\"epa-image-box\">\r\n        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1556761175-b413da4baf72?w=900\" alt=\"Empower Path Advisors\">\r\n    <\/div>\r\n\r\n\r\n    <!-- Text -->\r\n    <div class=\"epa-content\">\r\n\r\n        <span>About Empower Path Advisors<\/span>\r\n\r\n        <h2>\r\n            Empowering Businesses Through \r\n            <strong>Exceptional Talent<\/strong>\r\n        <\/h2>\r\n\r\n\r\n        <p>\r\n            Empower Path Advisors is a premier recruitment partner specializing in\r\n            permanent placement and contingent recruiting services. We connect\r\n            organizations with highly qualified professionals who drive growth,\r\n            innovation, and long-term success.\r\n        <\/p>\r\n\r\n\r\n        <p>\r\n            Through a personalized and strategic approach, we help companies\r\n            overcome hiring challenges while providing candidates with career\r\n            opportunities aligned with their goals.\r\n        <\/p>\r\n\r\n\r\n        <div class=\"epa-list\">\r\n\r\n            <div>\r\n                <i>\u2713<\/i>\r\n                Permanent Placement Expertise\r\n            <\/div>\r\n\r\n            <div>\r\n                <i>\u2713<\/i>\r\n                Contingent Recruiting Solutions\r\n            <\/div>\r\n\r\n            <div>\r\n                <i>\u2713<\/i>\r\n                Strategic Talent Partnerships\r\n            <\/div>\r\n\r\n        <\/div>\r\n\r\n    <\/div>\r\n\r\n<\/div>\r\n\r\n<\/section>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t            <\/div>\n        <\/div>\n                    <\/div>\n        <\/section>\n                <section class=\"elementor-section elementor-top-section elementor-element elementor-element-ef11769 elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default ct-header-fixed-none ct-row-max-none\" data-id=\"ef11769\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n            \n                        <div class=\"elementor-container elementor-column-gap-no \">\n                    <div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-cb4547f\" data-id=\"cb4547f\" data-element_type=\"column\">\n        <div class=\"elementor-widget-wrap elementor-element-populated\">\n                    \n        \t\t<div class=\"elementor-element elementor-element-8a6f827 elementor-widget elementor-widget-html\" data-id=\"8a6f827\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<section class=\"epa-services\">\r\n\r\n<style>\r\n\r\n.epa-services{\r\n    padding:90px 6%;\r\n    background:#f7f9fa;\r\n    font-family:\"Poppins\",Arial,sans-serif;\r\n}\r\n\r\n\r\n.epa-services-header{\r\n    text-align:center;\r\n    max-width:800px;\r\n    margin:0 auto 60px;\r\n}\r\n\r\n\r\n.epa-services-header span{\r\n    color:#897044;\r\n    font-size:14px;\r\n    font-weight:600;\r\n    letter-spacing:2px;\r\n    text-transform:uppercase;\r\n}\r\n\r\n\r\n.epa-services-header h2{\r\n    color:#14202a;\r\n    font-size:44px;\r\n    line-height:1.2;\r\n    margin:15px 0;\r\n}\r\n\r\n\r\n.epa-services-header h2 strong{\r\n    color:#897044;\r\n}\r\n\r\n\r\n.epa-services-header p{\r\n    color:#4a5560;\r\n    font-size:17px;\r\n    line-height:1.7;\r\n}\r\n\r\n\r\n\r\n\/* GRID *\/\r\n\r\n.epa-service-grid{\r\n    max-width:1200px;\r\n    margin:auto;\r\n    display:grid;\r\n    grid-template-columns:repeat(3,1fr);\r\n    gap:30px;\r\n}\r\n\r\n\r\n\r\n\/* CARD (Colored Background) *\/\r\n\r\n.epa-service-card{\r\n    background:#14202a;\r\n    border-radius:22px;\r\n    overflow:hidden;\r\n    transition:.4s ease;\r\n}\r\n\r\n\r\n.epa-service-card:hover{\r\n    transform:translateY(-12px);\r\n    box-shadow:0 20px 40px rgba(20, 32, 42, 0.25);\r\n}\r\n\r\n\r\n\r\n\/* IMAGE *\/\r\n\r\n.epa-service-image{\r\n    height:220px;\r\n    overflow:hidden;\r\n}\r\n\r\n\r\n.epa-service-image img{\r\n    width:100%;\r\n    height:100%;\r\n    object-fit:cover;\r\n    transition:.5s;\r\n}\r\n\r\n\r\n.epa-service-card:hover .epa-service-image img{\r\n    transform:scale(1.08);\r\n}\r\n\r\n\r\n\r\n\r\n\/* CONTENT *\/\r\n\r\n.epa-service-content{\r\n    padding:30px;\r\n}\r\n\r\n\r\n.epa-icon{\r\n    width:60px;\r\n    height:60px;\r\n    background:#897044;\r\n    border-radius:15px;\r\n    display:flex;\r\n    align-items:center;\r\n    justify-content:center;\r\n    margin-top:-60px;\r\n    position:relative;\r\n    border:5px solid #14202a;\r\n}\r\n\r\n\r\n.epa-icon img{\r\n    width:32px;\r\n    height:32px;\r\n    filter: brightness(0) invert(1); \/* Forces icon to be pure white *\/\r\n}\r\n\r\n\r\n\r\n.epa-service-content h3{\r\n    color:#ffffff;\r\n    font-size:24px;\r\n    margin:25px 0 15px;\r\n}\r\n\r\n\r\n.epa-service-content p{\r\n    color:#d5d9dd;\r\n    font-size:15.5px;\r\n    line-height:1.7;\r\n    min-height:100px;\r\n}\r\n\r\n\r\n\r\n\/* BUTTON *\/\r\n\r\n.epa-btn{\r\n    display:inline-block;\r\n    margin-top:20px;\r\n    padding:13px 28px;\r\n    background:#897044;\r\n    color:#fff;\r\n    border-radius:50px;\r\n    text-decoration:none;\r\n    font-size:15px;\r\n    font-weight:600;\r\n    transition:.3s;\r\n}\r\n\r\n\r\n.epa-btn:hover{\r\n    background:#ffffff;\r\n    color:#14202a;\r\n}\r\n\r\n\r\n\r\n\/* RESPONSIVE *\/\r\n\r\n@media(max-width:950px){\r\n\r\n.epa-service-grid{\r\n    grid-template-columns:1fr 1fr;\r\n}\r\n\r\n}\r\n\r\n\r\n@media(max-width:650px){\r\n\r\n.epa-service-grid{\r\n    grid-template-columns:1fr;\r\n}\r\n\r\n.epa-services-header h2{\r\n    font-size:34px;\r\n}\r\n\r\n}\r\n\r\n<\/style>\r\n\r\n\r\n\r\n<div class=\"epa-services-header\">\r\n\r\n<span>Our Services<\/span>\r\n\r\n<h2>\r\nStrategic Recruitment Solutions For \r\n<strong>Business Growth<\/strong>\r\n<\/h2>\r\n\r\n<p>\r\nEmpower Path Advisors provides specialized talent acquisition services\r\ndesigned to connect companies with exceptional professionals and create\r\nlong-lasting workforce solutions.\r\n<\/p>\r\n\r\n<\/div>\r\n\r\n\r\n\r\n\r\n<div class=\"epa-service-grid\">\r\n\r\n\r\n\r\n<!-- Service 1 -->\r\n\r\n<div class=\"epa-service-card\">\r\n\r\n<div class=\"epa-service-image\">\r\n<img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1551836022-d5d88e9218df?w=800\">\r\n<\/div>\r\n\r\n<div class=\"epa-service-content\">\r\n\r\n<div class=\"epa-icon\">\r\n<img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/3135\/3135715.png\">\r\n<\/div>\r\n\r\n<h3>\r\nPermanent Placement\r\n<\/h3>\r\n\r\n<p>\r\nOur permanent placement solutions help organizations identify and hire exceptional professionals who bring long-term value to their teams. We take a strategic approach to understanding your business needs, company culture, and growth objectives to deliver candidates who are not only qualified but also aligned for lasting success.\r\n<\/p>\r\n\r\n<a href=\"https:\/\/www.empowerpathadvisors.org\/index.php\/contact-v-4\/\" class=\"epa-btn\">\r\nContact Us\r\n<\/a>\r\n\r\n<\/div>\r\n\r\n<\/div>\r\n\r\n\r\n\r\n\r\n\r\n<!-- Service 2 -->\r\n\r\n<div class=\"epa-service-card\">\r\n\r\n<div class=\"epa-service-image\">\r\n<img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1521737604893-d14cc237f11d?w=800\">\r\n<\/div>\r\n\r\n<div class=\"epa-service-content\">\r\n\r\n<div class=\"epa-icon\">\r\n<img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/1256\/1256650.png\">\r\n<\/div>\r\n\r\n<h3>\r\nContingent Recruiting\r\n<\/h3>\r\n\r\n<p>\r\nOur contingent recruiting services provide flexible and efficient talent solutions for businesses seeking skilled professionals quickly. Through our extensive network and industry expertise, we connect you with qualified candidates who meet your specific requirements while helping you maintain agility in a competitive hiring market.\r\n<\/p>\r\n\r\n<a href=\"https:\/\/www.empowerpathadvisors.org\/index.php\/contact-v-4\/\" class=\"epa-btn\">\r\nContact Us\r\n<\/a>\r\n\r\n<\/div>\r\n\r\n<\/div>\r\n\r\n\r\n\r\n\r\n\r\n\r\n<!-- Service 3 -->\r\n\r\n<div class=\"epa-service-card\">\r\n\r\n<div class=\"epa-service-image\">\r\n<img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1556761175-b413da4baf72?w=800\">\r\n<\/div>\r\n\r\n<div class=\"epa-service-content\">\r\n\r\n<div class=\"epa-icon\">\r\n<img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/921\/921347.png\">\r\n<\/div>\r\n\r\n<h3>\r\nTalent Acquisition Strategy\r\n<\/h3>\r\n\r\n<p>\r\nWe partner with organizations to develop customized recruitment strategies that attract, engage, and retain top-performing talent. Our advisory approach helps businesses improve their hiring process, strengthen workforce planning, and build teams capable of achieving long-term business goals.\r\n<\/p>\r\n\r\n<a href=\"https:\/\/www.empowerpathadvisors.org\/index.php\/contact-v-4\/\" class=\"epa-btn\">\r\nContact Us\r\n<\/a>\r\n\r\n<\/div>\r\n\r\n<\/div>\r\n\r\n\r\n\r\n<\/div>\r\n\r\n<\/section>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t            <\/div>\n        <\/div>\n                    <\/div>\n        <\/section>\n                <section class=\"elementor-section elementor-top-section elementor-element elementor-element-4b7b81e elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default ct-header-fixed-none ct-row-max-none\" data-id=\"4b7b81e\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n            \n                        <div class=\"elementor-container elementor-column-gap-no \">\n                    <div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-01ae6a4\" data-id=\"01ae6a4\" data-element_type=\"column\">\n        <div class=\"elementor-widget-wrap elementor-element-populated\">\n                    \n        \t\t<div class=\"elementor-element elementor-element-1ce76b2 elementor-widget elementor-widget-html\" data-id=\"1ce76b2\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<section class=\"epa-testimonials\">\r\n\r\n<style>\r\n\r\n.epa-testimonials{\r\n    padding:90px 6%;\r\n    background:#f7f5f1;\r\n    font-family:\"Poppins\",Arial,sans-serif;\r\n}\r\n\r\n\r\n.epa-testimonial-header{\r\n    text-align:center;\r\n    max-width:750px;\r\n    margin:0 auto 55px;\r\n}\r\n\r\n\r\n.epa-testimonial-header span{\r\n    color:#897044;\r\n    font-size:14px;\r\n    letter-spacing:2px;\r\n    font-weight:600;\r\n    text-transform:uppercase;\r\n}\r\n\r\n\r\n.epa-testimonial-header h2{\r\n    color:#14202a;\r\n    font-size:44px;\r\n    line-height:1.2;\r\n    margin:15px 0;\r\n}\r\n\r\n\r\n.epa-testimonial-header h2 strong{\r\n    color:#897044;\r\n}\r\n\r\n\r\n.epa-testimonial-header p{\r\n    color:#666;\r\n    font-size:17px;\r\n    line-height:1.7;\r\n}\r\n\r\n\r\n\r\n\/* Grid *\/\r\n\r\n.epa-testimonial-grid{\r\n\r\n    max-width:1200px;\r\n    margin:auto;\r\n    display:grid;\r\n    grid-template-columns:repeat(3,1fr);\r\n    gap:30px;\r\n\r\n}\r\n\r\n\r\n\r\n\/* Cards *\/\r\n\r\n.epa-testimonial-card{\r\n\r\n    background:#ffffff;\r\n    padding:35px;\r\n    border-radius:22px;\r\n    position:relative;\r\n    transition:.4s;\r\n    border-top:4px solid #897044;\r\n\r\n}\r\n\r\n\r\n.epa-testimonial-card:hover{\r\n\r\n    transform:translateY(-10px);\r\n    box-shadow:0 20px 40px rgba(20,32,42,.15);\r\n\r\n}\r\n\r\n\r\n\r\n\/* Quote *\/\r\n\r\n.epa-quote{\r\n\r\n    font-size:55px;\r\n    color:#897044;\r\n    line-height:1;\r\n    font-weight:700;\r\n\r\n}\r\n\r\n\r\n\r\n.epa-testimonial-card p{\r\n\r\n    color:#555;\r\n    font-size:16px;\r\n    line-height:1.8;\r\n    margin:15px 0 25px;\r\n\r\n}\r\n\r\n\r\n\r\n\/* User *\/\r\n\r\n.epa-client{\r\n\r\n    display:flex;\r\n    align-items:center;\r\n    gap:15px;\r\n\r\n}\r\n\r\n\r\n.epa-client img{\r\n\r\n    width:60px;\r\n    height:60px;\r\n    border-radius:50%;\r\n    object-fit:cover;\r\n\r\n}\r\n\r\n\r\n.epa-client h4{\r\n\r\n    margin:0;\r\n    color:#14202a;\r\n    font-size:17px;\r\n\r\n}\r\n\r\n\r\n.epa-client span{\r\n\r\n    color:#897044;\r\n    font-size:14px;\r\n\r\n}\r\n\r\n\r\n\r\n\/* Stars *\/\r\n\r\n.epa-stars{\r\n\r\n    color:#897044;\r\n    margin-bottom:15px;\r\n    font-size:18px;\r\n\r\n}\r\n\r\n\r\n\r\n\/* Responsive *\/\r\n\r\n@media(max-width:950px){\r\n\r\n.epa-testimonial-grid{\r\n    grid-template-columns:1fr 1fr;\r\n}\r\n\r\n}\r\n\r\n\r\n@media(max-width:650px){\r\n\r\n.epa-testimonial-grid{\r\n    grid-template-columns:1fr;\r\n}\r\n\r\n.epa-testimonial-header h2{\r\n    font-size:34px;\r\n}\r\n\r\n}\r\n\r\n<\/style>\r\n\r\n\r\n\r\n<div class=\"epa-testimonial-header\">\r\n\r\n<span>Testimonials<\/span>\r\n\r\n<h2>\r\nTrusted By Businesses & \r\n<strong>Successful Professionals<\/strong>\r\n<\/h2>\r\n\r\n<p>\r\nOur commitment to understanding people, businesses, and career goals allows us\r\nto create meaningful connections that deliver lasting results.\r\n<\/p>\r\n\r\n<\/div>\r\n\r\n\r\n\r\n\r\n<div class=\"epa-testimonial-grid\">\r\n\r\n\r\n\r\n<div class=\"epa-testimonial-card\">\r\n\r\n<div class=\"epa-quote\">\u201c<\/div>\r\n\r\n<div class=\"epa-stars\">\r\n\u2605\u2605\u2605\u2605\u2605\r\n<\/div>\r\n\r\n<p>\r\nEmpower Path Advisors helped us find the right talent for a critical role.\r\nTheir professionalism, communication, and understanding of our needs made\r\nthe entire recruitment process seamless.\r\n<\/p>\r\n\r\n\r\n<div class=\"epa-client\">\r\n\r\n<img decoding=\"async\" src=\"https:\/\/randomuser.me\/api\/portraits\/men\/32.jpg\">\r\n\r\n<div>\r\n<h4>\r\nMichael Anderson\r\n<\/h4>\r\n\r\n<span>\r\nCEO, Technology Company\r\n<\/span>\r\n<\/div>\r\n\r\n<\/div>\r\n\r\n<\/div>\r\n\r\n\r\n\r\n\r\n\r\n<div class=\"epa-testimonial-card\">\r\n\r\n<div class=\"epa-quote\">\u201c<\/div>\r\n\r\n<div class=\"epa-stars\">\r\n\u2605\u2605\u2605\u2605\u2605\r\n<\/div>\r\n\r\n<p>\r\nThe team provided exceptional recruiting support and introduced us to highly\r\nqualified candidates. Their strategic approach helped us build a stronger\r\norganization.\r\n<\/p>\r\n\r\n\r\n<div class=\"epa-client\">\r\n\r\n<img decoding=\"async\" src=\"https:\/\/randomuser.me\/api\/portraits\/women\/44.jpg\">\r\n\r\n<div>\r\n\r\n<h4>\r\nSarah Mitchell\r\n<\/h4>\r\n\r\n<span>\r\nHR Director\r\n<\/span>\r\n\r\n<\/div>\r\n\r\n<\/div>\r\n\r\n<\/div>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<div class=\"epa-testimonial-card\">\r\n\r\n<div class=\"epa-quote\">\u201c<\/div>\r\n\r\n<div class=\"epa-stars\">\r\n\u2605\u2605\u2605\u2605\u2605\r\n<\/div>\r\n\r\n<p>\r\nWorking with Empower Path Advisors was a great experience. They understood\r\nour requirements and delivered candidates who matched our expectations\r\nperfectly.\r\n<\/p>\r\n\r\n\r\n<div class=\"epa-client\">\r\n\r\n<img decoding=\"async\" src=\"https:\/\/randomuser.me\/api\/portraits\/men\/52.jpg\">\r\n\r\n<div>\r\n\r\n<h4>\r\nDavid Wilson\r\n<\/h4>\r\n\r\n<span>\r\nOperations Manager\r\n<\/span>\r\n\r\n<\/div>\r\n\r\n<\/div>\r\n\r\n<\/div>\r\n\r\n\r\n\r\n\r\n<\/div>\r\n\r\n<\/section>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t            <\/div>\n        <\/div>\n                    <\/div>\n        <\/section>\n                <section class=\"elementor-section elementor-top-section elementor-element elementor-element-f31fe76 elementor-section-stretched elementor-section-full_width elementor-section-height-default elementor-section-height-default ct-header-fixed-none ct-row-max-none\" data-id=\"f31fe76\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n                            <div class=\"elementor-background-overlay\"><\/div>\n                \n                        <div class=\"elementor-container elementor-column-gap-no \">\n                    <div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-ce172aa\" data-id=\"ce172aa\" data-element_type=\"column\">\n        <div class=\"elementor-widget-wrap\">\n                    \n                    <\/div>\n        <\/div>\n                <div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-aae2892 col-offset-right\" data-id=\"aae2892\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n        <div class=\"elementor-widget-wrap elementor-element-populated\">\n                    <div class=\"elementor-background-overlay\"><\/div>\n                    \n        \t\t<div class=\"elementor-element elementor-element-ffef273 elementor-widget elementor-widget-spacer\" data-id=\"ffef273\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.23.0 - 05-08-2024 *\/\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}<\/style>\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd91106 elementor-widget elementor-widget-ct_heading\" data-id=\"fd91106\" data-element_type=\"widget\" data-widget_type=\"ct_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"ct-heading h-align-  sub-style1 ct-heading-left item-st-default\">\r\n\t    <h3 class=\"item--title st-default \" data-wow-delay=\"ms\">\r\n                <span class=\"sp-main\">\r\n            \r\n            Empower Path Advisors\r\n            \r\n                    <\/span>\r\n            <\/h3>\r\n<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1ed7a5a elementor-widget elementor-widget-ct_text_editor\" data-id=\"1ed7a5a\" data-element_type=\"widget\" data-widget_type=\"ct_text_editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div id=\"ct_text_editor-1ed7a5a\" class=\"ct-text-editor \" data-wow-delay=\"ms\">\n\t<div class=\"ct-inline-css\"  data-css=\"\n        \t\t\">\n\n    <\/div>\n\t<div class=\"ct-text-editor elementor-clearfix\">\n\t\t<div class=\"qMYqUG_convSearchResultHighlightRoot\"><div class=\"\" data-turn-id-container=\"request-WEB:4c7375b4-5b9b-40e6-a563-8f1a8528932d-8\" data-is-intersecting=\"true\"><section class=\"text-token-text-primary w-full focus:outline-none has-data-writing-block:pointer-events-none [&amp;:has([data-writing-block])&gt;*]:pointer-events-auto R6Vx5W_threadScrollVars scroll-mb-[calc(var(--scroll-root-safe-area-inset-bottom,0px)+var(--thread-response-height))] scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]\" dir=\"auto\" data-turn-id=\"request-WEB:4c7375b4-5b9b-40e6-a563-8f1a8528932d-8\" data-turn-id-container=\"request-WEB:4c7375b4-5b9b-40e6-a563-8f1a8528932d-8\" data-testid=\"conversation-turn-18\" data-turn=\"assistant\"><div class=\"text-base my-auto mx-auto pb-10 [--thread-content-margin:var(--thread-content-margin-xs,calc(var(--spacing)*4))] @w-sm\/main:[--thread-content-margin:var(--thread-content-margin-sm,calc(var(--spacing)*6))] @w-lg\/main:[--thread-content-margin:var(--thread-content-margin-lg,calc(var(--spacing)*16))] px-(--thread-content-margin)\"><div class=\"[--thread-content-max-width:40rem] @w-lg\/main:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group\/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn\" data-conversation-screenshot-content=\"\"><div class=\"flex max-w-full flex-col gap-4 grow\"><div class=\"min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal outline-none keyboard-focused:focus-ring [.text-message+&amp;]:mt-1\" dir=\"auto\" data-message-author-role=\"assistant\" data-message-id=\"9fee7334-6f32-43b8-ad3e-8b41923a59ef\" data-message-model-slug=\"gpt-5-5\" data-turn-start-message=\"true\"><div class=\"flex w-full flex-col gap-1 empty:hidden\"><div class=\"markdown prose dark:prose-invert wrap-break-word w-full light markdown-new-styling\"><p class=\"PDq2pG_selectionAnchorContainer\" data-start=\"405\" data-end=\"664\" data-is-last-node=\"\" data-is-only-node=\"\">To become a trusted recruitment partner recognized for excellence, integrity, and innovation in talent acquisition. We aim to transform the hiring experience by connecting exceptional people with opportunities where they can succeed and make a lasting impact.<\/p><\/div><\/div><\/div><\/div><\/div><\/div><\/section><\/div><\/div>\t\t\n\t<\/div>\n<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9278aae elementor-align-left elementor-invisible elementor-widget elementor-widget-ct_button\" data-id=\"9278aae\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInRight&quot;}\" data-widget_type=\"ct_button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"ct-button-wrapper ct-button-layout1 icon-right btn--inline \">\r\n            <span class=\"ct-icon-active\"><\/span>\r\n        <a href=\"https:\/\/www.empowerpathadvisors.org\/index.php\/contact-v-4\/\" class=\"btn btn-default icon-active btn-inline-block  \" data-wow-delay=\"ms\">\r\n                            <span class=\"ct-button-icon ct-align-icon-right\">\r\n                <i aria-hidden=\"true\" class=\"fas fa-angle-right\"><\/i>            <\/span>\r\n                <span class=\"ct-button-text\">Contact us<\/span>\r\n    <\/a>\r\n<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fda3c8e elementor-widget elementor-widget-spacer\" data-id=\"fda3c8e\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t            <\/div>\n        <\/div>\n                    <\/div>\n        <\/section>\n                <section class=\"elementor-section elementor-top-section elementor-element elementor-element-43100a0 elementor-section-content-middle elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default ct-header-fixed-none ct-row-max-none\" data-id=\"43100a0\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n                            <div class=\"elementor-background-overlay\"><\/div>\n                \n                        <div class=\"elementor-container elementor-column-gap-narrow \">\n                    <div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-8e069b1\" data-id=\"8e069b1\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n        <div class=\"elementor-widget-wrap elementor-element-populated\">\n                    \n        \t\t<div class=\"elementor-element elementor-element-9885b0a elementor-widget elementor-widget-icon-box\" data-id=\"9885b0a\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<link rel=\"stylesheet\" href=\"https:\/\/www.empowerpathadvisors.org\/wp-content\/plugins\/elementor\/assets\/css\/widget-icon-box.min.css\">\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h2 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tGET IN TOUCH \t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tFeel free to get in touch with us for any questions, feedback, or inquiries. We're here to help!\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t            <\/div>\n        <\/div>\n                <div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-cd29353\" data-id=\"cd29353\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n        <div class=\"elementor-widget-wrap elementor-element-populated\">\n                    \n        \t\t<div class=\"elementor-element elementor-element-9f21717 elementor-widget elementor-widget-shortcode\" data-id=\"9f21717\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-shortcode\"><div class=\"forminator-ui forminator-custom-form forminator-custom-form-4778 forminator-design--material  forminator_ajax\" data-forminator-render=\"0\" data-form=\"forminator-module-4778\" data-uid=\"6a6881ece559a\"><br\/><\/div><form\n\t\t\t\tid=\"forminator-module-4778\"\n\t\t\t\tclass=\"forminator-ui forminator-custom-form forminator-custom-form-4778 forminator-design--material  forminator_ajax\"\n\t\t\t\tmethod=\"post\"\n\t\t\t\tdata-forminator-render=\"0\"\n\t\t\t\tdata-form-id=\"4778\"\n\t\t\t\t\n\t\t\t\tdata-design=\"material\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\tdata-grid=\"open\"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\tstyle=\"display: none;\"\n\t\t\t\t\n\t\t\t\tdata-uid=\"6a6881ece559a\"\n\t\t\t><div role=\"alert\" aria-live=\"polite\" class=\"forminator-response-message forminator-error\" aria-hidden=\"true\"><\/div><div class=\"forminator-row\"><div id=\"name-1\" class=\"forminator-field-name forminator-col forminator-col-12 \"><div class=\"forminator-row forminator-no-margin\" data-multiple=\"true\"><div class=\"forminator-col forminator-col-md-6\"><div class=\"forminator-field\"><label for=\"forminator-field-first-name-1_6a6881ece559a\" id=\"forminator-field-first-name-1_6a6881ece559a-label\" class=\"forminator-label\">First Name<\/label><input type=\"text\" name=\"name-1-first-name\" placeholder=\"E.g. John\" id=\"forminator-field-first-name-1_6a6881ece559a\" class=\"forminator-input\" aria-required=\"false\" data-multi=\"1\" value=\"\" \/><\/div><\/div><div class=\"forminator-col forminator-col-md-6\"><div class=\"forminator-field\"><label for=\"forminator-field-last-name-1_6a6881ece559a\" id=\"forminator-field-last-name-1_6a6881ece559a-label\" class=\"forminator-label\">Last Name<\/label><input type=\"text\" name=\"name-1-last-name\" placeholder=\"E.g. Doe\" id=\"forminator-field-last-name-1_6a6881ece559a\" class=\"forminator-input\" aria-required=\"false\" data-multi=\"1\" value=\"\" \/><\/div><\/div><\/div><\/div><\/div><div class=\"forminator-row\"><div id=\"phone-1\" class=\"forminator-field-phone forminator-col forminator-col-6 \"><div class=\"forminator-field\"><label for=\"forminator-field-phone-1_6a6881ece559a\" id=\"forminator-field-phone-1_6a6881ece559a-label\" class=\"forminator-label\">Phone Number<\/label><input type=\"text\" name=\"phone-1\" value=\"\" placeholder=\"E.g. +1 3004005000\" id=\"forminator-field-phone-1_6a6881ece559a\" class=\"forminator-input forminator-field--phone\" data-required=\"\" aria-required=\"false\" autocomplete=\"off\" \/><\/div><\/div><div id=\"email-1\" class=\"forminator-field-email forminator-col forminator-col-6 \"><div class=\"forminator-field\"><label for=\"forminator-field-email-1_6a6881ece559a\" id=\"forminator-field-email-1_6a6881ece559a-label\" class=\"forminator-label\">Email Address <span class=\"forminator-required\">*<\/span><\/label><input type=\"email\" name=\"email-1\" value=\"\" placeholder=\"E.g. john@doe.com\" id=\"forminator-field-email-1_6a6881ece559a\" class=\"forminator-input forminator-email--field\" data-required=\"true\" aria-required=\"true\" \/><\/div><\/div><\/div><div class=\"forminator-row\"><div id=\"textarea-1\" class=\"forminator-field-textarea forminator-col forminator-col-12 \"><div class=\"forminator-field\"><label for=\"forminator-field-textarea-1_6a6881ece559a\" id=\"forminator-field-textarea-1_6a6881ece559a-label\" class=\"forminator-label\">Message<\/label><textarea name=\"textarea-1\" placeholder=\"Enter your message...\" id=\"forminator-field-textarea-1_6a6881ece559a\" class=\"forminator-textarea\" rows=\"6\" style=\"min-height:140px;\" ><\/textarea><\/div><\/div><\/div><input type=\"hidden\" name=\"referer_url\" value=\"\" \/><div class=\"forminator-row forminator-row-last\"><div class=\"forminator-col\"><div class=\"forminator-field\"><button class=\"forminator-button forminator-button-submit\"><span>Send Message<\/span><span aria-hidden=\"true\"><\/span><\/button><\/div><\/div><\/div><input type=\"hidden\" id=\"forminator_nonce\" name=\"forminator_nonce\" value=\"e4c6cce9f7\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/index.php\/wp-json\/wp\/v2\/pages\/9\" \/><input type=\"hidden\" name=\"form_id\" value=\"4778\"><input type=\"hidden\" name=\"page_id\" value=\"9\"><input type=\"hidden\" name=\"form_type\" value=\"default\"><input type=\"hidden\" name=\"current_url\" value=\"https:\/\/www.empowerpathadvisors.org\/\"><input type=\"hidden\" name=\"render_id\" value=\"0\"><input type=\"hidden\" name=\"action\" value=\"forminator_submit_form_custom-forms\"><\/form><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t            <\/div>\n        <\/div>\n                    <\/div>\n        <\/section>\n        \t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Empower Path Advisors Connecting Exceptional Talent With Exceptional Opportunities We specialize in permanent placement and contingent recruiting services, helping organizations discover top professionals while guiding candidates toward rewarding career opportunities. Our Services Contact Us Industry Expertise &amp; Experience Our team brings deep recruitment knowledge and market insight to help organizations identify exceptional talent. We understand [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-9","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.empowerpathadvisors.org\/index.php\/wp-json\/wp\/v2\/pages\/9","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.empowerpathadvisors.org\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.empowerpathadvisors.org\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.empowerpathadvisors.org\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.empowerpathadvisors.org\/index.php\/wp-json\/wp\/v2\/comments?post=9"}],"version-history":[{"count":10,"href":"https:\/\/www.empowerpathadvisors.org\/index.php\/wp-json\/wp\/v2\/pages\/9\/revisions"}],"predecessor-version":[{"id":5934,"href":"https:\/\/www.empowerpathadvisors.org\/index.php\/wp-json\/wp\/v2\/pages\/9\/revisions\/5934"}],"wp:attachment":[{"href":"https:\/\/www.empowerpathadvisors.org\/index.php\/wp-json\/wp\/v2\/media?parent=9"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}